*{
    margin:0;
    padding: 0;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;    
    font-family: 'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body {
    background: #f5f5f5;  
    font-size: 16px;
    color: #000;
    -webkit-tap-highlight-color: transparent;
/*    -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none; */
}

ol, ul {
	list-style: none;
}
i {
    font-style: normal;
}
a{
	text-decoration: none;
}
button{
	cursor: pointer;
}
a, button, input {
	outline: none;
}
a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.block{
    display: block;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.none{
    display: none!important;
}

/* ********************** reset end ********************** */
.logo-con {
    position:relative;
    height: 65px;
    z-index: 100;
    width:100%;
    top:0px;
    left:0px;
    background-color: #000;
}
.logo-con .wrapper .item-con-logo {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 10px 30px;
}
.logo-con .wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.logo-con .wrapper .left {
    height: 45px;
}
.logo-con .wrapper .right {
    height: 45px;
    margin: 8px 30px 12px 30px;
}
.logo-con .wrapper .item-con-logo img {
    height: 100%;
}
.guang-gao {
    position: absolute;
    z-index: 12;
    line-height: 1em;
    padding: 5px 10px;
    background-color: #cccccc;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dddddd;
    right: 36px;
    top: 75px;
}


/* footer */
.container-bottom {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0; */
    height: 120px;
    background-color: #000;
    /* z-index: 1501; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -50px; */
}
.footer {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 5px;
}
.link-con{
    /* position: absolute;
    top: 22%;
    left: 45%;
    transform: translateX(-50%); */
    position: relative;
    float: left;
}
.links{
    margin: 5px;
    position: absolute;
    left: 25%;
    top: 10%;
    font-size: 16px;
}

.container-bottom a, .container-bottom p {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.links a{
    font-size: 16px;
}
.icon a{
    float: left;
}
.footer * {
    vertical-align: bottom;
}
.footer .sns {
    text-align: center;
    position: relative;
    display: inline-block;
    /* position: absolute;
    right: 24%;
    top: 18%; */
    margin-left: 40px;
    float: left;
}
.footer .sns .title {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.footer .sns .wechat {
    position: relative;
}
.footer .sns .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.footer .sns .icon.wechat .popup_wechat {
    display: none;
    position: absolute;
    padding: 15px;
    bottom: 35px;
    left: 50%;
    background: #fff;
    border: 2px solid #000;
    z-index: 15;
    transform: translateX(-50%);
}
.footer .sns .icon.wechat .popup_wechat h3 {
    margin: 0 0 20px 0;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.5em;
    border-bottom: 1px solid #969696;
    color: #666;
}
.footer .sns .icon.wechat .popup_wechat p {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    color: #666;
}
.footer .sns .icon img {
    width: 100%;
    height: auto;
}
.footer .sns .icon.wechat .popup_wechat.open {
    display: block;
    animation: anim_wechat_qr .5s ease-out;
}
.footer .sns .icon.wechat .popup_wechat:after {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 11px);
    content: " ";
    pointer-events: none;
    width: 20px;
    height: 13px;
    background: url(../img/fukidashi_arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.right-tab-content{
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 1000;
}
.right-tab-item-icon{
    display: block;
    width: 98px;
}
.right-tab-item-btn{
    display: block;
    width: 98px;
    position: absolute;
    left: 0;
    height: 218px;
    top: 10px;
    transform: skewY(11deg);
    z-index: 4;
}


/* 正文 */

.content{
    width: 100%;
}
.head-cont{
    width: 100%;
    height: 130px;
    background: url(../img/head_bg_pc.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-cont img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.nav-content{
    width: 100%;
    height: 74px;
    position: relative;
    background: url(./../img/nav_bg_pc.jpg) no-repeat center top;
    background-size: 100% 100%;
}
.nav-item-list{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1080px;
    height: 74px;
    margin: 0 auto;
}
.nav-item{
    width: 31%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    border-right: 1px #d00024 solid;
    /* letter-spacing: 5px; */
}
.nav-item:last-child{
    border-right: none;
}
.nav-item.active{
    font-weight: bold;
}
.banner{
    width: 100%;
    position: relative;
}
.jzb_logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: auto;
    /* animation: fadeout 2s linear infinite; */
}
.banner_pc{
    width: 100%;
}
.content-item{
    width: 100%;
    padding-top: 55px;
}
.video-cont{
    width: 100%;
    height: 49.7vw;
}
.content-item4{
    background: #f1f1f1;
}
.content-item .title{
    width: 100%;
}
.content-item h2{
    color: #d00024;
    font-size: 30px;
    width: 100%;
    text-align: center;
    font-weight: normal;
}
.content-item h3{
    color: #555;
    font-size: 26px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.content-item h3 span{
    display: inline-block;
    width: 22px;
    height: 24px;
    line-height: 24px;
    background: #c00113;
    color: #fff;
    font-size: 20px;
    border-bottom-right-radius: 12px;
    margin-right: 10px;
}
.content-item h4{
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #555;
    margin-top: 25px;
    font-weight: normal;
    height: 34px;
}
.content-item h4::after{
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background: #c00017;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* 服务流程 */
.content-item2{
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.process-box{
    width: 100%;
    margin-top: 20px;
    background: #515151;
    border-radius: 10px;
    padding: 20px 0 30px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.process-img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.telephone{
    width: 70%;
    margin: 30px auto 0;
    border-radius: 8px;
    display: flex;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}
.telephone-img{

}
.work-time{
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-time span{
    font-size: 12px;
}
.notice-img{
    display: block;
    width: 100%;
    margin-top: 50px;
}

/* 服务内容&价格 */
.h2-small{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
.detail-price{
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.price-img{
    width: 31%;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .1);
}



/* 收费标准 */
.content-item-package{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.package-box{
    /* height: 136vw; */
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 30px;
}
.swiper{
    width: 100%;
}

.thumbnall-page{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 30px auto 0;
}

.swiper-slide{
    width: 60vw;
}
.package-item{
    width: 100%;
    /* height: 128vw; */
    /* padding-top: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    box-shadow:4px 4px 8px  rgba(0, 0, 0, .15);
}
.package-info-list{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 10px 10px;
    border-bottom: 1px #d1d1d1 solid;
}
.package-info-list p{
    font-size: 12px;
    line-height: 20px;
    color: #222;
    display: flex;
    /* align-items: flex-start; */
}
.package-info-list p i{
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b2b2b2;
    margin-right: 4px;
    margin-top: 7px;
}
.package-info-list p span{
    flex: 1;
}
.package-item-price{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 1px #e2e2e2 solid;
    color: #c00017;
    font-size: 18px;
}
.package-item-price span{
    font-size: 36px;
    line-height: 36px;
}
.package-item-img{
    width: 100%;
}
.package-item-buy{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.package-item-btn{
    width: 40%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #c00017;
    color: #fff;
    border-radius: 12px;
}
.package-item-btn:focus, .package-item-btn:hover{
    color: #fff;
}

.swiper-pagination{
    position: static;
}
.swiper-pagination-bullet{
    width: 15%;
    height: 6px;
    background: #dddddd;
    border-radius: 4px;
    opacity: 1;
    margin: 0 4px;
}
.swiper-pagination-bullet-active{
    background:#bc0313
}



/* 佳直播远程调试优势 */
.content-item5{
    background: #fff;
    padding-bottom: 50px;
}

.quality-box{
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 100vw; */
}
.quality-before, .quality-after{
    position: absolute;
    z-index: 4;
    top: 8px;
    font-size: 14px;
    width: 56px;
}
.quality-before{
    right: 10px;
    color: #fff;
}
.quality-after{
    right: -80px;
    color: #666;
}
.quality-img{
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.quality-mask{
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    border-right: 2px #fff solid;
    animation: movelevel 14s linear infinite;
    margin-top: 20px;
}
.quality-img2{
    margin-top: 20px;
}
.debug-process{
    background: #e2e2e2;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 92vw;
    height: 92vw;
    margin: 20px auto 0;
}
.debug-item{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.debug-item:nth-of-type(2n+1){
    border-right: 1px #efefef solid;
}
.debug-item:nth-of-type(1),.debug-item:nth-of-type(2){
    border-bottom: 1px #efefef solid;
}
.debug-item-icon{
    width: 70px;
    height: 70px;
}
.debug-item-bottom{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.debug-item-num{
    width: 36px;
    /* height: 60px; */
}
.debug-item-bottom p{
    margin-left: 6px;
    font-size: 18px;
}

@keyframes movelevel {
    0%{
        width: 50%;
    }
    25%{
        width: 90%;
    }
    50%{
        width: 50%;
    }
    75%{
        width: 10%;
    }
    100%{
        width: 50%;
    }
}


.team-box{
    width: 100%;
    overflow: hidden;
}
.quality-img2{
    display: block;
    width: 100%;
}





/* 立即购买 */
.buy-btn{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 10000;
    width: 70%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #c00017;
    color: #fff;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    transition: all 0.2s;
}
/* .showbtn{
    bottom: 0;
}
.hidebtn{
    bottom: -40px;
} */


/* 隐私政策 */
.privacy-tips{
    position: fixed;
    background-color: #494748;
    border-radius: 10px;
    width: 360px;
    height: 220px;
    left: 10%;
    bottom: 5%;
    z-index: 999;
    color: #fff;
    padding: 50px 20px 80px 20px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.privacy-tips-btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
}
.privacy-tips-btn-ok{
    position: absolute;
    right: 20px;
    bottom: 25px;
    background-color: #ba3d40;
    color: #fff;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
}

@media (min-width:768px){
    .content-item{
        padding-top: 80px;
    }
    .content-item h2{
        font-size: 48px;
    }
    .h2-small{
        font-size: 22px;
    }
    .content-item h3{
        font-size: 40px;
        padding-top: 70px;
    }
    .content-item h3 span{
        width: 36px;
        height: 40px;
        line-height: 40px;
        font-size: 32px;
        border-bottom-right-radius: 20px;
    }
    .content-item h4{
        font-size: 28px;
        height: 50px;
        margin-top: 60px;
    }
    .video-cont{
        width: 46vw;
        height: 22.76vw;
        margin: 0 auto;

    }
    .work-time{
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .work-time span{
        font-size: 14px;
    }
    .notice-img{
        
        width: 60%;
        margin: 50px auto 0;
    }
    .content-item2{
        background: none;
        border-radius: 0;
    }
    .process-box{
        border-radius: 0;
    }
    .process-img{
        width: 60%;
    }
    .detail-price{
        width: 76%;
        margin: 30px auto 0;
        align-items: center;
        /* justify-content: center; */
    }
    .price-img{
        width: 15.6%;
        border-radius: 24px;
    }
    .package-list .swiper{
        display: flex;
        justify-content: center;
    }
    .package-list .swiper-wrapper{
       width: auto;
    }
    .package-box{
        width: 80%;
        margin: 30px auto 0;
        padding-left: 0;
    }
    .package-list .swiper-slide{
        width: 340px;
    }
    .package-item{
        /* height: 680px; */
        border-radius: 40px;
    }
    .package-info-list p{
        font-size: 18px;
        line-height: 28px;
    }
    .package-info-list p i{
        margin-top: 10px;
    }
    .package-item-price{
        height: 60px;
        padding-bottom: 6px;
        font-size: 26px;
    }
    .package-item-price span{
        font-size: 50px;
        line-height: 54px;
    }
    .package-item-btn{
        height: 44px;
        line-height: 44px;
        font-size: 24px;
        border-radius: 20px;
    }
    .swiper-pagination-bullet{
        width: 60px;
    }



    .quality-box{
        /* height: 34vw; */
    }
    .quality-mask{
        animation: movelevel 28s linear infinite;
    }
    .quality-before, .quality-after{
        font-size: 20px;
        top: 20px;
        width: 80px;
    }
    .quality-before{
        left: auto;
        right:100px;
    }
    .quality-after{
        right: -200px;
        color: #fff;
    }
    .quality-img3{
        display: block;
        width: 60%;
        margin: 20px auto 0;
    }
    .team-box{
        width: 60%;
        margin: 0 auto;
    }


    .debug-process{
        width: 100%;
        /* max-width: 1200px; */
        height: 280px;
        margin: 20px auto 0;
        border-radius: 0;
    }
    .debug-item{
        width: 25%;
        border-right: 1px #efefef solid;
    }
    .debug-item:last-child{
        border-right: none;
    }
    .debug-item:nth-of-type(1),.debug-item:nth-of-type(2){
        border-bottom:none;
    }
    .debug-item-icon{
        width: 110px;
        height: 110px;
    }
    .debug-item-num{
        width: 56px;
    }
    .debug-item-bottom p{
        font-size: 30px;
    }
    .buy-btn{
        /* bottom: 60px; */
        width: 340px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px 30px 0 0;
        font-size: 22px;
    }
    /* .hidebtn{
        bottom: -60px;
    } */

}

@media only screen and (max-width: 767px) {
    .right-tab-content{
        top: 200px;
    }
    .right-tab-item-icon{
        width: 13.33vw;
    }
    .right-tab-item-btn{
        display: block;
        width: 13.33vw;
        position: absolute;
        left: 0;
        z-index: 4;
        transform: skewY(11deg);
    }
    /* .right-tab-item-btn1{
        height: 29vw;
        top: 1.4vw;
        transform: skewY(11deg);
    } */
    
    .banner_wap{
        width: 100%;
    }
    .content-item{
        padding-top: 45px;
    }
    
    .video-cont{
        padding-top: 0;
    }

    


    /* 佳能公共顶部 footer*/
    .logo-con {      
        height: 46px;
    }
    .logo-con .wrapper .item-con-logo {
        margin:10px 15px 6px;
    }
    .logo-con .wrapper .left {
        height: 30px;
    }
    .logo-con .wrapper .right {
        height: 30px;
        margin:6px 15px 6px;
    }
    
    .guang-gao {  
        font-size: 10px;    
        right: 11px!important;
        top: 65px!important;
        padding: 2px 5px;
    }
    .footer {
        text-align: center;
        padding-bottom: 40px;
        padding-top: 10px;
        height: 135px!important;
        /* margin-top: -90px!important; */
        width: 100% !important;
    }
    .container-bottom{
        flex-direction: column;
    }
    .container-bottom >a, .container-bottom > span {
        color: #666;
        font-size: 12px;
        display: block;
        margin-top: 5px;
        text-decoration: none;
    }
    .footer .sns {
        text-align: center!important;
        position: relative!important;
        display: inline-block!important;
        margin: 5px auto!important;
        width: 100%!important;
        right: 0!important;
        top: 0px!important;
    }
    .link-con {
        position: relative!important;
        left: 0px!important;
        top: 0px!important;
        transform: translateX(0px)!important;
        margin: 0 auto!important;
        width: 96%!important;
    }
    .container-bottom a, .container-bottom p{
        font-size: 11px;
    }
    .gongan{
        width: 12px;
        height: 12px;
    }
    .footer .sns .title {
        display: inline-block;
        color: #fff;
    }
    .footer .sns .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
    .footer .sns .icon img {
        width: 100%;
        height: auto;
    }
    .footer .sns .icon.wechat .popup_wechat {
        display: none;
        position: absolute;
        padding: 15px;
        bottom: 35px;
        left: 50%;
        background: #fff;
        border: 2px solid #000;
        z-index: 15;
        transform: translateX(-50%);
    }

    /* 隐私政策弹窗 */
    .privacy-tips{
        width: 70%;
        height: 160px;
        left: 2%;
        bottom: 12%;
        font-size: 12px;
        line-height: 18px;
        padding: 40px 10px 0 10px;
        background-color: rgba(73, 71, 72, .9);
    }
    .privacy-tips-btn-close{
        right: 10px;
        top: 10px;
    }
    .privacy-tips-btn-ok{
        font-size: 13px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        bottom: 20px;
    }
}



