@charset "utf-8";

.sku-body ul,
.sku-body li {
	list-style: none;
}

.service-sku .sku-item,
.buy-nums .sku-item {
	display: flex;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 38px;
}

.sku-none {
	display: none;
}

.sku-item div {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.sku-item .sku-title {
	font-size: 14px;
	font-weight: 500;
	color: #28323C;
	flex: 0 0 80px;
	display: flex;
	justify-content: space-between;
}

.sku-item .sku-body {
	display: flex;
	font: 12px/150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
	line-height: 28px;
	align-items: center;
}

.sku-item .sku-body .sku-body-p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	overflow: hidden;
	/*text-align: justify;*/
	color: #FF6C55;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 1px;
}

.sku-item .sku-bodyspec {
	width: 100%;
	overflow: hidden;
	padding-right: 8px;
}

.sku-item .sku-bodyspec .timeDetail {
	color: #FF3300;
}

.sku-item .sku-body .desc {
	overflow: hidden;
	width: 100%;
	background-color: rgba(242, 242, 242, 1);
	padding-left: 8px;
	color: #28323C;
}

.sku-item .sku-body .desc .priceContent {
	margin-right: 8px;
}

.service-sku .sku-item .sku-body .sku-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

/* .service-sku .sku-item .sku-body .sku-list .discountText{
    position: absolute;
    right: -4px;
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    color: #FF6600;
} */
.service-sku .sku-item .sku-body .sku-list li {
	margin: 0;
	margin: 0 14px 0 0;
	display: list-item;
	float: left;
	clear: none;
	overflow: visible;
	position: relative;
}

.service-sku .sku-item .sku-body .sku-list li.d95 a {
	background: url(../../images/hopeAddImages/95.png) right top no-repeat;
}

.service-sku .sku-item .sku-body .sku-list li.d90 a {
	background: url(../../images/hopeAddImages/90.png) right top no-repeat;
}

.service-sku .sku-item .sku-body .sku-list li.d85 a {
	background: url(../../images/hopeAddImages/85.png) right top no-repeat;
}

.service-sku .sku-item .sku-body .sku-list li.d80 a {
	background: url(../../images/hopeAddImages/80.png) right top no-repeat;
}

.service-sku .sku-item .sku-body .sku-list li .sku-list-span {
	position: absolute;
	right: 0;
	z-index: 1;
	width: 40%;
	height: 100%;
}

.service-sku .sku-item .sku-body .sku-list li.d95 .sku-list-span {
	background: url(../../images/hopeAddImages/95.png) right top no-repeat;
}

.service-sku .sku-item .sku-body .sku-list li.d90 .sku-list-span {
	background: url(../../images/hopeAddImages/90.png) right top no-repeat;
}

.service-sku .sku-item .sku-body .sku-list li.d85 .sku-list-span {
	background: url(../../images/hopeAddImages/85.png) right top no-repeat;
}

.service-sku .sku-item .sku-body .sku-list li.d80 .sku-list-span {
	background: url(../../images/hopeAddImages/80.png) right top no-repeat;
}

.service-sku .sku-item .sku-body .sku-list li .addBtn {
	position: absolute;
	right: -16px;
	top: 0;
	display: block;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	background-color: #F2F2F2;
	color: #A6BAC4;
	cursor: pointer;
	font-weight: bold;
}

.service-sku .sku-item .sku-body .sku-list li .minusBtn {
	position: absolute;
	right: -16px;
	bottom: 0;
	display: block;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	background-color: #F2F2F2;
	color: #A6BAC4;
	cursor: pointer;
	font-weight: bold;
}

.service-sku .sku-item .sku-body .sku-list li a {
	text-align: center;
	border: 1px solid #BFD2DC;
	width: 88px;
	float: left;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	height: 32px;
	line-height: 32px;
	color: #28323C;
	font-size: 14px;
}

.service-sku .sku-item .sku-body .sku-list li.sku-long a {
	width: 108px;
}

.service-sku .sku-item .sku-body .sku-list li a:hover {
	color: #28323C;
}

.service-sku .sku-item .sku-body .sku-list li.sku-current a {
	border: 1px solid #1190FF;
	color: #1190FF;
	font-weight: bold;
	font-size: 14px;
}

.service-sku .sku-item .sku-body .sku-list li a.item-disabled {
	border: 1px dashed #CDCDCD;
	color: #969696;
	cursor: default;
}



.buy-nums .nums-des,
.buy-nums .nums-inc,
.buy-nums input {
	text-align: center;
	border: 1px solid #e5e5e5;
	height: 26px;
	padding: 0;
	margin: 0;
}

.buy-nums .nums-des,
.buy-nums .nums-inc {
	width: 30px;
	font-size: 20px;
	cursor: pointer;

}

