﻿
* {
    font-family: "寰蒋闆呴粦";
    margin: 0;
    padding: 0;
}

#wrap {
    position: relative;
    overflow: hidden;
}
/*nav*/

/*.sticky {
		position: absolute!important;
		top: 0;
	}*/
/*妗堜緥妯″潡锛屽浘鐗�*/
.swiperLinkPc {
    display: inline-block;
    border: none;
    outline: none;
}

.swiperLinkPhone {
    display: block;
    border: none;
    outline: none;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

/*鍚勪釜妯″潡鍏叡绫�*/
.moduleWrap:nth-of-type(odd) {
    background: #f0f0f0 !important;
}

.moduleWrap:nth-of-type(even) {
    background: #fff !important;
}
/*鏂板鐨勬寜閽�*/
.btnLink {
    display: block;
    width: 220px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 20px auto 0px auto;
    border: solid 1px #ccc;
    color: #707070;
    font-size: 16px;
}

    .btnLink:link {
        text-decoration: none;
        color: #707070;
    }

    .btnLink:visited {
        color: #707070;
        text-decoration: none;
    }

    .btnLink:hover {
        border: none;
        color: #fff;
        background: #FF1E00;
        text-decoration: none;
    }

    .btnLink:active {
        text-decoration: none;
    }
/*logo澧�*/
.logoShow {
    display: block;
    width: 100%;
    height: auto;
    border: none;
}
/*鐗堝績*/

.typePage {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

    .typePage p img {
        max-width: 100%;
    }

.body_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}
/*妯″潡title*/

.titleModule {
    color: #070707;
    font-size: 30px;
    text-align: center;
}
/*head*/

.banner_head {
    width: 100%;
    height: 444px;
    overflow: hidden;
    position: relative;
}

    .banner_head .typePage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

.buttoncolor {
    background: #FF1E00;
    border: none !important;
}

.titleHead {
    font-size: 60px;
    color: #fff;
    text-align: center;
    /*margin-top: 100px;*/
    margin: 0;
}

.textHead {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
    padding-left: calc((100% - 795px)/2);
    padding-left: -moz-calc((100% - 795px)/2);
    padding-left: -webkit-calc((100% - 795px)/2);
    padding-right: calc((100% - 795px)/2);
    padding-right: -moz-calc((100% - 795px)/2);
    padding-right: -webkit-calc((100% - 795px)/2);
    margin: 20px 0;
}

.linkBtn_box {
    width: 100%;
    height: auto;
    text-align: center;
}

    .linkBtn_box > div {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0 22px;
        margin: 5px 0;
    }

.linkBtn_head {
    display: inline-block;
    width: 132px;
    height: 46px;
    box-sizing: border-box;
    border: solid 1px #f0f0f0;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    /*float: left;*/
    outline: none;
}

    .linkBtn_head:link {
        text-decoration: none;
        color: #fff;
        outline: none;
    }

    .linkBtn_head:visited {
        text-decoration: none;
        color: #fff;
        outline: none;
    }

    .linkBtn_head:hover {
        text-decoration: none;
        color: #fff;
        background: #FF1E00;
        border: solid 1px #FF1E00;
        outline: none;
    }

    .linkBtn_head:active {
        text-decoration: none;
        color: #fff;
        outline: none;
    }
/*head*/
/*浜у搧姒傝堪*/

#summarizeProduct_wrap {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 56px 0 40px 0;
}

.text_summarizeProduct {
    color: #717171;
    font-size: 14px;
    text-align: center;
    margin-top: 35px;
}

.videoBox {
    width: 786px;
    height: 410px;
    margin: 30px auto 0 auto;
    position: relative;
}

    .videoBox video {
        object-fit: contain;
    }

.videoImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.video_cover {
    width: 100%;
    height: 100%;
    /*background: url(../../img/Product/play_icon.png) center center no-repeat;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    cursor: pointer;
}
/*鍥剧墖鏀惧ぇ*/
.viewer-container {
    z-index: 999999 !important;
}

.viewer-backdrop {
    background-color: rgba(0,0,0,.75);
}

.viewer-container > .viewer-close {
    display: none !important;
}

.viewer-canvas .viewer-close {
    display: none;
    cursor: pointer;
    z-index: 999999;
}

.viewer-button.viewer-close {
    background-color: transparent;
    right: auto;
    /*top: auto;
    bottom: 25px;*/
    width: 25px;
    height: 25px;
    display: none;
}

.viewer-close:before {
    width: 25px;
    height: 25px;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url(../../img/Baifendian/closeBtnIcon.png);
    background-position: center;
    background-size: 100%;
}
/*浜у搧姒傝堪*/
/*浜у搧鍔熻兘functionProduct*/

#functionProduct_wrap {
    width: 100%;
    height: auto;
    background: #f0f0f0;
    padding: 50px 0 90px 0;
}

.functionProduct_ipad,
.functionProduct_phone {
    display: none;
}

.function_imgTxet_wrap {
    width: 100%;
    height: auto;
    margin-top: 66px;
    overflow: hidden;
}

.function_imgTxet_box {
    padding: 43px 0 24px 0;
    background: #fff;
    width: calc(50% - 3px);
    width: -moz-calc(50% - 3px);
    width: -webkit-calc(50% - 3px);
    height: auto;
    display: inline-block;
    margin-bottom: 6px;
}

.function_imgTxet_wrap .function_imgTxet_box:nth-of-type(odd) {
    float: left;
}

.function_imgTxet_wrap .function_imgTxet_box:nth-of-type(even) {
    float: right;
}

.function_imgTxet_box p {
    padding: 0 30px;
}

.function_imgTxet_title {
    font-size: 20px;
    color: #070707;
    text-align: center;
    margin: 29px 0 40px 0;
}

.function_imgTxet_text {
    color: #717171;
    font-size: 14px;
    padding-left: 39px;
    padding-right: 39px;
}

.function_imgTxet_box p {
    padding: 0 30px;
}

.function_imgTxet_img {
    display: block;
    width: 67px;
    height: 75px;
    margin: 0 auto;
}

.function_imgTxet_img1 {
    background: url(../../img/Product/function_icon1.png) center center no-repeat;
    background-size: auto 70px;
}

