* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

body {
    background-color: #FAF8FB;
    font-family: 'Pingfang','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    color: #1d1d1f;
}
/*
@font-face {
    font-family: 'PingfangBold';
    src: url('../fonts/PINGFANG_BOLD.subset.woff2');
}
*/

@font-face {
    font-family: 'Pingfang';
    src: url('../fonts/PINGFANG_SC_REGULAR.subset.woff2');
}
nav {
    position: relative;
    display: block;
    height: 100%;
}
.loadtext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: -webkit-linear-gradient(0deg,#ffa745,#fe869f 30%,#ef7ac8 45%,#a083ed 70%,#43aeff 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    letter-spacing: .021em;
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
}

#ac-localnav .ac-ln-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.093);

}

.ac-ln-sticking#ac-localnav.ac-localnav-grey .ac-ln-background {
    background-color: rgba(245, 245, 247, .72);
    transition-property: background-color;
    background: transparent;
}

#ac-localnav.ac-ln-sticking .ac-ln-background {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: var(--localnav-background-stuck, rgba(251, 251, 253, 0.8));
    background: var(--localnav-background-stuck, rgba(251, 251, 253, 0.92));
    transition: background 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition-property: background, -webkit-backdrop-filter;
    transition-property: background, backdrop-filter;
    transition-property: background, backdrop-filter, -webkit-backdrop-filter;
}

#ac-localnav .ac-ln-background {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: calc(-1 * var(--r-globalnav-height, 0));
    padding-top: var(--r-globalnav-height, 0);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    background: var(--localnav-background);
}

#ac-localnav .ac-ln-title,
#ac-localnav .ac-ln-title a {
    color: #000;
    padding: 2px 8px;
}
#ac-localnav .ac-ln-title a:hover{
    background-color: rgb(236, 236, 236);
    border-radius: 4px;
}

#ac-localnav .ac-ln-title {
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: .011em;
    cursor: default;

    padding: 0;
    height: 50px;
    white-space: nowrap;

    display: flex;
    align-items: center;
    justify-content: left;
}

#ac-localnav .ac-ln-btn {
    float: right;
    font-size: 0.775rem;
    line-height: 50px;
    font-size: 13.5px;
    letter-spacing: .011em;
    cursor: default;

    padding: 0;
    height: 50px;
    white-space: nowrap;
    margin-right: -8px;
    color: #000;
    overflow: hidden;
}

#ac-localnav .ac-ln-content a {
    color: #000;
    transition: 0.3s;
    padding: 4px 8px 4px 8px;
}

