/*
    created 2018-7-9
    hkserver.html
*/
@charset "utf-8";

.cloudserveruser{
    background: url("../images/hk_user_img.jpg") no-repeat center;
}
.hk{
    width: 100%;
    background-color: #f0f3f5;
    padding:80px 0px 22px;
}
.hk-content{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.hk-title{
    line-height: 77px;
    font-size: 35px;
    color: #2d3137;
}
.hk-des{
    line-height: 59px;
    font-size: 17px;
    color: #5e6c81;
}
.hk-show{
    position: relative;
    margin-top: 56px;
}
.speed-fast{
    position: absolute;
    left: 134px;
    top: 158px;
}
.speed-slow{
    position: absolute;
    right: 142px;
    top: 78px;
}
.speed-fast div,.speed-slow div{
    line-height: 42px;
    font-size: 18px;
    color: #2d3137;
}
.speed-fast p,.speed-slow p{
    line-height: 39px;
    font-size: 15px;
    color: #9ea9b6;
}
.compare-item{
    position: relative;
    margin-top: 58px;
}
.vs-img{
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -63px;
    width: 126px;
    height: 70px;
    background: url("../images/hk_vs_img.png") no-repeat center;
    z-index: 2;
}
.item-box{
    position: relative;
    float: left;
    width: 50%;
    height: 200px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 3px #e5e8e8;
    -moz-box-shadow: 0px 0px 10px 3px #e5e8e8;
    box-shadow: 0px 0px 10px 3px #e5e8e8;
}
.item-box i{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/cloud_sprite_img.png) no-repeat -550px -102px;
}
.item-head{
    line-height: 99px;
    font-size: 21px;
    color: #FF6666;
}
.item-box ul li{
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #2d3135;
    border-top: 1px solid #f6f9f9;
}
.other-item .item-head{
    color: #2d3137;
    background-color: #f6f9f9;
}
.other-item ul li{
    color: #5d6d81;
}
.hk-content>p{
    line-height: 108px;
    font-size: 16px;
    color: #9ea8b4;
}

/*=============================================== 香港活动页样式 start ==============================================*/
.hk_huodong_banner{
    width: 100%;
    height: 550px;
    background: url("../images/hk_huodong_banner.jpg") no-repeat center;
}
.yisuserver-nav{
    display: block;
}
.huodong_ticket{
    width: 100%;
    background-color: #fff;
}
.ticketbox{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding:60px 0px;
    margin: 0 auto;
}
.productbox{
    position: relative;
    width: 100%;
    background-color: #f0f3f5;
    padding-top: 74px;
}
.product{
    width: 1200px;
    margin: 0 auto;
}

.product_select{
    display: flex;
    justify-content: space-between;
    width: 624px;
    margin: 0 auto;
}
.product_select a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #2d3137;
    background-color: #fff;
    text-align: center;
    padding:0px 37px;
    border:1px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-left: -1px;
}