.function_imgTxet_img2 {
    background: url(../../img/Product/function_icon2.png) center center no-repeat;
    background-size: auto 70px;
}

.function_imgTxet_img3 {
    background: url(../../img/Product/function_icon3.png) center center no-repeat;
    background-size: auto 70px;
}

.function_imgTxet_img4 {
    background: url(../../img/Product/function_icon4.png) center center no-repeat;
    background-size: auto 70px;
}
/*浜у搧鍔熻兘functionProduct*/
/*浜у搧浼樺娍advantageProduct*/

.advantageProduct_imgTxet_wrap_ipad,
.advantageProduct_imgTxet_wrap_phone {
    display: none;
}

#advantageProduct_wrap {
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 51px;
}

.advantageProduct_imgTxet_wrap {
    width: 100%;
    height: auto;
    margin-top: 71px;
    overflow: hidden;
}

.advantageProduct_imgTxet_box {
    max-width: 532px;
    width: 49%;
    height: auto;
    margin-bottom: 70px;
    position: relative;
}

.advantageProduct_imgTxet_img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);*/
}

.advantageProduct_imgTxet_wrap .advantageProduct_imgTxet_box:nth-of-type(odd) {
    float: left;
}

.advantageProduct_imgTxet_wrap .advantageProduct_imgTxet_box:nth-of-type(even) {
    float: right;
}

.advantageProduct_imgTxet_text {
    display: inline-block;
    max-width: 408px;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    height: auto;
    float: right;
}

.advantageProduct_imgTxet_title {
    color: #070707;
    font-size: 20px;
    margin: 0 0 26px 0;
}

.advantageProduct_imgTxet_text > p {
    color: #717171;
    font-size: 14px;
}

.advantageProduct_imgTxet_img1 {
    background: url(../../img/Product/advantage_icon1.png) center top no-repeat;
}

.advantageProduct_imgTxet_img2 {
    background: url(../../img/Product/advantage_icon2.png) center top no-repeat;
}

.advantageProduct_imgTxet_img3 {
    background: url(../../img/Product/advantage_icon3.png) center top no-repeat;
}

.advantageProduct_imgTxet_img4 {
    background: url(../../img/Product/advantage_icon4.png) center top no-repeat;
}
/*浜у搧浼樺娍advantageProduct*/
/*搴旂敤鍦烘櫙scene*/

.scene_wrap_phone {
    display: none;
}

.active_scene {
    background: #fff;
    color: #FF1E00 !important;
}

#scene_wrap {
    width: 100%;
    height: auto;
    background: #f0f0f0;
    padding: 60px 0 80px 0;
}

.swiper-container1 {
    width: 100%;
    height: 52px;
    margin-top: 71px;
}

    .swiper-container1 .titleScene a {
        display: block;
        line-height: 52px;
        text-align: center;
        color: #070707;
        font-size: 14px;
        text-decoration: none;
        outline: none;
    }

.titleScene a:link {
    text-decoration: none;
    color: #070707;
    outline: none;
}

.titleScene a:visited {
    text-decoration: none;
    outline: none;
    color: #070707;
}

.titleScene a:hover {
    text-decoration: none;
    outline: none;
    color: #FF1E00;
}

.titleScene a:active {
    text-decoration: none;
    outline: none;
    color: #070707;
}

.swiper-container1 .swiper-button-prev {
    cursor: pointer;
    cursor: -ms-pointer;
    width: 40px;
    height: 40px;
    background: url(../../img/Product/swiper-button-prev-1.png) center center no-repeat;
    left: 0;
    display: none;
}

.swiper-container1 .swiper-button-next {
    cursor: pointer;
    cursor: -ms-pointer;
    width: 40px;
    height: 40px;
    background: url(../../img/Product/swiper-button-next-2.png) center center no-repeat;
    right: 0;
    display: none;
}

.sceneContent_wrap {
    width: 100%;
    height: auto;
    border-top: solid #bfbfbf 1px;
    background: #fff;
}

.sceneContent_box {
    width: 100%;
    height: auto;
    padding: 27px 48px 42px 48px;
    display: none;
}

.typePage .sceneContent_wrap .sceneContent_box p img {
    max-width: 100%;
}

.title_sceneContent {
    color: #070707;
    font-size: 16px;
    margin-bottom: 20px;
}

.text_sceneContent {
    color: #717171;
    font-size: 14px;
}
/*搴旂敤鍦烘櫙scene*/
/*妗堜緥case*/

#case_wrap {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 58px 0 68px 0;
}

.swiper-container2 {
    width: 100%;
    margin-top: 62px;
}

    .swiper-container2 .swiper-button-prev {
        cursor: pointer;
        width: 40px;
        height: 40px;
        background: url(../../img/Product/swiper-button-prev-2.png) center center no-repeat;
        left: 0;
    }

    .swiper-container2 .swiper-button-next {
        cursor: pointer;
        cursor: -ms-pointer;
        width: 40px;
        height: 40px;
        background: url(../../img/Product/swiper-button-next-2.png) center center no-repeat;
        right: 0;
    }

.swiper-wrapper2 .swiper-slide {
    /*cursor: -ms-pointer;
    cursor: pointer;*/
    box-sizing: border-box;
    /*padding: 0 57px 0 70px;*/
    padding: 0 4.75% 0 5.83%;
}

.swiper-container2_1 {
    display: block;
}

.swiper-container2_2 {
    display: none;
}

.case_img {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    float: left;
}

.case_text {
    display: inline-block;
    width: 61%;
    max-width: 312px;
    height: auto;
    float: right;
}

    .case_text p {
        color: #717171;
        font-size: 14px;
    }

.case_title {
    display: block;
    color: #070707;
    font-size: 20px;
    margin: 5px 0 20px 0;
    outline: none;
}

    .case_title:link {
        text-decoration: none;
        color: #070707;
        outline: none;
    }

    .case_title:visited {
        text-decoration: none;
        /*color: #FF1E00;*/
        outline: none;
    }

    .case_title:hover {
        text-decoration: none;
        color: #FF1E00;
        outline: none;
    }

    .case_title:active {
        text-decoration: none;
        color: #070707;
        outline: none;
    }
/*妗堜緥case*/
/*鏂囨。涓庡伐鍏�*/

