
.domain-search-outer {
	height: 460px;
	width: 100%;
	padding-top: 165px;
	background: #202124 url(img/20191223/banner.png) no-repeat center;
}
.domain-title {
	text-align: center;
	color: #fff;
	font-size: 36px;
}
.domain-search-box {
	position: relative;
	margin: 0 auto;
	width: 724px;
	height: 54px;
	margin-top: 30px;
}
.domain-search-input,
.domain-drop-trigger,
.domain-search-button {
	float: left;

}
.domain-search-input {
	display: block;
	border: none;
	width: 482px;
	height: 54px;
	background: #fff;
	padding-left: 30px;
	line-height: 54px;
	font-size: 18px;
	outline: none;
}
.domain-drop-trigger {
	position: relative;
	width: 119px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #333;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
}
.domain-drop-trigger:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 1px;
	height: 45px;
	background: #c8c8c8;
}
.domain-drop-trigger:after {
	content: "";
	position: absolute;
	background: url(img/search_icon_arrow.png) no-repeat center;
	right: 11px;
	top: 50%;
	margin-top: -2px;
	width: 12px;
	height: 8px;
	transition: transform 0.3s ease;
}
.domain-drop-trigger.active:after {
	transform: rotate(180deg);
}
.domain-search-button {
	width: 123px;
	height: 54px;
	border: none;
	background-color: #0070ff;
	line-height: 54px;
	font-size: 18px;
	color: #fff;
	outline: none;
	cursor: pointer;
}
.domain-search-body .domain-search-button {
	background: #0070ff;
}
.domain-search-button[disabled] {
	background: #aaa;
	cursor: not-allowed;
}
.domain-search-list {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 54px;
	z-index: 10;
	padding: 20px 19px;
	border: 1px solid #c8c8c8;
	background: #f5f5f5;
	max-height: 400px;
    overflow-y: scroll;
}
.domain-search-list.active {
	display: block;
}
.checkbox-item {
	position: relative;
	float: left;
	width: 130px;
	height: 16px;
	margin-bottom: 17px;
	padding-left: 26px;
	line-height: 16px;
	background: url(img/domain_checkbox.png) no-repeat left center;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s ease-out;
}
.checkbox-item.checked {
	background-image: url(img/domain_checkbox_checked.png);
}
.checkbox-item span {
	float: left;
}
.domain-hot-item {
	background: url(img/domain_check_hot.png) no-repeat center;
	width: 24px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
}
.operate-area {
	border-top: 1px solid #c8c8c8;
	padding-top: 20px;
}
.operate-area label {
	position: relative;
	margin-right: 10px;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}
.operate-area label input {
	outline: none;
	vertical-align: middle;
}
.domain-search-list .operate-area label input {
	visibility: hidden;
}
.domain-search-list .operate-area label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(img/domain_radio_icons.png) 0 0;
}
.domain-search-list .operate-area label.label-checked:before {
	background-position: -13px 0;
}
.set-common-use {
	display: inline-block;
	width: 89px;
	height: 28px;
	line-height: 28px;
	background: #ff5e00;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.domain-search-main .set-common-use {
	background: none;
	color: #0070ff;
}
.set-remind {
	display: none;
	margin-left: 10px;
	color: #0070ff;
	font-size: 12px;
}
.view-more {
	float: right;
	font-size: 12px;
	color: #0372c7;
	line-height: 28px;
}
.domain-help {
	margin-top: 32px;
	text-align: center;
}
.domain-help a {
	display: inline-block;
	border-left: 1px solid #bbc1c5;
	padding: 0 18px;
	font-size: 13px;
	color: #fff;
}
.domain-help a:hover {
	text-decoration: underline;
}
.domain-help a:first-child {
	border-left: none;
}
/* 域名注册搜索栏end */
/* 推荐滚动 */
.rec-domain-outer {
	padding-bottom: 60px;
}
.slider-outer {
width: 1200px;
margin: 0 auto;
}
.rec-slider-item {
	height: 335px;
	border: 1px solid #eee;
	padding: 0 13px;
	text-align: center;
	background: #fff;
}
.rec-slider-item:hover {
	/* box-shadow: 0 7px 17px 4px rgba(0, 0, 0, 0.07); */
}
.rec-slider-item:hover .rec-buy a {
	background-color: #0070ff;
	color: white;
}
.rec-domain-icon {
	height: 118px;
	background: no-repeat center;
	background-image: url(domainLogo/single_logo_placehold.png);
}
.rec-price-row {
	font-size: 14px;
	color: #555555;
	text-align: center;
	/* text-indent: 36px; */
}
.price-symbol {
	font-size: 28px;
	color: #ff6600;
}
.rec-price {
	font-size: 30px;
	color: #ff6600;
}
.rec-brief {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 24px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 30px;
	display: block;
}
.rec-buy {
	/* margin-top: 35px; */
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -80px;
}
.rec-buy a {
	display: inline-block;
	width: 160px;
	height: 36px;
	line-height: 36px;
	background-color: #ffffff;
	border: solid 1px #0070ff;
	font-size: 14px;
	color: #0070ff;
}

