@charset "utf-8";


.banner {
    width: 100%;
    margin-top: 80px;
}

.banner .lshop {
    height: 520px;
    background: url('../mirror/images/usedcar/lshop_bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber {
    background: url('../mirror/images/usedcar/lshop_ber.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber .lshop_ber_ber {
    width: 100%;
    height: 100%;
    background: url('../mirror/images/usedcar/lshop_ber_ber.png') no-repeat center right;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit {
    height: 70px;
    font-size: 50px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 59px;
    margin-left: -25px;
    padding-top: 5%;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner .lshop .lshop_ber .lshop_ber_ber .lshop_des {
    color: #495770;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 4.08px;
    margin: 4px 0 0 -12px;
}
.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg {
    margin-top: 30px;
    color: #003EFF;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    letter-spacing: 2.24px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg > span {
   color: #333;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul {
    margin-top: 27px;
    display: flex;
    align-items: center;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul > li {
    margin-right: 35px;
    color: #475793;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_renew {
    width: 503px;
    height: 34px;
    background: linear-gradient(92deg, #C9D5FF 0%, rgba(196, 209, 255, 0) 100%);
    padding-left: 15px;
    margin-top: 30px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #1F4DF9;
    line-height: 34px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but {
    margin-top: 40px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .free {
    margin-right: 50px;
    padding: 5px 20px;
    background: #003EFF;
    border-radius: 6px 6px 6px 6px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 41px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .update {
    padding: 5px 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #003EFF;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #003EFF;
    line-height: 41px;
}

/*系统功能展示*/
.function-box .function-tit-box {
    display: flex;
    justify-content: center;
    margin-top: 53px;
}

.function-box .function-tit-box .function-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.function-box .function-content-box {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 36px;
}
.function-box .function-content-box .item-img-shadow {
    z-index: -1;
    position: absolute;
    left: 0;
    top:calc(50% - 200px);
    width: calc(50% - 240px);
    height: 400px;
    border-radius: 0 30px 30px 0;
    background: #F4F6FC;
}
.function-box .function-content-box .function-mid-box {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.function-box .function-content-box .function-mid-box .function-img-box {
    width: 39%;
    display: flex;
}
.function-box .function-content-box .function-mid-box .function-img-box .item-img {
    background-color: #fff;
    padding: 17px;
    border-radius: 26px;
    box-shadow: 0px 3px 11.4px 0px rgba(26, 62, 116, 0.20);
}

.function-box .function-content-box .function-mid-box .function-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.function-box .function-content-box .function-mid-box .function-list .list-item {
    width: 100%;
}

.function-box .function-content-box .function-mid-box .function-list .list-item .item-box {
    padding: 19px 24px 21px 76px;
    border-radius: 18px;
}
.function-box .function-content-box .function-mid-box .function-list li.selected .item-box {
    background-color: rgba(101, 127, 210, 0.07);
}

.function-box .function-content-box .function-mid-box .function-list .list-item .item-box .row-tit-box {
    display: flex;
    align-items: center;
}
.function-box .function-content-box .function-mid-box .function-list .list-item .item-box .row-tit {
    margin-left: 7px;
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.function-box .function-content-box .function-mid-box .function-list .list-item.selected .item-box .row-tit {
    color: #3A6AFF;
}

.function-box .function-content-box .function-mid-box .function-list .list-item .item-box .row-des {
    margin-top: 12px;
    color: #888;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.function-box .function-content-box .function-mid-box .function-list .list-item.selected .item-box .row-des{
    color: #495770;
}

/*产品优势*/
.advantage-box {
    margin-top: 52px;
    background: url('../mirror/images/usedcar/advantage_bg.png') no-repeat center center;
    background-size: 100% 100%;
}
.advantage-box .advantage-tit {
    text-align: center;
    padding-top: 54px;
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.advantage-box .advantage-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantage-box .advantage-content .advantage-mid {
    width: 1200px;
    height: 725px;
    background: url('../mirror/images/usedcar/advantage_mid.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    margin-top: -9%;
}

.advantage-box .advantage-content .advantage-mid .advantage-list-item {
    display: flex;
    align-items: center;
    position: absolute;
}
.advantage-box .advantage-content .advantage-mid .list-item-1{
    left: 4.7%;
    top: 33%;
}
.advantage-box .advantage-content .advantage-mid .list-item-2{
    right: 4.7%;
    top: 33%;
}
.advantage-box .advantage-content .advantage-mid .list-item-3{
    left: 4.7%;
    top: 67%;
}
.advantage-box .advantage-content .advantage-mid .list-item-4{
    right: 4.7%;
    top: 67%;
}
.advantage-box .advantage-content .advantage-mid .advantage-list-item .list-item-content {
    width: 265px;
    height: 90px;
    border-radius: 14px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 29px;
}
.advantage-box .advantage-content .advantage-mid .advantage-list-item .flex-right {
    align-items: flex-end;
}

.advantage-box .advantage-content .advantage-mid .advantage-list-item .list-item-content .item-txt {
    color: #495770;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.advantage-box .advantage-content .advantage-mid .advantage-list-item .list-item-arrow {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 20px solid #fff;
}
.advantage-box .advantage-content .advantage-mid .advantage-list-item .arrow2{
    border-left: 0px solid #fff;
    border-right: 20px solid #fff;
}

/*售后服务*/
.after-sales-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.after-sales-box .after-sales-title {
    text-align: center;
    padding-top: 54px;
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.after-sales-box .after-sales-content {
    margin-top: 102px;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
.after-sales-box .after-sales-content .list-item-box{
    width: 33.333%;
    position: relative;
    margin-bottom: 100px;
}
.after-sales-box .after-sales-content .list-item-box .list-item-num {
    color: rgba(240, 244, 249, 0.80);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(240, 244, 249, 0.80);
    font-family: D-DIN;
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -8px;

    position: absolute;
    z-index: -1;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
.after-sales-box .after-sales-content .list-item-box .num-extra {
    right: -30px;
}


.after-sales-box .after-sales-content .list-item-box .list-item-content {
    padding: 0 78px 0 0;
}
.after-sales-box .after-sales-content .list-item-box .list-item-content .item-tit{
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
}
.after-sales-box .after-sales-content .list-item-box .list-item-content .item-des{
    color: #495770;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}



/*公司资质*/
.about_company{
    width: 100%;
    height: 500px;
    background: #F9FBFE url('../mirror/images/usedcar/about_company_bg.png') no-repeat center right;
    background-size:100% 100%;

    box-shadow: inset 0px 6px 20px 0px rgba(11,50,174,0.15), inset 0px -6px 20px 0px rgba(11,50,174,0.15);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.about_company>p{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
    padding-top: 60px;
}
.about_company .company_tips{
    width: 1200px;
    margin: 0 auto;
    margin-top:50px;
}


/* 联系我们 */
.contactus{
    width: 100%;
    padding:100px 0;

    background: #FFFFFF;
}

.contactus .contactus_tit{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
    margin-bottom: 10px;
}
.contactus .contactus_tit>span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactus .contactus_msg{
    width: 100%;
    /*height: 65px;*/
    font-size: 18px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #888888;
    /*line-height: 50px;*/
    text-align: center;

}
.contactus .contactus_but{
    width: 240px;
    height: 55px;
    line-height: 55px;
    background: #3A6AFF;
    border-radius: 999px;
    margin:26px auto 0 auto;
    display: block;

    font-size: 22px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    text-align:center;
}

.contactus .contactus_but:hover{
    background: #6086FF;
}

.global{
    width:100%;
    height:155px;
    background-color:#262834
}
.global .global_cont{
    width: 1200px;
    height:100%;
    margin: 0 auto;
    background: url('../mirror/images/usedcar/global_ber.png') no-repeat center right;
    background-size: auto 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.global .global_cont .global_msg{
    width: 720px;
    height: 67px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    margin-right:50px;

}
.global .global_cont .global_msg>span{
    font-size: 25px;
}
.global .global_cont .global_but{
    display: block;
    width: 159px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-right:100px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #FFFFFF;
}
.global .global_cont .global_but:hover{
    color:#262834;
    background-color:#FFFFFF;
}