#tools_wrap {
    width: 100%;
    height: auto;
    background: #f0f0f0;
    padding: 59px 0 70px 0;
}

.tools_box {
    width: 100%;
    height: auto;
    margin-top: 64px;
    text-align: center;
    overflow: hidden;
}

    .tools_box > li {
        height: 20px;
        box-sizing: border-box;
        width: 17.08%;
        max-width: 205px;
        /*float: left;*/
        display: inline-block;
        border-right: solid 1px #717171;
        text-align: center;
    }

        .tools_box > li:nth-last-of-type(1) {
            border: 0;
        }

.linkbtn_tools {
    display: inline-block;
    height: 100%;
    line-height: 20px;
    text-align: center;
    color: #717171;
    outline: none;
    font-size: 20px;
}

    .linkbtn_tools:link {
        text-decoration: none;
        outline: none;
        color: #717171;
    }

    .linkbtn_tools:visited {
        text-decoration: none;
        color: #717171;
        outline: none;
    }

    .linkbtn_tools:hover {
        text-decoration: none;
        color: #fb3838;
        outline: none;
    }

    .linkbtn_tools:active {
        text-decoration: none;
        color: #717171;
        outline: none;
    }
/*鏂囨。涓庡伐鍏�*/
/*鐩稿叧浜у搧*/

#related_wrap {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 58px 0 78px 0;
}

.titleRelated {
    color: #070707;
    font-size: 30px;
    margin-left: 60px;
    margin-bottom: 45px;
}

.related_box {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
}

.related {
    box-sizing: border-box;
    display: inline-block;
    /*width: 196px;*/
    width: 20%;
    height: auto;
    margin: 15px 0;
    padding: 0 15px;
    float: left;
}

.relatedImg_box {
    width: 100%;
    height: 120px;
    position: relative;
    /*margin-bottom: 10px;*/
}

.relatedImg {
    display: block;
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.relatedText {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #727272;
    outline: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 25px;
}


@media(max-width:767px) {
    .relatedImg_box {
        height: 120px;
    }

    .related {
        padding: 0 0px;
    }

    .relatedText {
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 14px;
        color: #727272;
        outline: none;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.relatedText:link {
    text-decoration: none;
    color: #727272;
    outline: none;
}

.relatedText:visited {
    text-decoration: none;
    color: #727272;
    outline: none;
}

.relatedText:hover {
    text-decoration: none;
    color: #FF1E00;
    outline: none;
}

.relatedText:active {
    text-decoration: none;
    color: #727272;
    outline: none;
}
/*鐩稿叧浜у搧*/
/*娴姩瀵艰埅*/

#nav_wrap {
    width: 100%;
    height: 84px;
    padding-top: 17px;
    box-sizing: border-box;
    background: rgba(256, 256, 256, 0.94);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 500;
}

.navBox {
    height: 50px;
}

.sus_nav_left,
.sus_nav_right {
    display: inline-block;
    width: auto;
    height: 100%;
}

.sus_nav_left {
    float: left;
}

.sus_nav_right {
    float: right;
}

.moreBtn,
.titlePage {
    display: inline-block;
    font-size: 15px;
    color: #070707;
}

.moreBtn {
    width: auto;
    height: 100%;
    box-sizing: border-box;
    padding: 0 17px 0 56px;
    border: solid 1px #f0f0f0;
    line-height: 50px;
    text-decoration: none;
    background: url(../../img/Product/more_icon1.png) 17px center no-repeat;
    outline: none;
    position: relative;
}

.subNav_box {
    display: inline-block;
    padding: 21px;
    position: absolute;
    top: 48px;
    left: 0;
    background: #070707;
    height: auto;
    z-index: 100;
    overflow: hidden;
    display: none;
}

.subNav {
    min-width: 160px;
    max-width: 240px;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0 15px;
}

    .subNav p {
        margin: 0;
        height: 34px;
        line-height: 34px;
    }

.subNav_title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 0;
}

    .subNav_title .subNav_text {
        display: inline-blockblock;
        font-size: 14px;
        color: #999;
        margin: 0;
        text-decoration: none;
    }

.subNav_text {
    color: #999;
}

    .subNav_text:link {
        text-decoration: none;
    }

    .subNav_text:visited {
        text-decoration: none;
    }

    .subNav_text:hover {
        text-decoration: none;
        color: #fff;
    }

    .subNav_text:active {
        text-decoration: none;
    }

.moreBtn:link {
    color: #070707;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    cursor: -ms-pointer;
}

.moreBtn:visited {
    color: #070707;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    cursor: -ms-pointer;
}

.moreBtn:hover {
    color: #fff;
    text-decoration: none;
    background: url(../../img/Product/more_icon2.png) 17px center no-repeat;
    background-color: #070707;
    outline: none;
    cursor: pointer;
    cursor: -ms-pointer;
}

.moreBtn:active {
    color: #070707;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    cursor: -ms-pointer;
}

.titlePage {
    margin-left: 33px;
}

.sus_nav_right ul {
    width: auto;
    height: 100%;
}

    .sus_nav_right ul li {
        float: left;
        height: 100%;
        line-height: 50px;
        text-align: center;
        padding: 0 17px;
    }

        .sus_nav_right ul li:last-of-type {
            box-sizing: border-box;
            padding: 0;
            width: 141px;
            border: solid 1px #bfbfbf;
            margin-left: 17px;
        }

            .sus_nav_right ul li:last-of-type a {
                display: inline-block;
                width: 100%;
                height: 100%;
                color: #ff3333;
                font-size: 15px;
                text-decoration: none;
            }

.titleModule_nav {
    font-size: 15px;
    color: #070707;
    text-decoration: none;
    outline: none;
}

    .titleModule_nav:link {
        color: #070707;
        text-decoration: none;
        outline: none;
    }

    .titleModule_nav:visited {
        color: #070707;
        text-decoration: none;
        outline: none;
    }

    .titleModule_nav:hover {
        color: #FF1E00;
        text-decoration: none;
        outline: none;
    }

    .titleModule_nav:active {
        color: #070707;
        text-decoration: none;
        outline: none;
    }
/*寮瑰嚭瑙嗛*/

#videoEle {
    /*display: none;*/
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 200;
}

