@charset "utf-8";
/* common */
.content {
	min-height: 630px;
}

/* form */
input, select {
	border: 1px solid #e0e0e0;
	color: #666;
	outline: none;
}

select {
	width: 200px;
	height: 30px;
	margin-right: 6px;
	padding-left: 5px;
	line-height: 30px;
	cursor: pointer;
	*vertical-align: bottom;
}

input[type="text"], input[type="password"] {
	width: 68px;
	height: 28px;
	margin-right: 6px;
	padding-left: 8px;
	line-height: 28px;
	*vertical-align: middle;
}

input[type="text"].xlarge, input[type="password"].xlarge {
	width: 400px;
}

input[type="text"].large, input[type="password"].large {
	width: 195px;
}

input[type="text"].middle, input[type="password"].middle {
	width: 130px;
}

input[type="text"].small, input[type="password"].small {
	width: 40px;
	margin-right: 0;
}
.right {
	text-align: right;
}
.label-radio, .label-checkbox {
	position: relative;
	display: inline-block;
	height: 20px;
	padding-left: 30px;
	background: url(../img/dncpanel_icon.png) no-repeat -643px -39px;
	line-height: 20px;
	vertical-align: middle;
}

.label-radio.checked {
	background-position: -643px -59px;
}

.label-radio input[type="radio"], .label-checkbox input[type="checkbox"] {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.label-checkbox {
	background-position: -643px 0;
}

.label-checkbox.checked {
	background-position: -643px -19px;
}

/* btn */
button, .btn {
	display: inline-block;
	padding: 10px 15px;
	background-color: #f2f2f2;
	border: 1px solid #e0e0e0;
	color: #666;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button:hover, .btn:hover {
	background-color: #3c5ba4;
	border-color: #e0e0e0;
	color: #fff;
}

button.primary, .primary {
	background-color: #3c5ba4;
	border-color: #e0e0e0;
	color: #fff;
}

button.primary:hover, .primary:hover {
	background-color: #3c5ba4;
	color: #fff;
}

input.btn {
	width: auto;
	margin: 0;
	padding: 10px 18px;
	*border: none;
	*overflow: visible;
}

button.large, .btn.large {
	width: 120px;
	padding: 10px 0;
}

button.middle, .btn.middle {
	padding: 10px 27px;
}

button.small, .btn.small {
	padding: 8px 10px;
}
.red{ color:#ff5f53 !important}
/* icon */
.icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/dncpanel_icon.png) no-repeat;
}

.icon-home {
	background-position: -0px 0;
}

.icon-info {
	background-position: -35px 0;
}

.icon-edit {
	background-position: -70px 0;
}

.icon-nds {
	background-position: -105px 0;
}

.icon-password {
	background-position: -140px 0;
}

.icon-dnsset {
	background-position: -175px 0;
}

.icon-url {
	background-position: -210px 0;
}

.icon-cert {
	background-position: -245px 0;
}

.icon-rocket {
	background-position: -276px -80px;
}

.icon-safends {
	background-position: -341px -80px;
}

.icon-realname {
	background-position: -408px -80px;
}

.icon-freeurl {
	background-position: -473px -80px;
}

.icon-cpanel {
	background-position: -539px -80px;
}

.icon-certdown {
	background-position: -602px -80px;
}

.icon-lock {
	width: 12px;
	height: 16px;
	background-position: -630px 0;
}

.icon-help, .icon-delete, .icon-failure, .icon-pen, .icon-complete {
	width: 16px;
	height: 16px;
	background-position: -614px 0;
	vertical-align: middle;
}

.icon-delete, .icon-failure {
	background-position: -614px -17px;
}

.icon-complete {
	background-position: -614px -35px
}

.icon-pen {
	background-position: -564px -50px;
}

.icon-checked {
	width: 50px;
	height: 50px;
	background-position: -564px 0;
}

