body {
	background-color: #f2f3f5;
}
/* 导航样式*/
.domain-search-nav {
	height: 72px;
	line-height: 72px;
	font-size: 14px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 1px 11px 1px rgba(0,0,0,0.1);
}
.nav-box {
	margin: 35px 0 25px;
	height: 14px;
	font-size: 14px;
	color: #1e89ff;
}
.nav-box a {
	color: #1e89ff;
}
.nav-box span {
	color: #999;
}
/* search*/
.search-box {
	padding: 67px 0;
	background-color: #fff;
}
.search-box-inner {
	margin: 0 auto;
	width: 700px;
}
.search-info {
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.search-info span {
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.search-form {
	margin-top: 30px;
}
.search-input {
	float: left;
	padding-left: 20px;
	width: 580px;
	height: 55px;
	line-height: 55px;
	outline: none;
    background: white;
    border: 1px solid #DCDFE6;
    text-indent: 16px;
    font-size: 16px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.search-btn {
	float: left;
	margin-left: -1px;
	width: 120px;
	height: 55px;
	line-height: 55px;
	border: none;
	background-color: #1e89ff;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	outline: none;
	text-align: center;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.search-btn:hover{
	opacity: 0.8;
}
/* help*/
.help-box {
	margin: 30px 0;
	padding: 30px 35px;
	background-color: #fff;
}
.help-title,
.result-info {
	margin-bottom: 20px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.help-title-info {
	margin: 30px 0 20px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.help-box p,
.help-box pre {
	line-height: 40px;
	font-size: 13px;
	font-family: "microsoft yahei";
	color: #666;
}
.help-box pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.help-box a {
	font-size: 12px;
	color: #0372c7;
}
/* result*/
.result-box .help-title-info {
	margin-top: 20px;
}
.result-info-box {
	padding: 80px 0 110px;
	text-align: center;
}
.result-info-box .result-info {
	margin-bottom: 0;
}
.result-info-box .result-sub-info {
	margin-top: 25px;
	font-size: 12px;
	color: #666;
}
.result-info-box .register-btn {
	display: inline-block;
	margin-top: 40px;
	width: 175px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1e89ff;
	font-size: 14px;
	color: #1e89ff;
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
input::-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
	color: #999;
}
/* 域名转入 样式*/
.transfer-main {
	margin: 30px 0 60px;
	padding: 40px;
	background-color: #fff;
}
.transfer-title {
	height: 60px;
	line-height: 58px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 24px;
	color: #1cb845;
}
.transfer-info {
	padding-top: 35px;
	color: #333;
}
.transfer-info span {
	font-size: 16px;
}
.transfer-info p {
	padding-left: 2em;
	margin-top: 10px;
	line-height: 35px;
	font-size: 14px;
}
.transfer-info table {
	margin-top: 35px;
	margin-left: 1.5em;
	width: 55%;
	border: 1px solid #eee;
}
.transfer-info table tr {
	line-height: 45px;
}
.transfer-info table tr:first-child td{
	border-bottom: 1px solid #eee;
}
.transfer-info table tr td {
	padding: 0 10px;
	width: 55%;
	font-size: 12px;
	color: #333;
}
.transfer-info table tr td:first-child {
	width: 45%;
	text-align: right;
	border-right: 1px solid #eee;
	color: #666;
}
.btn-box {
	margin: 65px 0;
	text-align: center;
}
.transfer-btn {
	display: inline-block;
	margin-left: 40px;
	width: 200px;
	height: 45px;
	line-height: 44px;
	border: 1px solid #ddd;
	background-color: #eeeeee;
	font-size: 16px;
	color: #333;
	outline: none;
	cursor: pointer;
}
.transfer-btn.agree-btn {
	margin-left: 0;
	background-color: #007fff;
	border-color: #0099e6;
	color: #fff;
}
.transfer-btn:disabled {
	background-color: #f3f4f6;
	border-color: #ddd;
	color: #999;
}
.transfer-btn:disabled:hover {
	cursor: not-allowed;
}
.warn-box {
	padding: 15px;
	background: #fff3eb url(img/transfer_warn.png) no-repeat 15px 15px;
	border: 1px solid #ffc299;
}
.warn-box span {
	display: block;
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}
.warn-box p {
	line-height: 25px;
	font-size: 12px;
	color: #666;
}



.search-title-info{
	width: 100%;
	height: 56px;
	background-color: #fafafa;
	line-height: 56px;
	font-size: 16px;
	color: #666666;
	padding-left: 34px;
	position: relative;
}
.search-title-info:before{
	content: "";
	width: 4px;
	height: 24px;
	background-color: #00aaff;
	position: absolute;
	left: 20px;
	top: 16px;
}
.search-title-info:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.search-title-info>span{
	color: #333333;
	font-weight: bold;
	padding: 0 5px;
}
.search-title-info>div{
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 20px;
}
.search-title-info>div>a{
	width: auto;
	height: 24px;
	padding: 0 8px;
	display: inline-block;
	background-color: #00aaff;
	border-radius: 1px;
	border: solid 1px #009ceb;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	margin-left: 10px;
}
.search-title-info.search-title-info2{
	padding-left: 15px;
}
.search-title-info.search-title-info2:before{
	content: "";
	width: 0;
	height: 0;
	background-color: transparent;
	position: absolute;
	left: 20px;
	top: 16px;
}
.detail_info{
	padding-bottom: 44px;
	border-bottom: 1px solid #eeeeee;
}
.detail_item{
	margin-top: 20px;
}
.detail_item:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.detail_item>div{
	float: left;
	font-size: 12px;
}
.detail_item>.label_name{
	width: 320px;
	text-align: right;
	line-height: 20px;
}
.help-box p, .help-box pre{
	line-height: 20px;
}
.detail_item>.label_name>p{
	color: #999999;
}
.detail_item>.label_value{
	width: 810px;
	padding-left: 40px;
	color: #333333;
	line-height: 20px;
}
.detail_item>.label_value>p>span{
	float: left;
}
.detail_item>.label_value>p:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.detail_item>.label_value .tips_help{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(./img/Icon__help.png) no-repeat;
	position: relative;
	margin-top: 7px;
	cursor: pointer;
}
.detail_item>.label_value .tips_help>span{
	display: block;
	font-size: 12px;
	color: #333333;
	padding: 10px 28px 10px 16px;
	background-color: #ffffff;
	box-shadow: 0px 1px 8px 0px 
		rgba(0, 0, 0, 0.12);
	border: solid 1px #dddddd;
	position: absolute;
	left: 24px;
	white-space: nowrap;
	top: -9px;
	display: none;
	line-height: 1;
}
.detail_item>.label_value .tips_help>span:after{
	content:"";
	width: 0;
	height: 0;
	border-left: none;
	border-right: 7px solid #dddddd;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;

	left: -7px;
	top: 9px;
}
.detail_item>.label_value .tips_help>span:before{
	content: "";
    width: 0;
    height: 0;
    border-left: none;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -5px;
    top: 10px;
    z-index: 99;
}
.detail_item>.label_value .tips_help:hover>span{
	display: block;
}

.search-background{
    padding: 120px 0;
    background: url('/static/img/domain/damain_banner.png') no-repeat center;
    background-size: cover
}
/* .search-box{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.search-title{
    color: #1c2334;
    font-size: 32px;
}
/* .search-input{
    width: 68%;
    outline: none;
    height: 50px;
    background: white;
    border: 1px solid #DCDFE6;
    text-indent: 16px;
    font-size: 16px;
    border-radius: 4px;
    color: #606266;
}
.search-input::placeholder{
    color: #ccc;
    font-size: 14px;
}
.search-btn{
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #409EFF;
    font-size: 14px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
} */
.info-background{
    background: #F8F8F8;
    padding: 10px 0;
}
.info-box{
    margin: 30px auto 30px auto;
    padding: 30px;
    background: white;
    box-shadow: 0px 0px 8px 1px rgb(26 58 93 / 10%);
}
.info-box-title{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.info-box-title-line{
    width: 3px;
    height: 20px;
    margin-right: 10px;
    background: #118efc;
}
.info-box-title-name{
    font-size: 18px;
    color: #333;
    margin-right: 10px;
}
.info-box-title-name span{
    color: #118efc;
}
.info-box-title-msg{
    font-size: 12px;
    color: #666;
}
.info-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.info-item:last-child{
    margin-bottom: 0;
}
.info-item-title{
    width: 260px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.info-item-msg{
    flex: 1;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.info-item-msg .badge{
    display: inline-block;
    height: 32px;
    width: fit-content;
    line-height: 32px;
    color: white;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 4px;
    margin-right: 18px;
    margin-bottom: 12px;
}
.info-item-msg .bg-success{
    background: #67c23a;
}
.info-item-msg .bg-danger{
    background: #f56c6c;
}
.info-item-msg .bg-info{
    background: #909399;
}
.description-title{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin: 28px 0 18px 0;
}
.description-small-title{
    font-weight: bold;
    font-size: 14px;
    color: #666;
    margin: 14px 0 10px 0;
}
.description-msg{
    font-size: 14px;
    line-height: 36px;
    color: #666;
}
.description-msg li{
    margin-left: 20px;
}
.unregistered-tag{
    height: 32px;
    width: fit-content;
    line-height: 30px;
    color: #409eff;
    background: #ecf5ff;
    border: 1px solid #d9ecff;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 4px;
    margin-right: 18px;
    margin-bottom: 12px;
}
.unregistered-btn{
    display: block;
    color: #409eff;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

/* 手机样式 */
@media (max-width: 1024px) {
    .search-background{
        padding: 30px 0;
    }
    .search-box{
        width: 92%;
        flex-wrap: wrap;
    }
    .search-title{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .search-btn{
        height: 42px;
        line-height: 42px;
        width: 30%;
    }
    .search-input{
        height: 42px;
    }
    .info-box{
        width: 100%;
        margin: 20px auto;
        padding: 30px 4%;
    }
    .info-box-title-name{
        font-size: 16px;
    }
    .description-title{
        font-size: 15px;
    }
    .description-msg{
        font-size: 13px;
    }
    .info-item-title{
        font-size: 13px;
    }
    .info-item-msg{
        font-size: 13px;
    }
    .info-box{
        font-size: 13px;
    }
    .unregistered-tag{
        height: fit-content;
    }
}