.top-show #navBgBlack{
    display: block;
}
.top-show #navBgWhite{
    display: none;
}
.top-show .dropdown .icon-right.icon-img.black{
    display: inline-block;
}
.top-show .dropdown .icon-right.icon-img.white{
    display: none;
}
.top-show .navbar-box1 .hdr-btn{
    color: black;
}
.top-show .tel{
    color: #1b2733;
}
.top-show .tel .call-svg{
    background: url(/public/images/black-call.svg);
    background-size: 100% 100%;
}
.top-show .navbar-box1 .hdr-btn:hover{
    border-bottom: 2px solid #0A64FA;
}
.top-show .nav-active .hdr-btn {
    border-bottom: 2px solid  #0A64FA;
}

.top-show .nav-active .hdr-btn,.top-show .nav-active .hdr-btn {
    opacity: 1;
}
.navbar .btn-login{
    border: 1px solid #0a64fa;
    color: #0A64FA;
}
.navbar .btn-download{
    color: #0A64FA;
}
.top-show .btn.btn-login:hover{
    border: 1px solid #0A64FA;
    border-radius: 2px;
    background: none;
}
.doc-box{
    background-image: none;
    padding: 0;
    color: #1B2733;
}
.doc-box .btn:hover{
    cursor: pointer;
}
 .doc-box .introduction-panel{
    height: 463px;
    background: url(/product/images/zoffice/banner@2x.png) no-repeat scroll center center transparent;
    background-size: cover;
}

.doc-box .introduction-panel .section{
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.doc-box .introduction-panel .section .sub-title:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}

.doc-box .introduction-panel .section .btn{
    width: 120px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: 24px;
    float: left;
    border-radius: 6px;
}

.doc-box .introduction-panel .section .btn.appointment{
    color: white;
    background: #0A64FA;
}
.doc-box .introduction-panel .section .btn.appointment:hover{
    background-color: #095AE1;
}

.doc-box .introduction-panel .section .btn.experience{
    width: 118px;
    height: 42px;
    color: #1B2733;
    border:1px solid #2348FF;
    color:#2348FF;
    margin-left: 12px;
    border-radius: 6px;
}

.doc-box .introduction-panel .section .btn.experience:hover{
    background-color: #ecedf0;
}

.doc-box .edit-panel-1{
    padding: 80px 0;
}

.doc-box .edit-panel-1 .title{
    text-align: center;
}
.doc-box .edit-panel-1 .sub-title{
    text-align: center;
    margin-top: 0;
    font-size: 24px;
}

.doc-box .edit-panel-1 ul{
    width:1280px;
    margin: 60px auto 0;
    justify-content: space-around;
    display:flex;
    gap: 24px;
}
.doc-box .edit-panel-1 ul li{
    width: 100%;
    /* padding: 16px 28px 20px; */
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0px 5.7px 28.48px 0px rgba(42, 94, 137, 0.12);
    padding: 16px 28px 32px;
}


.doc-box .edit-panel-1 ul li .sub-title{
    margin-top: 0;
    align-items: center;
    display:flex;
    margin-bottom: 12px;
    flex-direction: column;
  
}
.doc-box .edit-panel-1 ul li .item{
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center !important;
}

.doc-box .edit-panel-1 ul li .item:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    float: left;
    background-color: #637282;
    margin-top: 10px;
    margin-right: 10px;
    display: none;
}

.doc-box .edit-panel-1 ul li img{
    width: 64px;
    height: 64px;
    margin-right: 8px;
    margin-bottom: 8px;
    
}

.doc-box .edit-panel-2{
    padding: 80px 0;
    background-color: #F6F8FC;
}

.doc-box .edit-panel-2 .title{
    text-align: center;
}
.doc-box .edit-panel-2 .context{
    width: 1280px;
    margin: 40px auto 0;
    text-align: center;
    justify-content: space-around;
    display: flex;
}
.doc-box .edit-panel-2 .context .img{
    position: relative;
    width: 290px;
    height: 450px;
    margin: 0 15px;
    border-radius: 12px;
    display: inline-block;
    overflow: hidden;
    background-size: 100% 100%;
}
.doc-box .edit-panel-2 .context .img:nth-child(1){
    background-image: url(/product/images/zoffice/section-3-1@2x.png);
}
.doc-box .edit-panel-2 .context .img:nth-child(2){
    background-image: url(/product/images/zoffice/section-3-2@2x.png);
}
.doc-box .edit-panel-2 .context .img:nth-child(3){
    background-image: url(/product/images/zoffice/section-3-3@2x.png);
}
.doc-box .edit-panel-2 .context .img:nth-child(4){
    background-image: url(/product/images/zoffice/section-3-4@2x.png);
}
.doc-box .edit-panel-2 .context .img .mask{
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    background: #0A64FA;
    transition: 0.2s;

}
.doc-box .edit-panel-2 .context .img:hover .mask{
    height: 290px;
}
.doc-box .edit-panel-2 .context .img .img-context{
    position: absolute;
    left: 24px;
    right: 24px;
    top: 180px;
    z-index: 1;
}
.doc-box .edit-panel-2 .context .img .img-context .img-title{
    text-align: left;
    color: white;
}

.doc-box .edit-panel-2 .context .img .img-context .img-text{
    margin-top: 16px;
    line-height:28px;
    color: white;
}

.doc-box .edit-panel-2 .context .img .more{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
    width: 96px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: 1px solid #FFF;
    border-radius: 6px;
    z-index: 1;
    justify-content: center;
    display:flex;
}

.doc-box .edit-panel-2 .context .img .more .triangle{
    position: relative;
    width: 8px;
    height: 8px;
}