.icon-checked {
	width: 50px;
	height: 50px;
	background-position: -564px 0;
}
/*domain template  */
.icon-upload-check {
	width: 40px;
	height: 40px;
	background-position: -426px 0;
    vertical-align: middle;
}
.icon-upload-success {
	width: 40px;
	height: 40px;
	background-position: -472px 0;
    vertical-align: middle;
}
.icon-upload-fail {
	width: 40px;
	height: 40px;
	background-position: -517px 0;
    vertical-align: middle;
}
/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 110px;
	background: #3c5ba4 url(../img/header-right.jpg) top right no-repeat;
	border-bottom: 10px solid #6882bf;
}

.logo {
	float: left;
	width: 500px;
	height: 110px;
	background: url(../img/header-left.jpg) top left no-repeat;
}

.header .rd {
	float: right;
	margin: 40px 30px 0 0;
	padding: 5px 25px 10px;
	border: 1px solid #aaa;
	border-width: 0;
	border-radius: 3px;
	text-align: center;
}

.header .rd p {
	float: left;
	font-size: 12px;
	color: #43bfed;
	line-height: 25px;
	text-indent: 10px;
	cursor: pointer;
}

.header .rd a {
	padding-left: 20px;
	color: #fff;
	line-height: 25px;
}
/* nav */
.nav {
	position: fixed;
	top: 120px;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 180px;
	text-align: center;
	background: #d1dbf3;
}

.nav .wrap {
	width: 100%;
	min-width: 100%;
}

.nav li a {
	display: block;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	color: #3c5ba4;
}

.nav .icon {
	float: left;
	width: 30px;
	height: 30px;
	margin: 10px;
	cursor: pointer;
}

.nav p {
	float: left;
}

.nav a:hover {
	background: #c4d2f2;
}

.nav .active, .nav a.active:hover {
	color: #fff;
	background: #72ace8;
}

.nav .active .icon-home {
	background-position: 0 -35px;
}

.nav .active .icon-info {
	background-position: -35px -35px;
}

.nav .active .icon-edit {
	background-position: -70px -35px;
}

.nav .active .icon-nds {
	background-position: -105px -35px;
}

.nav .active .icon-password {
	background-position: -140px -35px;
}

.nav .active .icon-dnsset {
	background-position: -175px -35px;
}

.nav .active .icon-url {
	background-position: -210px -35px;
}

.nav .active .icon-cert {
	background-position: -245px -35px;
}

/* section */
.wrap.content {
	padding: 140px 30px 30px 210px;
}

.section {
	padding: 30px;
}

.section-simple {
	padding: 25px 30px;
	border-bottom: 1px solid #eee;
}

.section .font-xlarger {
	font-size: 24px;
	color: #313451;
}

.section .mr {
	margin-right: 45px;
}

.section .ml-align {
	margin-left: 130px;
}

.section .list-decimal {
	margin-left: 20px;
	list-style: decimal outside;
	line-height: 1.8;
}

.section .list-desc {
	margin-left: 15px;
	list-style: disc outside;
	line-height: 1.8;
}
.section .span_label {
	width: 150px;
	display:inline-block; 
}

/* section-maps */
.section-maps {
	position: relative;
	background: #fafafa;
}

.section-maps .rd {
	position: absolute;
	top: 0;
	left: 40%;
	width: 60%;
}

.section-maps .bg {
	display: inline-block;
	width: 275px;
	height: 118px;
	background: url(../img/dncpanel_icon.png) 0 -78px no-repeat;
}

.section-maps .checkmark {
	position: absolute;
	right: 10%;
	top: 40px;
}

.section-maps .checkmark .icon {
	margin-right: 5px;
	vertical-align: middle;
}

.section-maps .checkmark span {
	color: #666;
	font-size: 14px;
	vertical-align: middle;
}

/* section-show */
.section-show li {
	float: left;
	width: 16.6666%;
	*width: 16.64%;
	text-align: center;
}

.section-show li a, .section-show li a:hover {
	display: block;
	font-size: 14px;
	color: #7790c2;
}

.section-show li em {
	display: block;
	width: 98px;
	height: 98px;
	margin: 0 auto 10px;
	border: 1px solid #eee;
	border-radius: 50%;
}

