 .border-top-gray{
     border-top: solid 2px #d9d9d9 !important;
 }
.sccmbg{
   background-image:url("../images/bg2.png");
   background-size: contain;
    background-position: center center;
  background-repeat: no-repeat;
}

/*v48修改*/
.allDMC-col{
    width: 100%;
}
@media (min-width: 992px) {
    .allDMC-col{
        width: 20%;
    }
   .row.top .allDMC-col{
        width: 25%;
    }

    .row.bottom .allDMC-col{
        width: calc(100% / 3);
    }
}


/*v23修改*/
.flex-shrink0 {
    flex-shrink: 0;
}

.overflowhidden {
    overflow: hidden;
}

.dispaly-inlineblock{
    display: inline-block;
}
/*颜色*/
.xcblue {
    color: #0E73AD;
}

.xcbluea {
    color: #0564c6;
}

.xcred {
    color: #b41a37;
}

.xcred2 {
    color: #e30c53;
}

.xcpurple {
    color: #67088a;
}

.xcpink {
    color: #e30c53;
}

.xcwhite {
    color: #ffffff;
}

.xcyellow {
    color: #fffc00;
}

.xcblus {
    color: #031f77;
}

.xcblack {
    color: #363636;
}

.xcgray {
    color: #363636;
}

.xcgray4 {
    color: #444444;
}

.bg-grayf4  {
    background: #f4f6f7;
}
.bg-green {
    background: #09bf5b;
}

.bg-blue {
    background: #0e8293;
}

.bg-bluea {
    background: #70deda;
}

.bg-black {
    background: #000000;
}

.borderline {
    width: 30%;
    height: 2px;
    margin: auto;
}

.borderline.small {
    width: 25%;
}

.borderline.minis {
    width: 15%;
}

.borderline.white {
    background: #ffffff;
}

.borderline.gray {
    background: #f4f6f7;
}

.layoutarea {
    width: 1140px;
    margin: auto;
    padding: 1px 0;
}

/*字体样式*/
.xctext-bold {
    font-weight: 600;
}

.xctext-center {
    text-align: center;
}

.xclineheight-s {
    line-height: 1.4;
}

.xclineheight-m {
    line-height: 1.6;
}

.xclineheight-l {
    line-height: 1.8;
}

.xclineheight-xl {
    line-height: 2;
}

/*字体大小0.7*/
.xcfont-80 {
    font-size: 56px;
}

.xcfont-40 {
    font-size: 28px;
}

.xcfont-33 {
    font-size: 23px;
}
.xcfont-34 {
    font-size: 22px;
}
.xcfont-30 {
    font-size: 19px;
}

.xcfont-22 {
    font-size: 22px;
}

.xcfont-19 {
    font-size: 19px;
}

/*margin*/
.xcmargin-xs {
    margin: 30px;
}

.xcmargin-sm {
    margin: 40px;
}

.xcmargin {
    margin: 50px;
}

.xcmargin-lg {
    margin: 60px;
}

.xcmargin-xl {
    margin: 70px;
}

.xcmargin-top-mini {
    margin-top: 10px;
}

.xcmargin-top-xs {
    margin-top: 30px;
}

.xcmargin-top-sm {
    margin-top: 40px;
}

.xcmargin-top {
    margin-top: 50px;
}

.xcmargin-top-lg {
    margin-top: 60px;
}

.xcmargin-top-xl {
    margin-top: 70px;
}

.xcmargin-right-xs {
    margin-right: 30px;
}

.xcmargin-right-sm {
    margin-right: 40px;
}

.xcmargin-right {
    margin-right: 50px;
}

.xcmargin-right-lg {
    margin-right: 60px;
}

.xcmargin-right-xl {
    margin-right: 70px;
}

.xcmargin-bottom-xs {
    margin-bottom: 30px;
}

.xcmargin-bottom-sm {
    margin-bottom: 40px;
}

.xcmargin-bottom {
    margin-bottom: 50px;
}

.xcmargin-bottom-lg {
    margin-bottom: 60px;
}

.xcmargin-bottom-xl {
    margin-bottom: 70px;
}

.xcmargin-left-xs {
    margin-left: 30px;
}

.xcmargin-left-sm {
    margin-left: 40px;
}

.xcmargin-left {
    margin-left: 50px;
}

.xcmargin-left-lg {
    margin-left: 60px;
}

.xcmargin-left-xl {
    margin-left: 70px;
}

.xcmargin-lr-xs {
    margin-left: 30px;
    margin-right: 30px;
}

.xcmargin-lr-sm {
    margin-left: 40px;
    margin-right: 40px;
}

.xcmargin-lr {
    margin-left: 50px;
    margin-right: 50px;
}

.xcmargin-lr-lg {
    margin-left: 60px;
    margin-right: 60px;
}

.xcmargin-lr-xl {
    margin-left: 70px;
    margin-right: 70px;
}

.xcmargin-tb-mini {
    margin-top: 10px;
    margin-bottom: 10px;
}

.xcmargin-tb-xs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.xcmargin-tb-sm {
    margin-top: 40px;
    margin-bottom: 40px;
}

.xcmargin-tb {
    margin-top: 50px;
    margin-bottom: 40px;
}

.xcmargin-tb-lg {
    margin-top: 60px;
    margin-bottom: 60px;
}

.xcmargin-tb-xl {
    margin-top: 70px;
    margin-bottom: 70px;
}

/*padding*/
.xcpadding-bottom-xs {
    padding-bottom: 30px;
}

.xcpadding-bottom-sm {
    padding-bottom: 40px;
}

.xcpadding-bottom {
    padding-bottom: 50px;
}

.xcpadding-bottom-lg {
    padding-bottom: 60px;
}

.xcpadding-bottom-xl {
    padding-bottom: 70px;
}

.xcpadding-right-xs {
    padding-right: 30px;
}

.xcpadding-right-sm {
    padding-right: 40px;
}

.xcpadding-right {
    padding-right: 50px;
}

.xcpadding-right-lg {
    padding-right: 60px;
}

.xcpadding-right-xl {
    padding-right: 70px;
}

.xcpadding-tb-xs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.xcpadding-tb-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

.xcpadding-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.xcpadding-tb-lg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.xcpadding-tb-xl {
    padding-top: 70px;
    padding-bottom: 70px;
}

.xcpadding-lr-mini {
    padding-left: 10px;
    padding-right: 10px;
}

.xcpadding-lr-xs {
    padding-left: 30px;
    padding-right: 30px;
}

.xcpadding-lr-sm {
    padding-left: 40px;
    padding-right: 40px;
}

.xcpadding-lr {
    padding-left: 50px;
    padding-right: 50px;
}

.xcpadding-lr-lg {
    padding-left: 60px;
    padding-right: 60px;
}