#ac-localnav .ac-ln-btn a:hover{
    background-color: rgb(236, 236, 236);
    border-radius: 4px;
}
.ac-ln-content {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ac-ln-title img{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.data{
    display: none;
    margin: 0 auto;
    max-width: 1300px;
    top: 100px;
    position: relative;
}
.data_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.data_text_box{
    float: left;
    width: 25%;
    height: auto;
}
.data_server_box{
    width: 65%;
    height: 500px;
    float: right;    
    overflow: auto;
    padding: 20px;
}
.data_server_box::-webkit-scrollbar{
    display: none;
}
.data_server_card_title{
    padding: 30px;
    font-size: 16px;
    font-weight: bold;
}
.data_server_card_text{
    padding: 5px 30px;
    font-size: 14px;
}

.data_server_card{
    width: 48%;
    margin-right: 4%;
    height: 14.5rem;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
    border-radius: 18px;
    float: left;
    color: #fff;
    margin-bottom: 4%;
}
.data_server_card:hover{
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
    transform: scale3d(1.01,1.01,1.01);
}
.data_server_color1 {
    background-image: linear-gradient(120deg, #ff9a9e 0%, #fad0c4 100%);
}
.data_server_color2 {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.data_server_color3 {
    background-image: linear-gradient(120deg, #a18cd1 0%, #fbc2eb 100%);
}
.data_server_color4 {
    background-image: linear-gradient(120deg, #fda085 0%, #f6d365 100%);
}
.data_server_card:nth-child(2n){
    margin-right: 0%;
}
.data_text1{
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}
.data_text1 span{
    float: right;
}
.data_text1 span b{
    font-size: 24px;
}
.data_line{
    border-bottom: 1px solid rgba(0, 0, 0, 0.093);
    padding-top: 20px;
}
.uptime{
    margin-top: 50px;
    font-size: 14px;
}
.content {
    max-width: 1300px;
    margin: 0 auto;
    height: 1560px;
}
.bg {
    position: relative;
    margin-top: 190px;
    height: 560px;
}

.bg_left{
    float: left;
    width: 600px;
}
.bg_title{
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(150deg, #ff629d, #ff7076);
    width: 100%;
    font-size: 48px;
}
.bg_left span{
    font-size: 42px;
}
.bg_txt1{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
}
.bg_txt2{
    width: 100%;
    margin-bottom: 140px;    
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #ff629d, #ff7076);
    font-weight: bold;
}
.bg_txt3{
    width: 100%;
    margin-bottom: 80px;    
    color: rgb(0, 0, 0);
    margin-top: 30px;
    font-size: 14px;
}
.bg_right{
    float: right;
    width: 650px;
}
.bg_right img {
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
    width: 650px;
    height: 400px;
}
.bg_right img:hover {
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
    transform: scale3d(1.01,1.01,1.01);
}

.bg_btn1{
    padding: 8px 20px;
    background-color: #ff7076;
    color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    transition: 0.3s;
}
.bg_btn2{
    padding: 8px 20px;
    background-color: #fff;
    color: #ff7076;
    border: 1px solid #ff7076;
    transition: 0.3s;
    border-radius: 8px;
}
.bg_btn1:hover{
    border-radius: 20px;
    
}
.bg_btn2:hover{
    border-radius: 20px;
}
.info{
    width: 100%;
    height: 300px;
}
.info_box{
    background-color: #fff;
    width: 32%;
    height: 7.5rem;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
    border-radius: 18px;
    float: left;
    margin-right: 2%;
}
.info_box:nth-child(-n+4){
    margin-bottom: 2%;
}

.info_box:hover{
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
    transform: scale3d(1.01,1.01,1.01);
}
.info_content{
    padding-left: 32px;
}
.info_box img{
    margin-top: 24px;
    float: left;
}
.info_title{
    font-size: 16px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    padding-top: 32px;
    padding-left: 42px;

}
.info_text1{
    font-size: 14px;
    line-height: 1.14286;
    letter-spacing: .007em;
    color: #000;
    padding-top: 24px;

}
.info_text2{
    font-size: 14px;
    line-height: 1.23536;
    font-weight: 600;
    letter-spacing: .007em;
    color: #fb5547;
    padding-top: 48px;
}
canvas{
    position: absolute;
    top:0;
    z-index: -1;
    right: 0;
}
.business{
    width: 100%;
    height: 1500px;
    margin-top: 140px;
}
.business_title {
    text-align: center;
    font-size: 36px;
    letter-spacing: .007em;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
}
.business_title span{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 20px;
    z-index: -1;
    background-color: #57fe7356;
}
.mc_box{
    width: 100%;
    height: 400px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
    border-radius: 18px;
    overflow: hidden;
    background-image: url(../img/index/bg-wool-light.png);
    margin-bottom: 50px;
}
.mc_box:hover{
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.mc_img {
    padding-top: 30px;
    padding-left: 80px;
    float: left;
}
.mc_title{
    width: 50%;
    font-size: 36px;
    letter-spacing: .007em;
    font-weight: bold;
    margin-top: 60px;
    margin-left: 50%;
    color: #196d17;
}
.mc_text1{
    width: 45%;
    font-size: 16px;
    letter-spacing: .007em;
    margin-top: 20px;
    margin-left: 50%;
    line-height: 30px;
}
.code_box{
    width: 100%;
    height: 790px;
    background-image: url(../img/index/bg-wool-dark.png);
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
.code_box:hover{
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.code_img img {
    position: absolute;
    top: 20%;
    right: -60px;
}

.code_title{
    width: 50%;
    font-size: 36px;
    letter-spacing: .007em;
    font-weight: bold;
    margin-top: 60px;
    margin-left: 60px;
    color: #fff;
}
.code_text1{
    width: 45%;
    font-size: 16px;
    letter-spacing: .007em;
    margin-top: 20px;
    margin-left: 60px;
    line-height: 30px;
    color: rgba(255,255,255,.6);
}
.code_title img{
    float: left;
    margin-right: 24px;
}
.charge{
    width: 100%;
    height: 2400px;
    margin-top: 40px;
}
.charge_title {
    text-align: center;
    font-size: 36px;
    letter-spacing: .007em;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
}
.charge_title span{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 20px;
    background-color: #feb85756;
    z-index: -1;
}
.charge_box{
    width: 30%;
    height: 600px;
    background-image: linear-gradient(60deg,#fff,#EDEFEE);
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
    border-radius: 18px;
    position: relative;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}
.charge_box:hover{
    box-shadow: 2px 4px 12px rgb(0 0 0 / 16%);
}
.charge_top{
    padding-top: 50px;
    padding-left: 50px;
    height: 100px;
}
.charge_name{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
.charge_name span{
    position: absolute;
    color: #bf4800;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    right: 30px;
    top: -20px;
}
.charge_price{
    font-size: 14px;
    color: #7E829E;
}
.charge_body{
    width: 80%;
    height: 300px;
    padding-left: 50px;
    margin-top: 2%;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: .007em;
}

.charge_left{
    width: 100px;
    float: left;
}
.charge_right{
    font-weight: bold;
    width: 300px;
}
.charge_vip1_3 {
    background-image: linear-gradient(60deg,#fff,#e6e6fc);
}
.charge_vip4_5 {
    background-image: linear-gradient(60deg,#fff,#fce6e7);

}
.problem{
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}
.problem a{
    color: #000;
}
.problem_title {
    text-align: center;
    font-size: 36px;
    letter-spacing: .007em;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
}
.problem_title span{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 20px;
    background-color: #fe655756;
    z-index: -1;
}
.problem_left{
    float: left;
    width: 48%;
}
.problem_right{
    margin-left: 52%;
    width: 48%;
}
.problem_box{
    border-radius: 18px;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    display: block;
    transition: all .3s cubic-bezier(0,0,.5,1);
    margin-right: 4%;
    margin-bottom: 4%;
    position: relative;
    height: auto;
    padding-bottom: 15px;
}
.problem_box:hover{
    box-shadow: 2px 4px 12px rgb(0 0 0 / 16%);
    transform: scale3d(1.01,1.01,1.01);
}
.problem_box img{
    position: absolute;
    right: 35px;
    top: 35px;
}

.problem_box_title{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: .007em;
    padding-top: 40px;
    margin-left: 40px;
    margin-bottom: 24px;
}
.problem_box_text {
    font-size: 14px;
    padding-left: 40px;  
    line-height: 34px; 
    padding-bottom: 20px;
    display: none;
}

.footer{
    width: 100%;
    height: 100px;
    border-top: 1px solid #d2d2d7;
    font-size: 12px;
    position: relative;
    margin-top: 300px;
}
.footer_link{
    padding-top: 14px;
    float: right;
    font-weight: bold;
}
.footer a{
    font-weight: 100;
    color: #1d1d1f;
    margin-left: 10px;
}
.footer a:hover{
    text-decoration: underline;
}
.footer_text1{
    padding-top: 14px;
    float: left;
}
.yhs{
    position: absolute;
    top: -128px;
    left: 0;
}
.onlinetime{
    position: absolute;
    top: -32px;
    right: 0;
}