.section-show .icon {
	width: 64px;
	height: 64px;
	margin-top: 15px;
}
/* footer */
.footer {
	margin-top: 20px;
	padding: 30px 30px 30px 200px;
	background: #f2f2f2;
	text-align: center;
}

/* section-info */
.section-info {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #e0e0e0;
}

.section-info .ml-align {
	margin-left: 108px;
}

.section-info h3 {
	margin-bottom: 20px;
	font-size: 14px;
}

.section-info h3 button {
	vertical-align: middle;
}

/* ui-tab */
.ui-tab {
	margin: -30px;
	margin-bottom: 30px;
	background: #e0e0e0;
	*margin: -30px -29px 30px;
}

.ui-tab li {
	float: left;
	width: 25%;
	margin-top: -1px;
	padding: 5px 0;
	border-top: 1px solid #e0e0e0;
	text-align: center;
	*position: relative;
}

.ui-tab li a {
	display: block;
	height: 30px;
	margin: 0 -1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #b2b2b2;
	color: #b2b2b2;
	font-size: 16px;
	line-height: 30px;
}

.ui-tab li:first-of-type a {
	border-left: none;
}

.ui-tab li:last-of-type a {
	border-right: none;
}

.ui-tab .active {
	background: #fff;
}

.ui-tab .active a {
	border-right-color: #e0e0e0;
	border-left: none;
}

.ui-tab li a:hover, .ui-tab .active a {
	color: #3c5ba4;
}

/* table-normal */
.table-normal {
	font-size: 12px;
	/*margin-bottom: 20px;*/
	text-align: left;
}

.table-normal th, .table-normal td {
	/*padding: 0 30px;*/
	border-width: 0 0 1px 0;
	height: 40px;
	word-wrap: break-word;
	word-break: break-all;
}

.table-normal em.tr {
	display: inline-block;
	width: 110px;
	margin-right: 8px;
}

.table-normal .label-radio {
	*margin: 6px 0;
}

/* pop-left */
.pop-left-wrap {
	position: relative;
}

.pop-left {
	position: absolute;
	top: 0;
	left: 580px;
	padding: 3px 10px;
	background: #e5f7ff;
	border: 1px solid #9bdffd;
}

.pop-left .tria-left, .pop-left .close {
	position: absolute;
	top: 10px;
	left: -25px;
}

.pop-left .tria-left {
	left: -10px;
	top: 14px;
	border-right-color: #9bdffd;
}

.pop-left i.tria-left {
	left: -4px;
	top: -5px;
	border-right-color: #e5f7ff;
}
.pop-left .tria-top {
	position: absolute;
	left: 215px;
    top: -11px;
	border-bottom-color: #9bdffd;
}

.pop-left i.tria-top {
	position: absolute;
	left: -5px;
	top: -4px;
	border-bottom-color: #e5f7ff;
}


.pop-left .close,.pop-top .close {
	left: auto;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background-color: #9bdffd;
	color: #307899;
	line-height: 7px;
	text-indent: 1px;
	*right: -1px;
}

.pop-left p {
	font-size: 12px;
	line-height: 1.3;
	width:270px;
}
.layer-tips {
	position: relative;
}
/* table-record */
.table-record {
	text-align: center;
}


.table-record label {
	margin-left: 15px;
}

.table-record select, .table-record input[type="text"] {
	width: 125px;
	padding-left: 0;
	margin-right: 0;
	text-align: center;
}

.table-record select {
	margin-top: 10px\9;
	padding-bottom: 5px\9;
}

.table-record input.middle {
	width: 140px;
}

.table-record input.small {
	width: 58px;
}

.table-record .btn {
	width: 80px;
	padding-left: 0;
	padding-right: 0;
}

.table-record .parts2 {
	*width: 190px;
}

.table-record .parts2 li {
	float: left;
	width: 50%;
	*zoom: 1;
}

