@charset "UTF-8";
body {
  background-color: #f7f8fa;
}

/* 导航样式*/
.nav-box {
  margin: 35px 0 25px;
  height: 14px;
  font-size: 14px;
  color: #ff2626;
}

.nav-box a {
  color: #ff2626;
}

.nav-box span {
  color: #999;
}

/* search*/
.search-box {
  padding: 67px 250px;
  background-color: #fff;
}

.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;
  font-size: 14px;
  color: #999;
  outline: none;
  border: 1px solid #e6eaed;
}
.search-input:focus {
  border-color: #ff2626;
}

input.search-input::-webkit-input-placeholder {
  color: #999;
}

input.search-input::-moz-placeholder {
  color: #999;
}

input.search-input:-ms-input-placeholder {
  color: #999;
}

input.search-input::-ms-input-placeholder {
  color: #999;
}

input.search-input::placeholder {
  color: #999;
}

.search-btn {
  float: left;
  margin-left: -1px;
  width: 120px;
  height: 55px;
  line-height: 55px;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  outline: none;
  background-color: #ff2626;
  border-radius: 2px;
}
.search-btn:hover {
  background-color: #f20000;
}

/* 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: 30px;
  font-size: 14px;
  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 #ff2626;
  font-size: 14px;
  color: #ff2626;
}

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: #ff2626;
  border-color: #ff2626;
  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: #ff2626;
  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: #ff2626;
  border-radius: 1px;
  border: solid 1px #ff2626;
  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: 30px;
}

.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(./img1/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;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          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;
}