.mob {
  display: none;
}

.mobBg {
  display: none;
}

.privacy-clause .check-box label {
  border: 1px solid #000;
}

body {
  min-width: 1100px;
}

.form_select a {
  color: #fff;
}

.he {
  display: flex;
  margin: 0 auto;
  width: 80%;
  justify-content: space-between;
}

.hiicon {
  display: inline-block;
  width: 22px;
  height: 19px;
  background: url(../images/hi2.png) no-repeat left center;
  background-size: 96%;
  margin-right: 4px;
  vertical-align: bottom;
}

.he .formitem {
  margin-left: 0;
  margin-right: 0;
  width: 48%;
}

.sex-wrapper {
  z-index: 2;
  position: absolute;
  background-color: #fff;
  color: #000;
  text-align: center;
  overflow: auto;
  top: 100%;
  left: 8%;
  width: 80%;
  font-size: 14px;
  display: none;
  box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 30%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: 'HYZhongJianHeiJ';
}

.Leaveinformation {
  width: 100%;
  margin-top: 70px;
  position: relative;
}

.active {
  position: absolute;
  top: 15%;
  left: 49%;
  display: flex;
  justify-content: space-between;
  width: 710px;
  height: 240px;
}

.retrogression img {
  width: 270px;
}

.retrogression .details {
  width: 100px;
  height: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  border: 1px solid #fff;
  font-family: 'HYZhongJianHeiJ';
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}

.retrogression .details a {
  font-size: 12px;
  color: #fff;
  display: inherit;
  width: 100%;
  height: 100%;
}

.active .day {
  position: relative;
  width: 360px;
  font-size: 24px;
  color: #fff;
}

.day .only {
  position: absolute;
  top: 0;
  left: 0;
}

.day .d {
  position: absolute;
  bottom: 0;
  right: 0;
}

.day .num {
  text-align: center;
  margin-left: 8%;
  margin-top: 8%;
}

.day .num img {
  height: 185px;
}

.car_tab label {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-items: center;
}

.car_tab label>div {
  /* display: flex;
    align-items: center;
      flex-flow: row nowrap;
      justify-items: center; */
}

.informationbg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center bottom;
}

.form {
  /* width: 55%; */
  /* position: absolute; */
  min-width: 450px;
  top: 2%;
  left: 5%;
  background: #fff;
  padding-bottom: 60px;
  cursor: pointer;
}

.form .lab {
  /* margin-left: 15%; */
}

.form_top {
  width: 100%;
  /* height: 190px; */
  height: 12%;
  color: #000;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 30px 0px 0px;
  margin-bottom: 20px;
}

.form_title {
  font-size: 24px;
  font-family: 'HYCuJianHeiJ';
  letter-spacing: 2px;
  width: 80%;
  margin-bottom: 4px;
}

.form_brife {
  width: 80%;
  font-size: 12px;
  margin-bottom: 30px;
  white-space: nowrap;
  font-family: 'HYZhongJianHeiJ';
}

.car_tab {
  width: 80%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.caritem {
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-family: 'HYZhongJianHeiJ';
}

.caritem:nth-child(1) {
  text-align: left;
}

.hi_logo {
  display: inline-block;
  background-image: url(../static/web/img2022/public/HI.png);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

.caritem>.hi_logo {
  height: 18px;
  width: 22.8px;
}

.caritem {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  cursor: pointer;
}

.caritemactive>.caritem {
  color: rgba(0, 0, 0, 1);
  font-family: 'HYCuJianHeiJ';
}

.caritemactive>div {
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #000;
}

.car_tab {
  flex-wrap: wrap;
}

.car_tab label {
  width: 40%;
  height: 40px;
}

.formitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* align-items: end; */
  width: 80%;
  height: 60px;
  margin-bottom: 20px;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
  color: #808080;
  background-color: #ededed;
  margin-bottom: 5%;
  padding-left: 20px;
  border-radius: 40px;
}

.formitem>input {
  font-size: 12px;
}

.form_name {
  /* height: 60px; */
  font-size: 12px;
}

.privacy-clause {
  color: #000;
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}

.privacy-clause .p-text {
  flex: none !important;
}

.subtn {
  width: 80%;
  margin: 0 auto;
  height: 50px;
  background: #000;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
  border-radius: 20px;
}

.notebutton {
  position: absolute;
  left: 45%;
  line-height: 23px !important;
  border-radius: 12.5px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  cursor: pointer;
  color: #4698cb;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
}

.form_selectaddress,
.form_selectdistributor,
.form_selectsex {
  display: flex;
  align-items: center;
  padding-right: 25px;
  justify-content: space-between;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
}

.form_selectaddress>img,
.form_selectdistributor>img,
.form_selectsex>img {
  width: 20px;
  height: 20px;
  /* position: absolute; */
  right: 17px;
  top: 16px;
}

.td-city-wrapper {
  display: none;
}

.td-city-wrapper .td-city {
  background-color: #1f1f1f;
}

.td-city {
  position: absolute;
  left: 5% !important;
  top: 90% !important;
  width: 90%;
  height: auto;
  min-height: 230px;
  z-index: 3;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 29%);
}