.btnClose {
    font-size: 30px;
    color: rgba(256, 256, 256, 0.5);
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 300;
    cursor: pointer;
    cursor: -ms-pointer;
}

    .btnClose:hover {
        color: rgba(255, 0, 0, 0.5);
    }



/*娴姩瀵艰埅*/
/*********************************************************/
/*鍝嶅簲寮�*/

@media (max-width:1300px) {
    /*鐗堝績*/
    .typePage {
        box-sizing: border-box;
        width: 100%;
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
        padding: 0 50px;
    }

        .typePage p img {
            max-width: 100%;
        }
}

@media (min-width:1200px) {
    /*.sticky {
			position: absolute!important;
			top: 0;
		}*/
}
/*灏忓睆*/

@media (min-width:992px) and (max-width: 1199px) {
    /*.sticky {
			position: absolute!important;
			top: 0;
		}*/
    /*鐗堝績*/
    .typePage {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        padding: 0 50px;
        height: auto;
        margin: 0 auto;
    }

        .typePage p img {
            max-width: 100%;
        }

    .textHead {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-container.swiper-container1 .swiper-wrapper .titleScene {
        width: 100px;
    }
}
/*ipad*/

@media(min-width:768px) and (max-width: 991px) {
    .functionProduct_ipad {
        display: block;
    }

    .functionProduct_pc,
    .functionProduct_phone {
        display: none;
    }
    /*.sticky {
			position: absolute!important;
			top: 0;
		}*/
    /*浜у搧鍔熻兘*/
    .function_imgTxet_box_ipad {
        display: inline-block;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 35px;
        position: relative;
    }

        .function_imgTxet_box_ipad:nth-last-of-type(1) {
            margin-bottom: 0;
        }

    .function_imgTxet_img_ipad {
        display: block;
        width: 70px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .function_txet_ipad {
        display: inline-block;
        width: calc(100% - 117px);
        width: -moz-calc(100% - 117px);
        width: -webkit-calc(100% - 117px);
        float: right;
    }

    .function_imgTxet_title_ipad {
        font-size: 20px;
        color: #070707;
        margin: 0 0 18px 0;
    }

    .function_imgTxet_text_ipad {
        color: #717171;
        font-size: 14px;
    }
    /*鐗堝績*/
    .typePage {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        padding: 0 50px;
        height: auto;
        margin: 0 auto;
    }

        .typePage p img {
            max-width: 100%;
        }

    .textHead {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .titleHead {
        font-size: 40px;
        color: #fff;
        text-align: center;
        margin: 0;
    }

    #summarizeProduct_wrap {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 25px 0 40px 0;
    }

    .videoBox {
        max-width: 786px;
        width: 100%;
        height: 410px;
        margin: 20px auto 0 auto;
        position: relative;
    }

    #functionProduct_wrap {
        width: 100%;
        height: auto;
        background: #f0f0f0;
        padding: 24px 0 25px 0;
    }
    /*浜у搧浼樺娍*/
    .advantageProduct_imgTxet_wrap,
    .advantageProduct_imgTxet_wrap_phone {
        display: none;
    }

    .advantageProduct_imgTxet_wrap_ipad {
        display: block;
    }

    .advantageProduct_imgTxet_box {
        width: 100%;
        height: auto !important;
        margin-bottom: 70px;
        position: relative;
    }

    .advantageProduct_imgTxet_wrap .advantageProduct_imgTxet_box:nth-of-type(odd) {
        float: inherit;
    }

    .advantageProduct_imgTxet_wrap .advantageProduct_imgTxet_box:nth-of-type(even) {
        float: inherit;
    }

    #advantageProduct_wrap {
        width: 100%;
        height: auto;
        background: #fff;
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .function_imgTxet_wrap {
        width: 100%;
        height: auto;
        margin-top: 35px;
        overflow: hidden;
    }

    #scene_wrap {
        width: 100%;
        height: auto;
        background: #f0f0f0;
        padding: 25px 0 41px 0;
    }

    .swiper-container1 {
        width: 100%;
        height: 52px;
        margin-top: 20px;
    }
    /*妗堜緥case*/
    #case_wrap {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 24px 0 40px 0;
    }

    .swiper-container2 {
        width: 100%;
        margin-top: 45px;
    }

    .case_img {
        display: block;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        float: none;
        margin: 0 auto;
    }

    .case_text {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        float: none;
    }

    .swiper-wrapper2 .swiper-slide {
        /*cursor: -ms-pointer;
        cursor: pointer;*/
        box-sizing: border-box;
        padding: 0 60px 0 60px;
    }


    .m_ipadBtn_left {
        cursor: pointer;
        width: 40px;
        height: 40px;
        background: url(../../img/Product/swiper-button-prev-2.png) center center no-repeat;
        left: 0;
    }

    .m_ipadBtn_right {
        cursor: pointer;
        cursor: -ms-pointer;
        width: 40px;
        height: 40px;
        background: url(../../img/Product/swiper-button-next-2.png) center center no-repeat;
        right: 0;
    }

    .case_title {
        display: block;
        color: #FF1E00;
        font-size: 20px;
        margin: 32px 0 10px 0;
        outline: none;
        text-align: center;
    }

        .case_title:link {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }

        .case_title:visited {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }

        .case_title:hover {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }

        .case_title:active {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }
    /*鏂囨。涓庡伐鍏�*/
    #tools_wrap {
        width: 100%;
        height: auto;
        background: #f0f0f0;
        padding: 25px 0 40px 0;
    }

    .tools_box {
        width: 100%;
        height: 20px;
        margin-top: 45px;
    }
    /*鐩稿叧浜у搧*/
    .related {
        display: inline-block;
        width: calc(20% - 10px);
        width: -webkit-calc(20% - 10px);
        width: -moz-calc(20% - 10px);
        /*width: 133px;*/
        height: auto;
        margin: 5px 5px;
        border: solid #dfdfdf 1px;
        padding: 15px 5px;
    }

    .relatedText {
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 14px;
        color: #727272;
        outline: none;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .relatedText:link {
            text-decoration: none;
            color: #727272;
            outline: none;
        }

        .relatedText:visited {
            text-decoration: none;
            color: #727272;
            outline: none;
        }

        .relatedText:hover {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }

        .relatedText:active {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }

    #related_wrap {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 25px 0 45px 0;
    }

    .titleRelated {
        color: #070707;
        font-size: 24px;
        text-align: center;
        margin-left: 0;
        margin-bottom: 45px;
    }

    .related_box {
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }
    /*搴旂敤鍦烘櫙*/
    .scene_wrap_phone {
        display: none;
    }
}
/*绉诲姩绔�*/

