*{padding:0;margin:0;border:0;vertical-align:baseline;-webkit-box-sizing:border-box;box-sizing:border-box;}
input,select,button{outline:0;}button{border:0;background-clip:padding-box;}
table{border-collapse:collapse;border-spacing:0;}img{border:none;vertical-align:baseline;}
textarea,input{word-wrap:break-word;word-break:break-all;}span,p,div{word-wrap:break-word;}
.lf{float:left;}.rt{float:right;}html,body,div,p,ul,ol,li{list-style:none;}
a{text-decoration:none;cursor:pointer;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cu_layer{
    display: none;
}
input::-ms-clear{display:none;}/*删除文本框中的叉号*/
input::-ms-reveal{display:none;} /*删除密码框中的小眼睛*/

body{
    font-size: 14px;
    color: #000000;
    font-family: Arial,"PingFang SC",STXihei,"Microsoft yahei","WenQuanYi Micro Hei",sans-serif ;
}

::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(105, 107, 110, 0.5);
    background: rgba(86, 86, 88, 0.5);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 4px hsl(225,4%,65%,0.5);
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}
  
.center{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
/* 头部开始 */
header{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1000;
}
.headerwhites{
    background: rgba(255, 255, 255, 1);
}
header .cont{
    width: 1591px;
    height: 100%;
    /* padding: 0 153px 0 176px; */
    min-width: 1200px;
    margin: 0 auto;
}
header  .apicont{
    width: 100% !important;
    padding: 0 30px;
    min-width: auto;
}
header  .apicont .apiright{
    float: right;
    width: 250px;
    height: 80px;
}
header  .apicont .btn{
    margin-right: 20px!important;
    white-space:nowrap;
}
header .cont .logo{
    width: 140px;
    height: 100%;
    float: left;
    position: relative;
    margin-right: 222px;
}

header .cont .logo img{
    width: 140px;
    height: 37px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
header .cont .ulWrap{
    color: #000000;
    width: 784px;

    float: left;
    height: 100%;
    position: relative;
    font-size: 0;
}
header .cont .ulWrap .iconfont{
    color: #D3D3FF;
    font-size: 12px;
}
header .cont .ulWrap .nvaWrap{
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
header .cont .nvaWrap .navItem{
    cursor: pointer;
    display: inline-block;
    margin-right: 60px;
    font-size: 14px;
    color: #000000;
    margin-right: 50px;
    padding: 0 4px;
    vertical-align: middle;
}
.nvaWrap .price{
    width: 90px;
    position: relative;
    top:-8px;
}

header .cont .nvaWrap .navItem:last-child{ 
    margin-right: 0px;
 }

@media  only screen and (max-width: 1600px)
{
    header .cont{
        width: 1200px;
    }
    header .cont .logo{
        margin-right: 55px;
    }
    header .cont .ulWrap{
        width: 630px;
    }
    header .cont .nvaWrap .navItem{
        margin-right: 20px;
    }
}
header .cont .nvaWrap .navItem.active{
    background-color: #F5F7F9;
}
header .cont .nvaWrap .navItem.active .iconfont{
    transition: 0.5s;
    transform:rotate(180deg);
    display: inline-block;
}
header .cont .nvaWrap .navItem .text{
    line-height: 80px;
}
header .cont .btn{
    width: 28px;
    height: 100%;
    float: right;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin-right: 26px;
}
header .cont .btnearth{
    width: 57px;
    height: 100%;
    margin-right: 0 !important;
    position: relative;
}
header .cont .btnearth .earth{
    height: 36px;
    line-height: 36px;
    
}
header .cont .btnearth img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
header .cont .btn span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header .cont .btn .earth{
    width: 57px;
    display: inline-block;
    border-radius: 18px;
    opacity: 0.27;
    text-align: center;
    border: 1px solid #8E94FF;
}
header .cont .registerbtn{
    width: 75px;
}
header .cont .telephone{
    width: 135px;
    position: relative;
}
header .cont .telephone img{
    width: 14px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
header .cont .telephone span{
    line-height: 80px;
    font-size: 18px;
    font-weight: 600;
    color: #6E75FF;
    position: absolute;
    right: 0;
}
header .cont .registerbtn .register{
    width: 75px;
    height: 36px;
    background: linear-gradient(90deg, #9261FF 0%, #6E6AFE 100%);
    border-radius: 18px;
    color: white;
    line-height: 36px;
    text-align: center;
}
header .cont .btn .iconfont{
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
header .product{
    position: relative;
    clear: both;
}
header .navDialog{
    top: 80px;
    height: 204px;
    background-color: white;
    box-shadow: 0px 8px 12px 0px rgba(191, 191, 206, 0.62);
    border-radius: 8px;
    padding: 28px 54px 28px 54px;
    overflow: hidden;
    position: absolute;
    display: none;
}

header .productDiaLog{
    width: 1010px;
    left: -200px;
}
header .solutionDiaLog{
    width: 594px;
    left: 0px;
}
header .pricenDiaLog{
    width: 484px;
    left: 190px;
}

header .supportDiaLog{
    width: 484px;
    left: 190px;
}
header .aboutDiaLog{
    width: 814px;
    left: -74px;
}
header .navDialog .left {
    display: inline-block;
}
header .navDialog .left .title{
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    margin: 0 0 20px 14px;
}
header .navDialog .left ul{
    display: inline-block;
    font-size: 0;
    margin-top: 20px;
}
header .navDialog .left li{
    cursor: pointer;
    font-size: 0;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    margin-right: 28px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(255, 248, 245, 0.2) 0%, rgba(255, 242, 236, 0.45) 100%);
}
header .productDiaLog .left li:hover{
    border: 1px solid #FF774D;
}
header .solutionDiaLog .left li:hover{
    border: 1px solid #FFAB1F;
}
header .pricenDiaLog .left li:hover{
    border: 1px solid #59DA88;
}
header .supportDiaLog .left li:hover{
    border: 1px solid #968EFF;
}
header .aboutDiaLog .left li:hover{
    border: 1px solid #74B7FF;
}
header .navDialog .left li a{
    padding: 14px 15px;
    display: inline-block;
}
header .pricenDiaLog .left li{
    background: linear-gradient(180deg, rgba(245, 255, 245, 0.2) 0%, #F1FFF9 100%);
}
header .supportDiaLog .left li{
    background: linear-gradient(180deg, rgba(245, 246, 255, 0.2) 0%, #F2F1FF 100%);
}
header .aboutDiaLog .left li{
    background: linear-gradient(180deg, rgba(245, 251, 255, 0.2) 0%, rgba(236, 249, 255, 0.45) 100%);
}
header .navDialog .left li img{
    width: 52px;
    height: 52px;
}
header .navDialog .left li p{
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    margin-top: 15px;
}
header .navDialog .right{
    float: right;
    font-size: 12px;
    color: #BFBFCE;
    line-height: 16px;
    font-weight: bold;
}
header .navDialog .right li{
    margin-bottom: 24px;
}
header .navDialog .right li img{
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
header .navDialog .right li p{
    font-size: 12px;
    
    color: rgba(0, 0, 0, 0.7);
    line-height: 16px;
    font-weight: normal;
    height: 16px;
    overflow: hidden;
}
/* 头部结束 */

/* 底部开始 */
footer{
    padding-top: 170px;
    background-color: #F5F5F5;
}
footer .center{
    height: 324px;
}
footer .ulWrap{
    display: inline-block;
    vertical-align: top;
}
footer .ulWrap ul{
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
}
footer .ulWrap ul li{
    margin-bottom: 17px;
}
footer .ulWrap ul li a{
    color: #636888;
}
footer .ulWrap ul .title{
    font-size: 16px;
    color: #000000;
    line-height: 21px;
    margin-bottom: 40px;
}
footer .right{
    text-align: right;
    display: inline-block;
}
footer .right .icon{
    width: 14px;
    height: 14px;
}
footer .right div{
    color: #000000;
    line-height: 21px;
    margin-bottom: 22px;
}
footer .right .title{
    width: 110px;
    text-align: right;
    margin-right: 70px;
    display: inline-block;
}
footer .right .cont{
    width: 137px;
    text-align: right;
    display: inline-block;
}
footer .right .wechatCode{
    width: 71px;
    height: 71px;
}
footer .keepOnRecord{
    color: #000000;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-top: 1px solid #DFDFDF;
}
footer .keepOnRecord a{
    color: #000000;
}
footer .keepOnRecord span{
    margin-right: 20px;
}
footer  .wechatCode{
    width: 71px;
    height: 71px;
}
/* 底部结束 */

.handShape{
    cursor: pointer;
}

#gohome{
    cursor: pointer;
}

.icon {
    width: 1em!important;
    height: 1em!important;
    vertical-align: -0.15em!important;
    fill: currentColor;
    overflow: hidden;
}
.typora-export-content ol li{list-style:decimal;}
.typora-export-content ul li{list-style:disc;}
.markdown-body ol li{list-style:decimal;}
.markdown-body ul li{list-style:disc;}












.r_layer{
    width: 76px;
    position: fixed;
    top: 244px;
    right: 10px;
    z-index: 100000;
}
.r_layer>a:nth-child(1){
    width: 76px;
    height: 75px;
    display: inline-block;
    background: url('../image/sn_3.png');
    background-size: 100%;
    position: absolute;
    top:19px;
    left:0;
}
.r_layer>a:nth-child(1) div{
    width: 154px;
    height: 160px;
    display: inline-block;
    background: url(../image/sn_1.png);
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: -146px;
    display: none;
}
.r_layer>a:nth-child(1):hover div{
    display: block;
}
.r_layer>a:nth-child(2){
    width: 76px;
    height: 75px;
    display: inline-block;
    background: url('../image/sn_4.png');
    background-size: 100%;
    position: absolute;
    top:84px;
    left:0;
}
.r_layer>a:nth-child(2) div{
    width: 128px;
    height: 119px;
    display: inline-block;
    background: url('../image/sn_2.png');
    background-size: 100%;
    position: absolute;
    top: 11px;
    left: -119px;
    display:none;
}
.r_layer>a:nth-child(2):hover div{
    display: block;
}
.feigeImOpen{
    top: 153px;
    position: absolute;
}
.feigeImOpen div{
        width: 76px;
        height: 75px;
        display: inline-block;
        background: url('../image/feigeImOpen.png');
        background-size: 100%;
}