/*
   本页样式通用于  产品购买 资料填写页面
   提供通用的提示信息样式
*/

.content {
    padding: 20px 0;
    background: #f1f4f4;
}
.page-content {
    padding: 32px 0 54px;
    background: url("/Tpl_2016/images2016/domain/dmbuymore-bg.jpg") repeat-x top center #fff;
    border: 1px solid #e1e1e1;
}

/*流程*/

.page-content .page-flow {
    margin: 0 auto;
    width: 391px;
    height: 28px;
    background: url("/Tpl_2016/images2016/vpsserver/vps-order-flow.jpg") no-repeat top center;
}

/*容器*/

.page-content .page-info {
    padding: 36px 140px 0;
}

/*带右侧配置信息栏目*/

.page-content .page-info-side {
    padding: 36px 0 0 60px;
    position: relative;
}
.Link_Orange {
    color: #fe6b1b;
}
.Link_Blue {
    font-weight: bold;
    color: #1762fc;
    text-decoration: none;
}
.Link_Blue:hover {
    color: #F60;
}

/*帮助*/

.vps-help {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 22px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0px -633px;
    color: #147bd1;
}

/*价格年限*/

.yearsPrice {
    margin-right: 10px;
}
.yearsPrice .price {
    color: red;
    font-size: 14px;
    padding-right: 3px;
    font-weight: bold;
}

/*机房测速*/

.flod {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 18px;
    background: url(../../newimages/default/flod_ico.gif) no-repeat;
}

/*独立IP问号*/

.buy-help {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 19px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0px -633px;
}
.buy-help:hover .buy-help-prompt {
    display: block;
    position: absolute;
    top: -12px;
    left: 30px;
}

/*说明*/

.product-explain {
    margin: 20px 50px 0;
    padding: 16px 18px;
    background: #fffdfd;
    border: 1px solid #ffe0e0;
    text-indent: 26px;
    color: #ff5d5d;
}
.product-explain i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 18px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -939px;
    vertical-align: middle;
}

/*新服务器系统安装标准*/

.product-detail-desc {
    margin: 36px 50px 0;
    padding: 20px 30px;
    border: 1px solid #eee;
}
.product-detail-desc .title {
    padding-bottom: 3px;
    border-bottom: 1px solid #ebebeb;
}
.product-detail-desc .title span {
    padding: 0 6px 4px;
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
    border-bottom: 2px solid #00a0e9;
}
.product-detail-desc p {
    line-height: 2;
    color: #6b6b6b;
}
@media screen and (max-width: 1206px) {
    /*容器*/
    .page-content .page-info {
        padding: 36px 20px 0;
    }
    /*说明*/
    .pay-explain {
        margin: 20px 20px 0;
    }
    /*新服务器系统安装标准*/
    .product-detail-desc {
        margin: 36px 20px 0;
    }
}

/***********IE6-8 responsed START*************/


/*容器*/

.desktop .page-content .page-info {
    padding: 36px 20px 0;
}

/*说明*/

.desktop .pay-explain {
    margin: 20px 20px 0;
}

/*新服务器系统安装标准*/

.desktop .product-detail-desc {
    margin: 36px 20px 0;
}

/***********IE6-8 responsed END*************/
