@font-face {
    font-family: 'futianB';
    src: url('../../fonts/FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('../../fonts/FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('../../fonts/FotonType-Medium.woff2');
}
*{
    font-family: "futianL";
    padding: 0;
    margin: 0;
    color: #101010;
}
body{
    background-color: #fafafa;
}
a{
    text-decoration: none;
}

.sj-banner{
    display: none;
}
.lease-banner{
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}
.lease-banner img{
    width: 100%;
}
.lease-banner div{
    position: absolute;
    bottom: 16%;
    left: 5%;
}
.lease-banner div p{
    font-family: "futianM";
    font-size: 40px;
    color: #fff;
}

.sj-banner{
    display: none;
}
.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.slider img{
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*transition: opacity 2s ease-in-out;*/
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
    background-size: cover;
    background-position: center;
}

.slide.s-active{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease; 
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    color: white;
}

.slide-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.slide-desc {
    font-size: 1.1rem;
    max-width: 80%;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 10;
}

.nav-arrow {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.8s ease;
}

.nav-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.arrow {
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
}

.arrow-left {
    transform: rotate(135deg);
    margin-right: 3px;
}

.arrow-right {
    transform: rotate(-45deg);
    margin-left: 3px;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.s-active, .dot:hover {
    background: white;
    /*transform: scale(1.2);*/
}

.lease{
    width: 80%;
    margin-left: 10%;
    margin-bottom: 150px;
    margin-top: 150px;
}
.title{
    margin-bottom: 60px;
    text-align: center;
}
.title p{
    font-size: 40px;
    font-family: "futianM";
    margin-bottom: 30px;
}
.title span{
    font-size: 20px !important;
    font-family: "futianM";
}
.lease-img{
    width: 100%;
}
.lease-info{
    margin-top: 50px;
    display: flex;
        justify-content: space-between;
}
.lease-info div{
    width: 30%;
    text-align: center;
}
.lease-info div p{
    width: 70%;
    margin-left: 15%;
    line-height: 36px;
    font-size: 20px;
    font-family: "futianM";
}
.plan{
    width: 80%;
    margin-left: 10%;
    margin-bottom: 150px;
}
.calculate{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cal-div{
    width: 60%;
}
.calculate>img{
    width: 35%;
}
.line{
    display: none;
}
.cal-nav{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: solid 3px #dedede;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.cal-nav span{
    font-size: 22px;
    font-family: "futianM";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    flex-shrink: 0;
}
.cal-active{
    border-bottom: solid 3px #de0033;
    padding-bottom: 15px;
    margin-bottom: -18px;
}
.cal-name{
    display: flex;
    margin-top: 15px;
    margin-right: 15px;
}
.cal-name div{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
    cursor: pointer;
}
.cal-name div p{
    font-size: 18px;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div span{
    font-size: 12px;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div b{
    color: #807f7f;
    font-family: "futianM";
}
.cal-name div input{
    display: inline;
    border: none;
    outline: none;
    width: auto;
    min-width: 50px;
}
.price-active{
    border: solid 1px #000 !important;
}
.price-active p,.price-active span,.price-active b{
    color: #010101 !important;
}
.cal-title{
    font-family: "futianM";
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.slider-container {
    flex: 1;
    position: relative;
    /*padding-top: 25px;*/
}

.slider-line {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #cccccc 0%, #f6f6f6 100%);
    outline: none;
    border: solid 1px #e3e3e3;
    overflow: initial;
}

.slider-line::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ebebeb;
    cursor: pointer;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.slider-line::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}
.slider-value,.result-value{
    font-family: "futianM";
}
.slide-percentage {
    position: absolute;
    top: 0;
    left: 0;
    background: #e1e1e1;
    color: white;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: bold;
    transform: translateX(-50%);
    min-width: 37px;
    text-align: center;
    margin-top: -5px;
    font-size: 12px;
}
.cal-slider{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cal-slider p{
    font-size: 18px;
    font-family: "futianM";
}
.slider-text{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
#down-payment-percent,#down-payment-amount{
    font-family: "futianM";
}
.cal-date{
    display: flex;
}
.cal-date span{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
    font-family: "futianM";
    cursor: pointer;
}
.date-active{
    border: solid 1px #000000 !important;
    color: #010101 !important;
}
.results{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.res-money{
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.res-money div{
    /*width: 32%;*/
}
.res-money div p{
    font-family: "futianM";
    font-size: 18px;
    margin-bottom: 10px;
}
.res-money div span{
    font-family: "futianM";
    font-size: 22px;
}
.results a{
    font-family: "futianM";
    font-size: 20px;
    color: #fff;
    background-color: #de0033;
    padding: 12px 30px;
}
.pro-info{
    background-color: #f6f6f6;
    width: 80%;
    padding: 80px 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.pro-info-art{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pro-info-art p{
    font-family: "futianM";
    margin-bottom: 10px;
}
.pro-info-art span{
    line-height: 24px;
    font-size: 16px;
}


.car-price{
    display: flex;
    /*justify-content: space-between;*/
}
.car-price span{
    font-size: 18px;
    font-family: "futianM";
}
.car-price div{
    margin-bottom: 20px;
    margin-right: 3%;
    display: flex;
    align-items: center;
}
.car-price div input{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 5px;
    margin-right: 5px;
    font-family: "futianM";
    outline: none;
}
/*期数*/

.slider-container-installment {
    position: relative;
}

.slider-value-installment {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    text-align: right;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #95a5a6;
    font-size: 14px;
}

.slider-line {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    /*background: linear-gradient(to right, #3498db 0%, #3498db 0%, #ecf0f1 0%, #ecf0f1 100%);*/
    outline: none;
    transition: background 0.3s ease;
}

.slider-line::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #c3c3c3;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(46, 37, 35, 0.5);
    transition: all 0.3s ease;
}

.slider-line::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(46, 37, 35, 0.7);
}

.slider-line::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #3498db;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(46, 37, 35, 0.5);
    border: none;
    transition: all 0.3s ease;
}

.slider-line::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.7);
}



.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #3498db;
    color: white;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
}

.btn-primary:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);
}

.btn-outline {
    background: transparent;
    color: #7f8c8d;
    border: 2px solid #bdc3c7;
}

.btn-outline:hover {
    color: #3498db;
    border-color: #3498db;
    transform: translateY(-2px);
}



.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 200px;
}
.link{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.link a{
    margin: 0 20px;
}
.multimedia{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.multimedia div{
    margin: 0 25px;
}
.multimedia div span{
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.info{
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}
@media screen and (min-width: 1400px) and (max-width: 1550px){
    .cal-div{
        width: 65%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
.lease-banner{
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.lease-banner img{
    width: 100%;
}
.lease-banner div{
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.lease-banner div p{
    font-family: "futianM";
    font-size: 32px;
    color: #fff;
}
.lease{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
    margin-top: 70px;
}
.title{
    margin-bottom: 40px;
    text-align: center;
}
.title p{
    font-size: 36px;
    font-family: "futianM";
    margin-bottom: 20px;
}
.title span{
    font-size: 18px;
    font-family: "futianM";
}
.lease-img{
    width: 100%;
}
.lease-info{
    margin-top: 50px;
    display: flex;
        justify-content: space-between;
}
.lease-info div{
    width: 30%;
    text-align: center;
}
.lease-info div p{
    width: 70%;
    margin-left: 15%;
    line-height: 30px;
    font-size: 18px;
    font-family: "futianM";
}
.plan{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.calculate{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cal-div{
    width: 60%;
}
.calculate>img{
    width: 35%;
}
.cal-nav{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: solid 3px #dedede;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.cal-nav span{
    font-size: 20px;
    font-family: "futianM";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.cal-active{
    border-bottom: solid 3px #de0033;
    padding-bottom: 15px;
    margin-bottom: -18px;
}
.cal-name{
    display: flex;
    margin-top: 15px;
    margin-right: 15px;
}
.cal-name div{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
}
.cal-name div p{
    font-size: 16px;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div span{
    font-size: 12px;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div b{
    color: #807f7f;
    font-family: "futianM";
}
.cal-name div input{
    display: inline;
    border: none;
    outline: none;
    width: auto;
    min-width: 50px;
}
.price-active{
    border: solid 1px #000 !important;
}
.price-active p,.price-active span,.price-active b{
    color: #010101 !important;
}
.cal-title{
    font-family: "futianM";
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.slider-container {
    flex: 1;
    position: relative;
    padding-top: 25px;
}

.slider-line {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #cccccc 0%, #f6f6f6 100%);
    outline: none;
}

.slider-line::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ebebeb;
    cursor: pointer;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.slider-line::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.slide-percentage {
    position: absolute;
    top: 0;
    left: 0;
    background: #e1e1e1;
    color: white;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: bold;
    transform: translateX(-50%);
    min-width: 37px;
    text-align: center;
    margin-top: -5px;
    font-size: 12px;
}
.cal-slider{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cal-slider p{
    font-size: 18px;
    font-family: "futianM";
}
.slider-text{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
#down-payment-percent,#down-payment-amount{
    font-family: "futianM";
}
.cal-date{
    display: flex;
}
.cal-date span{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
    font-family: "futianM";
}
.date-active{
    border: solid 1px #000000 !important;
    color: #010101 !important;
}
.results{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.res-money{
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.res-money div{
    /*width: 32%;*/
}
.res-money div p{
    font-family: "futianM";
    font-size: 18px;
    margin-bottom: 10px;
}
.res-money div span{
    font-family: "futianM";
    font-size: 22px;
}
.results a{
    font-family: "futianM";
    font-size: 18px;
    color: #fff;
    background-color: #de0033;
    padding: 12px 30px;
}
.pro-info{
    background-color: #f6f6f6;
    width: 90%;
    padding: 60px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-info-art{
    text-align: center;
}
.pro-info-art p{
    font-family: "futianM";
    margin-bottom: 10px;
}
.pro-info-art span{
    line-height: 20px;
    font-size: 14px;
}
.pro-info>img{
    width: 90px;
}
.pro-info-art img{
    width: 100px;
}
.car-price{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.car-price div{
    margin-right: 5%;
}




}

@media screen and (min-width: 1024px) and (max-width: 1200px){
.lease-banner{
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.lease-banner img{
    width: 100%;
}
.lease-banner div{
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.lease-banner div p{
    font-family: "futianM";
    font-size: 32px;
    color: #fff;
}
.lease{
    width: 90%;
    margin-left: 5%;
    margin-top: 70px;
    margin-bottom: 70px;
}
.title{
    margin-bottom: 40px;
    text-align: center;
}
.title p{
    font-size: 36px;
    font-family: "futianM";
    margin-bottom: 20px;
}
.title span{
    font-size: 18px;
    font-family: "futianM";
}
.lease-img{
    width: 100%;
}
.lease-info{
    margin-top: 50px;
    display: flex;
        justify-content: space-between;
}
.lease-info div{
    width: 30%;
    text-align: center;
}
.lease-info div p{
    width: 70%;
    margin-left: 15%;
    line-height: 26px;
    font-size: 16px;
    font-family: "futianM";
}
.lease-info div img{
    width: 70px;
}
.plan{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.calculate{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cal-div{
    width: 60%;
}
.calculate>img{
    width: 35%;
}
.cal-nav{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: solid 3px #dedede;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.cal-nav span{
    font-size: 20px;
    font-family: "futianM";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.cal-active{
    border-bottom: solid 3px #de0033;
    padding-bottom: 15px;
    margin-bottom: -18px;
}
.cal-name{
    display: flex;
    margin-top: 15px;
    margin-right: 15px;
}
.cal-name div{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
}
.cal-name div p{
    font-size: 16px;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div span{
    font-size: 12px;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div b{
    color: #807f7f;
    font-family: "futianM";
}
.cal-name div input{
    display: inline;
    border: none;
    outline: none;
    width: auto;
    min-width: 50px;
}
.price-active{
    border: solid 1px #000 !important;
}
.price-active p,.price-active span,.price-active b{
    color: #010101 !important;
}
.cal-title{
    font-family: "futianM";
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.slider-container {
    flex: 1;
    position: relative;
    padding-top: 25px;
}

.slider-line {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #cccccc 0%, #f6f6f6 100%);
    outline: none;
}

.slider-line::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ebebeb;
    cursor: pointer;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.slider-line::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.slide-percentage {
    position: absolute;
    top: 0;
    left: 0;
    background: #e1e1e1;
    color: white;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: bold;
    transform: translateX(-50%);
    min-width: 37px;
    text-align: center;
    margin-top: -5px;
    font-size: 12px;
}
.cal-slider{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cal-slider p{
    font-size: 18px;
    font-family: "futianM";
}
.slider-text{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
#down-payment-percent,#down-payment-amount{
    font-family: "futianM";
}
.cal-date{
    display: flex;
}
.cal-date span{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
    font-family: "futianM";
}
.date-active{
    border: solid 1px #000000 !important;
    color: #010101 !important;
}
.results{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.res-money{
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.res-money div{
    /*width: 32%;*/
}
.res-money div p{
    font-family: "futianM";
    font-size: 18px;
    margin-bottom: 10px;
}
.res-money div span{
    font-family: "futianM";
    font-size: 22px;
}
.results a{
    font-family: "futianM";
    font-size: 18px;
    color: #fff;
    background-color: #de0033;
    padding: 12px 30px;
}
.pro-info{
    background-color: #f6f6f6;
    width: 90%;
    padding: 60px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-info-art{
    text-align: center;
}
.pro-info-art p{
    font-family: "futianM";
    margin-bottom: 10px;
}
.pro-info-art span{
    line-height: 20px;
    font-size: 14px;
}
.pro-info>img{
    width: 90px;
}
.pro-info-art img{
    width: 100px;
}

.car-price{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.car-price div{
    margin-right: 5%;
}

}
@media screen and (min-width: 768px) and (max-width: 1024px){

.lease-banner{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.lease-banner img{
    width: 100%;
}
.lease-banner div{
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.lease-banner div p{
    font-family: "futianM";
    font-size: 30px;
    color: #fff;
}
.lease{
    width: 90%;
    margin-left: 5%;
    margin-top: 70px;
    margin-bottom: 70px;
}
.title{
    margin-bottom: 30px;
    text-align: center;
}
.title p{
    font-size: 32px;
    font-family: "futianM";
    margin-bottom: 10px;
}
.title span{
    font-size: 16px;
    font-family: "futianM";
}
.lease-img{
    width: 100%;
}
.lease-info{
    margin-top: 50px;
    display: flex;
        justify-content: space-between;
}
.lease-info div{
    width: 30%;
    text-align: center;
}
.lease-info div p{
    width: 70%;
    margin-left: 15%;
    line-height: 26px;
    font-size: 16px;
    font-family: "futianM";
}
.lease-info div img{
    width: 70px;
}
.plan{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 70px;
}
.calculate{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.cal-div{
    width: 100%;
}
.calculate>img{
    width: 80%;
}
.cal-nav{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: solid 3px #dedede;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.cal-nav span{
    font-size: 20px;
    font-family: "futianM";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.cal-active{
    border-bottom: solid 3px #de0033;
    padding-bottom: 15px;
    margin-bottom: -18px;
}
.cal-name{
    display: flex;
    margin-top: 15px;
    margin-right: 15px;
}
.cal-name div{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
}
.cal-name div p{
    font-size: 16px;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div span{
    font-size: 12px;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div b{
    color: #807f7f;
    font-family: "futianM";
}
.cal-name div input{
    display: inline;
    border: none;
    outline: none;
    width: auto;
    min-width: 50px;
}
.price-active{
    border: solid 1px #000 !important;
}
.price-active p,.price-active span,.price-active b{
    color: #010101 !important;
}
.cal-title{
    font-family: "futianM";
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.slider-container {
    flex: 1;
    position: relative;
    padding-top: 25px;
}

.slider-line {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #cccccc 0%, #f6f6f6 100%);
    outline: none;
}

.slider-line::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ebebeb;
    cursor: pointer;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.slider-line::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.slide-percentage {
    position: absolute;
    top: 0;
    left: 0;
    background: #e1e1e1;
    color: white;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: bold;
    transform: translateX(-50%);
    min-width: 37px;
    text-align: center;
    margin-top: -5px;
    font-size: 12px;
}
.cal-slider{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cal-slider p{
    font-size: 18px;
    font-family: "futianM";
}
.slider-text{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
#down-payment-percent,#down-payment-amount{
    font-family: "futianM";
}
.cal-date{
    display: flex;
}
.cal-date span{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
    font-family: "futianM";
}
.date-active{
    border: solid 1px #000000 !important;
    color: #010101 !important;
}
.results{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.res-money{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.res-money div{
    width: 32%;
}
.res-money div p{
    font-family: "futianM";
    font-size: 18px;
    margin-bottom: 10px;
}
.res-money div span{
    font-family: "futianM";
    font-size: 22px;
}
.results a{
    font-family: "futianM";
    font-size: 18px;
    color: #fff;
    background-color: #de0033;
    padding: 12px 30px;
    margin-top: 20px;
}
.pro-info{
    background-color: #f6f6f6;
    width: 90%;
    padding: 60px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-info-art{
    text-align: center;
}
.pro-info-art p{
    font-family: "futianM";
    margin-bottom: 10px;
}
.pro-info-art span{
    line-height: 20px;
    font-size: 14px;
}
.pro-info>img{
    display: none;
}
.pro-info-art img{
    width: 100px;
}



.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 100px;
}


}



@media screen and (max-width: 768px){
.banner{
    display: none;
}
.sj-banner{
    display: block;
}
.lease-banner{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.lease-banner img{
    width: 100%;
}
.lease-banner div{
    width: 90%;
    position: absolute;
    bottom: 13%;
    left: 5%;
}
.lease-banner div p{
    font-family: "futianM";
    font-size: 1.5rem;
    color: #fff;
}
.lease{
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.title{
    margin-bottom: 20px;
    text-align: center;
}
.title p{
    font-size: 1.5rem;
    font-family: "futianM";
    margin-bottom: 10px;
}
.title span{
    font-size: 14px;
    font-family: "futianM";
}
.lease-img{
    width: 100%;
}
.lease-info{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.lease-info div{
    width: 100%;
    text-align: left;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.lease-info div p{
    width: calc(95% - 50px);
    margin-left: 5%;
    line-height: 26px;
    font-size: 14px;
    font-family: "futianM";
}
.lease-info div img{
    width: 50px;
}
.plan{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 40px;
}
.calculate{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.cal-div{
    width: 100%;
}
.calculate>img{
    width: 80%;
    margin-bottom: 10px;
}
.cal-nav{
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    border-bottom: solid 0px #dedede;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-bottom: -10px;
}
.line{
    display: block;
    width: 100%;
    border-bottom: solid 3px #dedede;
}
.cal-nav::-webkit-scrollbar{
    height: 0px;
}
.cal-nav::-webkit-scrollbar-thumb{
    height: 0px;
}
.cal-nav span{
    font-size: 14px;
    font-family: "futianM";
    display: inline-block;
    flex-shrink: 0;
}
.cal-active{
    border-bottom: solid 3px #de0033;
    padding-bottom: 10px;
    margin-bottom: -13px;
}
.cal-name{
    display: flex;
    margin-top: 15px;
    margin-right: 15px;
    flex-wrap: wrap;
}
.cal-name div{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
    margin-bottom: 15px;
}
.cal-name div p{
    font-size: 12px;
    font-family: "futianM";
    color: #807f7f;
    margin-bottom: -2px;
}
.cal-name div span{
    font-size: 0.7rem;
    font-family: "futianM";
    color: #807f7f;
}
.cal-name div b{
    color: #807f7f;
    font-family: "futianM";
}
.cal-name div input{
    display: inline;
    border: none;
    outline: none;
    width: auto;
    min-width: 50px;
}
.price-active{
    border: solid 1px #000 !important;
}
.price-active p,.price-active span,.price-active b{
    color: #010101 !important;
}
.cal-title{
    font-family: "futianM";
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider-container {
    flex: 1;
    position: relative;
    padding-top: 25px;
    width: 94%;
    margin-left: 2%;
}

.slider-line {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #cccccc 0%, #f6f6f6 100%);
    outline: none;
}

.slider-line::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ebebeb;
    cursor: pointer;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.slider-line::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.slide-percentage {
    position: absolute;
    top: 0;
    left: 0;
    background: #e1e1e1;
    color: white;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: bold;
    transform: translateX(-50%);
    min-width: 20px;
    text-align: center;
    margin-top: 0px;
    font-size: 0.7rem;
}
.cal-slider{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cal-slider p{
    font-size: 14px;
    font-family: "futianM";
}
.slider-text{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
#down-payment-percent,#down-payment-amount{
    font-family: "futianM";
}
.cal-date{
    display: flex;
    flex-wrap: wrap;
}
.cal-date span{
    border: solid 1px #c4c4c4;
    color: #807f7f;
    padding: 7px 4%;
    margin-right: 4%;
    font-family: "futianM";
    margin-bottom: 15px;
    font-size: 12px;
}
.date-active{
    border: solid 1px #000000 !important;
    color: #010101 !important;
}
.results{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.res-money{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 15px;
}
.res-money div{
    /*width: 32%;*/
}
.res-money div p{
    font-family: "futianM";
    font-size: 14px;
    margin-bottom: 10px;
}
.res-money div span{
    font-family: "futianM";
    font-size: 14px;
}
.results a{
    font-family: "futianM";
    font-size: 14px;
    color: #fff;
    background-color: #de0033;
    padding: 10px 30px;
    display: block;
    margin-top: 20px;
}
.pro-info{
    background-color: #f6f6f6;
    width: 90%;
    padding: 40px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.pro-info-art{
    text-align: center;
    margin-bottom: 15px;
}
.pro-info-art p{
    font-family: "futianM";
    margin-bottom: 10px;
}
.pro-info-art span{
    line-height: 20px;
    font-size: 14px;
}
.pro-info>img{
    display: none;
}
.pro-info-art img{
    width: 100px;
}

.car-price{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.car-price div{
    margin-right: 5%;
}

.dot {
    width: 22px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 5px;
}
   
    .foot{
        width: 100%;
        background-color: #f0f0f0;
        margin-top: 100px;
    }
    .link{
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .link a{
        margin: 0 20px;
        font-size: 12px;
    }
    .multimedia{
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    .multimedia div{
        margin: 0 2%;
        width: 23%;
    }
    .multimedia div img{
        width: 100%;
    }
    .multimedia div span{
        font-size: 0.5rem;
        display: block;
        margin-top: 8px;
    }
    .info{
        font-size: 0.5rem;
        margin-top: 30px;
        text-align: center;
        padding-bottom: 20px;
    }
}