/* 重置bx-slider样式 */
.bx-wrapper {
	background: none;
	box-shadow: none;
	border: none;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 999;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -15px;
	width: 16px;
	height: 29px;
	background: url(img/domain_rec_left.png) no-repeat center;
}
.bx-wrapper .bx-prev:hover {
	background: url(img/domain_rec_left.png) no-repeat center;
}
.bx-wrapper .bx-prev {
	left: -27px;
}
.bx-wrapper a.bx-next:focus,
.bx-wrapper .bx-controls-direction a.bx-next {
	background: url(img/domain_rec_right.png) no-repeat center;
	right: -27px;
}
.bx-wrapper a.bx-next:hover {
	background: url(img/domain_rec_right.png) no-repeat center;
}
.bx-wrapper .bx-pager {
	visibility: hidden;
}
/* 推荐域名图样式 */
.domain-rec-encn {
	background-image: url(domainLogo/single_logo_cn.png);
}
.domain-rec-comcn {
	background-image: url(domainLogo/single_logo_comcn.png);
}
.domain-rec-top {
	background-image: url(domainLogo/single_logo_top.png);
}
.domain-rec-encom {
	background-image: url(domainLogo/single_logo_com.png);
}
.domain-rec-comzh {
	background-image: url(domainLogo/single_logo_comzh.png);
}
.domain-rec-biz,
.domain-rec-zhbiz {
	background-image: url(domainLogo/single_logo_biz.png);
}
.domain-rec-info {
	background-image: url(domainLogo/single_logo_info.png);
}
.domain-rec-cc {
	background-image: url(domainLogo/single_logo_cc.png);
}
.domain-rec-mobi {
	background-image: url(domainLogo/single_logo_mobi.png);
}
.domain-rec-tv {
	background-image: url(domainLogo/single_logo_tv.png);
}
.domain-rec-net {
	background-image: url(domainLogo/single_logo_net.png);
}
.domain-rec-me {
	background-image: url(domainLogo/single_logo_me.png);
}
.domain-rec-asia {
	background-image: url(domainLogo/single_logo_asia.png);
}
.domain-rec-govcn {
	background-image: url(domainLogo/single_logo_gov.png);
}
.domain-rec-org {
	background-image: url(domainLogo/single_logo_org.png);
}
.domain-rec-co {
	background-image: url(domainLogo/single_logo_co.png);
}
.domain-rec-cnzh {
	background-image: url(domainLogo/single_logo_cnzh.png);
}
.domain-rec-netzh {
	background-image: url(domainLogo/single_logo_netzh.png);
}
.domain-rec-wang {
	background-image: url(domainLogo/single_logo_wang.png);
}
.domain-rec-vip {
	background-image: url(domainLogo/single_logo_vip.png);
}
.domain-rec-store {
	background-image: url(domainLogo/single_logo_store.png);
}
.domain-rec-shop {
	background-image: url(domainLogo/single_logo_shop.png);
}
.domain-rec-ltd {
	background-image: url(domainLogo/single_logo_ltd.png);
}
.domain-rec-club {
	background-image: url(domainLogo/single_logo_club.png);
}
.domain-rec-link {
	background-image: url(domainLogo/single_logo_link.png);
}
.domain-rec-site {
	background-image: url(domainLogo/single_logo_site.png);
}
.domain-rec-netcn {
	background-image: url(domainLogo/single_logo_netcn.png);
}
.domain-rec-placeholder {
}
/* 优势 */
.domain-youshi-block {
	height: 492px;
	background-color: #f7f8fa;
}
.youshi-item {
	float: left;
	width: 23.3%;
	height: 260px;
	padding: 113px 36px 0 36px;
	margin-left: 24px;
	background: #fff no-repeat center 37px;
	text-align: center;
	transition: all ease 0.3s;
	background-position-y: 48px;
}
.youshi-item:hover {
	box-shadow: 0 7px 17px 4px rgba(0, 0, 0, 0.07);
}
.youshi-item:hover .youshi-title {
	color: #0070ff;
}
.youshi-item:first-child {
	margin-left: 0;
}
.youshi-1 {
	background-image: url(img/20191223/product-adv-1.png);
}
/* .youshi-1:hover {
	background-image: url(img/domain_youshi_1_hover.png);
} */
.youshi-2 {
	background-image: url(img/20191223/product-adv-2.png);
}
/* .youshi-2:hover {
	background-image: url(img/domain_youshi_2_hover.png);
} */
.youshi-3 {
	background-image: url(img/20191223/product-adv-3.png);
}
/* .youshi-3:hover {
	background-image: url(img/domain_youshi_3_hover.png);
} */
.youshi-4 {
	background-image: url(img/20191223/product-adv-4.png);
}
/* .youshi-4:hover {
	background-image: url(img/domain_youshi_4_hover.png);
} */
.youshi-title {
	font-size: 18px;
	color: #333;
}
.youshi-text {
	margin-top: 26px;
	line-height: 1.8em;
	font-size: 12px;
	color: #999999;
	text-align: left;
}
/* 产品价格 */
.hot-product-box {
	padding-bottom: 80px;
}
.hot-product-title ul {
	display: block;
	border-bottom: 1px solid #dfdfdf;
}
.hot-product-title ul li {
	float: left;
	width: 160px;
	height: 48px;
	line-height: 48px;
	margin-bottom: -1px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #fff;
	border: 1px solid #dfdfdf;
	margin-left: 10px;
	cursor: pointer;
}
.hot-product-title ul li.active,
.hot-product-title ul li:hover {
	color: #fff;
	background-color: #0070ff;
	border-color: #0070ff;
}
.hot-product-title ul li:first-child {
	margin-left: 0;
}
.domain-price-outer table {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #e5e5e5;
	margin-top: -1px;
	text-align: center;
}
.domain-price-outer table.active {
	display: table;
}
.domain-price-outer table thead th,
.domain-price-outer table tbody td {
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	font-size: 14px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.domain-price-outer table thead th {
	color: #333333;
}
.domain-price-outer table tbody td {
	color: #666;
	background: #fff;
}
.domain-price-outer table tbody td:first-child {
	text-align: left;
	width: 360px;
	padding-left: 20px;
}
.domain-price-outer table tr:hover td {
	background: #fafafa;
}
.domain-price-outer a {
	display: inline-block;
	text-align: center;
	width: 116px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.domain-price-outer .domain-description {
	display: inline-block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 12px;
	color: #999;
	font-size: 12px;
	vertical-align: middle;
}
.domain-price-outer a:hover {
	color: #0070ff;
	text-decoration: underline;
}
.product-price {
	color: #ff8800;
}
.product-price em {
	font-style: normal;
	font-size: 20px;
}
.product-btn {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #ff8800;
}
.product-btn:hover {
	background-color: #e55c00;
}
.product-com {
	padding-left: 40px;
	margin-right: 40px;
}
/* 新域名价格样式 */
.domain-price-deck {
	margin-bottom: 20px;
}
.price-block {
	margin-bottom: 80px;
}
.domain-search-body .price-block {
	margin-bottom: 100px;
	margin-top: -40px;
}
.price-deck-trigger {
	border: 1px solid #e6e6e6;
	height: 60px;
	/* background: #f5f6f7 url(img/domain_plus.png) no-repeat 36px center; */
	line-height: 60px;
	padding-left: 67px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	position: relative;
}
.trigger-1{
	background: url(img/20191223/domain-price-1.png) no-repeat;
	background-position:21px 19px;
}
.trigger-2{
	background: url(img/20191223/domain-price-2.png) no-repeat;
	background-position:21px 17px;
}
.trigger-3{
	background: url(img/20191223/domain-price-3.png) no-repeat;
	background-position:21px 19px;
}
.trigger-4{
	background: url(img/20191223/domain-price-4.png) no-repeat;
	background-position:21px 19px;
}
.price-deck-trigger>span {
	/* display: inline-block; */
	width: 30px;
	height: 30px;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 15px;
	border-radius: 30px;
	border: 1px solid #ddd;
}
.price-deck-trigger>span:before{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888888;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -2px;
	z-index: 99;
}
.price-deck-trigger>span:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -3px;
	z-index: 999;
}

.active .price-deck-trigger>span{
	border: 1px solid #0088ff;
}
.active .price-deck-trigger>span:before{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid #0088ff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -10px;
	z-index: 99;
}
.active .price-deck-trigger>span:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -9px;
	z-index: 999;
}