.buy-nums input {
	border-left: 0;
	border-right: 0;
	width: 40px;
	outline: 0;
	-moz-user-select: none;
}

.buy-nums input[type='number'] {
	-moz-appearance: textfield;
}

.buy-nums input::-webkit-outer-spin-button,
.buy-nums input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}





/***价格栏和促销倒计时栏***/
.service-price {
	display: flex;
	flex-wrap: wrap;
}

.sales {
	flex: 0 0 100%;
}

.price-wrap {
	flex: 0 0 100%;
}

.service-price .sales-description {
	flex: 0 0 100%;
	color: #707070;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 10px 12px 0;
	display: none;
}

.service-price .sales {
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 10px;
	background: url('../../images/zwybuy-images/sales-background.png') no-repeat 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.sales .sales-title {
	display: flex;
	align-items: center;

}

.sales .sales-title span {
	color: #fff;
	font-size: 18px;
}

.sales .sales-title i.icon-sales-title {
	background: url('../../images/zwybuy-images/icon-clock.png') no-repeat 0px 0px;
	width: 26px;
	height: 30px;
	margin-right: 10px;
	background-size: contain;
}

.sales .sales-body {
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.sales .sales-body .sales-timelimit {
	font-size: 22px;
	color: #FFF;
	width: 32px;
	line-height: 32px;
	height: 32px;
	background: url('../../images/zwybuy-images/timer-background.png') no-repeat 0px 0px;
	margin: 0 4px;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	background-size: 100% 100%;
}

.service-price .price-wrap {
	flex: 0 0 100%;
	display: flex;
	padding-left: 10px;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background: #f9f9f9;
	font-size: 14px;
}

.price-wrap .price-text {
	display: flex;
	flex: 0 0 60%;
	align-items: baseline;
}

.price-wrap .price-text .text {
	font-size: 14px;
	font-weight: 500;
	color: #28323C;
	display: flex;
	flex: 0 0 70px;
	justify-content: flex-end;
}

.price-wrap .price-text .original-price {
	color: #707070;
	margin-left: 30px;
	display: none;
}

.price-wrap .price-text .original-price del {
	font-size: 18px;
}

.price-wrap .price-text .price {
	margin-left: 5px;
	color: #e1041d;
	font-size: 18px;
}

.price-wrap .price-text .price.invalid {
	font-size: 14px;
	color: #FF6C55;
	letter-spacing: 0;
	line-height: 14px;
}

.price-wrap .price-text .price .price-amount {
	font-size: 32px;
	color: #FF6C55;
	letter-spacing: 0;
	line-height: 28px;
}

.price-wrap .attach-text {
	display: none;
}

.price-wrap .salesamount {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #e6e6e6;
	width: 80px;
	text-align: center;
}

.price-wrap .salesamount .info-title {
	color: #a0a0a0;
	font-size: 14px;
	flex: 0 0 100%;
}

.price-wrap .salesamount .info-body {
	flex: 0 0 100%;
	color: #263238;
	font-size: 18px;
}

/***价格栏和促销倒计时栏***/



/****购买选项****/
.service-options a {
	padding: 10px 40px;
	margin-right: 40px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}

.service-options a:hover {
	color: #fff;
}

.service-options {
	line-height: 40px;
	padding: 10px 10px;
}

.service-options-recharge a {
	padding: 10px 40px;
	margin-right: 40px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}

.service-options-recharge a:hover {
	color: #fff;
}

.service-options-recharge {
	line-height: 40px;
	padding: 10px 10px;
}

.service-options-open a {
	padding: 10px 40px;
	margin-right: 40px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}

.service-options-open a:hover {
	color: #fff;
}

.service-options-open {
	line-height: 40px;
	padding: 10px 10px;
}

.use-balance a {
	padding: 10px 40px;
	margin-right: 40px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}

.use-balance a:hover {
	color: #fff;
}

.use-balance {
	padding: 10px 10px;
}

#buy-btn {
	background-image: linear-gradient(-180deg, #FF9556 0%, #FF5237 100%);
	box-shadow: 0 2px 8px 0 rgba(255, 130, 103, 0.53);
	border-radius: 21.5px;
}

#buy-btn:hover {
	background-image: linear-gradient(-180deg, #FE8135 0%, #FE3313 100%);
	box-shadow: 0 2px 8px 0 rgba(255, 130, 103, 0.53);
	border-radius: 21.5px;
}

#recharge-btn {
	background-color: #37a0fc;
	box-shadow: 0 2px 8px 0 #37a0fc;
	border-radius: 21.5px;
}

#recharge-btn:hover {
	background-color: #1391ff;
	box-shadow: 0 2px 8px 0 #1391ff;
	border-radius: 21.5px;
}

