@charset "UTF-8";
/* 增加多域名 */
.inline-block {
  display: inline-block;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

[layout-align] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[layout-align="space-between center"] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.color-primary {
  color: #ff2626;
}

.tac {
  text-align: center;
}

.cursign {
  cursor: pointer;
}

.font-weight-bold {
  font-weight: 900;
}

.result-more {
  text-align: center;
  margin-top: 20px;
}

.domain-buy-wrap {
  width: 1200px;
  padding: 20px 30px 0;
  margin-top: 20px;
  background-color: #fff;
}

.domain-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.domain-buy-num {
  display: inline-block;
  border-radius: 12px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  border: none;
}

button.bg-gray, .domain-buy-num.bg-gray {
  background-color: #ccc;
  color: #999;
}

button.bg-orange, .domain-buy-num.bg-orange {
  background-color: #ff2626;
  color: #fff;
}

.domain-buy-title {
  margin-bottom: 15px;
}

.domain-buy-list {
  max-height: 280px;
  overflow: auto;
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 0 20px;
}

.domain-buy-list li {
  height: 44px;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-buy-list li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}

.domain-name {
  color: #333;
  width: 234px;
  display: inline-block;
}

.domain-desc {
  color: #888;
}

.domain-delete {
  width: 64px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ff2626;
  color: #ff2626;
  background-color: #fafafa;
}

.domain-delete[disabled] {
  border: 1px solid #ccc;
  color: #fff;
}

.btn-links-hover:hover {
  opacity: 0.8;
}

.domain-now-buy {
  width: 160px;
  height: 40px;
  font-size: 16px;
}

.drop-down-text-up {
  margin-left: 20px;
  margin-right: 35px;
}

.domain-buy-bottom {
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.drop-down-text {
  font-size: 12px;
}

.icon-domain-arrow {
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  display: none;
}

.icon-domain-down {
  background-image: url(img/domain_icon_down.png);
}

.icon-domain-up {
  background-image: url(img/domain_icon_up.png);
}

.domain-cart-wrap .result-name::after {
  right: -8px;
  top: 19px;
}

.result-name.success::after, .result-name.error::after {
  display: none;
}

.result-name.success {
  color: green;
}

.result-name.error {
  color: red;
}

.warn-text {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

.reg-button {
  width: 112px;
  background: #ff2626;
  border: 1px solid #ff2626;
}

button.bg-orange, .domain-buy-num.bg-orange {
  background: #ff2626;
}

button, input, select, textarea {
  outline: 0 !important;
  border: 0;
}

button[disabled] {
  background: #ccc !important;
  cursor: not-allowed !important;
}

.reg-button[disabled] {
  border: 1px solid #ccc;
}

.reg-button-empty {
  background-color: #fff;
  color: #ff2626;
}

.reg-button-empty:hover, .result-price-amount {
  color: #ff2626;
}

.reg-button:not(.reg-button-empty):hover, .reg-button[disabled] {
  color: #fff;
}

.reg-button.disabled {
  background: #aaa;
  cursor: not-allowed;
}