.xcpadding-lr-xl {
    padding-left: 70px;
    padding-right: 70px;
}

/*额外*/
.Product-title {
    text-align: center;
    margin: 70px 0 60px;
}

.multipleoptions {
    padding: 1px 0;
}

.multipleoptions .multi-border {
    border-top: solid 2px #f4f6f7;
    display: inline-block;
}

.multipleoptions .muti-list {
    width: 1140px;
    margin: auto;
}

.multipleoptions .muti-item {
    border: solid 2px #bec5c5;
    border-radius: 10px;
    width: 47%;
    margin: 0 auto 64px;
    cursor: pointer;
}

.multipleoptions .muti-item:hover {
    /*background: #60d9e4;*/
    color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
    background-color: rgb(143, 216, 227);
    border-color: rgb(195, 229, 238);
    border-style: solid;
    border-width: 2px;
}

.multipleoptions .muti-item:hover .xcred, .multipleoptions .muti-item:hover .texts .name,
.multipleoptions .muti-item:hover .texts .ptext {
    color: #ffffff;
}

.multipleoptions .muti-item .muti-img {
    padding: 28px 35px;
    width: 147px;
    box-sizing: content-box;
}

.multipleoptions .muti-item .texts .name {
    color: #0e73ad;
}

.multipleoptions .muti-item .texts .ptext {
    color: #404141;
    position: relative;
    padding-left: 30px;
}

.multipleoptions .muti-item .texts .ptext::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/newimg/check.png") 100% 100%;
    background-size: 100% 100%;
}

.multipleoptions .muti-item:hover .texts .ptext::before {
    background: url("../images/newimg/whitecheck.png") 100% 100%;
    background-size: 100% 100%;
}

.onlineorder-block {
    background: url("../images/newimg/bg_blue.png") 100% 100%;
    background-size: 100% 100%;
}

.whiteeighticon, .brighticon, .bluecicon, .bolckicon {
    padding-left: 26px;
    position: relative;
}

.staricon {
    position: relative;
}

.staricon::before {
    content: '';
    display: block;
    position: absolute;
    left: -26px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/newimg/star.png") 100% 100%;
    background-size: 100% 100%;
}

.whiteeighticon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("../images/newimg/whitechecked.png") 100% 100%;
    background-size: 100% 100%;
}

.bolckicon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: #35a4dc;
    border-radius: 5px;
}

.bluecicon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("../images/product/checked.png") 100% 100%;
    background-size: 100% 100%;
}

.peopleicon {
    padding-left: 32px;
    position: relative;
}

.peopleicon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 31px;
    background: url("../images/newimg/peo.png") 100% 100%;
    background-size: 100% 100%;
}

.brighticon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("../images/newimg/bright.png") 100% 100%;
    background-size: 100% 100%;
}

.onlineorder-block .img {
    width: 60%;
}

.member-block .img {
    width: 42%;
    padding-right: 50px;
}

.member-block .text {
    padding-left: 60px;
    width: 58%;
}

.reser-block .img {
    width: 50%;
    padding-left: 170px;
}

.reser-block .text {
    width: 50%;
}

.pos-block {
    background: #ffffff url("../images/newimg/posbg2.png") 100% 100% no-repeat;
    background-size: auto 122%;
    padding-bottom: 10px;
}

.pos-block .img {
    width: 50%;
    padding: 0 10px;
    margin-top: 110px;
}

.pos-block .layoutarea {
    width: 80%;
}

.pos-block .text {
    /*width:685px;*/
    /*min-height: 685px;*/
    /*width: 48%;*/
    /*min-height: 37vw;*/
    width: 30%;
    min-height: 460px;
    margin: auto;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 10px 20px 40px;
    box-shadow: 0px 3px 9.6px 0.4px rgba(0, 0, 0, 0.2);

}

.pos-block .text .simg {
    position: absolute;
    right: -30px;
    width: 110px;
    bottom: -50px;
    z-index: 20;
}

/*.pos-block .xcmargin-tb-xl{*/
/*margin: 180px 0;*/
/*}*/
.version-block {
    background: #ffffff url("../images/newimg/version2.png") 0% 0% no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
}

.version-block .img {
    width: 70%;
}

.version-block .text {
    width: 31%;
    margin-left: -5%;
}

.intimate-block {
    padding-bottom: 50px;
}

.intimate-block .img {
    width: 50%;
}

.intimate-block .right {
    width: 50%;
}

.intimate-block .right .text {
    margin-bottom: 120px;
}

