.bg-img{
    width:100%;
    height:100vh;
    position: fixed;
    top:0px;
    left:0px;
    z-index: -1;
    background-position: 50% 100%;
    background-size:auto 100%;
    background-repeat: no-repeat;
}
.aufine-tires-main{
    width:100%;
}
.tires-select{
    width:100%;
    height:calc(100vh - 5em);
    margin-top:5em;
    overflow: hidden;
    background-position: 50% 100%;
    background-size:auto 100%;
    background-repeat: no-repeat;
    position: relative;
}
.tires-guide-items{
    width:100%;
}
.guide-item{
    background: #fff;
    position: relative;
    height:32em;
    overflow: hidden;
}
.guide-item>.back-box{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:0;
}
.guide-item>.back-box>img{
    height:100%;
}
.guide-item.transparent{
    background: transparent;
}
.guide-item.transparent>h3{
    color:#fff;
}
.guide-item.transparent>p{
    color:#eee;
}
.guide-item>h3{
    position: absolute;
    width:100%;
    top:3em;
    left:0px;
    line-height: 3em;
    font-size: 2em;
    color:#0B4891;
    text-align: center;
    padding:0em 5em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.guide-item>p{
    position: absolute;
    width:100%;
    top:12em;
    left:0px;
    line-height: 2em;
    font-size: 1em;
    color:#fafafa;
    text-align: center;
    padding:0em 10em;
    max-height:13em;
    overflow-y: auto;
}
.guide-item>button{
    position: absolute;
    bottom:4.125em;
    left:50%;
    margin-left:-4.5em;
    background: rgba(0,0,0,0.5);
    border:1px solid #eee;
    font-style: italic;
}
.guide-item>button:hover{
    background: rgba(0,0,0,0.8);
    border:1px solid #eee;
}
.guide-item a{
    color:#fff;
}
.tires-title{
    font-size:1.8rem;
    font-weight: bold;
    position: absolute;
    top:10.5rem;
    left:7rem;
    color:#fff;
    width:calc(65% - 6em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tires-describe{
    font-size:1em;
    position: absolute;
    top:13.6rem;
    left:7rem;
    color:#fafafa;
    width:calc(65% - 6em);
    max-height: 8em;
    overflow-y: auto;
}
.tire-select-tool{
    width:25em;
    max-height: 22.5em;
    background: rgba(255,255,255,0.6);
    position: absolute;
    bottom:5em;
    right:12em;
    border-radius: 4px;
    z-index:0;
}
.tire-select-tool>h3{
    font-size: 1.375em;
    color:#0B4891;
    font-style:italic;
    font-weight:bold;
    line-height: 3rem;
    padding:0em 1em;
    margin:0;
}
.tire-rule-contain{
    height:calc(100% - 6rem);
    overflow-y:auto;
    padding:0.5em 1.5em;
    position: relative;
}
.tire-rule{
    width:100%;
    position: relative;
}
.guide-hide{
    opacity: 0;
}
.rule-list-box{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:transparent;
    border-radius: 3px;
    z-index:1000;
    box-shadow: 0px 0px 0px 0.25rem rgba(0,0,0,.1);
    overflow-y:auto;
    transition: all .3s;
    /* background-image: url(../images/local/search-bg.jpg);
    background-position: 100% 100%;
    background-size:100% 100%;
    background-repeat: no-repeat; */
}
ul.rule-list{
    width:100%;
    height:calc(100% - 3em);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index:1000;
    overflow-y:auto;
    transition: all .3s;
}
.list-title{
    line-height: 3em;
    font-size: 1em;
    color:#0B4891;
    font-weight: bold;
    padding:0em 1em;
    font-style:italic;
    width:100%;
    background:rgba(255,255,255,0.5);
}
.list-title>i{
    position: absolute;
    top:0px;
    right:0px;
    padding:1em;
    color:#999;
    cursor: pointer;
}
.rule-list>li{
    font-size: 1rem;
    padding:0em 1em;
    line-height: 2.5em;
    cursor: pointer;
    transition: all .2s;
}
.rule-list>li>i{
    float: right;
    line-height: 2.5rem;
}
.rule-list>li:hover{
    /* background: #fafafa; */
    color:#666;
}
.rule-box{
    width:100%;
    padding:0.3rem 0em;
}
.rule-name{
    color:#333;
    display: inline-block;
    width:7em;
    font-weight: bold; 
    font-size: 0.875em;
    line-height: 1.5rem; 
    padding-right:0.3rem;  
}
.rule-list{
    margin:0em;
}
.rule-select-all{
    font-size: 0.875rem;
    cursor: pointer;
}
.rule-select{
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.6em;
    background: rgba(255,255,255,.8);
    color:#0B4891;
    text-align: left;
    width:14em;
    border-radius: 3px;
    cursor: pointer;
    padding-left:1em;
}
.tire-rule-btns{
    height: 3rem;
    padding:0.5em;
    display:flex;
    justify-content: space-between;
}
.view-more-tires{
    font-size: 0.875rem;
    line-height: 2rem;
    padding:0em 1em;
}
.rule-list-all{
    width:100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin:0px;
    padding:0.5em 0em;
}
.rule-list-all>li{
    width:33.3%;
    padding:0.4em;
    cursor: pointer;
}
.rule-list-all>li>img{
    width:40px;
}
.rule-list-all>li>span{
    font-size: 0.75em;
}
.rule-list-all>li>span.app-ac{
    color:#0B4891;
}
.view-more-tires>a{
    color:#0B4891;
}
.tire-search{
    font-size: 0.875rem;
    padding:0em 1em;
    background: #0B4891;
    color:#fff;
    cursor: pointer;
    margin-right:0.3em;
    border-radius: 3px;
}
.tires-sign-img{
    position: absolute;
    left:14em;
    bottom:5em;
    height:50%;
    cursor: pointer;
}
.tires-sign-img>img{
    height:100%;
    position: relative;
    transition: all .5s;
}
.tires-sign-img>img:last-child{
    transform: translateX(-1.3em);
}
.tires-sign-img>img:first-child:hover{
    transform: translateX(-1.3em);
}
/* 产品列表 */
.aufine-tires-box{
    padding-top:8em;
    min-height: 100vh;
}
.list-bg{
    position: absolute;
    top:5em;
    left:0px;
    height:calc(100vh - 5em);
    width:100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.list-bg>img{
    height:100%;
}
.tire-list{
    width:100%;
    margin:0px;
    margin-top:5em;
    /* min-height: calc(100vh - 13em); */
    background: rgba(255,255,255,.5);
    position: relative;
    padding:1em;
    z-index:100;
}
/* .tire-list>li:first-child{
    height:calc(100vh - 14.35em);
    border:none;
} */
.tire-list>li{
    width:100%;
    padding:1em;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin:0px;
    cursor: pointer;
}
.tire-list>li:hover{
    background: #fafafa;
}
.tire-list>li:last-child{
    border:none;
}
.tire-img{
    display: flex;
    align-items: center;
    justify-content:center;
}
.tire-img>img{
    max-width:100%;
    max-height: 100%;
    align-items: center;
}
.tire-describe>.tire-name{
    text-align: left;
    padding-left:1rem;
    line-height: 1.8em;
    color:#0B4891;
    font-weight: bold;
    font-size: 1.5em;
    margin:0px;
}
.tire-describe>.tire-props{
    text-align: left;
    padding-left:1rem;
    line-height: 1.8em;
    font-size: 0.875em;
    color:#666;
    margin:0px;
}
/* .tire-list>li:first-child .tire-features{
    padding:1.5em 0em;
} */
.tire-features{
    margin:1em 0.5em;
    height: 160px;
    overflow-y:auto;
}
.tire-features>p{
    line-height:1.6em;
    font-size: 0.875em;
    padding-left:1.5em;
    position: relative;
    margin-bottom:0.5em;
    cursor: pointer;
    transition:all .3s;
}
.tire-features>p:hover{
    opacity: 0.8;
}
.tire-features>p:last-child{
    margin:0px;
}
.tire-features>p>i{
    display: block;
    width:4px;
    height:4px;
    background: #666;
    border-radius: 2px;
    position: absolute;
    top:0.65em;
    left:0.6em;
}
.tire-link{
    display: block;
    line-height: 2em;
    color:#0B4891;
    padding:0em 1em;
    text-align: right;
}
.tire-size-list{
    padding-top:3em;
}
.tire-size-list>h4{
    font-size: 0.875em;
    color:#666;
    line-height: 2.6em;
    text-align: center;
    margin:0px;
    font-weight: normal;
}
.tire-size-list>.size-list{
    text-align: center;
    font-size: 0.875em;
    line-height: 1.8em;
    height:8.5em;
    margin-bottom:2em;
    overflow:hidden;
}
.tire-size-list>.size-list:hover{
    overflow-y:auto;
}
.tire-size-list>.size-list>a{
    display:block;
    width:100%;
    margin: 0px;
    cursor: pointer;
    color:#666;
}
.avall-link{
    display: block;
    line-height: 2em;
    color:#0B4891;
    padding:1em;
    text-align: right;
}
.trans-bg{
    position: absolute;
    top:0px;
    width:100%;
    right:0px;
    height:calc(100% + 3px);
    background-position:20% 100%;
    background-size:auto 100%;
    background-repeat: no-repeat;
}
.tires-detail-box{
    padding:0em;
    margin-left:0px;
}
.tires-detail-box>.tire-describe{
    padding:5em 8em;
}
.tires-detail-box>.tire-describe>.tire-name{
    text-align: left;
    line-height:3em;
}
.tires-detail-box>.tire-describe>.tire-props{
    text-align: left;
    line-height: 2em;
}
.tires-detail-box>.tire-describe>.tire-features{
    margin:1.2em 0em;
    height:calc(100% - 12em);
    min-height: 1em;
    overflow-y:auto;
}
.tires-detail-box>.tire-describe>.tire-features>p{
    margin-bottom: 1.2em;
}
.use-car{
    width:100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.use-car>img{
    display: block;
    margin:0.5em;
    height:1.5em;
    cursor: pointer;
    transition: all .3s;
}
.use-car>img:hover{
    opacity: 0.6;
}
.tire-section-box{
    font-size: 1em;
}
.tire-image>img{
    position: absolute;
    bottom:-1em;
    left:0.5em;
    height:70%;
}
.table-buttons{
    float: right;
    margin:1.5em 0em;
}
.table-buttons>button.active{
    background: #0B4891;
    color:#fff;
}
.tire-same-item{
    padding-bottom:2em;
    padding-top:2em;
}
.tire-same-item>span{
    display: flex;
    height:15em;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border:1px solid #eee;
    padding:15px 5px;
    max-width:280px;
    margin:auto;
}
.tire-same-item>span>img{
    max-height: 100%;
    max-width: 100%;
    align-items: center;
}
.tire-same-item h4{
    margin:0px;
    line-height: 2em;
    font-size: 1.2em;
    padding:0em 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#0B4891;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tire-same-item p{
    margin:0px;
    line-height: 2em;
    font-size: 0.875em;
    padding:0em 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tire-same-item a{
    display: inline-block;
    margin:0px;
    line-height: 2em;
    font-size: 0.875em;
    padding:0em 1.4em;
    text-align: right;
    color:#0B4891;
}
.tire-describe{
    padding:0em 1em;
    padding-top:1em;
}
.tire-describe img{
    max-width: 100%;
}
.art-content{
    width:100%;
    height:100%;
    background: #fff;
    padding:1em;
    min-height: calc(100vh - 14em);
    overflow: hidden;
}
.art-content>.media-wrap.video-wrap{
    display: flex;
    justify-content: center;
}
.art-content>.media-wrap.video-wrap video{
    width:100%;
}
.art-content img{
    max-width: 100%;
}
.art-content p{
    min-height: 0.75em;
}
.join-us{
    width:100%;
    line-height: 2rem;
    font-size:1.3em;
    color:#fff !important;
    background:#0B4891;
    text-align: center;
    font-style: italic;
    cursor: pointer;
    display: block;
}
.join-us>span{
    font-size: 1rem;
    display: inline-block;
    padding-left:0.6rem;
}
.join-us:hover i{
    color:#f2e82f;
    transform:translateX(0rem);
}
.join-us>span>i{
    display: inline-block;
    padding-left:0.3rem;
    color:#0B4891;
    transition:all .3s;
    transform:translateX(-0.5rem);
}
.info-box{
    margin:1.6rem;
    padding:1.6rem;
    background: rgba(255,255,255,0.8);
    margin-bottom:0px;
}
.info-box>h3{
    color:#0B4891;
    font-weight: bold;
    padding:0px 3rem;
    font-size: 1.5em;
}
.info-list{
    width:100%;
    margin:auto;
    padding:0.5rem 1rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.info-list>li{
    color:#0B4891;
    width:50%;

    /* text-align: center; */
    padding:0.6rem 0rem;
    padding-left:16%;
    font-weight: bold;
    font-size:1.1rem;
}
.info-list>li>a{
    color:#0B4891;
}
.img-list{
    width:100%;
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top:3rem;
}
.img-list>div{
    width:calc(50% - 1.2rem);

    margin:0.6rem;
}
.img-list>div>img{
    width:100%;
}
.info-box .learn-more{
    font-size:1.2rem;
    font-style:italic;
    /* padding:1rem 0px; */
    line-height: 3rem;
    display:flex;
    align-items: center;
    padding-top:2rem;
    margin-bottom:1rem;
    justify-content: center;
}
.learn-more>a{
    display: inline-block;
    color:#fff !important;
    border-radius: 0px;
    margin-left:1rem;
    font-weight: bold;
    font-style:italic;
    padding:0.2em 1.2rem;
}
@media screen and (max-width:960px){
    .slide-box>.aufine-home-banner{
        height:18em !important;
    }
    .info-box{
        margin:0;
        padding:2rem 1rem;
    }
    .info-list>li{
        width:100%;
    }
    .img-list>div{
        width:100%;
    }
    .join-us>span>i{
        color:#f2e82f;
        transform:translateX(0rem);
    }
    .tires-title{
        top:2.5em;
        left:1em;
        color:#fff;
        width:calc(100% - 2em);
        text-align: center;
    }
    .tires-describe{
        /* top:8.6em;
        left:2em;
        color:#fafafa;
        width:calc(100% - 4em);
        text-align: center; */
        display: none;
    }
    .tire-select-tool{
        width:calc(100% - 2em);
        background: rgba(255,255,255,0.8);
        max-height: inherit;
        position: absolute;
        bottom:1em;
        right:1em;
    }
    .rule-list-all>li{
        width:50%;
        padding:0.4em;
    }
    .guide-item>h3{
        top:1.5em;
        padding:0em 1em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .guide-item>p{
        top:9em;
        padding:0em 2em;
        max-height:13em;
        overflow-y: auto;
        word-break: break-all;
    }
    .guide-item>button{
        bottom:2em;
    }
    .tire-list{
        margin-top:0px;
        padding:0em;
    }
    .tire-list>li{
        padding:1em 0em;
    }
    .tire-list>li:first-child{
        height:auto;
    }
    .tires-sign-img{
        display:none;
    }
    .tires-detail-box>.tire-describe{
        padding:1.4em;
        padding-top:3em;
        overflow-y:auto;
    }
    .tire-image{
        display: none;
    }
    .trans-bg{
        /* opacity: 0.6; */
    }
    .art-content{
        min-height: calc(100vh - 8em);
    }
}
@media screen and (max-width:540px){
    .tire-features{
        height:auto;
    }
    .tire-size-list{
        padding-top:1em;
    }
    .tire-size-list>.size-list{
        height: auto;
        max-height: 8.5em;
    }
}