/*CSS Document*/
body {
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}

/*处理滚动条*/
html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}

.main {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
}

/* Canvas */
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.static-page {
    position: relative;
}


/*Header Start*/
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5 !important;
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

header .logo {
    display: block;
    width: 151px;
    height: 33px;
    margin-left: 25px;
}

header ul {
    float: left;
    padding-top: 18px;
    margin-left: 36px;
}

header ul li {
    float: left;
    height: 16px;
    padding: 0 18px;
    white-space: nowrap;
    border-right: 1px solid #fff;
}

header ul li:last-child {
    border-right: 0;
}

header ul li a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

header ul li a:hover {
    color: #fcff00;
}

header p {
    float: right;
    height: 16px;
    padding-top: 18px;
    margin-right: 26px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: right;
}

/*Header End*/

/*Banner Start*/
.banner-wrap1 {
    background: url("../images/banner_wrap1.jpg") no-repeat center bottom;
}

.banner-main1 {
    position: relative;
    z-index: 1;
    height: 561px;
    background: url("../images/banner_main1.jpg") no-repeat;
}

.banner-main1 img,
.banner-main2 img {
    position: absolute;
}

.banner-main1 .banner-subtitle {
    padding-top: 174px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #022bff;
}

.banner-wrap2 {
    background: url("../images/banner_wrap2.jpg") no-repeat center bottom;
}

.banner-main2 {
    position: relative;
    z-index: 1;
    height: 312px;
    background: url("../images/banner_main2.jpg") no-repeat;
}

.banner-main2 .banner-arrow {
    top: 134px;
    left: 576px;
    z-index: 4;
}

/*Banner End*/

/*Title Start*/
.title {
    position: relative;
    z-index: 2;
}

.title .title-h2 {
    display: block;
}

.title .title-xin {
    position: absolute;
    width: 101px;
    height: 100px;
}

.title .title-xin .icon-xin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: rotateXin 4s ease-in-out infinite;
    animation: rotateXin 4s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes rotateXin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateXin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.title .title-xin .text-xin {
    position: absolute;
    top: 26px;
    left: 26px;
    z-index: 2;
    -webkit-animation: fadeInXin 2s ease-in-out infinite;
    animation: fadeInXin 2s ease-in-out infinite;
}

