.line-span {
	margin: 16px 32px 24px 64px;
	height: 1px;
	background-color: #ddd;
}
.product-info {
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 16px;
}
.configuration-item.margin-top-0 {
	margin-top: 0;
}
.configuration-item {
	float: left;
	display: inline-block;
	width: 50%;
	height: 14px;
	margin-top: 20px;
	line-height: 14px;
	font-size: 14px;
}
.config-name {
	display: inline-block;
	width: 114px;
	text-align: right;
	color: #666;
}
.config-value {
	padding-left: 10px;
	color: #333;
}
.server-times > div {
	width: 138px;
}
.config-tip .config-tip-content.config-tip-one {
	width: 472px;
	top: -197px !important;
}
.config-tip-one:before {
	margin-left: -52px;
}
.hide{
	display: none;
}
.ny-number-unit{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999;
	text-align: right;
	width: 31px;
	height: 100%;
	background: #f2f2f2;
	line-height: 30px;
	text-align: center;
	border-left: 1px solid #ddd;
}
#stockAuto .disabled{
	background-color: #f3f4f6;
	color: #999;
}
#stockAuto .disabled:hover {
	background-color: #f3f4f6;
	color: #999;
	border-color: #ddd;
	cursor: no-drop;
}
.config-cpu-type,.config-memory-type{
	display: none;
	color: #333;
	margin-left: 10px;
}
.button-group a{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
#harddisk{
	display: inline-block;
	width: 470px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#cpuThreads{
	padding-left: 0;
}
body {
	background: #f5f5f5;
}
.purchase {
    margin: 0 auto;
    /*padding: 0 30px;*/
    width: auto; 
    font-size: 16px;
    /*background: #fff;*/
}
.purchase .pch.content {
	background: none;
}
.purchase .rcmici {
	border: 1px solid #eee;
	margin-bottom: 10px;
	background: #fff;
}
.purchase .rcminv.header {
	background: #059fff;
	color: #fff;
}
.purchase .rcmici:hover {
	border: 1px solid #059fff;
}
.purchase .pch.header {
	padding: 30px;
}
.auto {
	min-width: auto;
	max-width: auto;
	padding: 0 15px;
}
.flexb {
	flex-wrap: wrap;
}
@media screen and (max-width:960px) {
	.purchase .rcminv .time, .purchase .rcminv .price {
		width: 100%;
	}			
}
.ruleBtn {
cursor: pointer;
}
.ruleModal{
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
background: rgba(0,0,0,0.5);
z-index: 999999;
display: none;
}
#activityRule{
position: fixed;
width: 500px;
left: 50%;
top: 38%;
margin-left: -250px;
margin-top: -142px;
background: white;
z-index: 99999999;
padding-bottom: 38px;
}
#activityRule>div{
width: 100%;
height: 100%;
position: relative;
}
#activityRule>div>.ruleTitle{
font-size: 18px;
font-weight: bolder;
font-stretch: normal;
line-height: 46px;
letter-spacing: 0px;
padding-left: 46px;
padding-top: 29px;
color: #e52e2e;
}
#activityRule>div>ul{
padding: 0;
text-align: center;
}
#activityRule>div>ul>img {
width: 200px;
height: 200px;
}
#activityRule>div>ul>li{
font-size: 14px;
font-weight: normal;
font-stretch: normal;
line-height: 36px;
letter-spacing: 0px;
color: #666666; 
}
.ruleClose{
width: 34px;
height: 34px;
background: url(../../css/module/act/20210915/img/ruleClose.png) no-repeat;
background-position-x: 0;
position: absolute;
right: 28px;
top: 25px;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
line-height: 46px;
letter-spacing: 0px;
color: #666666;
cursor: pointer;
transition: all .2s;
}
.ruleClose:hover{
background-position-x: -34px;
}