@media (max-width:767px) {
    .viewer-container .viewer-close {
        display: none !important;
    }

    .viewer-button.viewer-close {
        width: 22px;
        height: 22px;
    }

    .viewer-close:before {
        width: 22px;
        height: 22px;
    }

    .sticky {
        display: block !important;
    }

    #nav_wrap {
        display: none !important;
    }
    /*寮瑰嚭瑙嗛*/
    #videoEle {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
    }

    #nav_wrap {
        display: none;
    }

    .functionProduct_phone {
        display: block;
    }

    .functionProduct_pc,
    .functionProduct_ipad {
        display: none;
    }
    /*.sticky {
			position: absolute!important;
			top: 0;
		}*/
    /*鐗堝績*/
    .typePage {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        height: auto;
        margin: 0 auto;
    }

        .typePage p img {
            max-width: 100%;
        }

    .titleHead {
        font-size: 34px;
        color: #fff;
        text-align: center;
        margin: 0;
    }

    .textHead {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .linkBtn_head {
        display: inline-block;
        width: 100px;
        height: 35px;
        box-sizing: border-box;
        border: solid 1px #fff;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        /*float: left;*/
        outline: none;
    }

    .banner_head {
        width: 100%;
        height: 350px;
        /*background: url(../../img/Product/banner.png) center center no-repeat;*/
        background-size: cover;
        overflow: hidden;
    }

    /*.textHead:nth-last-of-type(1) {
			margin-bottom: 15px;
		}*/
    .linkBtn_box > div {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0 5px;
        margin: 5px 0;
    }

    #summarizeProduct_wrap {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 26px 0 25px 0;
    }

    .text_summarizeProduct {
        color: #717171;
        font-size: 16px;
        text-align: center;
        margin-top: 34px;
    }
    /*妯″潡title*/
    .titleModule {
        color: #070707;
        font-size: 24px;
        text-align: center;
    }

    .videoBox {
        max-width: 100%;
        width: 100%;
        height: 210px;
        margin: 20px auto 0 auto;
        position: relative;
    }

    .function_imgTxet_wrap {
        width: calc(100% - 18px);
        width: -moz-calc(100% - 18px);
        width: -webkit-calc(100% - 18px);
        height: auto;
        margin: 36px auto 0 auto;
        overflow: hidden;
    }

    .function_imgTxet_box_phone {
        box-sizing: border-box;
        display: block;
        padding: 0;
        background: transparent;
        width: 100%;
        height: auto;
        margin-bottom: 17px;
    }

    .function_imgTxet_titleBox_phone {
        width: 100%;
        height: 73px;
        overflow: hidden;
        margin-bottom: 17px;
        position: relative;
    }

    .function_imgTxet_img_phone {
        display: inline-block;
        width: 68px;
        /*height: 73px;*/
        margin-left: 12px;
        float: left;
    }

    .function_imgTxet_title_phone {
        width: calc(100% - 130px);
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        font-size: 16px;
        color: #1f2021;
        height: 73px;
        margin: 0 0 0 10px;
        clear: both;
        display: table-cell;
        vertical-align: middle;
        padding: 0 54px 0 20px;
        font-weight: 400;
    }

        .function_imgTxet_title_phone span {
            display: inline-block;
            vertical-align: middle;
        }

    .functionProduct_phone_switch {
        display: inline-block;
        width: 28px;
        height: 28px;
        background: url(../../img/Product/phone_icon2.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 20px;
        right: 10px;
        background-size: 28px 28px;
    }

    .function_imgTxet_textBox_phone {
        width: 87.4%;
        margin: 0 auto;
        padding: 0 0 35px 0;
        display: none;
    }

    .functionProduct_phone_imgFlag {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .function_imgTxet_text {
        color: #717171;
        font-size: 16px;
        width: 100%;
        padding: 0;
    }

    .underLine_phone {
        width: 100%;
        height: 1px;
        background: #bfbfbf;
    }

    #functionProduct_wrap {
        width: 100%;
        height: auto;
        background: #f0f0f0;
        padding: 22px 0 40px 0;
    }
    /*浜у搧浼樺娍*/
    .advantageProduct_imgTxet_wrap,
    .advantageProduct_imgTxet_wrap_ipad {
        display: none;
    }

    .advantageProduct_imgTxet_wrap_phone {
        display: block;
    }

    #advantageProduct_wrap {
        width: 100%;
        height: auto;
        background: #fff;
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .function_imgTxet_wrap {
        width: 100%;
        height: auto;
        margin-top: 35px;
        overflow: hidden;
    }
    /*妗堜緥case*/
    #case_wrap {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 24px 0 40px 0;
    }

    .swiper-container2 {
        width: 100%;
        margin-top: 45px;
    }

    .swiper-container2_1 {
        display: none;
    }

    .swiper-container2_2 {
        display: block;
    }

    .case_img {
        display: block;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        float: none;
        margin: 0 auto;
    }

    .case_text {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        float: none;
    }

    .swiper-wrapper2 .swiper-slide {
        /*cursor: -ms-pointer;
        cursor: pointer;*/
        box-sizing: border-box;
        padding: 0 60px 0 60px;
    }

    .case_title {
        display: block;
        color: #FF1E00;
        font-size: 16px;
        margin: 32px 0 10px 0;
        outline: none;
        text-align: center;
    }

        .case_title:link {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }

        .case_title:visited {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }

        .case_title:hover {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }

        .case_title:active {
            text-decoration: none;
            color: #FF1E00;
            outline: none;
        }
    /*鏂囨。涓庡伐鍏�*/
    #tools_wrap {
        width: 100%;
        height: auto;
        background: #f0f0f0;
        padding: 25px 0 40px 0;
    }

    .tools_box {
        width: 100%;
        height: auto;
        margin-top: 45px;
    }

        .tools_box > li {
            height: 50px;
            box-sizing: border-box;
            /*width: 178px;
            max-width: 178px;*/
            display: inline-block;
            border: solid 1px #b5b5b5;
            text-align: center;
            margin: 10px 5px 10px 5px;
            width: calc(33% - 15px);
            width: -webkit-calc(33% - 15px);
            width: -moz-calc(33% - 15px);
        }

            .tools_box > li:nth-last-of-type(1) {
                border: solid 1px #b5b5b5;
            }

    .linkbtn_tools {
        display: inline-block;
        height: 100%;
        width: 100%;
        line-height: 50px;
        text-align: center;
        color: #717171;
        outline: none;
        font-size: 16px;
    }

        .linkbtn_tools:link {
            text-decoration: none;
            outline: none;
            color: #717171;
        }

        .linkbtn_tools:visited {
            text-decoration: none;
            color: #717171;
            outline: none;
        }

        .linkbtn_tools:hover {
            text-decoration: none;
            color: #fb3838;
            outline: none;
        }

        .linkbtn_tools:active {
            text-decoration: none;
            color: #fb3838;
            outline: none;
        }



    .m_ipadBtn_left {
        cursor: pointer;
        width: 40px;
        height: 40px;
        background: url(../../img/Product/swiper-button-prev-2.png) center center no-repeat;
        left: 0;
    }

    .m_ipadBtn_right {
        cursor: pointer;
        cursor: -ms-pointer;
        width: 40px;
        height: 40px;
        background: url(../../img/Product/swiper-button-next-2.png) center center no-repeat;
        right: 0;
    }
    /*鐩稿叧浜у搧*/
    .related {
        display: inline-block;
        width: 29%;
        height: auto;
        margin: 5px 2px;
        border: solid #dfdfdf 1px;
        /*padding: 15px 5px;*/
        float: none;
        margin-left: 2%;
        vertical-align: top;
    }

    .relatedText {
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 14px;
        color: rgb(255, 30, 0);
        outline: none;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 13px;
        padding: 0 5px;
    }

        .relatedText:link {
            text-decoration: none;
            color: rgb(255, 30, 0);
            outline: none;
        }

        .relatedText:visited {
            text-decoration: none;
            color: rgb(255, 30, 0);
            outline: none;
        }

        .relatedText:hover {
            text-decoration: none;
            color: rgb(255, 30, 0);
            outline: none;
        }

        .relatedText:active {
            text-decoration: none;
            color: rgb(255, 30, 0);
            outline: none;
        }

    #related_wrap {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 25px 0 45px 0;
    }

    .titleRelated {
        color: #070707;
        font-size: 24px;
        text-align: center;
        margin-left: 0;
        margin-bottom: 45px;
    }

    .related_box {
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    /*搴旂敤鍦烘櫙*/
    .sceneContent_wrap,
    .swiper-container1 {
        display: none;
    }

    .scene_wrap_phone {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 45px;
    }

    .sceneTilte_box_phone {
        overflow: hidden;
    }

    .sceneTilte_phone {
        display: inline-block;
        width: calc(50% - 3px);
        width: -moz-calc(50% - 3px);
        width: -webkit-calc(50% - 3px);
        height: 50px;
        text-align: center;
        font-size: 14px;
        line-height: 50px;
        border: solid 1px #b5b5b5;
    }

        .sceneTilte_phone:nth-child(1) {
            float: left;
        }

        .sceneTilte_phone:nth-child(2) {
            float: right;
        }

    .sceneTilte_phoneClick {
        background: #fff;
        border: 0;
        color: #FF1E00;
    }

    .sceneContent_box_phone {
        clear: both;
        box-sizing: border-box;
        padding: 15px 20px 45px 20px;
        background-color: #fff;
        margin-top: 29px;
        position: relative;
        display: none;
    }

    .icon1 {
        position: absolute;
        top: -11px;
    }

        .icon1:nth-child(1) {
            left: 50px;
        }

        .icon1:nth-child(2) {
            right: 50px;
        }

    .title_sceneContent_phone {
        font-size: 20px;
        color: #070707;
    }

    .text_sceneContent {
        color: #717171;
        font-size: 16px;
    }

    .sceneContent_phone {
        display: none;
    }

    .sceneBox_phone {
        margin-bottom: 20px;
    }

    #scene_wrap {
        width: 100%;
        height: auto;
        background: #f0f0f0;
        padding: 25px 0 25px 0;
    }

    .titleRelated {
        font-size: 24px;
    }
}