.doc-box .edit-panel-2 .context .img .more .triangle:before{
    position: absolute;
    left: 5px;
    top: 12px;
    content: "";
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left-color: #FFF;
    display: block;
}


.doc-box .edit-panel-2 .context .img .more:hover{
    cursor: pointer;
}

.doc-box .edit-panel-3{
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.7) 26%, #FFFFFF 100%), linear-gradient(129deg, #E3F4FF -1%, #C7D9FF 30%, #E1F1FE 110%);
}
.doc-box .edit-panel-3 .title{
    text-align: center;
}
.doc-box .edit-panel-3 .container{
    width: 1280px;
    height: auto;
    margin: 40px auto 0px;
    border-radius: 12px;
}

.doc-box .edit-panel-3 .container .menu{
    position: relative;
    width: 100%;
    height: 100px;
    color: #1B2733;
    text-align: center;
    font-size: 0;
}
.doc-box .edit-panel-3 .container .menu ul{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #E8EBEF;
    border-radius: 12px 12px 0 0;
}

.doc-box .edit-panel-3 .container .menu li{
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 256px;
    padding: 0 40px;
    box-sizing:border-box;
    line-height: 80px;
    display: inline-block;
}

.doc-box .edit-panel-3 .container .menu li span:hover{
    cursor: pointer;
}

.doc-box .edit-panel-3 .container .menu li:nth-child(1){
    left: 0;
}
.doc-box .edit-panel-3 .container .menu li:nth-child(2){
    left: 256px;
}
.doc-box .edit-panel-3 .container .menu li:nth-child(3){
    left: 512px;
}
.doc-box .edit-panel-3 .container .menu li:nth-child(4){
    left: 768px;
}
.doc-box .edit-panel-3 .container .menu li:nth-child(5){
    left: 1024px;
}

#en .doc-box .edit-panel-3 .container .menu li .card-title{
    font-weight: 400;
    font-size: 20px;
}

.doc-box .edit-panel-3 .container .menu li.active .card-title{
    font-weight: 600;
}

.doc-box .edit-panel-3 .container .menu li img{
    width: 48px;
    height: 48px;
    margin: 0 8px 20px 0;
    vertical-align: middle;
}

.doc-box .edit-panel-3 .container .menu .active{
    height: 90px;
    line-height: 90px;
    color: #1B2733;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 12px 12px 0 0;
}

.doc-box .edit-panel-3 .container .menu .under-line{
    position: absolute;
    left: 76px;
    content: "";
    width: 104px;
    height: 3px;
    display: block;
    background-color: #0A64FA;
    transition: 0.2s;
}



.doc-box .edit-panel-3 .container section{
    height: 500px;
    display: none;
    border-radius: 0 0 12px 12px;
    background-color:#FFF
}
.doc-box .edit-panel-3 .container section img{
    width: 616px;
}
.doc-box .edit-panel-3 .container section .context{
    width: 540px;
    float: right;
    margin-right: 100px;
    margin-top: 80px;
}

.doc-box .edit-panel-3 .container section .context .context-text{
    margin-top: 28px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.65);
}
.doc-box .edit-panel-3 .container section .context .context-text li:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    float: left;
    background-color: #637282;
    margin-top: 14px;
    margin-right: 10px;
}

.doc-box .edit-panel-4{
    padding: 0 0 80px;
    /* background: #F6F7FA; */
}
#en .doc-box .edit-panel-4{
    padding: 0;
    /* background: #F6F7FA; */
}
.doc-box .edit-panel-4 .title{
    text-align: center;
}
.doc-box .edit-panel-4 .sub-title{
    margin-top: 12px;
    text-align: center;
}

.doc-box .edit-panel-4 img{
    width: 1200px;
    margin: 40px auto 0;
    display: block;
}

.doc-box .edit-panel-5 .title{
    text-align: center;
}
.doc-box .edit-panel-5 .context{
    width: 1280px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}
.doc-box .edit-panel-5 .context .image{
    width: 100%;
}
.doc-box .edit-panel-5 .context .logo{
    position: absolute;
    left: 24px;
    bottom: 24px;
    height: 72px;
}
.doc-box .edit-panel-5 .context .context-title{
    margin: 32px 0 16px 24px;
}
.doc-box .edit-panel-5 .context li{
    position: relative;
    width: 300px;
    height: 520px;
    border-radius: 12px;
    box-shadow: 0px 6px 30px 0px rgba(42, 94, 137, 0.12);
}

.doc-box .edit-panel-5 .context li .context-sub-title{
    margin: 0 24px;
    line-height: 1.6;
}
.doc-box .edit-panel-5 .btn{
    width: 152px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
    color: white;
    border-radius: 2px;
    background: #0A64FA;
    display: block;
}

.doc-box .edit-panel-6{
    padding: 0 0 80px;
}

.doc-box .edit-panel-6 .title{
    text-align: center;
}

.doc-box .edit-panel-6 .sub-title{
    margin-top: 16px;
    text-align: center;
}

.doc-box .edit-panel-6 ul{
    width: 1280px;
    margin:  16px auto 0;
    justify-content: space-around;
    display: flex;
}

.doc-box .edit-panel-6 ul li{
    width: 350px;
}
.doc-box .edit-panel-6 ul li img{
    width: 100%;
    display: block;
}

.doc-box .edit-panel-6 ul li p{
    margin-top: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center !important;
}

.doc-box .edit-panel-6 ul li p:first-of-type {
    margin-top: 16px;
    text-align: center;
}

.vip-info li{
    font-size: 14px
}

.vip-info p:nth-child(1){
    height: 116px
}



.doc-box .edit-panel-3 .container .menu li .card-title{
    font-size: 20px;
}
.doc-box .edit-panel-3 .container section img{
    margin-top: 20px;
}