.flex{
    display:-webkit-flex; 
    display:flex;
    flex-direction:row;
    align-items:center;
}
.parad-show{
    padding:10px 160px 10px 160px;
}
.parad-show ul{
    display:-webkit-flex; 
    display:flex; 
    flex-direction:row;
    justify-content:space-around;
    align-items:center;
}
.list-dl{
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.list-dl dt{
display: inline-flex;
padding-right:10px;
}
.list-dl dd h3{
    color: #000;
    font-size:18px;
    padding-bottom:6px;
}
.list-dl dd p{
    font-size:14px;
    color:#8593AD;
    
    width:160px;
    line-height:21px;
}
.fanyi{
    background:#F2F6FA;
    padding:0px 160px;
    padding-top:40px;
    padding-bottom:30px;
}
.descript h3{
font-size: 24px;
color:#1B3259;
text-align: center;
height: 34px;
}
.descript p{
    text-align:center;
    font-size:14px;
    color:#1B3259;
    line-height:22px;
    margin-top:6px;
}
.fy-title{
    width:580px;
    margin:0px auto;
    height:40px;
    margin-top:30px;
    background:#D6F3FF;
    -o-border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border-radius:40px;
    display:-webkit-flex; 
    display:flex; 
    justify-content:space-around;
    align-items:center;
}
.fy-title p{
    font-size:14px;
    color: #57647D;
    text-align: center;
    padding:6px 41px;
    -o-border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    cursor: pointer;
}
.fy-title p.current{
    background:-o-linear-gradient(90deg, #39B2FF 0%, #6A41FF 100%);
    background:-webkit-linear-gradient(90deg, #39B2FF 0%, #6A41FF 100%);
    background:-moz-linear-gradient(90deg, #39B2FF 0%, #6A41FF 100%);
    background:linear-gradient(90deg, #39B2FF 0%, #6A41FF 100%);
    color: #fff;
}

.fy-con{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.boxfanyi{
    display: none;
}
.block{display: block;}
.fy-left{
    width: 500px;
}
.fy-left h3{
font-size:20px;
color:#1B3259;
}
.fy-left p{
    font-size:16px;
    color: #75757D;
    border-bottom:solid 1px #CBD9E9;
    margin-top:12px;
    line-height:40px;
    margin-right:10px;
    position:relative;
    
}
.fy-left p::before{
    position:absolute;
    left:0px;
    bottom:-2px;
    content: "";
    width:32px;
    height:4px;
    background:#1A1B1E;
}
.fy-left ul{
    
}
.fy-left ul li{
    position: relative;
    line-height:36px;
    color:#57647D;
    font-size:14px;
    padding-left:24px;
}
.fy-left ul li::before{
    position:absolute;
    content: "";
    left:0px;
    top:12px;
    display: inline-block;
    width:14px;
    height:14px;
    background:url(../images/right-icon.svg) no-repeat 0 0;
    background-size: contain;
}
.fy-right{
    display:flex;
    align-items:flex-start;
    /* padding-top:40px; */
}
.scrien{
    padding-top:50px;
    padding-bottom:40px;
}
.pd-left{
    padding-left:100px;
}
.pd-top{
    padding-top:90px;
}
.pd-40{
    padding-top:40px;
}
.pd-20{
    padding-top:20px;
}
.pd-10{
    padding-top:10px;
}
.zhineng{
    padding-top:30px;
    padding-bottom:30px;
}
.nengli{
    background:#F3F7FF;
    padding:30px 0px;
    height: 510px;
}
.nenglicon{
    margin-top:24px;
    display: flex;
}
.boxnengli{
    background:#fff;
    position:relative;
    padding:16px;
    margin:0px 10px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.nltitle{
    position:absolute;
    left:0px;
    top:0px;
    background:#3369FF;
    width:70px;
    height:26px;
    -o-border-bottom-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
    -o-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    color:#fff;
    line-height:26px;
    font-size:14px;
    text-align:center;
}
.boxnengli ul li{
    position:relative;
    line-height:30px;
    position:relative;
    font-size:12px;
    color:#57647D;
    padding-left:18px;
}

.boxnengli h3{
    font-size:16px;
    color: #333;
    font-weight:bold;
    height:34px;
    line-height:34px;
    padding-left:16px;
}
.boxnengli ul li:before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    left:0px;
    top:10px;
    background: url(../images/libj.svg) no-repeat left center;
    background-size: contain;
}
.articl-help{
    background:#F8F9FD;
    background-size: contain;
    padding-top:30px;
}
.help-con{
    width: 1300px;
    margin: 0px auto;
    height:390px;
    position:relative;
}
.yijian,.kusu,.wenxian,.cunchu,.huikui{
    position:absolute;
    top:20px;
    left:207px;
    background:url(../images/yuan.png) no-repeat left center;
    height:60px;
    width:290px;
    z-index:99;
    
}
.kusu{
    top:91px;
    left:235px;
}
.wenxian{
    top:163px;
    left:275px;
}
.cunchu{
    top:234px;
    left:332px;
}
.huikui{
    top:306px;
    left:424px;
}
.heimg{
    position:absolute;
    right:150px;
    top:40px;
}
.wandu{
    position:absolute;
    z-index: 9;
    left:0px;
    top:0px;
}
.yjbj{
    height:54px;
    padding-left:52px;
    padding-top:4px;
    background:-o-linear-gradient(90deg, rgba(228, 248, 255, 0.1) 0%, #E4F8FF 100%);
    background:-moz-linear-gradient(90deg, rgba(228, 248, 255, 0.1) 0%, #E4F8FF 100%);
    background:-webkit-linear-gradient(90deg, rgba(228, 248, 255, 0.1) 0%, #E4F8FF 100%);
    background: linear-gradient(90deg, rgba(228, 248, 255, 0.1) 0%, #E4F8FF 100%);
    -o-border-top-right-radius: 40px; 
    -moz-border-top-right-radius: 40px; 
    -webkit-border-top-right-radius: 40px; 
    border-top-right-radius: 40px; 
    -o-border-bottom-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    moz-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.yjbj h3{
    font-size: 16px;
    font-weight: bold;
    color:#0E69ED;
    height:24px;
    background: url(../images/line.png) no-repeat right 12px;
}
.yjbj p{
    font-size:14px;
    color: #57647D;
}
.vedio-show{
    
    -o-box-shadow: 0px 0px 30px 3px rgba(55, 99, 170, 0.1);
    -moz-box-shadow: 0px 0px 30px 3px rgba(55, 99, 170, 0.1);
    -webkit-box-shadow: 0px 0px 30px 3px rgba(55, 99, 170, 0.1);
    box-shadow: 0px 0px 30px 3px rgba(55, 99, 170, 0.1);

}
/* 会员中心 */
.huiyuan-con{
    background: url(../images/zhongxinbj.svg) no-repeat left top;
}
.kaitong h3{
    text-align: center;
    padding-top:70px;
}
.kaitong h3 span{display: none;}
.kaitong h3 p{text-align: center;}
.kaitong h3{
    padding-bottom:42px;
}
.huidou{
    height: 40px;
}
.huidou p{
    width:220px;
    margin:0 auto;
}
.huidou p span{
    color:#868F97;
    font-size:20px;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    padding:0px 10px;
}
.huidou p span.current{
    color:#000000;
    background: url(../images/current.png) no-repeat bottom center;
}
.des-huiyuan{
    background: url(../images/hyjs.svg)no-repeat center top;
    padding-top:90px;
}
.des-hy-con{
    width:1000px;
    margin: 0px auto;
}
.des-hy-con .box{
    padding:36px 20px 16px 20px;
    background: #fff;
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    float: left;
    width:315px;
}
.des-hy-con .box:nth-child(2){
    margin:0px 24px;
}
.leibiehy{
    font-size:20px;
    color: #565CF8;
}
.leibiehy span{
    padding-right: 5px;
}
.shiyonghy{
    font-size:16px;
    color: #494E5A;
    padding-top:13px;
    padding-bottom:12px;
}
.jiagehy span{
font-size:16px ;
color:#494E5A;
}
.jiagehy b{
color:#1B91FF;
font-size:28px;
padding:0px 5px;
}
.putong-hybox .leibiehy{
    color: #23A4FF;
} 
.zhuanye-hybox .leibiehy{
    color:#3D3D3F;
} 
.zhuanye-hybox .leibiehy span{
    float: left;
}
.kaitongbtn{
    padding-top:10px;
    padding-bottom:20px;
    border-bottom: solid 1px #E4E9ED;
}
.kaitongbtn a{
    height:46px;
    line-height: 46px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font-size:16px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    z-index: 199;
}

.kaitongbtn a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    /* pointer-events: none; */
    background-color: #ddd;
}

.putong-hybox .kaitongbtn a{
    background: -o-linear-gradient(90deg, #31ABFC 0%, #1A94FF 100%);
    background:-webkit-linear-gradient(90deg, #31ABFC 0%, #1A94FF 100%);
    background:-moz-linear-gradient(90deg, #31ABFC 0%, #1A94FF 100%);
    background: linear-gradient(90deg, #31ABFC 0%, #1A94FF 100%);
}
.biaozhun-hybox .kaitongbtn a{
    background:-o-linear-gradient(90deg, #5F6EFF 0%, #4D4CF3 100%);
    background:-webkit-linear-gradient(90deg, #5F6EFF 0%, #4D4CF3 100%);
    background:-moz-linear-gradient(90deg, #5F6EFF 0%, #4D4CF3 100%);
    background: linear-gradient(90deg, #5F6EFF 0%, #4D4CF3 100%);
}
.zhuanye-hybox .kaitongbtn a{
    background:-o-linear-gradient(90deg, #575756 0%, #232427 100%);
    background:-webkit-linear-gradient(90deg, #575756 0%, #232427 100%);
    background:-moz-linear-gradient(90deg, #575756 0%, #232427 100%);
    background: linear-gradient(90deg, #575756 0%, #232427 100%);
    color: #FCCE9C;
}
.des-hy-con .box ul{
    margin-top:20px;
}
.des-hy-con .box ul li{
    position: relative;
    padding-left:24px;
    line-height: 30px;
    color:#030A1A;
    font-size: 14px;
}
.des-hy-con .box ul li span{
    color:#1A8CFF;
}
.des-hy-con .box ul li:before{
    position:absolute;
    left:0;
    top:10px;
    content: "";
    display: inline-block;
    width:14px;
    height:14px;
    background: url(../images/right.svg) no-repeat center center;
    background-size: contain;
}
.title-quanyi{
    padding-bottom:20px;
    padding-top:40px;
}
.title-quanyi p{
    text-align: center;
    font-size: 24px;
    color:#030A1A;
} 
.table-huiyuan tr th p img{
    padding-right:8px;
    position:relative;
    top:6px;
}
.table-huiyuan tr th p{
    line-height:56px;
}
.table-huiyuan tr th{
    height:56px;
    background: #F0F3F5;
}
.table-huiyuan tr td{
    height: 40px;
    border-bottom:1px solid #F0F3F5;
}
.table-huiyuan tr td p{
    line-height:40px;
    text-align: center;
    font-size: 14px;
    color:#222529;
}
.table-huiyuan tr th p.table-left,.table-huiyuan tr td p.table-left{
    padding-left:20px;
    text-align: left;
}
.huiimg{
    position:relative;
    top:8px;
}
.cuoimg{
    position:relative;
    top:4px;
}
.gmdouzi{
    width: 1200px;
    margin:0 auto;
    padding-top:40px;
}
.gmtx p{
    float:left;
}
.gmtx p.touxiang img{
    width:36px;
    height:36px;
    -o-border-radius:36px;
    -moz-border-radius:36px;
    -webkit-border-radius:36px;
    border-radius:36px;
}
.gmtx p.txname{
    font-size: 14px;
    color: #000;
    padding:0px 4px;
    font-weight: bold;
    line-height: 36px;
}
.gmtx p.dqdz{
    line-height:36px;
    font-size:14px;
    color:#37F7F8C;
    padding-left:10px;
    padding-right:10px;
}
.gmtx p.dqdz span{
    color: #0080FF;
}
.gmtx p.dzjs{
    position:relative;
    background:-o-linear-gradient(90deg, #DDF5E7 0%, #C9FBF6 100%);
    background:-webkit-linear-gradient(90deg, #DDF5E7 0%, #C9FBF6 100%);
    background:-moz-linear-gradient(90deg, #DDF5E7 0%, #C9FBF6 100%);
    background: linear-gradient(90deg, #DDF5E7 0%, #C9FBF6 100%);
    color: rgba(3, 5, 7, 1);
    padding:4px 10px;
    margin-top:4px;
    padding-left:40px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.gmtx p.dzjs:before{
    position:absolute;
    content: "";
    width: 22px;px;
    height:22px;
    left:8px;
    top:4px;
    background:url(../images/dz.png) no-repeat center center;
    background-size: contain;
}
.jiayoubao{
    padding-top:60px;
}
.jiayoubao .box{
    float: left;
    width: 389px;
    border:solid 1px #B8C3D9;
    background: #fff;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    padding-top:40px;
}
.jiayoubao .box h3{
    font-size:28px;
    text-align:center;
    color:#57647D;
    padding-bottom:30px;
}
.jiayoubao .box p.yongjiu{
    position:relative;
    text-align: center;
}
.jiayoubao .box p span{
    padding:0px 16px;
    background:#fff;
    display: inline-block;
    position: relative;
    z-index: 99;
    font-size:14px;
    color:#92929C;
}
.jiayoubao .box p.yongjiu:before{
    position:absolute;
    content: "";
    height: 0px;
    width:160px;
    border-bottom:solid 2px #92929C;
    left:50%;
    margin-left:-80px;
    top:10px;
    z-index: 10;
}
.jiayoubao .box p.jyb-price{
font-size:20px;
color:#ED5940;
text-align: center;

}
.jiayoubao .box p.jyb-price span{
    font-size: 56px;
    color:#ED5940;
}
.jiayoubao .box p.jyb-danjia{
text-align: center;
height:46px;
line-height: 46px;
background: #F6F7F9;
color: #92929C;
-o-border-bottom-right-radius: 8px;
-moz-border-bottom-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
-o-border-bottom-left-radius: 8px;
-moz-border-bottom-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.jiayoubao .current{
    border:solid 1px #81C0FF;
    background: -moz-linear-gradient(180deg, #E3F1FF 0%, #FFFFFF 100%),
linear-gradient(180deg, #E0F5FF 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(180deg, #E3F1FF 0%, #FFFFFF 100%),
linear-gradient(180deg, #E0F5FF 0%, #FFFFFF 100%);
    background: -o-linear-gradient(180deg, #E3F1FF 0%, #FFFFFF 100%),
linear-gradient(180deg, #E0F5FF 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, #E3F1FF 0%, #FFFFFF 100%),
linear-gradient(180deg, #E0F5FF 0%, #FFFFFF 100%);

}
.jiayoubao .current h3{
    color: #1B3259;
}
.jiayoubao .current p.yongjiu{
    color: #1B3259;
}
.jiayoubao .box p.jyb-price span{
    background: none;
}
.jiayoubao .current p.yongjiu span{
        background:#EDF9FF;
        color:#1B3259;
    }
.jiayoubao .current p.yongjiu:before{
    border-bottom:solid 2px #006DD9;
}
.jiayoubao .current p.jyb-danjia{
    color:#006DD9;
    background: -moz-linear-gradient(90deg, #CCE6FF 0%, #E8F4FF 100%);
    background: -webkit-linear-gradient(90deg, #CCE6FF 0%, #E8F4FF 100%);
    background: -o-linear-gradient(90deg, #CCE6FF 0%, #E8F4FF 100%);
    background: linear-gradient(90deg, #CCE6FF 0%, #E8F4FF 100%);
}
.jiayoubao .box:nth-child(2){
    margin:0px 16px;
}
.zhifujyb{
    padding-top:60px;
}
.zhifujyb dl dt{
    float: left;
    width: 174px;
    height: 174px;
    background:url(../images/erwmbk.svg) no-repeat left center;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    text-align: center;
    padding-top:14px;
    margin-right: 30px;
}
.zhifujyb dl dt img{
    border:solid 1px #EBEFF3;
}
.zhifujyb dl dd{
    float: left;
}
.zhifujyb dl dd .price .left-price{
    float: left; 
}
.zhifujyb dl dd .price .left-price p{
    font-size:20px;
    color:#ED5940;
    font-weight:bold;
}
.zhifujyb dl dd .price .left-price p span{
    font-size:56px;
    font-weight:bold;
    padding-left:4px;
}
.zhifujyb dl dd .price .zhekou{
    float:left;
    padding-left:8px;
    padding-top:10px;
}
.zhifujyb dl dd .price .zhekou .up-zhk{
    font-size: 14px;
    color: #fff;
    padding:2px 10px;
    width: 60px;
    background:-webkit-linear-gradient(90deg, #FF463B 0%, #FF8730 100%);
    background:-moz-linear-gradient(90deg, #FF463B 0%, #FF8730 100%);
    background:-o-linear-gradient(90deg, #FF463B 0%, #FF8730 100%);
    background: linear-gradient(90deg, #FF463B 0%, #FF8730 100%);
    background:-o-linear-gradient(90deg, #FF463B 0%, #FF8730 100%);
    -o-border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    -o-border-bottom-left-radius:0px;
    -moz-border-bottom-left-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    -o-border-top-left-radius:8px;
    -moz-border-top-left-radius:8px;
    -webkit-border-top-left-radius:8px;
    border-top-left-radius:8px;
}
.zhifujyb dl dd .price .zhekou .down-zk{
    font-size: 14px;
    color: #ED5940;
    font-weight:bold;
    padding-top:10px;
}
.zhifujyb dl dd .zfbwx{
    font-size:18px;
    color:#7B838B;
    padding-top:20px;
}
.zhifujyb dl dd .zfbwx b{
    font-weight:bold;
}
.zhifujyb dl dd .zfbwx img{
    position: relative;
    top:4px;
    padding:0px 4px;
}
.zhifujyb dl dd .xieyi{
    font-size:14px;
    color:#7B838B;
    padding-top:20px;
}
.zhifujyb dl dd .xieyi a{
    color:#23A4FF;
}
.tabqiehuan{
    display: none;
}
.block{display: block;}
/* jiaochengbegain */
.jiaocheng-con{
   position:relative;
   width: 1200px;
   margin: 0px auto;
   display: flex;
   display: -webkit-flex;
   flex-wrap: nowrap;
   overflow: hidden;
   padding-left:350px; 
}
.jiaocheng-con .jiaochengleft{
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
}
.jiaocheng-con .jiaochengleft .nav{
    position:fixed;
    top:60px;
    width: 350px;
    padding:0 0px 30px 20px;
    background: #f8f9fb;
    box-shadow: 1px 0px 0px 0px #eceff3;
    overflow-y: scroll;
    box-sizing: border-box;
    height: calc(100vh - 60px);
}
.jiaocheng-con .jiaochengleft ul li{
    position:relative;
    padding:8px 0px 8px 20px;
    cursor: pointer;
}
.jiaocheng-con .jiaochengleft ul li b{
    font-size: 0px;
    display: none;
}
.jiaocheng-con .jiaochengleft ul li.head-1 .doctext{
    font-weight: 700;
}
.jiaocheng-con .jiaochengleft ul li .doctext{
    font-size: 14px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1f2329;
}
.jiaocheng-con .jiaochengleft ul .head-2{
    margin-left:20px;
}
.jiaocheng-con .jiaochengleft ul .head-3{
    margin-left:30px;
}
.jiaocheng-con .jiaochengleft ul .head-4{
    margin-left:46px;
}
.jiaocheng-con .jiaochengleft ul .head-5{
    margin-left:60px;
}
.jiaocheng-con .jiaochengright{
    width: 850px;
    padding-bottom:60px;
    padding-left:60px;
    background: #fff;
    /* padding-top:90px; */
    box-sizing: border-box;
}
.jiaocheng-con .jiaochengright .title{
    color: #343a40;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.jiaocheng-con .jiaochengright .title.head2{
    font-size: 20px;
}
.jiaocheng-con .jiaochengright .title.head3{
    font-size: 22px;
}
.jiaocheng-con .jiaochengright>p{
    color: #343a40;
    font-size: 16px;
    line-height: 38px;
    margin:10px 0px;
}
.jiaocheng-con .jiaochengright .title:not(:first-child){
    margin-top:27px;
}
.jiaocheng-con .jiaochengright .sectionWrap{

}
.jiaocheng-con .jiaochengright .sectionWrap p{
    color: #343a40;
    font-size: 16px;
    line-height: 38px;
    margin:10px 0px;
}

.jiaocheng-con .jiaochengright .sectionWrap>div{
    color: #343a40;
    font-size: 16px;
    line-height: 38px;
    /* margin:10px 0px; */
}

.doiWrap{
    position: relative;
    padding-left: 20px;
}

.doiWrap::before {
    position: absolute;
    left: 0;
    top: 16px;
    content: "";                /* 必须存在 */
    display: inline-block;      /* 或 block */
    width: 6px;
    height: 6px;
    background: blue;
    border-radius: 50%;
  }

.jiaocheng-con .jiaochengright .sectionWrap .sectionImg{
    width: 100%;
}

.jiaocheng-con .jiaochengright .sectionWrap .cnetentImg{
    text-align: center;
}

.jiaocheng-con .jiaochengright .sectionWrap .sectionImg img{
    max-width: 100%;
}

.retract{
    text-indent: 2em;
}


.privacy-wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 24px;
    background: #fff;
}

.privacy-content > div, .privacy-content > p{
    color: #343a40;
    font-size: 16px;
    line-height: 38px;
}

.privacy-content > p >span.bold{
    font-weight: 600;
}

.privacy-content .head-title, .privacy-content .title{
    font-size: 34px;
    color: #343a40;
    font-weight: 700;
    margin-bottom: 8px;
}

.privacy-content .title{
    font-size: 24px;
    margin-top: 20px;
}

.privacy-content .head2{
    font-size: 20px;
}

.linka{
    color: #0080FF !important;
}

.customer-service-wrap{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    /* background-colorgba(27, 22, 22, 0.3).3); */
    left: 0;
    top: 0;
    z-index: 10000;
}

.customer-appear{
    display: block;
}

.customer-service-wrap .message-wrap{
    position: absolute;
    top: 34px;
    right: 102px;
    width: 254px;
    height: 326px;
    background-image: url("../images/customerServiceBg.png");
    background-size: cover; /* 图片覆盖整个区域 */
    background-repeat: no-repeat; /* 不重复背景图片 */
    background-position: center; /* 背景图片居中 */
    background-size: 100% 100%;
}

.customer-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}

.customer-wrap .customer-work-time{
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 80px;
    font-size: 12px;
    color: #606f8a;
}
.internet-content{
    border-top: 1px solid #8F959E;
    padding-top: 8px;
}

.instrnet-wrap{
    color: #8F959E;
    text-align: center;
}

.instrnet-wrap p{
    font-size: 12px;
    line-height: 24px;
}

.instrnet-link{
    cursor: pointer;
    color: #8F959E;
}