@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'OPPOSANS-M', -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', STHeiti, 'Microsoft Yahei', Tahoma,
    Simsun, sans-serif;
  font-size: 16px;
  color: #fff;
}

.app {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}

.backImg {
  /* background: url('../assets/背景.png');
  background-color: #284f99; */
}

.logocity {
  margin-top: 0vw;
}

.bigtitle {
  text-align: center;
  color: #333;
  font-size: 2.5vw;
  font-weight: 700;
  font-family: 'Alimama ShuHeiTi';
  margin-bottom: 30px;
}
.bigdes {
  font-size: 0.83vw;
  margin: 1.25vw 0;
  color: #333;
  text-align: center;
}

.bgline {
  height: 8px;
  background: linear-gradient(90deg, #fdd100 0%, rgba(255, 255, 255, 0) 100%);
}

.bgline2 {
  height: 8px;
  background: linear-gradient(90deg, #44c6e6 0%, rgba(255, 255, 255, 0) 100%);
}


.bgline2l {
  height: 8px;
  background: linear-gradient(197deg, #64bddf 0%, rgba(255, 255, 255, 0) 100%);
}


.bgline3 {
  height: 8px;
  background: linear-gradient(90deg, #fdd100 0%, rgba(255, 255, 255, 0) 100%);
}

.bgline4 {
  height: 8px;
  background: linear-gradient(90deg, #44c6e6 0%, rgba(255, 255, 255, 0) 100%);
}

.bgline5 {
  height: 8px;
  background: linear-gradient(90deg, #fdd100 0%, rgba(255, 255, 255, 0) 100%);
}

.bigdes p {
  line-height: 38px;
}

.numb {
  color: #dc2b81;
  font-size: 2vw;
  font-weight: bold;
}
.numd {
  color: #e4742e;
  margin: 0 0.1vw;
  font-weight: bold;
}
.numc {
  color: #5FA73E !important;
  /* font-size: 0.95vw; */
  margin: 0 0.1vw;
  font-weight: bold;
}

.numbs {
  color: #dc2b81;
  font-size: 1.6vw;
  margin: 0 0.2vw;
  font-weight: bold;
}
.banner {
  height: 550px;
}

/* banner图片 */
.banner img {
  width: 100%;
  height: 100%;
}

/* 设置居中大小 */
.container {
  width: 62.5vw;
  margin: 0 auto;
  /* border: 1px solid red; */
}

/* 车补 */
.subsidy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 30px; */
  /* background: linear-gradient(270deg, #134e9a 0%, #2155bb 49.98%, #134e9a 100%); */
}

.libao_list {
  display: flex;
  justify-content: center;
  align-items: center;

}

.bigitem {
  padding: 2.2vw 0;
  /* background-color: #1c3197; */
}

.navimg {
  padding-bottom: 2.2vw;
}

.libao_item {
  margin-right: 38px;
  width: 580px;
  height: 159px;
}

.libao_item:last-child {
  margin-right: 0px;
}

.libao_item img {
  width: 100%;
  height: 100%;
}

.remarks {
  margin-left: 18.125vw;
  font-family: 'OPPOSans';
  font-style: normal;
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 0.833vw;
  color: #ffffff;
  padding-bottom: 1.667vw;
}

/* 车补 */

/* 报名 */
.signup {
  width: 100%;
  /* background: linear-gradient(270deg, #134e9a 0%, #2155bb 49.98%, #134e9a 100%); */
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.signup-img img {
  width: 907;
  height:71px;
}

.signup-title {
  width: 29.479vw;
}

.signup-title img {
  width: 100%;
}

.signup-form {
  /* margin-top: 1.5vw; */
  width: 62.5vw;
  box-sizing: border-box;
}

.signup-form-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

}

.signup-form-item {
  display: flex;
  align-items: center;
  padding: 0.38vw 0.68vw;
  border: 0.052vw solid #202020;
  width: 61vw;
  margin-bottom: 20px;
}
.signupFlag{
  font-size: 1.25vw;
  margin-top: 8px;
  margin-bottom: 6px;
}
.row{
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup-form-item__label {
  width:fit-content;
  color: #333;
  font-size: 1.25vw;
}

.signup-form-item__input {
  min-width: 0;
  flex: 1;
}

.signup-form-item__input input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  font-size: 0.938vw;
  /* opacity: 0.5; */
}

.signup-form-item__input input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 0.938vw;
}

.signup-form-item__right {
  color: #b3b3b3;
  font-size: 0.781vw;
}

.signup-form__button {
 
  width: 100%;
  height: 3.3vw;
  background: #ED6F22;
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 3.333vw;
  text-align: center;
  margin-bottom: 2.5vw;
  cursor: pointer;
}

/* 报名 */

/* 广告 */
.guang {
  text-align: center;

  /* background-color: #1c3197; */

  padding: 2.2vw 0;
}

.guang .guang_item .g_title {
  width: fit-content;
  margin: 0 auto;
}
.guang .guang_item .massage {
  margin-top: 20px;
  color: #000;
}
.guang .guang_item .massage div {
  font-size: 0.83vw;
  margin: 20px 0;
}
.guang .guang_item .massage span {
  /* color: rgb(255, 204, 0); */
  /* font-size: 24px; */
  /* font-weight: 700; */
}


.guang_img {
  width: 1222px;
  height: 272px;
}

.g1img{
  width: 1222px;
  height: 270px;
}

/* 品质名车荟萃 颠覆所想 */
.car {
  padding: 2.2vw 0;
}

.car-title {
  text-align: center;
}

.car-title img {
  width: 907px;
  height: 71px;
}

.car-title-img {
  width: 62.5vw;
  margin: 0 auto;
  padding: 2.2vw 0vw 0.417vw;
}

.car-img-h {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.333vw;
  line-height: 3.333vw;
  cursor: pointer;
}

.car-img-h span {
  color: #003399;
  font-size: 30px;
  font-weight: bold;
  padding-left: 3.333vw;
  line-height: 40px;
  cursor: pointer;
}

.car-img-h .car-more {
  margin-right: 2.8vw;
  color: #003399;
  font-weight: normal;
  font-size: 1.042vw;
  cursor: pointer;
}

.car-img-h {
  width: 62.5vw;
  height: 3.281vw;
  background: url('../assets/Frame147.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.car-img-l {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.333vw;
  line-height: 3.333vw;
  cursor: pointer;
}

.car-img-l span {
  color: #003399;
  font-size: 1.563vw;
  font-weight: bold;
  padding-left: 3.333vw;
  cursor: pointer;
}

.car-img-l .car-more {
  margin-right: 2.8vw;
  color: #003399;
  font-weight: normal;
  font-size: 1.042vw;
  cursor: pointer;
}

.car-img-l {
  width: 62.5vw;
  height: 3.333vw;
  background: url('../assets/Frame148.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.car-list {
  /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 24px 0; */
  background: #fff;
}

.car-list-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25vw 1.25vw 1.25vw;
  background: #fff;

}

.car-list-column:nth-child(even) {
  padding-top:0 !important;
}

.car-item {
  
  width: 19.167vw;
}

.car-item__img_h {
  position: relative;
  width: 100%;
}

.car-item__img_h img {
  width: 100%;
}

.car-item__img_h::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.313vw;
  left: 0;
  bottom: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fdd100 100%);
}

.car-item__img_l {
  position: relative;
  width: 100%;
}

.car-item__img_l img {
  width: 100%;
}

.car-item__img_l::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.313vw;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #44c6e6 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.car-item-info__title {
  margin: 0.625vw 0;
  color: #000;
  font-size: 1.042vw;
  font-weight: bold;

  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
}

.car-item-info__label {
  margin-bottom: 0.417vw;
  color: #555555;
  font-size: 0.833vw;
  line-height: 1.094vw;
}

.car-item-info__price {
  color: #000;
  font-size: 0.833vw;
}

.car-item-info__price span {
  color: #f6751f;
  font-size: 1.25vw;
  font-weight: bold;
}

.car-item-info__economy {
  margin-top: 0.417vw;
  font-family: 'OPPOSans';
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 0.938vw;

  color: #555555;
}
.car-item-info__btn{
  font-size: 0.65vw;
  padding: 0.3vw 0.45vw;
  color: #fff;
  background: #49914a;
  width: fit-content;
  border-radius: 4px;
  margin-top: 0.417vw;
}
/* 品质名车荟萃 颠覆所想 */

.visit {
  margin-top: 4.167vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.visit-title {
  width: 21.719vw;
}

.visit-title img {
  width: 100%;
}

.visit-address__img {
  margin-top: 2.5vw;
  width: 62.5vw;
  height: 35.417vw;
}

.visit-address__img img {
  width: 100%;
}

.visit-address__text {
  margin-top: 1.563vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 27.7526px;
  line-height: 2.031vw;
  color: #ffffff;
}

.visit-address__text img {
  margin-right: 0.833vw;
  width: 1.716vw;
}

.lable_title {
  text-align: center;
  font-size: 36px;
  color: #fdd100;
  font-weight: 700;
}

/* 底部 */
.footer {
  padding: 2.2vw 0 0 0;
  width: 100%;
  background: linear-gradient(0deg, #e6effd 0%, #134e9a 100%);
}

.locadd {
  width: 1.58vw !important;
  height: 1.58vw;
  margin-right: 10px;
}
.locjt {
  width: 1.65vw !important;
  height: 1.65vw;
  margin-top: 15px;
}


.idea-title {
  font-family: 'OPPOSans';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-align: center;
  color: #f9ce27;
}

.locmap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2vw;
  color: #fff;
  margin-top: 1.2vw;
}

.idea-smtitle {
  font-family: 'OPPOSans';
  text-align: center;
  font-size: 1.2vw;
  color: #fff;
  margin-top: 10px;
}

.idea-smtitle p {
  margin-top: 2px;
}

.footer img {
  width: 100%;
  height: fit-content;
}

.containers {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: '微软雅黑';
}

input {
  background-color: #003399;
  outline: none;
  height: 2.326vw !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;

  transition: background-color 50000s ease-in-out 0s !important;

  font-size: 0.938vw;
}