.domain-search-body .price-deck-trigger {
	background-color: #f0f1f2;
}
.price-table {
	display: none;
}
.active .price-table {
	display: block;
}
.table-sub-reminder {
	margin-top: 20px;
	padding-left: 34px;
	background: url(img/warn_icon_orange.png) no-repeat 12px center;
	color: #666;
	font-size: 14px;
}
.table-sub-reminder span {
	color: #ff8800;
}
/* 帮助文档 */
.module-title {
	font-family: MicrosoftYaHei;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	padding: 80px 0 50px 0;
	text-align: center;
}

.module-title span {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: #666;
}
.server-module.double {
	background: #f5f5f5;
}
.server-module.single {
	padding-bottom: 55px;
}
.server-question-module {
	padding-bottom: 75px;
}
.qa-box li {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 31%;
	background-color: #fff;
	padding: 20px;
}
.qa-box li:hover {
	box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.2);
}
.qa-box li:first-child {
	margin-left: 0;
}
.qa-title {
	position: relative;
	height: 36px;
	line-height: 36px;
	background-image: url(img/introduce_question.png);
	background-repeat: no-repeat;
}
.qa-title1 {
	background-position: 0 0;
}
.qa-title2 {
	background-position: 0 -46px;
}
.qa-title3 {
	background-position: 0 -92px;
}
.qa-title span {
	display: inline-block;
	margin-left: 58px;
	font-size: 18px;
	color: #333;
}
.qa-title a {
	position: absolute;
	right: 22px;
	top: 0px;
	display: inline-block;
	font-size: 12px;
	color: #0070ff;
}
.qa-box-list {
	margin:0 25px 0 58px;
	padding-top: 11px;
	padding-bottom: 25px;
	border-top: 1px solid #e5e5e5;
}
.qa-box-list a {
	position: relative;
	display: block;
	padding-left: 6px;
	font-size: 14px;
	color: #333;
	height: 36px;
	line-height: 36px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}
