.box .header {
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.box{
    width: 100%;
}
.box .header .container .row {
    width: 1200px;
}
.box .header .container .row .col-6 {
    padding: 0;
}
.box .header .container .row .header-left .logo {
    border-radius: 8px;
    width: 48px;
    height: 48px;
}
.box .header .container .row .header-left .text {
    display: block;
    width: auto;
    height: 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    margin-left: 12px;
}
.box .header .container .row .link-btn button::after {
    display: none;
}
.box .header .container .row .link-btn button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background: rgba(250, 81, 81, 1);
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
}
.box .section {
    max-width: 1200px;
    margin: 0 auto;
}
.box .section-box {
    height: 600px;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box .section-box .container {
    padding: 0;
    height: 600px;
}
.box .section-box .container .welcome-left .welcome-left-text {
    font-size: 56px;
    font-weight: 700;
    height: 74px;
    line-height: 74px;
    color: rgba(255, 255, 255, 1);
}
.box .section-box .container .welcome-left .welcome-left-section {
    margin-top: 3px;
}
.box .section-box .container .welcome-left .box {
    display: flex;
    align-items: center;
    justify-content: left;
}
.box .section-box .container .welcome-left .welcome-left-btn::after {
    display: none;
}
.box .section-box .container .welcome-left .welcome-left-btn {
    margin-top: 48px;
    border: none;
    width: 250px;
    height: 48px;
    opacity: 1;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    color: rgba(250, 81, 81, 1);
}
.box .section-box .container .welcome-left .xieyi {
    margin: 48px 0 0 20px;
    width: 120px;
    height: 48px;
    border-radius: 100px;
    padding: 0 20px;
    line-height: 48px;
    display: block;
    background-color: #fff;
    color: rgba(250, 81, 81, 1);
    text-align: center;
    font-weight: 600;
}
.box .section-box .container .welcome-right {
    margin-top: 87px;
}
.box .selection-car .container {
    margin-top: 104px;
    padding: 0;
}
.box .selection-car .container .selection-car-left img {
    width: 420px;
    height: 641px;
}
.box .selection-car .container .selection-car-right {
    width: 653px;
}
.box .selection-car .container .selection-car-right .car-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    color: rgba(0, 0, 0, 1);
    height: 53px;
    position: relative;
    z-index: 5;
}
.box .selection-car .container .selection-car-right .car-title::after {
    display: block;
    width: 161px;
    height: 6px;
    opacity: 1;
    background: rgba(250, 81, 81, 1);
    content: "";
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.box .selection-car .container .selection-car-right .selection-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(51, 51, 51, 1);
    margin-top: 40px;
}
.box .footer {
    margin-top: 80px;
    height: 80px;
    background-color: rgba(51, 51, 51, 1);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 80px;
    color: rgba(255, 255, 255, 1);
}
.g_wws {
    padding-top: 5%;
  text-align: center;
}
.g_wws p {
    font-size: 16px;
    display: block;
    margin: 12px;
}
@media screen and (max-width: 1100px) {
.g_wws p {
    font-size: 14px;
    margin: 10px;
}
    .box .header .container {
        padding: 0;
    }
    .box .header .container .row {
        margin: 0;
        padding: 0 10px;
        width: calc(100% - 20px) !important;
    }
    .box .header .container .row .header-left span{
        padding-left: 10px;
    }
    .box .header .container .row a {
        display: block;
    }
    .box .header .container .row .logo {
        border-radius: 8px;
        width: 48px;
        height: 48px;
    }
    .box .header .container .row .text {
        display: block;
        width: auto;
        height: 32px;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        margin-left: 12px;
    }
    .box .header .container .row .link-btn button::after {
        display: none;
    }
    .box .header .container .row .link-btn button {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        background: rgba(250, 81, 81, 1);
        border: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        color: rgba(255, 255, 255, 1);
    }
    .box .section {
        margin: 0 auto;
        width: calc(100% - 20px) !important;
    }
    .box .section .title {
        display: block;
        margin: 70px 0 50px;
        padding: 0;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        line-height: 58px;
        color: rgba(0, 0, 0, 1);
    }
    .box .section .text {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        min-height: calc(100vh - 339px);
        height: auto;
    }
    .section-box{
        margin: 0;
        padding: 0;
    }
    .main .section-box .welcome{
        display: flex;
        flex-flow: column;
        overflow: hidden;
    }
    .main .section-box .welcome .welcome-left .welcome-left-text{
        margin-top: 20px;
        font-size: 20px;
        height: 32px;
        line-height: 32px;
        text-align: center;
    }
    .main .section-box .welcome .welcome-left .box .welcome-left-btn{
        width: 140px;
    }
    .main .section-box .welcome .welcome-right{
        margin: 0;
    }
    .main .section-box .welcome .welcome-right img{
        width: 90%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .selection-car{
        display: flex;
        flex-flow: column;
        padding: 0;
        margin: 0 auto;
    }
    .selection-car .container{
        flex-flow: column !important;
        margin-top: 30px !important;
    }
    .selection-car .container .selection-car-left{
        width: calc(100% - 100px) !important;
        margin: 0;
    }
    .selection-car .container .selection-car-left img{
         width: 100% !important;
        height: 500px !important;
    }
    .selection-car .container .selection-car-right{
        width: 100% !important;
        padding: 0 40px;
    }
    .selection-car .container .selection-car-right .car-title{
        font-size: 20px !important;
    }
    .selection-car .container .selection-car-right .selection-text{
        font-size: 14px !important;
        margin-top: 20px !important;
    }
}