#open-btn {
	background-color: #f1812d;
	box-shadow: 0 2px 8px 0 #f1812d;
	border-radius: 21.5px;
}

#open-btn:hover {
	background-color: #f56a00;
	box-shadow: 0 2px 8px 0 #f56a00;
	border-radius: 21.5px;
}

#use-balance-btn {
	background-color: #37a0fc;
	box-shadow: 0 2px 8px 0 #37a0fc;
	border-radius: 21.5px;
}

#use-balance-btn:hover {
	background-color: #1391ff;
	box-shadow: 0 2px 8px 0 #1391ff;
	border-radius: 21.5px;
}

#buy-btn.disabled {
	background: rgba(228, 228, 228, 1);
	box-shadow: none;
	cursor: not-allowed;
}

#buy-btn.disabled:hover {
	background: rgba(228, 228, 228, 1);
	box-shadow: none;
}

#use-balance-btn.disabled {
	background: rgba(228, 228, 228, 1);
	box-shadow: none;
	cursor: not-allowed;
}

#use-balance-btn.disabled:hover {
	background: rgba(228, 228, 228, 1);
	box-shadow: none;
}

#consult-btn {
	background: #01bfcd;
}

#consult-btn:hover {
	background: #00a7b3;
}

.service-tips {
	color: red;
	margin-top: 10px;
	padding: 0 10px;
	height: 20px;
	visibility: hidden;
}

#buy-btn .soldout {
	display: none;
}

#buy-btn.sold-out {
	background: #CDCDCD;
}

#buy-btn.sold-out .soldout {
	display: inline;
}

#buy-btn.sold-out .avaliable {
	display: none;
}

/****购买选项****/



/***促销属性特殊处理***/
.service-sku .special.sku-item {
	background: #f8f8f8;
	padding-bottom: 10px;
	padding-top: 5px;
}

/***促销属性特殊处理***/



/*兼容小屏促销栏*/
@media screen and (max-width:1160px) {
	.sales .sales-title span {
		font-size: 12px;
	}

	.service-price .sales {
		padding: 0 5px;
	}

	.sales .sales-title i.icon-sales-title {
		width: 18px;
		height: 20px;
		margin-right: 5px;
	}

	.sales .sales-body {
		font-size: 12px;
	}

	.sales .sales-body .sales-timelimit {
		width: 19px;
		line-height: 24px;
		height: 24px;
		font-size: 14px;
	}
}


/** wordpress中元素**/
/*.buy-bt p a{
	border-radius: 20px;
}*/
.bus-text p {
	color: #707070;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 10px 12px 0;
	margin-bottom: 0;
}

/** wordpress中元素**/



/**手机端样式**/
@media (max-width: 460px) {
	.sales .sales-title span {
		font-size: 15px;
	}

	.sales .sales-body {
		font-size: 12px !important;
	}

	.sales .sales-title i.icon-sales-title {
		margin-right: 5px;
		width: 21px;
		height: 25px;
	}

	.sales .sales-body .sales-timelimit {
		width: 21px;
		height: 22px;
		line-height: 22px;
		background-size: contain;
		font-size: 14px;
	}

	.price-wrap .price-text .price {
		font-size: 14px;
		margin-left: 0;
	}

	.price-wrap .price-text .price .price-amount {
		font-size: 18px;
	}

	.price-wrap .price-text .original-price del {
		font-size: 14px;
	}

	.price-wrap .price-text .original-price {
		margin-left: 5px;
	}
}


/**手机端样式end**/





/***************智慧记新增样式*********************/

.service-sku .sku-item .sku-body .sku-list li {
	margin: 5px 14px 5px 0;
}


/***价格栏和促销倒计时栏***/
.service-price .price-wrap {
	height: 75px;
	box-sizing: border-box;
}

.price-wrap .price-text {
	flex: 1 0 80%;
}

.price-wrap .salesamount {
	width: 65px;
}

.price-wrap .salesamount .info-title {
	font-size: 12px;
}

.price-wrap .salesamount .info-body {
	font-size: 16px;
}

/***价格栏和促销倒计时栏***/






/****购买选项****/
.service-options a {
	padding: 0 40px;
}

.service-options {
	display: flex;
	justify-content: flex-start;
	margin-top: 16px;
	margin-left: 80px;
}

.service-options-recharge {
	display: flex;
	justify-content: flex-start;
	margin-top: 16px;
	margin-left: 80px;
}

.service-options-open {
	display: flex;
	justify-content: flex-start;
	margin-top: 16px;
	margin-left: 80px;
}

