html,
body {
    min-height: 100%;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}
.bg-f7f7f7 {
    background: #f7f7f7 !important;
}
.bg-fff {
    background: #fff !important;
}
.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

.layout-boxed {
    background: url(../images/boxed-bg.jpg) repeat fixed;
}

.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width:767px) {

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width:768px) {

    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width:767px) {

    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

a {
    color: #ff6f06;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #ff6f06;
}


.dropdown-menu {
    border: none;
}

.dropdown-menu>li>a {}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.ion {
    margin-right: 10px;
}

.dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.dropdown-menu>.divider {
    background-color: #eee;
}



@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}


.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.timeline-inverse>li>.timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-inverse>li>.timeline-item>.timeline-header {
    border-bottom-color: #ddd;
}

.box-widget {
    border: none;
    position: relative;
}

.close,
.mailbox-attachment-close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.clearfix:before,
.clearfix:after,
.content:before,
.content:after {
    content: " ";
    display: table;
}

.clearfix:after,
.content:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}


.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title {
    margin-top: 0;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


.m-0 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.m-1 {
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.ml-1 {
    margin-left: 5px !important;
}

.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-2 {
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-3 {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mr-3 {
    margin-right: 15px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-4 {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mr-4 {
    margin-right: 20px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.ml-4 {
    margin-left: 20px !important;
}

.mx-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.my-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.p-0 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p-1 {
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pr-1 {
    padding-right: 5px !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pl-1 {
    padding-left: 5px !important;
}

.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-2 {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pr-2 {
    padding-right: 10px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pl-2 {
    padding-left: 10px !important;
}

.px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-3 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pl-3 {
    padding-left: 15px !important;
}

.px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-4 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}

.pt-4 {
    padding-top: 20px !important;
}

.pr-4 {
    padding-right: 20px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pl-4 {
    padding-left: 20px !important;
}

.px-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.btn-lg,
.btn-group-lg>.btn {
    border-radius: 4px;
    font-size: 14px;
}

.input-group .btn.btn-lg {
    padding: 12px 26px;
}

a:hover,
a:focus {
    text-decoration: none;
}

.ey-full-width {
    width: 100%;
}

.ey-inline-block {
    display: inline-block;
}

.big-text-60 {
    font-size: 60px;
    line-height: 86px;
}

.big-text-24 {
    font-size: 24px;
    line-height: 38px;
}

.big-text-20 {
    font-size: 20px;
    line-height: 32px;
}

.big-text {
    font-size: 16px;
    line-height: 26px;
}

.small-text {
    font-size: 14px;
}

.extra-small-text {
    font-size: 12px;
}

.ey-sm-lineheight {
    line-height: 58px;
}

.ey-xm-lineheight {
    line-height: 56px;
}

.ey-lineheight-24 {
    line-height: 24px;
}

.ey-lineheight-32 {
    line-height: 32px;
}

.ey-lineheight-36 {
    line-height: 36px !important;
}

.small-icon-25 {
    font-size: 25px;
    line-height: 25px;
}

.small-icon-30 {
    font-size: 32px;
    line-height: 32px;
}

.small-icon-36 {
    font-size: 36px;
    line-height: 36px;
}

.small-icon-40 {
    font-size: 40px;
    line-height: 40px;
}

.big-icon-50 {
    font-size: 50px;
    line-height: 50px;
}

.big-icon-55 {
    font-size: 55px !important;
}

.big-icon-65 {
    font-size: 65px;
    line-height: 65px;
}

.big-icon-60 {
    font-size: 60px;
    line-height: 60px;
}

.big-icon {
    font-size: 70px;
}

.big-icon-80 {
    font-size: 80px;
    line-height: 80px;
}

.big-icon-90 {
    font-size: 90px;
    line-height: 90px;
}

.big-icon-100 {
    font-size: 100px;
    line-height: 100px;
}

.big-icon-120 {
    font-size: 120px;
    line-height: 120px;
}

.big-icon-140 {
    font-size: 140px;
    line-height: 140px;
}

.ey-bold {
    font-weight: 700;
}

.ey-icon-big {
    font-size: 40px;
}

.big-line-height {
    line-height: 50px;
}

.ey-max-width-120 {
    max-width: 120px;
}

.ey-max-width-220 {
    max-width: 120px;
}

.ey-xxs-width-text {
    max-width: 270px;
    display: inline-block;
}

.ey-xs-width-text {
    max-width: 520px;
    display: inline-block;
}

.ey-small2-width-text {
    max-width: 580px;
    display: inline-block;
}

.ey-small-width-text {
    max-width: 700px;
    display: inline-block;
}

.ey-md-width-text {
    max-width: 750px;
    display: inline-block;
}

.ey-fixed-width {
    max-width: 100%;
    width: 700px;
}

.ey-fixed-width-580 {
    max-width: 100%;
    width: 580px;
}

.ey-fixed-width-480 {
    max-width: 100%;
    width: 480px;
}

.ey-fixed-width-380 {
    max-width: 100%;
    width: 380px;
}

.light-black-bg {
    background: #222;
}

.gray-dark-bg {
    background: #444;
}

.gray-bg {
    background: #f4f4f4;
}

.gray-2-bg {
    background: #eee;
}

.gray-3-bg {
    background: #ddd;
}

.gray-4-bg {
    background: #aaa;
}

.gray-5-bg {
    background: #888;
}

.gray-6-bg {
    background: #666;
}

.white-bg {
    background: #fff;
}

.orange-bg {
    background: #f7941d;
}

.blue-bg {
    background: #59a3fc;
}

.purple-bg {
    background: #9000F0;
}

.green-blue-bg {
    background: #00a78e;
}

.green-yellow-bg {
    background: #d0e100;
}

.green-gray {
    background: #556d6a;
}

.brown-bg {
    background: #84754e;
}

.green-bg {
    background: #82b541;
}

.blue-neon-bg {
    background: #009cde;
}

.blue-neon-2-bg {
    background: #aae6ff;
}

.green-neon-bg {
    background: #74FF00;
}

.red-bg {
    background: #ea4335;
}

.rose-bg {
    background: #ff0f50;
}

.yellow-bg {
    background: #fdbd10;
}

.dark-green-bg {
    background: #237f52;
}

.navy-blue-bg {
    background: #363f48;
}

.navy-blue-2-bg {
    background: #818e9b;
}

.light-green-bg {
    background: #00c853;
}

.light-blue-bg {
    background: #f2f6fa;
}

.dark-yellow-bg {
    background: #FBB034;
}

.green-neon-bg {
    background: #04e08a;
}

.dark-blue-bg {
    background: #1274e7;
}

.dark-red-bg {
    background: #ff7243;
}

.ey-black {
    color: #000;
}

.ey-dark-black {
    color: #222;
}

.ey-light-black {
    color: #333;
}

.ey-black-gray-dark {
    color: #444;
}

.ey-black-gray {
    color: #666;
}

.ey-black-gray-light {
    color: #888;
}

.ey-white {
    color: #fff;
}

.ey-light-white {
    color: #ddd;
}

.ey-slight-white {
    color: #bbb;
}

.ey-gray {
    color: #999;
}

.ey-light-gray {
    color: #aaa;
}

.ey-orange {
    color: #f7941d;
}

.ey-orange-2 {
    color: #ffdfb8;
}

.ey-blue {
    color: #59a3fc;
}

.ey-purple {
    color: #9000F0;
}

.ey-green-blue {
    color: #00a78e;
}

.ey-green-blue-2 {
    color: #71dece;
}

.ey-green-yellow {
    color: #d0e100;
}

.ey-green-yellow-2 {
    color: #939e04;
}

.ey-green-gray {
    color: #556d6a;
}

.ey-green-gray-2 {
    color: #96B3B0;
}

.ey-brown {
    color: #84754e;
}

.ey-brown-2 {
    color: #cbbc94;
}

.ey-green-neon {
    color: #74FF00;
}

.ey-green {
    color: #82b541;
}

.ey-green-2 {
    color: #bee38e;
}

.ey-green-light {
    color: #00c853;
}

.ey-green-light-2 {
    color: #9DFAC3;
}

.ey-blue-neon {
    color: #009cde;
}

.ey-blue-neon-2 {
    color: #aae6ff;
}

.ey-blue-light {
    color: #f2f6fa;
}

.ey-blue-light-2 {
    color: #889DB2;
}

.ey-red {
    color: #ea4335;
}

.ey-rose {
    color: #ff0f50;
}

.ey-yellow {
    color: #fdbd10;
}

.ey-yellow-2 {
    color: #b3870d;
}

.ey-yellow-dark {
    color: #FBB034;
}

.ey-yellow-dark-2 {
    color: #F9E1BB;
}

.ey-dark-green {
    color: #237f52;
}

.ey-dark-green-2 {
    color: #57cd93;
}

.ey-navy-blue {
    color: #363F48;
}

.ey-navy-blue-2 {
    color: #818e9b;
}

.ey-navy-blue-3 {
    color: #dde4ea;
}

.ey-green-neon {
    color: #00ffa8;
}

.ey-green-neon-2 {
    color: #119780;
}

.ey-dark-blue {
    color: #1274e7;
}

.ey-dark-blue-2 {
    color: #bdd9fa;
}

.ey-dark-red {
    color: #ff7243;
}

.ey-facebook-color {
    color: #3b5998;
}

.ey-google-plus-color {
    color: #dd4b39;
}

.ey-twitter-color {
    color: #1da1f2;
}

.ey-border-gray {
    border-color: #bbb;
}

.ey-border-green-neon {
    border-color: #74FF00;
}


.ey-white-line,
.ey-white-line:hover,
.ey-white-line:focus {
    border-color: #fff;
    color: #fff;
}




.ey-padding {
    padding: 60px 0;
}

.ey-pd-20 {
    padding: 20px;
}

.ey-pd-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ey-pd-tb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.ey-pd-tb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.ey-pd-tb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}



.ey-pd-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ey-pd-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ey-pd-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}


.ey-pd-b-10 {
    padding-bottom: 10px;
}

.ey-pd-b-15 {
    padding-bottom: 15px;
}

.ey-pd-b-20 {
    padding-bottom: 20px;
}

.ey-pd-b-25 {
    padding-bottom: 25px;
}

.ey-pd-b-30 {
    padding-bottom: 30px;
}

.ey-pd-b-40 {
    padding-bottom: 40px;
}

.ey-pd-b-60 {
    padding-bottom: 60px;
}

.ey-pd-b-80 {
    padding-bottom: 80px;
}

.ey-pd-r-20 {
    padding-right: 20px;
}

.ey-pd-l-10 {
    padding-left: 10px;
}

.ey-pd-l-5 {
    padding-left: 5px;
}

.ey-no-h-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.ey-no-padding {
    padding: 0px;
}

.ey-mg-tb-10 {
    margin: 10px 0;
}

.ey-mg-tb-20 {
    margin: 20px 0;
}

.ey-mg-tb-30 {
    margin: 30px 0;
}

.ey-mg-tb-40 {
    margin: 40px 0;
}

.ey-mg-tb-50 {
    margin: 50px 0;
}

.ey-mg-tb-80 {
    margin: 80px 0;
}

.ey-mg-tb-90 {
    margin: 90px 0;
}

.ey-mg-tb-100 {
    margin: 100px 0;
}

.ey-mg-h-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.ey-mg-h-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.ey-mg-h-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.ey-mg-t-5 {
    margin-top: 5px;
}

.ey-mg-t-10 {
    margin-top: 10px;
}

.ey-mg-t-20 {
    margin-top: 20px;
}

.ey-mg-t-30 {
    margin-top: 30px;
}

.ey-mg-t-40 {
    margin-top: 40px;
}

.ey-mg-t-50 {
    margin-top: 50px;
}

.ey-mg-t-60 {
    margin-top: 60px;
}

.ey-mg-t-80 {
    margin-top: 80px;
}

.ey-mg-t-100 {
    margin-top: 100px;
}

.ey-mg-b-10 {
    margin-bottom: 10px;
}

.ey-mg-b-15 {
    margin-bottom: 15px;
}

.ey-mg-b-20 {
    margin-bottom: 20px;
}

.ey-mg-b-22 {
    margin-bottom: 22px;
}

.ey-mg-b-30 {
    margin-bottom: 30px;
}

.ey-mg-b-50 {
    margin-bottom: 50px;
}

.ey-mg-right-5 {
    margin-right: 5px;
}

.ey-mg-right-10 {
    margin-right: 10px;
}

.ey-mg-right-20 {
    margin-right: 20px;
}

.ey-no-margin {
    margin: 0px;
}

.ey-no-margin-top {
    margin-top: 0px;
}

.ey-no-margin-bottom {
    margin-bottom: 0px;
}


.ey-mg-fix-top {
    position: relative;
    top: -3px;
}

.ey-bar {
    height: 5px;
    width: 80px;
    display: inline-block;
    position: relative;
}

.btn.btn-xl {
    padding: 18px 44px;
    font-size: 16px;
}

.btn.ey-line.btn-xl {
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn.btn-lg {
    padding: 14px 30px;
}

.btn.btn-md {
    padding: 10px 26px;
    font-size: 14px;
}

.btn.btn-sm {
    padding: 6px 14px;
}

.btn.btn-xs {
    padding: 2px 10px;
}

.btn:not(.ey-line):not(.btn-flat):not(.btn-link):hover {
    box-shadow: 0 0 3rem 3rem rgba(0, 0, 0, 0.08) inset;
}

.btn.btn-flat:hover {
    box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.3) inset, 0 0 3rem 3rem rgba(0, 0, 0, 0.08) inset;
}

.btn.ey-white:hover {
    color: #fff;
}

.btn.ey-line {
    border: 3px solid;
}

.btn-round-lg,
form.form-round-lg .form-control {
    border-radius: 30px;
}

.btn-round-xl {
    border-radius: 40px;
}

.btn-flat {
    box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn.wide {
    padding-left: 34px;
    padding-right: 34px;
}

.btn-lg.wide {
    padding-left: 40px;
    padding-right: 40px;
}

.btn-md.wide {
    padding-left: 46px;
    padding-right: 46px;
}

.btn-xl.wide {
    padding-left: 50px;
    padding-right: 50px;
}

.btn-xl.wide-2 {
    padding-left: 70px;
    padding-right: 70px;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.02);
}

.ey-mg-links .btn.btn-link {
    margin-bottom: 10px;
}

.ey-circle-btn {
    background: rgba(0, 0, 0, 0.12);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.ey-circle-btn:hover,
.ey-circle-btn:focus {
    text-decoration: none;
}

.ey-circle-btn-2 {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    position: relative;
    padding: 15px;
    border-radius: 50%;
    min-width: 60px;
    border: 5px solid #fff;
    text-align: center;
}

.ey-circle-btn-2 i {
    position: relative;
    top: 2px;
    left: 2px;
}

.ey-circle-btn-2:hover,
.ey-circle-btn-2:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.01);
}

.ey-circle-btn-3 {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.ey-circle-btn-3:hover,
.ey-circle-btn-3:focus {
    text-decoration: none;
}

.ey-circle-btn-4 {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.ey-circle-btn-4:hover,
.ey-circle-btn:focus {
    text-decoration: none;
}

.ey-link-icon {
    position: relative;
    display: inline-block;
}

.small-social i {
    font-size: 26px;
    line-height: 26px;
    margin: 0 5px;
}

.medium-social i {
    font-size: 36px;
    line-height: 36px;
    margin: 0 10px;
}

.ey-link-icon:hover,
.ey-link-icon:focus,
.small-social:hover,
.small-social:focus,
.medium-social:hover,
.medium-social:focus {
    text-decoration: none;
    opacity: 0.7;
}

.ey_feature_std {
    border-radius: 3px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: thick solid #00c853;
    border-width: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.ey_blue_border {
    border-top: thick solid #1274e7;
    border-width: 3px;
}

.ey_green_neon_border {
    border-top: thick solid #00ffa8;
    border-width: 3px;
}

.ey_red_border {
    border-top: thick solid #f44336;
    border-width: 3px;
}

.ey_dark_grey_border {
    border-top: thick solid #333;
    border-width: 3px;
}

.ey_gray_border {
    border-top: thick solid #777;
    border-width: 3px;
}

.ey_light_grey_border {
    border-top: thick solid #e4e4e4;
    border-width: 3px;
}

.ey_orange_border {
    border-top: thick solid #ff9800;
    border-width: 3px;
}

.ey_yellow_border {
    border-top: thick solid #ffeb3b;
    border-width: 3px;
}

.ey_light_grey_border {
    border-top: thick solid #ccc;
    border-width: 3px;
}

@-webkit-keyframes new_icon {
    0% {
        top: 0px;
    }

    100% {
        top: 15px;
    }
}

@-moz-keyframes new_icon {
    0% {
        top: 0px;
    }

    100% {
        top: 15px;
    }
}

.ey-moving-btn {
    position: relative;
    animation: new_icon 1s linear 0s infinite alternate;
    -webkit-animation: new_icon 2s linear 0s infinite alternate;
}

.ey-border-box {
    border: 2px solid #eee;
    border-radius: 10px;
}

.ey-border-box-3 {
    border: 2px solid #eee;
    border-radius: 3px;
}

.ey-border-box-3-light-blue {
    border: 2px solid #f2f6fa;
    border-radius: 3px;
}

.ey-border-box-d {
    border: 3px solid #ddd;
    border-radius: 3px;
}

.ey-border-box-10 {
    border: 2px solid #eee;
    border-radius: 10px;
}

.ey-radius-3 {
    border-radius: 3px;
    overflow: hidden;
}

.ey-radius-5 {
    border-radius: 5px;
    overflow: hidden;
}

.ey-radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.ey-radius-15 {
    border-radius: 15px;
    overflow: hidden;
}

.ey-form-style input,
.ey-form-style textarea {
    background: #eee;
    border: 0px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    padding: 14px 15px;
    height: 100%;
}

.ey-form-style .checkbox {
    margin-bottom: 20px;
}

.ey-form-style input:focus,
.ey-form-style textarea:focus,
.ey-form-style select:focus {
    outline: none;
    box-shadow: none;
}

.ey-form-style button[type="submit"] {
    margin-bottom: 20px;
}

.ey-form-style select {
    background: #eee;
    border: 0px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 14px;
}

form.ey-form-white-bg .form-control {
    background: #fff;
}

form.ey-form-light-white-bg-2 .form-control {
    background: #eee;
}

form.ey-form-light-white-bg .form-control {
    background: #ddd;
}

form.ey-form-gray-bg .form-control {
    background: #f4f4f4;
}

form.ey-form-light-blue-bg .form-control {
    background: #f2f6fa;
}

form textarea {
    max-width: 100%;
}

.pixfort-form .alert {
    font-weight: bold;
}

.ey-float-left {
    float: left;
}

.ey-float-right {
    float: right;
}

.ey-float-none {
    float: none;
}

.ey-cover-bg {
    background-size: cover;
    background-position: center;
}

.ey-test-1 {
    background-image: url(../images/intro-bg.jpg);
    background-size: 50% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.inner_section {
    width: 100%;
}

.inner_section * {
    max-width: 100%;
}

.inner_section .container {
    padding: 0px;
}

.ey-icon-area {
    min-width: 90px;
}

.ey-icon-area-64 {
    max-width: 64px;
    height: auto;
}

.ey-icon-area-100 {
    max-width: 100px;
    height: auto;
}

.ey-icon-area-128 {
    max-width: 128px;
    height: auto;
}

.ey-relative {
    position: relative;
}

.ey-white:hover,
.ey-white:focus,
.ey-white.focus {
    color: #fff;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}
.bg-purple {
    background-color: #ff6f06 !important;
}
.bg-white {
    background: #fff !important;
}

.btn-gray {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-gray:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-secondary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-light,
.label-light {
    color: #0084ff;
    background: rgba(0, 132, 255, 0.1);
    border-color: transparent;
}

.btn-light:hover,
.label-light:hover,
.btn-light:focus,
.label-light:focus {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #007bff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-light.active,
.voted {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bg-light {
    color: #0084ff;
    background: rgba(0, 132, 255, 0.1);
    border-color: transparent;
}


.dropdown-menu>li>a {
    font-size: 14px;
    padding: 5px 20px;
}

.dropdown-menu {
    border-radius: 2px;
    border: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 5px 0px;
}

.dropdown-menu li a {
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.dropdown-menu>li>a {
    font-weight: 400;
    color: #444;
    padding: 5px 15px;
    padding-bottom: 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #777;
    background: rgba(0, 0, 0, 0.05);
}
.dropdown-menu .text-name{
    margin: 0;
    font-size: 14px;
    color: #999999;
    margin: 0 0 11px;
    padding: 0;
}
.dropdown-menu .text-muted{
    margin: 0;
    font-size: 14px;
    color: #526069;
    margin: 0 0 11px;
    padding: 0;
}

.panel-col {
    min-height: 400px;
}

.panel-default {
    padding: 0 15px;
    border: none;
}

.panel-default>.panel-heading {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.panel-default>.panel-heading .panel-title {
    color: #313131;
    padding: 0;
}

.panel-default>.panel-heading .panel-title>i {
    display: none;
}

.panel-default>.panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.panel-default>.panel-heading .more:hover {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.panel-default>.panel-heading .panel-bar {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
}

@media (max-width:767px) {
    .panel-default {
        padding: 0 10px;
    }

    .panel-default>.panel-heading {
        padding: 10px 0;
    }

    .panel-default>.panel-heading .more {
        top: 8px;
    }

    >.panel-body {
        position: relative;
        padding: 15px 0;
    }


}





main.content {
    margin: 0;
    padding: 0;
    min-height: calc(100vh - 380px);
}




.main-timeline {
    overflow: hidden;
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d6d5d5;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline {
    padding-right: 30px;
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #d6d5d5;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: -3px;
}

.main-timeline .timeline:last-child:before {
    top: auto;
    bottom: 0;
}

.main-timeline .timeline:nth-child(2n) {
    padding: 0 0 0 30px;
}

.main-timeline .timeline:nth-child(2n) .year {
    border-radius: 3px 0 0 3px;
    right: auto;
    left: 32%;
}

.main-timeline .timeline:nth-child(2n) .year:before {
    border: 19px solid transparent;
    border-right: none;
    border-left: 19px solid #ffa241;
    left: auto;
    right: -19px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    float: right;
    margin: 0 0 0 20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
    border-left: none;
    border-right: 20px solid #fff;
    right: auto;
    left: -20px;
}

.main-timeline .timeline-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d6d5d5;
    box-sizing: content-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -4px;
}

.main-timeline .timeline-icon:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffa241;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .year {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 8px 30px 8px 20px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: #ffa241;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 31%;
    transform: translateY(-50%);
}

.main-timeline .year:before {
    content: "";
    border-right: 19px solid #ffa241;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    position: absolute;
    top: 0;
    left: -19px;
}

.main-timeline .timeline-content {
    width: 46.5%;
    padding: 33px 40px;
    margin: 0 20px 0 0;
    background: #fff;
    position: relative;
}

.main-timeline .timeline-content:after {
    content: "";
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.main-timeline .timeline:before {
    background: inherit;
}

.main-timeline .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #504f54;
    margin: 0 15px 15px 0;
    line-height: 1.1;
}

.main-timeline .title .label {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding: 0.2em 0.4em 0.3em;
}

.main-timeline .post {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 6px;
}

.main-timeline .description {
    display: block;
    clear: both;
    font-size: 14px;
    color: #7d7b7b;
    line-height: 24px;
    margin: 0;
}

.main-timeline .description img {
    max-width: 100%;
}

@media only screen and (max-width:1200px) {
    .main-timeline .year {
        right: 30%;
    }

    .main-timeline .timeline:nth-child(2n) .year {
        left: 30%;
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .year {
        right: 25%;
    }

    .main-timeline .timeline:nth-child(2n) .year {
        left: 25%;
    }
}

@media only screen and (max-width:767px) {
    .main-timeline:before {
        left: 10px;
    }

    .main-timeline .timeline {
        padding: 0 0 0 30px;
        margin-bottom: 20px;
    }

    .main-timeline .timeline:last-child {
        margin-bottom: 0;
    }

    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before {
        display: none;
    }

    .main-timeline .timeline-icon {
        margin: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }

    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year {
        display: block;
        width: 50%;
        font-weight: bold;
        margin: 0 0 32px 30px;
        z-index: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }

    .main-timeline .timeline:nth-child(2n) .year:before {
        border-left: none;
        border-right: 18px solid #ffa241;
        right: auto;
        left: -18px;
    }

    .main-timeline .timeline-content {
        padding: 20px;
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: auto;
        float: none;
        margin: 0 0 0 30px;
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        border: none;
        border-bottom: 20px solid #f2f2f2;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        top: -20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:480px) {
    .main-timeline .title {
        float: none;
        margin: 0;
    }

    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year {
        margin-left: 20px;
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        margin-left: 10px;
    }

    .main-timeline .post {
        margin: 5px 0;
    }
}


.entry-meta {
    margin: 15px 0;
}




.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}
.ey-content h2 {
    font-size: 32px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    font-weight: 300 !important;
}
.business_table tbody th{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
em.tips {
    padding: 0 !important;
}
em.tips a.ui_tips{
    background: url(../images/ui_tip.png) no-repeat;
    opacity: 0.2;
    background-size: 100%;
    display: inline-block;
    text-indent: -1920px;
    width: 18px;
    height: 20px;
    vertical-align: bottom;
}
em.tips a.ui_tips:hover{opacity: 0.5;}
em.tips p.notic {
    clear: both;
    display: none;
}



.popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 998;
    display: none;
}

.popOut {
    position: fixed;
    width: 800px;
    height: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);   
    -webkit-transform: translate(-50%, -50%);   
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 999;
    display: none;
}
.show-yanshi-com .demo-yanshi-title{
    padding: 28px 32px 20px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #F4F4F4 solid 1px;
}

.show-yanshi-com .demo-yanshi-title  .title-left{
    display: flex;
    align-items: flex-end;
}
.show-yanshi-com .demo-yanshi-title  .title-left span:first-child{
    font-size: 20px;
    font-weight: 600;
    color: #0C0C0C;
    line-height: 28px
}
.show-yanshi-com .demo-yanshi-title  .title-left span:last-child{
    font-size: 12px;
    color: #777777;
    line-height: 17px;
    margin-left: 12px;
}
.show-yanshi-com .demo-yanshi-title img{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.show-yanshi-com .yanshi-content{
    padding: 18px 42px 34px;
    max-height: 80vh;
    background-color: #fff;
}

.show-yanshi-com .yanshi-content .yanshi-box{
    padding: 18px 0;
    border-bottom: #E9F6FD solid 1px;
}
.show-yanshi-com .yanshi-content .yanshi-box:last-child{
    border-bottom: none;
}
.show-yanshi-com .yanshi-content .yanshi-content-first .content-first-top{
    display: flex;
    align-items: center;
}
.show-yanshi-com .yanshi-content .yanshi-content-first .content-first-top img{
    width: 20px;
    height: 20px;
    margin-right: 14px;
}
.show-yanshi-com .yanshi-content .yanshi-content-first .content-first-top i{
    font-size: 20px;
    color: #444;
    margin-right: 14px;
    line-height: 1;
}
.show-yanshi-com .yanshi-content .yanshi-content-first .content-first-top .content-first-text{
    display: flex;
    align-items: center;
}
.show-yanshi-com .yanshi-content .yanshi-content-first .content-first-top .content-first-text p{
    font-size: 16px;
    color: #0C0C0C;
    line-height: 18px;
    margin: 0px;
}
.show-yanshi-com .yanshi-content .yanshi-content-first .content-first-top .content-first-text span{
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    margin-left: 12px;
}
.show-yanshi-com .yanshi-content .yanshi-content-second{
    margin-left: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.show-yanshi-com .yanshi-content .yanshi-content-second .show-url{
    flex: 1;
    font-size: 12px;
    color: #0C0C0C;
    line-height: 16px;
    padding: 10px 0px;
}
.show-yanshi-com .yanshi-content .yanshi-content-second .operation{
    background-color: #ff6f06;
    color: #fff;
    padding: 7px 0px;
    font-size: 13px;
    line-height: 18px;
    width: 98px;
    text-align: center;
  cursor: pointer;
}
.show-yanshi-com .yanshi-content .yanshi-content-second .operation a{
    color: #fff;
    cursor: pointer;
}

.mb-code-popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1008;
    display: none;
}

.mb-code-popOut {
    position: fixed;
    width: 300px;
    height: 340px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);   
    -webkit-transform: translate(-50%, -50%);   
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1009;
    display: none;
}
.mb-code-box {
    padding: 15px;
}
.mb-code-box .mb-code-close{
    text-align: end;
}
.mb-code-box .mb-code-close img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.mb-code-box .mb-code-content {
    margin: 10px 0;
    display: flex;
    justify-content: center;
}
.mb-code-box .mb-code-content img {
    width: 225px;
    height: 225px;
}
.mb-code-box .mb-code-title {
    margin-top: 25px;
    text-align: center;
    color: #555;
}

.code-popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1008;
    display: none;
}

.code-popOut {
    position: fixed;
    width: 300px;
    height: 340px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);   
    -webkit-transform: translate(-50%, -50%);   
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1009;
    display: none;
}
.code-box {
    padding: 15px;
}
.code-box .code-close{
    text-align: end;
}
.code-box .code-close img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.code-box .code-content {
    margin: 10px 0;
    display: flex;
    justify-content: center;
}
.code-box .code-content img {
    width: 225px;
    height: 225px;
}
.code-box .code-title {
    margin-top: 25px;
    text-align: center;
    color: #555;
}

.wx-code-popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1008;
    display: none;
}

.wx-code-popOut {
    position: fixed;
    width: 300px;
    height: 340px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);   
    -webkit-transform: translate(-50%, -50%);   
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1009;
    display: none;
}
.wx-code-box {
    padding: 15px;
}
.wx-code-box .wx-code-close{
    text-align: end;
}
.wx-code-box .wx-code-close img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.wx-code-box .wx-code-content {
    margin: 10px 0;
    display: flex;
    justify-content: center;
}
.wx-code-box .wx-code-content img {
    width: 225px;
    height: 225px;
}
.wx-code-box .wx-code-title {
    margin-top: 25px;
    text-align: center;
    color: #555;
}
@media (max-width: 767px) {
    .popOut {
        width: 100%;
        height: auto;
    }
    .show-yanshi-com .demo-yanshi-title {
        padding: 28px 20px 20px 20px;
    }
    .show-yanshi-com .yanshi-content {
        padding: 18px 20px 34px;
    }
    .show-yanshi-com .yanshi-content .yanshi-content-second .operation {
        width: 76px;
    }
}

.layui-layer-tips .layui-layer-content {
    font-size: 13px !important;
}

@keyframes animation-pulse {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1.15);
    }

    50% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.09);
    }

    80% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}