@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot?v=4.7.0');
    src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fa-chevron-circle-up:before {
        content: "\f139";
    }
    .fa-chevron-circle-down:before {
        content: "\f078";
    }
    /* 官方旗舰店样式开始 */
    .auth-store-container{
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        padding-bottom: 1px;
        background-color: #f8f8f8;
    }
    .auth-store-container li{
        list-style: none;
    }
    .best-drive-store , .auth-store {
        min-width: 800px;
        margin: 0px auto 100px;
        background-color: #fff;
        border-radius: 12px;
        box-sizing: border-box;
    }


    .best-drive-store h4 , .auth-store h4{
        text-align: left;
        vertical-align: middle;
        padding: 10px 0px 10px 2px ;
        margin: 2px 0px 10px 0px;
        font-size: 20px;
        font-weight: 600;
        user-select: none;
    }
    .best-drive-store h4::after , .auth-store h4::after{
        display: block;
        content: '';
        width: 38px;
        height: 3px;
        background-color: red;
        margin-top: 8px;
    }
    .best-drive-store .best-drive-store-container{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0px;
        padding-left: 0px;
    }
    .best-drive-store-item{
        margin: 0px 15px 0px 0px;
        height: 180px;
        width: calc( (100% - 30px) / 3 );
        box-sizing: border-box;
    }
    .best-drive-store-item:nth-child(3n){
        margin-right: 0px;
    }
    .best-drive-store-item .bg-red-color{
        background-color: #ff162f;
        height: 150px;
        border-radius: 12px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;

    }
    .drive-content{
        /* border: 1px solid #f3f3f3; */
        width: 90%;
        height: 122px;
        margin: 16px auto;
        border-radius: 12px;
        background-color: #fff;
        box-shadow: 0px 5px 8px #3a3a3a94;
        display: flex;
        flex-flow: row wrap;
        padding: 0px;
        box-sizing:border-box;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .drive-content .drive-content-logo{
        width: 48px;
        height: 48px;
        margin: 35px 18px 3px 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .drive-content .drive-content-logo img{
        width: 48px;
        height: 48px;
    }
    .drive-content .drive-content-title{
        flex-grow: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .drive-content .drive-content-title h5{
        margin: 0px;
        font-size: 17px;
        overflow:hidden;
    }
    .drive-content .drive-content-title span{
        display: inline-block;
        font-size: 15px;
        overflow: hidden;
        margin: 3px 0px;
    }
    .drive-content .drive-content-title a{
        text-decoration: none ;
        color: #575555; 
    }
    .drive-content .drive-content-title a:hover{
        text-decoration: none;
        cursor:pointer;
    }
    .best-drive-type{
        background-color: #000;
        border-radius: 20px;
        padding:0px;
        width: 156px;
        height: 40px;
        line-height: 40px;
        margin: -59px auto 0px auto;
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        box-shadow: 0px 5px 8px #3a3a3a94;
        box-sizing: border-box;
    }
    /* 官方旗舰店样式结束 */


    /* 官方授权店样式开始 */
    .auth-store{
        padding-bottom: 50px;
    }
    .auth-store-item:first-child{
        margin-top: 16px;
    }
    .auth-store-item:last-child{
        margin-bottom: 55px;
        
    }

    .auth-store-item .title{
        display: flex;
        justify-content:space-between;
        align-items:flex-end;
        padding: 0px 0px 5px;
        padding-right: 10px;
        border-top: 1px solid rgb(239 239 239);
        /* height: 30px; */
    }
    .auth-store-item .title div{
        width: 50%;
        height: 46px;
        background-repeat:no-repeat;
        background-position: left;
        background-size: contain;
    }
    .auth-store-item .collapsebtn{
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 2px solid #bebebe;
        padding: 8px;
        font-size: 9px;
        color: #bebebe;
        margin-bottom: 10px;
    }

    .auth-store-item .auth-list-container{
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding: 24px 0px 15px;
        overflow: hidden;
        margin: 0px;
    }

    .auth-store-item .auth-list-container li{
        list-style-type: none;
        width: 31.5%;
        height: 110px;
        border-radius: 12px;
        margin: 15px 20px 25px 0px;
        box-shadow: 0px 5px 7px #ececec;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 29px;
        box-sizing: border-box;
        background-image: var(--bg-image);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .auth-store-item .auth-list-container li:nth-child(3n){
        margin-right: 0px;
    }

    .auth-store-item .auth-list-container li h5{
        width: auto;
        margin: 8px 0px 2px 0px;
        font-size: 16px;
        font-weight: 600;
        color: #252525 ;
    }
    .auth-store-item .auth-list-container li span{
        width: auto;
        margin: 0px;
        padding: 2px 0px;
        font-size: 12px;
        color: #717171;
    }
    .auth-store-item .auth-list-container li a{
        width: auto;
        margin: 0px;
        padding: 2px 0px;
        font-size: 14px;
        text-decoration: none;
        color: #717171;
    }

    @media all and (min-width:1500px) {
        .best-drive-store , .auth-store {
            width: 1400px;
            padding: 75px 100px 100px;
        }
        .best-drive-store h4{
            font-size: 40px;
            padding: 0px 0px;
        }
        .best-drive-store h4::after{
            width: 76px;
            height: 6px;
            margin-top: 20px;
            margin-bottom: 60px;
        }
        .best-drive-store-item{
            width: calc( (100% - 30px) / 3 );
            margin-right: 15px;
        }
        .best-drive-store-item .bg-red-color {
            height: 198px;
        }
        .drive-content .drive-content-title h5{
            font-size: 24px;
        }
        .drive-content .drive-content-title span{
            font-size: 16px;
            margin: 6px 0px;
        }
        .drive-content .drive-content-logo{
            margin: 35px 20px 3px 16px;
        }
        /* 官方授权网店 */
        .auth-store{
            width: 1400px;
            padding: 90px 100px 20px;
        }
        .auth-store h4{
            font-size: 40px;
            padding: 0px 0px;
        }
        .auth-store h4::after{
            width: 76px;
            height: 6px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .auth-store-item .title{
            padding-top: 40px;
            padding-bottom: 25px;
        }
        .auth-store-item .auth-list-container{
            padding-top: 0px;
        }
        .auth-store-item .auth-list-container li{
            width: 380px;
            height: 110px;
            margin-right: 30px;
        }
        .auth-store-item .auth-list-container li h5{
            font-size: 24px;
        }
        .auth-store-item .auth-list-container li span{
            font-size:16px;
            margin-top:3px;
        }

    }
    @media all and (max-width:1499px) {
        .best-drive-store {
            width: 1200px;
            padding: 65px 50px 20px;
        }

        .best-drive-store h4{
            font-size: 40px;
            padding: 0px 0px;
        }
        .best-drive-store h4::after{
            width: 76px;
            height: 6px;
            margin-top: 16px;
            margin-bottom: 60px;
        }
        .best-drive-store-item{
            width: calc( (100% - 50px) / 3 );
            margin-right: 25px;
            margin-bottom: 100px;
        }
        .best-drive-store-item .bg-red-color {
            height: 198px;
        }
        .drive-content .drive-content-title h5{
            font-size: 24px;
        }
        .drive-content .drive-content-title span{
            font-size: 16px;
        }
        .drive-content .drive-content-logo{
            margin: 35px 18px 3px 16px;
        }
        /* 官方授权网店 */
        .auth-store{
            width: 1200px;
            padding: 90px 50px 20px;
        }
        .auth-store h4{
            font-size: 40px;
            padding: 0px 0px;
        }
        .auth-store h4::after{
            width: 76px;
            height: 6px;
            margin-top: 22px;
            margin-bottom: 20px;
        }
        .auth-store-item .title{
            padding-top: 40px;
            padding-bottom: 25px;
        }
        .auth-store-item .auth-list-container{
            padding-top: 0px;
        }
        .auth-store-item .auth-list-container li{
            width: 340px;
            height: 110px;
            margin-right: 38px;
        }
        .auth-store-item .auth-list-container li h5{
            font-size: 23px;
        }
        .auth-store-item .auth-list-container li span{
            font-size:15px;
            margin-top:3px;
        }
    }
/**
    @media all and (min-width:992px) and (max-width:1299px) {
        .best-drive-store , .auth-store {
            width: 900px;
            padding: 20px 25px;
        }
    }

    @media all and (max-width:992px) {
        .best-drive-store , .auth-store {
            width: 800px;
            padding: 20px 15px;
        }
    } */