
.extended-radio-label {
	display: block;
	cursor: pointer;
	transition: all .2s ease-in-out;
	transition-property: border-color,color;
	text-align: center;
	color: #868e96;
	border: 1px solid #dee2e6
}

.extended-radio-label:focus, .extended-radio-label:hover {
	text-decoration: none;
	color: #6c757d;
	border-color: #f5ba4b
}

.extended-radio-input {
	display: none
}

.extended-radio-input:checked + .extended-radio-label {
	color: #f5ba4b;
	border-color: #f5ba4b;
	font-weight: bold;
	border-bottom: 1px solid red;
	background: #fff url(/static/images/selected.svg) no-repeat;
	background-size: 8%;
	background-position: right top;
}

.loadingModal {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateX(-0%) translateY(-50%);
}

.pay-button-box {
	padding: 1px 30px;
	z-index: 999;
	background-color: #fff;
	text-align: center;
	#box-shadow: 0 0 8px #0d2133;
	border-radius: 4px;
}

.pay-button-box .pay-item {
	width: 100%;
	height: 60px;
	border: 0;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
	font-size: 1.25rem;
	display: inline-block;
	line-height: 60px;
	text-align: center;
}

.pay-button-box .pay-item:hover {
	color: #1990fc;
	font-size: 1.25rem;
}

.pay-button-box .pay-item i.alipay {
	display: inline-block;
	width: 50px;
	height: 40px;
	vertical-align: middle;
	background: url(./images/alic.png) center no-repeat;
}

.pay-button-box .pay-item i.weixinpay {
	display: inline-block;
	width: 50px;
	height: 40px;
	vertical-align: middle;
	background: url(./images/wxc.png) center no-repeat;
}

.btn-xs {
	#position: absolute;
	top: 10px;
	#right: 5px;
	z-index: 10;
	display: block;
	padding: 2px 2px;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #e1e1e8;
}

.alert3 {
	z-index: 999;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 260px;
	max-width: 600px;
	transform: translate(-50%,-50%);
	z-index: 9999;
	text-align: center;
	padding: 15px;
	border-radius: 8px;
}

.alert2 {
	z-index: 999;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 260px;
	max-width: 600px;
	transform: translate(-50%,-50%);
	z-index: 99999;
	text-align: center;
	padding: 15px;
	border-radius: 8px;
}

.checkstatus {
	border: 1px solid #CCC;
	background: #FFC;
	position: fixed;
	height: 100px;
	width: 300px;
	z-index: 100000;
	left: 0;
	top: 200px;
	right: 0;
	margin: auto;
	display: none;
}

.form-table {
	padding: 0px;
	margin: 0px;
}

.widget-box {
	background-color: white;
	border-radius: 6px;
	position: relative;
	border: 1px solid #eaeff5;
	box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.1);
	margin-bottom: 15px;
	padding: 0 15px 15px;
}

.widget-box h3 {
	font-size: 1.1rem;
	margin-top: 0;
	padding: 14px 0;
	border-bottom: 1px solid #eaeff5;
	position: relative;
}

.widget-box p {
	color: #777;
	position: relative;
	padding: 2px 0;
}

.tag {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	padding: 5px 15px;
	margin-left: 0px;
	margin-top: 5px;
	border-radius: 50px;
	top: -3px;
	position: relative;
	color: #4e8cee;
	background-color: #e5efff;
}

.tag2 {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	padding: 1px 5px;
	margin-left: 5px;
	border-radius: 2px;
	top: -1px;
	position: relative;
	color: #ffffff;
	pointer-events: none;
	background-color: #ff7c39;
}

.tag3 {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	padding: 0px 10px;
	margin-left: 5px;
	border-radius: 50px;
	top: -1px;
	position: relative;
	color: #4e8cee;
	background-color: #e5efff;
}

.row {
	margin-right: -7px;
	margin-left: -7px;
}

.pricing_box input[type="radio"] {
	display: none;
}

.pricing_box input:checked ~ label {
	transform: translateY(-5px);
	box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.3);
}

.pricing_box input:checked ~ label b {
	color: #ff7c39;
}

.pricing_box input:checked ~ label p {
	color: #ff6602;
}

.pricing_box input:checked ~ label h4 {
	background-color: #ff7c39;
}

input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}

