.buy-years label {
    position: relative;
}
.buy-years .tip {
    position: absolute;
    width: 80px;
    background-color: #fffdf9;
    border: 1px solid #efdfc3;
    padding: 5px;
    z-index: 9;
    text-align: center;
    top: 30px;
    left: 0;
    border-radius: 5px;
    color: #E84848;
}
.buy-years .tip i {
    position: absolute;
    width: 12px;
    height: 10px;
    left: 14px;
    top: -10px;
    background: url('/Tpl_2016/images2016/icon.jpg') no-repeat 0 -1618px #fffdf9;
}

/*购买提示*/

.paytype-tip p {
    line-height: 25px;
}
.paytype-tip-2 i {
    left: 112px;
}
.buy-help .paytype-tip {
    display: none;
    white-space: nowrap;
    text-align: left;
}
.buy-help:hover .paytype-tip {
    display: inline-block;
    margin-left: 0;
    top: -75px;
    z-index: 10;
    left: -11px;
}

/*试用提示信息*/

.buy-help:hover .paytype-tip-2 {
    top: -134px;
}

/*提示框位置重置*/
.page-info-side dl dd .validate-prompt{
    right: 0;
}


/*固定配置信息*/

.config-table {
    position: absolute;
    top: 120px;
    right: 0;
    width: 260px;
    color: #525252;
}
.config-table tr .title {
    padding: 54px 0 30px;
    background: url("/Tpl_2016/images2016/webhosting/config-table-img.jpg") no-repeat top center;
    font-size: 14px;
    font-weight: bold;
    color: #525252;
    text-align: center;
}
.config-table tr th, .config-table tr td {
    height: 36px;
    line-height: 36px;
    color: #525252;
    text-align: left;
}
.config-table th {
    padding-left: 25px;
}
.config-table .import-info {
    font-weight: bold;
    color: #2086ee;
}
@media screen and (max-width: 1206px) {
    /*固定配置信息*/
    .config-table {
        right: 30px;
    }
    .common-form dd .common-label {
        width: 160px;
    }
    /*提示框位置重置*/
    .page-info-side dl dd .validate-prompt{
        right: -64px;
    }

}
.desktop .config-table {
    right: 30px;
}
.desktop .common-form dd .common-label {
    width: 160px;
}
/*提示框位置重置*/
.desktop .page-info-side dl dd .validate-prompt{
    right: -64px;
}
#checkdiv{
	color: #fb791c;
    font-size: 12px;
    padding-left: 21px;
    height: 25px;
    line-height: 25px;
    left: 575px;
    top: -50px;
    width: 350px;
	position: absolute;
	}

#checkdiv .errortips{
	color: #fb791c;
	}
#checkdiv .righttips{
	color: green;

	}