.cart-notice{
	background-color: #feebeb;
	padding: 26px 34px;
	margin-bottom: 54px;
}
.cart-notice h4 {
	height: 22px;
	line-height: 22px;
	margin-bottom: 30px;
	text-indent: 34px;
	font-weight: 400;
	font-size: 16px;
	color: #f42f2f;
	background: url(../image/cart-warn.png) no-repeat left center;
}
.cart-notice p {
	line-height: 3;
	font-size: 12px;
	color: #666;
}
.cart-notice p a,a {
	color: #0372c7;
}


.cart-box {

}
.cart-box h4 {
	font-size: 16px;
	color: #333;
}
.cart-title {
	margin-top: 30px;
	border-top: 2px solid #059fff;
}
.cart-title ul li {
	height: 54px;
	line-height: 54px;
	color: #888;
	background-color: #fafafa;
	font-size: 12px;
}
.cart-box ul li {
	width: 20%;
	float: left;
	font-size: 12px;
	text-align: center;
}

.cart-content {
	padding-bottom: 24px;
	background: #fff;
	border: 1px solid #eee;
	border-bottom: none;
}
.no-domain {
	margin-top: 30px;
	min-height: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	background-color: #f5f5f5;
	text-align: center;
}
.no-domain a {
	color: #0066cc;
}
.cart-content ul {
	display: block;
	border-top: 1px solid #e7e7e7;
}
.cart-content ul:first-child {
	border-top: none;
}
.cart-content ul li {
	height: 66px;
	line-height: 66px;
	color: #666;
	border-bottom: 1px solid #e7e7e7;
}
.template-select {
	width: 100px;
}
.cart-content select {
	min-width: 120px;
	height: 30px;
	font-size: 14px;
	color: #333;
	min-width: 100px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #f7f7f7;
	outline: none;
}
.cart-content .create-template-links {
	color: #0372c7;
}
.cart-content .domain-price {
	font-size: 14px;
	font-weight: bold;
	color: #ff5e00;
}
.cart-content .domain-del {
	color: #666;
}
.cart-content ul li .checkbox-item {
	margin: 25px 0 0 20px;
	color: #666;
}
.check-service {
	padding: 40px 20px 20px;
	border-top: 1px solid #e7e7e7;
}
.check-service .checkbox-item {
	width: auto;
	float: right;
}
.inventory-box {
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}
.inventory {
	height: 102px;
	line-height: 102px;
	background-color: #fff;
}
.inventory .checkbox-item {
	width: 85px;
	margin-left: 20px;
	margin-top: 41px;
}
.inventory > span {
	float: right;
	margin-right: 20px;
	font-size: 14px;
	color: #666;
}
.inventory > span em {
	font-style: normal;
	color: #ff5e00;
}
.inventory > span b {
	font-weight: 400;
	font-size: 34px;
	color: #ff5e00;
}
.inventory > span a {
	display: inline-block;
	width: 138px;
	height: 40px;
	line-height: 40px;
	margin-left: 34px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #ff6600;
}
.inventory > span a.disabled {
	background-color: #aaa;
	cursor: not-allowed;
}
.inventory .clear-cart {
	font-size: 14px;
	color: #0372c7;
}
.cart-verify-reminder {
	padding-right: 20px;
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.cart-verify-reminder span {
	position: relative;
	color: red;
}
.cart-verify-reminder span:before {
	position: absolute;
	content: "";
	left: -22px;
	top: 2px;
	width: 16px;
	height: 16px;
	background: url(../image/cart_warn_icon.png) no-repeat center;
}

.recommend {
	padding-bottom: 52px;
}
.recommend h4 {
	font-size: 16px;
	color: #333;
}
.recommend ul li {
	position: relative;
	height: 105px;
	padding-top: 30px;
	padding-left: 50px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
}
.recommend ul li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: url(../image/rec_icon.png) no-repeat 0 0;
}
.recommend ul li.green:after {
	background-image: url(../image/rec_icon_green.png);
}
.recommend ul li:first-child {
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.recommend ul li h6 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
}
.recommend ul li p {
	font-size: 14px;
	color: #666;
}
.recommend .recommend-buy {
	position: absolute;
	right: 45px;
	top: 58px;
}
.recommend-buy span {
	font-size: 16px;
	color: #333;
}
.recommend-buy span:first-child {
	margin-right: 10px;
	font-size: 14px;
	color: #999;
}
.recommend-buy span b {
	font-weight: 400;
	color: #ff5e00;
}
.recommend-buy a {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #333;
	border: 1px solid #b8b8b8;
}
.recommend-buy a.go-buy {
	margin-right: 10px;
	color: #fff;
	border-color: #ff5e00;
	background-color: #ff5e00;
}


.create-template {
	margin-top: 30px;
	padding: 35px 40px 38px;
	background-color: #fff;
}
.create-template h4 {
	margin-bottom: 28px;
	font-size: 16px;
	color: #333;
}

.domain-template {
	padding-top: 25px;
	font-size: 12px;
}
.domain-template .form-group {
	line-height: 30px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 12px;
}
.domain-template .form-label {
	float: left;
	width: 160px;
	padding-right: 0;
	text-align: right;
	font-size: 12px;
	color: #666;
}
.domain-template .form-mark {
	color: red;
}
.domain-template .form-control {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	white-space: nowrap;
	color: #333;
	background-color: #fff;
	background-image: none;
	outline: none;
	width: 83.33333333%;
}
.domain-template .form-input {
	width: 300px;
	box-shadow: none;
	color: inherit;
	display: inline-block;
	height: 32px;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 0;
	border: 1px solid #ccc;
	line-height: inherit;
	outline: none;
}
.domain-template .form-input-small {
	width: 131px;
}
.domain-template .form-select {
	min-width: 80px;
	font-size: 12px;
	padding: 5px 3px;
	padding-left: 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #666;
	background-color: #f7f7f7;
	outline: none;
}
.domain-template .form-select:focus,
.domain-template .form-input:focus {
	border-color: #0372c7;
}
.domain-template .form-select.error-input,
.domain-template .form-input.error-input {
	border-color: red;
}
.domain-template .form-radio {
	float:left;
	width:16px;
	height:16px;
	margin-top:8px;
	cursor: pointer;
}
.domain-template .form-radio + label {
	float:left;
	margin-left: 5px;
	font-size: 12px;
	cursor: pointer;
}
.domain-template .form-text {
	font-size: 12px;
	color: #999;
	margin-left: 15px;
}
.domain-template .error-reminder {
	display: none;
	margin-left: 15px;
	color: red;
	font-size: 12px;
}
.domain-template hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.domain-template .savingInfo {
	height: 28px;
	line-height: 27px;
	border: none;
	padding: 0 16px;
	background-color: #ff8800;
	outline: none;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
}
.template-title {
	color: #00aaff !important;
}