/*.product_select{*/
/*display: flex;*/
/*justify-content: space-between;*/
/*width: 780px;*/
/*margin: 0 auto;*/
/*}*/
/*.product_select a{*/
/*display: block;*/
/*width: 198px;*/
/*height: 48px;*/
/*line-height: 48px;*/
/*font-size: 18px;*/
/*color: #2d3137;*/
/*text-align: center;*/
/*border:1px solid transparent;*/
/*-webkit-border-radius: 25px;*/
/*-moz-border-radius: 25px;*/
/*border-radius: 25px;*/
/*margin-left: -1px;*/
/*}*/
.product_select a.selected {
    color: #fff;
    border-color:#ff6666;
    background-color: #ff6666;
}
.product_kind{
    margin-top: 76px;
}
.product_item{
    width: 1200px;
    margin: 0 auto;
    display: none;
}
.product_item.default_show{
    display: block;
}
.mr30{
    margin-right: 30px;
}
.itembox{
    float: left;
    width: 380px;
    background-color: #fff;
    cursor: pointer;
}
.itembox a{
    display: block;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.itembox:hover{
    -webkit-box-shadow: 0px 0px 20px 3px #e7e7e7;
    -moz-box-shadow: 0px 0px 20px 3px #e7e7e7;
    box-shadow: 0px 0px 20px 3px #e7e7e7;
}
.item_title{
    line-height: 48px;
    font-size: 23px;
    color: #2d3137;
    padding-left: 10px;
}
.itembox p{
    line-height: 39px;
    font-size: 17px;
    color: #2d3137;
    padding-left: 10px;
}
.itembox ul{
    margin-top: 18px;
}
.itembox ul li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.li_head{
    line-height: 36px;
    font-size: 18px;
    color: #2d3137;
}
.li_bottom{
    line-height: 23px;
    font-size: 14px;
    color: #9ea7b3;
}
.shop_box{
    margin-top: 7px;
}
.shop_box .now_buy{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #ff6666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.shop_box .now_buy:hover{
    color: #fff;
    background-color: #e85247;
}
.shop_box>p{
    line-height: 50px;
    font-size: 16px;
    color: #ff6666;
    text-align: center;
}
.moretype{
    height: 110px;
    padding:30px 0px;
}
.moretype a{
    display: block;
    width: 132px;
    height: 53px;
    margin: 0 auto;
}
.moreicon{
    height: 24px;
    background: url("../images/hkyisu_03.png")no-repeat center;
    padding:0px 6px;
}
.morelink{
    color: #E6002D;
    font-size: 17px;
    margin-top: 9px;
    text-align: center;
}

.hkyisubox{
    width: 100%;
    background-color: #48494D;
    padding: 80px 0px 70px 0px;
}
.hkctitle h3 {
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
}
.hkcdes {
    line-height: 58px;
    color: #A5A5A5;
    font-size: 17px;
    text-align: center;
}
.manceimg{
    height: 380px;
    background: url("../images/hkyisu_05.jpg") no-repeat center center;
    margin-top: 57px;
}
/*=========================================== 亿速优势样式 start ========================================*/

.defense-framework{
    padding:80px 0px 96px 0px;
    background-color: #fff;
}
.framework-content{
    width: 1200px;
    margin: 0 auto;
}
.head-title h2{
    height: 78px;
    line-height: 78px;
    font-size: 35px;
    color: #2d3037;
    font-weight: 400;
    text-align: center;
}
.head-text{
    line-height: 60px;
    font-size: 18px;
    color: #5e6d81;
    text-align: center;
}
.framework-img{
    padding:0px 10px;
    margin-top: 78px;
}
.hk-compare-show{
    margin-top: 75px;
}
.hk-compare-show .comparebox{
    width: 210px;
}
.hk-compare-show .hk-compare-item{
    width: 240px;
}
.comparebox.hk-yisu-comparebox{
    width: 540px;
}
.br{
    border-right: 1px solid #f0f2f5;
}
.comparebox ul li{
    height: 59px;
    line-height: 59px;
}
.comparebox ul li.two-lines{
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 6px;
}
.hk-yisu-comparebox ul li{
    position: relative;
    color: #2d3037;
    text-align: left;
    padding-left: 70px;
}
.hk-yisu-comparebox ul li::before{
    position: absolute;
    left: 40px;
    top: 26px;
    content: '';
    width: 0;
    height: 0;
    border:5px solid #FF6666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.yisu-comparebox ul li.two-lines::before{
    top: 50%;
    margin-top: -5px;
}
.compare-other ul li{
    position: relative;
}
.compare-other ul li span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    background-color: #bdc5d3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.compare-other ul li span.have{
    background-color: #FF6666;
}
/*=========================================== 亿速优势样式 end ========================================*/
.ysnews{
    background-color: #fff;
}
.ysrelnews{
    width: 386px;
    background-color: #f6f9f9;
    border:1px solid transparent;
}
.ysrelnews:hover{
    -webkit-box-shadow: 0px 0px 20px 5px #f3f3f3;
    -moz-box-shadow: 0px 0px 20px 5px #f3f3f3;
    box-shadow: 0px 0px 20px 5px #f3f3f3;
}
.ysnewsbox{
    width: 1200px;
    height: 480px;
    padding: 60px 0px 70px 0px;
    margin: 0 auto;
}
.ystitle h3{
    height: 75px;
    line-height: 75px;
    font-size: 35px;
    text-align: center;
    color: #232323;
}
.newsupdata{
    height: 286px;
    padding-top: 34px;
}
.newsupdata>div{
    float: left;
}
.ysnsimg{
    width: 384px;
    height: 200px;
    text-align: center;
}
.ysnsimg img{
    width: 100%;
    height: 100%;
}
.ysnsdes{
    height: 50px;
    padding:14px 0px 14px 14px;
}
.ysnstext,.nstime{
    float: left;
}
.nstime{
    width: 58px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: -webkit-linear-gradient(left, #E5002F , #9A00FB);
    background: -o-linear-gradient(left, #E5002F, #9A00FB);
    background: -moz-linear-gradient(left, #E5002F, #9A00FB);
    background: -ms-linear-gradient(left, #E5002F, #9A00FB);
    background: linear-gradient(to right, #E5002F , #9A00FB);
    -webkit-border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    border-radius: 11px 11px 11px 11px;
}
.ysnstext{
    width: 296px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #555555;
    margin-left: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newsupdata .ysrelnews:nth-child(1),.newsupdata .ysrelnews:nth-child(2){
    margin-right: 21px;
}



/*=============================================== 香港活动页样式 end ==============================================*/


/*=============================================== 高防服务器活动页样式 start ==============================================*/
.high_huodong_banner{
    width: 100%;
    height: 550px;
    background: url("../images/high_huodong_banner.jpg") no-repeat center;
}
.area_box{
    position: absolute;
    left: 160px;
    top: 800px;
    width: 140px;
    z-index:10;
}
.area_head{
    position: relative;
    height: 80px;
    line-height: 56px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #ff6666;
    padding-top: 24px;
    overflow: hidden;
}
.area_head span{
    position: relative;
    z-index: 2;
}
.area_circle{
    position: absolute;
    left: 10px;
    bottom: -70px;
    width: 120px;
    height: 140px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.area_list{
    padding: 10px 0px;
    background-color: #fff;
}
.area_list ul li a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #2d3137;
    text-align: center;
}
.area_list ul li a.selected{
    color: #ff6666;
    background-color: #ffe0e0;
}


.high_product_select{
    width: 768px;
}
.high_kind{
    width: 100%;
    margin-top: 76px;
}
.high_kind_box{
    width: 1200px;
    margin: 0 auto;
    display: none;
}
.high_kind_box:first-child{
    display: block;
}
.high_kind_item{
    position: relative;
    width: 100%;
    height: 320px;
    background-color: #fff;
    padding: 0px 40px 40px 30px;
    margin-bottom: 30px;
}
.high_kind_item:hover{
    -webkit-box-shadow: 0px 0px 20px 3px #e7e7e7;
    -moz-box-shadow: 0px 0px 20px 3px #e7e7e7;
    box-shadow: 0px 0px 20px 3px #e7e7e7;
}
.high_kind_item:last-child{
    margin-bottom: 0px;
}
.item_data{
    float: left;
    width: 810px;
    height: 160px;
}
.high_kind_item>.title{
    line-height: 37px;
    font-size: 23px;
    color: #2d3137;
    text-align: center;
    padding-top: 34px;
}
.high_kind_item>p{
    line-height: 30px;
    font-size: 17px;
    color: #5E6D81;
    text-align: center;
}
.high_select{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 19px;
}
.select_item{
    width: 260px;
    height: 160px;
    border: 1px solid #dbe2e8;
}
.select_item_box{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 22px 0px 0px 28px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.select_item_box i{
    position: absolute;
    right: 0px;
    bottom: -1px;
    width: 30px;
    height: 30px;
}
.select_item.selected,.select_item.selected .select_item_box{
    border-color: #fe6765;
}
.select_item.selected .select_item_box i {
    background: url(../images/cloud_sprite_img.png) no-repeat -550px -62px;
}
.select_item_box>div{
    line-height: 28px;
    font-size: 18px;
    color: #2d3137;
}
.select_item_box>p{
    line-height: 24px;
    font-size: 14px;
    color: #9ea7b3;
}
.select_list{
    margin-top: 15px;
}
.select_list ul li{
    float: left;
    width: 33.33333%;
}
.select_list ul li div:first-child{
    line-height: 26px;
    font-size: 18px;
    color: #2d3137;
}
.select_list ul li div:last-child{
    line-height: 24px;
    font-size: 14px;
    color: #9ea7b3;
}
.item_price{
    position: absolute;
    right: 40px;
    top: 0;
    float: right;
    width: 290px;
    height: 100%;
    padding-top: 50px;
}
.item_price .title{
    line-height: 69px;
    font-size: 15px;
    color: #ff6666;
    text-align: center;
}
.price_box,.price{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.price_box a,.price .price_link{
    position: relative;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #ff6666;
    padding-top: 17px;
    border: 1px solid #dae2e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.price_box a.selected,.price .price_link.selected{
    border-color: #ff6666;
}
.price_box a div,.price .price_link div{
    line-height: 34px;
    font-size: 22px;
}
.price_box a span,.price .price_link span{
    line-height: 26px;
    font-size: 14px;
}
.price_box a i,.price .price_link i{
    position: absolute;
    right: 0px;
    bottom: -1px;
    width: 30px;
    height: 30px;
}
.price_box a.selected i,.price .price_link.selected i{
    background: url(../images/cloud_sprite_img.png) no-repeat -550px -62px;
}


.item_buy{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #ff6666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 30px;
}



/*******2019-08-27 start*****/
.hk {
    background-color: #fff;
}
.hk .hk-content .compare-item .item-box ul li {
    border-bottom: 1px solid #F0F2F5;
}
.hk .hk-content .compare-item .item-box .item-head {
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #FF6666;
    background-color: #fff;
    border-bottom: 1px solid #F0F2F5;
}
.hk .hk-content .compare-item .item-box.other-item .item-head {
    color: #2D3037;
    background-color: #F6F8F9;
}

/*******2019-08-27 end*****/
















