/*
   本页样式为域名信息查询--域名查询whoisinfo
*/

.content {
    padding: 20px 0;
    background: #f2f3f5;
}
.whoisinfo-content {
    padding: 44px 70px 44px 40px;
    background: url("../img/new/whois/whoisinfo-bg.jpg") no-repeat top left #fff;
}

/*标题*/

.domain_title {
    font-size: 24px;
    color: #4b4b4b;
}
.domain_title span {
    font-size: 14px;
    color: #ff6e17;
}

/*查询框*/

.get-time {
    margin-top: 10px;
}
.get-time .whois-search-input {
    padding-left: 10px;
    width: 84%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dfdfdf;
}

/*按钮*/

.get-time .whois-btn {
    float: right;
    display: inline-block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    background: #2086ee;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

/*域名的whois信息*/
/*SEDO 信息*/
.sedo-info{
    margin-top: 10px;
    font-size: 14px;
}
.sedo-info b i{
    display: inline-block;
    background: url(/images2016/icon.png) no-repeat 0 0px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 3px;
}
.domain-whois {
    margin-top: 44px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e8e8e8;
}
.domain-whois label {
    padding-bottom: 8px;
    font-size: 16px;
    color: #646464;
    border-bottom: 2px solid #00a0e9;
}
.domain-whois label span {
    color: #0a89ff;
}

/*获取时间*/

.get-time .whoisinfo-gettime {
    padding-top: 30px;
    font-size: 14px;
}
.get-time .whoisinfo-gettime b {
    color: #747474;
}
.get-time .whoisinfo-gettime span {
    color: #3d3d3d;
}
.get-time .whoisinfo-gettime a {
    padding-left: 40px;
    color: #0869cc;
    position: relative;
}
.get-time .whoisinfo-gettime a .get-time-refresh-tip {
    position: absolute;
    top: -40px;
    left: 38px;
    width: 366px;
    display: none;
    background-color: #F1FBFF;
    border: 1px solid #C2E2FF;
    font-size: 12px;
    color: #5B88BA;
    padding: 0 10px;
    text-align: center;
    line-height: 30px;
}
.get-time .whoisinfo-gettime a .get-time-refresh-tip i {
    position: absolute;
    background: url('/images2016/icon.jpg') no-repeat -105px -1553px #FFAA00;
    width: 12px;
    height: 10px;
    left: 58px;
    bottom: -10px;
}
.get-time .whoisinfo-gettime a:hover .get-time-refresh-tip {
    display: block;
}

/*主体信息表格*/
.wi-table {
    margin-top: 5px;
    border-bottom: none;
}
.wi-table table{
	border: 1px solid #e5e5e5;
}
.wi-table tr {}
.wi-table tr td {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.wi-table tr .table-left {
    padding-right: 30px;
    width: 170px;
    border-right: 1px solid #e5e5e5;
    color: #3c3c3c;
    text-align: right;
}
.wi-table tr .table-right {
    padding-left: 30px;
    color: #545454;
    text-align: left;
	padding-right: 30px;
}
.wi-table tr .table-left span {
    color: #989898;
}
.left-full{
	float:left;
}
.width-100{
	width:100%;
}
.width-64{
	width:64%;
}
.sales-list{
	width: 35%;
    float: right;
    margin-top: -22px;
}
p.title {
    font-weight: 700;
    font-size: 14px;
}
p.title a{
	color: #747474;
}
table.domain-paimai{
	margin-top:5px;
	border:1px solid #eee;
	border-collapse:collapse;
	text-align:center;
	table-layout:fixed;
	background-color:#fff；
}
table.domain-paimai tr th,table.domain-paimai tr td{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
table.domain-paimai tr th{
	background:#f4f8fc;
	font-size:13px;
	font-weight:600
}
table.domain-paimai tr td{
	font-size:14px;vertical-align:middle;
	padding:0 .5em
}
table.domain-paimai tr:hover{
	background:#f7f7f7
}
table.domain-paimai a{
	display:block
}
table.domain-paimai a.btn-link{
	height: 25px;
    line-height: 25px;
    margin: auto;
    display: inline-block;
	padding: 1px 18px;
}

/*详细英文信息*/

.whoiseng {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    color: #545454;
}
/*提示信息css*/
.pos-r {
    position: relative;
}
.icon-question {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url('/webdev/template/newMain/images2016/icon.png') no-repeat 0 -785px;
    padding-left: 20px;
    height: 20px;
    vertical-align: middle;
}
.manager-tip {
    display: none;
    position: absolute;
    left: -20px;
    width: 200px;
    background-color: #f1fbff;
    border: 1px solid #c2e2ff;
    font-size: 12px;
    color: #5b88ba;
    padding: 5px 10px;
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
    z-index: 100;
}
.manager-tip i {
    position: absolute;
    background: url('/webdev/template/newMain/images2016/icon.jpg') no-repeat -104px -1617px;
    width: 12px;
    height: 9px;
    left: 30px;
    top: -9px;
}
@media screen and (max-width: 1206px) {
    .get-time .whois-search-input{
        width: 79%;
    }
}


