/* html{
    -webkit-filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
} */

.wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.wrap:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.wrap:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.lzpic2 {
    display: none;
}

.col:after,
.row:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.l {
    float: left;
}

.r {
    float: right;
}

.hide {
    display: none;
}

.col:after,
.row:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.col12,
.col {
    width: 100%;
    float: left;
}

.col1 {
    width: 8.33333333%;
}

.col2 {
    width: 16.66666667%;
}

.col3 {
    width: 25%;
}

.col4 {
    width: 33.33333333%;
}

.col5 {
    width: 41.66666667%;
}

.col6 {
    width: 50%;
}

.col7 {
    width: 58.33333333%;
}

.col8 {
    width: 66.66666667%;
}

.col9 {
    width: 75%;
}

.col10 {
    width: 83.33333333%;
}

.col11 {
    width: 91.66666667%;
}

.rbtn {
    position: relative;
    display: block;
    text-align: center;
}

.rbtn:hover::after {
    width: 100%;
}

.rbtn input,
.rbtn span {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: block;
    background: none;
}

.rbtn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 100%;
    background: #242424;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.rbtn.w::after {
    background: #fff;
}

.icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 9;
    width: 140px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}

.icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}

.icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777777;
}

.icon-wechat .wechat-qrcode .qrcode {
    width: 100px;
    margin: 10px auto;
}

.icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.icon-wechat .wechat-qrcode .help {
    display: none;
}

.icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    display: none;
}

.icon-wechat:hover .wechat-qrcode {
    display: block;
}

.article {
    line-height: 30px;
    font-size: 16px;
}

.banner img {
    width: 100%;
    display: block;
}

.main .banner .swiper-button-prev,
.main .banner .swiper-button-next{
    display: none;
}

.main .banner .pic1 img {
    transition-duration: 3s;
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -ms-transition-duration: 3s;
    -o-transition-duration: 3s;
}

.main .banner .pic2 {
    display: none;
}

.main .banner .box {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.main .banner .box:hover .pic1 img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.main .banner a {
    display: block;
    position: relative;
}

.main .banner .wrap {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%);
    -webkit-transform: translate(-50%, -48%);
    -moz-transform: translate(-50%, -48%);
    -ms-transform: translate(-50%, -48%);
    -o-transform: translate(-50%, -48%);
    z-index: 10;
}

.main .banner .p1 {
    font-size: 36px;
    color: #fff;
}

.main .banner .p2 {
    font-size: 20px;
    color: #fff;
    margin: 4px 0 20px 0;
}
.main .banner .swiper2{
    display: none;
}

.main .banner .btn {
    display: inline-block;
    padding: 0 40px;
    min-width: 140px;
    height: 24px;
    line-height: 22px;
    border: solid 1px #fff;
    font-size: 12px;
    color: #fff;
    text-align: center;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.main .banner .btn:hover {
    background: #ff8726;
    border: solid 1px #ff8726;
    color: #fff;
}

.main .popularity {
    padding: 70px 0 150px 0;
}

.main .popularity .title {
    text-align: center;
    font-size: 28px;
}

.main .popularity ul {
    overflow: hidden;
    margin: 60px -10px 0 -10px;
}

.main .popularity li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 30px;
}

.main .popularity li:nth-child(4n+1) {
    clear: left;
}

.main .popularity li a {
    display: block;
    transition: all 0.4s;
    padding:20px 0px;
    border-radius: 5%;
     /*box-shadow: 0 15px 30px rgba(0,0,0,.15);*/
   
}
/*.main .popularity li a:hover{*/
/*    box-shadow: 0 15px 30px rgba(0,0,0,.15);*/
/*}*/
.main .popularity li a:hover .tit {
    color: #ff8726;
}

.main .popularity li img {
    width: 100%;
    display: block;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}

.main .popularity li .pic {
    overflow: hidden;
}

.main .popularity li .en,
.main .popularity li .tit {
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    color: #242424;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.main .popularity li .en {
    font-size: 20px;
}

.main .popularity li .tit {
    font-size: 18px;
}

.main .news {
    background: #f1f1f1;
    padding: 60px 0 24px 0;
}

.main .news ul {
    overflow: hidden;
    margin: 0 -25px;
}

.main .news li {
    width: 33.3333%;
    float: left;
    padding: 0 25px;
    margin-bottom: 36px;
}

.main .news li:nth-child(3n+1) {
    clear: left;
}

.main .news .swiper-container {
    margin-bottom: 36px;
}

.main .news .swiper-slide {
    width: 360px;
}

.main .news a {
    display: block;
}

.main .news a.vd .pic::after {
    content: " ";
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -29px 0 0 -29px;
    background: url(https://cchimg.breo.com/images/video_icon.svg) no-repeat;
    background-size: 100% 100%;
}

.main .news a:hover .tit {
    color: #ff8726;
}

.main .news .pic {
    overflow: hidden;
    position: relative;
    height: 16rem;
}

.main .news img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}