.td-city__list_wrapper a {
  font-size: 12px;
}

.td-city__header {
  display: flex;
  height: 50px;
  max-height: 276px;
  box-sizing: border-box;
  background-color: #ededed;
}

.td-city__header-item {
  display: flex;
  background-color: #ededed;
  padding: 4px 0px;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: normal;
  box-sizing: border-box;
}

.td-city__list_wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  overflow: auto;

  background: #fff;
  font-family: 'HYZhongJianHeiJ';
}

.td-city__list {
  width: 100%;
  height: 200px;
}

.td-city__list,
.td-city__list_province {
  height: 183px !important;
}

.td-city__list_province {
  width: 40%;
  height: 200px;
  text-align: center;
  overflow: auto;
}

#distributorList li:hover,
.td-city__list_province li:hover,
.td-city__list li:hover,
.sex-wrapper li:hover {
  background-color: #ededed;
}

#distributorList {
  max-height: 250px;
  overflow-y: auto;
}

.td-city__list-item {
  color: #000;
  padding-top: 10px;
  padding-bottom: 9px;
  position: relative;
  cursor: pointer;
  min-width: 70px;
  text-align: center;
  box-sizing: border-box;
}

.td-city__list-item a {
  color: #000;
}

.distributor-wrapper {
  display: none;
  top: 100% !important;
  left: 5% !important;
  position: absolute;
  width: 90%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 30%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  font-family: 'HYZhongJianHeiJ';
}

.distributor-wrapper a {
  font-size: 12px;
}

.distributor_list-item a {
  color: #000;
  padding: 10px 5px 9px 10px;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: start;
}

#distributorId,
.city_text {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.privacy-clause {
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  margin-top: 40px !important;
  margin-bottom: 10px;
  align-items: baseline;
  padding-left: 20px;
}

.privacy-clause .check-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  left: 0;
  top: 3px;
  margin: 0 0.25rem 0 0;
}

.privacy-clause .p-text {
  font-size: 12px;
  flex: none !important;
}

.new__layer-disclaimer>.phone-pop {
  width: 50%;
  height: 400px;
}

/* 图形验证弹框 */
.verificationPop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}

.verificationPop .mainCont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 500px;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}

.verificationPop .mainCont .content {
  margin-top: 75px;
}

.verificationPop .mainCont .content>.line {
  width: 1px;
  height: 34px;
  background-color: #000;
}

.verificationPop .mainCont .verificationimg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.verificationPop .mainCont .msg {
  width: 100%;
  font-size: 12px;
  color: #0c51c5;
  font-weight: bold;
  margin-top: 12px;
  margin-left: 50px;
}

.verificationPop .mainCont .content>input {
  width: 36%;
  height: 40px;
  border-radius: 3px;
  font-size: 18px;
}

.verificationPop .mainCont .layer-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(../images/close.png) center center no-repeat;
  background-size: 24px auto;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.verificationPop .mainCont .btn {
  width: 100%;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  background: #000;
  line-height: 60px;
  color: #fff;
  margin-top: 33px;
  text-align: center;
  cursor: pointer;
}

.form_selectaddress .city_text,
#verifymsg,
#Phonenum,
#name,
.sex span,
.formitem,
#distributorId,
#sex {
  font-size: 12px;
  line-height: 50px;
  font-family: 'HYZhongJianHeiJ';
  color: #808080;
  width: 80%;
}

