.current-page {
    width: auto;
    height: 0.64rem;
    line-height: 0.64rem;
    margin-left: 0.20rem;
}
.whoisDesc-container{
    overflow:hidden;
}
.current-page>a, .current-page span, .current-page b {
    font-size: 0.28rem;
    color: #666;
}
.container .current-active{
	color: #2196f3;
}
/*banner+搜索框*/
.banner-search{
	width: 100%;
	height: 2.08rem;
	background: url(../../../img/whois_banner.png) no-repeat center;
	background-size: cover;
}
.search-top{
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: 0.36rem;
	color: #333;
	opacity: 0.9;
}
/*搜索框*/
.search-inp{
	position: relative;
	height: 0.70rem;
	width: auto;
	margin: 0 0.54rem;
	border: solid 0.08rem rgba(200,200,200,0.5);
    border-radius: 5px;
}
.inp-text{
	font-size: 0.24rem;
	color: #999;
	text-indent: 0.1rem;
	width: 100%;
	box-sizing: border-box;
	border-right: none;
	padding-right: 1.62rem;
	border-radius:5px;
}
button,input{
	border: none;
	outline: 0;
}
.search-btn{
	color: #FFFFFF;
	background: #2196f3;
	width: 1.62rem;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.24rem;
	border-left: none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.search-btn,.inp-text{
	line-height: 0.52rem;
	vertical-align: middle;
	height: 100%;
}
.search-btn::before{
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../../../img/btn-icon_03.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 0.04rem;
}
/*段落*/
.content-text{
	width: auto;
	height: auto;
	margin: 0 0.2rem;
	padding-bottom: 1.6rem;
}
.text-title{
	/*margin-top: 0.18rem;*/
	height: 0.66rem;
	line-height: 0.66rem;
	font-size: 0.28rem;
	border-bottom: solid 1px #E0E0E0;
}

.text-title span{
	display: inline-block;
	border-bottom: solid 1px #2196f3;
}
.content-text p{
	margin: 0 0.18rem;
	margin-top: 0.14rem;
	line-height: 0.46rem;
	font-size: 0.24rem;
	color: #666666;
	width: auto;
}
.content-text .h-title{
	margin-top: 0.32rem;
	font-size: 0.24rem;
	line-height: 0.22rem;
	color: #333;
}
.red{
	color: #2196f3;
}
/*搜索之后的结果*/
.search-result{
	width: auto;
	height: auto;
	margin: 0 0.2rem;
	/*margin-top: 0.18rem;*/
	border: solid 1px #e6e6e6;
	padding: 0 0.18rem;
	margin-bottom: 0.2rem;
	background: #FFFFFF;
}
.result-title{
	height: 0.66rem;
	line-height: 0.66rem;
	font-size: 0.28rem;
	margin-top: 0;
	margin-bottom: 0.14rem;
	border-bottom: solid 1px #2196f3;
}
.belong-list{
	padding-bottom: 0.08rem;
	border-bottom: dashed 1px #E0E0E0;
}
.belong-list:last-child{
    border-bottom: none;
}
.belong-list li{
	line-height: 0.46rem;
	color: #666666;
}
.b-left{
	/*width: 1.6rem;*/
	width: 26%;
	display: inline-block;
	text-align: right;
	height: 30%;
	vertical-align: top;
	color: #666666;
}
.b-right{
	display: inline-block;
	width: 70%;
	word-wrap: break-word;
	color: #333333;
}
/*.b-bottom{
	width: auto;
	padding-left: 1.4rem;
}*/
/*详细英文信息*/
.Engist-content p{
	color: #666666;
	line-height: 0.5rem;
}
