body{
    margin: 0;
    padding: 0;
    background-color: #f5f9fc;
}
.banner-top{
    width: 100%;
    height: 400px;
    margin: 165px 0 0 0;
}
.banner-top img{
    width: 100%;
    height: 100%;
}
/*banner图下方部分*/
.product-price{
    width: 1100px;
    height: 250px;
    margin: 0 auto;
    /*z-index: 99;*/
    position:relative;
    top: -80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.public-product-css{
    width: 200px;
    height: 240px;
    background-color: #f2f1f0;
    position: relative;
}
.product-img{
    position:absolute;
    top: -40px;
    left: 30%;
}

.title-product{
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 45px 0 0 0;
}
.title-two{
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.cost-number{
    color: #f09161;
    margin: 0 10px;
    font-size: 23px;
    font-weight: bold;
}
.title-three{
    width: 100%;
    font-size: 15px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}

.title-four{
    width: 100%;
    height: 50px;
    background-color: #7bc0ca;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin-top: 12px;
    cursor: pointer;
}
/*第三部分*/
.cloud-server-title{
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.cloud-server-title p{
    font-size: 28px;
    font-weight: bold;
    font-family: "新宋体";
}
.cloud-server-describe{
    width: 1100px;
    height: 260px;
    margin: 20px auto 50px auto;
    background-color: white;
    display: flex;
    justify-content: space-between;
}
.cloud-server-describe-left{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}
.cloud-server-describe-left img{
  margin-left: 10px;
}
.cloud-server-describe-right{
    width: 70%;
    height: 100%;
}
.cloud-server-describe-right>div{
    width: 100%;
    font-size: 15px;
    margin-top: 45px;
}
.cloud-server-use{
    width: 1100px;
    height: 600px;
    margin: 30px auto;
}
.cloud-server-use>img{
    width: 100%;
    height: 100%;

}
.banner-two{
    width: 100%;
    height: 500px;
}
.banner-two>img{
    width: 100%;
    height: 100%;
}
.cloud-server-type{
    width: 1100px;
    /*height: 300px;*/
    margin: 40px auto 0 auto;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 40px;
}
.cloud-server-type-one .cloud-server-type-top{
    width: 100%;
    padding-left: 20px;
}
.cloud-server-type-top .center-title{
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}
.cloud-server-type-top .right-title{
    color: #666666;
}
.cloud-server-type-bottom{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.cloud-server-type-bottom-left{
     width: 80%;
}
.server-type{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border:2px solid gainsboro;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position:relative;
}
.select_server_css{
    border-color:red !important;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.server-type-ul{
    width: 100%;
    height: 100%;
    display: flex;
}
.radio-css{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid grey;
}
.circle_css{
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: red;
    display: inline-block;
}
.select_radio_css{
    border-color:red;
}
.server-type-ul li{
    width: 13%;
    text-align: center;
}
.li-one-css{
    display: flex;
    align-items: center;
    justify-content: center;
}
.li-two-css{
    line-height: 80px;
    font-size: 17px;
    font-weight: bold;
}
.li-three-css,.li-four-css,.li-six-css,.li-five-css{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.top-css{
    color:#666666;
}
.bottom-css{
    font-size: 16px;
    font-weight: bold;
}
.select-css{
    box-sizing: border-box;
    border: 1px solid grey;
    padding: 5px;
}
.li-seven-css{
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 22px;
    color: red;
    font-weight: bold;
}
.cloud-sql-li-css{
    line-height: 80px;
}
.cloud-server-type-bottom-right{
    position:relative;
    width: 15%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*云服务器右边免费领取样式*/
.sql-cloud-server-type-bottom-right{
    position:relative;
    width: 15%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.right-content-box{
    width: 100%;
}
.type-bottom-right-title-top{
    font-weight: bold;
    font-size: 17px;
}
.type-bottom-right-title-middle{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin: 30px auto;
}
.type-bottom-right-title-bottom{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #e6776f;
    color: white;
    font-size: 17px;
    text-align: center;
    border-radius: 10px;

}
/*云安全*/
.li-safe-css{

}
.safe-server-type-ul{
    width: 100%;
    height: 100%;
    display: flex;
}
.safe-li-two-css{
    width: 20%;
    line-height: 80px;
    font-size: 17px;
    font-weight: bold;
}
.cloud-safe-li-css{
    width: 45%;
    margin-left:5% ;
    line-height: 80px;
}
.safe-li-one-css{
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tui-jian-img{
    position:absolute;
    top: 0;
    right: 0;
}
/*我已经是云服务器用户*/
.cloud-server-user{
    width: 1100px;
    margin: 40px auto;
    text-align: center;
}
.cloud-server-user p{
    font-size: 28px;
    font-weight: bold;
}
.server-user{
    width: 1100px;
    margin: 0 auto 40px auto;
    height: 300px;
    display: flex;
    justify-content: space-between;

}
.server-old-user{
    position:relative;
    width: 48%;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 3px lightgrey;
    /*overflow: hidden;*/
    background-color: white;
}
.server-old-user-top{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #7dc4ed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.server-other-user{
    position:relative;
    width: 48%;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 3px lightgrey;
    /*overflow: hidden;*/
    background-color: white;
}
.server-old-user-middle{
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-weight: bold;
    font-size: 15px;
}
.server-old-user-bottom{
    width: 100%;
    height: 100px;
}
.moni-button-css{
    width: 30%;
    height: 40px;
    line-height:40px;
    text-align: center;
    margin: 0 auto;
    background-color: #e6776f;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}
.red-font-css{
    font-weight: bold;
    font-size: 25px;
    color:  #e6776f;
}
.server-other-user-middle{
    width: 100%;
    height: 100px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.server-other-user-middle p{
     width: 100%;
     margin-left: 45%;
    font-size: 15px;
}
/*华为云核心优势*/
.cloud-server-user-bottom{
    width: 1100px;
    margin: 0 auto;
}
.cloud-server-user-bottom-word{
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    position:relative;
    top:-20px;
}
.cloud-server-advantage{
    width: 1100px;
    background-color: white;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.advantage-div{
    width: 33%;
    margin: 20px 0;
}
.advantage-div-top{
    width: 100%;
    text-align: center;
}
.advantage-div-bottom{
    width: 78%;
    margin: 0 auto;
    font-weight: bold;
    color: #666666;
    font-size: 14px;
}
.advantage-div-body{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.cloud-bottom{
    width: 100%;
    height: 800px;
    margin: 40px 0 0 0;
    position:relative;
}
.map-css{
    width: 60%;
    height: 60%;
    position:absolute;
    top:39%;
    left: 23%;
}
.banner-bottom-img{
    width: 100%;
    height: 100%;
}
.cloud-bottom-a{
    display: block;
    margin: 5px;
    width: 30px;
    height: 44px;
    z-index: 100;
    background: url("../../img/huaWeiClound/gree.png") no-repeat;
}
.cloud-bottom-b{
    display: block;
    margin: 5px;
    width: 30px;
    height: 44px;
    z-index: 100;
    background: url("../../img/huaWeiClound/blue.png") no-repeat;
}
.cloud-bottom-b:hover{
    transform: scale(1.1) ;
}
.cloud-bottom-a:hover{
    transform: scale(1.1) ;
}
.cloud-bottom-a-one{
    position:absolute;
    top:64%;
    left: 35%;
}
.cloud-bottom-a-one:after{
    content:"巴西";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 37px;
    top: 20px;
}
.cloud-bottom-a-two{
    position:absolute;
    top:53%;
    left: 27.5%;
}
.cloud-bottom-a-two:before{
    content:"墨西哥";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -37px;
    top: 20px;
}
.cloud-bottom-a-three{
    position:absolute;
    top:64.5%;
    left: 30%;
}
.cloud-bottom-a-three:before{
    content:"秘鲁";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -37px;
    top: 20px;
}
.cloud-bottom-a-four{
    position:absolute;
    top:73.5%;
    left: 30.8%;
}
.cloud-bottom-a-four:before{
    content:"智利";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -37px;
    top: 20px;
}
.cloud-bottom-a-five{
    position:absolute;
    top:83.5%;
    left: 30%;
}
.cloud-bottom-a-five:before{
    content:"阿根廷";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 37px;
    top: 20px;
}
.cloud-bottom-a-six{
    position:absolute;
    top:75.5%;
    left: 50%;
}
.cloud-bottom-a-six:before{
    content:"南非";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 37px;
    top: 20px;
}
.cloud-bottom-a-seven{
    position:absolute;
    top:52.5%;
    left: 53%;
}
.cloud-bottom-a-seven:before{
    content:"沙特";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -37px;
    top: 20px;
}
.cloud-bottom-a-eight{
    position:absolute;
    top:42.5%;
    left: 48%;
}
.cloud-bottom-a-eight:before{
    content:"德国";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 35px;
    top: 20px;
}
.cloud-bottom-a-nine{
    position:absolute;
    top:47%;
    left: 44.5%;
}
.cloud-bottom-a-nine:before{
    content:"西班牙";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -37px;
    top: 20px;
}
.cloud-bottom-a-ten{
    position:absolute;
    top:44%;
    left: 46%;
}
.cloud-bottom-a-ten:before{
    content:"法国";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 35px;
    top: 25px;
}
.cloud-bottom-a-eleven{
    position:absolute;
    top:42%;
    left: 46.8%;
}
.cloud-bottom-a-eleven:before{
    content:"荷兰";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -35px;
    top: 25px;
}
.cloud-bottom-a-twelve{
    position:absolute;
    top:40%;
    left: 53.8%;
}
.cloud-bottom-a-twelve:before{
    content:"俄罗斯";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -35px;
    top: 25px;
}
.cloud-bottom-a-thirteen{
    position:absolute;
    top:61.8%;
    left: 64%;
}
.cloud-bottom-a-thirteen:before{
    content:"新加坡";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -35px;
    top: 25px;
}
.cloud-bottom-a-fourteen{
    position:absolute;
    top:57%;
    left: 63.5%;
}
.cloud-bottom-a-fourteen:before{
    content:"泰国";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -30px;
    top: 25px;
}
.cloud-bottom-a-fifteen{
    position:absolute;
    top:45%;
    left: 64%;
}
.cloud-bottom-a-fifteen:before{
    content:"东北区";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 35px;
    top: 25px;
}
.cloud-bottom-a-sixteen{
    position:absolute;
    top:48%;
    left: 63.8%;
}
.cloud-bottom-a-sixteen:before{
    content:"华北区一";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 35px;
    top: 25px;
}
.cloud-bottom-a-seventeen{
    position:absolute;
    top:51%;
    left: 65.5%;
}
.cloud-bottom-a-seventeen:before{
    content:"华东区";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 35px;
    top: 25px;
}
.cloud-bottom-a-eighteenth{
    position:absolute;
    top:48%;
    left: 60%;
}
.cloud-bottom-a-eighteenth:before{
    content:"西部";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -35px;
    top: 25px;
}
.cloud-bottom-a-nineteen{
    position:absolute;
    top:52%;
    left: 64%;
}
.cloud-bottom-a-nineteen:before{
    content:"华南区";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -35px;
    top: 25px;
}
.cloud-bottom-a-twenty{
    position:absolute;
    top:53%;
    left: 65%;
}
.cloud-bottom-a-twenty:before{
    content:"香港";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 35px;
    top: 25px;
}
.cloud-bottom-a-twenty-one:before{
    content:"华北区二";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: -35px;
    top: -5px;
}
.cloud-bottom-a-twenty-one{
    position:absolute;
    top:46%;
    left: 62%;
}
.cloud-bottom-a-twenty-two:before{
     content:"将开放区域";
     color:white;
     font-size: 14px;
     width: 90px;
     position:absolute;
     left: 35px;
     top: 20px;
 }
.cloud-bottom-a-twenty-two{
    position:absolute;
    bottom:4%;
    left: 60%;
}
.cloud-bottom-a-twenty-three:before{
    content:"已开放区域";
    color:white;
    font-size: 14px;
    width: 90px;
    position:absolute;
    left: 35px;
    top: 20px;
}
.cloud-bottom-a-twenty-three{
    position:absolute;
    bottom:4%;
    left: 43%;
}
/*悬停联系客服选择*/
.contact-customer{
    width: 100%;
    height: 105px;
    position:absolute;
    bottom:-98px;
    background-color: white;
    box-shadow: 0 0 3px red;
    display: flex;
    justify-content: space-between;
}
.contact-customer-left{
    width: 50%;
    height: 100%;
    cursor: pointer;
}
.contact-customer-left>img{
    display: block;
    width: 90%;
    height: 35%;
    margin: 25% auto;
}
.contact-customer-left>p{
    width: 100%;
    text-align: center;
}
.contact-customer-right{
    width: 50%;
    height: 100%;
}
.contact-customer-right>img{
    width: 90%;
    height: 72%;
    display: block;
    margin: 5% auto;
}
.contact-customer-right>p{
    width: 100%;
    text-align: center;
}
[v-cloak] {
    display:none;
}
.ecs-type-bottom-contact-customer{
    width: 100%;
    height: 100px;
    box-shadow:0 0 3px red;
    position:absolute;
    left:-165px;
    top:90px;
    background-color: white;
    display: flex;
    justify-content: space-between;
}
.type-bottom-contact-customer{
    width: 100%;
    height: 110px;
    box-shadow:0 0 3px red;
    position:absolute;
    left:-165px;
    top:240px;
    background-color: white;
    display: flex;
    justify-content: space-between;
}
.server-user-contact-customer{
    width: 35%;
    z-index: 200;
    height: 120px;
    box-shadow:0 0 3px red;
    position:absolute;
    bottom:-120px;
    left: 32%;
    background-color: white;
    display: flex;
    justify-content: space-between;
}
