#car360body {
  position: relative;
}
.car360 h5 {
  text-align: center;
}
.car360 {
  width: 100%; /* position: absolute; */
  top: 0;
  left: 0;
}
.car360 .g-switch {
  margin-bottom: 20px;
}
.car360 .car-360-box {
  width: 100% !important;
}
.car360 .car-360-box .car360-money {
  width: 100%;
  display: flex; /* justify-content: space-evenly; *//* justify-content: space-around; */
  align-items: center;
}
.car360 .car-360-box .car360-money li {
  height: 60px;
  padding: 5px 8px;
  border: 1px solid #8e8e8f;
  margin-left: 60px;
  display: flex;
  align-items: center;
}
.car360 .car-360-box .car360-money li .left {
  font-size: 22px;
  font-weight: bold;
  font-family: 'HYZhongJianHeiJ';
  border-right: 1px solid #999999;
  padding-right: 5px;
}
.car360 .car-360-box .car360-money li .right {
  padding-left: 5px;
  font-size: 22px;
  font-weight: 400;
  margin-top: 2px;
  font-family: 'HYZhongJianHeiJ';
}
.car360 .car-360-box .car360-money .li--app-t {
  display: none;
}
.car360 .car-360-box .car-360__bottom {
  position: relative;
  width: 100%; /* height: 170px; */
  overflow: hidden;
}
/* 360 滚动的时候需要 注释于2021-09-12 .car360 .car-360-box .car-360__bottom.car-360-mar-pc { margin-top: -8%; } */
.car360 .car-360-box .car-360__bottom.car-360-mar-pc {
  margin-top: -11%;
}
.car360 .car-360-box .car-360__bottom .bottom-list {
  width: 80%; /* height: 170px; */
  margin: 0 auto;
  transition: margin 0.5s;
}
.car360 .car-360-box .car-360__bottom .bottom-list.bottom-list--pc-t {
  width: 100%;
  margin-top: 0;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color {
  display: flex;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.left {
  flex: 1;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.left .b-color-list {
  display: flex;
  height: 100%;
  align-items: center;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.left .b-color-list li {
  flex: 1;
  margin-left: 0;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.left .b-color-list li .r {
  margin: 0 auto;
  margin-bottom: 13px;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.left .b-color-list li span {
  height: 23px;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right {
  margin-left: 15%;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li {
  display: block;
  height: 120px;
  margin-right: 30px;
  float: left;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li .r-hub-img {
  width: 100%;
  transform: scale(0.8);
  margin-bottom: 5px;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li.focus .r-hub-img {
  transform: scale(1);
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .test-drive.off {
  border: none;
  font-size: 18px;
  color: #9f9f9f;
  cursor: pointer;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .test-drive.off span {
  display: none;
}
.car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .i-tips {
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.new_pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 999999999;
}
.new_pop .p-close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
  background-image: url(https://www.arcfox.com.cn/static/web/img2021/img/arcfox-s/pop-close.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.new_pop .p-video {
  width: 100%;
  height: 100%;
}
.new__layer-disclaimer {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
}
.new__layer-disclaimer .layer-main {
  position: absolute;
  top: 60px;
  left: 16.33%;
  height: calc(100% - 120px);
  background: #fff;
  width: 67.34%;
  padding: 80px 0 72px;
}
.new__layer-disclaimer .layer-main h2 {
  margin: 0 0 72px;
  text-align: center;
  line-height: 1;
  font-size: 34px;
  font-family: 'HYCuJianHeiJ';
  font-weight: bold;
}
.new__layer-disclaimer .layer-box {
  height: calc(100% - 92px);
  padding: 0 50px;
  overflow: hidden;
  overflow-y: scroll;
  line-height: 34px;
  font-size: 18px;
}
.new__layer-disclaimer .layer-box p {
  padding: 0 0 34px;
}
.new__layer-disclaimer .layer-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(https://www.arcfox.com.cn/images/close.png) center center no-repeat;
  background-size: 24px auto;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.new_nav {
  padding: 0 76px 0 65px;
}
.new_nav .nav-list {
  margin-left: 102px;
}
.new_nav .nav-list > li {
  margin-left: 0;
  margin-right: 68px;
}
.new_nav .nav-list > li > ol > li {
  margin-top: 22px;
  height: auto;
  line-height: normal;
}
.new_nav .nav-list > li > a {
  color: #333;
}
.new_nav .nav-list .nav-hid {
  height: 164px;
}
.new_nav .nav-list .nav-hid.nav-one-hid {
  height: 116px;
}
.new_nav .right .appointment {
  line-height: 29px;
  letter-spacing: 2px;
  cursor: pointer;
}
.new_bannerVideoText {
  display: inline-block;
  color: #fff;
  margin-top: 57px;
  border-bottom: 1px #fff solid;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}
.privacy-clause {
  font-size: 16px;
  margin-top: 18px;
  color: #fff;
  display: flex;
}
.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 .check-box label {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.privacy-clause .check-box input[type='checkbox'] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.privacy-clause .check-box input[type='checkbox']:checked + label {
  border: 1px solid #4698cb;
}
.privacy-clause .check-box input[type='checkbox']:checked + label::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  background: #4698cb;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.privacy-clause .p-text {
  flex: 1;
}
.result_item:hover .newMap__makeBtn {
  height: 58px;
  line-height: 58px;
  margin-top: 18px;
}
.newMap__makeBtn {
  background-color: #4698c6;
  font-size: 22px;
  color: #fff;
  text-align: center;
  height: 0;
  transition: all 0.8s;
  letter-spacing: 2px;
  cursor: pointer;
}
.content.new__e-content h2 {
  font-size: 40px !important;
}
.content.new__e-content h3 {
  font-size: 20px !important;
}
.content.new__e-content .form-item.model #carmodel {
  color: #ffffff;
  font-size: 30px;
  font-family: 'DINNextW1G-Light', 'HYXiJianHeiJ';
}
.content.new__e-content .form-item input {
  font-size: 20px;
  width: 100%;
}
.content.new__e-content .select ul li {
  height: 30px;
  line-height: 43px;
  font-size: 18px;
}
.content.new__e-content .select ul li a {
  font-size: 14px;
}
.content.new__e-content .select > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
.content.new__e-content .select #distributorList li {
  height: auto;
}
.content.new__e-content .model {
  border-bottom: 1px solid #a9abab;
}
.banner .content.new__e-content .form-item {
  padding-left: 3px;
  border-bottom: 1px solid #fff;
}
.new__submit-btn {
  border-radius: 0 !important;
  letter-spacing: 4px;
}
.new_swiper-container .c-tips {
  width: 1200px;
  position: absolute;
  bottom: 3%;
  color: #ccc;
  font-size: 18px;
  z-index: 2;
  text-align: center;
  line-height: 32px;
  left: 51%;
  transform: translate(-50%, 0);
}
.notice {
  width: 90%;
  margin: 10px auto;
  font-size: 18px;
  line-height: 18px;
  line-height: 32px;
  color: #999999;
  text-align: center;
  font-family: 'DINNextW1G-Light', 'HYXiJianHeiJ', Helvetica, STHeiTi, Arial, sans-serif;
}
.new_swiper-container .font35 {
  font-size: 44px;
}
.new__layer-disclaimer .layer-main h2 {
  font-size: 29px;
}
@media screen and (max-width: 1920px) {
  .content.new__e-content h2 {
    font-size: 38px !important;
  }
  .new__layer-disclaimer .layer-main h2 {
    font-size: 32px;
  }
}
.content.new__e-content .form-item #name {
  padding-bottom: 19px;
}
@media screen and (max-width: 1680px) {
  .new__layer-disclaimer .layer-main h2 {
    font-size: 29px;
  }
  .new__layer-disclaimer .layer-box {
    font-size: 16px;
  }
  .swiper-container .swiper-slide .swiper-postion-text > .font14 {
    font-size: 20px;
  }
  .content.new__e-content h2 {
    font-size: 35px !important;
  }
  .content.new__e-content h3 {
    font-size: 16px !important;
  }
  .content.new__e-content .select > div {
    font-size: 16px;
  }
  .content.new__e-content .form-item.model #carmodel {
    font-size: 26px;
  }
  .new_swiper-container .c-tips {
    font-size: 14px;
    line-height: 22px;
  }
  .notice {
    width: 90%;
    margin: 10px auto;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    text-align: center;
    font-family: 'DINNextW1G-Light', 'HYXiJianHeiJ', Helvetica, STHeiTi, Arial, sans-serif;
  }
  .car360 h5 {
    padding-top: 37px;
    padding-bottom: 39px;
  }
  .car360 .car-360-box .car360-money li {
    height: 52px;
  }
  .car360 .car-360-box .car360-money li .left {
    font-size: 16px;
  }
  .car360 .car-360-box .car360-money li .right {
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    font-family: 'HYZhongJianHeiJ';
  }
  .new_bannerVideoText, .detail {
    font-size: 18px;
  }
  .spritespin {
    margin-top: 0px;
  }
  .new_swiper-container .font35 {
    font-size: 38px;
  }
  .new_swiper-container .font14 {
    font-size: 22px;
  }
  .font60 {
    font-size: 90px;
  }
  .font22 {
    font-size: 24px;
    font-family: 'HYCuJianHeiJ';
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li {
    height: 90px;
    margin-right: 22px;
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li .r-hub-img {
    width: 60px;
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li span {
    font-size: 12px;
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .i-tips {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .new__layer-disclaimer .layer-main h2 {
    font-size: 25px;
  }
  .new__layer-disclaimer .layer-box {
    font-size: 16px;
  }
  .swiper-container .swiper-slide .swiper-postion-text > .font14 {
    font-size: 18px;
  }
  .content.new__e-content h2 {
    font-size: 33px !important;
  }
  .content.new__e-content h3 {
    font-size: 16px !important;
  }
  .content.new__e-content .select > div {
    font-size: 16px;
  }
  .content.new__e-content .form-item.model #carmodel {
    font-size: 22px;
  }
  .new_swiper-container .c-tips {
    font-size: 12px;
    line-height: 18px;
  }
  .notice {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    text-align: center;
    font-family: 'DINNextW1G-Light', 'HYXiJianHeiJ', Helvetica, STHeiTi, Arial, sans-serif;
  }
  .car360 h5 {
    padding-top: 37px;
    padding-bottom: 39px;
  }
  .car360 .car-360-box .car360-money li .left {
    font-size: 16px;
  }
  .car360 .car-360-box .car360-money li .right {
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    font-family: 'HYZhongJianHeiJ';
  }
  .adownBox {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -90% !important;
    width: 180px;
    height: 85px;
    line-height: 145px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new_bannerVideoText, .detail {
    font-size: 16px;
  }
  .spritespin {
    margin-top: 0px;
  }
  .new_swiper-container .font35 {
    font-size: 33px;
  }
  .new_swiper-container .font14 {
    font-size: 22px;
  }
  .font60 {
    font-size: 90px;
  }
  .car360 .car-360-box .car-360__bottom {
    height: auto;
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li {
    height: 90px;
    margin-right: 22px;
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li .r-hub-img {
    width: 60px;
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .bottom-color ul.right li span {
    font-size: 12px;
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item .i-tips {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .car360 .car-360-box .car360-money li {
    height: 40px;
    padding: 5px 6px;
  }
  .car360 .car-360-box .car360-money li .left {
    font-size: 28px;
    font-weight: bold;
    font-family: 'HYZhongJianHeiJ';
    border-right: 1px solid #999999;
    padding-right: 5px;
  }
  .car360 .car-360-box .car360-money li .right {
    padding-left: 5px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 2px;
    font-family: 'HYZhongJianHeiJ';
  }
  .font60 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1336px) {
  .swiper-container .swiper-slide .swiper-postion-text > .font14 {
    font-size: 16px;
  }
  .content.new__e-content .form-item input {
    font-size: 16px;
  }
  .new_nav .nav-list {
    margin-left: 64px;
  }
  .new_nav .nav-list > li {
    margin-right: 35px;
  }
  .new_bannerVideoText {
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .new_nav {
    padding: 0 40px 0 65px;
  }
  .new_swiper-container .font35 {
    font-size: 30px;
    margin-bottom: 20px !important;
  }
  .new_swiper-container .font14 {
    font-size: 12px;
  }
  .new_swiper-container .c-tips {
    font-size: 12px;
  }
  .notice {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    text-align: center;
    font-family: 'DINNextW1G-Light', 'HYXiJianHeiJ', Helvetica, STHeiTi, Arial, sans-serif;
  }
  .swiper-pagination-bullet {
    font-size: 16px;
  }
  .swiper-container .swiper-slide .swiper-postion-text {
    width: 900px;
  }
  .car360 h5 {
    padding-top: 37px;
    text-align: center;
    padding-bottom: 28px;
  }
  .g-switch-container li.active {
    font-size: 15px;
  }
  .g-switch-container li {
    font-size: 12px;
  }
  .g-switch {
    width: 240px;
  }
  .g-switch-container li:first-child {
    width: 74px;
  }
  .g-switch-container li:last-child {
    width: 135px;
  }
  .test-drive {
    height: 32px;
    line-height: 32px;
    width: 131px;
  }
  .test-drive.off {
    font-size: 12px !important;
  }
  .car360 .car-360-box .car-360__bottom .bottom-list .car-360__bottom-item {
    overflow: hidden;
  }
  .font60 {
    font-size: 64px;
  }
  .font20 {
    font-size: 21px;
  }
  .video-wrap .text span {
    color: #ffffff;
    position: relative;
    margin-top: 38px;
  }
  .evaluating .evaluating-img li > div {
    right: 28px;
    bottom: 18px;
    font-size: 12px;
    width: 55px;
  }
  .evaluating h4 {
    padding: 47px 0 38px 0;
    font-family: HYXiJianHeiJ;
    font-weight: normal;
  }
  .swiper-list {
    height: 720px;
  }
  .car360 .car-360-box .car360-money li .right {
    font-size: 13px;
    width: 60px;
  }
  .car360 .car-360-box .car360-money li .right label {
    font-family: 'HYZhongJianHeiJ';
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
  }
  .car360 .car-360-box .car360-money li .left {
    font-size: 15px;
  }
  .bottom-color .left li .r {
    width: 25px;
    height: 25px;
    margin-bottom: 22px !important;
  }
  .bottom-color .left li .r > img {
    width: 25px;
    height: 25px;
  }
  .bottom-color .left li.focus .r > img {
    width: 25px;
    height: 25px;
  }
  .bottom-color .left li.focus span {
    font-size: 12px;
    display: inline-block;
    width: 38px;
  }
  .bottom-color .left li span {
    font-size: 12px !important;
  }
  .bottom-color .right {
    margin-left: 32px;
  }
  .bottom-color .right li {
    margin-left: 0;
  }
  .bottom-color .right li .r {
    width: 28px;
    height: 28px;
    margin-bottom: 22px !important;
  }
  .bottom-color .right li .r > img {
    width: 100%;
    height: 100%;
  }
  .bottom-color .right li.focus .r > img {
    width: 100%;
    height: 100%;
  }
  .bottom-color .right li span {
    font-size: 12px;
  }
  .font12 {
    font-size: 14px;
  }
  .car360 h5 {
    font-size: 25px;
  }
  .g-switch-container li {
    font-size: 12px;
  }
  .g-switch-container li.active {
    font-size: 14px;
  }
  .video-wrap .text .font60 {
    font-size: 39px;
  }
  .evaluating h4 {
    font-size: 23px;
  }
  .evaluating .evaluating-img li > p {
    font-size: 16px;
  }
  .content.new__e-content h2 {
    font-size: 28px !important;
  }
  .content.new__e-content .form-item.model #carmodel {
    font-size: 22px;
  }
  .new__layer-disclaimer .layer-main h2 {
    font-size: 22px;
    margin: 0 0 50px;
  }
  .new__layer-disclaimer .layer-box {
    line-height: 32px;
    font-size: 14px;
  }
  .new__layer-disclaimer .layer-main {
    padding: 79px 0 51px;
  }
}
.mob {
  display: none;
}
.mobBg {
  display: none;
}
.privacy-clause .check-box label {
  border: 1px solid #000;
}
body {
  min-width: 1100px;
}
.select a {
  color: #fff;
}
.he {
  display: flex;
  margin: 0 auto;
  width: 80%;
  justify-content: space-between;
}
.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';
}
.banner_gropup {
  margin: 0 auto;
}
.banner_item {
  white-space: nowrap;
}
.banner {
  width: 100%;
  margin-top: 70px;
  padding: 115px 0 100px;
  position: relative;
}
.banner, .banner.hi {
  background: url("https://cdn-fs.d1ev.com/d/file/liaoliao/img/2022/12/21/1671618940879161815730522922001.png") no-repeat center;
  background-size: cover;
}
.banner.s {
  background: url("https://cdn-fs.d1ev.com/d/file/liaoliao/img/2022/12/21/1671618946542761312473614590002.png") no-repeat center;
  background-size: cover;
}
.banner.t {
  background: url("https://cdn-fs.d1ev.com/d/file/liaoliao/img/2022/12/21/1671618950301025604332926848003.png") no-repeat center;
  background-size: cover;
}
.banner .wrapped {
  max-width: 1200px;
  margin: 0 auto;
}
.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: 26px;
  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%;
  object-fit: cover;
}
.form {
  width: 30%;
  background: #fff;
  padding-bottom: 60px;
  cursor: pointer;
  min-width: 420px;
}
.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%;
  display: flex;
}
.caritem {
  width: 33.3%;
  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(https://www.arcfox.com.cn/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;
}
.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';
}
.selectaddress,
.selectdistributor,
.selectsex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
}
.selectaddress > img,
.selectdistributor > img,
.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: 200px;
  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;
  padding: 10px 0px 0px;
  max-height: 276px;
  box-sizing: border-box;
  background-color: #ededed;
}
.td-city__header-item {
  background-color: #ededed;
  padding: 4px 0px;
  position: relative;
  display: inline-block;
  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_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;
}
.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: center;
  font-size: 12px;
  margin-top: 60px !important;
  margin-bottom: 10px;
  align-items: baseline;
}
.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: 400px;
  height: 250px;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.verificationPop .mainCont .content {
  width: 355px;
  height: 55px;
  margin-top: 75px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.verificationPop .mainCont .content > div:nth-child(1) {
  width: 200px;
  height: 50px;
}
.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(https://www.arcfox.com.cn/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;
}
@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;
  }
  .selectaddress,
  .selectdistributor,
  .selectsex {
    font-size: 12px;
    font-family: 'HYZhongJianHeiJ';
  }
  .selectaddress .city_text,
  #verifymsg,
  #Phonenum,
  #name,
  .sex span,
  .formitem,
  #distributorId,
  #sex {
    font-size: 12px;
    line-height: 50px;
    font-family: 'HYZhongJianHeiJ';
    color: #808080;
  }
  .distributor-wrapper a,
  .td-city__list-item,
  .sex-wrapper {
    font-size: 12px;
  }
  .selectaddress > img,
  .selectdistributor > img,
  .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: 10%;
  left: 48%;
}
.dialog p {
  color: #000;
  font-size: 16px;
  font-family: 'HYZhongJianHeiJ';
  /* margin-bottom: 5px; */
  line-height: 22px;
  letter-spacing: 2px;
}
.dialog .tp {
  margin-bottom: 12px;
  font-size: 24px;
  color: #4698cb;
  font-family: 'HYCuJianHeiJ';
}
.dialog .cli {
  width: 11.5%;
  cursor: pointer;
  border-bottom: 1px solid #4698cb;
  font-size: 12px;
  color: #4698cb;
}
.dia {
  display: none;
  position: absolute;
  left: 48%;
  top: 26%;
  width: 48%;
  /* height: 70%; */
  background: rgba(0, 0, 0, 0.5);
  /* background-color: #000; */
  /* opacity: 0.6; */
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
}
.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 {
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
  color: #fff;
  margin-top: 20px;
}
.tabf p {
  margin-bottom: 5px;
  font-family: 'HYZhongJianHeiJ';
}
.tabw span,
.tabb span {
  font-size: 12px;
}
.close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: -5%;
  right: -2.5%;
}
@media screen and (max-width: 1680px) {
  /* .dia {
    bottom: 30%;
  } */
  .dialog {
    top: 10%;
  }
  /* .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;
  }
  .selectaddress,
  .selectdistributor,
  .selectsex {
    font-size: 12px;
  }
  .selectaddress > img,
  .selectdistributor > img,
  .selectsex > img {
    width: 20px;
    height: 20px;
    top: 20px;
  }
  .subtn {
    height: 45px;
    line-height: 45px;
  }
  .privacy-clause {
    font-size: 12px !important;
    margin-top: 40px !important;
  }
  .notebutton {
    left: 50%;
  }
}
@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;
  }
  .formitem {
    height: 50px;
  }
  .distributor-wrapper {
    top: 50px;
  }
  .formitem > input {
    font-size: 12px;
  }
  .form_name {
    font-size: 12px;
  }
  .selectaddress,
  .selectdistributor,
  .selectsex {
    font-size: 12px;
  }
  .selectaddress > img,
  .selectdistributor > img,
  .selectsex > img {
    width: 17px;
    height: 17px;
    top: 20px;
  }
  .subtn {
    height: 45px;
    line-height: 45px;
  }
  .privacy-clause {
    font-size: 12px !important;
    margin-top: 40px !important;
  }
  .form {
    padding-bottom: 50px;
  }
  .notebutton {
    left: 45%;
  }
}
@media screen and (max-width: 1336px) {
  .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;
  }
  .selectaddress,
  .selectdistributor,
  .selectsex {
    font-size: 12px;
  }
  .selectaddress > img,
  .selectdistributor > img,
  .selectsex > img {
    width: 17px;
    height: 17px;
    top: 20px;
  }
  .subtn {
    height: 40px;
    line-height: 40px;
  }
  .privacy-clause {
    font-size: 12px !important;
    margin-top: 40px !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: 1200px) {
  .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;
  }
  .selectaddress,
  .selectdistributor,
  .selectsex {
    font-size: 12px;
  }
  .selectaddress > img,
  .selectdistributor > img,
  .selectsex > img {
    width: 15px;
    height: 15px;
    top: 15px;
  }
  .subtn {
    height: 40px;
    line-height: 40px;
  }
  .privacy-clause {
    font-size: 12px !important;
    margin-top: 40px;
    margin-bottom: 5px;
  }
  .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;
  }
  .selectaddress .city_text,
  #verifymsg,
  #Phonenum,
  #name,
  .sex span,
  .formitem,
  #distributorId {
    line-height: 40px;
  }
  .notebutton {
    left: 45%;
  }
}
.td-city__list {
  display: inline-block;
  overflow: auto;
  overflow-y: auto;
  height: 200px !important;
}
.td-city__list_wrapper::-webkit-scrollbar {
  display: none;
}
.td-city__list_province::-webkit-scrollbar {
  display: none;
}
.td-city__list-item--selected > a {
  color: #00adef !important;
}
.td-city__list::-webkit-scrollbar {
  display: none;
}
.td-city__header-item--active {
  color: #00adef !important;
}
.distributor-wrapper::-webkit-scrollbar {
  display: none;
}
#distributorList::-webkit-scrollbar {
  display: none;
}
.select {
  width: 100%;
}
.privacy-clause {
  color: #000;
}