@media screen and (min-width: 1921px) {
  .form_top {
    padding: 30px 0px 10px;
  }

  .form_brife {
    /* margin-bottom: 20px; */
  }
}

@media screen and (max-width: 1920px) {
  .form_top {
    padding: 40px 0px 10px;
  }

  .form_title {
    font-size: 24px;
    font-family: 'HYCuJianHeiJ';
    letter-spacing: 2px;
  }

  .form_brife {
    font-size: 12px;
    /* margin-bottom: 30px; */
  }

  .caritem {
    font-size: 16px;
  }

  .caritem>.hi_logo {
    height: 18px;
    width: 22.8px;
  }

  .formitem {
    height: 60px;
  }

  .formitem>input {
    font-size: 12px;
  }

  .form_name {
    font-size: 12px;
  }

  .form_selectaddress,
  .form_selectdistributor,
  .form_selectsex {
    font-size: 12px;
    font-family: 'HYZhongJianHeiJ';
  }

  .distributor-wrapper a,
  .td-city__list-item,
  .sex-wrapper {
    font-size: 12px;
  }

  .form_selectaddress>img,
  .form_selectdistributor>img,
  .form_selectsex>img {
    width: 20px;
    height: 20px;
    top: 20px;
  }

  .subtn {
    height: 50px;
    line-height: 50px;
  }

  .privacy-clause {
    font-size: 12px !important;
    margin-top: 40px !important;
  }

  .distributor-wrapper {
    display: none;
    top: 60px;
    left: 0;
  }

  .notebutton {
    left: 60%;
  }
}

.dialog {
  /* display: none; */
  position: absolute;
  top: 8%;
  left: 48%;
}

/* .hipc {
  left: 62%;
} */
.dialog p {
  color: #fff;
  font-size: 16px;
  font-family: 'HYZhongJianHeiJ';
  /* margin-bottom: 5px; */
  line-height: 22px;
  letter-spacing: 2px;
}

.dialog .title .tle p {
  font-size: 24px !important;
  color: #fff;
  margin-bottom: 12px;
}

.hipc .tle p {
  font-family: 'HYCuJianHeiJ';
}

.dialog .title p span {
  font-size: 30px;
}

.dialog .tf {
  display: flex;
  color: #fff;
  margin-top: 12px;
}