.modetitle {
    background: url("../images/newimg/modetitlebg.png") 0% 0% no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.borderline.mini {
    width: 20%;
    margin: 0 15px;
}

.modeone-block {
    padding-bottom: 40px;
}

.modeone-block .img {
    width: 60%;
}

.modeone-block .text {
    width: 40%;
    padding-left: 10%;
}

.half {
    width: 50%;
}

.modetwo-block .margintop {
    margin-top: 120px;
}

.modetwo-block .textone {
    padding: 0 100px 0 150px;
}

.modetwo-block .texttwo {
    padding: 0 40px 0 20px;
}

.modetwo-block .imgtwo {
    width: 40%;
    margin: 0px auto 0;
}

.numblock {
    width: 100px;
    height: 100px;
    background: url("../images/newimg/integrate1.png") 100% 100%;
    background-size: 100% 100%;
    color: #ffffff;
    padding: 30px 0;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

.integrate-block {
    border-bottom: solid 4px #f4f6f7;

}

.integrate-block .numarea {
    width: 70%;
    margin: 0 auto 50px;
}

.integrate-block .onetxet {
    width: 45%;
    /*padding: 0 45px;*/
    margin-bottom: 170px;
}

.integrate-block .oneimg {
    width: 70%;
    margin-left: -25%;
    padding: 0 100px;
}

.integrate-block .twoimg {
    width: 80%;
    margin: auto;
}

.numarea.bordertop {
    border-top: solid 2px #f1f1f1;
    padding-top: 50px;
}

.card-block {
    padding-top: 100px;
}

.card-block .right {
    margin-top: 80px;
}

.card-block .layoutare {
    align-items: flex-end;
}

.card-block .textimg {
    width: 291px;
}

.card-block .bimg {
    width: 517px;
}

.op-block {
    background: #ffffff url("../images/newimg/opbg.png") 100% 100% no-repeat;
    background-size: auto 112%;
    padding: 150px 0 58px;
}

.op-block .listicon {
    width: 20px;
    vertical-align: -4px;
}

.op-block .left {
    padding-left: 100px;
}

.op-block .left .textimg {
    width: 425px;
}

.choose-block .text {
    padding: 0 40px;
}

.dual-block {
    background: url("../images/newimg/dualbg.png") 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 60px;
}

.dual-block img {
    width: 80%;
    margin: 60px auto 0;
    display: block;
}

.call-title {
    width: 100%;
    color: #17ffe6;
    background: #23576f;
    text-align: center;
}

.call-title.bgblue {
    background: #99eaf3;
    color: #121212;
}

.getnum-block {
    padding-bottom: 50px;
}

.getnum-block .text {
    padding-left: 100px;
}

.getnum-block .img > img {
    width: 80%;
    margin: auto;
    display: block;
}

.yellowbotom {
    position: relative;
    z-index: 10;
}

.yellowbotom::after {
    width: 100%;
    height: 10px;
    background: #ffe00c;
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.show-block .left {
    padding-left: 10%;
    padding-right: 4%;
}

.show-block .right {
    /*background: ;*/
    /*background: url("../images/newimg/show1.png") 0% 0% no-repeat;*/
    /*background-size: 100% auto;*/
    width: 50%;
    height: 35vw;
}

.show-block .right .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.show-block .right .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

/*.show-block .right.showSwiper{*/
/*    */
/*}*/
.wireless-block {
    background: url("../images/newimg/wirelessbg.png") 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 80px;
    padding-top: 1px;
}

.wireless-block .list {
    /*width: 80%;*/
    /*margin: auto;*/
}

.wireless-block .list .text {
    height: 170px;
    padding: 10px 0;
}

.wireless-block .pd {
    padding: 15px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.wireless-block .item {
    width: 340px;
    border-radius: 50%;
    height: 340px;
    margin: 0 auto 30px;
}

.line-block .borderline {
    width: 50%;
}

.line-block span {
    line-height: 50px;
    vertical-align: -3px;
    font-weight: 700;
}

.line-block .setp {
    position: relative;
    background: #09bf5b;
    padding: 26px 10px 16px;
    display: flex;
    color: #fff;
    border-radius: 10px;
    height: 100px;
    /*font-weight: 400;*/

}

.line-block .row {
    margin-top: 140px;
}

.line-block .picimg {
    position: absolute;
    top: -26px;
    left: 20px;
    width: 112px;
}

.line-block .pimg {
    margin-top: 40px;
}

.line-block .text {
    margin-left: 10%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.greenicon {
    padding-left: 26px;
    position: relative;
}

.greenicon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/greenicon.png") 100% 100%;
    background-size: 100% 100%;
}

.bannerbtns {
    padding-top: 500px;
}

.bannerbtn {
    width: 280px;
    margin: 0 40px;
    height: 70px;
    color: #fff;
    border-radius: 50px;
    border: solid 2px #fff;
    text-align: center;
    padding: 20px;
    line-height: 24px;
    font-size: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.bannerbtn:hover {
    background: linear-gradient(90deg, rgb(0, 169, 224) 0%, rgb(123, 221, 253) 100%);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(1, 149, 197);
}

.bannerbtn.cur {
    background: linear-gradient(90deg, rgb(0, 169, 224) 0%, rgb(123, 221, 253) 100%);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(1, 149, 197);
}

.ticket-pro-block .borderline {
    width: 130px;
}

.ticket-pro-block .text {
    width: 50%;
}

.ticket-pro-block .img {
    width: 50%;
    padding-left: 3%;
}

.playicon {
    padding-left: 26px;
    position: relative;
}

.playicon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/ticket/playicon.png") 100% 100%;
    background-size: 100% 100%;
}

.imgslist .img-item {
    width: calc(100% / 6);
    position: relative;
}

.imgslist .img-item img {
    width: 100%;
}

.imgslist .img-item .text-block {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    width: 100%;
    /*height: 134px;*/
}

.imgslist .img-item .text-block div {
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    display: table;
    margin: 30px auto;
    font-size: 36px;
    font-weight: 400;
}

.text-block.top1 {
    top: 8%;
}

.text-block.top2 {
    top: 15%;
}

.text-block.top3 {
    top: 21%;
}

.text-block.bottom1 {
    bottom: 8%;
}

.text-block.bottom2 {
    bottom: 15%;
}

.text-block.bottom3 {
    bottom: 21%;
}

.imgslistbig {
    padding: 1px;
}

.imgslistbig .text {
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 50px 0;
}

.bigimg {
    width: 80%;
    margin: 50px auto 10px;
    display: block;
}

.achieveshow .title {
    width: 100%;
}

.piclist .picimg {
    width: calc(100% / 3);
}

.desc .text {
    width: 70%;
    margin: auto;
}

.autolist {
    width: 84%;
    margin: auto;
}

.autolist .picimg {
    width: 47%;
    height: 38vw;
    margin: 2vw auto;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.autolist .picimg img {
    max-width: 100%;
    max-height: 100%;
}

.autolist .picimg img.btn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0;
}

.autolist.newslist .picimg {
    width: 47%;
    height: 38vw;
    border: none;
    padding: 0px;
    margin: 1.2vw auto;
    border-radius: 0px;
    /*background: #333;*/

}

.autolist.newslist .picimg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: #333;
}

/*.autolist.newslist .picimg .video video{*/
/*    width: 100%;*/
/*    height:100%;*/

/*}*/
.videolist {
    width: 84%;
    margin: auto;
}

.videolist .picimg {
    position: relative;
}

.videolist .picimg img {
    max-width: 100%;
    max-height: 100%;
}

.videolist .picimg img.btn {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0;
}

.cbanner {
    width: 100%;
    /*padding: 0 10%;*/
    margin: auto;
    padding: 40px 10% 10px;
    color: #141b5e;
    font-size: 28px;
    background-image: url('../../assets/images/banner8.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #20c8be;

}

.cbanner span {
    font-size: 34px;
}

.cbanner .commonbanner-item {
    width: 25%;
    text-align: center;
    padding: 20px 0;
}

.cbanner .commonbanner-item img {
    width: 160px
}

.videolist .picimg {
    width: 32%;
    height: 30vw;
    margin: 0.6vw auto;
    /*border-radius: 10px;*/
    /*border:solid 1px #e0e0e0;*/
    overflow: hidden;
    background: #333;
    /*padding: 20px;*/
}

.videolist .picimg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.ptit {
    background: #21c8be;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    width: 400px;
    margin: 60px auto 40px;
    position: relative;
}

.ptit:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #21c8be;
    display: block;
    position: absolute;
    top: 50%;
    left: 400px;
}

.ptit:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #21c8be;
    display: block;
    position: absolute;
    top: 50%;
    right: 400px;
}

.ptit img {
    width: 46px;
    margin-right: 20px;
}

.plist {
    width: 98%;
    margin: 0 auto 50px;
}

.plist .picimg {
    width: 24%;
    /*padding: 0.8% 0.5%;*/
    /*cursor: pointer;*/
    overflow: hidden;
    margin: 0.8% 0.5%;
    border-radius: 10px;
}

.plist .picimg:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.plist .picimg img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
    /*transition: 10s ease-in-out;*/
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(rgb(30, 195, 224) 50%, rgba(30, 195, 224, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    /*-webkit-animation-direction: forwards;*/
    /*animation-direction: alternate;*/
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*-webkit-animation-timing-function: steps;*/
    animation-timing-function: ease;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(30, 195, 224, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:hover:after {
    border-left: 15px solid rgba(30, 195, 224, 1);
    transform: scale(20);
}

.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 9;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}


/*0.6*/
@media only screen and (min-width: 768px) and (max-width: 1140px) {
    .xcfont-40 {
        font-size: 28px;
    }

    .xcfont-19 {
        font-size: 19px;
    }

    .xcfont-30 {
        font-size: 16px;
    }

    .xcfont-80 {
        font-size: 48px;
    }
    .xcfont-34 {
        font-size: 20px;
    }
    .xcfont-33 {
        font-size: 20px;
    }

    .xclineheight-s {
        line-height: 1.2;
    }

    .xclineheight-m {
        line-height: 1.4;
    }

    .xclineheight-l {
        line-height: 1.6;
    }


    .xclineheight-xl {
        line-height: 1.5;
    }

    .xclineheight-xxl {
        line-height: 2;
    }

    .layoutarea {
        width: 100%;
        padding: 1px 10px;
    }

    /*margin*/
    .xcmargin-xs {
        margin: 15px;
    }

    .xcmargin-sm {
        margin: 20px;
    }

    .xcmargin {
        margin: 25px;
    }

    .xcmargin-lg {
        margin: 30px;
    }

    .xcmargin-xl {
        margin: 35px;
    }

    .xcmargin-top-mini {
        margin-top: 5px;
    }

    .xcmargin-top-xs {
        margin-top: 15px;
    }

    .xcmargin-top-sm {
        margin-top: 20px;
    }

    .xcmargin-top {
        margin-top: 25px;
    }

    .xcmargin-top-lg {
        margin-top: 30px;
    }

    .xcmargin-top-xl {
        margin-top: 35px;
    }

    .xcmargin-right-xs {
        margin-right: 15px;
    }

    .xcmargin-right-sm {
        margin-right: 20px;
    }

    .xcmargin-right {
        margin-right: 25px;
    }

    .xcmargin-right-lg {
        margin-right: 30px;
    }

    .xcmargin-right-xl {
        margin-right: 35px;
    }

    .xcmargin-bottom-xs {
        margin-bottom: 15px;
    }

    .xcmargin-bottom-sm {
        margin-bottom: 20px;
    }

    .xcmargin-bottom {
        margin-bottom: 25px;
    }

    .xcmargin-bottom-lg {
        margin-bottom: 30px;
    }

    .xcmargin-bottom-xl {
        margin-bottom: 35px;
    }

    .xcmargin-left-xs {
        margin-left: 15px;
    }

    .xcmargin-left-sm {
        margin-left: 20px;
    }

    .xcmargin-left {
        margin-left: 25px;
    }

    .xcmargin-left-lg {
        margin-left: 30px;
    }

    .xcmargin-left-xl {
        margin-left: 35px;
    }

    .xcmargin-lr-xs {
        margin-left: 15px;
        margin-right: 15px;
    }

    .xcmargin-lr-sm {
        margin-left: 20px;
        margin-right: 20px;
    }

    .xcmargin-lr {
        margin-left: 25px;
        margin-right: 25px;
    }

    .xcmargin-lr-lg {
        margin-left: 30px;
        margin-right: 30px;
    }

    .xcmargin-lr-xl {
        margin-left: 35px;
        margin-right: 35px;
    }

    .xcmargin-tb-mini {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .xcmargin-tb-xs {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .xcmargin-tb-sm {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .xcmargin-tb {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .xcmargin-tb-lg {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .xcmargin-tb-xl {
        margin-top: 35px;
        margin-bottom: 35px;
    }


    /*padding*/
    .xcpadding-top-xs {
        padding-top: 15px;

    }

    .xcpadding-top-sm {
        padding-top: 20px;
    }

    .xcpadding-top {
        padding-top: 25px;
    }

    .xcpadding-top-lg {
        padding-top: 30px;
    }

    .xcpadding-top-xl {
        padding-top: 35px;
    }

    .xcpadding-bottom-xs {
        padding-bottom: 15px;
    }

    .xcpadding-bottom-sm {
        padding-bottom: 20px;
    }

    .xcpadding-bottom {
        padding-bottom: 25px;
    }

    .xcpadding-bottom-lg {
        padding-bottom: 30px;
    }

    .xcpadding-bottom-xl {
        padding-bottom: 35px;
    }

    .xcpadding-right-xs {
        padding-right: 15px;
    }

    .xcpadding-right-sm {
        padding-right: 20px;
    }

    .xcpadding-right {
        padding-right: 25px;
    }

    .xcpadding-right-lg {
        padding-right: 30px;
    }

    .xcpadding-right-xl {
        padding-right: 35px;
    }

    .xcpadding-tb-xs {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .xcpadding-tb-sm {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .xcpadding-tb {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .xcpadding-tb-lg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .xcpadding-tb-xl {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .Product-title {
        margin: 42px 0 39px;
    }


    .multipleoptions .muti-list {
        width: 100%;
        padding: 0 10px;
    }

    .multipleoptions .muti-item {
        margin: 0 auto 32px;
    }

    .multipleoptions .muti-item .muti-img {
        padding: 14px 18px;
        width: 90px;
    }

    .multipleoptions .muti-item .texts .ptext {
        padding-left: 17px;
    }

    .multipleoptions .muti-item .texts .ptext::before {
        left: 0px;
        top: 7px;
        width: 12px;
        height: 12px;
    }


    /*.whiteeighticon,.bluecicon{*/
    /*padding-left: 22px;*/
    /*position: relative;*/
    /*}*/
    .whiteeighticon::before {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        top: 3px;
        width: 16px;
        height: 16px;
        background: url("../images/newimg/whitechecked.png") 100% 100%;
        background-size: 100% 100%;
    }

    .onlineorder-block .img {
        width: 56%;
    }

    .reser-block .img {
        width: 50%;
        padding-left: 100px;
    }

    .reser-block .text {
        width: 50%;
    }


    .pos-block {
        /*background: url("../images/newimg/pos1.png") 0% 0% no-repeat;*/
        background-size: 100% auto;
        padding-bottom: 0px;
    }

    .pos-block .img {
        padding: 0 0;
    }

    .pos-block .text {
        width: 40%;
        /*margin: auto;*/
        /*position: relative;*/
        /*background: rgba(255, 255, 255,0.8);*/
        border-radius: 20px;
        padding: 10px 20px 10px;
    }

    .pos-block .text .simg {
        position: absolute;
        right: -39px;
        width: 90px;
        bottom: -29px;
        z-index: 20;
    }

    .intimate-block .img {
        width: 40%;
        margin-right: 5%;
        margin-left: 5%;

    }

    .intimate-block .right {
        width: 50%;
    }

    .intimate-block .right .text {
        margin-bottom: 50px;
    }

    .intimate-block .right .simg {
        width: 70%;
        margin: auto;
    }

    .modetwo-block .textone {
        padding: 0 40px 0 50px;
    }

    .modetwo-block .texttwo {
        padding: 0 40px 0 20px;
    }

    .integrate-block .numarea {
        width: 90%;
        margin: 0 auto 50px;
    }

    .card-block {
        padding-top: 50px;
    }

    .op-block {
        padding: 80px 0 39px;
    }

    .op-block .left {
        padding-left: 30px;
    }

    .getnum-block {
        padding-bottom: 40px;
    }

    .getnum-block .text {
        padding-left: 50px;
    }


    .wireless-block .list .text {
        height: 150px;
        padding: 10px 0;
    }

    .wireless-block .pd {
        padding: 15px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .wireless-block .item {
        width: 290px;
        border-radius: 50%;
        height: 290px;
        margin: 0 auto 30px;
    }

    .line-block .row {
        margin-top: 50px;
    }

    .line-block .pimg {
        margin-bottom: 50px;
    }

    .line-block .text {
        margin: 50px;
    }

    .bannerbtns {
        padding-top: 400px;
    }

    .ticket-pro-block .text {
        width: 100%;
        margin: auto;
    }

    .ticket-pro-block .img {
        width: 100%;
        margin: 20px auto;
        padding: 0;
    }

    .imgslist .img-item .text-block div {

        border-radius: 10px;
        padding: 8px 16px;
        margin: 20px auto;
        font-size: 19px;
        font-weight: 400;
    }


    .imgslistbig .text {
        font-size: 19px;
        padding: 30px 20px;
    }

    .bigimg {
        width: 90%;
        margin: 30px auto 0px;
        display: block;
    }

    .autolist {
        width: 94%;
        margin: auto;
    }

    .cbanner {
        width: 100%;
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .cbanner span {
        font-size: 28px;

    }

    .cbanner img {
        width: 70%;
    }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .pos-block {
        background: #fdf6e9 url("../images/newimg/pos1.png") 0% 0% no-repeat;
        background-size: auto 48%;
        padding-bottom: 0px;
    }

    .pos-block .img {
        width: 375px;
        margin: 0 auto 20px;
    }

    .pos-block .text {
        height: 360px;
    }

}

/*0.6*/
@media (max-width: 767px) {
    .xcfont-40 {
        font-size: 20px;
    }

    .xcfont-30 {
        font-size: 16px;
    }

    .xcfont-19 {
        font-size: 19px;
    }

    .xcfont-80 {
        font-size: 48px;
    }

    .xcfont-33 {
        font-size: 18px;
    }

    .xclineheight-s {
        line-height: 1.2;
    }

    .xclineheight-m {
        line-height: 1.4;
    }

    .xclineheight-l {
        line-height: 1.6;
    }

    .xclineheight-xl {
        line-height: 1.8;
    }

    .layoutarea {
        width: 100%;
        padding: 1px 20px;
    }

    /*margin*/
    .xcmargin-xs {
        margin: 18px;
    }

    .xcmargin-sm {
        margin: 24px;
    }

    .xcmargin {
        margin: 30px;
    }

    .xcmargin-lg {
        margin: 36px;
    }

    .xcmargin-xl {
        margin: 42px;
    }

    .xcmargin-top-mini {
        margin-top: 4px;
    }

    .xcmargin-top-xs {
        margin-top: 18px;
    }

    .xcmargin-top-sm {
        margin-top: 24px;
    }

    .xcmargin-top {
        margin-top: 30px;
    }

    .xcmargin-top-lg {
        margin-top: 36px;
    }

    .xcmargin-top-xl {
        margin-top: 42px;
    }

    .xcmargin-right-xs {
        margin-right: 18px;
    }

    .xcmargin-right-sm {
        margin-right: 24px;
    }

    .xcmargin-right {
        margin-right: 30px;
    }

    .xcmargin-right-lg {
        margin-right: 36px;
    }

    .xcmargin-right-xl {
        margin-right: 42px;
    }

    .xcmargin-bottom-xs {
        margin-bottom: 18px;
    }

    .xcmargin-bottom-sm {
        margin-bottom: 24px;
    }

    .xcmargin-bottom {
        margin-bottom: 30px;
    }

    .xcmargin-bottom-lg {
        margin-bottom: 36px;
    }

    .xcmargin-bottom-xl {
        margin-bottom: 42px;
    }

    .xcmargin-left-xs {
        margin-left: 18px;
    }

    .xcmargin-left-sm {
        margin-left: 24px;
    }

    .xcmargin-left {
        margin-left: 30px;
    }

    .xcmargin-left-lg {
        margin-left: 36px;
    }

    .xcmargin-left-xl {
        margin-left: 42px;
    }

    .xcmargin-lr-xs {
        margin-left: 18px;
        margin-right: 18px;
    }

    .xcmargin-lr-sm {
        margin-left: 24px;
        margin-right: 24px;
    }

    .xcmargin-lr {
        margin-left: 30px;
        margin-right: 30px;
    }

    .xcmargin-lr-lg {
        margin-left: 36px;
        margin-right: 36px;
    }

    .xcmargin-lr-xl {
        margin-left: 42px;
        margin-right: 42px;
    }

    .xcmargin-tb-mini {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .xcmargin-tb-xs {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .xcmargin-tb-sm {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .xcmargin-tb {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .xcmargin-tb-lg {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .xcmargin-tb-xl {
        margin-top: 42px;
        margin-bottom: 42px;
    }

    /*padding*/
    .xcpadding-top-xs {
        padding-top: 12px;
    }

    .xcpadding-top-sm {
        padding-top: 24px;
    }

    .xcpadding-top {
        padding-top: 30px;
    }

    .xcpadding-top-lg {
        padding-top: 36px;
    }

    .xcpadding-top-xl {
        padding-top: 42px;
    }
    .xcpadding-bottom-xs {
        padding-bottom: 12px;
    }

    .xcpadding-bottom-sm {
        padding-bottom: 24px;
    }

    .xcpadding-bottom {
        padding-bottom: 30px;
    }

    .xcpadding-bottom-lg {
        padding-bottom: 36px;
    }

    .xcpadding-bottom-xl {
        padding-bottom: 42px;
    }

    .xcpadding-right-xs {
        padding-right: 12px;
    }

    .xcpadding-right-sm {
        padding-right: 24px;
    }

    .xcpadding-right {
        padding-right: 30px;
    }

    .xcpadding-right-lg {
        padding-right: 36px;
    }

    .xcpadding-right-xl {
        padding-right: 42px;
    }

    .xcpadding-tb-xs {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .xcpadding-tb-sm {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .xcpadding-tb {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .xcpadding-tb-lg {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .xcpadding-tb-xl {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .Product-title {
        margin: 23px 0 20px;
    }

    .multipleoptions .muti-list {
        width: 100%;
        padding: 0 10px;
    }

    .multipleoptions .muti-item {
        width: 375px;
        margin: 0 auto 20px;
    }

    .multipleoptions .muti-item .muti-img {
        padding: 16px 0px 16px 19px;
        width: 97px;
    }

    .multipleoptions .muti-item .texts {
        padding: 0px 0px 0px 19px;

    }

    .multipleoptions .muti-item .texts .ptext {
        padding-left: 24px;
    }

    .multipleoptions .muti-item .texts .ptext::before {
        left: 0px;
        top: 6px;
        width: 18px;
        height: 18px;
    }

    .multipleoptions .muti-item .texts .name {
        margin: 20px 0;
    }


    .onlineorder-block .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .onlineorder-block .text.xcmargin-left-xl {
        margin-left: 0;
    }

    .onlineorder-block .img {
        width: 100%;
    }

    .member-block .img {
        width: 100%;
        padding-right: 0px;
        /*padding:  0 15px;*/
    }

    .member-block .text {
        padding-left: 0px;
        width: 100%;
        /*padding:  0 15px;*/
        margin-bottom: 10px;
    }

    .reser-block .img {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    .reser-block .text {
        width: 300px;
        margin: auto;
    }

    .pos-block {
        /*background: #fdf6e9 url("../images/newimg/pos1.png") 0% 0% no-repeat;*/
        /*background-size: auto 42% ;*/
        /*padding-bottom: 0px;*/
    }

    .pos-block .img {
        /*width: 100%;*/
        /*padding: 0 0;*/
        /*margin-bottom: 20px;*/
        /*margin-top: 0;*/
    }

    .pos-block .text {
        width: 95%;
        border-radius: 10px;
        padding: 10px 20px 65px;
        margin: 50px auto 0 0;
        min-height: auto;
    }

    .pos-block .text .simg {
        position: absolute;
        right: -20px;
        width: 80px;
        bottom: -29px;
        z-index: 20;
    }

    .pos-block .layoutarea {
        width: 100%;
    }

    .version-block {
        background: #ffffff url("../images/newimg/version2.png") 55% 40% no-repeat;
        background-size: auto 100%;
        padding-bottom: 10px;
    }

    .version-block .img {
        width: 100%;
    }

    .version-block .text {
        width: 70%;
        margin: 20px auto 0;
    }

    .intimate-block {
        padding-bottom: 0;
    }

    .intimate-block .img {
        width: 80%;
        margin: 0 auto;
    }

    .intimate-block .right {
        width: 100%;
        padding: 0 20px;
    }

    .intimate-block .right .text {
        margin-bottom: 30px;
        text-align: center;
    }

    .intimate-block .right .simg {
        width: 60%;
        margin: auto;
    }

    .modeone-block {
        padding-bottom: 10px;
    }

    .modeone-block .img {
        width: 90%;
        margin: auto;
    }

    .modeone-block .text {
        width: 240px;
        padding-left: 0;
        margin: 20px auto 0;
    }

    .peopleicon {
        padding-left: 28px;
        position: relative;
    }

    .peopleicon::before {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 16px;
        height: 24px;
        background: url("../images/newimg/peo.png") 100% 100%;
        background-size: 100% 100%;
    }

    .half {
        width: 100%;
    }

    .modetwo-block .textone {
        width: 260px;
        margin: 0 auto 20px;
        padding: 0;
    }

    .modetwo-block .imgone {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .modetwo-block .imgtwo {
        width: 66%;
        margin: 10px auto;
    }

    .modetwo-block .texttwo {
        padding: 0 20px;
    }

    .modetwo-block .margintop {
        margin-top: 20px;
    }

    .numblock {
        width: 80px;
        height: 80px;
        background: url("../images/newimg/integrate1.png") 100% 100%;
        background-size: 100% 100%;
        color: #ffffff;
        padding: 20px 0;
        line-height: 40px;
        text-align: center;
        margin-right: 10px;
    }

    .integrate-block {
        border-bottom: solid 4px #f4f6f7;

    }

    .integrate-block .numarea {
        width: 100%;
        margin: 0 auto 0;
    }

    .integrate-block .onetxet {
        width: 100%;
        /*padding: 0 45px;*/
        margin-bottom: 10px;
    }

    .integrate-block .oneimg {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .integrate-block .twoimg {
        width: 80%;
        margin: 20px auto 20px;
    }

    .numarea.bordertop {
        border-top: solid 2px #f1f1f1;
        padding-top: 30px;
    }

    .card-block {
        padding-top: 30px;
    }

    .card-block .textimg {
        width: 200px;
        margin: auto;
        display: block;
    }

    .card-block .right {
        width: 80%;
        margin: 30px auto 10px;
    }

    .card-block .bimg {
        width: 100%;
        margin: 20px auto 10px;
    }

    .bolckicon::before {
        top: 4px;
    }

    .op-block {
        padding: 50px 0 30px;
        background: #f4f6f7 url("../images/newimg/opbg.png") 0% 0% no-repeat;
        background-size: auto 62%;
        /*padding:150px 0 58px;*/
    }

    .op-block .left {
        padding-left: 0px;
    }

    .choose-block .text {
        padding: 0;
    }

    .dual-block {

        padding-bottom: 40px;
    }

    .getnum-block {
        padding-bottom: 20px;
    }

    .getnum-block .text {
        padding-left: 22px;
    }

    .getnum-block .titimg {
        width: 50%;
        margin: auto;
    }

    .staricon::before {
        left: -22px;
        top: 8px;
        width: 16px;
        height: 16px;
    }

    .show-block .left {
        padding: 20px 10px;
        text-align: center;

    }

    .show-block .right {
        /*background: ;*/
        background: url("../images/newimg/show1.png") 0% 0% no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 300px;
    }

    .wireless-block .layoutarea {
        padding: 0 5px;
    }

    .wireless-block .list .text {
        height: 85px;
        padding: 10px 0;
    }

    .wireless-block .pd {
        padding: 5px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .wireless-block .item {
        width: 170px;
        border-radius: 50%;
        height: 170px;
        margin: 0 auto 30px;
    }

    .wireless-block .xcfont-40 {
        font-size: 16px;
    }

    .wireless-block .p {
        font-size: 12px;

    }

    .othertext {
        margin-top: 20px;
    }

    .line-block .row {
        margin-top: 30px;
    }

    .line-block .pimg {
        width: 90%;
        margin: 30px auto;
    }

    .line-block .text {
        margin: 30px 0;
    }


    .bannerbtns {
        padding-top: 300px;
        width: 90%;
        margin: auto;
    }

    .bannerbtn {
        width: 150px;
        margin: 0 auto;
        height: 42px;
        color: #fff;
        border-radius: 50px;
        border: solid 1px #fff;
        text-align: center;
        padding: 5px;
        line-height: 28px;
        font-size: 19px;
        box-sizing: border-box;
    }

    .ticket-pro-block .text {
        width: 100%;
        margin: auto;
    }

    .ticket-pro-block .img {
        width: 100%;
        margin: 20px auto;
        padding: 0;
    }

    .imgslist .img-item {
        width: calc(100% / 3);
    }

    .imgslist .img-item .text-block div {

        border-radius: 10px;
        padding: 2px 10px;
        margin: 10px auto;
        font-size: 19px;
        font-weight: 400;
    }


    .imgslistbig .text {
        font-size: 19px;
        padding: 30px 20px;
    }

    .bigimg {
        width: 90%;
        margin: 30px auto 0px;
        display: block;
    }

    .piclist .picimg {
        width: calc(100% / 2);
    }

    .desc .text {
        width: 100%;
        margin: auto;
    }

    .autolist {
        width: 98%;
        margin: auto;
    }

    .autolist .picimg img.btn {
        width: 50px;
        height: 50px;
    }

    .ptit {
        background: #21c8be;
        padding: 10px 15px;
        border-radius: 100px;
        color: #fff;
        width: 270px;
        margin: 50px auto 26px;
        position: relative;
    }

    .ptit:after {
        content: "";
        width: 30px;
        height: 1px;
        background: #21c8be;
        display: block;
        position: absolute;
        top: 50%;
        left: 270px;
    }

    .ptit:before {
        content: "";
        width: 30px;
        height: 1px;
        background: #21c8be;
        display: block;
        position: absolute;
        top: 50%;
        right: 270px;
    }

    .ptit img {
        width: 20px;
        margin-right: 10px;
    }

    .plist {
        margin-bottom: 20px;
    }

    .plist .picimg {
        width: 49%;
        position: relative;
        transform: translateY(0);
        /*padding: 0.8% 0.5%;*/
    }

    .plist .picimg img {
        border-radius: 10px;
    }

    .videolist {
        width: 96%;
    }

    .videolist .picimg {
        width: 49%;
        margin: 1vw 2% 1vw 0;
    }

    .videolist .picimg:nth-child(2n) {
        margin-right: 0;
    }

    .videolist .picimg video {
        /*height: 30vw;*/
        height: 100%;
    }

    .cbanner {
        width: 100%;
        margin: auto;
        padding: 30px 0 5px;
        color: #141b5e;
        font-size: 16px;
        background-color: #20c8be;
        background-image: url('../../assets/images/banner8.png');
        background-repeat: no-repeat;
        background-size: 210% auto;
        background-position: top center;
    }

    .cbanner img {
        width: 100px;
    }

    .cbanner span {
        font-size: 20px;
    }

    .cbanner .commonbanner-item {
        width: 50%;
        text-align: center;
        padding: 10px 0;
    }

    .cbanner .commonbanner-item img {
        width: 100px;
    }

    .videolist .picimg img.btn {
        width: 50px;
        height: 50px;
    }


    .play-btn {
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
    }
}


@media (max-width: 399px) {
    .pos-block {
        background: #fdf6e9 url("../images/newimg/pos1.png") 0% 0% no-repeat;
        background-size: auto 42%;
        padding-bottom: 0px;
    }

    .pos-block .img {
        width: 100%;
        margin: 0 auto 0;
    }
}

.othertext {
    background-color: #557889;
    padding: 10px 2px;
    border-radius: 10px;
}


/*v43新增 partner.html*/
.pageCont{
    width: 1569px;
    margin:0 auto;
}
 .pageCont.partner .icon{
     width: 26px;
     height: 26px;
     margin: 0 20px;
     padding: 3px;
     box-sizing: border-box;
 }
 .pageCont.partner  .tit span{
  display: inline-block;
  margin: auto;
    border-bottom: solid 3px #f4f6f7;
    line-height: 2;
}
.pageCont.partner  .tit span.bwhite{

    border-bottom: solid 3px #fff;

}
.pageCont.partner .patentlist{

}
.pageCont.partner .patentlist .item{

    width: calc(100% / 3 - 3px);
    vertical-align: top;
}
.pageCont.partner .patentlist.four .item{

    width: calc(100% / 4 - 4px);

}
.pageCont.partner .patentlist .item .cont{
    background: #57ccd4;
    border-radius: 10px;
    width: 358px;
    margin: auto;
}
.pageCont.partner .patentlist .item .cont .simg{

    padding:18px 14px 0px;

}
.pageCont.partner .patentlist .item .cont .simg img{

  width: 100%;

}
.partner .leftimg{
  width: 57%;
}
.partner  .righttext{
    width: 43%;
    background: #f4f6f7;
    padding: 20px;
}
.partner .righttext .textcont{
    display: inline-block;
    line-height: 2;
}
.partner .righttext .textcont span{
   background: #00c601;
    color: #fff;
    padding: 0 10px;
    border-radius: 20px;
}

.pageCont.partner .applist .item{
   width: 48%;
    position: relative;
}
.pageCont.partner .applist .item .simg{
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
}
.pageCont.partner .applist .item .simg img{
    width: 100%;
}
.applist .video-play-button span{
    text-shadow: 1px 1px  #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    color:#33343e;
    display: inline-block;
    width: 200px;
    text-align: center;
    position: absolute;
    top: 50% ;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
.applist .video-play-button{
    position: absolute;
    z-index: 10;
    top: calc(50% - 10px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 200px;
    height:  200px;
    border-radius: 50%;
    /*padding: 18px 20px 18px 28px;*/
}
.applist  .video-play-button:before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50% ;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 200px;
    height: 200px;
    background: #5b9f9a;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.applist  .video-play-button:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 200px;
    height: 200px;
    background: #76c5bd;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    opacity: .9;
}
.applist  .video-play-button.yellow:before{

    background: #dfd3ba;
}
.applist  .video-play-button.yellow:after{

    background: #e8cf90;
}


@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    .pageCont{
        width: 90%;
        margin:0 auto;
    }
    .pageCont.partner .patentlist .item .cont{
        width:320px;
    }
    .applist .video-play-button{

        width: 180px;
        height:  180px;
    }
    .applist  .video-play-button:before{
        width: 180px;
        height:  180px;
    }
    .applist  .video-play-button:after{
        width: 180px;
        height:  180px;
    }

    .pageCont.partner .patentlist.four .item{
        width: calc(50% - 4px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .pageCont{
        width:90%;
        margin:0 auto;
    }
    .pageCont.partner .patentlist .item{
        width: calc(50% - 4px);
    }
    .pageCont.partner .patentlist .item .cont{
        width: 80%;
    }
    .pageCont.partner .patentlist.four .item{
        width: calc(50% - 4px);
    }

    .partner  .xcpadding-lr-xl{
        padding-left: 10px;
        padding-right: 10px;

    }
    .applist .video-play-button{

        width: 140px;
        height:  140px;
    }
    .applist  .video-play-button:before{
        width: 140px;
        height:  140px;
    }
    .applist  .video-play-button:after{
        width: 140px;
        height:  140px;
    }
    .applist .video-play-button span{
        font-size: 20px;
        width:140px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .pageCont{
        width:calc(100% - 40px);
        margin:0 20px;
    }
    .pageCont.partner .patentlist .item{
        width: calc(50% - 4px);
    }

    .pageCont.partner .patentlist .item .cont{
        width:220px;
    }
    .pageCont.partner .patentlist .item .cont .xcfont-34{
        font-size: 14px;
    }

    .pageCont.partner .patentlist.four .item{
        width: calc(50% - 4px);
    }
    .pageCont.partner .patentlist.four .item .cont{
        width:220px;
    }
    .partner  .xcpadding-lr-xl{
        padding-left: 0px;
        padding-right: 0px;

    }
    /*.partner  .righttext .textcont.xcfont-30{*/
    /*      font-size: 12px;*/
    /*    line-height: 1.5;*/
    /*}*/
    .pageCont.partner .applist .item{
        width: 100%;
    }
    .applist .video-play-button{

        width: 140px;
        height:  140px;
    }
    .applist  .video-play-button:before{
        width: 140px;
        height:  140px;
    }
    .applist  .video-play-button:after{
        width: 140px;
        height:  140px;
    }
    .applist .video-play-button span{
        font-size: 20px;
        width:140px;
    }
    /*.partner .righttext{*/
    /*    padding: 10px;*/
    /*}*/

    .partner .leftimg{
        width: 100%;
    }
    .partner .righttext{
        width: 100%;
    }
}

@media only screen and (max-width: 499px) {
    .pageCont{
        width:calc(100% - 40px);
        margin:0 20px;
    }
    .pageCont.partner .patentlist .item{
        width: 100%;
    }

    .pageCont.partner .patentlist .item .cont{
        width:100%;
    }
    .pageCont.partner .patentlist .item .cont .xcfont-34{
        font-size: 16px;
    }

    .pageCont.partner .patentlist.four .item{
        width: 100%;
    }
    .pageCont.partner .patentlist.four .item .cont{
        width:100%;
    }
    .partner  .xcpadding-lr-xl{
        padding-left: 0px;
        padding-right: 0px;

    }
    /*.partner  .righttext .textcont.xcfont-30{*/
    /*    font-size: 14px;*/
    /*    line-height:2;*/
    /*}*/
    .pageCont.partner .applist .item{
        width: 100%;
    }
    .applist .video-play-button{

        width: 130px;
        height:  130px;
    }
    .applist  .video-play-button:before{
        width: 130px;
        height:  130px;
    }
    .applist  .video-play-button:after{
        width: 130px;
        height:  130px;
    }
    .applist .video-play-button span{
        font-size: 16px;
        width:140px;
    }
    .partner .leftimg{
        width: 100%;
    }
    .partner .righttext{
        width: 100%;
    }
}


/*v50修改*/
.illustration {
    position: relative;
    z-index: 10;

}
.illustration  .ill-text{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 34px;
  font-family: "DFLiHei";
  color: rgb(255, 255, 255);
  line-height: 80px;
  z-index: 54;
  text-align: center;
  width: 100%;
}
.bg-cyan {
    background: #cbe8e7;
}
#Product .fun-explain.bg-cyan .tit{
    border-top: 2px solid #ffffff;
}
#Product .fun-explain.bg-grayf4 .tit{
    border-top: 2px solid #ffffff;
}
#Product .fun-explain.bg-cyan li.right-icon:before{
    background: url(../images/product/checked2.png) 100% 100%;
    background-size:100% 100%
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  /* .illustration  .ill-text{
    font-size: 40px;
    line-height: 60px;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .illustration  .ill-text{
    font-size: 25px;
  line-height: 40px;

  }
}
@media only screen and (max-width: 767px){
   .fun-explain .container .imgs{
     align-items: center;
     justify-content: center;
   }

}
@media only screen and (min-width: 500px) and (max-width: 767px) {
    .illustration  .ill-text{
        font-size: 16px;
        line-height: 25px;
      }
}
@media only screen and (max-width: 499px){
    .illustration  .ill-text{
        font-size: 14px;
        line-height: 16px;
      }
}

 .friendsCont{
     background: linear-gradient( 0deg, rgb(87,204,212) 0%, rgb(223,239,240) 53%, rgb(199,235,238) 99%);
    padding: 1px 0;
 }

 .friendsCont .tit .bwhite{
     border-bottom: solid 3px #fff;
 }
 .friendsCont .imgs {
    width: 1500px;
     margin: 0 auto;
     display: flex;
     flex-wrap: wrap;
     /*justify-content: space-between;*/
     padding-bottom: 6px;
 }
 .friendsCont .imgs .simg{
     padding: 20px 30px;
         border-radius: 20px;
         background-color: rgb(255, 255, 255);
         box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
     margin: 30px 10px;
 }

 .friendsCont .imgs .simg img{
     height: 40px;
 }
 .friendsCont .imgs .simg.empty{
     width: 25%;
     height: 0;
     box-shadow:none;
     padding: 0;
 }
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .friendsCont .imgs {
         width: 90%;
     }
     .friendsCont .imgs .simg{
         padding: 20px 30px;
         margin: 20px 8px;
         border-radius: 16px;
     }
     .friendsCont .imgs .simg img{
         height: 36px;
     }
 }
 @media only screen and (min-width: 768px) and (max-width: 1199px) {
     .friendsCont .imgs {
         width: 90%;
     }
     .friendsCont .imgs .simg{
         padding: 16px 24px;
         margin:  16px 6px;
         border-radius: 12px;

     }
     .friendsCont .imgs .simg img{
         height: 32px;
     }
 }
 @media only screen and (max-width: 767px){
     .friendsCont .imgs {
         width: 90%;
     }
     .friendsCont .imgs .simg{
         padding: 12px 18px;
         margin:  10px 4px;
     }
     .friendsCont .imgs .simg img{
         height: 28px;
     }

 }
