.swiper-container{
  width: 100%;
  height: 440px;
}
.swiper-container>.swiper-wrapper{ 
width: 100%;
height: 100%;
}

.banner_slide_1{
background-image: url('../img/domain/beijing1.jpg');
background-size: 100% 100%;
}
.banner_slide_2{
background-image: url('../img/domain/beijing2.jpg');
background-size: 100% 100%;
}
.banner_text{
  padding-top: 120px;
  text-align: center;
  margin-bottom: 50px;
}

.banner_text_title{
  color: var(--color-font-white);
  font-size: 80px;
  font-weight: bold;
}
.banner_text_content{
  color: var(--color-primary-light-bg);
  font-size: 22px;
}
.banner_search{
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_search_input{ 
  border: none;
  outline: none;
  background: var(--color-bg-white);
  width: 600px;
  height: 54px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 18px;
}
.banner_search_btn{
  background: var(--color-primary);
  border: none;
  outline: none;
  height: 54px;
  width: 120px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-font-white);
}
.banner_tips{
  text-align: center;
  padding-top: 20px;

}
.banner_tips>a{
  font-size: 14px;
  color: var(--color-font-white);
}
@media (max-width: 1000px) { 
  .swiper-container{
  height: 380px;
  }
  .banner_search_input{
    width: 74%;
  }
  .banner_search_btn{
    flex: 1;
  }
  .banner_text_title{
    font-size: 50px;
  }
  .banner_text_content{
    font-size: 18px;
  }
}

/* section1---------------------------------------------------- */
.hot_domain_block{
  padding: 40px 0;
  margin-bottom: 40px;
}

.hot_domain_list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hot_domain_item{
  padding: 20px;
  box-shadow: 10px 10px 30px 5px rgba(5, 17, 71, 0.2);
  position: relative;
}
.hot_position_card{
  position: absolute;
  top: -8px;
  right: 8px;
  width: 58px;
}
.hot_domain_item_title{
  color: var(--color-primary);
  font-size: 40px;
  margin-bottom: 20px;
}
.hot_domain_item_price_flex{
  margin-bottom: 20px;
}
.hot_domain_item_renewal{
  padding-right: 30px;
  border-right:1px solid var(--color-primary-light-bg) ;
}
.hot_domain_item_transfer{
  padding-left: 30px;
}
.hot_domain_item_renewal,.hot_domain_item_transfer{
  text-align: center;
}
.hot_domain_item_renewal>span,.hot_domain_item_transfer>span{
  color: var(--color-primary);
  font-weight: 600;
  font-size: 22px;
  display: block;
  text-align: center;
}
.hot_domain_item_renewal>p,.hot_domain_item_transfer>p{
  font-size: 14px;
  color: var(--color-font-grey);
  text-align: center;
}
.hot_domain_item_price_wrapper,.hot_domain_item_btn_wrapper{
  height:40px;
}
.hot_domain_item_price_wrapper{
  align-items: flex-end;
}
.hot_domain_item_price_wrapper>h4{
  font-size:24px;
  color: var(--color-font-orange);
  margin-right: 20px;
  margin-bottom: 0;

}
.hot_domain_item_price_wrapper>h4>span{
  font-size: 14px;
}
.hot_domain_item_price_wrapper>p{
  font-size: 14px;
  text-decoration: line-through;
  color: var(--color-font-grey);
  margin-bottom: 0 !important;
}
.hot_domain_item_btn_wrapper{
  display: none;
}
.hot_domain_item:hover .hot_domain_item_price_wrapper{
  display: none;
}
.hot_domain_item:hover .hot_domain_item_btn_wrapper{
display: block;
}
@media all and (max-width: 1199px){
 .hot_domain_list{
  grid-template-columns: repeat(3, 1fr);
}
}
@media all and (max-width: 768px){ 
  .hot_domain_list{
  grid-template-columns: repeat(1, 1fr);
}
.hot_domain_item_price_wrapper{
  margin: 20px;
}
.hot_domain_item_btn_wrapper{
  display: block;
}.hot_domain_item:hover .hot_domain_item_price_wrapper{
  display: flex;
}
}
/* section2------------------------------------------ */
.section_regitser_reason{
  padding: 40px 0;
  background-color: var(--color-bg-secondary);
}
.reason_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.reason_item{
  background-color: var(--color-bg-white);
  border-radius: 20px;
  padding: 40px 20px;
}
.reason_item_icon{
  margin-bottom: 20px;

}
.reason_item_icon>i{
  font-size: 40px;
}
.reason_item>h4{
  font-size: 22px;
  margin-bottom: 20px;
}
.reason_item:hover{
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);

}
.reason_item:hover .reason_item_icon>i{
  color: var(--color-primary);
}
.reason_item:hover>h4{
  color: var(--color-primary);
}
@media (max-width: 1199px) {
    .reason_list{
  grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) { 
  .reason_list{
  grid-template-columns: repeat(1, 1fr);
}
}

/* section 3-------------------------------------------------- */
.section_domain_advance{
  padding: 80px 0;
  background-image: url('../img/domain/yp_bg.jpg');
  background-size: 100% 100%;
}
.domain_advance_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.domain_advance_item{
  box-shadow:0px 10px 36px 0px rgba(5, 17, 71, 0.2); 
  padding: 40px 20px;
  border-radius: 8px;
  background: var(--color-bg-white);
}
.domain_advance_icon{
  text-align: center;
  margin-bottom: 20px;

}
.domain_advance_icon>i{
  font-size: 60px;
  color: var(--color-font-orange);
}
.domain_advance_item>h4{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-font-drak);
  margin-bottom: 20px;
}
@media  (max-width: 1199px){
.domain_advance_list{
  grid-template-columns: repeat(3, 1fr);
}
}
@media  (max-width: 767px){ 
  .domain_advance_list{
  grid-template-columns: repeat(1, 1fr);
}
}

