.title, .title2{
  color: #1d2129;
  font-family: "JDLangZhengTi";
  font-style: normal;
}

.idx_top {
  width: 1278px;
}

.idx_top li {
  margin: 0 40px;
}

.idx_top li .info{
  display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}

.domain-info{
  background-image: url(../images/dh/bggg@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.domain-tab .pc-tab .tab-option{
  color: #1d2129;
  font-family: "OPPOSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  
}

.domain-tab .pc-tab .tab-option.active, .domain-tab .pc-tab .tab-option:hover {
  color: #BF151E;
  background-color: #FFFFFF;
  margin-bottom: 12px;
}

.idx_titbox .title-bottom-border{
  background-color: #BF151E;
  box-shadow: 0 12px 12px 0 #bf151e67;
}

.domain-tab .swiper-title{
  color: #1d2129;
  font-family: "OPPOSans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}

.domain-info-auto {
  width: 1200px;
  margin: 0 auto;
}

.idx_customize_auto{
  width: 1200px;
  margin: 0 auto;
}

.idx_core_services_auto{
  width: 1200px;
  margin: 0 auto;
}

.idx_core_services .list {
  /* justify-content: center; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */

  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.idx_top_content{
  display: flex;
  
  justify-content: space-between;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .index_banner.idx_banner .idx_banner_content .idx_banner_right{
    background-image: url(../images/dh/index2-top2-banner.png);
  }

  .idx_top{
    width: 100%;
    height: initial;
  }
  .idx_top li{
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .idx_top_content{
    flex-wrap: wrap;
  }

  .domain-info{
    width: 100%;
  }

  .domain-info-auto{
    width: 100%;
  }

  .domain-tab{
    padding: 10px 0;
    background-color: #ffffff00;
  }

  .domain-tab .pc-tab{
    margin: 0;
  }

  .domain-tab .pc-tab .tab-option{
    font-size: 16px;
    font-weight: 500;
  }

  .domain-tab .info-swiper{
    height: initial;
  }

  .domain-tab .swiper-slide .img-inner{
    margin-top: 25px;
    height: initial;
    width: 100%;
  }

  .idx_customize_auto{
    width: 100%;
  }

  .idx_core_services_auto{
    width: 100%;
  }

  .idx_core_services .list{
    display: flex;
    justify-content: center;
  }
  
  .top11-content-advantage{
    flex-wrap: wrap;
  }
}