@media only screen and (min-width: 414px) and (max-width:768px) {
    .titleHead {
        font-size: 34px;
        color: #fff;
        text-align: center;
        margin: 0;
    }
}

@media only screen and (min-width: 375px) and (max-width:413px) {
    .titleHead {
        font-size: 34px;
        color: #fff;
        text-align: center;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
    .navBox {
        padding: 0 5px;
    }

    .titlePage {
        margin-left: 0px;
    }

    .sus_nav_right ul li {
        float: left;
        height: 100%;
        line-height: 50px;
        text-align: center;
        padding: 0 2px;
    }

        .sus_nav_right ul li:last-of-type {
            box-sizing: border-box;
            padding: 0;
            width: 100px;
            border: solid 1px #bfbfbf;
            margin-left: 10px;
        }
}

@media only screen and (min-width: 440px) and (max-width:767px) {
    /*鐩稿叧浜у搧*/
    .related {
        display: inline-block;
        width: calc(33.33% - 10px);
        width: -webkit-calc(33.33% - 10px);
        width: -moz-calc(33.33% - 10px);
        height: auto;
        margin: 5px 3px;
        border: solid #dfdfdf 1px;
        padding: 15px 5px;
        float: none;
    }
}

.sceneContent_box p {
    /*display:inline-block;*/
    width: calc(100% + 14px);
    width: -webkit-calc(100% + 14px);
    width: -moz-calc(100% + 14px);
}

@media (max-width:768px) {
    .btnLink {
        margin: 20px auto;
        border: solid 1px #FF1E00;
        color: #FF1E00;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: transparent;
        text-decoration: none;
    }

        .btnLink:link {
            color: #FF1E00;
            text-decoration: none;
        }

        .btnLink:visited {
            color: #FF1E00;
            text-decoration: none;
        }

        .btnLink:hover {
            color: #FF1E00;
            text-decoration: none;
            background-color: transparent;
            border: solid 1px #FF1E00;
        }

        .btnLink:active {
            color: #FF1E00;
            text-decoration: none;
        }
}

/*婊戝姩楠岃瘉*/
.slideWrap {
    height: 75px;
    margin-top: 20px;
    width: 100%;
}

.slideBox {
    width: 100%;
    height: 45px;
}

.verify-msg {
    font-size: 14px;
    color: #666;
}

.verify-left-bar {
    box-sizing: border-box;
}

.verify-move-block {
    box-sizing: border-box;
    background: #fff;
}

.warning {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #FF1E00;
    padding: 0 10px;
}
/*婊戝姩楠岃瘉*/

/*  verify */
/*甯歌楠岃瘉鐮�*/
.verify-code {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.cerify-code-panel {
    height: 100%;
    overflow: hidden;
}

.verify-code-area {
    float: left;
}

.verify-input-area {
    float: left;
    width: 60%;
    padding-right: 10px;
}

.verify-change-area {
    line-height: 30px;
    float: left;
}

.varify-input-code {
    display: inline-block;
    width: 100%;
    height: 25px;
}

.verify-change-code {
    color: #337AB7;
    cursor: pointer;
}

.verify-btn {
    width: 200px;
    height: 30px;
    background-color: #337AB7;
    color: #FFFFFF;
    border: none;
    margin-top: 10px;
}






/*婊戝姩楠岃瘉鐮�*/
.verify-bar-area {
    position: relative;
    background: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
}

    .verify-bar-area .verify-move-block {
        position: absolute;
        top: 0px;
        left: 0;
        background: #fff;
        cursor: pointer;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        box-shadow: 0 0 2px #888888;
        -webkit-border-radius: 1px;
    }

        .verify-bar-area .verify-move-block:hover {
            background-color: #337ab7;
            color: #FFFFFF;
        }

    .verify-bar-area .verify-left-bar {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #f0fff0;
        cursor: pointer;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border: 1px solid #ddd;
    }

.verify-img-panel {
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}

    .verify-img-panel .verify-refresh {
        width: 25px;
        height: 25px;
        text-align: center;
        padding: 5px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .verify-img-panel .icon-refresh {
        font-size: 20px;
        color: #fff;
    }

    .verify-img-panel .verify-gap {
        background-color: #fff;
        position: relative;
        z-index: 2;
        border: 1px solid #fff;
    }

.verify-bar-area .verify-move-block .verify-sub-block {
    position: absolute;
    text-align: center;
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 0;
}

.verify-bar-area .verify-move-block .verify-icon {
    font-size: 18px;
}

.verify-bar-area .verify-msg {
    z-index: 3;
}

/*瀛椾綋鍥炬爣鐨刢ss*/
/*@font-face {font-family: "iconfont";*/
/*src: url('../fonts/iconfont.eot?t=1508229193188');*/ /* IE9*/
/*src: url('../fonts/iconfont.eot?t=1508229193188#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
/*url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAaAAAsAAAAACUwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW7kiSY21hcAAAAYAAAAB3AAABuM+qBlRnbHlmAAAB+AAAAnQAAALYnrUwT2hlYWQAAARsAAAALwAAADYPNwajaGhlYQAABJwAAAAcAAAAJAfeA4dobXR4AAAEuAAAABMAAAAYF+kAAGxvY2EAAATMAAAADgAAAA4CvAGsbWF4cAAABNwAAAAfAAAAIAEVAF1uYW1lAAAE/AAAAUUAAAJtPlT+fXBvc3QAAAZEAAAAPAAAAE3oPPXPeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/sM4gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDxbwtzwv4EhhrmBoQEozAiSAwAw1A0UeJzFkcENgCAMRX8RjCGO4gTe9eQcnhzAfXC2rqG/hYsT8MmD9gdS0gJIAAaykAjIBYHppCvuD8juR6zMJ67A89Zdn/f1aNPikUn8RvYo8G20CjKim6Rf6b9m34+WWd/vBr+oW8V6q3vF5qKlYrPRp4L0Ad5nGL8AeJxFUc9rE0EYnTezu8lMsrvtbrqb3TRt0rS7bdOmdI0JbWmCtiItIv5oi14qevCk9SQVLFiQgqAF8Q9QLKIHLx48FkHo3ZNnFUXwD5C2B6dO6sFhmI83w7z3fe8RnZCjb2yX5YlLhskkmScXCIFRxYBFiyjH9Rqtoqes9/g5i8WVuJyqDNTYLPwBI+cljXrkGynDhoU+nCgnjbhGY5yst+gMEq8IBIXwsjPU67CnEPm4b0su0h309Fd67da4XBhr55KSm17POk7gOE/Shq6nKdVsC7d9j+tcGPKVboc9u/0jtB/ZIA7PXTVLBef6o/paccjnwOYm3ELJetPuDrvV3gg91wlSXWY6H5qVwRzWf2TybrYYfSdqoXOwh/Qa8RWIjBTiSI3h614/vKSNRhONOrsnQi6Xf4nQFQDTmJE1NKbhI6crHEJO/+S5QPxhYJRRyvBFBP+5T9EPpEAIVzzRQIrjmJ6jY1WTo+NXTMchuBsKuS8PRZATSMl9oTA4uNLkeIA0V1UeqOoGQh7IAxGo+7T83fn3T+voqCNPPAUazUYUI7LgKSV1Jk2oUeghYGhZ+cKOe2FjVu5ZKEY2VkE13AK1+jI4r1KLbPlZfrKiPhOXKPRj7q9sj9XJ7LFHNmrKJS3VCdhXGSdKrtmoQaWeMjQVt0KD6sGPOx0oH2fgtzoNROxtNq8F3tzYM/n+TjKSX5qf2jx941276TIr9FjXxKr8eX/6bK4yuopwo9py1sw8F9kdw4AmurRpLUM3tYx5ZnKpfHPi8dzz19vJ6MjyxYUrpqeb1uLs3eGV6vr21pSqpeWkqonAN9oUyIiXpv8XvlN5e3icY2BkYGAA4n0vN4fG89t8ZeBmYQCBa9wPPRH0/wcsDMwmQC4HAxNIFABAfAqaAHicY2BkYGBu+N/AEMPCAAJAkpEBFbABAEcMAm94nGNhYGBgfsnAwMKAigESnwEBAAAAAAAAdgCkANoBCAFsAAB4nGNgZGBgYGMIZGBlAAEmIOYCQgaG/2A+AwARSAFzAHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nGNgYoAALgbsgI2RiZGZkYWRlZGNkZ2BsYI1OSM1OZs1OSe/OJW1KDM9o4S9KDWtKLU4g4EBAJ79CeQ=') format('woff'),*/
/*url('../fonts/iconfont.ttf?t=1508229193188') format('truetype'),*/ /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
/*url('../fonts/iconfont.svg?t=1508229193188#iconfont') format('svg');*/ /* iOS 4.1- */
/*}*/

/*.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before { content: "\e645"; }

.icon-close:before { content: "\e646"; }

.icon-right:before { content: "\e6a3"; }

.icon-refresh:before { content: "\e6a4"; }*/

/*!
 * Viewer.js v1.5.0
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-11-23T05:10:21.757Z
 */

.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
}

.viewer-zoom-in::before {
    background-position: 0 0;
    content: 'Zoom In';
}

.viewer-zoom-out::before {
    background-position: -20px 0;
    content: 'Zoom Out';
}

.viewer-one-to-one::before {
    background-position: -40px 0;
    content: 'One to One';
}

.viewer-reset::before {
    background-position: -60px 0;
    content: 'Reset';
}

.viewer-prev::before {
    background-position: -80px 0;
    content: 'Previous';
}

.viewer-play::before {
    background-position: -100px 0;
    content: 'Play';
}

.viewer-next::before {
    background-position: -120px 0;
    content: 'Next';
}

.viewer-rotate-left::before {
    background-position: -140px 0;
    content: 'Rotate Left';
}

.viewer-rotate-right::before {
    background-position: -160px 0;
    content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
    background-position: -180px 0;
    content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
    background-position: -200px 0;
    content: 'Flip Vertical';
}

.viewer-fullscreen::before {
    background-position: -220px 0;
    content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
    background-position: -240px 0;
    content: 'Exit Full Screen';
}

.viewer-close::before {
    background-position: -260px 0;
    content: 'Close';
}

.viewer-container {
    bottom: 0;
    direction: ltr;
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .viewer-container::-moz-selection,
    .viewer-container *::-moz-selection {
        background-color: transparent;
    }

    .viewer-container::selection,
    .viewer-container *::selection {
        background-color: transparent;
    }

    .viewer-container img {
        display: block;
        height: auto;
        max-height: none !important;
        max-width: none !important;
        min-height: 0 !important;
        min-width: 0 !important;
        width: 100%;
    }

.viewer-canvas {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

    .viewer-canvas > img {
        height: auto;
        margin: 15px auto;
        max-width: 90% !important;
        width: auto;
    }

.viewer-footer {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
}

.viewer-navbar {
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.viewer-list {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0;
}

    .viewer-list > li {
        color: transparent;
        cursor: pointer;
        float: left;
        font-size: 0;
        height: 50px;
        line-height: 0;
        opacity: 0.5;
        overflow: hidden;
        -webkit-transition: opacity 0.15s;
        transition: opacity 0.15s;
        width: 30px;
    }

        .viewer-list > li:hover {
            opacity: 0.75;
        }

        .viewer-list > li + li {
            margin-left: 1px;
        }

    .viewer-list > .viewer-loading {
        position: relative;
    }

        .viewer-list > .viewer-loading::after {
            border-width: 2px;
            height: 20px;
            margin-left: -10px;
            margin-top: -10px;
            width: 20px;
        }

    .viewer-list > .viewer-active,
    .viewer-list > .viewer-active:hover {
        opacity: 1;
    }

.viewer-player {
    background-color: #000;
    bottom: 0;
    cursor: none;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .viewer-player > img {
        left: 0;
        position: absolute;
        top: 0;
    }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 3px 0;
}

    .viewer-toolbar > ul > li {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        cursor: pointer;
        float: left;
        height: 24px;
        overflow: hidden;
        -webkit-transition: background-color 0.15s;
        transition: background-color 0.15s;
        width: 24px;
    }

        .viewer-toolbar > ul > li:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .viewer-toolbar > ul > li::before {
            margin: 2px;
        }

        .viewer-toolbar > ul > li + li {
            margin-left: 1px;
        }

    .viewer-toolbar > ul > .viewer-small {
        height: 18px;
        margin-bottom: 3px;
        margin-top: 3px;
        width: 18px;
    }

        .viewer-toolbar > ul > .viewer-small::before {
            margin: -1px;
        }

    .viewer-toolbar > ul > .viewer-large {
        height: 30px;
        margin-bottom: -3px;
        margin-top: -3px;
        width: 30px;
    }

        .viewer-toolbar > ul > .viewer-large::before {
            margin: 5px;
        }

.viewer-tooltip {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.viewer-title {
    color: #ccc;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0 5% 5px;
    max-width: 90%;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    white-space: nowrap;
}

    .viewer-title:hover {
        opacity: 1;
    }

.viewer-button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: -40px;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    width: 80px;
}

    .viewer-button:focus,
    .viewer-button:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .viewer-button::before {
        bottom: 15px;
        left: 15px;
        position: absolute;
    }

.viewer-fixed {
    position: fixed;
}

.viewer-open {
    overflow: hidden;
}

.viewer-show {
    display: block;
}

.viewer-hide {
    display: none;
}

.viewer-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
    visibility: hidden;
}

.viewer-move {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.viewer-fade {
    opacity: 0;
}

.viewer-in {
    opacity: 1;
}

.viewer-transition {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes viewer-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.viewer-loading::after {
    -webkit-animation: viewer-spinner 1s linear infinite;
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
}

@media (max-width: 767px) {
    .viewer-hide-xs-down {
        display: none;
    }
}

@media (max-width: 991px) {
    .viewer-hide-sm-down {
        display: none;
    }
}

@media (max-width: 1199px) {
    .viewer-hide-md-down {
        display: none;
    }
}