.DomainSearchBg {
	display: table;
	margin: auto;
}

.DomainTitle {
	float: left;
	margin-right: 12px;
	font-size: 22px;
    line-height: 50px;
}

.DomainSearch {
	width: 520px;
	height: 42px;
	display: inline-block;
	position: relative;
}

.DomainSearch input {
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	float: left;
	outline: none;
	font-size: 16px;
	padding: 0 90px 0 14px;
	border: 2px solid #009966;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.DomainSearchBtn {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 80px;
	height: 48px;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	background: #009966;
	font-size: 18px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-ms-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}


.Newurl {
	width:1200px;	
    margin: auto;
}
.urlbut{
	width:1200px;
    margin: auto;
    text-align: center;
	padding-bottom: 30px;
}
.urlbut a{
	padding: 10px 20px;
    text-align: center;
    border: 1px solid #FF7200;
    color: #ff7200;
    font-size: 16px;
    background-color: #fff;
	margin: 6px 10px;
	display: inline-block;
}

.Newurl table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 80px;
}

.Newurl table tr {
	font-size: 16px;
}

.Newurl table tr td {
	border-bottom: 1px solid #eee;
	min-width: 50px;
	padding: 20px;
}

.Newurl table tr td:first-child {
	width: 210px;
	background: #f8f8f8;
	text-align: center;
	padding: 10px 4px;
	border-right: 1px solid #eee;
}

.urlgreen {
	font-weight: bold;
	color: #009966;
	text-align: center;
}
.urlhuang {
	font-weight: bold;
	color: #ff7200;
	text-align: center;
}
.urlreg {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

.urlbtitle{
	font-size: 14px;
}
.urlb {
	color: #888;
	font-size: 14px;
}
.urlleft{
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	.DomainSearch {
		width: 100%;
	}
}

@media only screen and (max-width: 419px) {
	.NewDomain table tr td:first-child {
		width: auto;
	}
}

@media only screen and (max-width: 1199px){
	.urlbut{
		width: 100%;
	}
	.Newurl{
		width: 90%;
	}
}