* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.ParenBox {
    width: 100%;

    /* background: url('./img/bg.png') 100%; */
    /* overflow: scroll; */
}
.bannerbg{
    /* background: url('../img/bg.png') center/cover no-repeat; */
    background: linear-gradient(270deg, #002A7F 0%, #0E3D99 25%, #2155BB 49.98%, #0F3D9A 74.48%, #002A7F 100%);
}
.img{height: 95.2vw;}
.img img {
    width: 100%;
    height: 100%;
}

.line0 {
    width: 90.4vw;
    margin: auto;
}

.line0 img {
    width: 100%;

}

.subsidy {
    /* width: 90.4vw; */
    margin: auto;
    margin-top: 4.267vw;
    
}

.line2 {
    margin: 8.533vw 14.933vw;
}

.line2 img {
    width: 100%;
}

.carList {
    padding-bottom: 0;
}

.Gift {
    height: 17.067vw;
    display: flex;
    align-items: center;
    /* background: url('../img/linebg.png'); */
    position: relative;
    margin-top: 35px;
}

.Gift .yellowText {
    color: #ffcc00;
    font-size: 3.733vw;
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
}

.Gift img {
    /* width: 12.093vw;
    height: 6.627vw;
    margin: 0vw 2.4vw; */
    width: 100%;
}
.titleCount{
    position: absolute;
    top: 10%;
    left: 0;
    .title{
        width: 150px;
        border: 1px solid red;
    }
}

.Gift .content {
    flex: 1;
    width: 69.6vw;
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 2.6vw;
    /* line-height: 10.667vw; */
    color: #FFFFFF;
    .center{
        width: 130px;
        margin: 0 auto;
    }
}

.Gift ::after {
    /* content: '';
    position: absolute;
    width: 100%;
    height: 0.533vw;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #FDD100 0%, rgba(255, 255, 255, 0) 100%); */
}

.Gift-l {
    height: 17.067vw;
    display: flex;
    align-items: center;
    background: url('../img/linebg.png');
    position: relative;
}

.Gift-l .yellowText {
    color: #ffcc00;
    font-size: 3.733vw;
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
}

.Gift-l img {
    width: 12.093vw;
    height: 6.627vw;
    margin: 0vw 2.4vw;
}

.Gift-l .content {
    flex: 1;
    width: 69.6vw;
    height: 10.667vw;
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 2.933vw;
    line-height: 10.667vw;
    color: #FFFFFF;
}

.Gift-l ::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.533vw;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #2BB8C6 0%, rgba(255, 255, 255, 0) 100%);
}


.Welfare {
    /* width: 216px; */
    margin-top: 1.867vw;
    height: 2.933vw;
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 2.133vw;
    line-height: 2.933vw;
    /* text-align: center; */
    color: #FFFFFF;
}

.signup-form {
    width: 90.4vw;
    margin: auto;
}

.signup-form-item {
    display: flex;
    align-items: center;
    margin-bottom: 4.267vw;
    padding: 2.667vw;
    width: 90.4vw;
    height: 10.667vw;
    border: 0.267vw solid white;
    box-sizing: border-box;
}

.signup-form-item__label {
    /* width: 21.333vw; */
    font-size: 3.733vw;
    line-height: 4.8vw;
    color: #FFFFFF;
    font-weight: bold;
}

.signup-form-item__input {
    min-width: 0;
    flex: 1;
    font-size: 3.733vw;
    line-height: 4.8vw;
    /* color: #556fb5 !important; */
    background: transparent;
    /* opacity: 0.3; */
}

.signup-form-item__input input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    background: transparent;
    border: none;
    font-size: 3.733vw;
}

.signup-form-item__input input::-webkit-input-placeholder {
    /* color: white; */
    font-size: 3.733vw;
}

.signup-form-item__right {
    color: #fff;
    font-size: 4vw;
}

.signup-form__button {
    -webkit-appearance: none;
    margin-top: 6.4vw;
    width: 90.4vw;
    height: 10.133vw;
    color: #202E83;
    font-size: 4vw;
    text-align: center;
    line-height: 10.667vw;
    background: #FFCC00;
    font-weight: bold;
    border: none;
}

.introduce {
    margin: auto;
    background: #1c3197;
    padding: 0 20px;
}

.introduce-title {
    margin-bottom: 4.267vw;
    margin-top: 7.533vw;
}

.introduce-title img {
    width: 100%;
}

.introduce-container-top {
    position: relative;
    padding: 0.267vw 2.133vw;
    /* background: #34509A; */
    color: #fff;
    font-size: 3vw;
    line-height: 7.467vw;
    text-align: center;
}

.introduce-container-top span {
    color: #FDD100;
    font-size: 3.5vw;
}

.introduce-container-top::before {
    /* content: '';
    position: absolute;
    width: 100%;
    height: 0.533vw;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FDD100 0%, rgba(255, 255, 255, 0) 100%); */
}

.introduce-container-buttom {
    position: relative;
    padding: 4.267vw 2.133vw;
    /* background: #34509A; */
    color: #fff;
    font-size: 2.9vw;
    line-height: 7.467vw;
    text-align: center;
}

.introduce-container-buttom span {
    color: #FDD100;
    font-size: 5vw;
}

