body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    background-color: #ffffff;
}
.wrap{
    overflow: inherit;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.content-wrap *{
    box-sizing: border-box;
}
.wrapper *{
    box-sizing: border-box;
}

.content-wrap .main-title{
    font-size: 30px;
    color: #000000;
    text-align: center;
}

#banner-img{
    height: 300px;
    width: 100%;
    min-width: 1200px;
    background: url(../images/supportServer/banner.jpg) center center no-repeat;
}
#banner-img .banner-info{
    padding-top: 97px;
    padding-left: 23px;
    width: 1200px;
    margin: 0 auto;
}
#banner-img .banner-info h1{
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 24px;
}
#banner-img .banner-info p{
    color: #ffffff;
    font-size: 17px;
    line-height: 29px;
}
#product-buy{
    background: url(../images/supportServer/productType-bg.png) center center no-repeat;
    background-color: #f7f9fa;
}

#product-buy .product-kinds{
    width: 100%;
    padding: 0 106px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between; 
}

#product-buy .product-kinds li.item{
    width: 450px;
    height: 245px;
    background-color: #ffffff;
    padding: 29px 35px 0;
    position: relative;
    transition: all .5s;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-bottom: 3px solid transparent;
}
#product-buy .product-kinds li.item::before{
    content: "";
    display: block;
    position: absolute;
    right: 23px;
    top: 15px;
}
#product-buy .product-kinds li.item:first-of-type::before{
    width: 94px;
    height: 81px;
    background: url(../images/supportServer/productType1.png) center center no-repeat;
}
#product-buy .product-kinds li.item:last-of-type::before{
    width: 96px;
    height: 84px;
    background: url(../images/supportServer/productType2.png) center center no-repeat;
}
#product-buy .product-kinds li.item h2.item-title{
    font-size: 17px;
    color: #000000;
    margin-bottom: 18px;
}

#product-buy .product-kinds li.item .item-info p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

#product-buy .product-kinds li.item .item-info p::before{
    content: "";
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/supportServer/right-label.png) center center no-repeat;
}

#product-buy .product-kinds li.item .item-price{
    position: absolute;
    bottom: 25px;
    padding-left: 47px;
    width: 100%;
    left: 0;
    padding-right: 24px;
}

#product-buy .product-kinds li.item .item-price span{
    font-size: 22px;
    color: #ff0000;
    line-height: 27px;
}
#product-buy .product-kinds li.item .item-price span em{
    font-size: 33px;
}

#product-buy .product-kinds li.item .item-price a.go-buy{
    display: block;
    float: right;
    width: 132px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #ef6638;
    font-size: 14px;
    color: #ef6638;
    background-color: #ffffff;
    text-align: center;
}

#product-buy .product-kinds li.item:hover{
    transform: translateY(-10px);
    border-bottom: 3px solid #3e88f4; 
}

#product-buy .product-kinds li.item:hover a.go-buy{
    background-color: #ef6638;
    color: #ffffff;
}

#product-buy p.tips{
    font-size: 12px;
    color: #ff0000;
    margin-top: 40px;
    padding-left: 106px;
}

#operation-server .operation-detail{
    margin-top: 80px;
}

#operation-server .operation-detail ul.tab-nav{
    width: 100%;
    display: flex;
}

#operation-server .operation-detail ul.tab-nav li.item{
    flex: 1;
    background-color: #3d3e49;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

#operation-server .operation-detail ul.tab-nav li.item.active{
    background-color: #3e88f4;
}
#operation-server .tab-detail{
    background-color: #f9faff;
}
#operation-server .tab-detail div.item{
    width: 100%;
    padding-top: 50px;
}

#operation-server .tab-detail div.item .item-title{
    color: #666666;
    width: 224px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-right: 122px;
    line-height: 36px;
}

#operation-server .tab-detail div.item .item-detial{
    width: 800px;
    display: inline-block;
    border-bottom: 1px solid #f0f1f3;
    padding-bottom: 50px;
    position: relative;
}
#operation-server .tab-detail div.item .item-detial .server-icon{
    position: absolute;
    right: 27px;
    top: 0px;
}
#operation-server .tab-detail div.item .item-detial p{
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    position: relative;
}

#operation-server .tab-detail div.item .item-detial p em{
    color: #ff2526;
}

#operation-server .tab-detail div.item:last-of-type .item-detial{
    border-bottom: 0;
}

#operation-server .tab-detail div.item .item-detial p .go-buy{
    display: block;
    width: 132px;
    height: 37px;
    line-height: 35px;
    border: 1px solid #ef6638;
    color: #ef6638;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 0;
}

#operation-server .tab-detail div.item .item-detial p .go-buy:hover{
    background-color: #ef6638;
    color: #ffffff;
}

#operation-server .tips{
    font-size: 12px;
    color: #ff0000;
    margin-top: 40px;
}