/* 域名 begin */
/* 域名选择 */
.form-domain-select {
  display: flex;
  position: relative;
}
.form-domain-flex {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  padding: 2.5rem 1rem 0;
  padding-top: 1rem;
  text-align: left;
  position: absolute;
  top: 0;
  transition: height 0.3s, background-color 0.3s, box-shadow 0.3s;
  height: 50px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s ease;
}
.form-domain-flex.active {
  background-color: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  height: 400px;
  padding-bottom: 1.5rem;
}
.form-domain-flex .form-check-inline {
  width: 20%;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.3s;
  color: #060607;
}
.form-domain-flex .form-check-inline label {
  margin-bottom: 0;
  font-weight: 400;
  filter: drop-shadow(0px 0px 0px);
  cursor: pointer;
}
.form-domain-flex .form-check-inline input {
  margin-top: 0;
  margin-right: 5px;
  cursor: pointer;
}
.form-domain-flex hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-color: #e5e5e5;
  border-top: 1px solid #eee;
  width: 100%;
}
.form-domain-flex .label-select {
  margin-right: 1rem;
  display: flex;
  margin-bottom: 0;
  font-weight: 400;
  color: #060607;
  filter: drop-shadow(0 0 0);
}
.form-domain-flex .label-select input {
  margin-right: 3px;
}
/* 域名选择 */
.main-banner.domain-banner {
  margin-bottom: 70px;
  height: 300px;
}
.main-banner.domain-banner .banner-inner {
  position: relative;
}
.main-banner.domain-banner .banner-inner h1 {
  margin-bottom: 16px;
}
.domain-banner .banner-inner form {
  position: relative;
  width: 100%;
  height: 56px;
  margin-top: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #007BFF;
  border-right: none;
  background: #FFFFFF;
  z-index: 2;
}
.domain-banner .banner-inner form input[name='domain'] {
  height: 100%;
  width: calc(100% - 160px);
  padding: 0 6px;
  outline: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.domain-banner .banner-inner form .domain-suffix {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 100%;
  padding: 0 16px;
  border-right: 1px solid #EFEFEF;
}
.domain-banner .banner-inner form .domain-suffix a {
  color: #0168ec;
  font-size: 12px;
}
.domain-banner .banner-inner form .domain-suffix a:hover {
  opacity: 0.8;
}
.domain-banner .banner-inner form .domain-suffix span {
  font-size: 18px;
  color: #181818;
  line-height: 1;
}
.domain-banner .banner-inner form input[type='submit'] {
  width: 80px;
  height: 100%;
  outline: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background: #007BFF;
}
.domain-banner .banner-inner .domain-activity {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 350px;
}
.domain-banner .banner-inner .domain-activity .domain-activity-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  margin-bottom: 10px;
  padding: 24px 70px 0 70px;
  background: linear-gradient(0deg, #F7FBFF, #FFFFFF);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.1);
}
.domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item b {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #181818;
  line-height: 1;
}
.domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item .activity-desc {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item .activity-desc em {
  color: #FF6A00;
  font-style: normal;
}
.main-content .recommand-domain {
  width: 100%;
  padding-top: 20px;
}
.main-content .recommand-domain .title {
  width: 100%;
  margin-bottom: 40px;
}
.main-content .recommand-domain .title h1 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  color: #181818;
}
.main-content .recommand-domain .title .desc {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #787878;
  line-height: 1;
}
.main-content .recommand-domain .recommand-domain-inner {
  width: 100%;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px #2764af1a;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title {
  width: 100%;
  height: 38px;
  padding-bottom: 20px;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #1E3A81;
  display: block;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-org,
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-yel {
  position: relative;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-org:after {
  position: absolute;
  top: 0;
  right: 0;
  content: attr(data-tag);
  display: block;
  padding: 4px;
  background: #FFEDD5;
  font-size: 12px;
  font-weight: 600;
  color: #FF6A00;
  line-height: 1;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-yel:after {
  position: absolute;
  top: 0;
  right: 0;
  content: attr(data-tag);
  display: block;
  padding: 4px;
  background: #DCFCE7;
  font-size: 12px;
  font-weight: 600;
  color: #16A34A;
  line-height: 1;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-desc {
  width: 100%;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  word-break: break-all;
  line-height: 26px;
  opacity: 0.8;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price,
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-title,
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-title {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-title {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
  opacity: 0.8;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-num {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-num span {
  font-size: 24px;
  font-weight: 400;
  color: #FF6A00;
  line-height: 1;
  font-weight: bold;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-title {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 1;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-num {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
  line-height: 1;
  text-decoration: line-through;
}
.main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-btn {
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
  border: 1px solid #007BFF;
  font-size: 14px;
  font-weight: 400;
  color: #007BFF;
  background: #FFFFFF;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.main-content .hot-product {
  width: 100%;
  padding-top: 40px;
}
.main-content .hot-product .title {
  width: 100%;
  margin-bottom: 40px;
}
.main-content .hot-product .title h1 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  color: #181818;
}
.main-content .hot-product .title .desc {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #787878;
  line-height: 1;
}
.main-content .hot-product .hot-product-menu {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background: #FAFAFA;
  overflow-x: auto;
}
.main-content .hot-product .hot-product-menu a {
  width: 25%;
  height: 64px;
  flex-shrink: 0;
  line-height: 64px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
}
.main-content .hot-product .hot-product-menu a.active {
  color: #FFFFFF;
  background: #FF6A00;
  box-shadow: 0px 0px 16px 0px rgba(255, 106, 0, 0.26);
}
.main-content .hot-product .hot-product-inner {
  width: 100%;
  margin-top: 0;
  padding: 36px 0;
  background: #FAFAFA;
}
.main-content .hot-product .hot-product-inner .hot-product-list {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  display: none;
}
.main-content .hot-product .hot-product-inner .hot-product-list.show {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 38px 30px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title {
  width: 100%;
  overflow: hidden;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title b {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #181818;
  margin-bottom: 15px;
  line-height: 1;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title .hot-product-desc {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  margin-bottom: 5px;
  line-height: 1;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item {
  position: relative;
  width: 100%;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 4px;
  padding: 20px 0;
  border-bottom: 1px solid #F0F0F0;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper p {
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper .option-item-normal {
  width: calc(100% - 80px);
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-tag {
  width: 100%;
  margin: 14px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-tag span {
  display: block;
  padding: 4px 7px;
  background: #EFF3FF;
  margin-right: 5px;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 400;
  color: #181818;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price {
  width: 100%;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-title {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num {
  margin-left: 11px;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num span.icon {
  margin-right: 6px;
  font-size: 14px;
  color: #FF7E24;
  line-height: 1;
  font-weight: 600;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num span {
  font-size: 24px;
  color: #FF7E24;
  line-height: 1;
  font-weight: 600;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-more-info {
  margin-left: 14px;
  padding: 4px 9px;
  background: rgba(255, 106, 0, 0.14);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #FF6A00;
  text-align: center;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price .price-title {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price .price-num {
  line-height: 1;
  margin-left: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  text-decoration: line-through;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a {
  width: 46%;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a.btn-default {
  border: 1px solid #FF6A00;
  background: #FFFFFF;
  color: #FF6A00;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s 0s;
}
.main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a.btn-org {
  background: #FF6A00;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.main-content .build-step {
  width: 100%;
  padding-top: 40px;
}
.main-content .build-step .title {
  width: 100%;
  margin-bottom: 40px;
}
.main-content .build-step .title h1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #181818;
  text-align: center;
  line-height: 28px;
}
.main-content .build-step .title .desc {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  text-align: center;
  line-height: 1;
}
.main-content .build-step .build-step-inner {
  width: 100%;
}
.main-content .build-step .build-step-inner .build-step-content {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-top {
  display: none;
  width: 100%;
  height: 120px;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66%;
  height: 120px;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  margin: auto 0;
  display: block;
  content: "";
  width: 12px;
  height: 11px;
  background-image: url('../images/domain/build-step-arrow.png');
  background-repeat: no-repeat;
  background-size: 12px 11px;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item:last-child:after {
  display: none;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item .img-wrapper {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item p {
  font-size: 14px;
  font-weight: 500;
  color: #181818;
  line-height: 1;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 46px 24px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 0 rgba(52, 65, 91, 0.08);
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .head-img {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to right bottom, #60a5fa, #3b82f6);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .head-img img {
  width: 60%;
  height: 60%;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .head-img .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  background: #2563EB;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -8px;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .step-right {
  display: none;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("/static/images/domain/right.png") !important;
  background: no-repeat;
  background-size: cover;
  right: -46px;
  top: 50%;
  transform: translateX(-50%);
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item:not(:last-child) {
  margin-bottom: 20px;
  margin-right: 0;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text {
  width: 100%;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text h4 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #181818;
  line-height: 1;
  padding-bottom: 16px;
  text-align: center;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text p {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 24px;
  text-align: center;
  opacity: 0.8;
}
.main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-btn {
  margin-top: 40px;
  padding: 10px 40px;
  border: 1px solid #007BFF;
  font-size: 14px;
  font-weight: 400;
  color: #007BFF;
  line-height: 1;
  width: 60%;
  text-align: center;
}
.main-content .domain-help {
  width: 100%;
  padding-top: 80px;
  margin-bottom: 40px;
}
.main-content .domain-help .title {
  width: 100%;
  margin-bottom: 40px;
}
.main-content .domain-help .title h1 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #181818;
  text-align: center;
}
.main-content .domain-help .title .desc {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #787878;
  text-align: center;
}
.main-content .domain-help .domain-help-inner {
  width: 100%;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.main-content .domain-help .domain-help-inner .domain-help-content {
  width: calc(100% - var(--grid-margin) * 2);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.main-content .domain-help .domain-help-inner .domain-help-content .more-document {
  display: none;
  position: relative;
  height: 472px;
  width: 592px;
  background-image: url('../images/domain/domain-help-bg.png');
  background-repeat: no-repeat;
  background-size: 592px 472px;
}
.main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn-wrapper {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
}
.main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn-wrapper .more-document-btn {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #1366EC;
}
.main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  display: block;
  content: "";
  margin: auto 0;
  width: 12px;
  height: 10px;
  background-image: url("../images/common/icon-s-blue-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  transition: right 0.3s 0.1s;
}
.main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn:hover:after {
  right: -36px;
}
.main-content .domain-help .domain-help-inner .domain-help-content .document-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  padding-top: 10px;
}
.main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item {
  width: 90%;
  margin: 20px 0;
  border-bottom: 1px solid #EFEFEF;
}
.main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item h5 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item .item-desc {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.domain-price-table {
  padding-top: 60px;
  margin-bottom: 60px;
}
.domain-price-table .title h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  color: #181818;
  text-align: center;
  line-height: 1;
}
.domain-price-table .price-table {
  margin: 0 auto;
  width: 100%;
}
.domain-price-table .price-table table {
  width: 100%;
}
.domain-price-table .price-table table thead {
  font-weight: 400;
  border-bottom: 1px solid #e0e6eb;
  border-radius: 12px 12px 0 0;
  height: 60px;
  background: #f9fafb;
  font-size: 14px;
}
.domain-price-table .price-table table thead tr {
  border-radius: 12px 12px 0 0;
}
.domain-price-table .price-table table thead tr th {
  padding: 6px 12px;
  color: #29343d;
}
.domain-price-table .price-table table thead tr th:first-child {
  border-radius: 12px 0 0 0;
}
.domain-price-table .price-table table thead tr th:last-child {
  border-radius: 0 12px 0 0;
}
.domain-price-table .price-table table tbody tr {
  transition: all 0.3s ease;
  color: #626266;
  height: 50px;
}
.domain-price-table .price-table table tbody tr:hover {
  background-color: rgba(220, 220, 220, 0.3);
}
.domain-price-table .price-table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}
.domain-price-table .price-table table tbody tr .tit {
  background: #f9fafb;
}
.domain-price-table .price-table table tbody tr td {
  padding: 6px 12px;
  font-weight: normal;
}
.domain-price-table .price-table table tbody tr td img {
  width: 16px;
  height: 16px;
}
.domain-price-table .price-table table tbody tr td a {
  color: #181818;
  font-size: 18px;
  width: 50px;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 2px;
}
.domain-price-table .price-table table tbody tr td .domain-description {
  display: block;
  margin-left: 0;
  text-align: center;
  font-size: 13px;
}
.domain-price-table .price-table .table-sub-reminder {
  background: url("/static/images/domain/warn_icon_orange.png") no-repeat 12px center;
  margin-top: 10px;
  font-size: 16px;
  padding-left: 34px;
}
.domain-price-table .price-table .table-sub-reminder span {
  color: #ff8800;
}
@media (min-width: 768px) {
  /* 域名选择 */
  .form-domain-select {
    display: flex;
    position: relative;
  }
  .form-domain-flex {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    padding: 2.5rem 1rem 0;
    text-align: left;
    position: absolute;
    top: -25px;
    z-index: 2;
    transition: height 0.3s, background-color 0.3s, box-shadow 0.3s;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .form-domain-flex.active {
    background-color: #ffffff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    height: 270px;
    padding-bottom: 1.5rem;
  }
  .form-domain-flex .form-check-inline {
    width: 12%;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: color 0.3s;
    color: #060607;
  }
  .form-domain-flex .form-check-inline label {
    margin-bottom: 0;
    font-weight: 400;
    filter: drop-shadow(0px 0px 0px);
    cursor: pointer;
  }
  .form-domain-flex .form-check-inline input {
    margin-top: 0;
    margin-right: 5px;
    cursor: pointer;
  }
  .form-domain-flex hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top-color: #e5e5e5;
    border-top: 1px solid #eee;
    width: 100%;
  }
  .form-domain-flex .label-select {
    margin-right: 1rem;
    display: flex;
    margin-bottom: 0;
    font-weight: 400;
    color: #060607;
    filter: drop-shadow(0 0 0);
  }
  .form-domain-flex .label-select input {
    margin-right: 3px;
  }
  /* 域名选择 */
  .main-banner.domain-banner {
    margin-bottom: 70px;
    height: 500px;
    padding-top: 50px;
    position: relative;
  }
  .main-banner.domain-banner .banner-inner {
    position: relative;
  }
  .main-banner.domain-banner .banner-inner .search-con {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .main-banner.domain-banner .banner-inner h1 {
    margin-bottom: 16px;
  }
  .domain-banner .banner-inner form {
    position: relative;
    width: 730px;
    height: 56px;
    margin-top: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #007BFF;
    background: #FFFFFF;
    border-right: none;
    z-index: 2;
  }
  .domain-banner .banner-inner form input[name='domain'] {
    height: 100%;
    width: 500px;
    padding: 0 20px;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .domain-banner .banner-inner form .domain-suffix {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    height: 100%;
    padding: 0 16px;
    border-right: 1px solid #EFEFEF;
  }
  .domain-banner .banner-inner form .domain-suffix a {
    color: #0168ec;
    font-size: 14px;
  }
  .domain-banner .banner-inner form .domain-suffix a:hover {
    opacity: 0.8;
  }
  .domain-banner .banner-inner form .domain-suffix span {
    font-size: 18px;
    color: #181818;
    line-height: 1;
  }
  .domain-banner .banner-inner form .domain-suffix .icon-arrow-down {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('../images/domain/arrow-down.png');
    background-repeat: no-repeat;
    background-size: 12px 8px;
  }
  .domain-banner .banner-inner form input[type='submit'] {
    width: calc(100% - 600px);
    height: 100%;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #007BFF;
  }
  .domain-banner .banner-inner form input[type='submit']:hover {
    opacity: 0.8;
  }
  .domain-banner .banner-inner .domain-activity {
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 100px;
  }
  .domain-banner .banner-inner .domain-activity .domain-activity-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 32.5%;
    height: 100%;
    margin-bottom: 0;
    padding: 24px 70px 0 70px;
    background: linear-gradient(0deg, #F7FBFF, #FFFFFF);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.1);
  }
  .domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item b {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    line-height: 1;
  }
  .domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item .activity-desc {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .domain-banner .banner-inner .domain-activity .domain-activity-inner .domain-activity-item .activity-desc em {
    color: #FF6A00;
    font-style: normal;
  }
  .main-content .recommand-domain {
    width: 100%;
    padding-top: 100px;
  }
  .main-content .recommand-domain .title {
    width: 100%;
    margin-bottom: 40px;
  }
  .main-content .recommand-domain .title h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    color: #3E3E3E;
  }
  .main-content .recommand-domain .title .desc {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #787878;
    line-height: 1;
  }
  .main-content .recommand-domain .recommand-domain-inner {
    width: 100%;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item {
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 2.5%;
    margin-bottom: 0;
    box-shadow: 0 4px 6px rgba(39, 100, 175, 0.102);
    margin-bottom: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 0.8px solid #dbeafe;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item:not(:nth-child(4n + 4)) {
    margin-right: 20px;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item:hover {
    box-shadow: 0 4px 12px 4px rgba(39, 100, 175, 0.102);
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item:hover .recommand-domain-btn {
    color: #ffffff;
    background: #007BFF;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title {
    width: 100%;
    height: 38px;
    padding-bottom: 20px;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #1E3A81;
    font-size: 24px;
    display: block;
    padding-left: 32px;
    position: relative;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span::before {
    content: "";
    background: url("/static/images/domain/web2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-org,
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-yel {
    position: relative;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-org:after {
    position: absolute;
    top: 0;
    right: 0;
    content: attr(data-tag);
    display: block;
    padding: 4px;
    background: #FFEDD5;
    font-size: 12px;
    font-weight: 600;
    color: #FF6A00;
    line-height: 1;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-title span.tag-yel:after {
    position: absolute;
    top: 1px;
    right: 0;
    content: attr(data-tag);
    display: block;
    padding: 4px;
    background: #FFAA45;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-desc {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    word-break: break-all;
    line-height: 26px;
    opacity: 0.8;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price,
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-title,
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-title {
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    opacity: 0.8;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-num {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .price .price-num span {
    font-size: 24px;
    font-weight: 400;
    color: #FF6A00;
    line-height: 1;
    font-weight: bold;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-price .old-price .price-num {
    font-size: 16px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-decoration: line-through;
  }
  .main-content .recommand-domain .recommand-domain-inner .recommand-domain-content .recommand-domain-list .recommand-domain-item .recommand-domain-btn {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
    border: 1px solid #007BFF;
    font-size: 14px;
    font-weight: 400;
    color: #007BFF;
    background: #FFFFFF;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 6px;
  }
  .main-content .hot-product {
    width: 100%;
    padding-top: 100px;
  }
  .main-content .hot-product .title {
    width: 100%;
    margin-bottom: 40px;
  }
  .main-content .hot-product .title h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    color: #181818;
  }
  .main-content .hot-product .title .desc {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #787878;
    line-height: 1;
  }
  .main-content .hot-product .hot-product-menu {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: #FAFAFA;
  }
  .main-content .hot-product .hot-product-menu a {
    width: 25%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
  }
  .main-content .hot-product .hot-product-menu a.active {
    color: #FFFFFF;
    background: #FF6A00;
    box-shadow: 0px 0px 16px 0px rgba(255, 106, 0, 0.26);
  }
  .main-content .hot-product .hot-product-inner {
    width: 100%;
    margin-top: 50px;
    padding: 36px 0;
    background: #FAFAFA;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: none;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list.show {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item {
    width: 24.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 38px 30px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title {
    width: 100%;
    overflow: hidden;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title b {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 15px;
    line-height: 1;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-title .hot-product-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-bottom: 5px;
    line-height: 1;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item {
    position: relative;
    width: 100%;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 4px;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper p {
    width: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-option .option-item .option-item-wrapper .option-item-normal {
    width: calc(100% - 80px);
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-tag {
    width: 100%;
    margin: 14px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-tag span {
    display: block;
    padding: 4px 7px;
    background: #EFF3FF;
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price {
    width: 100%;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num {
    margin-left: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num span.icon {
    margin-right: 6px;
    font-size: 14px;
    color: #FF7E24;
    line-height: 1;
    font-weight: 600;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-num span {
    font-size: 24px;
    color: #FF7E24;
    line-height: 1;
    font-weight: 600;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .price .price-more-info {
    margin-left: 14px;
    padding: 4px 9px;
    background: rgba(255, 106, 0, 0.14);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #FF6A00;
    text-align: center;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price .price-title {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-price .old-price .price-num {
    line-height: 1;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-decoration: line-through;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a {
    width: 46%;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a.btn-default {
    border: 1px solid #FF6A00;
    background: #FFFFFF;
    color: #FF6A00;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s 0s;
  }
  .main-content .hot-product .hot-product-inner .hot-product-list .hot-product-item .hot-product-btns a.btn-org {
    background: #FF6A00;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .main-content .build-step {
    width: 100%;
    padding-top: 120px;
  }
  .main-content .build-step .title {
    width: 100%;
    margin-bottom: 40px;
  }
  .main-content .build-step .title h1 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 1;
  }
  .main-content .build-step .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 1;
  }
  .main-content .build-step .build-step-inner {
    width: 100%;
  }
  .main-content .build-step .build-step-inner .build-step-content {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 120px;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.66%;
    height: 120px;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    margin: auto 0;
    display: block;
    content: "";
    width: 12px;
    height: 11px;
    background-image: url('../images/domain/build-step-arrow.png');
    background-repeat: no-repeat;
    background-size: 12px 11px;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item:last-child:after {
    display: none;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item .img-wrapper {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-top .build-step-item p {
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    line-height: 1;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 16.66%;
    padding: 20px 24px;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    box-shadow: 0px 2px 6px 0 rgba(52, 65, 91, 0.08);
    height: 300px;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item:hover {
    box-shadow: 0px 2px 6px 4px rgba(52, 65, 91, 0.08);
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item:hover .build-step-btn {
    background: #007BFF;
    color: #fff;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .head-img {
    position: relative;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to right bottom, #60a5fa, #3b82f6);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .head-img img {
    width: 60%;
    height: 60%;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .head-img .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    background: #2563EB;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -8px;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .step-right {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url("/static/images/domain/right.png") !important;
    background: no-repeat;
    background-size: cover;
    right: -46px;
    top: 50%;
    transform: translateX(-50%);
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text {
    width: 100%;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    line-height: 1;
    padding-bottom: 16px;
    text-align: center;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-content-text p {
    padding-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
    opacity: 0.8;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-btn {
    margin-top: 40px;
    padding: 10px 40px;
    border: 1px solid #007BFF;
    font-size: 14px;
    font-weight: 400;
    color: #007BFF;
    line-height: 1;
    transition: all 0.3s ease;
    border-radius: 6px;
    position: absolute;
    bottom: 20px;
    width: initial;
  }
  .main-content .build-step .build-step-inner .build-step-content .build-step-bottom .build-step-content-item .build-step-btn:hover {
    background-color: #007BFF;
    color: #fff;
  }
  .main-content .domain-help {
    width: 100%;
    padding-top: 100px;
    margin-bottom: 80px;
  }
  .main-content .domain-help .title {
    width: 100%;
    margin-bottom: 60px;
  }
  .main-content .domain-help .title h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    color: #181818;
    text-align: center;
  }
  .main-content .domain-help .title .desc {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #787878;
    text-align: center;
  }
  .main-content .domain-help .domain-help-inner {
    width: 100%;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content {
    width: calc(100% - var(--grid-margin) * 2);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .more-document {
    display: block;
    position: relative;
    height: 472px;
    width: 592px;
    background-image: url('../images/domain/domain-help-bg.png');
    background-repeat: no-repeat;
    background-size: 592px 472px;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn-wrapper {
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn-wrapper .more-document-btn {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -28px;
    display: block;
    content: "";
    margin: auto 0;
    width: 12px;
    height: 10px;
    background-image: url("../images/common/icon-s-blue-arrow-right.png");
    background-repeat: no-repeat;
    background-size: 12px 10px;
    transition: right 0.3s 0.1s;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .more-document .more-document-btn:hover:after {
    right: -36px;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .document-list {
    width: calc(100% - 592px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding-top: 10px;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item {
    width: 36%;
    margin: 50px 70px 0 30px;
    border: none;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item h5 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .main-content .domain-help .domain-help-inner .domain-help-content .document-list .document-item .item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
  }
  .domain-price-table {
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .domain-price-table .title h1 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    line-height: 1;
  }
  .domain-price-table .price-table {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-color: #ffffff00;
    width: 100%;
  }
  .domain-price-table .price-table table {
    width: calc(100% - var(--grid-style3-margin) * 2);
  }
  .domain-price-table .price-table table thead {
    font-weight: 400;
    border-bottom: 1px solid #e0e6eb;
    border-radius: 12px 12px 0 0;
    height: 80px;
    background: #f9fafb;
    font-size: 16px;
  }
  .domain-price-table .price-table table thead tr {
    border-radius: 12px 12px 0 0;
  }
  .domain-price-table .price-table table thead tr th {
    padding: 14px 24px;
    color: #29343d;
  }
  .domain-price-table .price-table table thead tr th:first-child {
    border-radius: 12px 0 0 0;
  }
  .domain-price-table .price-table table thead tr th:last-child {
    border-radius: 0 12px 0 0;
  }
  .domain-price-table .price-table table tbody tr {
    transition: all 0.3s ease;
    color: #626266;
    height: 50px;
  }
  .domain-price-table .price-table table tbody tr:hover {
    background-color: rgba(220, 220, 220, 0.3);
  }
  .domain-price-table .price-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
  }
  .domain-price-table .price-table table tbody tr .tit {
    background: #f9fafb;
  }
  .domain-price-table .price-table table tbody tr td {
    padding: 14px 24px;
    font-weight: normal;
  }
  .domain-price-table .price-table table tbody tr td img {
    width: 16px;
    height: 16px;
  }
  .domain-price-table .price-table table tbody tr td a {
    color: #181818;
    font-size: 16px;
    width: 50px;
    display: inline-block;
  }
  .domain-price-table .price-table table tbody tr td .domain-description {
    margin-left: 40px;
    display: inline-block;
    text-align: initial;
    font-size: 14px;
  }
  .domain-price-table .price-table .table-sub-reminder {
    background: url("/static/images/domain/warn_icon_orange.png") no-repeat 12px center;
    margin-top: 10px;
    font-size: 16px;
    padding-left: 34px;
  }
  .domain-price-table .price-table .table-sub-reminder span {
    color: #ff8800;
  }
  .main-content .top-product-location {
    position: sticky !important;
    z-index: 1 !important;
  }
}
/* 域名 end */
