@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: 2100px;*/
    /* background: linear-gradient(90deg, #274897 0%, #082970 100%);
    background-image: url("../assets/背景.png");
    
    background-size: cover; 
    background-position: 0px 600px; */

}

.backImg {
    background: linear-gradient(90deg, #274897 0%, #082970 100%);
    background: url("../assets/背景.png") center/cover no-repeat;
    background-position: 50% 143%;
    /* background-size: cover; 
    background-position: 0px 600px; */
}

/* banner图片 */
.banner img {
    width: 100%;
}

/* 设置居中大小 */
.container {
    width: 62.5vw;
    margin: 0 auto;
    /* border: 1px solid red; */
}

/* 车补 */
.subsidy {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subsidy-title {
    padding: 2.813vw 0px 2.083vw;
    background-color: #003399;
}

.subsidy-title img {

    width: 36.146vw;
}

.subsidy-content {
    background-color: #1a2e86;
    width: 100%;

}

.subsidy-content-img {
    /* padding-top: 2.188vw; */
    /* padding-bottom: 1.25vw; */
    width: 100%;
    text-align: center;
}

.subsidy-content-img img {
    width: 105vw;
}

.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-color: #003399;
    margin-top: 2.917vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signup-img img {
    width: 36.146vw;
}

.signup-title {
    width: 29.479vw;
}

.signup-title img {
    width: 100%;
}

.signup-form {
    margin-top: 2.5vw;
    width: 62.5vw;
    box-sizing: border-box;
}

.signup-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signup-form-item {
    display: flex;
    align-items: center;
    padding: 1.25vw 0;
    border-bottom: 0.052vw solid white;
    width: 23.75vw;
}

.signup-form-item__label {
    width: 4.167vw;
    color: #fff;
    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;
    color: #fff;
    background: transparent;
    border: none;
    font-size: 0.938vw;
    /* opacity: 0.5; */
}

.signup-form-item__input input::-webkit-input-placeholder {
    /* color: white; */
    font-size: 0.938vw;
}

.signup-form-item__right {
    color: white;
    font-size: 0.781vw;
}

.signup-form__button {
    margin-top: 2.917vw;
    width: 100%;
    height: 3.333vw;
    background: #FFCC00;
    color: #003399;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 3.333vw;
    text-align: center;
    margin-bottom: 2.917vw;
    cursor: pointer;
}

/* 报名 */

/* 千车超燃集结 纵情试驾 */
.testDrive {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #003399;
}

.testDrive-title {
    text-align: center;
    padding-bottom: 2.083vw;
}

.testDrive-title img {
    width: 33.177vw;

}

.testDrive-content {
    /* background-color: #174AB0; */
    background: linear-gradient(270deg, #002A7F 0%, #2155BB 49.98%, #002A7F 100%);
    width: 100%;
}

.content-top {
    text-align: center;
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.667vw;
    /* or 200% */
    text-align: center;
    color: #FFFFFF;
    padding-top: 2.292vw;
    padding-bottom: 1.146vw;

}

.content-top span {
    font-weight: 400;
    font-size: 30px;
    color: #f9ce27;
}

.content-img {

    text-align: center;
}

.content-img img {
    width: 62.5vw;
}

.content-butten {
    padding: 1.146vw 0px 2.083vw;
    text-align: center;
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.667vw;
    color: #FFFFFF;
}

/* 千车超燃集结 纵情试驾 */


/* 品质名车荟萃 颠覆所想 */
.car {
    margin: 2.917vw;
}

.car-title {
    text-align: center;
    padding-bottom: 2.083vw;
}

.car-title img {
    width: 33.177vw;
}

.car-title-img {
    width: 62.5vw;
    margin: 0 auto;
    padding: 2.813vw 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: 1.667vw;
    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: 1.667vw;
    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 0;
    background: #fff;
}

.car-item {
    margin-bottom: 1.25vw;
    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;

}

/* 品质名车荟萃 颠覆所想 */



/* 品牌 */
.brand {
    width: 100%;
    /* background-color: rgba(44, 72, 174); */
    background: linear-gradient(270deg, #002A7F 0%, #2155BB 49.98%, #002A7F 100%);
    display: flex;
    height: 453px;
}

.brand-content {
    margin: 56px 0px 56px 0px;
}

.brand-title {
    color: #FFCC00;
    text-align: center;
    font-family: 'OPPOSans';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 56px;
}

.brand-item {
    color: #FFFFFF;
    text-align: center;
    font-family: 'OPPOSans';
    font-style: normal;
    /* font-weight: 400; */
    font-size: 20px;
    line-height: 54px;

}

.brand-top {
    width: 100vw;
    height: 8px;
    left: 18.75vw;
    top: 0vw;
    background: linear-gradient(90deg, #FDD100 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-bottom {
    width:100vw;
    height: 8px;
    /* left: 1560px; */
    background: linear-gradient(90deg, #44C6E6 0%, rgba(255, 255, 255, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* 观影 */
.viewingGuide {
    width: 100%;

}

.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;
}

/* 底部 */
.footer {
    margin-top: 4.167vw;
    width: 100%;
}

.footer img {
    width: 100%;
}

.containers {
    /* overflow: hidden; */

    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;

    -webkit-text-fill-color: #fff;

    caret-color: #fff;

    font-size: 0.938vw;
    

}