.pricing_box label {
	display: block;
	position: relative;
	cursor: pointer;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
	padding: 0;
	border: 1px solid #f4f5f7;
	transition: .5s cubic-bezier(0.79, -0.65, 0.19, 1.66);
	box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.1);
}

.pricing_box label b {
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%);
	width: 86px;
	font-size: 13px;
	font-weight: 400;
	color: #3889ff;
	padding: 0 6px;
	border-radius: 50px;
	border: 1px solid rgba(0, 0, 0, 0.02);
	background-color: #ffffff;
	box-shadow: 0 2px 15px -6px rgba(41, 128, 185, 0.3);
	transition: .5s cubic-bezier(0.79, -0.65, 0.19, 1.66);
}

.pricing_box label p {
	font-size: 2.58rem;
	color: #555;
	text-indent: -1rem;
	margin: 0;
	padding: 15px 0;
	transition: .5s cubic-bezier(0.79, -0.65, 0.19, 1.66);
}

.pricing_box label p sup {
	color: #333;
	font-size: 20px;
	opacity: .7;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pricing_box label h4 {
	margin: 0;
	padding: 10px 0 35px;
	color: white;
	background-color: #3889ff;
	transition: .5s cubic-bezier(0.79, -0.65, 0.19, 1.66);
}

.pricing_box input:checked ~ label:after {
	opacity: 1;
	transform: scale(1);
}

.pricing_box label:after {
	content: "";
	position: absolute;
	top: 130px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background-image: url('/static/images/selected.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	opacity: 0;
}
/* Back to the top */
.cd-top {
	z-index: 999;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(232, 98, 86, 0.8) url(/dist/images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
/* Historical order page */

.lsdd {
}

.lsdd > dt {
	float: left;
	text-align: center;
	width: 25%;
	color: #666;
	font-size: 15px;
	padding: 6px 0 12px;
}

.lsdd > dd {
	clear: both;
	position: relative;
	border-top: 1px dashed #eaeff5;
}

.lsdd > dd > ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.lsdd > dd > ul > li {
	float: left;
	text-align: center;
	width: 25%;
	font-size: 0.9rem;
	color: #777;
	padding: 12px 0;
	list-style: none;
}

.lsdd > dd > ul > li a[href*="usercenter"] {
	color: #FF5722 !important;
	text-indent: 0px;
	position: relative;
}

@media (max-width: 769px) {
	.lsdd {
		counter-reset: yy;
	}
	.lsdd > dt {
		width: 33%;
	}
	.dnls {
		display: none;
	}
	.lsdd > dt > span {
		display: none;
	}
	.lsdd > dd:before {
		#content: "record："counter(yy);
		counter-increment: yy;
		display: block;
		color: #ff7c39;
		font-weight: 700;
		margin-top: 15px;
	}

	.lsdd > dd > ul {
		padding: 5px 0 10px;
	}

	.lsdd > dd > ul > li {
		width: auto;
		float: none;
		text-align: left;
		padding: 5px 0;
	}

	.lsdd > dd > ul > li:before {
		margin-right: 0.5em;
		color: #444;
	}

	.lsdd > dd > ul > li:nth-of-type(1):before {
		content: "Domain:"
	}

	.lsdd > dd > ul > li:nth-of-type(2):before {
		content: "Time left:"
	}

	.lsdd > dd > ul > li:nth-of-type(3):before {
		content: "Price:"
	}

	.lsdd > dd > ul > li:nth-of-type(4):before {
		content: "Bids:"
	}
}

.lsdd li a[class*="tc_"] {
	text-indent: 20px;
	background-size: 16px 16px;
	background-position: 0px center;
}

.paging {
	text-align: center;
	margin-top: 30px;
}

.paging a,
.paging span {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 2px;
}

.paging a:hover,
.paging span {
	background-color: #3889ff;
	color: white;
}

.pay_warp .payway {
	cursor: pointer;
}

.product_widget {
	margin-bottom: 10px;
	padding: 15px 10px;
	background-color: white;
	box-shadow: 0 2px 15px 0px rgba(18, 61, 88, 0.03);
	border: 1px solid #e8eef1;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	transition: .33s;
	will-change: transform;
}

.btn-redprimary {
	color: #fff;
	background-color: #F96A46;
	border-color: #F96A46;
}

.guide {
	background: url(/static/images/bg.gif) 0px -58px no-repeat;
	padding: 2px 25px 15px;
	font-size: 1.2rem;
	word-spacing: 4px;
}

.box1 {
	font-size: 1rem;
	color: #999;
	border-bottom: 1px dotted #aaa;
	padding: 10px 0px;
}

#new_pic .mr10 {
	width: 125px;
	height: 90px;
	position: relative;
	float: left;
	margin-right: 10px;
}

#new_pic .mr10 img {
	max-height: 90px;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 125px;
	display: block;
	width: auto;
	height: auto;
}

.widget-box, .record_box {
	border-radius: 6px;
	padding: 0 15px 15px;
	z-index: 1;
	position: relative;
	border: 1px solid #eaeff5;
	box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.2);
}

.widget-box ul, .record_box ul {
	margin: 0;
}

.widget-box .instr {
	font-size: 0.9rem;
	clear: both;
}

.record_box li {
	position: relative;
	#line-height: 1.75;
	#height: 1.75rem;
	color: #666;
	white-space: nowrap;
	list-style: none;
	margin: 10px 0;
	border-bottom: 1px dashed #eaeff5;
	overflow: hidden;
}

.member li {
	#float: left;
	margin: 3px 8px;
	background: url(/static/images/bg.gif) 0px -307px repeat-x;
	border: 1px solid #e1cdc2;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2rem;
	overflow: hidden;
	height: 1.75rem;
}

.widget-box li span {
	float: right;
	overflow: hidden;
}

.widget-box .hot {
	margin-bottom: 2px;
	background: #fafafa;
	overflow: hidden;
	zoom: 1;
	clear: both;
}

.widget-box .hot li {
	margin: 2px 0;
	list-style: circle;
	float: left;
	width: 50%;
	padding-left: 5px;
	line-height: 1.0;
	height: 1.25rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.widget-box .hot ul {
	padding: 5px 0px;
	overflow: hidden;
}

.detail_content img {
	max-width: 98%;
	display: block;
}

.detail_footer {
	padding-top: 15px;
	border-top: 1px solid #eaeff5;
}

.detail_footer span {
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column {
	overflow: hidden;
}

.text-white{
	color:#fff!important;
}
.text-red{
	color:red!important;
}
.bg-dark{
	background-color:#343a40!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 42.666667%;
	width: 100%;
    min-height: 1px;	
}
.col-md-8,.col-md-4{
	padding-right: 7px;
    padding-left: 7px;
}
.read_more_mask {
    height: 212px;
    background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
    background: -o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0));
}
.read_more_btn{
	color: #e33e33;
    font-size: 1.36rem;
    font-weight: 500;
    width: 50%;
    height: 3.64rem;
    border-radius: .52rem;
    border: 1px solid #e33e33;
    margin: auto;
    display: block;
    line-height: 3.64rem;
}
#file_list_disp span{
	overflow: hidden;
    text-overflow: ellipsis;
	display:block;
	max-width: 300px;
	line-height: 1.2rem;
	font-size:0.8rem;
}
.dz-message{
	background: #fff url(/static/images/upload.svg) no-repeat;
	background-size: 1.8rem;
    background-position:  50% 3px;
	line-height: 5rem;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.whois-data {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 15px 10px;
    background-color: white;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.input_clear {
	position:absolute;
	right:8px;
	top:10px;
	cursor:pointer;
	display:inline !important;;
}
.input_clear span {
    cursor:pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #dbdbdb;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    color: #333;
}
.input-clear {
    #display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
	padding:6px;

}
.more em {
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    line-height: 30px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #007bff;
}
.detail em {
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    line-height: 30px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #007bff;
}
.sedoRelated em {
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    line-height: 30px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #007bff;
}
.afnRelated em {
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    line-height: 30px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #007bff;
}
.caret-down{
	background: #fff url(/images/caret-down.svg) no-repeat;
	background-size: 1.8rem;
    background-position:  100% 3px;
	line-height: 5rem;
}
.caret-up{
	background: #fff url(/images/caret-up.svg) no-repeat;
	background-size: 1.8rem;
    background-position:  50% 3px;
	line-height: 5rem;
}
.oq  td, .oq  th {
    padding: .2rem;
}