.qa-box-list a:hover {
	color: #009fd9;
}
.qa-box-list a:before {
	position: absolute;
	left: 0px;
	top: -4px;
	content: ".";
	font-size: 12px;
	color: #333;
}
/* 搜索结果页样式 */
.domain-search-body {
	background: #f5f6f8;
}
.domain-search-nav {
	height: 72px;
	line-height: 72px;
	font-size: 14px;
	margin-bottom: 20px;
	background: #fafafa;
	box-shadow: 0 1px 11px 4px rgba(0,0,0,0.1);
	color: #999;
	margin-top: 80px;
}
.domain-nav-link,
.domain-nav-link a {
	color: #0070ff;
}
.domain-nav-link {
	padding-left: 15px;
	border-left: 3px solid #0070ff;
}
.domain-search-main {
	background: #fff;
	padding: 35px;
}
.search-padding {
	padding: 0 28px;
}
.domain-search-main .hot-product-title li {
	width: 102px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.search-content .domain-search-box {
	margin-left: 0;
	margin-right: 0;
	margin-top: 37px;
	height: auto;
	width: auto;
}
.input-panel {
	display: none;
}
.input-panel.active {
	display: block;
}
.search-content .domain-search-input {
	border: 1px solid #cbcbcb;
}
.domain-search-textarea {
	float: left;
	width: 778px;
	height: 191px;
	line-height: 1.8;
	padding: 15px 24px;
	font-size: 14px;
	outline: none;
	border: 1px solid #cbcbcb;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1) inset;
	font-family: 'microsoft yahei';
	resize: none;
}
.domain-search-main .operate-area {
	border-top: none;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}
.domain-search-main .checkbox-area {
	margin-top: 20px;
}
.checkbox-suspend {
	display: none;
	position: absolute;
	top: 28px;
	left: -14px;
	z-index: 10;
	border: 1px solid #b8b8b8;
	border-radius: 4px;
	padding: 15px;
	background: #f5f7f8;
	white-space: nowrap;
	font-size: 12px;
	color: #666;
	box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
}
.checkbox-item:hover .checkbox-suspend {
	display: block;
}
.domain-price {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.domain-price-amount {
	color: #ff5e00;
}
.domain-describe {
	margin-top: 10px;
}
.checkbox-suspend:before,
.checkbox-suspend:after {
	content: "";
	position: absolute;
}
.checkbox-suspend:before {
	z-index: 11;
	top: -10px;
	left: 16px;
	border: 5px solid transparent;
	border-bottom-color: #f5f7f8;
}
.checkbox-suspend:after {
	top: -13px;
	z-index: 10;
	border: 6px solid transparent;
	border-bottom-color: #b8b8b8;
}
/* 搜索结果区域 */
.result-area {
	background: #f7fcff;
	padding: 28px 25px 30px 25px;
	margin-top: 20px;
}
.result-title {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.result-outer {
	border-top: 1px solid #e3e6e7;
	margin-top: 23px;
}
.text-muted {
	color: #999;
}
.text-green {
	color: #46b41b;
}
.result-row {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e3e6e7;
}
.result-left {
	float: left;
	height: 48px;
	line-height: 48px;
}
.result-right {
	float: right;
	height: 48px;
	line-height: 48px;
}
.result-price {
	font-size: 16px;
}
.reg-button {
	display: inline-block;
	width: 112px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #0070ff;
	border: 1px solid #ff6600;
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
}
.reg-button[disabled] {
  border: 1px solid #ccc;
}
.reg-button-empty {
  background-color: #fff;
  color: #ff6600;

}
.reg-button-empty:hover{
  color: #ff6600;
}
.reg-button:not(.reg-button-empty):hover,.reg-button[disabled] {
	color: #fff;
}
.reg-button.disabled {
	background: #aaa;
	cursor: not-allowed;
}
.result-price-amount {
	color: #ff5e00;
}
.result-description {
	font-size: 12px;
	color: #888;
}
.result-fail-info {
	display: none;
	color: #0372c7;
	font-size: 12px;
}
.result-state,
.result-name {
	font-size: 14px;
}
.result-name {
	font-weight: bold;
}
.result-false .result-name {
	color: #999;
}
.result-success .result-name {
	color: #333;
}
.result-false .result-state {
	color: #999;
}
.result-success .result-state {
	color: #46b41b;
	font-weight: bold;
}
.result-error .result-description,
.result-false .result-description {
	display: none;
}
/*.result-error .result-right,
.result-false .result-right {
	display: none;
}*/
.result-error .result-loading-remind,
.result-false .result-loading-remind,
.result-error .result-price,
.result-false .result-price,
.result-error .reg-button,
.result-false .reg-button,
.result-error .result-price-loading,
.result-false .result-price-loading {
	display: none;
}
.none-search-remind {
	border-bottom: none;
	text-align: center;
	color: #999;
}
.result-loading .result-name {
	position: relative;
}
.result-loading .result-name:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 3px;
	background: url(img/search_loading.png);
	width: 14px;
	height: 14px;
	animation: loadingRotate 1s linear infinite;
}
@keyframes loadingRotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.result-loading .result-description,
.result-loading .result-price,
.result-loading .reg-button {
	display: none;
}
.result-loading .result-loading-remind {
	display: inline-block;
}
.result-loading-remind {
	display: none;
	color: #999;
}
.result-error-reminder {
	display: none;
	color: red;
	font-size: 12px;
	margin-left: 10px;
}
.result-error .result-error-reminder {
	display: inline-block;
}
.result-price {
	display: none;
}
.result-price-loading {
	display: none;
	color: #999;
	font-size: 12px;
}

/* 增加多域名 */
.inline-block{
  display: inline-block;
}
.font-size-12{
  font-size: 12px;
}
.font-size-14{
  font-size: 14px;
}
[layout-align]{
  display: flex;
}
[layout-align="space-between center"]{
  justify-content: space-between;
  align-items: center;
}
.color-primary{
  color: #0080ff;
}
.tac{
  text-align: center;
}
.cursign{
  cursor: pointer;
}
.font-weight-bold{
  font-weight: 900;
}
.result-more{
  text-align: center;
  margin-top: 20px;
}

.domain-buy-wrap{
  width: 100%;
  padding: 20px 30px 0;
  margin-top: 20px;
  background-color: #fff;
}
.domain-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.1);
}
.domain-buy-num{
  display: inline-block;
  border-radius: 12px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  border: none;
}
button.bg-gray,.domain-buy-num.bg-gray{
  background-color: #ccc;
  color: #999;
}
button.bg-orange,.domain-buy-num.bg-orange{
  background-color: #ff6600;
  color: #fff;
}
.domain-buy-title{
  margin-bottom: 15px;
}
.domain-buy-list{
  max-height: 280px;
  overflow: auto;
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 0 20px;
}
.domain-buy-list li{
  height: 44px;
  line-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.domain-buy-list li:not(:last-child){
  border-bottom: 1px dashed #ddd;
}
.domain-name{
  color: #333;
  width: 234px;
  display: inline-block;
}
.domain-desc{
  color: #888;
}
.domain-delete{
  width: 64px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #0080ff;
  color:  #0080ff;
  background-color: #fafafa;
}
.domain-delete[disabled]{
  border: 1px solid #ccc;
  color: #fff;
}
.btn-links-hover:hover{
  opacity: .8;
}
.domain-now-buy{
  width: 160px;
  height: 40px;
}
.drop-down-text-up{
  margin-left: 20px;
  margin-right: 35px;
}
.domain-buy-bottom{
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.drop-down-text{
  font-size: 12px;
}

.icon-domain-arrow{
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
}
.icon-domain-down{
	background-image:  url(img/domain_icon_down.png);
}
.icon-domain-up{
	background-image:  url(img/domain_icon_up.png);
}


.domain-cart-wrap .result-name::after{
  right: -8px;
  top: 19px;
}
.result-name.success::after,.result-name.error::after{
  display: none;
}
.result-name.success{
  color: green;
}
.result-name.error{
  color: red;
}
