
/*移动端适配*/
.store1 .banner .Tmsg > span > a{cursor: pointer;}
@media screen and (max-width: 1100px) {
    /* 间距 */
    .pd-lr {
        padding-left: 28px;
        padding-right: 28px;
    }

    /* 字号 */
    .ft-30 { font-size: 22px; }
    .ft-18 { font-size: 18px; }
    .ft-13 { font-size: 13px; }
    .ft-15 { font-size: 15px; }


    /*iPhone 6 Portrait*/

    .width-1200 {
        width: 100%;
        margin: 0 auto;
    }

    .width-1100 {
        width: 100%;
        margin: 0 auto;
    }

    .scroll-animate {
        visibility: hidden;
    }

    .flexslider {
        border: 0;
        margin: 0;
        background: transparent;
    }

    .flexslider .flex-viewport {
        height: 100%;
    }

    .m-show {
        display: block;
    }
    .m-hide {
        display: none;
    }

    /* 1.nav */
    .nav {
        width: 100%;
        height: 62px;
        background-color: #262626;
    }

    .nav .width-1200 {
        padding: 0 20px;
    }

    .nav .width-1200::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        clear: both;
        visibility: hidden;
    }

    .nav .width-1200 .nav-logo {
        line-height: 62px;
        float: none;
    }

    .nav .width-1200 .nav-logo a {
        width: 90px;
        display: block;
    }

    .nav .width-1200 .nav-list {
        display: none;
    }

    .nav .width-1200 .nav-right {
        display: none;
    }

    .nav .child-nav, .nav .child-nav-aaa {
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: #dadada;
        z-index: 10000;
    }

    .nav .child-nav ul, .nav .child-nav-aaa ul {
        max-width: 100%;
        width: 80%;
        margin: auto;
        display: none;
    }

    .nav .child-nav ul > li, .nav .child-nav-aaa ul > li {
        height: 54px;
        line-height: 54px;
        display: inline-block;
        margin: 0 32px;
    }

    /* 移动端导航 */
    #dhHan {
        width: 62px;
        height: 62px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 111111;
    }
    #dhHan span {
        width: 17px;
        height: 1px;
        background-color: #fff;
        display: block;
        position: absolute;
        transition: all .2s;
    }
    #dhHan span:nth-child(1) {
        top: 30px;
        right: 22px;
        transform: translateY(-3px);
    }
    #dhHan span:nth-child(2) {
        top: 31px;
        right: 22px;
        transform: translateY(3px);
    }
    #dhHan.on {
        position: fixed;
    }
    #dhHan.on span {
        background-color: #20c401;
        top: 31px;
    }
    #dhHan.on span:nth-child(1) {
        transform: rotate(45deg);
    }
    #dhHan.on span:nth-child(2) {
        transform: rotate(-45deg);
    }
    #dhHan span:last-child {
        margin-bottom: 0;
    }
    /* 移动端二级导航展开 */
    #daoahngM {
        display: block;
        width: 260px;
        height: 100%;
        background-color: #333;
        box-shadow: inset 0 0 5px 5px #222;
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 99999;
        transition: all .3s;
        overflow: auto;
    }
    #daoahngM.on {
        right: 0;
    }
    #daoahngM .dh-m-ul {
        margin-top: 60px;
        /*border-top: 1px solid #fff;*/
    }
    #daoahngM.on .dh-m-ul:before {
        content: '';
        width: 260px;
        height: 60px;
        background-color: #262626;
        position: fixed;
        top: 0;
        right: 0;
    }
    #daoahngM ul li {
        text-indent: 20px;
        line-height: 48px;
        /*border-bottom: 1px solid #fff;*/
    }

    #daoahngM ul li a {
        color: #fff;
        font-size: 14px;
        display: block;
    }

    #daoahngM ul li .sidr-er {
        height: 48px;
        line-height: 48px;
        padding: 0 15px 0 0;
    }
    #daoahngM ul li .sidr-er a {
        border-bottom: none;
        float: left;
    }
    #daoahngM ul li .sidr-er i {
        float: right;
        color: #fff;
    }
    #daoahngM ul li .sidr-er-ul {
        display: none;
    }
    #daoahngM ul li .sidr-er-ul li {
        /*border-top: 1px solid #fff;*/
        border-bottom: none;
        text-indent: 40px;
    }
    #daoahngM form input {
        width: 80%;
        display: block;
        margin: 20px auto;
        border: none;
        border-radius: 4px;
        text-indent: 20px;
    }

    /* 1.1footer */
    footer .footer-top {
        margin: 0 auto 30px;
        overflow: hidden;
    }

    footer .footer-top .top-left {
        width: 50%;
        padding: 0 20px;
        float: left;
    }

    footer .footer-top .top-left.footer-pc {
        display: none;
    }
    footer .footer-top .top-left.footer-m, footer .footer-top .top-right {
        display: block;
    }

    footer .footer-top .top-left dl {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .footer-top .top-left dl.fuwu {
        width: 66.66%;
    }

    footer .footer-top .top-left dl.fuwu dd {
        width: 45%;
        float: left;
    }

    footer .footer-top .top-left dl.fuwu dd:nth-child(odd) {
        margin-left: 5%;
    }

    footer .footer-top .top-left dl:not(:first-child) {
        margin-left: 0;
        margin-bottom: 20px;
    }

    footer .footer-top dt {
        color: #595959;
        margin-bottom: 16px;
    }

    footer .footer-top dd {
        line-height: 24px;
        color: #a6a6a6;
    }

    footer .footer-top dd a {
        color: #a6a6a6;
    }

    footer .footer-top .top-right {
        width: 50%;
        float: right;
    }

    footer .footer-bottom .bottom-left span, footer .footer-bottom .bottom-left a{
        display: block;
    }

    footer .footer-heng {
        width: 100%;
        height: 1px;
        background-color: #ebebeb;
    }

    footer .footer-bottom {
        height: auto;
    }

    footer .footer-bottom .bottom-left {
        text-align: center;
        float: none;
        line-height: 2em;
        padding: 10px 0;
    }

    footer .footer-bottom .bottom-right {
        display: none;
    }

    .banner .picBox {
        height: 200px;
    }

    .banner .picBox img {
        height: 200px;
    }

    #jsc {
        padding-right: 35px;
    }

    #prYiPage1 {
        height: auto;
        min-height: auto;
    }

    /* 弹窗视频 */
    .video-box, .video-box1, .video-box2, .video-box3 {
        display: block;
        transform: translateX(-10000px);
    }
    .video-box.on, .video-box1.on, .video-box2.on, .video-box3.on {
        transform: translateX(0);
    }
    .video-box .video-video {
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .video-box .video-video video {
        width: 100%;
    }

    .video-box .gb {
        width: 40px;
        height: 40px;
    }

    .video-box .gb i {
        font-size: 18px;
    }

    /* 2.index */
    .index {
        /* 2.1banner */
        /* 2.2index-page */
    }

    .index .banner {
        width: 100%;
        /*height: calc(100% - 62px - 90px);*/
        height: 300px;
        overflow: hidden;
    }

    .index .banner .slides {
        height: 100%;
    }

    .index .banner .slides li {
        height: 100%;
        display: block;
        color: #fff;
        position: relative;
    }

    .index .banner .slides li.slides-video .width-1200 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .index .banner .slides li.slides-video .video-btn i {
        width: 60px;
        height: 60px;
        font-size: 60px;
        top: -30px;
    }

    .index .banner .slides li.slides-video .video-title {
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .index .banner .slides li.slides-video .video-bj {
        position: relative;
        background-size: cover;
    }

    .index .banner .slides li.slides-video .video-bj video {
        display: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .index .banner .slides li .slides-box {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        transition: all 1s ease-in-out;
        transform: scale(1.2);
        position: absolute;
        top: 0;
        left: 0;
    }

    .index .banner .slides li .width-1200 {
        height: 100%;
        position: relative;
    }

    .index .banner .slides li .width-1200 .banner-left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 70px;
        margin: auto;
    }

    .index .banner .slides li .width-1200 .banner-left h3 {
        color: #fff;
        font-size: 36px;
        margin: -15px 0 0 0;
        padding: 0;
    }

    .index .banner .slides li .width-1200 .banner-left p {
        font-size: 20px;
    }

    .index .banner .slides li .width-1200 .banner-right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 320px;
        height: 70px;
        margin: auto;
        font-size: 21px;
        line-height: 24px;
    }

    .index .banner .slides li.flex-active-slide .slides-box {
        background-size: cover;
        transform: scale(1);
    }

    .index .banner .flex-control-nav {
        bottom: 10px;
        z-index: 100;
    }

    .index .banner .flex-control-nav li a {
        background: transparent;
        box-shadow: none;
        text-indent: 0;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
        color: rgba(255, 255, 255, 0.5);
        font-weight: bold;
        transition: all .3s;
    }

    .index .banner .flex-control-nav li a.flex-active {
        color: white;
    }

    .index .index-page {
        width: 100%;
        height: 750px;
        overflow: hidden;
    }

    .index .index-page ul.flex-direction-nav {
        display: none;
    }
    .index .index-page ul {
        width: 100%;
        height: 100%;
    }

    .index .index-page ul .page {
        width: 100%;
        height: 250px;
        float: left;
        position: relative;
    }

    .index .index-page ul .page .page-left div {
        font-size: 16px;
        color: #404040;
        font-weight: bold;
    }

    .index .index-page ul .page .page-left p {
        font-size: 14px;
        color: #a6a6a6;
    }

    .index .index-page ul .page .page-right img {
        max-width: 90%;
    }

    .index .index-page ul .page:nth-child(1) {
        background-color: #fcfeff;
    }

    .index .index-page ul .page:nth-child(1) a .page-right img {
        width: 70%;
    }
    .index .index-page ul .page:nth-child(3) a .page-right img {
        width: 50%;
    }

    .index .index-page ul .page:nth-child(2) {
        background-color: #f7f9fa;
        position: relative;
    }

    .index .index-page ul .page:nth-child(2) .page-2-btn {
        display: none;
    }

    .index .index-page ul .page:nth-child(2) .page-2-title {
        width: 100%;
        font-size: 14px;
        color: #a6a6a6;
        position: absolute;
        top: 66px;
        text-align: center;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP {
        height: 100%;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP .flex-viewport {
        height: 100%;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP .slides li {
        height: 100%;
        position: relative;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP .flex-control-nav {
        display: none;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP .flex-direction-nav a {
        height: 60px;
        opacity: 1;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP .flex-direction-nav a::before {
        color: #ddd;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP .flex-direction-nav .flex-prev {
        left: 10px;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP .flex-direction-nav .flex-next {
        right: 10px;
    }

    .index .index-page ul .page:nth-child(2) .flexsliderMXCP ul li .page-right img {
        height: 180px;
    }

    .index .index-page ul .page:nth-child(3) {
        background-color: #f2f4f5;
    }

    /* 3.product */
    .product .product-br {
        display: block;
        height: 0;
        overflow: hidden;
    }
    .product .product-hide {
        display: none;
    }

    .product.product-index .product-i-box {
        height: calc(100% - 62px - 41px);
        min-height: 450px;
        padding-top: 50px;
        position: relative;
    }

    .product.product-index .product-i-box .product-logo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .product.product-index .product-i-box .product-logo .logo {
        display: none;
    }

    .product.product-index .product-i-box .product-logo .title {
        font-size: 18px;
        color: #262626;
        margin: 60px 0 5px 0;
    }

    .product.product-index .product-i-box .product-logo .text {
        font-size: 20px;
        line-height: 28px;
        color: rgba(64, 64, 64, 0.5);
    }

    .product.product-index .product-i-box .chanpin-box {
        margin-top: 100px;
        overflow: hidden;
    }

    .product.product-index .product-i-box .chanpin-box.on {
        filter: blur(5px);
    }

    .product.product-index .product-i-box .chanpin {
        width: 300px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        float: left;
        padding-bottom: 24px;
    }

    .product.product-index .product-i-box .chanpin .chanpin-img {
        width: 100%;
        height: 234px;
        position: relative;
    }

    .product.product-index .product-i-box .chanpin .chanpin-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-index .product-i-box .chanpin .yema {
        width: 172px;
        height: 107px;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 auto;
    }

    .product.product-index .product-i-box .chanpin .yema p {
        text-align: center;
        line-height: 107px;
        font-size: 15px;
        color: #000;
        font-weight: bold;
    }

    .product.product-index .product-i-box .chanpin:nth-child(1) {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .product.product-index .product-i-box .chanpin:nth-child(1) .yema {
        background-image: url("../image/product-1-num.png");
    }

    .product.product-index .product-i-box .chanpin:nth-child(2) .yema {
        background-image: url("../image/product-2-num.png");
    }

    .product.product-index .product-i-box .chanpin:nth-child(3) .yema {
        background-image: url("../image/product-3-num.png");
    }

    .product.product-index .product-i-box .chanpin:nth-child(4) .yema {
        background-image: url("../image/product-4-num.png");
    }

    .product.product-index .product-i-box .chanpin-tan {
        visibility: hidden;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        overflow: hidden;
    }

    .product.product-index .product-i-box .chanpin-tan.on {
        visibility: visible;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box {
        height: 100%;
        position: relative;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin {
        width: 300px;
        visibility: hidden;
        position: absolute;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .flex-direction-nav a {
        height: 50px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left {
        width: 300px;
        position: relative;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .chanpin-title {
        width: 160px;
        height: 42px;
        background-image: url("../image/title-bj.png");
        border-radius: 21px;
        display: none;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .chanpin-title p {
        text-align: center;
        line-height: 42px;
        font-size: 15px;
        font-weight: bold;
        color: #262626;
        letter-spacing: 5px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .chanpin-img {
        width: 100%;
        height: 234px;
        position: relative;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .chanpin-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .yema {
        width: 172px;
        height: 107px;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 auto;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .yema p {
        text-align: center;
        line-height: 107px;
        font-size: 15px;
        color: #000;
        font-weight: bold;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-ti {
        width: 130px;
        height: 53px;
        display: block;
        position: absolute;
        right: -160px;
        top: 97px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-you, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-zuo {
        width: 25px;
        height: 50px;
        cursor: pointer;
        position: absolute;
        z-index: 0;
        overflow: hidden;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-you div, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-zuo div {
        width: 25px;
        height: 50px;
        background-color: #000;
        transition: all .3s;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-you div i, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-zuo div i {
        font-size: 14px;
        color: #fff;
        line-height: 50px;
        display: block;
        text-align: center;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-you div:hover, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-zuo div:hover {
        background-color: #20c401;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-you {
        top: 27%;
        right: -25px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-you div {
        border-radius: 0 25px 25px 0;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-zuo {
        top: 50%;
        right: 0;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .left .jian-zuo div {
        border-radius: 25px 0 0 25px;
        margin-left: 25px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right {
        height: 100%;
        padding: 100px 150px 100px 100px;
        position: absolute;
        top: 0;
        right: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box {
        height: 0;
        overflow: hidden;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container {
        height: 342px;
        border-bottom: 1px dashed #ddd;
        position: relative;
        cursor: pointer;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider.zhua, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container.zhua {
        cursor: -webkit-grabbing;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .num, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .num {
        width: 100%;
        height: 30px;
        background-repeat: no-repeat;
        background-position: right bottom;
        position: absolute;
        bottom: -1px;
        right: 0;
        z-index: 100;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide {
        width: 426px;
        height: 176px;
        background-color: #f5f5f5;
        margin-top: 97px;
        margin-right: 60px;
        position: relative;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li:hover .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide:hover .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li:hover .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide:hover .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li:hover .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide:hover .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li:hover .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide:hover .li-left .li-top {
        color: #20c401;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li:hover .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide:hover .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li:hover .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide:hover .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li:hover .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide:hover .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li:hover .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide:hover .li-right img {
        top: -20px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li:hover .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide:hover .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li:hover .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide:hover .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li:hover .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide:hover .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li:hover .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide:hover .li-flex {
        bottom: -26px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-left .li-top, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-left .li-top {
        font-size: 16px;
        font-weight: bold;
        color: #404040;
        margin: 20px 0 0 20px;
        transition: all .3s;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-left .li-bottom, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-left .li-bottom, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-left .li-bottom, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-left .li-bottom, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-left .li-bottom, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-left .li-bottom, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-left .li-bottom, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-left .li-bottom {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-left .li-bottom p, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-left .li-bottom p, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-left .li-bottom p, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-left .li-bottom p, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-left .li-bottom p, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-left .li-bottom p, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-left .li-bottom p, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-left .li-bottom p {
        font-size: 13px;
        color: #999999;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-right, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-right, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-right, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-right, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-right, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-right, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-right, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-right {
        position: absolute;
        left: 50%;
        bottom: 0;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-right img, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-right img {
        position: relative;
        top: 0;
        transition: all .3s;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-flex, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-flex {
        width: 100%;
        height: 26px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: all .3s;
        display: flex;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-flex a, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-flex a, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-flex a, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-flex a, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-flex a, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-flex a, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-flex a, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-flex a {
        width: 33.33%;
        font-size: 12px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        flex: 1;
        cursor: pointer;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-flex a:hover, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-flex a:hover, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-flex a:hover, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-flex a:hover, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-flex a:hover, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-flex a:hover, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-flex a:hover, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-flex a:hover {
        background-color: #ff0000;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-flex .details, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-flex .details, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-flex .details, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-flex .details, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-flex .details, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-flex .details, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-flex .details, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-flex .details {
        background-color: #000000;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-flex .buy, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-flex .buy, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-flex .buy, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-flex .buy, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-flex .buy, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-flex .buy, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-flex .buy, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-flex .buy {
        background-color: #333333;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides li .li-flex .line, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .slides .swiper-slide .li-flex .line, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper li .li-flex .line, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .swiper-wrapper .swiper-slide .li-flex .line, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides li .li-flex .line, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .slides .swiper-slide .li-flex .line, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper li .li-flex .line, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .swiper-wrapper .swiper-slide .li-flex .line {
        background-color: #595959;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .flexslider .flex-control-nav, .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin .right .right-box .swiper-container .flex-control-nav {
        display: none;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(1) {
        border-left: none;
        left: calc(50% - 600px);
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(2) {
        left: calc(50% - 300px);
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(3) {
        left: calc(50%);
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(4) {
        left: calc(50% + 300px);
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.on {
        visibility: visible;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.on .left {
        width: 300px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.on .left .chanpin-img {
        transform: scale(1.2);
        transition: all .5s;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.on .left .yema p {
        font-size: 28px;
        transition: all .5s;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.on .left .jian-you img {
        margin-left: 0;
        transition: all .5s;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.on .right {
        visibility: hidden;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.on:nth-child(1) {
        border-left: none;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur {
        width: 100%;
        height: 100%;
        padding: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .left {
        width: 500px;
        height: 100%;
        border-right: none;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
        padding-top: 190px;
        background-color: #fff;
        cursor: auto;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .left .jian-ti {
        display: none;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .left .chanpin-title {
        margin: 0 auto 80px;
        display: block;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .left .jian-you div {
        margin-left: -25px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .left .jian-zuo div {
        margin-left: 0;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .right {
        visibility: visible;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .right::-webkit-scrollbar-track {
        border-radius: 0;
        background-color: #F1F1F1;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .right::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: #D3D3D3;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .right::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #BFBEBE;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .right .right-box {
        height: auto;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(1) {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(1) .yema {
        background-image: url("../image/product-1-num.png");
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(2) .yema {
        background-image: url("../image/product-2-num.png");
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(3) .yema {
        background-image: url("../image/product-3-num.png");
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin:nth-child(4) .yema {
        background-image: url("../image/product-4-num.png");
    }

    .product.product-index footer {
        background-color: #f2f4f5;
    }

    .product.product-index footer .footer-top {
        display: none;
    }

    .product .page {
        width: 100%;
        height: 100vh;
        // min-height: 1254px;
        min-height: 627px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }

    .product .page .width-1200 {
        height: 100%;
        position: relative;
    }

    .product .page .page-text {
        position: absolute;
    }

    .product .page .page-text div {
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 10px;
        padding: 0;
    }

    .product .page .page-text p {
        font-size: 14px;
        padding: 0;
    }

    .product .page .page-text .page-title {
        margin-bottom: 14px;
    }

    .product .page .page-text .page-p {
        font-size: 14px;
        margin-bottom: 100px;
    }

    .product .page .page-text ul li {
        font-size: 18px;
        line-height: 1.5em;
    }

    .product .page .page-text.page-text-bai {
        color: #fff;
    }

    .product .page .page-text.page-text-hei {
        color: #000;
    }

    .product .page .page-text .gobuy {
        font-size: 12px;
        margin-top: 90px;
        display: none;
    }

    .product .page .page-text .gobuy a {
        color: #0070c9;
    }

    .product .page table {
        width: 90%;
    }

    .product .page table tr {
        display: flex;
        justify-content: space-between;
    }

    .product .page table tr td {
        line-height: 24px;
    }

    .product .page table tr td:first-child {
        width: auto;
    }

    .product .page table tr td:last-child {
        width: auto;
        border-bottom: none;
        text-align: right;
        padding-left: 20px;
    }

    .product .page .page-img img {
        position: absolute;
        bottom: 100px;
    }

    .product.product-cozzia .page-5 .page-img img {
        transform: scale(1.6);
        bottom: 150px;
    }

    .product .page .page-img .flex-viewport {
        height: 100vh;
        position: relative;
    }
    .product .page .page-img .flex-viewport::before {
        content: '';
        width: 100%;
        height: 60vh;
        background: linear-gradient(to bottom, rgba(0,0,0,1) 55%, rgba(0,0,0,0));
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .product .page .page-img .flex-viewport ul {
        height: 100vh;
    }

    .product .page .page-img .flex-viewport ul li {
        height: 100vh;
        background-size: cover;
        background-position: center center;
    }

    .product .page .page-img .flex-viewport ul li img {
        width: 100%;
        height: 100vh;
        position: static;
    }

    .product .page .page-img .flex-control-nav {
        width: 12px;
        height: 76px;
        top: 0;
        bottom: 0;
        right: 40px;
        margin: auto;
        z-index: 100;
    }

    .product .page .page-img .flex-control-nav li {
        margin: 0;
    }

    .product .page .page-img .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.3);
    }

    .product .page .page-img .flex-control-nav li .flex-active {
        background-color: #fff;
    }

    .product .page .video-btn {
        width: 100%;
        position: absolute;
        bottom: 15%;
    }

    .product .page .video-btn p {
        font-size: 25px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }

    .product.product-bri .page-text {
        top: -120px;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-bri .page-1 {
        background-image: url("../image/page-1.jpg");
    }

    .product.product-bri .page-1 .page-img img {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-bri .page-1 .page-img img:not(:first-child) {
        display: none;
    }

    .product.product-bri .page-1 .page-btn {
        width: 130px;
        position: absolute;
        right: 0;
        bottom: 45px;
        overflow: hidden;
    }

    .product.product-bri .page-1 .page-btn .btn-left {
        width: 29px;
        height: 24px;
        float: left;
        position: relative;
        cursor: pointer;
    }

    .product.product-bri .page-1 .page-btn .btn-left div {
        border-top: 6.5px solid transparent;
        border-bottom: 6.5px solid transparent;
        border-right: 10px solid #414141;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .product.product-bri .page-1 .page-btn .btn-text {
        float: left;
    }

    .product.product-bri .page-1 .page-btn .btn-text span {
        font-size: 20px;
        color: #424141;
        line-height: 1em;
    }

    .product.product-bri .page-1 .page-btn .btn-text span.cur {
        font-size: 24px;
        color: #ff9e00;
    }

    .product.product-bri .page-1 .page-btn .btn-right {
        width: 29px;
        height: 24px;
        float: right;
        position: relative;
        cursor: pointer;
    }

    .product.product-bri .page-1 .page-btn .btn-right div {
        border-top: 6.5px solid transparent;
        border-bottom: 6.5px solid transparent;
        border-left: 10px solid #414141;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .product.product-bri .page-2 {
        background: radial-gradient(#fff 30%, #cbd4d6 130%);
    }

    .product.product-bri .page-2 .page-img img {
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .product.product-bri .page-3 {
        background-image: url("../image/page-3.jpg");
    }

    .product.product-bri .page-3 .page-3-yuan {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .product.product-bri .page-3 .page-3-yuan svg {
        width: 657px;
        height: 657px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-bri .page-3 .page-3-yuan .page-title {
        font-size: 45px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian {
        width: 657px;
        height: 657px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul {
        position: relative;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background-color: #d2d2d2;
        position: absolute;
        margin: -8px 0 0 -8px;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li .dian-img {
        width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        top: -27px;
        left: -27px;
        transform: scale(0);
        transition: all .3s;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li .dian-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li .dian-p {
        width: 150px;
        color: #fff;
        font-size: 22px;
        position: absolute;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(1) .dian-p {
        top: -74px;
        left: -67px;
        text-align: center;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(6) .dian-p {
        top: 52px;
        left: -67px;
        text-align: center;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(2) .dian-p {
        top: -32px;
        left: 50px;
        text-align: left;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(10) .dian-p {
        top: -32px;
        right: 50px;
        text-align: right;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(3) .dian-p {
        top: -10px;
        left: 50px;
        text-align: left;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(4) .dian-p {
        top: -10px;
        left: 50px;
        text-align: left;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(8) .dian-p {
        top: -10px;
        right: 50px;
        text-align: right;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(9) .dian-p {
        top: -10px;
        right: 50px;
        text-align: right;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(5) .dian-p {
        top: 12px;
        left: 50px;
        text-align: left;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li:nth-child(7) .dian-p {
        top: 0;
        right: 50px;
        text-align: right;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian ul li.on .dian-img {
        transform: scale(1);
    }

    .product.product-bri .page-4 {
        background: radial-gradient(#fff 30%, #cbd4d6 130%);
    }

    .product.product-bri .page-4 .page-text {
        z-index: 100;
    }

    .product.product-bri .page-4 .page-img img {
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .product.product-bri .page-5 {
        background-image: url("../image/page-5.jpg");
    }

    .product.product-bri .page-5 .page-text {
        z-index: 100;
    }

    .product.product-bri .page-6 {
        background: radial-gradient(#fff 30%, #d9f1f7 130%);
    }

    .product.product-bri .page-6 .width-1200 {
        padding: 100px 0;
    }

    .product.product-bri .page-6 .page-text {
        width: 626px;
        position: static;
        margin: 0;
        z-index: 100;
    }

    .product.product-bri .page-6 .page-text .page-title {
        margin-bottom: 14px;
    }

    .product.product-bri .page-6 .page-text .page-p {
        font-size: 16px;
        margin-bottom: 100px;
    }

    .product.product-bri .page-6 .page-text .page-table {
        width: 530px;
        overflow: auto;
    }

    .product.product-bri .page-6 .page-img img {
        top: 0;
        right: 200px;
        bottom: 0;
        margin: auto;
    }

    .product.product-bri .page-6 .page-img img:not(:first-child) {
        display: none;
    }

    .product.product-bri .page-6 .page-btn {
        height: 100px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .product.product-bri .page-6 .page-btn ul li {
        overflow: hidden;
    }

    .product.product-bri .page-6 .page-btn ul li p {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.2);
        line-height: 40px;
        margin-right: 20px;
        float: left;
        transition: al .3s;
    }

    .product.product-bri .page-6 .page-btn ul li .btn-box {
        width: 40px;
        height: 40px;
        float: left;
        position: relative;
    }

    .product.product-bri .page-6 .page-btn ul li .btn-box .btn-box-kuang {
        width: 0;
        height: 0;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 100%;
        position: absolute;
        top: 20px;
        left: 20px;
        transition: all .3s;
    }

    .product.product-bri .page-6 .page-btn ul li .btn-box .btn-box-yuan {
        width: 16px;
        height: 16px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 100%;
        position: absolute;
        top: 12px;
        left: 12px;
        transition: all .3s;
    }

    .product.product-bri .page-6 .page-btn ul li:first-child {
        margin-bottom: 20px;
    }

    .product.product-bri .page-6 .page-btn ul li.on p {
        color: #000;
    }

    .product.product-bri .page-6 .page-btn ul li.on .btn-box .btn-box-kuang {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        border: 1px solid #6accd4;
    }

    .product.product-bri .page-6 .page-btn ul li.on .btn-box .btn-box-yuan {
        background-color: #6accd4;
    }

    .product.product-cozzia .page-text {
        width: 100%;
        text-align: center;
        top: 60px;
        z-index: 555;
    }

    .product.product-cozzia .page-text p {
        margin: 0 auto;
    }

    .product.product-cozzia .page-1 {
        margin-top: -62px;
    }

    .product.product-cozzia .page-1 .page-text {
        width: 90%;
        left: 5%;
        top: 30%;
    }

    .product.product-cozzia .page-1 .page-text p {
        letter-spacing: 19px;
    }

    .product.product-cozzia .page-1 .page-img {
        width: 50%;
    }

    .product.product-cozzia .page-1 .page-img img {
        width: 90%;
        position: absolute;
        bottom: 0;
        left: 5%;
    }

    .product.product-cozzia .page-2 .page-img img {
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .product.product-cozzia .page-3 {
        background-color: rgba(0,0,0,.8);
        overflow: hidden;
    }

    .product.product-cozzia .page-3 .page-text p {
        width: 100%;
    }

    /*.product .page .page-img .flex-viewport,*/
    /*.product .page .page-img .flex-viewport ul li{*/
        /*height: calc(100vh - 200px);*/
    /*}*/
    /*.product .page .page-img .flex-viewport {*/
        /*margin-top: 200px;*/
    /*}*/

    .product.product-cozzia .page-4 {
        background-color: rgba(0,0,0,.8);
        background-position: center center;
        position: relative;
    }
    .product.product-cozzia .page-4::before {
        content: '';
        width: 90%;
        height: 220px;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        top: 110px;
        left: 5%;
        z-index: 1;
    }
    .product.product-cozzia .page-4 .page-text {
        margin-top: 90px;
    }
    .product.product-cozzia .page-4 .page-text p {
        width: 100%;
    }

    .product.product-cozzia .page-5 {
        background-color: #fff;
        overflow: hidden;
    }

    .product.product-cozzia .page-6 {
        background-color: rgba(0,0,0,.8);
        overflow: hidden;
    }

    .product.product-cozzia .page-7 {
        background-color: #fff;
        overflow: hidden;
    }

    .product.product-cozzia .page-7 .page-img {
        width: 400px;
        /*height: 410px;*/
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .product.product-cozzia .page-7 .page-img img {
        width: 100%;
        position: static;
    }

    .product.product-cozzia .page-7 .page-img ul {
        position: absolute;
        top: 30px;
        left: 0;
    }

    .product.product-cozzia .page-7 .page-img ul li {
        /*width: 400px;*/
        position: absolute;
    }

    .product.product-cozzia .page-7 .page-img ul li .tan-left {
        width: 27px;
        height: 27px;
        border-radius: 100%;
        background-color: #ef484c;
        position: relative;
        float: left;
    }

    .product.product-cozzia .page-7 .page-img ul li .tan-left::before {
        content: '';
        width: 14px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 13px;
        left: 7px;
    }

    .product.product-cozzia .page-7 .page-img ul li .tan-left::after {
        content: '';
        width: 2px;
        height: 14px;
        background-color: #fff;
        position: absolute;
        top: 7px;
        left: 13px;
    }

    .product.product-cozzia .page-7 .page-img ul li .tan-right {
        width: 100vw;
        height: 100vh;
        padding: 40px 100px;
        border-radius: 0;
        margin-left: 0;
        box-shadow: none;
        transform: translateY(0);
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }

    .product.product-cozzia .page-7 .page-img ul li .tan-right::before {
        display: none;
    }

    .product.product-cozzia .page-7 .page-img ul li .tan-right div {
        font-size: 15px;
        color: #c13130;
        margin-top: 100%;
        margin-bottom: 10px;
    }
    .product.product-cozzia .page-7 .page-img ul li .tan-right .close {
        width: 50px;
        height: 50px;
        display: block;
        font-size: 20px;
        color: #c13130;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        opacity: 1;
    }
    .product.product-cozzia .page-7 .page-img ul li .tan-right .close i {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-cozzia .page-7 .page-img ul li .tan-right p {
        font-size: 12px;
        color: #808080;
    }

    .product.product-cozzia .page-7 .page-img ul li:nth-child(1) {
        top: 10px;
        left: 240px;
    }

    .product.product-cozzia .page-7 .page-img ul li:nth-child(2) {
        top: 30px;
        left: 86px;
    }

    .product.product-cozzia .page-7 .page-img ul li:nth-child(3) {
        top: 34px;
        left: 190px;
    }

    .product.product-cozzia .page-7 .page-img ul li:nth-child(4) {
        top: 58px;
        left: 132px;
    }

    .product.product-cozzia .page-7 .page-img ul li:nth-child(5) {
        top: 80px;
        left: 180px;
    }

    .product.product-cozzia .page-7 .page-img ul li:nth-child(6) {
        top: 228px;
        left: 250px;
    }

    .product.product-cozzia .page-8 {
        background-color: #000;
        overflow: hidden;
    }

    .product.product-cozzia .page-8 #video {
        width: 100%;
        height: 100vh;
    }

    .product.product-cozzia .page-8 .video-bg {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        perspective: 5000px;
        transform-origin: 50% 30%;
        transition: all 1s;
    }

    .product.product-cozzia .page-8 .video-bg.on {
        transform: scale(2);
        opacity: 0;
        pointer-events: none;
    }

    .product.product-cozzia .page-8 .video-bg .video-img {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        opacity: 0.4;
        display: none;
    }

    .product.product-cozzia .page-8 .video-bg .video-img.on {
        display: block;
    }

    .product.product-cozzia .page-9 {
        background: radial-gradient(#fff 30%, #f0fbfe 130%);
    }

    .product.product-cozzia .page-9 .page-text {
        width: 100%;
        text-align: left;
        position: absolute;
        top: 40px;
    }

    .product.product-cozzia .page-9 .page-text .page-title {
        text-transform: uppercase;
    }

    .product.product-cozzia .page-9 .page-text .page-table {
        overflow: auto;
    }

    .product.product-cozzia .page-9 .page-slides {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .product.product-cozzia .page-9 .page-slides .diimg {
        bottom: 0;
    }

    .product.product-cozzia .page-9 .page-slides .page-img ul li:not(:first-child) {
        display: none;
    }

    .product.product-cozzia .page-9 .page-slides .page-img ul li img {
        width: auto;
        /*height: 220px;*/
        height: 35%;
        top: auto;
        left: 0;
        right: 0;
        bottom: 20px;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn {
        display: none;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li {
        width: 90px;
        float: left;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li p {
        float: right;
        font-size: 16px;
        line-height: 40px;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li .btn-box {
        float: left;
        position: relative;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li .btn-box .btn-box-kuang {
        width: 0;
        height: 0;
        border-radius: 100%;
        position: absolute;
        top: 20px;
        left: 20px;
        transition: all 0.3s;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li .btn-box .btn-box-yuan {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        position: absolute;
        top: 12px;
        left: 12px;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li .btn-box.zong .btn-box-kuang {
        border: 1px solid #ba7f7a;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li .btn-box.zong .btn-box-yuan {
        background-color: #ba7f7a;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li .btn-box.hei .btn-box-kuang {
        border: 1px solid #191919;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li .btn-box.hei .btn-box-yuan {
        background-color: #191919;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li:first-child {
        margin-right: 38px;
    }

    .product.product-cozzia .page-9 .page-slides .page-btn ul li.on .btn-box .btn-box-kuang {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
    }


    .product.product-fuji .page-1,
    .product.product-fuji .page-2,
    .product.product-fuji .page-3,
    .product.product-fuji .page-4,
    .product.product-fuji .page-6,
    .product.product-fuji .page-7 {
        // min-height: 1254px;
        min-height: 627px;
    }

    .product.product-fuji .page-fuwen {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .product.product-fuji .page-fuwen div {
        width: 39px;
        height: 31px;
        margin: 0 auto 40px;
        display: none;
    }

    .product.product-fuji .page-fuwen p {
        text-align: center;
        margin-bottom: 20px;
        color: #151515;
    }

    .product.product-fuji .page-1 {
        background-image: url("../image/page-11.jpg");
        background-size: cover;
        background-position: center center;
    }

    .product.product-fuji .page-1 .page-text {
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        line-height: 80px;
        text-align: center;
        margin: 80px 0 0;
    }

    .product.product-fuji .page-1 .page-text span {
        font-size: 30px;
        font-weight: normal;
        display: inline-block;
        float: none;
    }

    .product.product-fuji .page-1 .page-text p {
        font-size: 18px;
    }

    .product.product-fuji .page-1 .page-img img {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-fuji .page-2 {
        overflow: hidden;
    }

    .product.product-fuji .page-2 #video {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-fuji .page-2 .video-bg {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        perspective: 5000px;
        transform-origin: 50% 30%;
        transition: all 1s;
    }

    .product.product-fuji .page-2 .video-bg.on {
        transform: scale(2);
        opacity: 0;
        pointer-events: none;
    }

    .product.product-fuji .page-2 .video-bg .video-btn {
        top: 0;
        bottom: 0;
        height: 160px;
        margin: auto;
        z-index: 4;
    }

    .product.product-fuji .page-2 .video-bg .video-btn .btn-bo:before {
        webkit-animation: Tc 1s ease-in infinite alternate;
        animation: Tc 1s ease-in infinite alternate;
    }

    .product.product-fuji .page-2 .video-bg .video-img {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        opacity: 0.4;
        display: none;
    }

    .product.product-fuji .page-2 .video-bg .video-img.on {
        display: block;
    }

    .product.product-fuji .page-3 {
        background: linear-gradient(top, #f0fbfe, #fff);
    }

    .product.product-fuji .page-3 .page-text {
        width: 100%;
        text-align: center;
        top: 60px
    }

    .product.product-fuji .page-3 .page-fuwen {
        width: 100%;
        top: 160px;
    }

    .product.product-fuji .page-3 .page-fuwen p {
        font-size: 14px;
        line-height: 2em;
    }

    .product.product-fuji .page-4 {
        background-image: url("../image/page-4.jpg");
        display: none;
    }

    .product.product-fuji .page-4 .page-img {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .product.product-fuji .page-5 {
        height: 550px;
        background: linear-gradient(top, #f0fbfe, #fff);
        background-color: #f0fbfe;
    }

    .product.product-fuji .page-5 .page-text {
        width: 100%;
        text-align: center;
        top: 60px;
    }

    .product.product-fuji .page-5 .page-fuwen {
        width: 100%;
        top: 160px;
    }

    .product.product-fuji .page-5 .page-fuwen p {
        font-size: 13px;
        line-height: 24px;
    }

    .product.product-fuji .page-5 .page-img {
        width: 100%;
        height: 400px;
        position: absolute;
        bottom: -20px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .product.product-fuji .page-5 .page-img img {
        bottom: 90px;
    }

    .product.product-fuji .page-5 .page-img-270 img {
        width: 80%;
        max-height: unset;
    }

    .product.product-fuji .page-6 {
        background: radial-gradient(#fff 30%, #ced6da 130%);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .product.product-fuji .page-6 .page-text {
        width: 100%;
        text-align: center;
        top: 60px;
    }

    .product.product-fuji .page-6 .page-text p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        margin: 0 auto;
    }

    .product.product-fuji .page-6 .page-img img {
        /*transform: scale(1.5);*/
        transform-origin: bottom;
    }

    .product.product-fuji .page-7 {
        background-image: url("../image/page-7.jpg");
    }

    .product.product-fuji .page-7 .width-1200 .page-text {
        width: 100%;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .product.product-fuji .page-7 .width-1200 .page-text .page-table {
        overflow: auto;
    }

    .product.product-fuji .page-7 .width-1200 .page-slides {
        width: 100%;
        height: 100vh;
        float: right;
        overflow: hidden;
    }

    .product.product-fuji .page-7 .width-1200 .page-slides .page-img {
        width: 100%;
        height: 100vh;
    }

    .product.product-fuji .page-7 .width-1200 .page-slides .page-img img {
        width: auto;
        /*height: 220px;*/
        height: 35%;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .product.product-fujimedic .page-1,
    .product.product-fujimedic .page-2p,
    .product.product-fujimedic .page-3,
    .product.product-fujimedic .page-4,
    .product.product-fujimedic .page-5 {
        // min-height: 1254px;
        min-height: 627px;
    }

    .product.product-fujimedic .page-1 .width-1200 .page-text {
        top: 60px;
        bottom: auto;
        text-align: center;
    }

    .product.product-fujimedic .page-1 .width-1200 .page-text div {
        font-size: 24px;
        line-height: 40px;
        padding: 0;
    }
    .product.product-fujimedic .page-1 .width-1200 .page-text img {
        width: 130px;
    }
    .product.product-fujimedic .page-text {
        width: 90%;
        top: -200px;
        bottom: 0;
        left: 5%;
        margin: auto;
        color: #000 !important;
    }

    .product.product-fujimedic .page-text > div {
        opacity: 0;
    }

    .product.product-fujimedic .page-text > p {
        opacity: 0;
    }

    .product.product-fujimedic .page-text img {
        vertical-align: text-top;
        margin-right: 20px;
    }

    .product.product-fujimedic .page-fuwen {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .product.product-fujimedic .page-fuwen div {
        width: 39px;
        height: 31px;
        margin: 0 auto 80px;
    }

    .product.product-fujimedic .page-fuwen p {
        text-align: center;
        margin-bottom: 40px;
        color: #151515;
    }

    .product.product-fujimedic .page-1 {
        background-image: url("../image/444.jpg");
    }

    .product.product-fujimedic .page-1 .page-img img {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: auto;
        transform: scale(1.3);
        transform-origin: bottom right;
    }

    .product.product-fujimedic .page-1 .page-img img:not(:first-child) {
        display: none;
    }

    .product.product-fujimedic .page-1 .page-btn {
        width: 130px;
        position: absolute;
        right: 0;
        bottom: 45px;
        overflow: hidden;
    }

    .product.product-fujimedic .page-1 .page-btn .btn-left {
        width: 29px;
        height: 24px;
        float: left;
        position: relative;
        cursor: pointer;
    }

    .product.product-fujimedic .page-1 .page-btn .btn-left div {
        border-top: 6.5px solid transparent;
        border-bottom: 6.5px solid transparent;
        border-right: 10px solid #414141;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .product.product-fujimedic .page-1 .page-btn .btn-text {
        float: left;
    }

    .product.product-fujimedic .page-1 .page-btn .btn-text span {
        font-size: 20px;
        color: #424141;
        line-height: 1em;
    }

    .product.product-fujimedic .page-1 .page-btn .btn-text span.cur {
        font-size: 24px;
        color: #ff9e00;
    }

    .product.product-fujimedic .page-1 .page-btn .btn-right {
        width: 29px;
        height: 24px;
        float: right;
        position: relative;
        cursor: pointer;
    }

    .product.product-fujimedic .page-1 .page-btn .btn-right div {
        border-top: 6.5px solid transparent;
        border-bottom: 6.5px solid transparent;
        border-left: 10px solid #414141;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .product.product-fujimedic .page-2.page-shi .page-text {
        top: 60px;
    }
    .product.product-fujimedic .page-2.page-shi .page-fuwen {
        top: 180px;
    }

    .product.product-fujimedic .page-2.page-shi .dengyutu {
        width: 90%;
        height: 200px;
        bottom: auto;
        top: 240px;
    }

    .product.product-fujimedic .page-2.page-sange .page-text {
        margin-top: 60px;
    }

    .product.product-fujimedic .page-2 {
        background: linear-gradient(to top, #fff, #f0fbfe);
    }

    .product.product-fujimedic .page-2.page-shi {
        height: 400px;
    }
    .product.product-fujimedic .page-2 .page-text {
        width: 100%;
        text-align: center;
        top: 13%;
        left: 0;
    }
    .product.product-fujimedic .page-2 .page-text.shangtop {
        top: 0;
    }

    .product.product-fujimedic .page-2 .page-text p {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .product.product-fujimedic .page-2 .page-fuwen {
        width: 100%;
        top: 32%;
    }

    .product.product-fujimedic .page-2 .page-fuwen p {
        font-size: 16px;
        line-height: 30px;
    }

    .product.product-fujimedic .page-2 .picMove {
        position: absolute;
        bottom: 0;
        height: 450px;
        width: 100%;
        left: 0;
        z-index: 3;
        overflow: hidden;
    }

    .product.product-fujimedic .page-2 .picMove .circle {
        display: inline-block;
        position: absolute;
        width: 90%;
        right: 0;
        left: 0;
        top: 40px;
        margin: auto;
        padding: 40px;
        border-radius: 50%;
        border: 1px solid #e1dfdb;
        transition: all 1s cubic-bezier(0.78, 0.01, 0.37, 1.01);
    }

    .product.product-fujimedic .page-2 .picMove .circle:after {
        content: '';
        position: absolute;
        width: 165px;
        height: 40px;
        z-index: -1;
        background-color: #e1dfdb;
        transition: all 1.5s cubic-bezier(0.78, 0.01, 0.37, 1.01);
    }

    .product.product-fujimedic .page-2 .picMove .c1:after {
        top: 150px;
        left: 50px;
    }

    .product.product-fujimedic .page-2 .picMove .c2:after {
        bottom: 150px;
        right: 50px;
    }

    .product.product-fujimedic .page-2 .picMove .c1.go {
        left: 700px;
    }

    .product.product-fujimedic .page-2 .picMove .c1.go:after {
        left: -230px;
    }

    .product.product-fujimedic .page-2 .picMove .c2.go {
        right: 700px;
    }

    .product.product-fujimedic .page-2 .picMove .c2.go:after {
        right: -230px;
    }

    .product.product-fujimedic .page-2 .picMove .Tpic {
        position: absolute;
        height: 400px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .product.product-fujimedic .page-2 .picMove .Tbox {
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background-color: #fff;
        border: 16px solid #e1dfda;
        left: 0;
        right: 0;
        margin: auto;
    }

    .product.product-fujimedic .page-2 .picMove .p1 {
        left: -300px;
    }

    .product.product-fujimedic .page-2 .picMove .p2 {
        right: 0;
        bottom: -130px;
    }

    .product.product-fujimedic .page-2 .picMove .p3 {
        right: 16px;
        left: auto;
        top: 50px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .product.product-fujimedic .page-2 .picMove .p3 > img {
        width: 100%;
    }

    .product.product-fujimedic .page-3 {
        background: linear-gradient(top, #f0fbfe, #fff);
    }

    .product.product-fujimedic .page-3 .page-text {
        width: 100%;
        text-align: center;
        top: 60px;
        left: 0;
    }

    .product.product-fujimedic .page-3 .page-text p {
        width: 50%;
        margin: auto;
        text-align: center;
    }

    .product.product-fujimedic .page-3 .page-fuwen {
        width: 100%;
        top: 26%;
    }

    .product.product-fujimedic .page-3 .page-fuwen p {
        font-size: 16px;
        line-height: 30px;
    }

    .product.product-fujimedic .page-3 .picMove {
        position: absolute;
        bottom: 0;
        height: 450px;
        width: 100%;
        left: 0;
        z-index: 3;
        overflow: hidden;
    }

    .product.product-fujimedic .page-3 .picMove .Tline {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        width: 110px;
        z-index: 5;
        text-align: left;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-right: 0;
        font-size: 22px;
    }

    .product.product-fujimedic .page-3 .picMove .Tline > i {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
        background-color: #ff9319;
        height: 1px;
        width: 50px;
    }

    .product.product-fujimedic .page-3 .picMove .Tline:after {
        content: '';
        position: absolute;
        box-sizing: content-box;
        width: 10px;
        height: 10px;
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        background-color: #ff9319;
    }

    .product.product-fujimedic .page-3 .picMove .Tline:before {
        content: '';
        position: absolute;
        box-sizing: content-box;
        width: 20px;
        height: 20px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        background-color: rgba(255, 147, 22, 0.4);
        webkit-animation: Tc 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
        animation: Tc 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    }

    @-webkit-keyframes Tc {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    @keyframes Tc {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    .product.product-fujimedic .page-3 .picMove .l1 {
        left: -200px;
        top: -120px;
    }

    .product.product-fujimedic .page-3 .picMove .l2 {
        left: -110px;
        top: 80px;
    }

    .product.product-fujimedic .page-3 .picMove .Tbox {
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background-color: #fff;
        border: 16px solid #e1dfda;
        left: 0;
        right: 0;
        margin: auto;
    }

    .product.product-fujimedic .page-3 .picMove .p3 {
        top: 0;
        bottom: 0;
        overflow: hidden;
    }

    .product.product-fujimedic .page-3 .picMove .p3 > img {
        width: 100%;
    }

    .product.product-fujimedic .page-4 {
        overflow: hidden;
    }

    .product.product-fujimedic .page-4 #video {
        width: 100%;
    }

    .product.product-fujimedic .page-4 .video-bg {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        perspective: 5000px;
        transform-origin: 50% 30%;
        transition: all 1s;
    }

    .product.product-fujimedic .page-4 .video-bg.on {
        transform: scale(2);
        opacity: 0;
        pointer-events: none;
    }

    .product.product-fujimedic .page-4 .video-bg .video-btn {
        top: -200px;
        bottom: 0;
        height: 200px;
        margin: auto;
        z-index: 4;
    }

    .product.product-fujimedic .page-4 .video-bg .video-btn .btn-bo:before {
        webkit-animation: Tc 1s ease-in infinite alternate;
        animation: Tc 1s ease-in infinite alternate;
    }

    .product.product-fujimedic .page-4 .video-bg .video-img {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        opacity: 0.4;
        display: none;
    }

    .product.product-fujimedic .page-4 .video-bg .video-img.on {
        display: block;
    }

    .product.product-fujimedic .page-4 .video-item {
        position: absolute;
        height: 120px;
        width: 100%;
        bottom: 100px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        perspective: 5000px;
        transform-origin: 50% 50%;
        transition: all 1.2s ease-in-out;
    }

    .product.product-fujimedic .page-4 .video-item.on {
        opacity: 0;
        pointer-events: none;
    }

    .product.product-fujimedic .page-4 .video-item .video-list {
        display: inline-block;
        cursor: pointer;
        height: 85px;
        width: 140px;
        overflow: hidden;
        background-color: #000;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-sizing: border-box;
        margin: 0 20px;
        border-radius: 4px;
        transition: all 0.2s ease-in-out;
    }

    .product.product-fujimedic .page-4 .video-item .video-list > img {
        height: 100%;
        opacity: 0.4;
        transition: all 0.2s ease-in;
    }

    .product.product-fujimedic .page-4 .video-item .video-list.on {
        border: 4px solid #fff;
        transform: scale(1.2);
    }

    .product.product-fujimedic .page-4 .video-item .video-list.on > img {
        opacity: 1;
    }

    .product.product-fujimedic .page-5 {
        background-image: url("../image/page-7.jpg");
    }

    .product.product-fujimedic .page-5 .width-1200 .page-text {
        width: 90%;
        float: left;
        position: absolute;
        top: 0;
        left: 5%;
        bottom: 0;
        margin: auto;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-text .page-p {
        margin-bottom: 30px;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-text .page-table {
        overflow: auto;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-text .gobuy {
        margin-top: 50px;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-slides {
        width: 100%;
        height: 100vh;
        float: right;
        overflow: hidden;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-slides .page-img {
        width: 100%;
        height: 100vh;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-slides .page-img img {
        width: auto;
        /*height: 220px;*/
        height: 35%;
        position: absolute;
        bottom: 0;
        margin: auto;
        right: auto;
        left: 0;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn {
        height: 100px;
        position: absolute;
        top: 18%;
        right: 0;
        width: 600px;
        display: none;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul {
        text-align: center;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li p {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.2);
        line-height: 40px;
        margin-right: 20px;
        transition: al .3s;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li .btn-box {
        width: 40px;
        height: 40px;
        float: left;
        position: relative;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li .btn-box .btn-box-kuang {
        width: 0;
        height: 0;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 100%;
        position: absolute;
        top: 20px;
        left: 20px;
        transition: all .3s;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li .btn-box .btn-box-yuan {
        width: 16px;
        height: 16px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 100%;
        position: absolute;
        top: 12px;
        left: 12px;
        transition: all .3s;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li:first-child {
        margin-bottom: 20px;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li.on p {
        color: #000;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li.on .btn-box .btn-box-kuang {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        border: 1px solid #83727f;
    }

    .product.product-fujimedic .page-5 .width-1200 .page-btn ul li.on .btn-box .btn-box-yuan {
        background-color: #83727f;
    }

    /* 明星产品背景 */
    /* yi */
    .product.product-yi .page-1p {
        /*background-image: url('../images/product/yi/m-banner.jpg')*/
        height: 100%;
    }
    .product.product-yi .page-2p {
        background-size: 180%;
    }
    .product.product-yi .page-2 .txt {
        padding-top: 60px;
    }
    .product.product-yi .page-3p {
        height: 600px;
    }
    .product.product-yi .page-3p .pic > img {
        transform: scale(2);
    }
    .product.product-yi .page-5p {
        background-position: center center;
        background-size: 500%;
    }
    .product.product-yi .mxcpYiPage8 {
        background-size: 200%;
        background-position: left bottom;
    }
    .product.product-yi .page-1p,
    .product.product-yi .page-2p,
    .product.product-yi .page-3p,
    .product.product-yi .page-4p,
    .product.product-yi .page-5p,
    .product.product-yi .page-6p,
    .product.product-yi .page-7p,
    .product.product-yi .page-9p,
    .product.product-yi .page-10p {
        // min-height: 1254px;
        min-height: 627px;
    }
    /* 间距 */
    .product .jj {
        padding-left: 35px;
        padding-right: 35px;
    }

    /* 明星产品-御手温感大师椅子 */
    .product.product-yi .page-1p .page-text div {
        display: none;
    }
    .product.product-yi .page-1p .page-btn {
        display: none;
    }
    .product.product-yi .page-6p .pic img {
        min-width: 360px;
        max-width: 100%;
        width: 100%;
    }
    .product.product-yi .page-8p {
        height: 420px;
    }
    .product.product-yi #page9 .pic {
        width: 160%;
        left: -30%;
        bottom: -60px;
    }
    .product.product-yi #page9 .pic img {
        width: 90%;
    }
    .product.product-yi .page-10p .width-1200 .page-slides {
        width: 100%;
    }

    .product.product-yi .page-2 .pic .dot.d1,
    .product.product-yi .page-2 .pic .dot.d2,
    .product.product-yi .page-2 .pic .dot.d3,
    .product.product-yi .page-2 .pic .dot.d4 {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .product.product-yi .page-2 .pic .dot.d2 {
        left: 120px;
        top: 250px;
        bottom: auto;
    }
    .product.product-yi .page-2 .pic .dot.d3 {
        top: 250px;
        right: 8%;
        bottom: auto;
    }
    .product.product-yi .page-2 .pic .dot.d4 {
        right: 28%;
        top: 220px;
    }

    .product.product-yi .page-2 .txt {
        width: 100%;
    }
    .product.product-yi .page-2 .txt.t4 {
        left: 0;
    }
    .product.product-yi .page-2 .txt.t2 small {
        width: 100%;
    }
    .product.product-yi .page-2 .txt.t2,
    .product.product-yi .page-2 .txt.t3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .product.product-yi .page-2 .txt.t2 {
        padding-top: 60px;
    }
    .product.product-yi .page-2 .txt.t3 {
        padding-top: 60px;
    }
    .product.product-yi .page-2 .pic .dot.d1 {
        top: 220px;
        bottom: auto;
    }
    .product.product-yi .page-2 .pic .picqingban {
        bottom: 0;
    }
    .product.product-yi .page-2 .pic .picqingban, .product.product-yi .page-2 .pic .picqingban img {
        width: 90%;
    }
    .product.product-yi .page-5 .width-1200 .page-text {
        width: 100%;
    }
    .product.product-yi .page-5 .width-1200 .page-slides .page-img img {
        width: auto;
        /*height: 260px;*/
        height: 35%;
    }
    .product.product-yi .page-9p {
        overflow: hidden;
    }

    .product.product-medisana .page-1 {
        background-image: url("../image/page-12.jpg");
    }

    .product.product-medisana .page-1 .width-1200 .page-text {
        width: 100%;
        height: 246px;
        position: absolute;
        top: 100px;
        right: 0;
        bottom: auto;
        left: 0;
        margin: auto;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-logo {
        margin-bottom: 50px;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-logo img {
        display: block;
        margin: 0 auto;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-title {
        line-height: 26px;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-title span:nth-child(2) {
        font-size: 40px;
    }

    .product.product-medisana .page-1 .width-1200 .page-text p {
        font-size: 24px;
        color: #000;
        text-align: center;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-1-li {
        width: 374px;
        height: 20px;
        margin: 0 auto;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-1-li ul {
        width: 280px;
        margin: 40px auto 0;
        display: flex;
        justify-content: space-between;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-1-li ul li {
        width: auto;
        float: left;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-1-li ul li::after {
        content: '';
        width: 0;
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-1-li ul li div {
        width: 20px;
        height: 20px;
        float: left;
        padding: 0;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-1-li ul li div img {
        width: 14px;
        height: 14px;
        display: block;
    }

    .product.product-medisana .page-1 .width-1200 .page-text .page-1-li ul li p {
        font-size: 14px;
        line-height: 1em;
        text-align: left;
        text-indent: 10px;
        color: #000000;
        width: 100px;
    }

    .product.product-medisana .page-1 .width-1200 .page-1-left {
        display: none;
    }

    .product.product-medisana .page-1 .width-1200 .page-1-right {
        width: 60%;
        left: 0;
        margin: auto;
    }

    .product.product-medisana .page-2 {
        background-color: #f3f3f3;
        /* 轮播 */
    }

    .product.product-medisana .page-2 .page-text {
        width: 100%;
        text-align: center;
        margin-top: 130px;
    }

    .product.product-medisana .page-2 .page-text ul {
        margin-top: 0;
        color: #666666;
        position: relative;
    }

    .product.product-medisana .page-2 .page-text ul li {
        width: 100%;
        position: absolute;
        top: 0;
        font-size: 13px;
        line-height: 24px;
        padding: 0 40px;
    }

    .product.product-medisana .page-2 .page-text ul li:not(:first-child) {
        display: none;
    }

    .product.product-medisana .page-2 .slider {
        height: 100vh;
        position: relative;
        /* 轮播图片 */
        /* 轮播文字 */
        /* 轮播按钮 */
        /* 轮播数字 */
    }

    .product.product-medisana .page-2 .slider .slider-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: scale(0.8);
    }

    .product.product-medisana .page-2 .slider .slider-img ul li {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-medisana .page-2 .slider .slider-img ul li img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-medisana .page-2 .slider .slider-img ul li:not(:first-child) {
        display: none;
    }

    .product.product-medisana .page-2 .slider .slider-list {
        height: 165px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .product.product-medisana .page-2 .slider .slider-list ul {
        position: relative;
    }

    .product.product-medisana .page-2 .slider .slider-list ul li {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .product.product-medisana .page-2 .slider .slider-list ul li div {
        font-size: 24px;
        color: #333333;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .product.product-medisana .page-2 .slider .slider-list ul li div span {
        color: #fa9932;
    }

    .product.product-medisana .page-2 .slider .slider-list ul li p {
        font-size: 13px;
        color: #666666;
        line-height: 1em;
    }

    .product.product-medisana .page-2 .slider .slider-list ul li:not(:first-child) {
        display: none;
    }

    .product.product-medisana .page-2 .slider .slider-btn {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
    }

    .product.product-medisana .page-2 .slider .slider-btn .slider-btn-left, .product.product-medisana .page-2 .slider .slider-btn .slider-btn-right {
        width: 40px;
        height: 72px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 99999999999;
        color: #dddddd;
        cursor: pointer;
    }

    .product.product-medisana .page-2 .slider .slider-btn .slider-btn-left i, .product.product-medisana .page-2 .slider .slider-btn .slider-btn-right i {
        font-size: 42px;
    }

    .product.product-medisana .page-2 .slider .slider-btn .slider-btn-left {
        left: 0;
    }

    .product.product-medisana .page-2 .slider .slider-btn .slider-btn-right {
        right: 0;
    }

    .product.product-medisana .page-2 .slider .slider-num {
        width: 300px;
        height: 92px;
        background-image: url("../image/page-2-num-bj.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .product.product-medisana .page-2 .slider .slider-num ul {
        position: relative;
    }

    .product.product-medisana .page-2 .slider .slider-num ul li {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        color: #dddddd;
        cursor: pointer;
        float: left;
        position: absolute;
        transition: all .3s;
    }

    .product.product-medisana .page-2 .slider .slider-num ul li.cur {
        color: #fa9932;
    }

    .product.product-medisana .page-2 .slider .slider-num ul li:nth-child(1) {
        top: 0;
        left: 10px;
    }

    .product.product-medisana .page-2 .slider .slider-num ul li:nth-child(2) {
        top: 12px;
        left: 60px;
    }

    .product.product-medisana .page-2 .slider .slider-num ul li:nth-child(3) {
        top: 20px;
        left: 110px;
    }

    .product.product-medisana .page-2 .slider .slider-num ul li:nth-child(4) {
        top: 20px;
        left: 160px;
    }

    .product.product-medisana .page-2 .slider .slider-num ul li:nth-child(5) {
        top: 12px;
        left: 210px;
    }

    .product.product-medisana .page-2 .slider .slider-num ul li:nth-child(6) {
        top: 0;
        left: 260px;
    }

    .product.product-medisana .page-3 .page-text {
        width: 100%;
        text-align: center;
        margin-top: 130px;
    }

    .product.product-medisana .page-3 .page-text p {
        color: #666666;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-left, .product.product-medisana .page-3 .page-3-box .page-3-right {
        position: absolute;
        bottom: 90px;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-left .list, .product.product-medisana .page-3 .page-3-box .page-3-right .list {
        margin-bottom: 90px;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-left .list div, .product.product-medisana .page-3 .page-3-box .page-3-right .list div {
        font-size: 24px;
        color: #333;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-left .list div span, .product.product-medisana .page-3 .page-3-box .page-3-right .list div span {
        color: #fa9932;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-left .list p, .product.product-medisana .page-3 .page-3-box .page-3-left .list ul, .product.product-medisana .page-3 .page-3-box .page-3-right .list p, .product.product-medisana .page-3 .page-3-box .page-3-right .list ul {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-left {
        left: 0;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-right {
        width: 450px;
        right: 0;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-cen {
        width: 178px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .product.product-medisana .page-4 {
        background-image: url("../image/page-41.jpg");
    }

    .product.product-medisana .page-4 .width-1200 {
        padding: 40px 0;
    }

    .product.product-medisana .page-4 .width-1200 .page-text {
        width: 100%;
        margin-top: 20%;
    }

    .product.product-medisana .page-4 .width-1200 .page-text .page-table {
        position: relative;
        z-index: 300;
    }

    .product.product-medisana .page-4 .width-1200 .page-img {
        width: 100%;
        /*height: 220px;*/
        height: 35%;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: auto;
        background-size: 220px;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .product.product-medisana .page-4 .width-1200 .page-img img {
        width: auto;
        /*height: 220px;*/
        height: 35%;
        position: absolute;
        top: -100px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    /* nexus */
    .nexus .nav {
        position: relative;
        z-index: 100;
    }

    .nexus .nav .width-1200 {
        padding: 0 20px;
    }

    .nexus .banner {
        width: 100%;
        height: 200px;
        margin-top: 0;
        overflow: hidden;
    }

    .nexus .banner .banner-box {
        width: 100%;
        height: 200px;
        background-image: url("../image/banner.png");
        background-position: center center;
        background-size: cover;
        transform: scale(1.2);
        transition: all .8s ease-in;
    }

    .nexus .banner .banner-box .width-1200 {
        height: 100%;
        color: #fff;
        font-size: 24px;
    }

    .nexus .banner .banner-box .width-1200 .left, .nexus .banner .banner-box .width-1200 .right {
        width: 100%;
        height: 30px;
        line-height: 2em;
        text-indent: 28px;
    }

    .nexus .banner .banner-box .width-1200 .left {
        float: left;
        margin-top: 60px;
    }

    .nexus .banner .banner-box .width-1200 .right {
        float: left;
        text-align: left;
    }

    .nexus .banner.on .banner-box {
        transform: scale(1);
    }

    .nexus .subject .title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        text-align: center;
        line-height: 100px;
    }

    .nexus .subject .tab-top ul {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .nexus .subject .tab-top ul li {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        box-sizing: border-box;
        border: 1px solid rgba(225, 82, 96, 0.5);
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.7);
        cursor: pointer;
        margin-right: 2px;
        margin-left: 2px;
        float: left;
        position: relative;
    }

    .nexus .subject .tab-top ul li.cur {
        background-color: #bd0003;
        border: 1px solid rgba(225, 82, 96, 0.5);
        background: linear-gradient(-120deg, #bd0003, #e55c6c);
        color: #fff;
        font-size: 12px;
    }

    .nexus .subject .tab-top ul li span {
        width: 60%;
        height: 34px;
        display: block;
        line-height: 1.5em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .nexus .subject .tab-top ul li:nth-child(3) span {
        width: 74%;
    }

    .nexus .subject .tab-top ul li:last-child {
        margin-right: 0;
    }

    .nexus .subject .tab-qun {
        width: 100%;
        height: 20px;
        box-sizing: border-box;
        border-bottom: 2px solid #e97f8a;
        margin-top: 0;
        position: relative;
    }

    .nexus .subject .tab-qun img {
        display: none;
    }

    .nexus .subject .tab-nei ul li:not(:first-child) {
        display: none;
    }

    .nexus .subject .tab-nei ul .jiaoliu .jl-title {
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .nexus .subject .tab-nei ul .jiaoliu .jl-title div {
        font-size: 18px;
        color: rgba(0, 0, 0, 0.3);
        line-height: 1em;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .nexus .subject .tab-nei ul .jiaoliu .jl-title p {
        font-size: 18px;
        line-height: 1em;
        color: rgba(0, 0, 0, 0.9);
    }

    .nexus .subject .tab-nei ul .jiaoliu .fangshi .fs-box {
        width: 100%;
        margin-bottom: 30px;
        float: left;
    }

    .nexus .subject .tab-nei ul .jiaoliu .fangshi .fs-box .fs-icon {
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .nexus .subject .tab-nei ul .jiaoliu .fangshi .fs-box .fs-icon i {
        font-size: 24px;
        line-height: 1em;
        color: #c6c6c6;
        font-weight: 500;
        display: block;
        text-align: center;
    }

    .nexus .subject .tab-nei ul .jiaoliu .fangshi .fs-box .fs-text {
        width: calc(100% - 45px);
        float: left;
    }

    .nexus .subject .tab-nei ul .jiaoliu .fangshi .fs-box .fs-text .fs-top {
        color: rgba(0, 0, 0, 0.3);
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1em;
    }

    .nexus .subject .tab-nei ul .jiaoliu .fangshi .fs-box .fs-text .fs-bottom {
        margin-top: 3px;
    }

    .nexus .subject .tab-nei ul .jiaoliu .fangshi .fs-box .fs-text .fs-bottom div {
        float: left;
        width: 50px;
        color: rgba(0, 0, 0, 0.8);
        font-size: 14px;
        line-height: 1em;
        margin-top: 4px;
    }

    .nexus .subject .tab-nei ul .jiaoliu .fangshi .fs-box .fs-text .fs-bottom p {
        width: calc(100% - 50px);
        float: left;
        color: rgba(0, 0, 0, 0.9);
        font-size: 14px;
        line-height: 1em;
        margin-top: 4px;
    }

    .nexus .subject .tab-nei ul .jiaoliu .lianjie {
        width: 100%;
    }

    .nexus .subject .tab-nei ul .jiaoliu .lianjie div {
        font-size: 18px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.8);
    }

    .nexus .subject .tab-nei ul .jiaoliu .lianjie a {
        font-size: 13px;
        /*color: #ff5260;*/
        text-transform: uppercase;
        /*text-decoration: underline;*/
        word-wrap: break-word;
    }

    .nexus .subject .tab-nei ul .jiaoliu .lianjie a img {
        width: 12px;
        margin-top: -2px;
    }

    .nexus .subject .tab-nei ul .list {
        overflow: hidden;
    }

    .nexus .subject .tab-nei ul .list .list-title {
        width: 100%;
        height: 45px;
        line-height: 45px;
        background-color: #f2f4f5;
        font-weight: bold;
        font-size: 18px;
        text-indent: 16px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .nexus .subject .tab-nei ul .list .list-box {
        overflow: hidden;
    }

    .nexus .subject .tab-nei ul .list .list-box .list-kuai {
        width: 100%;
        margin-right: 100px;
        margin-top: 20px;
        float: left;
    }

    .nexus .subject .tab-nei ul .list .list-box .list-kuai:nth-child(even) {
        margin-right: 0;
    }

    .nexus .subject .tab-nei ul .list .list-box .list-kuai div {
        height: 22px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        line-height: 24px;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .nexus .subject .tab-nei ul .list .list-box .list-kuai p {
        font-size: 12px;
        color: #747474;
        margin-top: 5px;
    }

    .nexus .subject .tab-nei ul .list .tiao {
        float: right;
        height: 30px;
        margin: 10px;
        line-height: 30px;
        overflow: hidden;
    }

    .nexus .subject .tab-nei ul .list .tiao .tiao-text {
        right: 70px;
    }

    .nexus .subject .tab-nei ul .list .tiao .tiao-btn {
        float: left;
    }

    .nexus .subject .tab-nei ul .list .tiao .tiao-btn button {
        border: none;
        background-color: transparent;
        line-height: 30px;
    }

    .nexus .subject .tab-nei ul .list .tiao .tiao-btn button i {
        display: block;
        text-align: center;
        font-weight: bold;
        color: rgba(255, 82, 96, 0.3);
        transition: all .3s;
        cursor: pointer;
    }

    .nexus .subject .tab-nei ul .list .tiao .tiao-btn button:hover i {
        color: #ff5260;
    }

    .nexus .subject .tab-nei ul .list .tiao .tiao-btn button.btn-left {
        margin-right: 20px;
    }

    .nexus .subject .tab-nei ul .list .tiao .tiao-btn button.btn-right {
        margin-left: 20px;
    }

    .nexus .subject .tab-nei ul .list .tiao .tiao-btn span {
        font-size: 20px;
        color: #e15260;
    }

    /* cooperation-agent */
    .cooperation-agent .nav {
        position: relative;
    }

    .cooperation-agent .banner {
        width: 100%;
        height: 200px;
        background-image: url("../image/agent_banner.png");
        background-size: cover;
        background-position: center center;
        margin-top: 0;
        padding-top: 195px;
    }

    .cooperation-agent .banner .banner-text {
        margin: 0;
        padding: 0 20px 0 40%;
    }

    .cooperation-agent .banner .banner-text .banner-title {
        font-size: 16px;
        line-height: 1em;
        color: #000;
        font-weight: bold;
        margin-bottom: 43px;
        position: relative;
    }

    .cooperation-agent .banner .banner-text .banner-title::before {
        content: '';
        width: 67px;
        height: 4px;
        background-color: #20c401;
        position: absolute;
        bottom: -27px;
        left: 0;
    }

    .cooperation-agent .banner .banner-text .banner-zhao {
        font-size: 13px;
        line-height: 2em;
    }

    .cooperation-agent .banner .banner-text .banner-QP {
        display: none;
    }

    .cooperation-agent .cooperation-agent-content {
        width: 100%;
        position: relative;
        /* 申请加盟 */
        /* 创富机会 */
        /* 品牌势能 */
        /* 加盟优势 */
        /* 加盟对象 */
        /* 加盟流程 */
        /* 终端风采 */
        /* 网点加盟 */
    }

    .cooperation-agent .cooperation-agent-content .title-fu {
        font-size: 13px;
        text-align: center;
        line-height: 1.2em;
        margin: 36px 8px 20px;
    }

    .cooperation-agent .cooperation-agent-content .title-fu span {
        color: #20c401;
        display: block;
    }

    .cooperation-agent .cooperation-agent-content #SQJM, .cooperation-agent .cooperation-agent-content #CZJH, .cooperation-agent .cooperation-agent-content #PPSN, .cooperation-agent .cooperation-agent-content #JMYS, .cooperation-agent .cooperation-agent-content #JMTJ, .cooperation-agent .cooperation-agent-content #JMDX, .cooperation-agent .cooperation-agent-content #JMLC, .cooperation-agent .cooperation-agent-content #ZDFC, .cooperation-agent .cooperation-agent-content #JMWD {
        padding-top: 50px;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .msgRow .col {
        width: 47%;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .msgRow .sub {
        padding: 6px 20px;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box {
        width: 100%;
        height: 530px;
        background-color: #fafafa;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box::before {
        content: '';
        width: 100%;
        height: 90px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div {
        width: 100%;
        height: 470px;
        background-color: #fff;
        margin: 50px auto 0;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
        padding: 10px 24px 30px;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top {
        height: 166px;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .top-input {
        width: 214px;
        height: 56px;
        float: left;
        margin-right: 96px;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .top-input p {
        color: #717070;
        font-size: 16px;
        position: absolute;
        top: 30px;
        z-index: 100;
        transition: all .3s;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .top-input p.on {
        color: #20c401;
        font-size: 12px;
        top: 0;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .top-input input {
        width: 100%;
        height: 30px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #717070;
        position: absolute;
        top: 30px;
        box-sizing: border-box;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .top-input input.on {
        color: #20c401;
        border-bottom: 2px solid #20c401;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .top-input:hover p {
        color: #20c401;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .top-input:hover input {
        border-bottom: 1px solid #20c401;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .shengshi {
        width: 47%;
        margin-top: 30px;
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-top .sheng {
        margin-right: 3%;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-bottom {
        margin-top: 40px;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-bottom div {
        color: #717070;
        font-size: 16px;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div .form-bottom textarea {
        width: 100%;
        height: 90px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #717070;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div button {
        width: 134px;
        height: 34px;
        background-color: #20c401;
        display: block;
        border: 0;
        color: #fff;
        font-size: 14px;
        text-align: left;
        text-indent: 18px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        top: -35px;
    }

    .cooperation-agent .cooperation-agent-content #SQJM .form-box .form-div button i {
        margin-left: 20px;
    }

    .cooperation-agent .cooperation-agent-content #CZJH {
        padding-top: 50px;
    }

    .cooperation-agent .cooperation-agent-content #CZJH .abc-box {
        width: 100%;
        overflow: hidden;
    }

    .cooperation-agent .cooperation-agent-content #CZJH .abc-box .list {
        width: 33.33%;
        margin-bottom: 20px;
        float: left;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #CZJH .abc-box .list div {
        float: left;
        font-family: Futura;
        font-size: 80px;
        color: #eeeeee;
        line-height: 1em;
        font-weight: bold;
        transition: all .3s;
    }

    .cooperation-agent .cooperation-agent-content #CZJH .abc-box .list p {
        float: left;
        font-size: 14px;
        color: #3e3a39;
        line-height: 1em;
        left: 0;
        position: sticky;
        transition: all .3s;
    }

    .cooperation-agent .cooperation-agent-content #CZJH .abc-box .list.cur div {
        color: #20c401;
    }

    .cooperation-agent .cooperation-agent-content #CZJH .abc-box .list.cur p {
        font-size: 13px;
    }

    .cooperation-agent .cooperation-agent-content #CZJH .jianjie {
        font-size: 12px;
        line-height: 24px;
        color: #585756;
    }

    .cooperation-agent .cooperation-agent-content #PPSN {
        padding: 50px 20px 0;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .title-fu {
        margin: 36px 12px 0;
        line-height: 24px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list {
        width: auto;
        height: 34px;
        background-color: #fff;
        margin-right: 0;
        padding: 0;
        float: left;
        transition: all .3s;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list:last-child {
        margin-right: 0;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list .list-left {
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list .list-left i {
        display: block;
        font-size: 24px;
        line-height: 1em;
        color: #b2b2b2;
        transition: all .3s;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list .list-right {
        float: left;
        margin-left: 10px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list .list-right div {
        font-size: 16px;
        line-height: 16px;
        color: #3e3a39;
        margin-top: 0;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list .list-right p {
        font-size: 12px;
        color: #888888;
        font-family: Futura;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list.cur {
        box-shadow: none;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .box-three .list.cur .list-left i {
        color: #20c401;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sn-ul ul {
        overflow: hidden;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sn-ul ul li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sn-ul ul li div {
        width: 12px;
        height: 12px;
        border: 2px solid #20c401;
        box-sizing: border-box;
        border-radius: 100%;
        margin: 6px 10px 0 0;
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sn-ul ul li p {
        font-size: 13px;
        line-height: 24px;
        color: #3e3a39;
        float: left;
        width: calc(100% - 22px);
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-title {
        font-size: 20px;
        color: #040000;
        text-align: center;
        line-height: 1em;
        margin: 55px 0 48px 0;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box {
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz-left {
        width: 9px;
        height: 18px;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 9px solid #8d8d8d;
        cursor: pointer;
        position: absolute;
        top: 105px;
        left: 0;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz-right {
        right: -10px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz {
        width: 100%;
        margin-left: 9px;
        position: relative;
        overflow: hidden;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz::before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #8d8d8d;
        position: absolute;
        left: 0;
        top: 113px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul {
        overflow: hidden;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li {
        width: 158px;
        height: 255px;
        margin-left: -38px;
        float: left;
        cursor: default;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li .title {
        font-size: 13px;
        line-height: 1.5em;
        color: #585756;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li .shu {
        width: 1px;
        border: 1px dashed rgba(92, 210, 4, 0.5);
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 142px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li .icon {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #7d7d7d;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 109px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li .icon i {
        display: none;
        background-color: #fff;
        line-height: 1em;
        font-size: 28px;
        color: #20c401;
        position: absolute;
        top: -24px;
        left: -14px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li .year {
        width: 34px;
        font-size: 18px;
        font-weight: bold;
        font-family: Futura;
        color: #b5b5b6;
        margin: 0 auto;
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: absolute;
        left: 0;
        right: 0;
        top: 136px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:nth-child(odd) .title {
        bottom: 180px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:nth-child(odd) .shu {
        height: 33px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:nth-child(even) .title {
        bottom: 236px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:nth-child(even) .shu {
        height: 90px;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:first-child {
        margin-left: 0;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:hover .title {
        color: #20c401;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:hover .icon {
        width: 0;
        height: 0;
        background-color: transparent;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:hover .icon i {
        display: block;
    }

    .cooperation-agent .cooperation-agent-content #PPSN .sjz-box .sjz ul li:hover .year {
        color: #20c401;
    }

    .cooperation-agent .cooperation-agent-content #JMYS {
        /*padding: 50px 20px 0;*/
        height: 340px;
        padding-top: 50px;
        overflow: hidden;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-top {
        width: 60px;
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-top ul {
        height: auto;
        margin-top: 10px;
        flex-wrap: wrap;
        overflow: hidden;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-top ul::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-top ul li {
        width: 100%;
        font-size: 12px;
        line-height: 40px;
        color: #3e3a39;
        float: left;
        margin-right: 0.6%;
        position: relative;
        transition: all .3s;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-top ul li:last-child {
        margin-right: 0;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-top ul li.cur {
        color: #20c401;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-top ul li.cur::before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #20c401;
        position: absolute;
        bottom: 14px;
        left: auto;
        right: -5px;
        margin: 0 auto;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-bottom {
        width: calc(100% - 80px);
        float: right;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-bottom ul li {
        width: 100%;
        margin: 90px auto;
        font-size: 12px;
        color: #585756;
        line-height: 2em;
        text-align: center;
    }

    .cooperation-agent .cooperation-agent-content #JMYS .tab-bottom ul li:not(:first-child) {
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #JMDX {
        padding-top: 50px;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box {
        margin-top: 83px;
        overflow: hidden;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen {
        width: 100%;
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-img {
        width: 484px;
        height: 152px;
        overflow: hidden;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-p {
        width: 100%;
        height: 62px;
        line-height: 1.5em;
        text-align: center;
        font-size: 14px;
        color: #000;
        margin-top: 20px;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-p p {
        width: 90%;
        position: relative;
        top: 12px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-p ul li {
        position: absolute;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-p ul li img {
        display: block;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-p ul li:nth-child(1) {
        top: 0;
        left: 0;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-p ul li:nth-child(2) {
        top: 0;
        right: 0;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-p ul li:nth-child(3) {
        bottom: 0;
        left: 0;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen .tuwen-p ul li:nth-child(4) {
        bottom: 0;
        right: 0;
    }

    .cooperation-agent .cooperation-agent-content #JMDX .duix-box .tuwen-text {
        float: left;
        width: 100%;
        line-height: 80px;
        text-align: center;
        font-family: Futura;
        font-size: 42px;
        font-weight: bold;
        color: #eee;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng {
        margin-top: 0;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng::after {
        clear: both;
        content: '.';
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul::after {
        clear: both;
        content: '.';
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul li {
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul li:nth-child(4) {
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .one {
        width: 100%;
        margin: 0 0 40px;
        padding: 0 20px;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .one .lc-i {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
        margin-left: 30px;
        transition: all .3s;
        margin-top: 30px;
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .one .lc-i i {
        font-size: 40px;
        text-align: center;
        color: #585756;
        line-height: 80px;
        display: block;
        transition: all .3s;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo .lb-btn-box .btn-yy-left,
    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo .lb-btn-box .btn-yy-right {
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .one .lc-div {
        margin: 20px 0 16px 0;
        font-size: 16px;
        font-weight: bold;
        color: #040000;
        line-height: 1em;
        margin-left: 50%;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .one .lc-p {
        font-size: 13px;
        line-height: 1em;
        color: #585756;
        margin-top: 10px;
        margin-left: 50%;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .one:hover .lc-i {
        box-shadow: 0 10px 50px rgba(92, 210, 4, 0.3);
        background-color: #20c401;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .one:hover .lc-i i {
        color: #fff;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .two {
        width: 20%;
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng ul .two i {
        display: block;
        margin: 0 auto;
        font-size: 36px;
        color: #20c401;
        text-indent: 10px;
        line-height: 80px;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng.liucheng-top {
        margin-top: 60px;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng.liucheng-top .tu {
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng.liucheng-bottom .tu {
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #JMLC .liucheng.liucheng-bottom ul {
        float: right;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC {
        height: 330px;
        padding-top: 50px;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box {
        margin-top: 62px;
        padding-bottom: 75px;
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .ditu, .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .datu {
        width: 100%;
        height: auto;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .ditu {
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .datu {
        position: relative;
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo {
        width: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo ul {
        width: 2000px;
        margin-left: 40px;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo ul li {
        width: 222px;
        height: 168px;
        margin: 0 19px;
        background-size: cover;
        background-position: center center;
        float: left;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo ul li.cur {
        border: 2px solid #20c401;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo .lb-btn-box {
        position: relative;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo .lb-btn-box .lb-btn {
        padding: 20px;
        font-size: 20px;
        color: #20c401;
        cursor: pointer;
        position: absolute;
        top: 50px;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo .lb-btn-box .lb-btn.lb-btn-left {
        left: 0;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .lunbo .lb-btn-box .lb-btn.lb-btn-right {
        right: 0;
    }

    .cooperation-agent .cooperation-agent-content #ZDFC .swiper-box .photos {
        display: none;
    }

    .cooperation-agent .cooperation-agent-content #JMWD {
        padding-top: 50px;
    }

    .cooperation-agent .cooperation-agent-content #JMWD .jianjie {
        line-height: 36px;
        margin: 36px 0 60px 0;
    }

    .cooperation-agent .cooperation-agent-content #JMWD .jianjie p {
        font-size: 13px;
        color: #585756;
    }

    .cooperation-agent .cooperation-agent-content #JMWD .jianjie span {
        font-size: 18px;
        color: #20c401;
        font-weight: bold;
    }

    .cooperation-agent .cooperation-agent-content #JMWD .map {
        margin-bottom: 100px;
    }

    .cooperation-agent, .research {
        overflow-x: hidden;
    }

    .cooperation-agent .ca-jion-title, .research .ca-jion-title {
        color: #000;
        font-weight: unset;
        line-height: 1em;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

    .cooperation-agent .ca-jion-title::before, .research .ca-jion-title::before {
        content: '';
        width: 50px;
        height: 3px;
        background-color: #20c401;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .cooperation-agent .coop-ce, .research .coop-ce {
        display: none;
    }

    /* research */
    .research {
        /* 1研发中心 */
        /* 2研发团队 */
        /* 3研发投入 */
        /* 4研发平台 */
        /* 5产学研合作 */
        /* 6专利申请与持有 */
        /* 7技术认证 */
        /* 8标准制修订 */
        /* 9获奖情况 */
    }

    .research .banner {
        height: 200px;
    }

    .research .research-content {
        position: relative;
    }

    .research .research-content .research-jianjie {
        margin: 50px auto 40px auto;
    }

    .research .research-content .research-jianjie p {
        font-size: 13px;
        line-height: 24px;
        color: #595857;
        margin-bottom: 24px;
        text-align: justify;
    }

    .research .research-content .research-jianjie p span {
        font-size: 18px;
    }

    .research .research-content .research-lian .title {
        font-size: 18px;
    }

    .research .research-content .research-lian .lian-ul {
        width: 100%;
        margin: 46px auto 0;
    }

    .research .research-content .research-lian .lian-ul ul {
        width: 100%;
        height: 56px;
        position: relative;
    }

    .research .research-content .research-lian .lian-ul ul::before {
        content: '';
        width: 100%;
        height: 1px;
        border-bottom: 2px dashed #949494;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .research .research-content .research-lian .lian-ul ul li {
        width: 33.33%;
        height: 56px;
        line-height: 2em;
        background-color: #fff;
        font-size: 15px;
        color: #3f3b3a;
        text-align: center;
        position: absolute;
        transition: all .3s;
    }

    .research .research-content .research-lian .lian-ul ul li span:nth-child(1) {
        margin: 0;
    }

    .research .research-content .research-lian .lian-ul ul li span:nth-child(2) {
        font-family: Futura;
        font-weight: bold;
    }

    .research .research-content .research-lian .lian-ul ul li:hover {
        width: 33%;
        font-size: 15px;
    }

    .research .research-content .research-lian .lian-ul ul li:nth-child(1) {
        top: 0;
        left: 0;
    }

    .research .research-content .research-lian .lian-ul ul li:nth-child(2) {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .research .research-content .research-lian .lian-ul ul li:nth-child(3) {
        top: 0;
        right: 0;
    }

    .research #YFZX, .research #YFTD, .research #YFTR, .research #YFQT, .research #CXYHZ, .research #ZLSAYCY, .research #JSRZ, .research #BZZXD, .research #HJQK {
        padding-top: 60px;
        overflow: hidden;
    }

    .research #YFZX .title-fu, .research #YFTD .title-fu, .research #YFTR .title-fu, .research #YFQT .title-fu, .research #CXYHZ .title-fu, .research #ZLSAYCY .title-fu, .research #JSRZ .title-fu, .research #BZZXD .title-fu, .research #HJQK .title-fu {
        font-size: 13px;
        line-height: 24px;
        color: #595857;
        text-align: center;
        margin: 62px 0 42px;
    }

    .research #YFZX .kuai-box {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 56px;
    }

    .research #YFZX .kuai-box .jianjie {
        width: 100%;
        font-size: 13px;
        line-height: 24px;
        color: #fff;
        background-color: #20c401;
        padding: 30px 30px;
        position: static;
    }

    .research #YFZX .kuai-box .jianjie span {
        font-size: 18px;
    }

    .research #YFZX .kuai-box .tupian {
        width: 100%;
        height: auto;
        position: static;
    }

    .research #YFZX .kuai-box .wen {
        display: none;
    }

    .research #YFZX .sjz {
        height: 1480px;
        margin-top: 90px;
        position: relative;
    }

    .research #YFZX .sjz .sjz-bj, .research #YFZX .sjz .sjz-bjs {
        width: 364px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        margin: auto;
        display: none;
    }

    .research #YFZX .sjz .sjz-bjs {
        height: 100px;
        transition: all 1s;
        overflow: hidden;
    }

    .research #YFZX .sjz .sjz-title {
        top: -70px;
        font-size: 18px;
    }

    .research #YFZX .sjz .sjz-title::before {
        content: '';
        width: 50px;
        height: 3px;
        background-color: #20c401;
        display: block;
        position: absolute;
        bottom: -16px;
    }

    .research #YFZX .sjz ul {
        overflow: hidden;
    }

    .research #YFZX .sjz ul li {
        width: 100%;
        height: 230px;
        margin-top: 20px;
        padding-left: 0;
        position: relative;
    }

    .research #YFZX .sjz ul li:nth-child(1) {
        margin-top: 0;
    }

    .research #YFZX .sjz ul li:nth-child(2) {
        margin-top: 20px;
    }

    .research #YFZX .sjz ul li .heng {
        display: none;
    }

    .research #YFZX .sjz ul li dl {
        /*width: 80%;*/
        width: 54%;
        margin-top: 0;
        margin-bottom: 74px;
    }

    .research #YFZX .sjz ul li dl dt {
        font-size: 20px;
        font-weight: bold;
        color: #20c401;
        margin-bottom: 5px;
    }

    .research #YFZX .sjz ul li dl dd {
        font-size: 12px;
        color: #595857;
        line-height: 24px;
    }

    .research #YFZX .sjz ul li dl .title {
        font-size: 18px;
        color: #231916;
        font-weight: bold;
    }

    .research #YFZX .sjz ul li dl .sjz-remove {
        color: #e15260;
    }

    .research #YFZX .sjz ul li .yuan {
        width: 25px;
        height: 25px;
        padding: 8px;
    }

    .research #YFZX .sjz ul li .yuan::before {
        width: 10px;
        height: 10px;
    }

    .research #YFZX .sjz ul .sjz-right {
        float: right;
    }

    .research #YFZX .sjz ul .sjz-right dl {
        margin-left: 0;
        margin-top: 20px;
    }

    .research #YFZX .sjz ul .sjz-right .heng {
        margin-right: 20px;
        float: left;
    }

    .research #YFZX .sjz ul .sjz-right .sjz-img {
        /*display: none;*/
        right: 0;
        left: auto;
    }

    .research #YFZX .sjz ul .sjz-right .yuan {
        left: -13px;
        display: none;
    }

    .research #YFZX .sjz ul .sjz-left {
        float: left;
    }

    .research #YFZX .sjz ul .sjz-left dl {
        margin-left: 0;
        margin-top: 20px;
        text-align: left;
    }

    .research #YFZX .sjz ul .sjz-left .heng {
        margin-left: 20px;
        float: left;
    }

    .research #YFZX .sjz ul img {
        height: 240px;
    }

    .research #YFZX .sjz ul .sjz-left .sjz-img {
        /*display: none;*/
        right: 0;
        transform: rotateY(180deg);
    }

    .research #YFZX .sjz ul .sjz-left .yuan {
        left: -13px;
        display: none;
    }

    .research #YFTD .ab-box {
        overflow: hidden;
    }

    .research #YFTD .ab-box .a, .research #YFTD .ab-box .b {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .research #YFTD .ab-box .a {
        margin-bottom: 20px;
    }

    .research #YFTD .ab-box .img {
        width: 90px;
        float: left;
    }

    .research #YFTD .ab-box .text {
        width: calc(100% - 90px);
        font-size: 13px;
        padding-left: 20px;
        line-height: 24px;
        color: #595857;
        margin-left: 0;
        float: left;
    }

    .research #YFTD .ab-box .text .hei {
        color: #000000;
    }

    .research #YFTD .ab-box .text .lv {
        font-size: 20px;
        color: #20c401;
    }

    .research #YFTR .touru-box {
        padding-top: 0;
    }

    .research #YFTR .touru-box::after {
        clear: both;
        content: '.';
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
    }

    .research #YFTR .touru-box .touru {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        position: relative;
    }

    .research #YFTR .touru-box .touru:hover {
        box-shadow: none;
    }

    .research #YFTR .touru-box .touru .tr-i {
        margin-top: 30px;
    }

    .research #YFTR .touru-box .touru .tr-i i {
        font-size: 40px;
        color: #20c401;
        font-weight: bold;
    }

    .research #YFTR .touru-box .touru .tr-y {
        height: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #eee;
        text-transform: uppercase;
        visibility: hidden;
    }

    .research #YFTR .touru-box .touru .tr-z {
        font-size: 20px;
        color: #595857;
        font-weight: bold;
        margin-top: -50px;
    }

    .research #YFTR .touru-box .touru p {
        font-size: 13px;
        color: #595857;
        margin-top: 0;
    }

    .research #YFQT .pt-tab, .research #HJQK .pt-tab {
        height: auto;
    }

    .research #YFQT .pt-tab::after, .research #HJQK .pt-tab::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        clear: both;
        visibility: hidden;
    }

    .research #YFQT .pt-tab .pt-left, .research #HJQK .pt-tab .pt-left {
        width: calc(100% - 50px);
        height: 190px;
        position: relative;
        float: none;
        margin-top: 70px;
        overflow: hidden;
    }

    .research #YFQT .pt-tab .pt-left .lv, .research #HJQK .pt-tab .pt-left .lv {
        width: 100%;
        height: 46px;
        background-color: #20c401;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .research #YFQT .pt-tab .pt-left ul, .research #HJQK .pt-tab .pt-left ul {
        margin-top: 0;
        overflow: hidden;
    }

    .research #YFQT .pt-tab .pt-left ul li, .research #HJQK .pt-tab .pt-left ul li {
        text-align: center;
        font-size: 13px;
        line-height: 48px;
        color: #3f3b3a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s;
    }

    .research #YFQT .pt-tab .pt-left ul li.cur, .research #HJQK .pt-tab .pt-left ul li.cur {
        font-size: 14px;
        color: #fff;
    }

    .research #YFQT .pt-tab .pt-center, .research #HJQK .pt-tab .pt-center {
        width: 40px;
        margin: -40px auto 0;
        float: right;
    }

    .research #YFQT .pt-tab .pt-center .pt-btn, .research #HJQK .pt-tab .pt-center .pt-btn {
        height: 58px;
        cursor: pointer;
    }

    .research #YFQT .pt-tab .pt-center .pt-btn i, .research #HJQK .pt-tab .pt-center .pt-btn i {
        font-size: 14px;
        color: #cdcdcd;
        display: block;
        text-align: center;
    }

    .research #YFQT .pt-tab .pt-center .pt-btn:hover i, .research #HJQK .pt-tab .pt-center .pt-btn:hover i {
        color: #20c401;
    }

    .research #YFQT .pt-tab .pt-center .pt-heng, .research #HJQK .pt-tab .pt-center .pt-heng {
        display: none;
    }

    .research #YFQT .pt-tab .pt-center .pt-heng::before, .research #HJQK .pt-tab .pt-center .pt-heng::before {
        top: 10px;
    }

    .research #YFQT .pt-tab .pt-right, .research #HJQK .pt-tab .pt-right {
        width: calc(100% - 50px);
        margin: 0;
        float: none;
    }

    .research #YFQT .pt-tab .pt-right .pt-wen, .research #HJQK .pt-tab .pt-right .pt-wen {
        display: none;
    }

    .research #YFQT .pt-tab .pt-right .pt-tu, .research #HJQK .pt-tab .pt-right .pt-tu {
        width: 100%;
        height: 214px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    .research #YFQT .pt-tab .pt-right .pt-tu .pub_img_box ,
    .research #HJQK .pt-tab .pt-right .pt-tu .pub_img_box{
        height: 214px;
    }
    .research #YFQT .pt-tab .pt-right .pt-tu ul li img, .research #HJQK .pt-tab .pt-right .pt-tu ul li img {
        height: 214px;
    }

    .research #CXYHZ .list {
        margin: 0 -20px;
    }

    .research #CXYHZ .list ul {
        padding: 10px;
    }

    .research #CXYHZ .list ul::after {
        clear: both;
        content: '.';
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
    }

    .research #CXYHZ .list ul li {
        width: 50%;
        padding: 0 10px;
        margin-top: 40px;
        float: left;
    }

    .research #CXYHZ .list ul li div i {
        font-size: 64px;
        color: #3f3b3a;
        text-align: center;
        display: block;
    }

    .research #CXYHZ .list ul li p {
        font-size: 13px;
        line-height: 24px;
        color: #010101;
        text-align: center;
    }

    .research #CXYHZ .list ul li:hover div i {
        color: #20c401;
    }

    .research #ZLSAYCY .cy-flexslider {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .research #ZLSAYCY .cy-flexslider::before {
        content: '';
        width: calc(100% - 40px);
        height: 120px;
        background-color: #fafafa;
        position: absolute;
        left: 20px;
        bottom: 0;
    }

    .research #ZLSAYCY .cy-flexslider .flex-control-nav {
        display: none;
    }

    .research #ZLSAYCY .cy-flexslider .flex-direction-nav a {
        height: 50px;
        opacity: 1;
        top: 30%;
    }

    .research #ZLSAYCY .cy-flexslider .flex-direction-nav a::before {
        color: rgba(0,0,0,.6);
    }

    .research #ZLSAYCY .cy-flexslider .flex-direction-nav a:hover::before {
        color: #20c401;
    }

    .research #ZLSAYCY .cy-flexslider .flex-direction-nav .flex-disabled {
        opacity: 1;
    }

    .research #ZLSAYCY .cy-flexslider .slides-btn .btn-left i {
        left: 20px;
    }
    .research #ZLSAYCY .cy-flexslider .slides-btn .btn-right i {
        right: 20px;
    }

    .research #ZLSAYCY .cy-flexslider .slides li div {
        height: 208px;
        /*border: 1px solid #b5b5b5;*/
        box-sizing: border-box;
        background-color: transparent;
        position: relative;
    }

    .research #ZLSAYCY .cy-flexslider .slides li div img {
        max-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .research #ZLSAYCY .cy-flexslider .slides li div .zz {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        opacity: 0;
        transition: all .3s;
    }

    .research #ZLSAYCY .cy-flexslider .slides li div .zz i {
        font-size: 44px;
        color: #20c401;
        display: block;
        text-align: center;
        line-height: 208px;
    }

    .research #ZLSAYCY .cy-flexslider .slides li p {
        font-size: 13px;
        color: #595857;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .research #ZLSAYCY .cy-flexslider .slides li:hover div .zz {
        opacity: 1;
    }

    .research #ZLSAYCY .tanc {
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .research #ZLSAYCY .tanc .tancBox {
        width: 100%;
        height: 100%;
        margin: 0;
        position: relative;
    }

    .research #ZLSAYCY .tanc .tancBox .tanImg {
        padding-top: 60px;
    }

    .research #ZLSAYCY .tanc .tancBox .tanImg img {
        max-width: 90%;
        margin: auto;
        display: block;
    }

    .research #ZLSAYCY .tanc .tancBox p {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin: 20px auto;
        text-align: center;
    }

    .research #ZLSAYCY .tanc .tancBox .colse {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .research #ZLSAYCY .tanc .tancBox .colse i {
        font-size: 40px;
        color: #fff;
    }

    .research #JSRZ .xx-box {
        /*height: 420px;*/
        height: auto;
        margin-top: 76px;
        position: relative;
        justify-content: center;
    }

    .research #JSRZ .xx-box .xx {
        width: 270px;
        height: 60px;
        background-color: #fafafa;
        position: relative;
    }

    .research #JSRZ .xx-box .xx div {
        position: absolute;
        top: -17px;
        left: -16px;
    }

    .research #JSRZ .xx-box .xx p {
        color: #231916;
        font-size: 13px;
        text-align: center;
        line-height: 60px;
    }

    /*.research #JSRZ .xx-box .xx:nth-child(1) {*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

    /*.research #JSRZ .xx-box .xx:nth-child(2) {*/
    /*    top: 90px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

    /*.research #JSRZ .xx-box .xx:nth-child(3) {*/
    /*    top: 180px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

    /*.research #JSRZ .xx-box .xx:nth-child(4) {*/
    /*    top: 270px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

    /*.research #JSRZ .xx-box .xx:nth-child(5) {*/
    /*    top: 360px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

    .research #JSRZ .xx-box .xx:hover {
        background-color: #fff;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        transform: scale(1.1);
    }

    .research #JSRZ .xx-box .xx:hover p {
        color: #20c401;
    }

    .research #BZZXD .xd-box::after {
        content: '';
        clear: both;
        width: 0;
        height: 0;
        display: block;
        visibility: hidden;
    }

    .research #BZZXD .xd-box .xd {
        width: 90%;
        height: 378px;
        background-color: #fafafa;
        padding-top: 24px;
        float: left;
        margin-left: 5%;
        margin-right: 0;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .research #BZZXD .xd-box .xd:last-child {
        margin-right: 0;
    }
    .research #BZZXD .xd-box .xd:nth-child(3) {
        height: 250px;
    }

    .research #BZZXD .xd-box .xd .title {
        width: 165px;
        height: 42px;
        background-color: #c1c1c1;
        margin-bottom: 24px;
        transition: all .3s;
    }

    .research #BZZXD .xd-box .xd .title .dian {
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        border-radius: 100%;
        margin: 15px 13px 0 19px;
        float: left;
    }

    .research #BZZXD .xd-box .xd .title .dian div {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #fff;
        margin: 2px;
    }

    .research #BZZXD .xd-box .xd .title p {
        font-size: 16px;
        line-height: 42px;
        font-weight: bold;
        color: #fff;
        float: left;
    }

    .research #BZZXD .xd-box .xd .neir {
        width: 100%;
        height: 288px;
        overflow: auto;
    }

    .research #BZZXD .xd-box .xd .neir p {
        padding: 0 30px 0 40px;
        font-size: 13px;
        line-height: 24px;
        color: #727171;
        margin-bottom: 30px;
    }

    .research #BZZXD .xd-box .xd:hover {
        background-color: #fff;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    }

    .research #BZZXD .xd-box .xd:hover .title {
        background-color: #20c401;
    }

    .research #HJQK .pt-tab {
        margin: 62px 0 0 0;
    }

    /* service */
    .service-one .banner {
        height: 200px;
        overflow: hidden;
    }

    .service-one .banner .banner-box {
        height: 300px;
        padding: 0 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 200px;
        bottom: 0;
        margin: auto;
    }

    .service-one .banner .banner-box .b-title {
        font-size: 20px;
        color: #20c401;
        font-weight: bold;
        position: relative;
    }

    .service-one .banner .banner-box .b-title::before {
        content: '';
        width: 55px;
        height: 2px;
        background-color: #20c401;
        position: absolute;
        left: 0;
        bottom: -4px;
    }

    .service-one .banner .banner-box .b-biaoyu {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
    }

    .service-one .banner .banner-box .b-tel, .service-one .banner .banner-box .b-tel a {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
    }

    .service-one .service-tab {
        width: 100%;
        height: 100px;
        background-color: #f7f8fa;
    }

    .service-one .service-tab .service-tab-box {
        height: 100px;
        padding-top: 20px;
    }

    .service-one .service-tab .service-tab-box .service-tab-div {
        width: 31%;
        height: 60px;
        line-height: 60px;
        margin-left: 1%;
        margin-right: 1%;
        background-image: none;
        float: left;
        font-size: 14px;
        border: 1px solid rgba(92, 210, 4, 0.5);
    }

    .service-one .service-tab .service-tab-box .service-tab-div:not(:first-child) {
        margin-left: 1%;
    }

    .service-one .service-tab .service-tab-box .service-tab-div.cur {
        background-color: #20c401;
        box-shadow: 0 5px 20px rgba(92, 210, 4, 0.5);
        font-size: 16px;
        color: #fff;
    }

    .service-one .service-tab .service-tab-box .service-tab-div.cur a {
        color: #fff;
    }

    .service-one .service-tab .service-tab-box .service-tab-div:hover {
        font-size: 16px;
    }

    .service-one .service-tab-ul .service-ul .service-li-one {
        display: block;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top {
        margin: 30px auto;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul::after {
        content: '';
        width: 0;
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li {
        width: 33.33%;
        float: left;
        margin-left: 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li .one-top-i {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        margin: 0 auto;
        box-shadow: 0 20px 55px rgba(0, 0, 0, 0.15);
        transition: all .3s;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li .one-top-i i {
        line-height: 60px;
        text-align: center;
        display: block;
        font-size: 40px;
        color: #fff;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li .one-top-div {
        font-size: 18px;
        line-height: 50px;
        color: #000000;
        text-align: center;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li .one-top-heng {
        width: 25px;
        height: 2px;
        background-color: #626262;
        margin: 0 auto 12px;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li .one-top-p {
        font-size: 13px;
        line-height: 18px;
        color: #686868;
        text-align: center;
        transition: all .3s;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li:not(:first-child) {
        margin-left: 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li:hover .one-top-i {
        background-color: #20c401;
        box-shadow: 0 20px 30px rgba(92, 210, 4, 0.3);
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-top ul li:hover .one-top-p {
        color: #20c401;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box {
        background-color: #f2f4f5;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form {
        width: 100%;
        background-color: #fff;
        margin: 0 auto;
        padding: 20px 0;
        box-shadow: none;
        position: relative;
        top: 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form .msgRow .sub {
        top: 0;
        background-color: #20c401;
    }

    .banner .picBox {
        height: 200px;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form .from-title {
        font-size: 20px;
        line-height: 1em;
        color: #20c401;
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form .msgRow.from-name .col {
        width: 48%;
        margin-right: 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form .msgRow.from-name .col:first-child {
        margin-right: 2%;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form .msgRow.from-chang .col {
        width: 100%;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form .msgRow.from-radio .col {
        width: 100%;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form .msgRow.from-radio .radio_con {
        height: auto;
    }

    .service-one .service-tab-ul .service-ul .service-li-one .one-from-box .one-form .msgRow.from-radio .radio_con > span {
        font-size: 14px;
        font-weight: bold;
    }

    .service-one .service-tab-ul .service-ul .service-li-two .sr-title {
        margin-top: 50px;
        font-size: 22px;
        font-weight: normal;
    }

    .service-one .service-tab-ul .service-ul .service-li-two .two-ul {
        margin: 60px auto 100px;
    }

    .service-one .service-tab-ul .service-ul .service-li-two .two-ul .two-li {
        width: 48%;
        margin: 0 1%;
    }

    .service-one .service-tab-ul .service-ul .service-li-two .two-ul .two-li .two-li-k {
        width: 100%;
    }

    .service-one .service-tab-ul .service-ul .service-li-two .two-ul .two-li .two-li-num {
        width: 148px;
    }

    .service-one .service-tab-ul .service-ul .service-li-two .two-ul .two-li .two-li-text {
        width: 90%;
        font-size: 13px;
    }

    .service-one .service-tab-ul .service-ul .service-li-two .two-ul .two-li .two-li-title {
        width: 83%;
        font-size: 18px;
        font-weight: normal;
    }

    .service-one .service-tab-ul .service-ul .service-li-two .two-ul .two-li:hover .two-li-num, .service-one .service-tab-ul .service-ul .service-li-two .two-ul .two-li:hover .two-li-i i {
        color: #20c401;
    }

    .service-one .service-tab-ul .service-ul .service-li-three {
        padding-top: 60px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page {
        margin-bottom: 60px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page .title {

    }

    .service-one .service-tab-ul .service-ul .service-li-three .page .page-2-fu {
        margin-top: 34px;
        font-size: 13px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page .page-title-fu {
        color: #3f3f3f;
        line-height: 24px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab {
        margin-top: 87px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul {
        flex-wrap: wrap;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li {
        width: 100%;
        height: 170px;
        margin-left: 0;
        margin-bottom: 80px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li .tab-i {
        width: 50px;
        height: 50px;
        top: -25px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li .tab-i i {
        line-height: 50px;
        font-size: 20px;
    }
    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li:nth-child(2) .tab-i i {
        font-size: 17px;
    }
    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li:nth-child(3) .tab-i i {
        font-weight: bold;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li:last-child {
        margin-bottom: 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li .tab-nei {
        font-size: 13px;
        line-height: 1.5em;
        top: 34px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li .tab-bottom {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li:first-child {
        margin-left: 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-1 .page-1-tab ul li:hover .tab-bottom {
        background-color: #20c401;
        font-size: 26px;
        color: #fff;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-english {
        display: none;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-what {
        font-size: 20px;
        color: #000000;
        font-weight: normal;
        text-align: center;
        line-height: 1em;
        margin-top: 30px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-i {
        width: 25px;
        margin: 0 auto;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-i i {
        font-size: 25px;
        color: #20c401;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table {
        position: relative;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table .page-2-si {
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        position: absolute;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table .page-2-si img {
        position: absolute;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table .page-2-si img:nth-child(1) {
        top: -1px;
        left: -1px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table .page-2-si img:nth-child(2) {
        top: -1px;
        right: -1px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table .page-2-si img:nth-child(3) {
        bottom: -1px;
        left: -1px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table .page-2-si img:nth-child(4) {
        bottom: -1px;
        right: -1px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table table {
        width: 100%;
        border: 1px solid #000;
        box-shadow: 0 20px 65px rgba(0, 0, 0, 0.1);
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table table tr th:nth-child(1) {
        min-width: 70px;
    }
    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table table tr th:nth-child(3) {
        min-width: 150px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table table tr th, .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table table tr td {
        font-size: 12px;
        line-height: 2em;
        text-align: center;
        border: 1px solid #20c401;
        padding: 5px 4px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table table tr .table-ul {
        width: 40%;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-2 .page-2-table table tr .table-ul ul li {
        width: 100%;
        text-align: left;
        float: left;
        text-indent: 0;
        line-height: 2em;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-3 .page3-box {
        margin-top: 34px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-3 .page3-box .page-3-left {
        width: 100%;
        float: left;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-3 .page3-box .page-3-left p {
        line-height: 24px;
        color: #3f3f3f;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-3 .page3-box .page-3-left ul li {
        font-size: 13px;
        line-height: 30px;
        color: #3f3f3f;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-3 .page3-box .page-3-left ul li::before {
        content: '';
        border-radius: 100%;
        display: block;
        float: left;
        margin: 11px 10px 0 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-3 .page3-box .page-3-right {
        width: 100%;
        float: right;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-3 .page3-box:after {
        content: '';
        width: 0;
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 ul {
        margin-top: 10px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 ul li {
        font-size: 13px;
        line-height: 24px;
        color: #3f3f3f;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 .pahe-4-p {
        font-size: 20px;
        color: #3f3f3f;
        text-align: center;
        font-weight: bold;
        margin-top: 30px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 .page-4-i {
        width: 25px;
        margin: 0 auto;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 .page-4-i i {
        font-size: 25px;
        line-height: 1em;
        color: #20c401;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 table {
        width: 100%;
        line-height: 1.2em;
        font-size: 12px;
        text-indent: 0;
        text-align: center;
        color: #3f3f3f;
        box-shadow: 0 20px 65px rgba(0, 0, 0, 0.1);
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 table #page4Top {
        background-color: #20c401;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 table tr th,
    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 table tr td {
        padding: 10px 5px;
        text-align: center;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 table tr th:nth-child(1) {
        min-width: 34px;
    }
    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 table tr th:nth-child(4) {
        min-width: 58px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 table tr:nth-child(odd) {
        background-color: #fff;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .page.page-4 table tr:nth-child(even) {
        background-color: rgba(92, 219, 4, 0.1);
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 {
        overflow: hidden;
        width: 80%;
        max-width: 100%;
        margin: auto;
        padding-top: 50px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .left {
        float: left;
        width: 32%;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .left > .aBtn {
        width: 280px;
        height: 70px;
        line-height: 70px;
        font-size: 22px;
        text-align: center;
        color: #707070;
        border: 1px solid #20c401;
        display: block;
        margin: 20px 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .left > .aBtn.on, .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .left > .aBtn:hover {
        color: #fff;
        background-color: #20c401;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .right {
        float: right;
        width: 68%;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .right .appItem {
        background: url("../image/download.png") left center no-repeat;
        background-size: contain;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .right .appItem > li {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        text-indent: 20px;
        height: 40px;
        line-height: 40px;
        margin: 50px 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .right .appItem > li > span {
        float: right;
        height: 40px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .right .appItem > li > span > .aBtn {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        text-align: center;
        color: #707070;
        border: 1px solid #707070;
        display: inline-block;
        margin: 0px 18px;
        text-indent: 0px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .right .appItem > li > span > .aBtn > i {
        height: 100%;
        line-height: 100%;
        text-align: center;
        font-size: 18px;
        margin-right: 8px;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .right .appItem > li > span > .aBtn.on, .service-one .service-tab-ul .service-ul .service-li-three .Trow.r1 .right .appItem > li > span > .aBtn:hover {
        color: #fff;
        border: none;
        background-color: #20c401;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r2 {
        overflow: hidden;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r2 > ul {
        width: 100%;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r2 > ul > li {
        height: 60px;
        float: left;
        width: 25%;
        background-color: #f7f7f7;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r2 > ul > li > a {
        display: block;
        height: 60px;
        line-height: 1.5em;
        color: #5e5e5e;
        font-size: 13px;
        text-align: center;
        width: 70%;
        margin: 10px auto 0;
    }

    .service-one .service-tab-ul .service-ul .service-li-three .Trow.r2 > ul > li:nth-child(2n) {
        background-color: #f0f0f0;
    }

    .Trow.r2 {
        overflow: hidden;
        margin: 0;
    }

    .Trow.r2 > ul {
        width: 100%;
    }

    .Trow.r2 > ul > li {
        height: 60px;
        float: left;
        width: 25%;
        background-color: #f7f7f7;
    }

    .Trow.r2 > ul > li > a {
        display: block;
        height: 60px;
        line-height: 1.5em;
        color: #5e5e5e;
        font-size: 13px;
        text-align: center;
        width: 70%;
        margin: 10px auto 0;
    }

    .Trow.r2 > ul > li:nth-child(2n) {
        background-color: #f0f0f0;
    }

    /* 表单 */
    .msgRow {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        margin: 20px auto;
        clear: both;
        overflow: hidden;
        min-height: 68px;
    }

    .msgRow .dot {
        font-size: 14px;
        color: #20c401;
        margin-left: 5px;
    }

    .msgRow span.Ttitle {
        font-size: 14px;
        color: #343434;
        font-weight: bold;
        display: block;
        margin-bottom: 8px;
        letter-spacing: 1px;
        clear: both;
        width: 100%;
    }

    .msgRow span.Ttitle > label {
        font-size: 12px;
        color: #a6a6a6;
    }

    .msgRow .Tinput.erro, .msgRow .inputChoose.erro {
        border: 1px solid #e60012 !important;
    }

    .msgRow .sub {
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        padding: 6px 64px;
        border: none;
        border-radius: 5px;
        background-color: #8c8c8c;
        transition: all 0.2s ease-in-out;
        margin-right: 12px;
    }

    .msgRow .sub:hover {
        background-color: #20c401;
    }

    .msgRow .sub.ok {
        background-color: #20c401;
        color: #fff;
    }

    .msgRow .sub.ok + small {
        display: none;
    }

    .msgRow .sub + small {
        font-size: 12px;
        color: #e60012;
        opacity: 0;
        pointer-events: none;
        transform: translateX(30px);
        transition: all 0.3s ease-in-out;
    }

    .msgRow .sub + small.ok {
        opacity: 1;
        transform: translateX(0px);
        pointer-events: auto;
    }

    .msgRow .col {
        float: left;
        display: inline-block;
        width: 30%;
        margin-right: 3%;
    }

    .msgRow .col.input_con > small {
        font-size: 12px;
        display: block;
        color: #a6a6a6;
        margin-bottom: 5px;
    }

    .msgRow .col.input_con > input {
        background-color: #f2f3f5;
        height: 32px;
        width: 100%;
        border: none;
        font-size: 14px;
        box-sizing: border-box;
        padding: 0 5px;
        border-radius: 5px;
        color: #777777;
    }

    .msgRow .col.input_con > textarea {
        width: 100%;
        background-color: #f2f3f5;
        border-radius: 5px;
        border: none;
        height: 120px;
        padding: 10px;
        font-size: 14px;
        color: #777;
    }

    .msgRow .col.radio_con {
        margin-right: 0;
        width: 33%;
        height: 32px;
        line-height: 32px;
    }

    .msgRow .col.radio_con > span {
        font-size: 12px;
        display: inline-block;
        color: #000;
        font-weight: 100;
        margin-right: 8px;
        letter-spacing: 1px;
    }

    .msgRow .col.select_con > select {
        background-color: #f2f3f5;
        height: 32px;
        color: #777777;
        line-height: 32px;
        font-size: 14px;
        width: 100%;
        border: none;
        border-radius: 5px;
    }

    .msgRow .col.choose_con {
        display: none;
    }

    /* 上传图片 */
    .img-box {
        margin-top: 40px;
    }

    .img-box .up-p {
        margin-bottom: 20px;
        font-size: 16px;
        color: #555;
    }

    .z_photo {
        padding: 18px;
        border: 2px dashed #E7E6E6;
        /*padding: 18px;*/
    }

    .z_photo .z_file {
        position: relative;
    }

    .z_file .file {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
    }

    .z_photo .up-section {
        position: relative;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .up-section .close-upimg {
        position: absolute;
        top: 6px;
        right: 8px;
        display: none;
        z-index: 10;
    }

    .up-section .up-span {
        display: block;
        width: 100%;
        height: 100%;
        visibility: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 9;
        background: rgba(0, 0, 0, 0.5);
    }

    .up-section:hover {
        border: 2px solid #f15134;
    }

    .up-section:hover .close-upimg {
        display: block;
    }

    .up-section:hover .up-span {
        visibility: visible;
    }

    .z_photo .up-img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .loading {
        border: 1px solid #D1D1D1;
        /*background: url(../img/loading.gif) no-repeat center;*/
    }

    .up-opcity {
        opacity: 0;
    }

    .img-name-p {
        display: none;
    }

    .upimg-div .up-section {
        width: 190px;
        height: 180px;
    }

    .img-box .upimg-div .z_file {
        width: 190px;
        height: 180px;
    }

    .z_file .add-img {
        display: block;
        width: 190px;
        height: 180px;
    }

    /*遮罩层样式*/
    .mask {
        z-index: 1000;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
    }

    .mask .mask-content {
        width: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -80px;
        background: white;
        height: 160px;
        text-align: center;
    }

    .mask .mask-content .del-p {
        color: #555;
        height: 94px;
        line-height: 94px;
        font-size: 18px;
        border-bottom: 1px solid #D1D1D1;
    }

    .mask-content .check-p {
        height: 66px;
        line-height: 66px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    .mask-content .check-p span {
        width: 49%;
        display: inline-block;
        text-align: center;
        color: #d4361d;
        font-size: 18px;
    }

    .check-p .del-com {
        border-right: 1px solid #D1D1D1;
    }

    .index .banner .slides li.slides-video .video-title {
        top: 2px;
    }

    /* 3.product */
    .product.product-index .product-i-box {
        height: auto;
        padding-top: 0;
    }

    .product.product-index .product-i-box .chanpin-box {
        margin-top: 30px;
    }
    .product.product-index .product-i-box .chanpin-box, .product.product-index .product-i-box .chanpin-tan {
        display: none;
    }
    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .left {
        padding-top: 60px;
    }

    .product.product-index .product-i-box .chanpin-tan .chanpin-tan-box .tan-chanpin.cur .right {
        padding: 40px;
    }

    /*.product.product-index .product-i-box .chanpinM {*/
        /*display: block;*/
        /*padding-bottom: 20px;*/
        /*width: 100vw;*/
        /*overflow: hidden;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM::after {*/
        /*content: '';*/
        /*width: 0;*/
        /*height: 0;*/
        /*display: block;*/
        /*clear: both;*/
        /*visibility: hidden;*/
    /*}*/

    /*.product.product-index .product-i-box .chanpinM .tan-chanpin {*/
        /*width: 200vw;*/
        /*height: 420px;*/
        /*float: left;*/
        /*overflow: hidden;*/
    /*}*/

    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left {*/
        /*width: 100vw;*/
        /*float: left;*/
        /*position: relative;*/
        /*top: 100px;*/
    /*}*/

    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .chanpin-title {*/
        /*display: none;*/
    /*}*/

    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .chanpin-img {*/
        /*width: 100%;*/
        /*height: 250px;*/
        /*position: relative;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .chanpin-img img {*/
        /*position: absolute;*/
        /*left: 0;*/
        /*right: 0;*/
        /*margin: auto;*/
    /*}*/

    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .yema {*/
        /*width: 100%;*/
        /*font-size: 20px;*/
        /*text-align: center;*/
        /*font-weight: bold;*/
    /*}*/

    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-zuo,*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-you {*/
        /*width: 25px;*/
        /*height: 50px;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*z-index: 999;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-zuo {*/
        /*right: 0;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-you {*/
        /*right: -25px;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-zuo div,*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-you div {*/
        /*width: 25px;*/
        /*height: 50px;*/
        /*background-color: #20c401;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-you div {*/
        /*border-radius: 0 25px 25px 0;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-zuo div {*/
        /*border-radius: 25px 0 0 25px;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-zuo div i,*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-you div i {*/
        /*text-align: center;*/
        /*line-height: 50px;*/
        /*display: block;*/
        /*color: #fff;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .left .jian-ti {*/
        /*display: none;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right {*/
        /*width: calc(100vw - 35px);*/
        /*height: 420px;*/
        /*margin-left: 35px;*/
        /*float: left;*/
        /*overflow: auto;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box {*/
        /*height: 100%;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li {*/
        /*width: 310px;*/
        /*height: 176px;*/
        /*background-color: #f5f5f5;*/
        /*margin-top: 97px;*/
        /*margin-right: 30px;*/
        /*position: relative;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-left .li-top {*/
        /*font-size: 16px;*/
        /*font-weight: bold;*/
        /*color: #404040;*/
        /*margin: 20px 0 0 20px;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-left .li-bottom {*/
        /*position: absolute;*/
        /*left: 20px;*/
        /*bottom: 40px;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-left .li-bottom p {*/
        /*font-size: 13px;*/
        /*color: #999999;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-right {*/
        /*position: absolute;*/
        /*left: 50%;*/
        /*bottom: 0;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-flex {*/
        /*width: 100%;*/
        /*height: 26px;*/
        /*position: absolute;*/
        /*bottom: 0;*/
        /*left: 0;*/
        /*z-index: 100;*/
        /*transition: all .3s;*/
        /*display: flex;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-flex a {*/
        /*font-size: 12px;*/
        /*line-height: 26px;*/
        /*color: #fff;*/
        /*text-align: center;*/
        /*flex: 1;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-flex .details {*/
        /*background-color: #000000;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-flex .buy {*/
        /*background-color: #333333;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box ul li .li-flex .line {*/
        /*background-color: #595959;*/
    /*}*/
    .product.product-index .product-i-box .chanpinM {
        width: 100vw;
        display: block;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-left {
        width: 100vw;
        display: flex;
        flex-wrap: wrap;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-left .left {
        width: 50vw;
        margin: 10px 0;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-left .left .chanpin-img {
        height: 200px;
        position: relative;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-left .left .chanpin-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-left .left .yema {
        text-align: center;
        margin-top: -30px;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right {
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 100vw;
        z-index: 111222;
        overflow: auto;
        transition: all .3s;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right.on {
        left: 0;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right {

    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-btn {
        width: 35px;
        height: 35px;
        background-color: #20c401;
        border-radius: 100%;
        position: fixed;
        top: 10px;
        right: -100vw;
        z-index: 100;
        transition: all .3s;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-btn.on {
        right: 10px;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-btn i {
        text-align: center;
        line-height: 35px;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box {
        padding: 0 20px;
    }

    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right {*/
    /*width: calc(100vw - 35px);*/
    /*height: 420px;*/
    /*margin-left: 35px;*/
    /*float: left;*/
    /*overflow: auto;*/
    /*}*/
    /*.product.product-index .product-i-box .chanpinM .tan-chanpin .right .right-box {*/
    /*height: 100%;*/
    /*}*/
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li {
        width: 350px;
        height: 200px;
        background-color: #f5f5f5;
        margin-top: 77px;
        margin-bottom: 20px;
        margin-right: 30px;
        position: relative;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-left .li-top {
        font-size: 16px;
        font-weight: bold;
        color: #404040;
        margin: 20px 0 0 20px;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-left .li-bottom {
        position: absolute;
        left: 20px;
        bottom: 40px;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-left .li-bottom p {
        font-size: 13px;
        color: #999999;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-right {
        position: absolute;
        left: 80%;
        bottom: auto;
        top: 10px;
        right: 10px;
        transform: scale(2);
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-flex {
        width: 100%;
        height: 26px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 100;
        transition: all .3s;
        display: flex;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-flex a {
        font-size: 12px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        flex: 1;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-flex .details {
        background-color: #000000;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-flex .buy {
        background-color: #333333;
    }
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li .li-flex .line {
        background-color: #595959;
    }




    .product.product-bri .page-3 .page-3-yuan {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .product.product-bri .page-3 .page-3-yuan svg {
        width: 457px;
        height: 457px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .product.product-bri .page-3 .page-3-yuan .page-title {
        font-size: 32px;
    }

    .product.product-bri .page-3 .page-3-yuan .page-dian {
        width: 457px;
        height: 457px;
    }

    .product.product-bri .page-6 .page-text p {
        margin-bottom: 50px;
    }

    .product.product-bri .page-6 .page-text .gobuy {
        margin-top: 40px;
    }

    .product.product-cozzia .page-1,
    .product.product-cozzia .page-3,
    .product.product-cozzia .page-4,
    .product.product-cozzia .page-5,
    .product.product-cozzia .page-6,
    .product.product-cozzia .page-7,
    .product.product-cozzia .page-8 {
        // min-height: 1254px;
        min-height: 627px;
    }

    .product.product-cozzia .page-1 .page-img {
        width: 50%;
    }

    .product.product-cozzia .page-1 .page-img img {
        left: 0;
        right: 0;
        margin: auto;
        transform: scale(1.2);
        transform-origin: bottom;
    }

    .product.product-cozzia .page-2 {
        height: 450px;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: center 80%;
    }

    .product.product-cozzia .page-2 .page-img img {
        width: 100%;
    }

    .product.product-cozzia .page-9 .page-text p {
        margin-bottom: 50px;
    }

    .product.product-cozzia .page-9 .page-text .gobuy {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .product.product-fuji .page-7 .page-text p {
        margin-bottom: 50px;
    }

    .product.product-fuji .page-7 .page-text .gobuy {
        margin-top: 40px;
    }

    .product.product-medisana .page-1 .width-1200 .page-1-left img, .product.product-medisana .page-1 .width-1200 .page-1-right img {
        width: 100%;
    }

    .product.product-medisana .page-1 .width-1200 .page-1-left {
        left: 0;
    }

    .product.product-medisana .page-2 .page-text {
        margin-top: 60px;
    }

    .product.product-medisana .page-2 .slider .slider-img ul li img {
        height: auto;
    }

    .product.product-medisana .page-3 .page-text {
        margin-top: 60px;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-left, .product.product-medisana .page-3 .page-3-box .page-3-right {
        bottom: 20px;
        display: none;
    }

    .product.product-medisana .page-3 .page-3-box .page-3-left .list, .product.product-medisana .page-3 .page-3-box .page-3-right .list {
        margin-bottom: 20px;
    }

    .product.product-medisana .page-4 .page-text p {
        margin-bottom: 20px;
        min-height: 72px;
    }

    .product.product-medisana .page-4 .page-text .gobuy {
        margin-top: 0;
        margin-bottom: 40px;
    }

    /* cooperation-agent */
    .cooperation-agent .banner {
        height: 200px;
        padding-top: 50px;
    }

    .video-box .video-video {
        width: 100%;
        height: 240px;
    }



    .new {
        overflow-x: hidden;
    }

    .new .banner {
        height: 200px;
    }

    .new .banner .component .Tmsg {
        height: 100px;
    }

    .new .banner .component .Tmsg > small {
        display: none;
        height: auto;
        line-height: 24px;
        margin-bottom: 10px;
        position: absolute;
        right: 74px;
        top: 50px;
    }

    .new .banner .component .Tmsg > small::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        clear: both;
        visibility: hidden;
    }

    .new .banner .component .Tmsg > small .Tpage {
        color: #20c401;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        vertical-align: middle;
        margin-left: 70px;
    }

    .new .banner .component .Tmsg > small > b {
        width: auto;
        padding: 0;
        display: block;
        float: left;
    }

    .new .banner .component .Tmsg > small > span {
        display: none;
        /*color: rgba(255, 255, 255, 0.5);*/
        /*font-size: 16px;*/
        /*float: left;*/
        /*line-height: 24px;*/
        /*display: block;*/
        /*vertical-align: super;*/
        /*margin-left: 5px;*/
        /*margin-top: -8px;*/
    }

    .new .banner .component .Tmsg > ul > li {
        font-size: 14px;
        line-height: 1.5em;
        max-width: 100%;
        width: 100%;
    }

    .new .banner .component .Tmsg nav {
        position: absolute;
        width: 120px;
        height: 50px;
        right: 40px;
        top: 37px;
        display: none;
    }

    .new .banner .component .Tmsg nav > a {
        width: 18px;
        cursor: pointer;
        opacity: 0.5;
        transition: all 0.2s ease-in-out;
    }

    .new .banner .component .Tmsg nav > a:hover {
        opacity: 1;
    }

    .new .banner .component .Tmsg > ol {
        width: 130px;
        left: 0;
        right: 0;
        bottom: -170px;
        margin: auto;
    }

    .new .banner .component .Tmsg > ol > li {
        float: left;
        cursor: pointer;
        display: inline-block;
        background: transparent;
        box-shadow: none;
        text-indent: 0;
        margin: 0 6px;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
        color: rgba(255, 255, 255, 0.5);
        font-weight: bold;
        transition: all .3s;
    }

    .new .banner .component .Tmsg > ol > li.on {
        color: #fff;
    }

    .new .Tpage {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .new .Tpage .Ttop {
        margin-top: 60px;
    }

    .new .Tpage .Ttop .type {
        overflow: hidden;
    }

    .msgRow .col.input_con > input, .msgRow .shengshi > select, .msgRow .shengshi > option {
        text-indent: 10px;
    }

    .new .Tpage .Ttop .type > li {
        display: inline-block;
        float: left;
        color: rgba(37, 37, 37, 0.2);
        font-size: 24px;
        font-weight: bold;
        height: 72px;
        line-height: 88px;
        margin-right: 30px;
        position: relative;
        transform-origin: 50% 50%;
        transition: all .3s;
    }

    .new .Tpage .Ttop .type > li:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #20c401;
        left: 0;
        right: 0;
        margin: auto;
        transition: all .3s;
    }

    .new .Tpage .Ttop .type > li:hover:after {
        height: 2px;
        width: 100%;
    }

    .new .Tpage .Ttop .type > li.on {
        color: #252525;
        font-size: 24px;
        line-height: 72px;
    }

    .new .Tpage .Ttop .type > li.on:after {
        height: 2px;
        width: 100%;
    }

    .new .Tpage .Tmid .part {
        padding: 50px 0;
    }

    .new .Tpage .Tmid .part > li {
        position: relative;
        padding: 10px 0;
        transition: all 0.3s ease-in-out;
    }

    .new .Tpage .Tmid .part > li:hover {
        transform: translateX(0);
    }

    .new .Tpage .Tmid .part > li:hover:after {
        height: 100%;
    }

    .new .Tpage .Tmid .part > li:hover .Tdate > i {
        transition-delay: 0.2s;
        background-color: #20c401;
        color: #fff;
    }

    .new .Tpage .Tmid .part > li:after {
        display: none;
    }

    .new .Tpage .Tmid .part > li > img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        border-radius: 5px;
        width: 60px;
        height: 39px;
    }

    .new .Tpage .Tmid .part > li .Tmsg {
        padding: 0;
        padding-left: 80px;
        width: calc(100% - 90px);
    }

    .new .Tpage .Tmid .part > li .Tmsg h5 {
        font-size: 14px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new .Tpage .Tmid .part > li .Tmsg p {
        font-size: 12px;
        color: #a6a6a6;
        height: 40px;
        overflow: hidden;
    }

    .new .Tpage .Tmid .part > li .Tdate {
        position: absolute;
        right: 0;
        top: 20px;
        padding-right: 0;
    }

    .new .Tpage .Tmid .part > li .Tdate > span {
        display: inline-block;
        font-size: 14px;
        color: rgba(38, 38, 38, 0.3);
        text-align: right;
        position: relative;
        padding-right: 0;
    }

    .new .Tpage .Tmid .part > li .Tdate > span:after {
        display: none;
    }

    .new .Tpage .Tmid .part > li .Tdate > span > b {
        font-size: 18px;
        display: block;
        color: #262626;
        height: 24px;
    }

    .new .Tpage .Tmid .part > li .Tdate > i {
        display: none;
    }

    .new .Tpage .Tbtm {
        text-align: center;
    }

    .new .Tpage .Tbtm .Tmore {
        text-align: center;
        color: #333;
        border: 1px solid #e1e1e1;
        border-radius: 50px;
        padding: 5px 30px;
        letter-spacing: 2px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .new .Tpage .Tbtm .Tmore:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 1px;
        border-radius: 50%;
        background-color: transparent;
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        transition: all 0.4s cubic-bezier(0, 0.78, 0.7, 0.67);
    }

    .new .Tpage .Tbtm .Tmore:hover {
        color: #333;
    }

    .new .Tpage .Tbtm .Tmore:hover:after {
        opacity: 1;
        width: 100px;
        height: 100px;
    }

    .new_detail .banner {
        position: relative;
    }

    .new_detail .banner .picBox {
        background-color: #000;
        height: 200px;
    }

    .new_detail .banner .picBox > img {
        opacity: 0.5;
    }

    .new_detail .banner .Tmsg {
        position: absolute;
        width: 90%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 90%;
        margin: auto;
    }

    .new_detail .banner .Tmsg > span {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        position: absolute;
        height: 70px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 1.5em;
        display: none;
    }

    .new_detail .banner .Tmsg .Tdate {
        position: absolute;
        right: 0;
        bottom: 20px;
        padding-right: 0;
    }

    .new_detail .banner .Tmsg .Tdate > span {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        text-align: right;
        position: relative;
    }

    .new_detail .banner .Tmsg .Tdate > span > b {
        font-size: 18px;
        display: block;
        color: #fff;
        font-weight: bold;
        height: auto;
    }

    .new_detail .Tpage .Tmid {
        width: 100%;
        position: relative;
        margin: 70px auto;
        max-width: 100%;
        padding-right: 0;
    }

    .new_detail .Tpage .Tmid > h4 {
        font-size: 20px;
        font-weight: bold;
        color: #404040;
        margin-bottom: 30px;
        text-align: left;
    }

    .new_detail .Tpage .Tmid .Tmsg > p {
        color: #8c8c8c;
        font-size: 13px;
        line-height: 200%;
    }

    .new_detail .Tpage .Tmid .Tmsg img {
        width: 90%;
        margin: 32px auto;
        display: block;
    }

    .new_detail .Tpage .Tmid .return {
        display: none;
    }

    .tech_detail .banner {
        position: relative;
    }

    .tech_detail .banner .picBox {
        height: 200px;
        background-color: #000;
    }

    .tech_detail .banner .picBox > img {
        opacity: 0.5;
    }

    .tech_detail .banner .Tmsg {
        position: absolute;
        width: 90%;
        top: 90px;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: auto;
        text-align: center;
        height: 175px;
    }

    .tech_detail .banner .Tmsg > small {
        display: block;
        color: #fff;
        font-size: 18px;
    }

    .tech_detail .banner .Tmsg > span {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        display: block;
        letter-spacing: 4px;
    }

    .tech_detail .Tpage .Tmid {
        position: relative;
        margin: 40px auto;
        box-sizing: border-box;
    }

    .tech_detail .Tpage .Tmid .max-wid {
        max-width: 100%;
        width: 100%;
        font-size: 13px;
        line-height: 24px;
    }

    .tech_detail .Tpage .Tmid .title {
        font-size: 24px;
        color: #000;
        position: relative;
        text-align: center;
        padding-bottom: 10px;
        font-weight: unset;
        letter-spacing: 2px;
        margin: auto;
    }

    .tech_detail .Tpage .Tmid .title:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 3px;
        width: 50px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #20c401;
    }

    .tech_detail .Tpage .Tmid .numChat {
        display: block;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 50px;
        border-right: 1px solid #eee;
    }

    .tech_detail .Tpage .Tmid .numChat > li {
        display: inline-block;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
    }

    .tech_detail .Tpage .Tmid .numChat > li:after {
        display: none;
    }

    .tech_detail .Tpage .Tmid .numChat > li .Tnum {
        float: left;
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box;
        text-align: right;
        color: #20c401;
        font-size: 40px;
        letter-spacing: 3px;
        height: 48px;
        line-height: 48px;
    }

    .tech_detail .Tpage .Tmid .numChat > li .Ttxt {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
    }

    .tech_detail .Tpage .Tmid .numChat > li .Ttxt > a {
        display: block;
        font-size: 13px;
        color: #333333;
        font-weight: bold;
    }

    .tech_detail .Tpage .Tmid .numChat > li .Ttxt > a > b {
        color: #8c8c8c;
        font-size: 13px;
        font-weight: 500;
    }

    .tech_detail .Tpage .Tmid > small {
        color: #8c8c8c;
        font-size: 13px;
        display: block;
        margin: 20px auto;
    }

    .tech_detail .Tpage .Tmid > p {
        font-size: 13px;
        color: #8c8c8c;
        line-height: 180%;
        max-width: 100%;
        width: 100%;
        margin: auto;
    }

    .tech_detail .Tpage .Tmid .Tmsg {
        margin: 40px auto;
    }

    .tech_detail .Tpage .Tmid .Tmsg h4 {
        text-align: center;
        margin-bottom: 30px;
    }

    .tech_detail .Tpage .Tmid .Tmsg > p {
        font-size: 13px;
        text-align: center;
        color: #8c8c8c;
        line-height: 180%;
        max-width: 100%;
        width: 100%;
        margin: auto;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        margin: 40px -10px;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li {
        display: inline-block;
        padding: 10px;
        width: 50%;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .picBox {
        height: 320px;
        overflow: hidden;
        filter: grayscale(0);
        transition: all 0.3s ease-in-out;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .Tcon {
        width: 100%;
        margin-left: 5%;
        padding: 0;
        transition: all 0.3s ease-in-out;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .Tcon > a {
        opacity: 1;
    }
    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .Tcon > a > span {
        font-size: 13px;
    }
    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .Tcon > a.icon-arrow {
        display: none;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .Tcon > span {
        position: relative;
        display: block;
        font-size: 14px;
        color: #999999;
        background: #fff;
        margin: 0;
        margin-top: 0;
        height: 34px;
        line-height: 1.5em;
        text-align: center;
        transition-delay: 0.2s;
        transition: all 0.2s ease-in-out;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .Tcon > span:after {
        content: attr(data-num);
        position: absolute;
        color: #20c401;
        font-size: 80px;
        letter-spacing: 2px;
        left: -20px;
        top: 0px;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        transform: scale(0.3);
        transition-delay: 0.1s;
        transition: all 0.3s ease-in-out;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .Tcon > span > a {
        position: absolute;
        display: inline-block;
        font-size: 32px;
        color: #20c401;
        right: -20px;
        top: 0;
        height: 100%;
        line-height: 100%;
        opacity: 0;
        pointer-events: none;
        transform: translateX(-30px);
        transition-delay: 0.4s;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li .Tcon > p {
        font-size: 13px;
        color: #8c8c8c;
        line-height: 180%;
        max-height: 46px;
        overflow: hidden;
        word-break: break-all;
        opacity: 1;
        pointer-events: none;
        transition-delay: 0.2s;
        transition: all 0.2s ease-in-out;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li:hover .picBox {
        filter: grayscale(0%);
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li:hover .Tcon {
        box-shadow: 0 3px 50px rgba(190, 190, 190, 0.42);
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li:hover .Tcon > span {
        font-size: 16px;
        color: #333;
        text-align: center;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li:hover .Tcon > span:after {
        display: none;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li:hover .Tcon > span > a {
        opacity: 0;
    }

    .tech_detail .Tpage .Tmid .Tmsg .picItem > li:hover .Tcon > p {
        opacity: 1;
        pointer-events: auto;
        margin-top: 14px;
    }

    .contact .banner {
        position: relative;
        height: 200px;
    }

    .contact .banner .picBox {
        height: 200px;
    }

    .contact .banner .picBox > img {
        opacity: 1;
        height: 100%;
    }

    .contact .Tpage .Tmid {
        max-width: 100%;
        width: 100%;
        margin: 70px auto;
        overflow: visible;
        clear: both;
    }

    .contact .Tpage .Tmid .left {
        float: left;
        width: 100%;
    }

    .contact .Tpage .Tmid .left .msgList {
        margin-bottom: 20px;
    }

    .contact .Tpage .Tmid .left .msgList h3 {
        display: none;
    }

    .contact .Tpage .Tmid .left .msgList p {
        line-height: 200%;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
    }

    .contact .Tpage .Tmid .left .msgList p > span {
        font-size: 17px;
        font-weight: bold;
        color: #404040;
    }

    .contact .Tpage .Tmid .left .msgList p > small {
        display: block;
        font-size: 14px;
        color: #8b8c8c;
    }

    .contact .Tpage .Tmid .right {
        float: right;
        width: 100%;
    }

    .contact .Tpage .Tmid .right .dot {
        font-size: 14px;
        color: #20c401;
        margin-left: 5px;
    }

    .contact .Tpage .Tmid .right .title {
        margin-bottom: 40px;
    }

    .contact .Tpage .Tmid .right .title > h5 {
        color: #979999;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 100;
    }

    .contact .Tpage .Tmid .right .title > h5 > b {
        font-size: 24px;
        color: #333;
    }

    .contact .Tpage .Tmid .right .title > small {
        font-size: 14px;
        display: inline-block;
        color: #595959;
        line-height: 200%;
        margin-bottom: 32px;
    }

    .contact .Tpage .Tmid .right .title > div {
        font-size: 14px;
        color: #262626;
        line-height: 200%;
    }

    .contact .Tpage .Tmid .right .title > div > span {
        font-size: 12px;
        color: #a6a6a6;
        display: block;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        margin: 32px auto;
        clear: both;
        overflow: unset;
        min-height: 0;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow:nth-child(1) .col {
        width: 49%;
        margin-right: 2%;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow:nth-child(1) .col:nth-child(2) {
        margin-right: 0;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow:nth-child(1) .col:nth-child(3) {
        width: 100%;
        margin-top: 30px;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow span.Ttitle {
        font-size: 14px;
        color: #343434;
        font-weight: bold;
        display: block;
        margin-bottom: 8px;
        letter-spacing: 1px;
        clear: both;
        width: 100%;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow span.Ttitle > label {
        font-size: 12px;
        color: #a6a6a6;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .Tinput.erro, .contact .Tpage .Tmid .right .Tcon .msgRow .inputChoose.erro {
        border: 1px solid #e60012 !important;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .sub {
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        padding: 6px 64px;
        border: none;
        border-radius: 5px;
        background-color: #20c401;
        transition: all 0.2s ease-in-out;
        margin-right: 12px;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .sub:hover {
        background-color: #20c401;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .sub.ok {
        background-color: #20c401;
        color: #fff;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .sub.ok + small {
        display: none;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .sub + small {
        font-size: 12px;
        color: #e60012;
        opacity: 0;
        pointer-events: none;
        transform: translateX(30px);
        transition: all 0.3s ease-in-out;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .sub + small.ok {
        opacity: 1;
        transform: translateX(0px);
        pointer-events: auto;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .col {
        float: left;
        display: inline-block;
        width: 30%;
        margin-right: 3%;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .col.input_con > small {
        font-size: 12px;
        display: block;
        color: #a6a6a6;
        margin-bottom: 5px;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .col.input_con > input {
        background-color: #f2f3f5;
        height: 32px;
        width: 100%;
        border: none;
        font-size: 14px;
        box-sizing: border-box;
        padding: 0 5px;
        border-radius: 5px;
        color: #777777;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .col.input_con > textarea {
        width: 100%;
        background-color: #f2f3f5;
        border-radius: 5px;
        border: none;
        height: 120px;
        padding: 10px;
        font-size: 14px;
        color: #777;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .col.radio_con {
        margin-right: 0;
        width: 33%;
        height: 32px;
        line-height: 32px;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .col.radio_con > span {
        font-size: 12px;
        display: inline-block;
        color: #000;
        font-weight: 100;
        margin-right: 8px;
        letter-spacing: 1px;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .col.select_con > select {
        background-color: #f2f3f5;
        height: 32px;
        color: #777777;
        line-height: 32px;
        font-size: 14px;
        width: 100%;
        border: none;
        border-radius: 5px;
    }

    .contact .Tpage .Tmid .right .Tcon .msgRow .col.choose_con {
        display: none;
    }

    .buy .banner {
        position: relative;
    }

    .buy .banner .picBox {
        background-color: #000;
    }

    .buy .banner .picBox > img {
        opacity: 1;
    }

    .buy .Tpage .Tmid {
        max-width: 100%;
        width: 100%;
        margin: 40px auto;
        overflow: visible;
        clear: both;
    }

    .buy .Tpage .Tmid .right {
        float: right;
        width: 100%;
    }

    .buy .Tpage .Tmid .right .dot {
        font-size: 14px;
        color: #20c401;
        margin-left: 5px;
    }

    .buy .Tpage .Tmid .right .title {
        margin-bottom: 0;
    }

    .buy .Tpage .Tmid .right .title > h5 {
        color: #979999;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 100;
    }

    .buy .Tpage .Tmid .right .title > h5 > b {
        font-size: 24px;
        color: #333;
    }

    .buy .Tpage .Tmid .right .title > small {
        font-size: 13px;
        display: inline-block;
        color: #595959;
        line-height: 200%;
        margin-bottom: 20px;
    }

    .buy .Tpage .Tmid .right .title > div {
        font-size: 14px;
        color: #262626;
        line-height: 200%;
    }

    .buy .Tpage .Tmid .right .title > div > span {
        font-size: 12px;
        color: #a6a6a6;
        display: block;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        clear: both;
        overflow: hidden;
        min-height: 68px;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow span.Ttitle {
        font-size: 14px;
        color: #343434;
        font-weight: bold;
        display: block;
        margin-bottom: 8px;
        letter-spacing: 1px;
        clear: both;
        width: 100%;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow span.Ttitle > label {
        font-size: 12px;
        color: #a6a6a6;
        font-weight: 400;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .Tinput.erro, .buy .Tpage .Tmid .right .Tcon .msgRow .inputChoose.erro {
        border: 1px solid #e60012 !important;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .sub {
        background-color: #20c401;
        margin-top: 24px;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .sub:hover {
        text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .sub.ok {
        background-color: #20c401;
        color: #fff;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .sub.ok + small {
        display: none;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .sub + small {
        font-size: 12px;
        color: #e60012;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .sub + small.ok {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        pointer-events: auto;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col {
        float: left;
        display: inline-block;
        width: 100%;
        margin-right: 3%;
        margin-top: 20px;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col.col31 {
        width: 100%;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col.input_con > small {
        font-size: 12px;
        display: block;
        color: #a6a6a6;
        margin-bottom: 5px;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col.input_con > input {
        background-color: #f2f3f5;
        height: 32px;
        width: 100%;
        border: none;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px;
        border-radius: 5px;
        color: #777777;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col.input_con > textarea {
        width: 100%;
        background-color: #f2f3f5;
        border-radius: 5px;
        border: none;
        height: 120px;
        padding: 10px;
        font-size: 14px;
        color: #777;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col.radio_con {
        margin-right: 0;
        width: 33%;
        height: 32px;
        line-height: 32px;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col.radio_con > span {
        font-size: 12px;
        display: inline-block;
        color: #000;
        font-weight: 100;
        margin-right: 8px;
        letter-spacing: 1px;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col.select_con > select {
        background-color: #f2f3f5;
        height: 32px;
        color: #777777;
        line-height: 32px;
        font-size: 14px;
        width: 100%;
        border: none;
        border-radius: 5px;
    }

    .buy .Tpage .Tmid .right .Tcon .msgRow .col.choose_con {
        display: none;
    }

    .intro .banner {
        position: relative;
    }

    .intro .Tpage .Tmid .Trow.intro-pd-t {
        padding-top: 0;
    }

    .intro .banner .picBox {
        background-color: #000;
        height: 200px;
        background-size: cover;
        background-position: center center;
    }

    .intro .banner .picBox > img {
        display: none;
        opacity: 0.5;
    }

    .intro .banner .Tmsg {
        position: absolute;
        width: 80%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: auto;
    }

    .intro .banner .Tmsg > span {
        color: #fff;
        font-size: 20px;
        font-weight: 100;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: absolute;
        height: 120px;
        top: -160px;
        bottom: 0;
        margin: auto;
        line-height: 120px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .intro .banner .Tmsg > span:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #20c401;
        opacity: 0;
    }

    .intro .banner .Tmsg > span > small {
        font-size: 42px;
        display: block;
        text-align: center;
        letter-spacing: 5px;
    }

    .intro .Tpage .Tmid b.gDot {
        color: #20c401;
        vertical-align: sub;
    }

    .intro .Tpage .Tmid .Trow {
        width: 100%;
        max-width: 100%;
        padding-top: 30px;
    }

    .intro .Tpage .Tmid .Trow.r1 .title {
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .intro .Tpage .Tmid .Trow.r1 .title h5 {
        color: #979999;
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 10px;
    }

    .intro .Tpage .Tmid .Trow.r1 .title h5 > b {
        color: #333;
        font-size: 24px;
        margin-right: 3px;
    }

    .intro .Tpage .Tmid .Trow.r1 .title small {
        font-size: 18px;
        color: #404040;
    }

    .intro .Tpage .Tmid .Trow.r1 .Tcon {
        position: relative;
        padding: 0;
        margin-bottom: 20px;
    }

    .intro .Tpage .Tmid .Trow.r1 .Tcon .Titem {
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .intro .Tpage .Tmid .Trow.r1 .Tcon .Titem > li {
        width: 48%;
        margin: 20px 0 0 0;
    }

    .intro .Tpage .Tmid .Trow.r1 .Tcon .Titem > li:nth-child(2) {
        margin-left: 2%;
    }

    .intro .Tpage .Tmid .Trow.r1 .Tcon .Titem > li h5 {
        font-size: 16px;
        color: #333;
    }

    .intro .Tpage .Tmid .Trow.r1 .Tcon .Titem > li h5 > b {
        font-size: 24px;
        margin-right: 4px;
    }

    .intro .Tpage .Tmid .Trow.r1 .Tcon .Titem > li small {
        font-size: 13px;
        color: #8b8c8c;
    }

    .intro .Tpage .Tmid .Trow.r1 .Tcon > img {
        position: unset;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        max-width: 100%;
    }

    .intro .Tpage .Tmid .Trow.r2 {
        overflow: hidden;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 32px;
    }

    .intro .Tpage .Tmid .Trow.r2 .left {
        font-size: 14px;
        color: #999999;
        float: left;
        width: 100%;
        line-height: 180%;
    }

    .intro .Tpage .Tmid .Trow.r2 .left > ul > li {
        color: #8c8c8c;
        font-size: 13px;
        padding-left: 13px;
        position: relative;
        margin-bottom: 6px;
    }

    .intro .Tpage .Tmid .Trow.r2 .left > ul > li:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #20c401;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .intro .Tpage .Tmid .Trow.r2 .right {
        float: right;
        width: 100%;
        color: #b3b3b3;
        font-size: 12px;
        line-height: 180%;
    }

    .intro .Tpage .Tmid .Trow.r2 .right > ul > li {
        color: #8c8c8c;
        font-size: 13px;
        padding-left: 13px;
        position: relative;
        margin-bottom: 6px;
    }

    .intro .Tpage .Tmid .Trow.r2 .right > ul > li:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #20c401;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .intro .Tpage .Tmid > .picBox {
        height: 265px;
        width: 100%;
        position: relative;
        background-attachment: fixed !important;
    }

    .intro .Tpage .Tmid > .picBox > span {
        position: absolute;
        z-index: 2;
        display: inline-block;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        text-align: right;
        width: 80%;
        max-width: 100%;
        margin: auto;
        bottom: -48px;
        left: 0;
        right: 0;
    }

    .intro .Tpage .Tmid > .picBox > span > b {
        color: #fff;
        font-size: 100px;
    }

    .intro .Tpage .Tmid > .picBox:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .intro .Tpage .Tmid .goodsCon {
        overflow: hidden;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt {
        padding-top: 200px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component {
        height: 460px;
        background-color: transparent;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .itemwrap {
        overflow: visible;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .itemwrap > li {
        background-color: transparent;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg {
        position: absolute;
        opacity: 1;
        width: 100%;
        bottom: calc(100% + 20px);
        z-index: 100;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg > small {
        opacity: 0;
        pointer-events: none;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg > nav {
        display: none;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange {
        overflow: hidden;
        position: relative;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange > li {
        position: relative;
        width: calc(100% / 3);
        float: left;
        cursor: pointer;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange > li.on:after {
        opacity: 0;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange > li.on > .back {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        /*-ms-filter: grayscale(0%);*/
        -o-filter: grayscale(0%);
        filter: grayscale(0%) blur(0px);
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange > li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.5;
        z-index: 2;
        transition: all 0.3s ease-in-out;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange > li > .back {
        width: 100%;
        height: 100%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        /*-ms-filter: grayscale(100%);*/
        -o-filter: grayscale(100%);
        filter: grayscale(100%) blur(5px);
        transition: all 0.3s ease-in-out;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange > li > img.logo {
        width: 70%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 5;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange > span {
        position: absolute;
        display: inline-block;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        text-align: right;
        width: 80%;
        max-width: 100%;
        margin: auto;
        bottom: -48px;
        left: 0;
        right: 0;
        z-index: 5;
        pointer-events: none;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component > .Tmsg .pageChange > span > b {
        color: #fff;
        font-size: 100px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > h5 {
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > h5 img {
        height: 40px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg {
        padding: 20px 0;
        overflow: hidden;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .left {
        float: left;
        width: 100%;
        position: relative;
        padding-bottom: 50px;
        height: 140px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .left p > b {
        font-size: 18px;
        color: #333;
        display: block;
        margin-bottom: 2px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .left p > span {
        font-size: 13px;
        color: #5e5e5e;
        display: block;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .left p > small {
        font-size: 13px;
        color: #8c8c8c;
        display: block;
        margin: 10px 0;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .right {
        float: right;
        width: 100%;
        position: relative;
        padding-bottom: 50px;
        height: 180px;
        top: 20px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .right > ul > li {
        color: #8c8c8c;
        font-size: 13px;
        padding-left: 13px;
        position: relative;
        margin-bottom: 6px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .right > ul > li:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #20c401;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .Tbtm {
        font-size: 13px;
        color: #333;
        font-weight: bold;
        text-align: center;
        background-color: #f2f3f5;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .Tbtm > b {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .right ul {
        margin-top: 50px;
    }
    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .Tmsg .right .Tbtm {
        top: 0;
        bottom: auto;
    }

    .join-social .banner {
        position: relative;
    }

    .join-social .banner .picBox {
        background-color: #000;
    }

    .join-social .banner .picBox > img {
        opacity: 0.5;
    }

    .join-social .banner .Tmsg {
        position: absolute;
        width: 80%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: auto;
    }

    .join-social .banner .Tmsg > span {
        color: #fff;
        font-size: 52px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: absolute;
        height: 120px;
        top: -160px;
        bottom: 0;
        margin: auto;
        line-height: 120px;
        letter-spacing: 10px;
    }

    .join-social .banner .Tmsg > span:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #20c401;
    }

    .join-social .banner .Tmsg > span > small {
        font-size: 52px;
        display: block;
        text-align: center;
        letter-spacing: 5px;
    }

    .join-social .Tpage .Tmid {
        width: 100%;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
        background-color: #fff;
        padding: 30px 2px;
        box-shadow: none;
    }

    .join-social .Tpage .Tmid:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 20px;
        top: -40px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .right-btn {
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }
    .intro .Tpage .Tmid .goodsCon .Ttxt #component .txtList > .right-btn a {
        font-size: 14px;
        color: #20c401;
    }

    .join-social .Tpage .Tmid .title {
        color: #20c401;
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .join-social .Tpage .Tmid form {
        border-bottom: 1px solid #b5b5b5;
        float: none;
        margin: 0 20px;
    }

    .join-social .Tpage .Tmid form input, .join-social .Tpage .Tmid form button {
        height: auto;
        margin-top: 17px;
        background-color: transparent;
        border: none;
    }

    .join-social .Tpage .Tmid form input {
        width: 89%;
        font-size: 14px;
        color: #b5b5b5;
        text-indent: 10px;
    }

    .join-social .Tpage .Tmid form button {
        color: #b5b5b5;
        margin-right: 10px;
        float: right;
    }

    .join-social .Tpage .Tmid .Tcon {
        width: 100%;
        margin: auto;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox {
        overflow: hidden;
        min-height: 280px;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .firstRow {
        height: 38px !important;
        border-bottom: 2px solid #20c401;
        overflow: visible !important;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .firstRow .col {
        font-size: 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 700;
        line-height: 40px !important;
        letter-spacing: 1px;
        color: #333 !important;
        position: relative;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .firstRow .col > span {
        font-size: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 1px;
        color: #333;
        display: inline-block;
        height: 36px;
        cursor: pointer;
        margin-right: 0;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .firstRow .col > ul.down {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 100;
        display: none;
        left: 0;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .firstRow .col > ul.down > li {
        display: inline-block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.08rem;
        background-color: #efefef;
        float: left;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        -webkit-box-shadow: 0 5px 10px rgba(117, 117, 117, 0.56);
        box-shadow: 0 5px 10px rgba(117, 117, 117, 0.56);
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .firstRow .col > ul.down > li > span {
        color: #868585;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 12px;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .firstRow .col > ul.down > li:hover {
        background-color: #20c401;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .firstRow .col > ul.down > li:hover > span {
        color: #fff;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .list {
        overflow: hidden;
        height: 40px;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .list.myClick {
        cursor: pointer;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .list .col {
        float: left;
        width: calc((100% - 105px) / 3);
        display: inline-block;
        height: 100%;
        font-size: 13px;
        border-right: 1px solid #fff;
        text-align: center;
        line-height: 40px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #9f9f9f;
    }
    .join-social .Tpage .Tmid .Tcon .msgBox .list .col:nth-child(2) {
        width: 105px;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .list .col:first-child {
        text-align: left;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .list .col:last-child {
        border: none;
        // text-align: right;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .list a.col {
        font-weight: 100;
        font-size: 14px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .list a.col:hover {
        color: #20c401;
        text-decoration: underline;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downList div.col {
        color: #20c401;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox {
        background-color: #f5f5f5;
        padding-bottom: 1.5rem;
        padding-top: 20px;
        display: none;
        position: relative;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px;
        border-color: transparent transparent #f5f5f5 transparent;
        width: 0;
        height: 0;
        top: -30px;
        left: -20px;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox .Tmsg {
        overflow: auto;
        padding: 0 20px;
        max-height: 280px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*-webkit-box-align: center;*/
        /*-moz-box-align: center;*/
        /*-ms-flex-align: center;*/
        /*align-items: center;*/
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox .Tmsg .msgList {
        padding-top: 1.5rem;
        width: 100%;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox .Tmsg .msgList h4 {
        font-size: 15px;
        color: #404040;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox .Tmsg .msgList p {
        font-size: 13px;
        line-height: 28px;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox .Tmsg .msgList p > span {
        font-size: 13px;
        line-height: 28px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        max-width: 100%;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox .Tmsg .listBtm {
        text-align: center;
        margin-top: 26px;
        width: 100%;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox .Tmsg .listBtm > a {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 12px;
        background-color: #20c401;
        width: 108px;
    }

    .join-social .Tpage .Tmid .Tcon .msgBox .downBox .Tmsg .listBtm > a > i {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: 20px;
        vertical-align: sub;
        margin-left: 12px;
    }

    .join-social .Tpage .Tmid .Tcon .Tbtm {
        text-align: center;
    }
    .join-social .Tpage {
        padding-left: 20px;
        padding-right: 20px;
    }

    .join-social .Tpage .Tmid .Tcon .Tbtm .Tmore {
        text-align: center;
        color: #333;
        border: 1px solid #e1e1e1;
        border-radius: 50px;
        padding: 5px 30px;
        letter-spacing: 2px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .join-social .Tpage .Tmid .Tcon .Tbtm .Tmore:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 1px;
        border-radius: 50%;
        background-color: #20c401;
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0, 0.78, 0.7, 0.67);
        -o-transition: all 0.4s cubic-bezier(0, 0.78, 0.7, 0.67);
        transition: all 0.4s cubic-bezier(0, 0.78, 0.7, 0.67);
    }

    .join-social .Tpage .Tmid .Tcon .Tbtm .Tmore:hover {
        color: #fff;
    }

    .join-social .Tpage .Tmid .Tcon .Tbtm .Tmore:hover:after {
        opacity: 1;
        width: 200px;
        height: 200px;
    }

    .join-school .banner, .join-social .banner {
        position: relative;
    }

    .join-school .banner .picBox, .join-social .banner .picBox {
        background-color: #000;
    }

    .join-school .banner .picBox > img, .join-social .banner .picBox > img {
        opacity: 0.5;
    }

    .join-school .banner .Tmsg, .join-social .banner .Tmsg {
        position: absolute;
        width: 80%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: auto;
    }

    .join-school .banner .Tmsg > span, .join-social .banner .Tmsg > span {
        font-size: 24px;
        height: 50px;
        top: -40px;
        line-height: 1.5em;
    }
    .join-school .banner .Tmsg > span span, .join-social .banner .Tmsg > span span {
        display: none;
    }

    .join-school .banner .Tmsg > span:after, .join-social .banner .Tmsg > span:after {
        display: none;
    }

    .join-school .banner .Tmsg > span > small, .join-social .banner .Tmsg > span > small {
        font-size: 24px;
        display: block;
        text-align: center;
        letter-spacing: 5px;
    }

    .join-school .Tpage .Tmid {
        width: 100%;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        transform: translateY(-60px);
        background-color: #fff;
        padding: 30px 0;
        padding-top: 0;
        box-shadow: none;
    }

    .join-school .Tpage .Tmid > ul.top {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: #8c8c8c;
    }

    .join-school .Tpage .Tmid > ul.top > li {
        display: inline-block;
        float: left;
        width: 25%;
        height: 60px;
    }

    .join-school .Tpage .Tmid > ul.top > li > a {
        display: inline-block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        position: relative;
        z-index: 5;
        overflow: hidden;
    }

    .join-school .Tpage .Tmid > ul.top > li > a.on {
        background-color: #20c401;
    }

    .join-school .Tpage .Tmid > ul.top > li > a:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 1px;
        background-color: transparent;
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.26, 0.75, 0.26, 0.74);
    }

    .join-school .Tpage .Tmid > ul.top > li > a:hover:after {
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    .join-school .Tpage .Tmid .Tcon #Tpart2 {
        padding: 40px 0 20px;
    }
    .join-school .Tpage .Tmid .Tcon #Tpart3 {
        height: 310px;
    }

    .join-school .Tpage .Tmid .Tcon .list {
        width: 100%;
        margin: auto;
        padding: 20px 0 0;
    }

    .join-school .Tpage .Tmid .Tcon .list .title {
        font-size: 24px;
        font-weight: bold;
        height: 60px;
        line-height: 60px;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

    .join-school .Tpage .Tmid .Tcon .list .title:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        background-color: #20c401;
        height: 3px;
        width: 75px;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg {
        margin: auto;
        padding: 0;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg > img {
        width: 100%;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .Ttab {
        width: 100%;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .Ttab tr:first-child {
        background-color: #ccebba;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .Ttab tr th {
        text-align: center;
        font-size: 13px;
        color: #9f9f9f;
        font-weight: unset;
        line-height: 2em;
        padding: 6px 2px;
        width: 80px;
        border: 1px solid rgba(255,255,255,.5);
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .Ttab tr td {
        text-align: center;
        font-size: 13px;
        padding: 6px 2px;
        border: 1px solid rgba(255,255,255,.5);
        color: #9f9f9f;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .Ttab tr td.Ttype {
        background-color: #e3f0dd;
        font-size: 13px;
        color: #9f9f9f;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo {
        position: relative;
        background: url(../image/join2.png) center no-repeat;
        background-size: contain;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .note {
        position: absolute;
        right: auto;
        left: 10px;
        bottom: -100px;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .note > span {
        display: block;
        font-size: 12px;
        color: #717070;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .note > span > b {
        font-size: 12px;
        color: #333;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 0px 22px -4px rgba(0, 0, 0, 0.2);
        font-size: 12px;
        font-weight: 800;
        color: #8c8c8c;
    }


    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot:after {
        content: attr(data-name);
        position: absolute;
        font-size: 12px;
        color: #808080;
        width: 100px;
        text-align: center;
        letter-spacing: 1px;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot.top:after {
        bottom: 100%;
        left: -45px;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot.btm:after {
        top: 100%;
        left: -25px;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot.right:after {
        left: 100%;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .matters .Trow {
        margin-bottom: 38px;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .matters .Trow > h5 {
        font-size: 16px;
        color: #221815;
        font-weight: bold;
        text-align: left;
        margin-bottom: 10px;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .matters .Trow > span {
        font-size: 14px;
        color: #3e3a39;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .matters .Trow > span > a {
        color: #20c401;
        font-size: 14px;
    }

    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot:nth-child(1):after {
        top: 28px;
        left: -40px;
    }
    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot:nth-child(2):after {
        top: -37px;
        left: -40px;
    }
    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot:nth-child(3):after {
        top: 40px;
        left: -40px;
    }
    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot:nth-child(4):after {
        top: -22px;
        left: -40px;
    }
    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot:nth-child(5):after {
        top: 24px;
        left: -40px;
    }
    .join-school .Tpage .Tmid .Tcon .list .Tmsg .workGo > .Tdot:nth-child(6):after {
        top: -24px;
        left: -42px;
    }

    .service .banner {
        position: relative;
    }

    .service .banner .picBox {
        background-color: #000;
    }

    .service .banner .picBox > img {
        opacity: 0.5;
    }

    .service .banner .Tmsg {
        position: absolute;
        width: 80%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: auto;
    }

    .service .banner .Tmsg > span {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: absolute;
        height: 36px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 1.5em;
        letter-spacing: 10px;
        text-transform: uppercase;
    }

    .service .banner .Tmsg > span:after {
        display: none;
    }

    .service .banner .Tmsg > span > span {
        display: none;
    }

    .service .banner .Tmsg > span > small {
        font-size: 24px;
        display: block;
        text-align: center;
        letter-spacing: 5px;
    }

    .service .Tpage .Tmid .Trow.r2 {
        overflow: hidden;
        margin: 20px 0;
    }

    .service .Tpage .Tmid .Trow.r2 > ul {
        width: 100%;
    }

    .service .Tpage .Tmid .Trow.r2 > ul > li {
        height: 60px;
        float: left;
        width: 25%;
        background-color: #f7f7f7;
    }

    .service .Tpage .Tmid .Trow.r2 > ul > li > a {
        display: block;
        height: 60px;
        line-height: 1.5em;
        color: #5e5e5e;
        font-size: 13px;
        text-align: center;
        width: 70%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 10px auto 0;
    }

    .service .Tpage .Tmid .Trow.r2 > ul > li > a.on, .service .Tpage .Tmid .Trow.r2 > ul > li > a:hover {
        background-color: #20c401 !important;
        color: #fff;
    }

    .service .Tpage .Tmid .Trow.r2 > ul > li:nth-child(2n) {
        background-color: #f0f0f0;
    }

    .service-use .Tpage .Tmid .title {
        font-size: 24px;
        color: #000;
        font-weight: bold;
        position: relative;
        height: 80px;
        line-height: 80px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .service-use .Tpage .Tmid .title:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        width: 60px;
        height: 2px;
        background-color: #20c401;
    }

    .service-use .Tpage .Tmid .Trow.r1 {
        width: 100%;
        max-width: 100%;
        margin: auto;
        overflow: hidden;
        background: none;
    }

    .service-use .Tpage .Tmid .Trow.r1 .left {
        float: left;
        width: 100%;
    }

    .service-use .Tpage .Tmid .Trow.r1 .right {
        float: right;
        width: 100%;
    }

    .service-use .Tpage .Tmid .Trow.r1 .txt .msglist {
        margin-bottom: 45px;
    }

    .service-use .Tpage .Tmid .Trow.r1 .txt .msglist h5 {
        text-align: left;
        margin-bottom: 32px;
        font-size: 20px;
        color: #333;
    }

    .service-use .Tpage .Tmid .Trow.r1 .txt .msglist p {
        line-height: 200%;
        font-size: 14px;
        color: #727171;
    }

    .service-use .Tpage .Tmid .Trow.r1 .Tpic {
        height: 100%;
    }

    .service-use .Tpage .Tmid .Trow.r1 .Tpic > img {
        height: auto;
        margin-bottom: 20px;
    }

    .service-location .Tpage .Tmid .Trow.r1 {
        width: 100%;
        max-width: 100%;
        padding-top: 50px;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon.service-map-sou {
        width: 100%;
        margin-bottom: 80px;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .msgRow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 32px auto;
        clear: both;
        overflow: visible;
        min-height: 68px;
        padding-right: 60px;
        position: relative;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .msgRow span.Ttitle {
        font-size: 18px;
        color: #343434;
        font-weight: bold;
        display: block;
        margin-bottom: 24px;
        letter-spacing: 1px;
        clear: both;
        width: 100%;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .msgRow .col {
        float: left;
        display: inline-block;
        width: 42%;
        margin-right: 6%;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .msgRow .col.radio_con {
        margin-right: 0;
        width: 33%;
        height: 32px;
        line-height: 32px;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .msgRow .col.radio_con > span {
        font-size: 12px;
        display: inline-block;
        color: #000;
        font-weight: 100;
        margin-right: 8px;
        letter-spacing: 1px;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .msgRow .col.select_con > select {
        background-color: #f2f3f5;
        height: 32px;
        color: #777777;
        line-height: 32px;
        font-size: 14px;
        width: 100%;
        border: none;
        border-radius: 5px;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .msgRow > a {
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #8c8c8c;
        color: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 5px;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .left {
        float: left;
        width: 100%;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .left .adrItem .list {
        padding: 12px 20px 12px 0;
        /*background-color: #fff;*/
        padding-right: 0;
        position: relative;
        margin-bottom: 20px;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .left .adrItem .list > h5 {
        margin-bottom: 10px;
        color: #333;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .left .adrItem .list > div {
        width: 90%;
        font-size: 14px;
        color: #747474;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .left .adrItem .list > i {
        position: absolute;
        display: none;
        font-size: 36px;
        color: #bbb;
        height: 50px;
        line-height: 50px;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer;
    }
    .service-location .Tpage .Tmid .Trow.r1 .Tcon .left .adrItem .list .daoh {
        display: block;
        width: 100px;
        position: absolute;
        top: 10px;
        right: 0;
    }

    #xzMap {
        width: 100%;
        height: 183px;
        background-color: #fff;
        position: fixed;
        left: 0;
        bottom: 0;
    }
    #xzMap div {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #f5f5f5;
        text-align: center;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .right {
        float: right;
        width: 500px;
        display: none;
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .right #map {
        width: 500px;
        height: 600px;
        margin: auto;
        -webkit-box-shadow: 0 20px 57px -5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 20px 57px -5px rgba(0, 0, 0, 0.15);
    }

    .service-location .Tpage .Tmid .Trow.r1 .Tcon .right #map .anchorBL {
        display: none;
    }

    .service-FAQ .Tpage .Tmid .title {
        font-size: 24px;
        color: #000;
        font-weight: bold;
        position: relative;
        height: 80px;
        line-height: 80px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .service-FAQ .Tpage .Tmid .title:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        width: 60px;
        height: 2px;
        background-color: #20c401;
    }

    .service-FAQ .Tpage .Tmid .Tsearch {
        height: 60px;
        width: 100%;
        margin: 30px auto 30px;
        position: relative;
        -webkit-box-shadow: 0 5px 50px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 50px -2px rgba(0, 0, 0, 0.1);
        padding: 10px 60px 10px 24px;
        border-left: 4px solid #20c401;
    }

    .service-FAQ .Tpage .Tmid .Tsearch > input {
        height: 100%;
        border: none;
        border-left: 1px solid #eee;
        width: 100%;
        padding-left: 12px;
    }

    .service-FAQ .Tpage .Tmid .Tsearch > i {
        display: inline-block;
        position: absolute;
        height: 100%;
        text-align: center;
        color: #20c401;
        right: 16px;
        top: 0;
        font-size: 32px;
        /*text-shadow: 0 1px 7px;*/
        cursor: pointer;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li {
        position: relative;
        padding: 10px 20px;
        line-height: 1.5rem;
        background-color: #f8f8ff;
        margin-bottom: 20px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li > span {
        display: block;
        width: 90%;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li > .Tmsg {
        height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li > .Tmsg > ol {
        padding: 12px 24px;
        background-color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li > .Tmsg > ol > li > b {
        color: #20c401;
        margin-right: 18px;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li.on, .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li:active {
        background-color: #8dc63f;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li.on > span, .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li:active > span {
        color: #fff;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li.on > .Tmsg, .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li:active > .Tmsg {
        height: auto;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li.on > .Tmsg ol li, .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li:active > .Tmsg ol li {
        font-size: 14px;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li.on .addIcon:after, .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li:active .addIcon:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
        background-color: #fff;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li.on .addIcon:before, .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li:active .addIcon:before {
        background-color: #fff;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li:after {
        content: '';
        position: absolute;
        width: 44px;
        height: 42px;
        background: url("../image/Q.png") center no-repeat;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li .addIcon {
        position: absolute;
        display: inline-block;
        height: 50px;
        width: 50px;
        right: 0;
        top: 0;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li .addIcon:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 18px;
        height: 3px;
        background-color: #20c401;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .service-FAQ .Tpage .Tmid .Trow.r1 .problem > li .addIcon:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 18px;
        width: 3px;
        background-color: #20c401;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .service-app .qrcode {
        display: none;
    }

    .service-app .Tpage .Tmid .Trow.r1 {
        width: 100%;
        max-width: 100%;
        padding-top: 50px;
    }

    .service-app .Tpage .Tmid .Trow.r1 .left {
        float: left;
        width: 100%;
    }

    .service-app .Tpage .Tmid .Trow.r1 .left > .aBtn {
        width: 48%;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        text-align: center;
        color: #707070;
        border: 1px solid #20c401;
        display: block;
        margin: 0;
        float: left;
    }

    .service-app .Tpage .Tmid .Trow.r1 .left > .aBtn.on, .service-app .Tpage .Tmid .Trow.r1 .left > .aBtn:hover {
        color: #fff;
        background-color: #20c401;
    }

    .service-app .Tpage .Tmid .Trow.r1 .left > .aBtn:nth-child(2) {
        margin-left: 4%;
    }

    .service-app .Tpage .Tmid .Trow.r1 .right {
        float: right;
        width: 100%;
    }

    .service-app .Tpage .Tmid .Trow.r1 .right .appItem {
        background: none;
    }

    .service-app .Tpage .Tmid .Trow.r1 .right .appItem > li {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        text-indent: 20px;
        height: 40px;
        line-height: 40px;
        margin: 50px 0;
    }

    .service-app .Tpage .Tmid .Trow.r1 .right .appItem > li > span {
        width: 60%;
        height: 40px;
    }

    .service-app .Tpage .Tmid .Trow.r1 .right .appItem > li > span > .aBtn {
        width: 50%;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        text-align: center;
        color: #707070;
        border: 1px solid #707070;
        display: block;
        margin: 0;
        text-indent: 0;
        box-sizing: border-box;
        float: left;
    }

    .service-app .Tpage .Tmid .Trow.r1 .right .appItem > li > span > .aBtn > i {
        height: 100%;
        line-height: 100%;
        text-align: center;
        font-size: 18px;
        margin-right: 8px;
    }

    .service-app .Tpage .Tmid .Trow.r1 .right .appItem > li > span > .aBtn.on, .service-app .Tpage .Tmid .Trow.r1 .right .appItem > li > span > .aBtn:hover {
        color: #fff;
        border: none;
        background-color: #20c401;
    }

    .service-pro .Tpage .Tmid .Trow.r1 {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding-top: 50px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .left {
        float: left;
        width: 100%;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .left > .aBtn {
        width: 48%;
        height: 70px;
        line-height: 70px;
        font-size: 18px;
        text-align: center;
        color: #707070;
        border: 1px solid #20c401;
        display: block;
        margin: 20px 0;
        float: left;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .left > .aBtn:last-child {
        margin-left: 4%;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .left > .aBtn.on, .service-pro .Tpage .Tmid .Trow.r1 .left > .aBtn:hover {
        color: #fff;
        background-color: #20c401;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right {
        float: right;
        width: 100%;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon {
        width: 100%;
        margin: auto;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .Tsearch {
        height: 60px;
        position: relative;
        margin-bottom: 50px;
        box-shadow: 0 5px 50px -2px rgba(0, 0, 0, 0.1);
        padding: 10px 60px 10px 24px;
        border-left: 4px solid #20c401;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .Tsearch > input {
        height: 100%;
        border: none;
        border-left: 1px solid #eee;
        width: 100%;
        padding-left: 12px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .Tsearch > i {
        display: inline-block;
        position: absolute;
        height: 100%;
        text-align: center;
        color: #20c401;
        right: 16px;
        top: 0;
        font-size: 32px;
        text-shadow: 0 1px 7px;
        cursor: pointer;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgRow {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        margin: 20px auto;
        clear: both;
        overflow: visible;
        min-height: 68px;
        padding-right: 0;
        position: relative;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgRow span.Ttitle {
        font-size: 18px;
        color: #343434;
        font-weight: bold;
        display: block;
        margin-bottom: 24px;
        letter-spacing: 1px;
        clear: both;
        width: 100%;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgRow .col {
        float: left;
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgRow .col.radio_con {
        margin-right: 0;
        width: 33%;
        height: 32px;
        line-height: 32px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgRow .col.radio_con > span {
        font-size: 12px;
        display: inline-block;
        color: #000;
        font-weight: 100;
        margin-right: 8px;
        letter-spacing: 1px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgRow .col.select_con > select {
        background-color: #f2f3f5;
        height: 32px;
        color: #777777;
        line-height: 32px;
        font-size: 14px;
        width: 100%;
        border: none;
        border-radius: 5px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgRow > a {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #8c8c8c;
        color: #fff;
        position: unset;
        bottom: 0;
        right: 0;
        border-radius: 5px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox {
        overflow: hidden;
        min-height: 400px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .firstRow {
        height: 38px !important;
        border-bottom: 1px solid #20c401;
        overflow: visible !important;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .firstRow .col {
        font-size: 14px !important;
        box-sizing: border-box;
        font-weight: 700;
        line-height: 40px !important;
        letter-spacing: 1px;
        color: #686868 !important;
        position: relative;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .firstRow .col > span {
        font-size: 14px;
        box-sizing: border-box;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: 1px;
        color: #686868;
        display: inline-block;
        height: 36px;
        cursor: pointer;
        margin-right: 5px;
        text-align: center;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .list {
        overflow: hidden;
        height: 50px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .list.myClick {
        cursor: pointer;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .list .col {
        float: left;
        width: calc(100% / 4);
        display: inline-block;
        height: 100%;
        font-size: 13px;
        border-right: 1px solid #fff;
        text-align: center;
        font-weight: 500;
        line-height: 50px;
        transition: all 0.3s ease-in-out;
        color: #686868;
        opacity: 0.8;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .list .col:first-child {
        text-align: left;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .list .col:last-child {
        border: none;
        text-align: right;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .list .col > i {
        color: #20c401;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .list a.col {
        font-weight: 100;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .list a.col:hover {
        color: #20c401;
        text-decoration: underline;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downList div.col {
        color: #20c401;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox {
        background-color: #f5f5f5;
        padding-bottom: 1.5rem;
        padding-top: 20px;
        display: none;
        position: relative;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px;
        border-color: transparent transparent #f5f5f5 transparent;
        width: 0;
        height: 0;
        top: -40px;
        left: -20px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox .Tmsg {
        overflow: auto;
        padding: 0 3rem;
        max-height: 280px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox .Tmsg .msgList {
        padding-top: 1.5rem;
        width: 45%;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox .Tmsg .msgList h4 {
        font-size: 15px;
        color: #404040;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox .Tmsg .msgList p {
        font-size: 13px;
        line-height: 28px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox .Tmsg .msgList p > span {
        font-size: 13px;
        line-height: 28px;
        display: inline-block;
        vertical-align: top;
        margin-right: 2.5rem;
        max-width: 520px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox .Tmsg .listBtm {
        text-align: center;
        margin-top: 26px;
        width: 100%;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox .Tmsg .listBtm > a {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 12px;
        background-color: #20c401;
        width: 108px;
    }

    .service-pro .Tpage .Tmid .Trow.r1 .right .Tcon .msgBox .downBox .Tmsg .listBtm > a > i {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: 20px;
        vertical-align: sub;
        margin-left: 12px;
    }

    .jidi .banner {
        position: relative;
        height: 200px;
    }

    .jidi .banner .picBox {
        background-color: #000;
    }

    .jidi .banner .picBox > img {
        opacity: 0.5;
    }

    .jidi .banner .Tmsg {
        position: absolute;
        width: 300px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: auto;
        text-align: center;
        height: 125px;
    }

    .jidi .banner .Tmsg > small {
        display: block;
        color: #fff;
        font-size: 18px;
    }

    .jidi .banner .Tmsg > span {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        display: block;
        letter-spacing: 4px;
    }

    .jidi .Tpage {
        transform: translateY(0);
        margin-bottom: 0;
    }

    .jidi .Tpage .Tmid {
        max-width: 100%;
        min-height: auto;
        transform: translateY(0);
        padding: 0 0 20px 0;
        box-shadow: none;
    }

    .jidi .Tpage .Tmid .left {
        position: unset;
        width: 100%;
        border-right: none;
        height: auto;
    }

    .jidi .Tpage .Tmid .left .Ttop {
        height: 100px;
        line-height: 80px;
        font-size: 24px;
        font-weight: unset;
        position: relative;
        text-align: center;
        letter-spacing: 2px;
    }

    .jidi .Tpage .Tmid .left .Ttop:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 3px;
        bottom: 24px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #20c401;
    }

    .jidi .Tpage .Tmid .left .Tcon {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .jidi .Tpage .Tmid .left .Tcon > li {
        display: block;
        width: 50%;
        height: 60px;
        line-height: 60px;
        color: #acacac;
        border-top: 1px solid #eee;
        transition: all 0.3s ease-in-out;
        float: left;
    }

    .jidi .Tpage .Tmid .left .Tcon > li > a {
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 13px;
    }

    .jidi .Tpage .Tmid .left .Tcon > li > a > i {
        display: none;
    }

    .jidi .Tpage .Tmid .left .Tcon > li:hover {
        background-color: #20c401 !important;
    }

    .jidi .Tpage .Tmid .left .Tcon > li:hover > a {
        color: #fff;
        background-position-x: 96% !important;
    }

    .jidi .Tpage .Tmid .left .Tcon > li:hover > a > i {
        color: #fff;
    }

    .jidi .Tpage .Tmid .left .Tcon > li.on {
        background-color: #20c401 !important;
    }

    .jidi .Tpage .Tmid .left .Tcon > li.on > a {
        color: #fff;
        background-position-x: 96% !important;
    }

    .jidi .Tpage .Tmid .left .Tcon > li.on > a > i {
        color: #fff;
    }

    .jidi .Tpage .Tmid .right {
        padding: 40px 0 0;
    }

    .jidi .Tpage .Tmid .right .gDot {
        padding-left: 20px;
        position: relative;
        line-height: 24px;
        font-size: 13px;
    }

    .jidi .Tpage .Tmid .right .gDot:after {
        content: '';
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background-color: #20c401;
        top: 10px;
        left: 0;
        margin: auto;
    }

    .jidi .Tpage .Tmid .right .title {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }

    .jidi .Tpage .Tmid .right .title > img {
        vertical-align: text-top;
        margin-right: 20px;
    }

    .jidi .Tpage .Tmid .right .title > small {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 10px 0;
    }

    .jidi .Tpage .Tmid .right .Tcon .Tdata {
        display: inline-block;
        font-size: 14px;
        margin: 10px 0;
    }

    .jidi .Tpage .Tmid .right .Tcon .Tdata > b {
        font-size: 14px;
        color: #20c401;
        vertical-align: unset;
    }

    .jidi .Tpage .Tmid .right .Tcon .dataItem {
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .jidi .Tpage .Tmid .right .Tcon .dataItem > .Tdata {
        float: left;
        margin-right: 32px;
    }

    .jidi .Tpage .Tmid .right .Tcon .dataItem > .Tdata:last-child {
        margin-right: 0;
    }

    .jidi .Tpage .Tmid .right .Tcon p {
        color: #8c8c8c;
        font-size: 13px;
        margin: 10px 0;
    }

    .jidi .Tpage .Tmid .right .Tcon .cl {
        background-color: #eee;
        width: 100%;
        height: 1px;
        clear: both;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow .title {
        margin: 32px 0;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList {
        overflow: hidden;
        position: relative;
        margin: 20px 0;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList:first-child {
        margin-bottom: 0;
    }
    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList:last-child {
        margin-top: 0;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList .Tleft {
        float: left;
        width: 100%;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList .Tright {
        float: right;
        width: 100%;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList .pa-div {
        position: unset;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: 10px 0 10px 0;
        display: block;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList h5 {
        font-size: 13px;
        color: #333;
        font-weight: bold;
        text-align: left;
        margin-bottom: 14px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList span {
        display: table-cell;
        vertical-align: middle;
        color: #8c8c8c;
        font-size: 13px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 {
        margin-bottom: 45px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > h4 {
        font-size: 24px;
        text-align: center;
        width: 100px;
        color: #333;
        margin: 32px auto;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #eee;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 33px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url("../image/location.png") center no-repeat #fff;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol {
        float: left;
        width: calc(50% + 10px);
        padding-right: 5%;
        position: relative;
        overflow: hidden;
        text-align: right;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #20c401;
        right: 1px;
        top: 36px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #20c401;
        right: 6px;
        top: 41px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol > h5 {
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        color: #333;
        position: relative;
        margin-bottom: 12px;
        height: 45px;
        display: inline-block;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol > h5:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 140%;
        height: 1px;
        background-color: #333;
        right: 0;
        transition: all 0.5s ease-in-out;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol:hover > h5:after {
        right: -30px;
        width: 100%;
        background-color: #20c401;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol > p {
        margin: 0;
        text-align: left;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol {
        float: right;
        width: calc(50% + 10px);
        padding-left: 5%;
        position: relative;
        text-align: left;
        overflow: hidden;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #20c401;
        left: 2px;
        top: 36px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #20c401;
        left: 7px;
        top: 41px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol > h5 {
        font-size: 22px;
        font-weight: bold;
        text-align: right;
        color: #333;
        position: relative;
        margin-bottom: 12px;
        height: 45px;
        display: inline-block;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol > h5:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 140%;
        height: 1px;
        background-color: #333;
        left: 0;
        transition: all 0.5s ease-in-out;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol:hover > h5:after {
        left: -30px;
        width: 100%;
        background-color: #20c401;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol > p {
        margin: 0;
        text-align: left;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r4 {
        position: relative;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg {
        margin-top: 0;
        width: 100%;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList {
        margin-bottom: 20px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList > h5 {
        font-size: 18px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList > h5 > small {
        color: #20c401;
        font-size: 16px;
        display: block;
        margin: 15px 0;
        font-weight: bold;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList > ul > li {
        color: #8c8c8c;
        font-size: 13px;
        padding-left: 13px;
        position: relative;
        margin-bottom: 4px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList > ul > li:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #333;
        left: 0;
        top: 10px;
        bottom: auto;
        margin: auto;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r4 > .picBox {
        display: none;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .Ttop {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .Ttop > .chang {
        padding: 0;
        margin: 4px;
        width: 30%;
        min-width: auto;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .Ttop > .chang:last-child {
        margin-right: 0;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .Ttop > .chang:after {
        content: "";
        position: absolute;
        bottom: -3px;
        width: 25px;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #20c401;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .swiper-container {
        width: 100%;
        padding-bottom: 0;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 380px;
        height: 240px;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .swiper-slide .txt {
        position: absolute;
        width: 100%;
        color: #20c401;
        font-size: 18px;
        font-weight: bold;
        top: -45px;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease-in-out;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .swiper-slide .txt:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 32px;
        background-color: #636363;
        left: 0;
        right: 0;
        margin: auto;
        top: 100%;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .swiper-slide > p {
        position: absolute;
        width: 100%;
        color: #a2a2a2;
        font-size: 13px;
        bottom: -55px;
        text-align: center;
        margin: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease-in-out;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .swiper-slide.swiper-slide-active .txt {
        opacity: 1;
        pointer-events: auto;
    }

    .jidi-1 .Tpage .Tmid .right .Tcon .Trow.r5 .Tmsg .swiper-slide.swiper-slide-active > p {
        opacity: 1;
        pointer-events: auto;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow .title {
        margin: 32px 0;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r1 {
        position: relative;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r1 > img {
        position: unset;
        margin: auto;
        width: 100%;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r1 > .dataItem {
        padding-left: 0;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r1 > .dataItem > p {
        margin: 20px 0;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r1 > p {
        margin: 20px 0;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r1 > small {
        display: inline-block;
        line-height: 1.5em;
        color: #333;
        margin-bottom: 20px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r2 .Tmsg {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r2 .Tmsg > li {
        text-align: center;
        float: left;
        width: 20%;
        margin-bottom: 40px;
        margin-top: 20px;
        position: relative;
        height: 60px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r2 .Tmsg > li > img {
        width: 80%;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r2 .Tmsg > li > small {
        position: absolute;
        width: 100%;
        bottom: -30px;
        left: 0;
        height: 30px;
        line-height: 30px;
        color: #20c401;
        font-size: 13px;
        display: block;
        text-align: center;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist {
        margin-bottom: 20px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist > small {
        color: #333;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        margin-bottom: 0;
        display: block;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist b {
        font-size: 16px;
        color: #333;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist b.gb {
        color: #20c401;
        font-size: 16px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l1 > .people {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-items: center;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l1 > .people > li {
        position: relative;
        padding-left: 56px;
        width: 50%;
        float: left;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l1 > .people > li > img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l1 > .people > li > b {
        color: #20c401;
        font-size: 32px;
        display: block;
        font-weight: 500;
        height: 42px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l1 > .people > li > b > small {
        color: #20c401;
        font-size: 18px;
        height: 42px;
        line-height: 42px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l1 > .people > li > span {
        font-size: 13px;
        color: #333;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 > img {
        margin: 20px 0;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 > .child-li {
        margin-bottom: 24px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 > .child-li > p {
        margin: 20px 0;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 > .child-li > ul {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 > .child-li > ul > li {
        width: 100%;
        float: left;
        margin: 5px 0;
        font-size: 13px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 > .child-li > ul > li > b {
        display: block;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 50px;
        position: relative;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li:nth-child(2n) {
        margin-right: 0;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li .picBox {
        width: 100%;
        height: 220px;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li > p {
        display: table;
        margin: auto;
        position: absolute;
        width: 100%;
        top: 100%;
        transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li > p > span {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        font-weight: bold;
        text-align: center;
        transition: all 0.3s ease-in-out;
        padding: 0 4%;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li > p > span > small {
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        display: none;
        opacity: 0;
        text-align: center;
        transition: all 0.3s ease-in-out;
        white-space: pre-line;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li:hover > p {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 220px;
        background-color: rgba(92, 210, 4, 0.8);
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li:hover > p > span {
        color: #fff;
    }

    .jidi-2 .Tpage .Tmid .right .Tcon .Trow.r3 .Tmsg .Tlist.l2 .picItem > li:hover > p > span > small {
        display: block;
        opacity: 0.8;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow .title {
        margin: 32px 0;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        overflow: hidden;
        padding-bottom: 0;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome > small {
        font-size: 16px;
        line-height: 24px;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome .swiper-container {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 80px;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 380px;
        height: 240px;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome .swiper-slide .txt {
        position: absolute;
        width: 100%;
        color: #20c401;
        font-size: 18px;
        font-weight: bold;
        top: -45px;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease-in-out;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome .swiper-slide .txt:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 32px;
        background-color: #636363;
        left: 0;
        right: 0;
        margin: auto;
        top: 100%;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome .swiper-slide > p {
        position: absolute;
        width: 100%;
        color: #a2a2a2;
        font-size: 13px;
        bottom: -55px;
        text-align: center;
        margin: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease-in-out;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome .swiper-slide.swiper-slide-active .txt {
        opacity: 1;
        pointer-events: auto;
    }

    .jidi-3 .Tpage .Tmid .right .Tcon .Trow.r5 .prHome .swiper-slide.swiper-slide-active > p {
        opacity: 1;
        pointer-events: auto;
        padding: 0 30px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow .title {
        margin: 32px 0;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList {
        overflow: hidden;
        position: relative;
        margin: 32px 0;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList .Tleft {
        float: left;
        width: 47%;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList .Tright {
        float: right;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList .pa-div {
        position: absolute;
        height: 100%;
        width: 47%;
        top: 0;
        bottom: 0;
        margin: auto;
        display: table;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList h5 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        text-align: left;
        margin-bottom: 20px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r2 .msgList span {
        display: table-cell;
        vertical-align: middle;
        color: #8c8c8c;
        font-size: 13px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 {
        margin-bottom: 45px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > h4 {
        font-size: 18px;
        text-align: center;
        width: 100px;
        color: #333;
        margin: 32px auto;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg {
        min-height: 300px;
        padding-top: 40px;
        position: relative;
        overflow: hidden;
        background: url("../image/mid.png") bottom center no-repeat;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #eee;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 33px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url("../image/location.png") center no-repeat #fff;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol {
        float: left;
        width: calc(50% + 10px);
        padding-right: 5%;
        position: relative;
        overflow: hidden;
        text-align: right;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #20c401;
        right: 1px;
        top: 36px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #20c401;
        right: 6px;
        top: 41px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol > h5 {
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        color: #333;
        position: relative;
        margin-bottom: 12px;
        height: 45px;
        display: inline-block;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol > h5:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 140%;
        height: 1px;
        background-color: #333;
        right: 0;
        transition: all 0.5s ease-in-out;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol:hover > h5:after {
        right: -30px;
        width: 100%;
        background-color: #20c401;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .leftCol > p {
        margin: 0;
        text-align: left;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol {
        float: right;
        width: calc(50% + 10px);
        padding-left: 5%;
        position: relative;
        text-align: left;
        overflow: hidden;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #20c401;
        left: 2px;
        top: 36px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #20c401;
        left: 7px;
        top: 41px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol > h5 {
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        color: #333;
        position: relative;
        margin-bottom: 12px;
        height: 45px;
        display: inline-block;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol > h5:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 140%;
        height: 1px;
        background-color: #333;
        left: 0;
        transition: all 0.5s ease-in-out;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol:hover > h5:after {
        left: -30px;
        width: 100%;
        background-color: #20c401;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r3 > .Tmsg .rightCol > p {
        margin: 0;
        text-align: left;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r4 {
        position: relative;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg {
        margin-top: 50px;
        width: 60%;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList {
        margin-bottom: 50px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList > h5 {
        font-size: 24px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList > h5 > small {
        color: #20c401;
        font-size: 16px;
        display: block;
        margin: 15px 0;
        font-weight: bold;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList > ul > li {
        color: #8c8c8c;
        font-size: 12px;
        padding-left: 13px;
        position: relative;
        margin-bottom: 4px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r4 .Tmsg .msgList > ul > li:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #333;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r4 > .picBox {
        position: absolute;
        right: 5%;
        top: 0;
        width: 30%;
        bottom: 0;
        margin: auto;
        -webkit-mask: url(../image/mask.png);
        -webkit-mask-size: 100% 100%;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r5 .hor {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r5 .hor > li {
        display: inline-block;
        float: left;
        position: relative;
        border: 3px solid #eee;
        margin: 0;
        width: 48%;
        height: 250px;
        text-align: center;
        margin-bottom: 60px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r5 .hor > li > img {
        display: inline-block;
        height: 250px;
    }

    .jidi-4 .Tpage .Tmid .right .Tcon .Trow.r5 .hor > li > p {
        position: absolute;
        bottom: -42px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        left: 0;
        font-size: 13px;
        width: 100%;
        margin: 0;
    }

    input[type=radio] {
        display: none;
    }

    input[type=radio] + label {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 18px;
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        font-size: 14px;
        font-weight: bold;
        color: #343434;
    }

    input[type=radio] + label:not(:last-child) {
        margin-right: 8px;
    }

    input[type=radio] + label:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        border-radius: 50%;
        background-color: #dfdfdf;
        transition: all 0.2s ease-in-out;
    }

    input[type=radio]:checked + label:after {
        background-color: #20c401;
    }

    .uploader {
        position: relative;
        display: inline-block;
        overflow: hidden;
        cursor: default;
        padding: 0;
        margin: 10px 0px;
        -moz-box-shadow: 0px 0px 5px #ddd;
        -webkit-box-shadow: 0px 0px 5px #ddd;
        box-shadow: 0px 0px 5px #ddd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .filename {
        float: left;
        display: inline-block;
        outline: 0 none;
        height: 32px;
        width: 109px;
        margin: 0;
        padding: 8px 10px;
        overflow: hidden;
        cursor: default;
        border-right: 0;
        font: 9pt/100% Arial, Helvetica, sans-serif;
        color: #777;
        text-shadow: 1px 1px 0px #fff;
        text-overflow: ellipsis;
        white-space: nowrap;
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: transparent;
        border: none;
    }

    .Tbutton {
        height: 32px;
        display: inline-block;
        outline: 0 none;
        padding: 8px 24px;
        margin: 0;
        cursor: pointer;
        font: bold 9pt/100% Arial, Helvetica, sans-serif;
        background-color: #20c401;
        color: #fff;
        border: none;
        border-radius: 0px;
    }

    .Tbutton.no {
        background-color: #909090;
    }

    .uploader input[type=button] {
        pointer-events: none;
    }

    .uploader input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        padding: 0;
        margin: 0;
        height: 30px;
        cursor: pointer;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        width: 100%;
    }

    /*弹窗样式*/
    .dialog {
        position: fixed;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        pointer-events: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .dialog .dialog_mask {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1001;
        background: rgba(55, 58, 71, 0.9);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-backface-visibility: hidden;
    }

    .dialog .dialog_content {
        width: 90%;
        max-width: 650px;
        min-width: 290px;
        background: #fff;
        padding: 3em 2.4em;
        text-align: center;
        position: relative;
        z-index: 1005;
        opacity: 0;
        margin: 0 auto;
    }

    .dialog .dialog_content > h2 {
        font-size: 24px;
    }

    .dialog .dialog_content [data-dialog-close] {
        position: absolute;
        background-color: transparent;
        border: none;
        top: 12px;
        right: 24px;
    }

    .dialog .dialog_content [data-dialog-close] > i {
        font-size: 24px;
        color: #8c8c8c;
    }

    .dialog .dialog_content .Tcon .msgRow {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        margin: 32px auto;
        clear: both;
        overflow: hidden;
        min-height: 68px;
    }

    .dialog .dialog_content .Tcon .msgRow span.Ttitle {
        font-size: 12px;
        color: #343434;
        display: block;
        margin-bottom: 8px;
        letter-spacing: 1px;
        clear: both;
        width: 100%;
        text-align: left;
    }

    .dialog .dialog_content .Tcon .msgRow span.Ttitle > label {
        font-size: 12px;
        color: #a6a6a6;
    }

    .dialog .dialog_content .Tcon .msgRow .Tinput.erro, .dialog .dialog_content .Tcon .msgRow .inputChoose.erro {
        border: 1px solid #e60012 !important;
    }

    .dialog .dialog_content .Tcon .msgRow .sub {
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        padding: 6px 64px;
        border: none;
        border-radius: 5px;
        background-color: #8c8c8c;
        transition: all 0.2s ease-in-out;
        margin-right: 12px;
    }

    .dialog .dialog_content .Tcon .msgRow .sub.ok {
        background-color: #20c401;
        color: #fff;
    }

    .dialog .dialog_content .Tcon .msgRow .sub.ok + small {
        display: none;
    }

    .dialog .dialog_content .Tcon .msgRow .sub + small {
        font-size: 12px;
        color: #e60012;
        opacity: 0;
        pointer-events: none;
        transform: translateX(30px);
        transition: all 0.3s ease-in-out;
    }

    .dialog .dialog_content .Tcon .msgRow .sub + small.ok {
        opacity: 1;
        transform: translateX(0px);
        pointer-events: auto;
    }

    .dialog .dialog_content .Tcon .msgRow .col {
        float: left;
        display: inline-block;
        width: 30%;
        margin-right: 3%;
    }

    .dialog .dialog_content .Tcon .msgRow .col:last-child {
        margin-right: 0;
    }

    .dialog .dialog_content .Tcon .msgRow .col.input_con > small {
        font-size: 12px;
        display: block;
        color: #a6a6a6;
        margin-bottom: 5px;
    }

    .dialog .dialog_content .Tcon .msgRow .col.input_con > input {
        background-color: #f2f3f5;
        height: 32px;
        width: 100%;
        border: none;
        font-size: 14px;
        box-sizing: border-box;
        padding: 0 5px;
        border-radius: 5px;
        color: #777777;
    }

    .dialog .dialog_content .Tcon .msgRow .col.input_con > textarea {
        width: 100%;
        background-color: #f2f3f5;
        border-radius: 5px;
        border: none;
        height: 120px;
        padding: 10px;
        font-size: 14px;
        color: #777;
    }

    .dialog .dialog_content .Tcon .msgRow .col.radio_con {
        margin-right: 0;
        width: 33%;
        height: 32px;
        line-height: 32px;
    }

    .dialog .dialog_content .Tcon .msgRow .col.radio_con > span {
        font-size: 12px;
        display: inline-block;
        color: #000;
        font-weight: 100;
        margin-right: 8px;
        letter-spacing: 1px;
    }

    .dialog .dialog_content .Tcon .msgRow .col.select_con > select {
        background-color: #f2f3f5;
        height: 32px;
        color: #777777;
        line-height: 32px;
        font-size: 14px;
        width: 100%;
        border: none;
        border-radius: 5px;
    }

    .dialog .dialog_content .Tcon .msgRow .col.choose_con {
        display: none;
    }

    .dialog.dialog--open .dialog_mask {
        opacity: 1;
        pointer-events: auto;
    }

    .dialog.dialog--open .dialog_content {
        opacity: 1;
        pointer-events: auto;
    }

    /***********************/
    /*弹性伸缩 Tan-dialogScale*/
    /***********************/
    .Tan-dialogScale.dialog--open .dialog_content,
    .Tan-dialogScale.dialog--close .dialog_content {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .Tan-dialogScale.dialog--open .dialog_content {
        -webkit-animation-name: anim-open-2;
        animation-name: anim-open-2;
    }

    .Tan-dialogScale.dialog--close .dialog_content {
        -webkit-animation-name: anim-close-2;
        animation-name: anim-close-2;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    @-webkit-keyframes anim-open-2 {
        0% {
            opacity: 0;
            -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        2.083333% {
            -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        4.166667% {
            -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        6.25% {
            -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        8.333333% {
            -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        10.416667% {
            -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        12.5% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        14.583333% {
            -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        16.666667% {
            -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        18.75% {
            -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        20.833333% {
            -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        22.916667% {
            -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        25% {
            -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        27.083333% {
            -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        29.166667% {
            -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        31.25% {
            -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        33.333333% {
            -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        35.416667% {
            -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        37.5% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        39.583333% {
            -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        41.666667% {
            -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        43.75% {
            -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        45.833333% {
            -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        47.916667% {
            -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        50% {
            opacity: 1;
            -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        52.083333% {
            -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        54.166667% {
            -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        56.25% {
            -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        58.333333% {
            -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        60.416667% {
            -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        62.5% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        64.583333% {
            -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        66.666667% {
            -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        68.75% {
            -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        70.833333% {
            -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        72.916667% {
            -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        75% {
            -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        77.083333% {
            -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        79.166667% {
            -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        81.25% {
            -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        83.333333% {
            -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        85.416667% {
            -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        87.5% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        89.583333% {
            -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        91.666667% {
            -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        93.75% {
            -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        95.833333% {
            -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        97.916667% {
            -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        100% {
            opacity: 1;
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
    }
    @keyframes anim-open-2 {
        0% {
            opacity: 0;
            -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        2.083333% {
            -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        4.166667% {
            -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        6.25% {
            -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        8.333333% {
            -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        10.416667% {
            -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        12.5% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        14.583333% {
            -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        16.666667% {
            -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        18.75% {
            -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        20.833333% {
            -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        22.916667% {
            -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        25% {
            -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        27.083333% {
            -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        29.166667% {
            -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        31.25% {
            -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        33.333333% {
            -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        35.416667% {
            -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        37.5% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        39.583333% {
            -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        41.666667% {
            -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        43.75% {
            -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        45.833333% {
            -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        47.916667% {
            -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        50% {
            opacity: 1;
            -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        52.083333% {
            -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        54.166667% {
            -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        56.25% {
            -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        58.333333% {
            -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        60.416667% {
            -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        62.5% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        64.583333% {
            -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        66.666667% {
            -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        68.75% {
            -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        70.833333% {
            -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        72.916667% {
            -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        75% {
            -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        77.083333% {
            -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        79.166667% {
            -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        81.25% {
            -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        83.333333% {
            -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        85.416667% {
            -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        87.5% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        89.583333% {
            -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        91.666667% {
            -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        93.75% {
            -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        95.833333% {
            -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        97.916667% {
            -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
        100% {
            opacity: 1;
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
    }
    @-webkit-keyframes anim-close-2 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
            -webkit-transform: scale3d(0.8, 0.8, 1);
        }
    }
    @keyframes anim-close-2 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
            -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
        }
    }
    .component {
        margin: 0 auto;
        position: relative;
        margin-bottom: 0.4rem;
        max-width: 100%;
    }

    .component > ul.itemwrap {
        width: 100%;
        max-width: 100%;
        height: 100%;
        position: relative;
        list-style: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }

    .new .component > ul.itemwrap > li {
        width: 100%;
    }

    .component > ul.itemwrap > li {
        width: calc(100% - 48px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        opacity: 0;
        z-index: 999;
        margin: auto;
    }

    .component > ul.itemwrap > li > img {
        display: block;
        max-width: 100%;
    }

    .component > ul.itemwrap .current {
        opacity: 1;
        pointer-events: auto;
        z-index: 1000;
    }

    .component nav a {
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 50px;
        outline: none;
        overflow: visible;
        text-align: center;
        top: 50%;
        z-index: 1100;
        color: #fff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }

    .component nav .moveNext {
        right: 0;
    }

    .component .txtChange {
        position: relative;
        height: 68px;
        width: 100%;
    }

    .component .txtChange > [data-txt] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        pointer-events: none;
        transition: all 0.4s;
        -webkit-perspective: 1600px;
        perspective: 1600px;
    }

    .component .txtChange > [data-txt].on {
        opacity: 1;
        pointer-events: auto;
    }

    .component .txtChange > [data-txt].txtHide {
        -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
        animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    }

    .component .txtChange > [data-txt].txtShow {
        -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
        animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    }

    .component-small {
        width: 650px;
        height: 290px;
    }

    .component-small > ul {
        width: 450px;
    }

    .component-fullwidth {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        background: #fff;
    }

    .component-fullwidth > ul {
        overflow: hidden;
    }

    .component-fullwidth > ul > li {
        overflow: hidden;
        background-color: #000;
    }

    .component-fullwidth > ul > li > img {
        height: 100%;
        opacity: 0.45;
        min-width: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .component-transparent {
        width: 900px;
        height: 500px;
    }

    .component-transparent > ul {
        width: 112px;
    }


    .legal-notices .legal-notices-box {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 390px) {
    .product.product-index .product-i-box .chanpinM .chanpinM-right .right .right-box ul li {
        width: 316px;
    }
    .component > ul.itemwrap > li {
        width: calc(100% - 36px);
    }
}
@media screen and (max-width: 700px) {
    .store1 .banner .picBox > img{
        height: 200px;max-width: inherit;
    }
    .store1 .Tpage .r5 .Tmid .left h3{
        width: 100%!important;
    }
    .store1 .Tpage .r5 .Tmid .left h3 > small{
        font-size: 36px!important;
    }
    .store1 .banner .Tmsg > span > b{
        line-height: 32px;letter-spacing: 0!important;
    }
    .store1 .Tpage .r6 .Tmid div{
        padding: 32px 0!important;
    }
}