.table-record .hover-large, .table-record .hover-middle, .table-record .hover-small {
	display: inline-block;
	width: 118px;
	height: 28px;
	border: 1px solid #fff;
	line-height: 28px;
	cursor: pointer;
}

.table-record .hover-middle {
	width: 98px;
	height: 28px;
}

.table-record .hover-small {
	width: 58px;
	height: 28px;
}

.table-record .hover-large:hover, .table-record .hover-middle:hover, .table-record .hover-small:hover {
	border-color: #e0e0e0;
}

.table-record .txt-cnt {
	position: relative;
	margin-top: 10px;
	padding: 15px 20px;
	background: #f2f2f2;
	line-height: 1.6;
	text-align: left;
	*zoom: 1;
}

.table-record .txt-cnt .tria-top {
	position: absolute;
	top: -16px;
	border-width: 8px;
	border-bottom-color: #f2f2f2;
}
/*common-table*/
.com-table {
	width: 100%;
	border: 0;
	text-align: left;
	table-layout: fixed;
}

.com-table th, .com-table td {
	line-height: 30px;
	padding: 5px;
	text-align: left;
	border: 0;
	color: #666;
	background: none;
}

.com-table thead {
	background: #fafafa;
	border-top: 1px solid #f2f2f2;
}

.realname-section  tr {
	border-bottom: 1px solid #f2f2f2;
}

.com-table thead th {
	color: #000;
}

.com-table tbody th {
	text-align: right;
	min-width: 75px;
}

.com-table caption {
	font-size: 14px;
	color: #000;
	line-height: 68px;
	text-align: left;
}

.realname-section {
	border: 1px solid #e0e0e0;
}

.com-table  .pop-left {
	top: -10px;
	left: 28px;
}

.realname-info {
	padding: 10px 0;
}

.pl28 {
	padding-left: 28px;
}

.file-box .file-btn {
	display: inline-block;
	min-width: 78px;
	margin-right: 5px;
	line-height: 28px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	text-align: center;
	background: #f2f2f2;
	cursor: pointer;
}
.file-btn:hover{
	color:#fff;
	background-color: #3c5ba4;
	border-color: #e0e0e0;
}
.file-box {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	width:242px;
}

.file-box:last-child {
	margin-bottom: 0;
}

.file-url {
	display: inline-block;
	min-width: 140px;
}

/*弹层*/
.elastic-layer {
	/*display: none;*/
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.elastic-layer .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.elastic-layer .pop {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px 0 10px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 99;
}
/*加载中遮罩层*/
.elastic-layer .popOverloading {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -16px;
	right: 0;
	z-index: 99;
}
.icon-loading-lg {
	display: inline-block;
	*display: inline;
	vertical-align: top;
	width: 32px;
	height: 32px;
	background: url('../img/loading-lg.gif') no-repeat;
}
/**/
.elastic-layer .pop-sl {
	width: 600px;
}

.invoice-tips {
	padding: 10px 0;
	text-align: center;
}

.invoice-tips .icon {
	vertical-align: top;
}

.invoice-tips .btn {
	display: inline-block;
	min-width: 58px;
	padding: 6px 10px;
	margin-right: 5px;
	text-align: center;
	line-height: 16px;
	color: #666;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	background: #f2f2f2;
	cursor: pointer;
}

.tab-content .table-normal {
	margin-bottom: 20px;
}


/*弹层*/
.maincard-tips {
	/*display: none;*/
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.maincard-tips .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.maincard-tips .pop {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px 0 10px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 99;
}
/*加载中遮罩层*/
.maincard-tips .popOverloading {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -16px;
	right: 0;
	z-index: 99;
}
.maincard-tips .delete-tips {
	width: 600px;
	padding: 20px 0px;
}

.delete-tips {
	padding: 10px 0;
	text-align: center;
}

.delete-tips .icon {
	vertical-align: top;
}

.delete-tips .btn {
	display: inline-block;
	min-width: 58px;
	padding: 6px 10px;
	margin-right: 5px;
	text-align: center;
	line-height: 16px;
	color: #666;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	background: #f2f2f2;
	cursor: pointer;
}