/* section3------------------------------------------------------ */
.section_doamin_transfer{
  padding: 80px 0;
  background-image: url('../img/domain/case_bg.jpg');
  background-size: 100% 100%;
}
.section_doamin_transfer>h3{
  color: var(--color-font-white);
}
.doamin_transfer_box{
  text-align: center;
}
.doamin_transfer_box>a:hover{
  background: var(--color-bg-white);
}

/* ykj section -------------------------------------------------- */
.ykj_domain{
  padding: 80px 0;
}
.ykj_domain_list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid var(--color-primary-light-bg);
  border-top: 1px solid var(--color-primary-light-bg);
   will-change: transform; 
}
.ykj_domain_list li{
  border-right: 1px solid var(--color-primary-light-bg);
  border-bottom: 1px solid var(--color-primary-light-bg);
  padding: 20px 10px;
  background: #fff;
  cursor: pointer;
  transition: all .5s;
}
.ykj_domain_title{
  font-size: 22px;
  font-weight: 600;
  color: var(--color-font-orange);
  margin-bottom:18px;
  word-break: break-all;
}
.ykj_domain_date{
  font-size: 14px;
  color: var(--color-font-grey);
  margin-bottom: 18px;
}
.ykj_domain_price_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
}
.ykj_domain_price_wrapper>p:nth-child(1){
  font-size: 16px;
  color:var(--color-font-orange);
  margin-bottom: 0px;
}
.ykj_domain_price_wrapper>p:nth-child(2){
  font-size: 14px;
  color: var(--color-font-grey);
  margin-bottom: 0px;
}
.ykj_domain_btn_wrapper{
  display: none;
}
.ykj_domain_list li:hover{
  /* border: 1px solid var(--color-primary); */
  transform:  scale(1.2);
  z-index: 10;
   box-shadow:0px 10px 36px 0px rgba(5, 17, 71, 0.2); 
   border-color: transparent;
}
.ykj_domain_list li:hover .ykj_domain_btn_wrapper{ 
display: block;
}
.ykj_domain_list li:hover  .ykj_domain_price_wrapper{
  display: none;
}
.ykj_domain_btn_wrapper>a{
  width: 100%;
}

@media (max-width: 1199px) { 
  .ykj_domain_list{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) { 
  .ykj_domain_list{
    grid-template-columns: repeat(1, 1fr);
  }
  .ykj_domain_list li:hover .ykj_domain_btn_wrapper{ 
display: block;
}
.ykj_domain_list li:hover  .ykj_domain_price_wrapper{
  display: flex;
}
.ykj_domain_list li:hover{
  transform:  scale(1);
   z-index: 10;
}
.ykj_domain_btn_wrapper{
  display: block;
}
}