.use-balance {
	display: flex;
	justify-content: flex-start;
	margin-top: 16px;
	margin-left: 80px;
}

/****购买选项****/


/**新增通用内容**/
.price-text .price-desc {
	margin-left: 20px;
	display: none;
	font-size: 12px;
}

.service-title {
	margin-bottom: 12px;
	font-size: 24px;
	color: #28323C;
	letter-spacing: 0;
	line-height: 24px;
}

.service-desc {
	font-size: 14px;
	color: #28323C;
	line-height: 12px;
	margin-bottom: 20px;
}

.service-title #serviceName {
	font-weight: bold;
}

.service-title .renewTips {
	color: #ffffff;
	background-color: #FF6C55;
	margin-left: 8px;
	font-size: 14px;
	padding: 2px 6px;
}

.service-sku .sku-item .itemprice {
	display: none;
}

.service-sku .sku-item.special2 .itemprice {
	display: inline;
}

.service-detail-desc {
	padding: 0 10px;
}

.service-sku .sku-item[typeId='3'] .sku-body .sku-list li a.item-recommend i.recommend {
	background: url('../../images/zwybuy-images/icon-recommend.png') no-repeat 0px 0px;
	width: 35px;
	height: 30px;
	float: left;
	bottom: 0px;
	right: 0px;
	position: absolute;
}

.service-sku .sku-item[typeId='3'] .sku-body .sku-list li a.item-recommend {
	padding-right: 20px;
}

.sku-description {
	padding: 0 10px;
	margin-top: 20px;
}

.sku-description.smy-desc {
	font-size: 12px;
	margin-top: 10px;
	color: #999999;
}

#zwynumsItem .disableZwynumsItem a {
	cursor: not-allowed;
	color: #cfcfcf;
	border: 1px solid #cfcfcf;
}

.cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

.close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	font-size: 20px;
	cursor: pointer;
	content: '';
	background: url('../../images/zwybuy-images/icon-close.png') no-repeat center;
	z-index: 1;
}

.taxrecharge-dialog,
.wxskcz-dialog {
	display: none;
	position: absolute;
	width: 320px;
	background-color: white;
	padding: 0 0 32px 0;
	left: 50%;
	top: 50%;
	border-radius: 2px;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.wxskcz-dialog .close,
.taxrecharge-dialog .close {
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
}

.taxrecharge-dialog-title,
.wxskcz-dialog-title {
	font-weight: bold;
	padding: 6px 16px;
	font-size: 14px;
	padding: 6px 16px;
	background: #FD7F49;
	color: #ffffff;
	border-radius: 2px;
}

.taxrecharge-dialog-content,
.wxskcz-dialog-content {
	padding: 32px 16px;
}

.taxrecharge-dialog-footer,
.wxskcz-dialog-footer {
	text-align: center;
}

.taxrecharge-dialog-footer .primary-button,
.wxskcz-dialog-footer .primary-button {
	padding: 6px 23px;
	display: inline-block;
	background: #FD7F49;
	color: #ffffff;
	border-radius: 2px;
	cursor: pointer;
	margin-left: 16px;
}

.taxrecharge-dialog-footer .default-button,
.wxskcz-dialog-footer .default-button {
	padding: 6px 30px;
	display: inline-block;
	background: #ffffff;
	border: 1px solid #E6EBF0;
	border-radius: 2px;
	cursor: pointer;
}

.wxskcz-dialog .main-text {
	padding: 0 0 8px 0;
}

.wxskcz-dialog .sub-text {
	text-decoration: underline;
}

.wxskcz-dialog .sub-text a {
	color: #1391ff;
}

.company-type-select {
	border: 1px solid #BFD2DC;
	width: 84px;
	height: 32px;
	padding: 0 4px;
	cursor: pointer;
}

#customAcctNumWrap,
#multiRegionWrap,
#customAcctNum1000Wrap {
	display: none;
	padding-left: 88px;
}

#customAcctNum,
#customAcctNum1000 {
	width: 294px;
}

.acct-num-input {
	height: 32px;
	font-size: 14px;
	outline: none;
	text-align: center;
	width: 226px;
	border: none;
	border-bottom: 1px solid #1390ff;
	color: #1390ff;
}

.disabled-btn {
	background: #dfdfdf;
	box-shadow: none;
	cursor: not-allowed;
}

#sku-timeDetail {
	margin-left: 12px;
}

#areaExplainText {
	display: none;
}

.explain-text {
	padding-left: 88px;
	color: #FF6C55;
}

.explain-text a {
	color: #1390ff;
}

.desc-empty {
	display: none;
	color: #FF6C55;
	font-size: 14px;
}

.desc-tax-empty {
	display: none;
	color: #FF6C55;
	font-size: 14px;
}