@-webkit-keyframes fadeInXin {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInXin {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

.title1 {
    height: 124px;
}

.title1 .icon-shpape {
    width: 620px;
    height: 34px;
    margin-bottom: 24px;
    margin-left: 290px;
    background: url("../images/icon_shape1.png") no-repeat;
}

.title1 .title-h2 {
    margin-left: 309px;
}

.title1 .title-xin {
    top: 24px;
    right: 309px;
}

.title2,
.title3,
.title4 {
    height: 121px;
}

.title2 .icon-shpape,
.title3 .icon-shpape {
    width: 569px;
    height: 34px;
    margin-bottom: 21px;
    margin-left: 290px;
    background: url("../images/icon_shape2.png") no-repeat;

}

.title2 .title-h2 {
    margin-left: 361px;
}

.title2 .title-xin,
.title3 .title-xin {
    top: 21px;
    right: 361px;
}

.title3 .title-h2 {
    margin-left: 358px;
}


.title4 .icon-shpape {
    width: 568px;
    height: 34px;
    margin-bottom: 21px;
    margin-left: 340px;
    background: url("../images/icon_shape4.png") no-repeat;
}

.title4 .title-xin {
    top: 21px;
    right: 314px;
}

.title4 .title-h2 {
    margin-left: 313px;
}


/*Title End*/

/*Wrap1 Start*/
.wrap1 {
    background: url("../images/wrap1.jpg") no-repeat center bottom;
}

.main1 {
    height: 655px;
}

.case-container {
    position: relative;
    z-index: 5;
    width: 890px;
    height: 520px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    background: url("../images//case_container.png") no-repeat;
}

.case-container h3 {
    height: 90px;
    padding-top: 9px;
    font-size: 38px;
    font-weight: bold;
    line-height: 90px;
    color: #fff;
    text-align: center;
}

.case-container h4 {
    display: inline-block;
    height: 80px;
    margin-top: 12px;
    font-size: 24px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    border-bottom: 1px dashed #fff;
}

.case-container p {
    margin-top: 17px;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    text-align: center;
}

.case-container p strong {
    font-size: 32px;
    font-weight: bold;
    color: #44eff2;
}

.case-container .case-btn {
    display: block;
    width: 319px;
    height: 61px;
    margin: 27px auto 40px;
    background: url("../images/case_btn.png") no-repeat;
}

.case-container span {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #b5b4c5;
    text-align: center;
}

.main1 .case-bar {
    position: absolute;
    top: 102px;
    left: -321px;
    z-index: 2;
}

.case-tips {
    margin-top: 31px;
}

.case-tips p {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.case-arrow {
    display: block;
    width: 30px;
    height: 36px;
    margin: 0 auto;
}

/*Wrap1 End*/

/*Wrap2 Start*/
.wrap2 {
    background: url("../images/wrap2.jpg") no-repeat center bottom;
}

.main2 {
    height: 868px;
}

.wrap2-outline {
    position: absolute;
    top: 76px;
    left: 89px;
    z-index: 1;
}

.xc-container {
    position: relative;
    z-index: 2;
    margin-top: 54px;
    margin-left: 31px;
}

.slideXcBox {
    width: 1131px;
}

.slideXcBox .hd {
    float: right;
}

.slideXcBox .hd ul li {
    width: 432px;
    height: 115px;
    margin-bottom: 23px;
    background-size: 100% 100%;
    cursor: pointer;
}

.slideXcBox .hd ul li.tab1 {
    background: url("../images/tab_xc1.png") no-repeat;
}

.slideXcBox .hd ul li.tab2 {
    background: url("../images/tab_xc2.png") no-repeat;
}

.slideXcBox .hd ul li.tab3 {
    margin-bottom: 0;
    background: url("../images/tab_xc3.png") no-repeat;
}

.slideXcBox .hd ul li.tab1.on {
    background: url("../images/tab_xc1_on.png") no-repeat;
}

.slideXcBox .hd ul li.tab2.on {
    background: url("../images/tab_xc2_on.png") no-repeat;
}

.slideXcBox .hd ul li.tab3.on {
    margin-bottom: 0;
    background: url("../images/tab_xc3_on.png") no-repeat;
}

.slideXcBox .hd ul li h4 {
    padding-top: 21px;
    margin-left: 104px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #37e9f5;
}

.slideXcBox .hd ul li.on h4 {
    color: #44eff2;
}

.slideXcBox .hd ul li p {
    margin-top: 13px;
    margin-left: 104px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.slideXcBox .hd ul li.on p {
    color: #fff;
}

.slideXcBox .bd {
    float: left;
}

.slideXcBox .bd img {
    display: block;
    width: 668px;
    height: 390px;
}

.xc-btn-group {
    position: relative;
    z-index: 10;
    width: 713px;
    margin: 53px auto 0;
}

.xc-btn-group a {
    display: block;
    width: 319px;
    height: 61px;
}

.xc-btn-group a.cx-btn1 {
    float: left;
    background: url("../images/xc_btn1.png") no-repeat;
}

.xc-btn-group a.cx-btn2 {
    float: right;
    background: url("../images/xc_btn2.png") no-repeat;
}

/*Wrap2 End*/

/*Wrap3 Start*/
.wrap3 {
    background: url("../images/wrap3.jpg") no-repeat center top;
}

.main3 {
    height: 857px;
}

.wrap3-outline {
    position: absolute;
    top: 76px;
    left: 89px;
    z-index: 1;
}

.sl-container {
    position: relative;
    z-index: 2;
    margin-top: 54px;
    margin-left: 42px;
}

.slideSlBox {
    width: 1143px;
}

.slideSlBox .hd {
    float: left;
    padding-top: 3px;
}

.slideSlBox .hd ul li {
    width: 473px;
    height: 164px;
    margin-bottom: 18px;
    background-size: 100% 100%;
    cursor: pointer;
}


.slideSlBox .hd ul li.tab1 {
    background: url("../images/tab_sl1.png") no-repeat;
}

.slideSlBox .hd ul li.tab2 {
    margin-bottom: 19px;
    background: url("../images/tab_sl2.png") no-repeat;
}

.slideSlBox .hd ul li.tab3 {
    height: 136px;
    margin-bottom: 0;
    background: url("../images/tab_sl3.png") no-repeat;
}

.slideSlBox .hd ul li.tab1.on {
    background: url("../images/tab_sl1_on.png") no-repeat;
}

.slideSlBox .hd ul li.tab2.on {
    background: url("../images/tab_sl2_on.png") no-repeat;
}

.slideSlBox .hd ul li.tab3.on {
    margin-bottom: 0;
    background: url("../images/tab_sl3_on.png") no-repeat;
}

.slideSlBox .hd ul li h4 {
    padding-top: 21px;
    padding-right: 42px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #37e9f5;
    text-align: center;
}

.slideSlBox .hd ul li.on h4 {
    color: #44eff2;
}

.slideSlBox .hd ul li p {
    margin-top: 13px;
    margin-left: 47px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.slideSlBox .hd ul li.on p {
    color: #fff;
}

.slideSlBox .bd {
    float: right;
    width: 645px;
    height: 502px;
    background: url("../images/sl_bd.png") no-repeat;
}

.slideSlBox .bd .img-scanner {
    width: 575px;
    height: 380px;
    margin: 64px 0 0 36px;
    overflow: hidden;
}

.slideSlBox .bd img {
    display: block;
    width: 100%;
    height: 100%;
}

.img-scanner .line {
    height: calc(100% - 2px);
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #2d81ff 211%);
    border-bottom: 2px solid #2d81ff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: radar-beam 4s infinite;
    animation: radar-beam 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    /* animation-delay: 1s; */
}

@-webkit-keyframes radar-beam {
    0% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes radar-beam {
    0% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.sl-btn-group {
    position: relative;
    z-index: 10;
    width: 713px;
    margin: 64px auto 0;
}

.sl-btn-group a {
    display: block;
    width: 319px;
    height: 61px;
}

.sl-btn-group a.sl-btn1 {
    float: left;
    background: url("../images/xc_btn1.png") no-repeat;
}

.sl-btn-group a.sl-btn2 {
    float: right;
    background: url("../images/xc_btn2.png") no-repeat;
}

/*Wrap3 End*/


/*Wrap4 Start*/
.wrap4 {
    background: #0d0a26;
}

.main4 {
    position: relative;
    height: 871px;
    padding-top: 116px;
}

.wrap4-outline {
    position: absolute;
    top: 192px;
    left: 89px;
    z-index: 1;
}

.mk-container {
    position: relative;
    z-index: 2;
    margin-top: 55px;
}

.slideMkBox {
    width: 1177px;
    margin: 0 auto;
}

.slideMkBox .hd ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1px;
}

.slideMkBox .hd ul li {
    float: left;
    width: 289px;
    height: 190px;
    margin-bottom: 23px;
    background-size: 100% 100%;
    cursor: pointer;
}

.slideMkBox .hd ul li.tab1 {
    height: 178px;
    background: url("../images/tab_mk_a.png") no-repeat;
}

.slideMkBox .hd ul li.tab2 {
    float: right;
    height: 178px;
    background: url("../images/tab_mk_a.png") no-repeat;
}

.slideMkBox .hd ul li.tab3 {
    float: right;
    margin-bottom: 0;
    background: url("../images/tab_mk_b.png") no-repeat;
}

.slideMkBox .hd ul li.tab4 {
    margin-bottom: 0;
    background: url("../images/tab_mk_b.png") no-repeat;
}

.slideMkBox .hd ul li.tab1.on,
.slideMkBox .hd ul li.tab2.on {
    background: url("../images/tab_mk_on_a.png") no-repeat;
}

.slideMkBox .hd ul li.tab3.on,
.slideMkBox .hd ul li.tab4.on {
    background: url("../images/tab_mk_on_b.png") no-repeat;
}

.slideMkBox .hd ul li h4 {
    padding-top: 36px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #37e9f5;
    text-align: center;
}

.slideMkBox .hd ul li.tab3 h4,
.slideMkBox .hd ul li.tab4 h4 {
    padding-top: 29px;
}

.slideMkBox .hd ul li.on h4 {
    color: #44eff2;
}

.slideMkBox .hd ul li p {
    padding-left: 26px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.slideMkBox .hd ul li.tab1 p,
.slideMkBox .hd ul li.tab2 p {
    margin-top: 14px;
}

.slideMkBox .hd ul li.on p {
    color: #fff;
}

.slideMkBox .bd {
    width: 576px;
    height: 374px;
    padding-top: 16px;
    margin: 0 auto;
    background: url("../images/mk_bd.png") no-repeat;
}

.slideMkBox .bd img {
    display: block;
    width: 553px;
    height: 361px;
    margin: 0 auto;
}

.mk-btn-group {
    position: relative;
    z-index: 10;
    width: 713px;
    margin: 76px auto 0;
}

.mk-btn-group a {
    display: block;
    width: 319px;
    height: 61px;
}

.mk-btn-group a.mk-btn1 {
    float: left;
    background: url("../images/xc_btn1.png") no-repeat;
}

.mk-btn-group a.mk-btn2 {
    float: right;
    background: url("../images/xc_btn2.png") no-repeat;
}

/*Wrap4 End*/


/*Wrap5 Start*/
.wrap5 {
    background: #0d0a26;
}

.main5 {
    height: 471px;
}

.wrap5-outline {
    position: absolute;
    top: 76px;
    left: 89px;
    z-index: 1;
}

.exp-container {
    position: relative;
    z-index: 2;
    margin-top: 47px;
}

.exp-container ul {
    position: relative;
    margin-left: 191px;
}

.exp-container ul::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 258px;
    width: 1px;
    height: 82px;
    background: url("../images/icon_line.png") no-repeat;
}

.exp-container ul::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 560px;
    width: 1px;
    height: 82px;
    background: url("../images/icon_line.png") no-repeat;
}

.exp-container li {
    float: left;
    width: 214px;
    height: 122px;
    margin-right: 89px;
    background: url("../images/tab_exp.png") no-repeat;
}

.exp-container li h5 {
    padding-top: 26px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #37e9f5;
    text-align: center;
}

.exp-container li p {
    padding-top: 12px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
}


/*Float Start*/
.wrap-float {
    background: url("../images/floatbar_wrap.jpg") no-repeat center top;
    background-size: 1920px 96px;
}

.main-float {
    position: relative;
    height: 74px;
    padding-top: 22px;
    background: url("../images/floatbar_main.jpg") no-repeat;
}

.main-float .float-btn {
    display: block;
    float: right;
    width: 226px;
    height: 52px;
    margin-right: 164px;
    font-size: 22px;
    line-height: 52px;
    color: #2914d9;
    text-align: center;
    background: #ffca07;
    border-radius: 26px;
}

/*Float End*/


/*Footer Start*/
.wrap-footer {
    background: #040405;
}

footer {
    height: 124px;
    padding-top: 50px;
}

footer ul {
    width: 715px;
    margin: 0 auto;
}

footer ul li {
    float: left;
    height: 16px;
    padding: 0 7px;
    white-space: nowrap;
    border-right: 1px solid #bbb9be;
}

footer ul li a {
    display: block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #bbb9be;
}

footer ul li a:hover {
    color: #fcff00;
}

footer p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #bbb9be;
    text-align: center;
}

footer p a {
    color: #bbb9be;
}

footer p a:hover {
    color: #fcff00;
}

/*Footer End*/


/*Side Start*/
.side-right {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 98;
    width: 195px;
}

.side-right .side-nav li {
    position: relative;
    width: 195px;
    height: 48px;
    padding-top: 15px;
    margin-top: -4px;
    margin: 0 auto;
    background: url("../images/sidebar_right.png") no-repeat;
}

.side-right .side-nav li:hover {
    background: url("../images/sidebar_right_on.png") no-repeat;
}


.side-right .side-nav li a {
    display: block;
    width: 159px;
    height: 40px;
    margin-left: 32px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #002db5;
    -webkit-animation: myflipInX 2s linear infinite;
    animation: myflipInX 2s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.side-right .side-nav li:hover a {
    background: #0bd7fd;
}

.side-right .side-nav li a:hover {
    font-weight: bold;
    color: #0a0824;
}

.side-right .go-top {
    margin-top: 10px;
    margin-left: 89px;
    cursor: pointer;
}

@keyframes myflipInX {
    0% {
        -webkit-transform:perspective(400px) rotateX(-10deg);
        transform:perspective(400px) rotateX(-10deg);       
    }
    to {
        -webkit-transform:perspective(400px) rotateX(20deg);
        transform:perspective(400px) rotateX(20deg)
    }
}
@keyframes -webkit-myflipInX {
    0% {
        -webkit-transform:perspective(400px) rotateX(-10deg);
        transform:perspective(400px) rotateX(-10deg);       
    }
    to {
        -webkit-transform:perspective(400px) rotateX(20deg);
        transform:perspective(400px) rotateX(20deg)
    }
}
/*Side End*/

/*Popup Start*/
.modal-backdrop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    background: rgba(0, 0, 0, 0.7);
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.popup .popup-close {
    position: absolute;
    top: -51px;
    right: 0;
    cursor: pointer;
}

.popup-register {
    width: 784px;
    height: 520px;
    margin: -260px 0 0 -392px;
    background: url("../images/popup_register.png") no-repeat;
}

.register-form {
    width: 463px;
    padding-top: 148px;
    margin: 0 auto;
}

.register-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.register-form label {
    position: relative;
    display: block;
    width: 463px;
    height: 63px;
    padding-left: 38px;
    margin-bottom: 20px;
    border: 1px solid #5ad5fd;
}

.register-form label.label-yzm {
    margin-bottom: 38px;
}

.register-form label input,
.register-form label select {
    width: 100%;
    font-size: 24px;
    line-height: 61px;
    color: #fff;
}

.register-form label select {
    background: url("../images/icon_select.png") no-repeat 366px 25px;
    background-size: 21px 11px;
}

.register-form label select option {
    color: #333;
}

.register-form label input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.register-form label input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.register-form label input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.register-form label input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.register-form label input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

#getyzm {
    position: absolute;
    top: 19px;
    right: 39px;
    font-size: 24px;
    line-height: 1;
    color: #f8e476;
    text-align: right;
}

#regSubmit {
    display: block;
    width: 319px;
    height: 61px;
    margin: 0 auto;
    background: url("../images/register_btn.png") no-repeat;
}

.popup-success {
    width: 784px;
    height: 520px;
    margin: -260px 0 0 -392px;
    background: url("../images/popup_success.png") no-repeat;
}

.popup-success .popup-content {
    float: left;
    margin-left: 91px;
}

.popup-success .popup-content h5 {
    padding-top: 178px;
    padding-left: 41px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #37e9f5;
}

.popup-success .popup-content p {
    padding-top: 30px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.popup-success .popup-qr {
    float: right;
    width: 179px;
    height: 179px;
    padding: 9px;
    margin-top: 160px;
    margin-right: 93px;
    background: url("../images/qrbox_success.png") no-repeat;
}

.popup-success .popup-qr img {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-consult {
    width: 785px;
    height: 520px;
    margin: -260px 0 0 -392px;
    background: url("../images/popup_consult.png") no-repeat;
}

.popup-consult .popup-qr {
    width: 244px;
    height: 244px;
    padding: 12px;
    margin: 93px auto 38px;
    background: url("../images/qrbox_consult.png") no-repeat;
}

.popup-consult .popup-qr img {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-consult .popup-qr-title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}

/*Popup End*/

/*Media Queries*/
@media screen and (max-width: 1366px) {
    .zg-sidebar-right {
        display: none;
    }

    .zg-online-btn {
        display: block;
    }
}