.dialog .tf span {
  display: block;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
  width: 55px;
  height: 10px;
  line-height: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.dialog .tf span:last-child {
  border: none;
}

.dialog .tp {
  margin-bottom: 12px;
  font-size: 24px;
  color: #fff;
  font-family: 'HYCuJianHeiJ';
}

.dialog .tp span {
  font-size: 32px;
  font-family: 'HYCuJianHeiJ';
}

.dialog .cli {
  width: 72px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  margin-top: 12px;
  color: #fff;
}

.dia {
  display: none;
  position: absolute;
  padding: 0.5%;
  left: 48%;
  height: 50%;
  overflow-y: auto;
  top: 34%;
  width: 47%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
  z-index: 10;
}

.eqforest {
  position: absolute;
  display: none;
  padding: 0.5%;
  left: 48%;
  /* height: 50%; */
  overflow-y: auto;
  top: 34%;
  width: 47%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
  z-index: 10;
}

.dia::-webkit-scrollbar {
  width: 2px;
}

.dia td {
  padding: 5px;
}

.policytent {
  width: 100%;
  height: 98%;
  overflow: auto;
  padding-top: 2%;
}

.policyimage {
  width: 61%;
  display: block;
  margin: 0 auto;
}

.newpolicy {
  /* padding: 15% 20%; */
}

.tab {
  padding-top: 1%;
  padding-bottom: 2%;
  background: rgba(143, 143, 143, 0.5);
}

.tab .right {
  width: 35%;
}

.tab .head {
  text-align: center;
  font-family: 'HYCuJianHeiJ';
  margin-bottom: 2%;
}

.tab .th,
.tab .car {
  text-align: center;
}

.tab .pay {
  margin-left: 5%;
  margin-right: 5%;
}

.tab .foot {
  margin-top: 2%;
}

.tab table,
.tab .foot {
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
}

.tab table,
.tab td {
  border: 1px solid #fff;
  border-collapse: collapse;
}

.newpolicyitem {
  background: rgba(114, 114, 114, 0.5);
  line-height: 20px;
  text-indent: 2em;
  padding: 0px 10px 0px;
}

.tabt {
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
}

.tabw,
.tabb,
.tabbw {
  display: flex;
  text-align: center;
}

.tabw {
  background: rgba(143, 143, 143, 0.5);
  /* background-color: #8f8f8f; */
  opacity: 1;
}

.tabb {
  background: rgba(114, 114, 114, 0.5);
  /* background-color: #727272; */
  opacity: 1;
}

.tabt p:nth-child(1),
.tabw p:nth-child(1) {
  width: 50%;
}

.tabw p,
.tabb p {
  width: 30%;
  height: 5vh;
  line-height: 5vh;
}

.tabf {
  /* position: absolute; */
  padding: 10px;
  min-width: 410px;
  top: 85%;
  left: 5%;
  font-size: 12px;
  color: #fff;
}

.tabf .txt {
  margin-top: 10px;
  text-align: justify;
}

.tabw span,
.tabb span {
  font-size: 12px;
}

.close {
  display: none;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 32.8%;
  right: 4.15%;
  z-index: 21;
}

.cont {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  min-width: 500px;
}

.cont .tabf {
  margin-top: 20px;
}

.bannertext .kaola {
  width: 350px;
}

.bannertext p {
  margin-top: 1%;
  letter-spacing: 10px;
  color: #3f4a5b;
  font-size: 42px;
  line-height: 42px;
}

.bannertext .subheading {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bannertext .setle {
  font-size: 24px;
  margin-top: 16px;
}

.bannertext .me {
  position: relative;
  font-size: 42px;
  margin-right: 24px;
}

.bannertext .me::before {
  position: absolute;
  top: -35px;
  left: -10%;
  content: '';
  width: 100%;
  height: 88px;
  border: 2px solid transparent;
  border-bottom: 2px solid #968cbf;
  border-radius: 50%;
}

.equity {
  display: none;
  position: absolute;
  top: 50%;
  left: 66%;
  height: 85%;
  max-height: 650px;
  transform: translate(-50%, -50%);
  background-color: rgba(240, 230, 231, 0.9);
  color: #000;
  overflow-y: auto;
}

.equity>.equity_tle {
  padding: 2vw 5vw;
}

.equity_total {
  margin: 0 auto;
  width: 50%;
  min-width: 420px;
}

.equity_title {
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.equity_title p:first-child {
  font-family: 'HYCuJianHeiJ';
  font-size: 24px;
  color: #968cbf;
  letter-spacing: 5px;
}

.equity_main .title {
  display: flex;
}

.equity_main {
  margin-top: 1vw;
  display: flex;
}

.equity_main .title img {
  width: 15px;
}

.equity_main .title .title_txt {
  font-size: 16px;
  margin-left: 10px;
  /* border-right: 1px solid rgba(0, 0, 0, 0.5); */
  line-height: 20px;
  height: 46px;
  width: 110px;
}

.equity_main .title .title_txt>p {
  border-right: 1px solid rgba(0, 0, 0, 0.5)
}

.equity_main .title .title_txt p:first-child {
  color: #968cbf;
  margin-bottom: 5px;
}

.equity_main .detail {
  margin-left: 42px;
  font-size: 14px;
  line-height: 16px;
}

.equity_main .detail p {
  margin-bottom: 8px;
  line-height: 20px;
}

.equity_main .detail .frame {
  position: relative;
  padding: 0 12px 0 6px;
}

.equity_main .detail .frame::before {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}

.equity_main .detail .frame::after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 3px;
  height: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.equity_main .detail .bn {
  padding: 0 12px;
}

.equity_main .detail .bn::before {
  left: 6px;
}

.equity_main .detail .smart {
  font-size: 12px;
}

.equity_tip {
  font-size: 12px;
  color: #000;
  padding: 0 20px 20px 20px;
}

.equity::-webkit-scrollbar {
  width: 2px;
}
.mobfooter{
  display: none;
}

.policy {
  background-color: rgba(228,236,241,0.9);
}
.policy .lin{
  padding-left: 3px;
}
.policy .equity_main {
  border-radius: 10px;
  background-color: #fff;
  padding: 1.2vw 0 1.5vw 1.2vw;
  margin: 0;
  margin-top: -10px;
  box-shadow: 0px 0px 10px 4px #eee;
}

.policycolor {
  color: #4698cb;
}

.policy .equity_title p:first-child {
  color: #000;
  margin-bottom: 2vw;
}

.policy .equity_main .title .title_txt p:first-child {
  color: #000;
  margin: 0;
}

.policy .equity_main .title .title_txt>p {
  border: none;
}

.policy .equity_main .title .title_txt {
  display: flex;
  margin-left: 5px;
}

.policy .title_place {
  font-size: 38px;
  line-height: 42px;
  font-family: 'HYCuJianHeiJ';
  color: #4698cb;
}

.policy .equity_main .detail p {
  margin-bottom: 0;
}

.policy .equity_main .detail .smart {
  margin-top: -4px;
}

.policy .fav {
  float: right;
  background-color: #4698cb;
  color: #fff;
  font-size: 12px;
  height: 20px;
  display: flex;
  align-items: end;
  padding: 0 10px;
  margin-top: 10px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.policy .favbig {
  font-size: 16px;
}

.policy .equity_main .detail {
  width: 193px;
}

.policy .line {
  display: block;
  width: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mob,
.stmob,
.stpc,
.stm,
.himob,
.hipc,
.him,
.spc,
.hpc,
.smob,
.hmob,
.forestmob,
.forestpc,
.kaolap,
.kaolamob,
.kaolapc,
.kaolam {
  display: none;
}

@media screen and (max-width: 1680px) {

  /* .dia {
      bottom: 30%;
    } */
  .dialog {
    top: 8%;
  }

  /* .close {
      top: 23%;
    } */
  .form_top {
    padding: 30px 0px 10px;
  }

  .form_title {
    font-size: 24px;
    font-family: 'HYCuJianHeiJ';
    letter-spacing: 2px;
  }

  .form_brife {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .caritem {
    font-size: 16px;
  }

  .caritem>.hi_logo {
    height: 18px;
    width: 22.8px;
  }

  .formitem {
    height: 55px;
  }

  .distributor-wrapper {
    top: 55px;
  }

  .formitem>input {
    font-size: 12px;
  }

  .form_name {
    font-size: 12px;
  }

  .form_selectaddress,
  .form_selectdistributor,
  .form_selectsex {
    font-size: 12px;
  }

  .form_selectaddress>img,
  .form_selectdistributor>img,
  .form_selectsex>img {
    width: 20px;
    height: 20px;
    top: 20px;
  }

  .subtn {
    height: 45px;
    line-height: 45px;
  }

  .privacy-clause {
    font-size: 12px !important;
    margin-top: 30px !important;
  }

  .notebutton {
    left: 50%;
  }

  .equity {
    max-height: 600px;
  }
}

@media screen and (max-width: 1520px) {
  .form_top {
    padding: 25px 0px 10px;
  }

  .form_brife {
    margin-bottom: 25px;
  }

  .notebutton {
    left: 45%;
  }
}

@media screen and (max-width: 1440px) {
  .form_top {
    padding: 25px 0px 10px;
  }

  .form_title {
    font-size: 24px;
    font-family: 'HYCuJianHeiJ';
    letter-spacing: 2px;
  }

  .form_brife {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .caritem {
    font-size: 16px;
  }

  .caritem>.hi_logo {
    height: 18px;
    width: 22.8px;
  }

  .equity {
    max-height: 550px;
    top: 48%;
  }

  .formitem {
    height: 50px;
  }

  .distributor-wrapper {
    top: 50px;
  }

  .formitem>input {
    font-size: 12px;
  }

  .form_name {
    font-size: 12px;
  }

  .form_selectaddress,
  .form_selectdistributor,
  .form_selectsex {
    font-size: 12px;
  }

  .form_selectaddress>img,
  .form_selectdistributor>img,
  .form_selectsex>img {
    width: 17px;
    height: 17px;
    top: 20px;
  }

  .subtn {
    height: 45px;
    line-height: 45px;
  }

  .privacy-clause {
    font-size: 12px !important;
    margin-top: 30px !important;
  }

  .form {
    padding-bottom: 50px;
    width: 58%;
  }

  .notebutton {
    left: 45%;
  }
}

@media screen and (max-width: 1366px) {
  .form_top {
    padding: 20px 0px 5px;
  }

  .form_title {
    font-size: 24px;
    font-family: 'HYCuJianHeiJ';
    letter-spacing: 2px;
  }

  .form_brife {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .caritem {
    font-size: 16px;
  }

  .caritem>.hi_logo {
    height: 18px;
    width: 22.8px;
  }

  .formitem {
    height: 50px;
  }

  .distributor-wrapper {
    top: 50px;
  }

  .formitem>input {
    font-size: 12px;
  }

  .form_name {
    font-size: 12px;
  }

  .form_selectaddress,
  .form_selectdistributor,
  .form_selectsex {
    font-size: 12px;
  }

  .form_selectaddress>img,
  .form_selectdistributor>img,
  .form_selectsex>img {
    width: 17px;
    height: 17px;
    top: 20px;
  }

  .subtn {
    height: 40px;
    line-height: 40px;
  }

  .privacy-clause {
    font-size: 12px !important;
    margin-top: 25px !important;
    margin-bottom: 7px;
  }

  .privacy-clause .check-box {
    width: 12px !important;
    height: 12px !important;
  }

  .privacy-clause .check-box label {
    width: 12px !important;
    height: 12px !important;
  }

  .notebutton {
    left: 45%;
  }
}

@media screen and (max-width: 1280px) {
  .form_top {
    padding: 15px 0px 5px;
  }

  .form_title {
    font-size: 24px;
    font-family: 'HYCuJianHeiJ';
    letter-spacing: 2px;
  }

  .form_brife {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .caritem {
    font-size: 16px;
    /* width: 30%; */
  }

  .caritem>.hi_logo {
    height: 18px;
    width: 22.8px;
  }

  .formitem {
    height: 45px;
  }

  .distributor-wrapper {
    top: 45px;
  }

  .formitem>input {
    font-size: 12px;
  }

  .form_name {
    font-size: 12px;
  }

  .form_selectaddress,
  .form_selectdistributor,
  .form_selectsex {
    font-size: 12px;
  }

  .form_selectaddress>img,
  .form_selectdistributor>img,
  .form_selectsex>img {
    width: 15px;
    height: 15px;
    top: 15px;
  }

  .subtn {
    height: 40px;
    line-height: 40px;
  }

  .privacy-clause {
    font-size: 12px !important;
    margin-top: 25px;
  }

  .td-city__list_province {
    margin-right: 25px;
  }

  .privacy-clause .check-box {
    width: 12px !important;
    height: 12px !important;
  }

  .privacy-clause .check-box label {
    width: 12px !important;
    height: 12px !important;
  }

  .form {
    padding-bottom: 40px;
  }

  .notebutton {
    left: 45%;
  }

  .dialog {
    top: 5%;
  }
}

/* @media (-webkit-min-device-pixel-ratio: 1.75) and (-webkit-max-device-pixel-ratio: 1.99) {
  .informationbg {
    height: 160vh;
    object-position: 60% bottom;
  }
} */
/* 屏幕分辨率放大为 150 */
/* @media screen and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74) {
  .dialog {
    top: 1.5%;
  }
} */
/* 屏幕分辨率放大为 125 */
/* @media (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.4) {
  .dialog {
    top: 4%;
  }
}

@media screen and (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.4) {
  .dialog {
    top: 4%;
  }
}
@media screen and (max-width: 1440px) and (-webkit-max-device-pixel-ratio: 1) {
  .dialog {
    top: 4%;
  }
}

@media screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2) {
  .dialog {
    top: 4%;
  }
} */
/*
@media screen and (min-width: 1400px) and (max-width: 1430px) {
  .informationbg {
    height: 120vh;
  }
}
@media screen and (max-width: 1440px) and (-webkit-max-device-pixel-ratio: 1) {
  .informationbg {
    height: 108vh;
  }
}
@media screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2) {
  .informationbg {
    height: 127vh;
  }
}
@media screen and (max-width: 1366px) and (-webkit-max-device-pixel-ratio: 1) {
  .informationbg {
    height: 130vh;
  }
}
@media screen and (max-width: 1370px) and (min-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .informationbg {
    height: 83vh;
  }
}
@media screen and (max-width: 1030px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .informationbg {
    height: 62vh;
    object-position: 70% bottom;
  }
}
@media screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.4) {
  .informationbg {
    height: 135vh;
  }
} */