.introduce-container-buttom::after {
    /* content: '';
    position: absolute;
    width: 100%;
    height: 0.533vw;
    left: 0;
    bottom: 0;
    background: linear-gradient(-90deg, #2BB8C6 0%, rgba(255, 255, 255, 0) 100%); */
}

.introduce-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.6vw auto;
}

.introduce-img img {
    width: 100%;
}

/* 车 */
.car {
    /* padding: 6.4vw 0; */
}

.car-title-img {
    width: 90.4vw;
    margin: 0 auto;
    /* padding:16px 18px;
     */
    /* padding-bottom: 6.4vw; */
}

.car-img-h {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10.667vw;
}

.car-img-h span {

    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 5.6vw;
    color: #2b4584;
    padding-left: 8.533vw;
}

.car-img-h .car-more {
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.267vw;
    color: #003399;
    padding-right: 8.533vw;
}

.car-img-h {

    width: 90.4vw;
    height: 10.667vw;
    background: url("../img/r1.png") no-repeat;
    background-size: 100% 100%;

}

/* lan */
.car-img-l {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10.667vw;
}

.car-img-l span {

    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 5.6vw;
    color: #003399;
    padding-left: 8.533vw;
}

.car-img-l .car-more {
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.267vw;
    color: #003399;
    padding-right: 8.533vw;
}

.car-img-l {

    width: 90.4vw;
    height: 10.667vw;
    background: url("../img/r2.png") no-repeat;
    background-size: 100% 100%;

}

.car .swiper-slide {
    width: 82.933vw;
    /* margin-right: 20px !important; */
}

.car-card {
    width: 82.933vw;
    height: 79.467vw;
}

.car-card__img {
    position: relative;
    width: 82.933vw;
    height: 46.667vw;
}

.car-card__img img {
    width: 100%;
    height: 100%;
}

.car-card__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.6vw;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #00E8FF 100%); } */
    background: linear-gradient(90deg, #FDD100 0%, rgba(255, 255, 255, 0) 100%);
}

.car-card__img_l {
    position: relative;
    width: 82.933vw;
    height: 46.667vw;
}

.car-card__img_l img {
    width: 100%;
    height: 100%;
}

.car-card__img_l::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.6vw;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #00E8FF 100%); } */
    background: linear-gradient(90deg, #2BB8C6 0%, rgba(255, 255, 255, 0) 100%);

}

.car-card-container {
    padding: 3.2vw 4.267vw;
    background: #fff;
    text-align: initial;
    height: 32.8vw;
}

.car-card__title {
    margin-bottom: 1.6vw;
    color: #000;
    font-size: 4.267vw;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
}

.car-card__label {
    margin-bottom: 2.133vw;
    color: #555555;
    font-size: 3.2vw;
    line-height: 4.267vw;
}

.car-card__price {
    color: #000;
    font-size: 3.2vw;
}

.car-card__price span {
    color: #f6751f;
    font-size: 5.333vw;
    font-weight: bold;
    line-height: 6.933vw;
}

.car-card__economy {
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.267vw;
    color: #555555;
    margin-top: 1.6vw;
}


/* 品牌 */
.idea {
    margin: auto;
    background: #0B3FA5;
    padding-top: 4.267vw;
    padding-bottom: 4.267vw;
}

.idea-title {
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 7.467vw;

    text-align: center;

    color: #FFCC00;
}

.idea-item {
    color: #FFFFFF;
    text-align: center;
    font-family: 'OPPOSans';
    font-style: normal;
    /* font-weight: 400; */
    font-size: 3.2vw;
    line-height: 7.467vw;
}

/* 观影 */
.visit {
    margin-top: 12.8vw;
    /* padding: 0 32px; */
}

.visit-title {
    text-align: center;
}

.visit-title img {
    width: 50.133vw;
    height: 10.133vw;

}

.visit-address__img {
    width: 100%;
    width: 90.4vw;
    display: flex;
    margin: auto;
    padding-top:6.4vw;
}

.visit-address__img img {
    width: 100%;
}

.visit-address__text {
    margin-top: 6.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    line-height: 5.333vw;
}

.visit-address__text img {
    margin-right: 2.133vw;
    width: 3.2vw;
}

/* 底部banner */
.footer .banner {
    margin-top: 12.8vw;
    width: 100%;
    height: 58.933vw;

}

.footer .banner img {
    width: 100%;
    height: 100%;
}




.swiper {
    /* width: 100%; */
    height: 100%;
    margin-top: 4vw;
    margin-bottom: 6.4vw;
    margin-left: -7vw !important;
}

/* .swiper-wrapper{
    transition-duration: 0ms;
    transform: translate3d(18.0625px, 0px, 0px) !important;
  } */

.swiper-slide {
    text-align: center;
    font-size: 4.8vw;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 70%;
}

.swiper-slide:nth-child(2n) {
    width: 78%;
}

.swiper-slide:nth-child(3n) {
    width: 80%;
}
#container,
#containerSH,
#containerCD {
    overflow: hidden;
    width: 90.4vw;
    height: 53.333vw;
    margin: 0;
    font-family: "微软雅黑";
}
input{
    background-color: #003399;
    outline:none;
    height: 8vw !important;
}
input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    
    transition: background-color 50000s ease-in-out 0s !important;
    
    -webkit-text-fill-color: #fff;

    caret-color: #fff;

    font-size: 3.733vw;
    
}