.main .news .tit,
.main .news .txt {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.main .news .tit {
    font-size: 18px;
    color: #000;
    margin: 12px 0;
    font-weight: bold;
}

.main .news .txt {
    height: 44px;
    font-size: 14px;
    line-height: 1.7;
    color: #000;
    opacity: .7;
    -webkit-line-clamp: 2;
    /*letter-spacing: 1px;*/
    font-weight: normal;
}

.main .product {
    padding: 52px 0 8px 0;
    background: #242424;
}

.main .product .content {
    overflow: hidden;
    margin: 0 -25px;
}

.main .product .list {
    /*width: 33.3333%;*/
    width: 100%;
    float: left;
 padding-right: 10px;
}
 .footnav{
        /*display: block;*/
        float: left;
        width: 32.3%;
        height: 40rem;
        padding: 10px;}
        
       @media only screen and (max-width: 850px){
           
           .product{
               display: none;
           }
           .footnav{
        /*display: block;*/
        float: left;
        width: 49%;
        padding: 10px;}
       }
.main .product .list:nth-child(3n+1) {
    clear: left;
}

.main .product .list:nth-child(3) li {
    margin-bottom: 64px;
}

.main .product .list:nth-child(4) li i {
    min-width: 64px;
}

.main .product .title {
    line-height: 34px;
    font-size: 24px;
    color: #f1f1f1;
    padding: 8px 0;
    border-bottom: solid 1px #fff;
    display: block;
}

.main .product .swiper-wrapper {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
}

.main .product .swiper-container,
.main .product ul {
    padding: 46px 0 12px 0;
}

.main .product .swiper-slide,
.main .product li {
    margin-bottom: 40px;
}

.main .product .list a.middle {
    align-items: center;
}

.main .product .list a.middle .text {
    padding: 0;
}

.main .product .list a {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.main .product .list a:hover .tit,
.main .product .list a:hover .en {
    color: #fff;
}

.main .product .list i {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.main .product .list i img {
    max-width: 100%;
}

.main .product .list .text {
    padding-top: 14px;
    flex: 1;
}

.main .product .list .en,
.main .product .list .tit {
    line-height: 20px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.main .product .list .en {
    font-size: 16px;
    color: #C4C4C4;
}

.main .product .list .tit {
    font-size: 14px;
    color: #959595;
    margin-top: 5px;
}

.container .banner .swiper-slide {
    position: relative;
}

.container .banner .text {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    font-weight: lighter;
    font-size: 28px;
    color: #fff;
    padding: 0 10px;
}

.about-page .philosophy {
    padding: 70px 20px;
}
.about-page .philosophy .wrap{
    max-width: 1360px;
}


.about-page .philosophy .content {
    padding: 0 40px;
}

.about-page .philosophy article {
    /* width: 100%; */
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

.about-page .philosophy .p1 {
    font-size: 20px;
    letter-spacing: .6em;
    margin-left: 50px;
}

.about-page .philosophy .p2 {
    font-size: 33px;
    /* max-height: 338px; */
    letter-spacing: .4em;
    font-weight: bold;
}

/* .about-page .philosophy .p2 .box{
    border-right: solid 1px #000;
    padding: 0 25px 0 50px;
} */
.about-page .philosophy .p2 .box p{
    position: relative;
    /* border-right: solid 1px #000; */
    padding: 0 25px 0 35px;
}
.about-page .philosophy .p2 .box p:after{
    content: "";
    display: block;
    width: 1px;
    height: 220px;
    background-color: #000;
    position: absolute;
    right: 0px;
    top: 0px;
}

.about-page .philosophy .p2 .box div{
    height: 600px;
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 0 35px;
}

.about-page .philosophy .text {
    padding-right: 35px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .6em;
}
.about-page .philosophy .text:after{
    content: "";
    display: block;
    width: 1px;
    height: 220px;
    background-color: #000;
    position: absolute;
    right: 0px;
    top: 0px;
}

.about-page .philosophy .text p {
    margin-left: 24px;
}

.about-page .philosophy .p3 {
    font-size: 18px;
    letter-spacing: .6em;
    margin-right: 60px;
}

.about-page .philosophy .name {
    margin-top: 38px;
    font-weight: bold;
}

.about-page .philosophy p {
    opacity: 0;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}

.about-page .internet .introduction,
.about-page .acupoint .introduction {
    max-width: 840px;
    margin: 60px auto 120px auto;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.about-page .acupoint {
    background: #f1f1f1;
    padding: 100px 0;
}

.about-page .acupoint .title {
    text-align: center;
}

.about-page .acupoint .list .box {
    overflow: hidden;
    padding: 26px 74px 0 74px;
    position: relative;
    margin-bottom: 140px;
}

.about-page .acupoint .list .box:last-child {
    margin-bottom: 0;
}

.about-page .acupoint .list .illness {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 24px;
    letter-spacing: .3em;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

.about-page .acupoint .list .picleft,
.about-page .acupoint .list .picright {
    float: left;
    text-align: center;
}

.about-page .acupoint .list img {
    max-width: 100%;
}

.about-page .acupoint .list .picleft {
    width: 59%;
}

.about-page .acupoint .list .picright {
    width: 41%;
    padding-right: 100px;
}

.about-page .acupoint .list .en {
    margin: 30px 0 20px 0;
    text-align: center;
    font-size: 30px;
}

.about-page .acupoint .list .tit {
    text-align: center;
    font-size: 18px;
    letter-spacing: .3em;
}

.about-page .prize .title,
.about-page .internet .title {
    text-align: center;
    font-size: 33px;
}

.about-page .internet {
    padding-top: 50px;
}

.about-page .internet .introduction {
    margin: 40px auto;
    max-width: 840px;
}

.about-page .internet .data {
    text-align: center;
}

.about-page .internet .data .content {
    display: inline-block;
    text-align: left;
}

.about-page .internet .data .box {
    float: left;
    margin: 0 44px;
}

.about-page .internet .data .number {
    font-size: 70px;
    font-weight: lighter;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.about-page .bottompic {
    margin-top: 40px;
}

.about-page .bottompic img {
    width: 100%;
    display: block;
}

.about-page .prize {
    padding: 100px 0 40px 0;
    text-align: center;
}

.about-page .prize ul {
    overflow: hidden;
    margin: 80px auto 0 auto;
}

.about-page .prize ul li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 70px;
    text-align: center;
}

.about-page .prize ul li:nth-child(3n+1) {
    clear: left;
}

.about-page .prize ul li:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1;
}

.about-page .prize ul img {
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: .8;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.about-page .prize ul .i {
    height: 96px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page .prize ul .t {
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
}

.about-page .history {
    max-width: 810px;
    margin: 60px auto 80px auto;
    padding: 0 20px;
}

.about-page .history ul {
    border-top: solid 1px #242424;
}

.about-page .history li {
    border-bottom: solid 1px #242424;
    padding: 40px 32px 36px 32px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-page .history li .more{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #0796ff;
    text-decoration: underline;
}

.about-page .history .date {
    width: 100px;
    font-size: 70px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1em;
    float: left;
    text-align: center;
    font-weight: lighter;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.about-page .history .date span {
    width: 39px;
    display: inline-block;
}

.about-page .history .date .line {
    width: 1px;
    height: 40px;
    background: #242424;
    clear: both;
    display: block;
    margin: 20px auto;
}

.about-page .history .text {
    flex: 1;
    padding-left: 70px;
    padding-left: 170px\9;
}

.about-page .history .tit {
    font-size: 20px;
    font-weight: bold;
}

.about-page .history .txt {
    line-height: 1.8em;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 10px;
}

.news-page {
    padding: 60px 0 80px 0;
}

.news-list .list {
    margin-bottom: 40px;
}

.news-list .date {
    font-size: 24px;
    color: #000;
    border-bottom: solid 1px #242424;
    padding: 8px 0;
    margin-bottom: 20px;
}

.news-list li {
    padding: 20px 0;
}

.news-list li a {
    display: block;
    overflow: hidden;
}

.news-list li a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.news-list li a:hover .tit {
    color: #ff8726;
}

.news-list li img {
    width: 100%;
    display: block;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}

.news-list li .pic {
    width: 360px;
    float: left;
    overflow: hidden;
}

.news-list li .text {
    padding-left: 410px;
}

.news-list li .tit,
.news-list li .info,
.news-list li .txt {
    height: 26px;
    line-height: 1.8;
    color: #000;
    /*overflow: hidden;*/
    display: -webkit-box;
    margin-left: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.news-list li .info,
.news-list li .txt {
    opacity: .7;
}

.news-list li .tit {
    font-size: 18px;
    overflow: hidden;
    font-weight: bold;
}

.news-list li .info {
    margin: 10px 0 20px 40px;
}

.news-list li .txt {
    height: 78px;
    -webkit-line-clamp: 3;
    font-size: 16px;
}

.news-list li .more {
    color: #ff8726;
    margin-left: 40px;
    letter-spacing: .2em;
    display: inline-block;
    background: url(https://cchimg.breo.com/images/arrow1.svg) no-repeat right 0 center;
    padding-right: 14px;
    margin-top: 10px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.news-list li .more:hover {
    padding-right: 24px;
}

.news-page .details {
    max-width: 770px;
    padding: 40px 0 20px 0;
}

.news-page .details .title {
    text-align: center;
    font-size: 32px;
    line-height: 1.4em;
    padding: 0 80px;
}

.news-page .details .info {
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
}

.news-page .details .date,
.news-page .details .social-share {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.news-page .details .date {
    color: #808285;
}

.news-page .details .social-share {
    margin-top: -8px;
}

.news-page .details .social-share:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.news-page .details .social-share a {
    float: left;
    position: relative;
    height: 20px;
    margin: 0 10px;
}

.news-page .details .social-share a img {
    max-height: 100%;
    filter: grayscale(100%) brightness(86%);
    -webkit-filter: grayscale(100%) brightness(86%);
    -moz-filter: grayscale(100%) brightness(86%);
    -ms-filter: grayscale(100%) brightness(86%);
    -o-filter: grayscale(100%) brightness(86%);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.news-page .details .social-share a:hover img {
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%);
    -ms-filter: grayscale(0%) brightness(100%);
    -o-filter: grayscale(0%) brightness(100%);
}

.news-page .article {
    color: #000;
    border-top: solid 1px #242424;
    margin-top: 50px;
    padding-top: 50px;
    font-weight: lighter;
}

.news-page .article .tit {
    font-weight: bold;
    font-size: 18px;
}

.news-page .article .tsimg1 {
    float: left;
}

.news-page .article .tsimg2 {
    float: right;
}

.product-list {
    padding: 60px 0 0 0;
}

.product-list .anchor {
    display: block;
    position: relative;
    top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.product-list .title {
    font-size: 24px;
    border-bottom: solid 1px #242424;
    padding: 5px 0;
}

.product-list ul {
    overflow: hidden;
    margin: 50px -28px;
}

.product-list li {
    width: 33.333%;
    float: left;
    padding: 0 28px;
    margin-bottom: 30px;
    text-align: center;
}

.product-list li:nth-child(3n+1) {
    clear: left;
}

.product-list li a {
    display: block;
    border-radius: 3%;
}

.product-list li a:hover .tit,
.product-list li a:hover .en {
    color: #ff8726;
}

.product-list li a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.product-list li img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}

.product-list li .pic {
    width: 380px;
    height: 270px;
    overflow: hidden;
    background: #F1F1F1;
    margin: 0 auto 20px auto;
    /* border-radius: 50%; */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.product-list li .en,
.product-list li .tit,
.product-list li .txt {
    line-height: 30px;
    height: 30px;
    color: #242424;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.product-list li .en {
    font-size: 20px;
}

.product-list li .tit {
    font-size: 18px;
}

.product-list li .txt {
    font-size: 16px;
    margin-top: 8px;
    font-weight: lighter;
}

.product-details .headTitle {
    width: 100%;
    line-height: 55px;
    font-size: 24px;
    color: #fff;
    background: rgba(58, 58, 58, 0.94);
    /* position: fixed;
    top: 44px; */
    position: relative;
    top: 0px;
    left: 0;
    z-index: 50;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.product-details .headTitle span {
    font-size: 18px;
    margin-left: 14px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}

.product-details .headTitle.top {
    position: fixed;
    top: 0;
}

.product-details .headTitle .price {
    float: right;
    font-size: 18px;
    color: #fff;
}

.product-details .headTitle .btn {
    float: right;
    min-width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 20px;
    background: #ff8726;
    margin: 15px 0 0 26px;
    font-size: 12px;
    color: #fff;
}

.product-details .headTitle .btn:hover {
    background: #4494ab;
}

.product-details .banner .pic2 {
    display: none;
}

.product-details .banner .swiper-slide {
    position: relative;
    z-index: 10;
}

.product-details .banner .text {
    max-width: 1180px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -95%);
    -webkit-transform: translate(-50%, -95%);
    -moz-transform: translate(-50%, -95%);
    -ms-transform: translate(-50%, -95%);
    -o-transform: translate(-50%, -95%);
    z-index: 20;
    line-height: 2em;
    font-size: 36px;
    color: #ff740f;
    font-weight: lighter;
    cursor: text;
}

.product-details .features {
    background: #f1f1f1;
    padding: 150px 0;
    text-align: center;
}

.product-details .features .wrap {
    position: relative;
}

.product-details .features img {
    max-width: 100%;
}

.product-details .features .text {
    width: 310px;
    position: absolute;
    z-index: 5;
}

.product-details .features .text sub {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 -6px 5px;
}

.product-details .features .text1 {
    top: 46px;
    left: 0;
}

.product-details .features .text2 {
    top: 46px;
    right: 0;
}

.product-details .features .text3 {
    left: 0;
    bottom: 200px;
}

.product-details .features .text4 {
    right: 0;
    bottom: 200px;
}

.product-details .features .p1 {
    font-size: 50px;
    color: #ff740f;
    font-weight: lighter;
}

.product-details .features .p1 span {
    font-size: 24px;
}

.product-details .features .p2 {
    line-height: 30px;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    font-weight: lighter;
}

.product-details .introduction {
    background: #242424;
    padding-bottom: 100px;
}

.product-details .introduction .head {
    padding: 100px 0 60px 0;
    text-align: center;
}

.product-details .introduction .head img {
    max-width: 100%;
}

.product-details .introduction .head .tit {
    font-size: 40px;
    font-weight: lighter;
    color: #fff;
    margin: 40px 0 10px 0;
}

.product-details .introduction .head .txt {
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
}

.product-details .introduction .row {
    position: relative;
}

.product-details .introduction .row img {
    width: 100%;
    display: block;
}

.product-details .introduction .row .pic,
.product-details .introduction .row .text {
    width: 50%;
    float: left;
}

.product-details .introduction .row .text {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.product-details .introduction .row .line {
    height: 1px;
    position: absolute;
    z-index: 5;
}

.product-details .introduction .row .line::before,
.product-details .introduction .row .line::after {
    content: " ";
    position: absolute;
    z-index: 2;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    -o-transition-duration: 2s;
    background: #ff740f;
}

.product-details .introduction .row .line::before {
    width: 0%;
    height: 1px;
    right: 0;
    top: 0;
}

.product-details .introduction .row .line::after {
    width: 8px;
    height: 8px;
    right: 0;
    top: -4px;
    border-radius: 50%;
}

.product-details .introduction .row .p1,
.product-details .introduction .row .p2 {
    line-height: 36px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.product-details .introduction .row .p1 {
    font-size: 24px;
    color: #ff740f;
}

.product-details .introduction .row .p2 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    font-weight: lighter;
}

.product-details .introduction .row .p2 span {
    font-weight: bold;
}

.product-details .introduction .row:nth-child(even) .pic,
.product-details .introduction .row:nth-child(even) .text {
    float: right;
}

.product-details .introduction .row:nth-child(even) .pic {
    order: 2;
}

.product-details .introduction .row:nth-child(even) .text {
    order: 1;
    text-align: right;
    left: 0;
    right: auto;
}

.product-details .introduction .row:nth-child(even) .line::before {
    left: 0;
    right: auto;
}

.product-details .introduction .row:nth-child(even) .line::after {
    right: auto;
    left: 0;
}

.product-details .introduction .row.dh .line::before {
    width: 100%;
}

.product-details .introduction .row.dh .line::after {
    right: 100%;
}

.product-details .introduction .row.dh:nth-child(even) .line::after {
    left: 100%;
}

.product-details .photo {
    padding: 90px 0 72px 0;
    background: #f1f1f1;
}

.product-details .photo .title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.product-details .photo .info {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.product-details .photo img {
    width: 100%;
    display: block;
}

.product-details .photo .swiper-container {
    margin-top: 50px;
    padding-bottom: 30px;
}

.product-details .photo .swiper-pagination {
    bottom: 0;
}

.product-details .photo .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 7px;
    background: #989898;
    opacity: 1;
}

.product-details .photo .swiper-pagination-bullet-active {
    background: #383838;
}

.product-details .parameter {
    padding: 60px 0;
}

.product-details .parameter .entit,
.product-details .parameter .title {
    text-align: center;
    font-weight: lighter;
}

.product-details .parameter .entit {
    font-size: 40px;
}

.product-details .parameter .title {
    font-size: 20px;
    margin-top: 4px;
}

.product-details .parameter .content {
    overflow: hidden;
    margin-top: 70px;
}

.product-details .parameter img {
    max-width: 100%;
}

.product-details .parameter .pic {
    width: 57.63%;
    float: left;
}

.product-details .parameter .text {
    width: 34.746%;
    float: right;
}

.product-details .parameter .row {
    margin-bottom: 40px;
}

.product-details .parameter .row:last-child {
    margin-bottom: 0;
}

.product-details .parameter .tit {
    font-size: 18px;
    padding: 8px 0;
    border-bottom: solid 2px #242424;
}

.product-details .parameter p {
    font-size: 16px;
    font-weight: lighter;
    padding: 20px 0;
    border-bottom: solid 1px #242424;
}

@media only screen and (max-width: 1450px) {
    .product-details .banner .text {
        left: 50%;
        transform: translate(-50%, -95%);
        -webkit-transform: translate(-50%, -95%);
        -moz-transform: translate(-50%, -95%);
        -ms-transform: translate(-50%, -95%);
        -o-transform: translate(-50%, -95%);
    }
}

.product-details.iNeck3Pro .introduction .row:nth-child(1) .line {
    left: 31.8%;
}

.product-details.iNeck3Pro .introduction .row:nth-child(2) .line {
    right: 31.6%;
}

.product-details.iNeck3Pro .introduction .row:nth-child(3) .line {
    left: 30%;
}

.product-details.iNeck3Pro .introduction .row:nth-child(4) .line {
    right: 25.83%;
}

.product-details.iNeck3Pro .introduction .row:nth-child(1) .text {
    top: 34.91525424%;
}

.product-details.iNeck3Pro .introduction .row:nth-child(2) .text {
    top: 46.61016949%;
}

.product-details.iNeck3Pro .introduction .row:nth-child(3) .text {
    top: 39.66101695%;
}

.product-details.iNeck3Pro .introduction .row:nth-child(4) .text {
    top: 37.45762712%;
}

.product-details.sport .introduction .row .p1,
.product-details.scalpminiPro .introduction .row .p1,
.product-details.sport .features .p1,
.product-details.scalpminiPro .features .p1,
.product-details.sport .banner .text,
.product-details.scalpminiPro .banner .text {
    color: #AB308A;
}

.product-details.sport .introduction .row .line::after,
.product-details.scalpminiPro .introduction .row .line::after,
.product-details.sport .introduction .row .line::before,
.product-details.scalpminiPro .introduction .row .line::before {
    background: #AB308A;
}

.product-details.iSeeM .features .text1,
.product-details.scalpminiPro .features .text1 {
    top: 20px;
    left: 0;
}

.product-details.iSeeM .features .text2,
.product-details.scalpminiPro .features .text2 {
    top: 20px;
    right: 0;
}

.product-details.iSeeM .features .text3,
.product-details.scalpminiPro .features .text3 {
    left: 0;
    bottom: 20px;
}

.product-details.iSeeM .features .text4,
.product-details.scalpminiPro .features .text4 {
    right: 0;
    bottom: 20px;
}

.product-details.scalpminiPro .introduction .row:nth-child(1) .line {
    left: 38.88888889%;
}

.product-details.scalpminiPro .introduction .row:nth-child(2) .line {
    right: 31.25%;
}

.product-details.scalpminiPro .introduction .row:nth-child(3) .line {
    left: 21.38888889%;
}

.product-details.scalpminiPro .introduction .row:nth-child(4) .line {
    right: 36.38888889%;
}

.product-details.scalpminiPro .introduction .row:nth-child(1) .text {
    top: 17.62711864%;
}

.product-details.scalpminiPro .introduction .row:nth-child(2) .text {
    top: 29.66101695%;
}

.product-details.scalpminiPro .introduction .row:nth-child(3) .text {
    top: 29.66101695%;
}

.product-details.scalpminiPro .introduction .row:nth-child(4) .text {
    top: 38.98305085%;
}

.product-details.iSeeM .introduction .row:nth-child(1) .line {
    left: 31.52777778%;
}

.product-details.iSeeM .introduction .row:nth-child(2) .line {
    right: 31.25%;
}

.product-details.iSeeM .introduction .row:nth-child(3) .line {
    left: 26.11111111%;
}

.product-details.iSeeM .introduction .row:nth-child(4) .line {
    right: 31.80555556%;
}

.product-details.iSeeM .introduction .row:nth-child(1) .text {
    top: 36.61016949%;
}

.product-details.iSeeM .introduction .row:nth-child(2) .text {
    top: 24.57627119%;
}

.product-details.iSeeM .introduction .row:nth-child(3) .text {
    top: 26.44067797%;
}

.product-details.iSeeM .introduction .row:nth-child(4) .text {
    top: 34.57627119%;
}

.product-details.iDream5S .introduction .row .p1,
.product-details.iDream5S .features .p1,
.product-details.iDream5S .banner .text {
    color: #4678B1;
}

.product-details.iDream5S .introduction .row .line::after,
.product-details.iDream5S .introduction .row .line::before {
    background: #4678B1;
}

.product-details.iDream5S .features .text1 {
    top: 50px;
    left: 0;
}

.product-details.iDream5S .features .text2 {
    top: 50px;
    right: 0;
}

.product-details.iDream5S .features .text3 {
    left: 0;
    bottom: 50px;
}

.product-details.iDream5S .features .text4 {
    right: 0;
    bottom: 50px;
}

.product-details.iDream5S .introduction .row:nth-child(1) .line {
    left: 31.80555556%;
}

.product-details.iDream5S .introduction .row:nth-child(2) .line {
    right: 17.70833333%;
}

.product-details.iDream5S .introduction .row:nth-child(3) .line {
    left: 29.02777778%;
}

.product-details.iDream5S .introduction .row:nth-child(4) .line {
    right: 39.16666667%;
}

.product-details.iDream5S .introduction .row:nth-child(1) .text {
    top: 36.61016949%;
}

.product-details.iDream5S .introduction .row:nth-child(2) .text {
    top: 30.33898305%;
}

.product-details.iDream5S .introduction .row:nth-child(3) .text {
    top: 41.3559322%;
}

.product-details.iDream5S .introduction .row:nth-child(4) .text {
    top: 38.98305085%;
}

.product-details.iSeeK .features .text1,
.product-details.sport .features .text1 {
    top: 0;
    left: 0;
}

.product-details.iSeeK .features .text2,
.product-details.sport .features .text2 {
    top: 0;
    right: 0;
}

.product-details.iSeeK .features .text3,
.product-details.sport .features .text3 {
    left: 0;
    bottom: 0;
}

.product-details.iSeeK .features .text4,
.product-details.sport .features .text4 {
    right: 0;
    bottom: 0;
}

.product-details.sport .banner .text {
    top: 54%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

@media only screen and (max-width: 1450px) {
    .product-details.sport .banner .text {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
}

.product-details.sport .introduction .row:nth-child(1) .line {
    left: 36.80555556%;
}

.product-details.sport .introduction .row:nth-child(2) .line {
    right: 47.22222222%;
}

.product-details.sport .introduction .row:nth-child(3) .line {
    left: 27.08333333%;
}

.product-details.sport .introduction .row:nth-child(4) .line {
    right: 31.94444444%;
}

.product-details.sport .introduction .row:nth-child(1) .text {
    top: 50.84745763%;
}

.product-details.sport .introduction .row:nth-child(2) .text {
    top: 44.40677966%;
}

.product-details.sport .introduction .row:nth-child(3) .text {
    top: 48.13559322%;
}

.product-details.sport .introduction .row:nth-child(4) .text {
    top: 38.98305085%;
}

.product-details.miniSpace .introduction .row:nth-child(1) .line {
    left: 35.41666667%;
}

.product-details.miniSpace .introduction .row:nth-child(2) .line {
    right: 31.94444444%;
}

.product-details.miniSpace .introduction .row:nth-child(3) .line {
    left: 40.97222222%;
}

.product-details.miniSpace .introduction .row:nth-child(4) .line {
    right: 38.05555556%;
}

.product-details.miniSpace .introduction .row:nth-child(1) .text {
    top: 58.30508475%;
}

.product-details.miniSpace .introduction .row:nth-child(2) .text {
    top: 41.3559322%;
}

.product-details.miniSpace .introduction .row:nth-child(3) .text {
    top: 57.62711864%;
}

.product-details.miniSpace .introduction .row:nth-child(4) .text {
    top: 38.98305085%;
}

.product-details.iSeeK .introduction .row:nth-child(1) .line {
    left: 31.52777778%;
}

.product-details.iSeeK .introduction .row:nth-child(2) .line {
    right: 38.75%;
}

.product-details.iSeeK .introduction .row:nth-child(3) .line {
    left: 28.88888889%;
}

.product-details.iSeeK .introduction .row:nth-child(4) .line {
    right: 29.72222222%;
}

.product-details.iSeeK .introduction .row:nth-child(1) .text {
    top: 36.61016949%;
}

.product-details.iSeeK .introduction .row:nth-child(2) .text {
    top: 48.13559322%;
}

.product-details.iSeeK .introduction .row:nth-child(3) .text {
    top: 41.3559322%;
}

.product-details.iSeeK .introduction .row:nth-child(4) .text {
    top: 38.98305085%;
}

.product-details.iNeck4 .introduction .row:nth-child(1) .line {
    left: 27.77777778%;
}

.product-details.iNeck4 .introduction .row:nth-child(2) .line {
    right: 36.94444444%;
}

.product-details.iNeck4 .introduction .row:nth-child(3) .line {
    left: 21.94444444%;
}

.product-details.iNeck4 .introduction .row:nth-child(4) .line {
    right: 35%;
}

.product-details.iNeck4 .introduction .row:nth-child(1) .text {
    top: 56.61016949%;
}

.product-details.iNeck4 .introduction .row:nth-child(2) .text {
    top: 48.13559322%;
}

.product-details.iNeck4 .introduction .row:nth-child(3) .text {
    top: 41.3559322%;
}

.product-details.iNeck4 .introduction .row:nth-child(4) .text {
    top: 46.10169492%;
}

.contact-page {
    padding: 60px 20px 20px 20px;
}

.contact-page .title {
    margin-top: -6px;
}

.contact-page .title .txt,
.contact-page .title .tit {
    line-height: 50px;
    font-size: 30px;
}

.contact-page .title .txt {
    font-weight: lighter;
}

.contact-page .row {
    margin-bottom: 60px;
}

.contact-page .row:last-child {
    margin-bottom: 0;
}

.contact-page .col8 {
    padding-left: 20px;
}

.contact-page .qrcodebox,
.contact-page .contact {
    text-align: center;
    overflow: hidden;
    border-bottom: solid 1px #242424;
    padding-bottom: 60px;
}

.contact-page .qrcodebox .box,
.contact-page .contact .box {
    width: 40%;
    float: left;
}

.contact-page .qrcodebox .box:nth-child(even),
.contact-page .contact .box:nth-child(even) {
    float: right;
}

.contact-page .qrcodebox img,
.contact-page .contact img {
    width: 100%;
    display: block;
}

.contact-page .contact .icon {
    width: 74px;
    margin: 0 auto;
}

.contact-page .contact .p1 {
    line-height: 40px;
    margin: 28px 0 12px 0;
}

.contact-page .contact .p1,
.contact-page .contact .p1 a {
    font-size: 30px;
    color: #242424;
}

.contact-page .qrcodebox {
    padding-top: 60px;
}

.contact-page .qrcodebox .qrcode {
    width: 82px;
    margin: 0 auto;
}

.contact-page .qrcodebox .icon {
    height: 34px;
    margin: 18px 0 14px 0;
}

.contact-page .qrcodebox .icon img {
    width: auto;
    max-height: 100%;
    display: inline-block;
}

.contact-page .address {
    line-height: 20px;
    padding-top: 40px;
}

.contact-page .address a {
    color: #242424;
}

.contact-page .address p {
    margin-bottom: 10px;
}

.contact-page .policy {
    line-height: 26px;
    font-weight: lighter;
}

.contact-page .policy .box {
    padding: 40px 0;
    border-top: solid 1px #242424;
}

.contact-page .policy .box:first-child {
    padding-top: 0;
    border-top: none;
}

.contact-page .policy .tit {
    font-size: 18px;
    font-weight: normal;
}

.pcintr {
    text-align: center;
    border-bottom: solid 1px #242424;
    padding-bottom: 60px;
}

.pcintr .wrap {
    max-width: 770px;
}

.pcintr .p1 {
    line-height: 50px;
    font-size: 30px;
}

.pcintr .p2 {
    line-height: 26px;
    font-size: 16px;
    margin-top: 24px;
}

.member-page,
.support-page,
.work-page,
.cooperation-page {
    padding: 60px 20px;
}

.work-page .pcbtn,
.cooperation-page .pcbtn {
    text-align: center;
    margin-top: 40px;
}

.work-page .pcbtn a,
.cooperation-page .pcbtn a,
.work-page .pcbtn button,
.cooperation-page .pcbtn button,
.work-page .pcbtn input,
.cooperation-page .pcbtn input {
    padding: 0 20px;
    min-width: 222px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #ff8726;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.work-page .pcbtn a:hover,
.cooperation-page .pcbtn a:hover,
.work-page .pcbtn button:hover,
.cooperation-page .pcbtn button:hover,
.work-page .pcbtn input:hover,
.cooperation-page .pcbtn input:hover {
    background: #0F87AA;
}

.modelist {
    text-align: center;
}

.modelist .row {
    margin-bottom: 44px;
}

.modelist .row:last-child {
    margin-bottom: 0;
}

.modelist .col {
    padding: 0 68px;
}

.modelist .icon {
    height: 74px;
    line-height: 74px;
}

.modelist .icon img {
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.modelist .tit,
.modelist .txt {
    font-size: 16px;
    line-height: 28px;
}

.modelist .tit {
    margin: 24px 0 20px 0;
}

.modelist .txt span {
    font-weight: normal;
}

.modelist .txt p {
    margin-bottom: 10px;
}

.cooperation-page .pcintr .p3 {
    font-size: 24px;
    text-align: center;
    color: #242424;
    margin: 50px 0;
}

.cooperation-page .pcintr ul {
    width: 880px;
    margin: 0 auto 30px auto;
    text-align: left;
    overflow: hidden;
    padding-left: 60px;
}

.cooperation-page .pcintr ul li {
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    padding-left: 16px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.cooperation-page .pcintr ul li:nth-child(2n+1) {
    clear: left;
}

.cooperation-page .pcintr ul li::after {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff8726;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 2;
}

.cooperation-page .modebox {
    text-align: center;
    padding: 60px 0;
    border-bottom: solid 1px #C4C4C4;
}

.cooperation-page .modebox .title {
    font-size: 24px;
    margin-bottom: 50px;
}

.cooperation-page .partner {
    padding: 60px 0 30px 0;
    max-width: 1060px;
    margin: 0 auto;
}

.cooperation-page .partner .title {
    font-size: 24px;
    text-align: center;
}

.cooperation-page .partner .slogan {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-top: 20px;
}

.cooperation-page .partner ul {
    overflow: hidden;
    margin-top: 44px;
}

.cooperation-page .partner ul li {
    width: 33.333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 80px;
    text-align: center;
    overflow: hidden;
}

.cooperation-page .partner ul li:nth-child(3n+1) {
    clear: left;
}

.cooperation-page .partner ul li img {
    max-width: none;
    height: 100%;
}

.cooperation-page .partner ul li a {
    height: 90px;
    display: block;
}

.cooperation-page .message {
    max-width: 870px;
    margin: 0 auto;
    border: solid 1px #000;
    padding: 50px;
}

.cooperation-page .message .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.cooperation-page .message .row {
    margin-top: 60px;
}

.cooperation-page .message .tit {
    font-size: 16px;
    margin-bottom: 10px;
}

.cooperation-page .message .inpu {
    border-bottom: solid 1px #242424;
}

.cooperation-page .message .inpu .layui-input.layui-unselect,
.cooperation-page .message .inpu select,
.cooperation-page .message .inpu input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    font-size: 16px;
    color: #242424;
    padding: 0;
}

.cooperation-page .message .inpu select {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://cchimg.breo.com/images/arrow2.svg) no-repeat right 5px center;
}

.work-page .work {
    max-width: 770px;
    margin: 0 auto;
    padding-top: 60px;
}

.work-page .work .txt {
    line-height: 50px;
    font-size: 30px;
    text-align: center;
}

.work-page .work .picbox {
    margin: 40px -9px 0 -9px;
}

.work-page .work .picbox img {
    width: 100%;
    display: block;
}

.work-page .work .picbox .col {
    padding: 0 9px;
    margin-bottom: 18px;
}

.member-page .title,
.support-page .title {
    font-size: 24px;
    text-align: center;
    padding: 60px 0;
}

.support-page .connection {
    border-bottom: solid 1px #242424;
    padding-bottom: 60px;
}

.support-page .connection ul {
    overflow: hidden;
}

.support-page .connection li {
    width: 33.333%;
    float: left;
    text-align: center;
    margin-bottom: 60px;
}

.support-page .connection li:nth-child(3n+1) {
    clear: left;
}

.support-page .connection li:nth-child(3n) .num::after,
.support-page .connection li:nth-child(3n+1) .num::before {
    background: #fff;
}

.support-page .connection li img {
    width: 100%;
    display: block;
}

.support-page .connection li .icon {
    width: 222px;
    height: 222px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.support-page .connection li .num {
    margin: 22px 0 10px 0;
    position: relative;
}

.support-page .connection li .num span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #ff8726;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.support-page .connection li .num::before,
.support-page .connection li .num::after {
    content: " ";
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    z-index: 2;
    background: #ff8726;
}

.support-page .connection li .num::before {
    right: 50%;
    left: 0;
}

.support-page .connection li .txt {
    max-width: 160px;
    line-height: 26px;
    font-size: 16px;
    margin: 0 auto;
}

.support-page .connection .download {
    text-align: center;
}

.support-page .connection .download .icon {
    margin: 20px 0 15px 0;
}

.support-page .product {
    text-align: center;
}

.support-page .product ul {
    padding: 0 60px;
    overflow: hidden;
}

.support-page .product li {
    width: 33%;
    float: left;
    margin-bottom: 60px;
}

.support-page .product li:nth-child(3n+1) {
    clear: left;
}

.support-page .product li a:hover .txt {
    color: #ff8726;
}

.support-page .product li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-page .product li .icon img {
    max-width: 100%;
    vertical-align: middle;
}

.support-page .product li .txt {
    line-height: 26px;
    font-size: 16px;
    color: #242424;
    margin-top: 30px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.support-page .problem .modelist {
    margin-top: 40px;
    padding: 0 46px;
}

.support-page .problem .modelist .col {
    padding: 0 50px;
}

.support-page .problem .modelist .tit {
    font-weight: bold;
}

.member-page .interests {
    padding-bottom: 60px;
    border-bottom: solid 1px #242424;
}

.member-page .interests .title {
    font-weight: bold;
    padding-bottom: 50px;
}

.member-page .interests .modelist .row {
    margin-bottom: 50px;
}

.member-page .interests .modelist .icon img {
    vertical-align: bottom;
}

.member-page .interests .modelist .tit {
    font-weight: bold;
}

.member-page .level {
    padding-top: 60px;
    text-align: center;
}

.member-page .level .pic {
    max-width: 276px;
    margin: 0 auto;
}

.member-page .level .p1 {
    font-size: 16px;
    margin: 25px 0 10px 0;
    font-weight: bold;
}

.member-page .level .p2 {
    font-size: 16px;
}

.member-page .level .t1 {
    font-weight: bold;
}

.member-page .level .col {
    padding: 0 40px;
}

.member-page .level .col:first-child .txt::after {
    display: none;
}

.member-page .level .txt {
    line-height: 30px;
    font-size: 14px;
    margin-top: 30px;
    position: relative;
}

.member-page .level .txt::after {
    content: " ";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    background: #242424;
    z-index: 5;
}

.member-page .qrcode {
    text-align: center;
    margin-top: 65px;
}

.member-page .qrcode img {
    width: 100%;
    display: block;
}

.member-page .qrcode .pic {
    width: 140px;
    margin: 0 auto;
}

.member-page .qrcode .txt {
    margin-top: 20px;
}

.layui-form-select dl dd.layui-this {
    background: #ff8726;
}

.layui-form-select dl {
    padding: 0;
    top: 48px;
}

.layui-input.layui-unselect::-webkit-input-placeholder {
    color: #ffffff;
}

.layui-input.layui-unselect:-moz-placeholder {
    color: #ffffff;
}

.layui-input.layui-unselect::-moz-placeholder {
    color: #ffffff;
}

.layui-input.layui-unselect:-ms-input-placeholder {
    color: #ffffff;
}

.layui-input-block {
    margin: 0;
    padding: 0;
    min-height: auto;
}

.layui-form-select .layui-edge {
    width: 18px;
    height: 12px;
    background: url(https://cchimg.breo.com/images/arrow2.svg) no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 5px;
    margin: -6px 0 0 0;
    border: none;
}

.layui-layer.layui-layer-page.demo-class {
    top: 50% !important;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: #000;
}

.layui-layer-content {
    height: auto !important;
}

.video_box{background:none !important;}
.video_box .pic1,
.video_box .pic2{
    font-size:0px;
}
.video_box video{
    width:100%;
    max-width:none;
}


.isee_m_content{

}
.isee_m_content .pic{
    margin:119px 0 0 0;
}

.iframe_bnr img{
    max-width: none;
    width:100%;
    height:auto;
}

.iframe_nav{
    text-align: center;
    margin: 75px 0 0 0;
}
.iframe_nav a{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #1e0000;
    margin: 0 92px;
}
.iframe_nav a.active{
    color: #a5d7e8;
}

.iframe_contain{
    margin: 85px;
}

.news-page .article img{height: auto !important}