

.bysize-bg-wrapper{
    width: 100%;
    position: relative;
    z-index: 8;
}

.bysize-select-wrapper{
    position: absolute;
    height: 42%;
    max-height: 130px;
    background-color: #fff;
    width: 67.5%;
    left: 50%;
    top: 37%;
    transform: translate(-50%,-50%);
    border-radius: 4px;
}
.bysize-select-wrapper-2{
    background-color: transparent;
    z-index: -1;
}

.bysize-select-wrapper-2.active{
    z-index: 99;
}

.bysize-select-wrapper-2 .bysize-select-content{
    background-color: transparent;
}
.bysize-select-wrapper-2 .size_search_submit{
    visibility: hidden;
}

.bysize-select-wrapper-2 .bysize-select .select{
    cursor: default;
    visibility: hidden;
}

.bysize-select-wrapper-2.active-1 .bysize-select .select.select-1{
    visibility: visible;
}

.bysize-select-wrapper-2.active-2 .bysize-select .select.select-2{
    visibility: visible;
}

.bysize-select-wrapper-2.active-3 .bysize-select .select.select-3{
    visibility: visible;
}

.bysize-select-wrapper-2 .bysize-select .select .p1{
    background-color: #fce503;
    color: #000;
}




.bysize-select-content{
    position: absolute;
    height: 42.3%;
    max-height: 55px;
    min-height: 40px;
    background-color: #fff;
    width: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.bysize-select{
    flex: 1;
    height: 100%;
    display: flex;
    transform: skew(-10deg);
}

.bysize-select .select{
    flex: 0 0 31.33%;
    background-color: #efefef;
    margin-right: 2%;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.bysize-select .select p{
    height: 100%;
    display: flex;
    align-items: center;
    //font-weight: bold;
    line-height: 1;
}

.bysize-select .select .p1{
    flex: 0.52;
    text-align: center;
    background-color: #29509b;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1vw;
    box-shadow: 2px 0px 6px -3px #000;
}


.bysize-select .select .p2{
    flex: 0.48;
    justify-content: center;
    color: #000;
    font-size: 1.3vw;
    letter-spacing: 0px;
   //font-family: NotoSans-Bold;
}


.bysize-select .select:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skew(9deg);
    right: 10px;
    content: '';
    width: 7px;
    height: 13px;
    background: url(/assets/images/arrow-right.png) scroll no-repeat center center;
    background-size: 100% auto;
}
.bysize-select .select:hover .p1{
    background-color: #fce503;
    color: #000;
}

.bysize-bg-wrapper{
    box-shadow: 0px 4px 20px -6px #000;
}

.bysize-bg-wrapper .text{
    position: absolute;
    font-size: 13px;
    line-height: 20px;
    padding-left: 30px;
    cursor: pointer;
    left: 50%;
    bottom: 25%;
    transform: translateX(-50%);
    color: #fff;
}


.bysize-bg-wrapper .text:hover{
    text-decoration: underline;
}

.bysize-bg-wrapper .text.active:hover{
    text-decoration: none;
    cursor: default;
}

.bysize-bg-wrapper .text::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    background: url(/auto/tyre-selector/by-size/assets/img/icon.png) scroll no-repeat 0 0;
    background-size: 100% 100%;
}










.bysize-btn{
    width: 18.48%;
    height: 100%;
    margin-left: 2%;
    background-color: #fce503;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
.bysize-btn:hover{
    background-color: #27509b;
    color: #fff;
}




.hot-size-mobi{
display:none;
}

.hot-size-pc-wrapper{
    position: relative;
    overflow: hidden;
    z-index: 1;
	background:#eaeaea;
}

.hot-size-pc{
    width: 62%;
    margin: 40px auto;
}


.hot-size-pc-wrapper .mask{
    z-index: 8;
}

.hot-size-pc h2{
    text-align: center;
    margin-bottom: 30px;
}


.hot-size-pc .hot-size-content{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.hot-size-pc .hot-size-content .item{
	flex:0 0 23.5%;
	position:relative;
	margin-bottom:20px;
}


.hot-size-pc .hot-size-content .item p{
	color:#27509b;
	font-size:32px;
	font-weight:bold;
	letter-spacing: 0;
	z-index:1;
	position:relative;
	margin-bottom:-12px;
	font-style: italic;
	margin-left:10px;
	font-family: NotoSans-Bold;
	text-shadow: 4px 1px 10px #ccc;
}
.hot-size-pc .hot-size-content .item p img{
	position:absolute;
    top: 5px;
    left: -5px;
}

.hot-size-mobi .hot-size-content .item p img{
	position:absolute;
    top: 5px;
    left: -5px;
}

.hot-size-pc .hot-size-content .item ul{
	background:#fff;
	overflow:hidden;
	z-index:2;
	position:relative;
	box-shadow: 0px 2px 11px -6px #666;
}


.hot-size-pc .hot-size-content .item li{
	margin:10px;
	margin-top:12px;
	margin-bottom:0;
	line-height:2.5;
	border-bottom:solid 2px #f2f2f2;
	
}

.hot-size-pc .hot-size-content .item li:last-child{
margin-bottom:15px;
}

.hot-size-pc .hot-size-content .item li a{
	display:block;
    font-style: italic;
	padding-left:8px;
	letter-spacing: 0;
	position:relative;
}


.hot-size-pc .hot-size-content .item li a::after{
	width:18px;
	height:18px;
	position:absolute;
	content:'';
	right:0px;
	top:50%;
	transform:translateY(-50%);
	background:url(/auto/tyre-selector/by-size/assets/img/bj-arrow.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}

.hot-size-pc .hot-size-content .item li a:hover::after{
	display:none;
}

.hot-size-pc .hot-size-content .item li a:hover{
	text-align:center;
	padding-left:0;
	background-color:#e2e2e2;
}

.hot-size-pc .hot-size-content .item li a:hover::before{
	width:7px;
	height:11px;
	position:absolute;
	content:'';
	left:10px;
	top:50%;
	transform:translateY(-50%);
	background:url(/assets/images/arrow-right.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}
	




.tire-header{
    height: 70px;
}

.selection{
    position: relative;
    z-index: 2;
    /* height: 385px; */
    display: none;
}

.selection-pc{
    display: block;
    position: relative;
    overflow: hidden;
}



.tire-bj-img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25%;
}

.selection .size{
    position: absolute;
    left: 50%;
    top: 54px;
    margin-left: -162.5px;
    color: #fce503;
    font-size: 40px;
    width: 325px;
    height: 75px;
    font-weight: bold;
}
.selection .size span{
    position: absolute;
}
.selection .size .s2{
    top: 0;
    left: 50%;
    transform:  translateX(-50%) skewY(-4deg);
}
.selection .size .line{
    top: 2px;
    left: 40%;
    transform:  translateX(-50%) skewY(-4deg);
}
.selection .size .s1{
    top: 13px;
    left: 26%;
    transform:  translateX(-50%) skewY(-15deg);
}

.selection .bg{
    width: 100%;
    background-color: #eaeaea;
    height: 245px;
}

.selection .size .r{
    top: 2px;
    left: 64%;
    transform:  translateX(-50%) rotate(12deg);
}

.selection .size .s3{
    top: 13px;
    left: 76%;
    transform: translateX(-50%) rotate(20deg);
}
.selection-wrapper{
    left: 50%;
    top: 127px;
    transform: translateX(-50%);
    position: absolute;
    max-width: 1200px;
    width: 100%;
    height: 250px;
}
.selection-wrapper .tire-bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.selection-wrapper .tire-bg img{
    width: 1400px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.selection-wrapper .container{
    height: 190px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    left: 10px;
    right: 10px;
}

.selection-wrapper .container .text{
    overflow: hidden;
    width: 300px;
    height: 41px;
    position: absolute;
    left:9%;
}
.selection-wrapper .container .text span{
    font-size: 41px;
    color: #eaeaea;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 0;
    font-weight: bold;
}

.tips{
    position: absolute;
    left: 50%;
    font-size: 18px;
    line-height: 1;
    transform: translateX(-50%);
    top: 23px;
    color: #27509b;
    padding-left: 24px;
    background: url(/assets/images/tips.png) scroll no-repeat 0 center;
    cursor: pointer;
}
.tips:hover{
    text-decoration: underline;
}
.select-container{
    width: calc(100% - 30px);
    max-width: 1130px;
    height: 55px;
    margin: 60px auto 0;
    padding: 0 15px;
    position: relative;
    justify-content: flex-start;
}
.select-container .line{
    height: 100%;
    margin: 0 10px;
    width: 2px;
    background-color: #f5f5f5;
}
.select-item{
    height: 100%;
    flex: 0.25;
    position: relative;
    line-height: 1;
    color: #27509b;
    cursor: pointer;
}
.select-1{
    flex: 0.27;
}
.select-2{
    flex: 0.225;
}

.select-3{
    flex: 0.25;
}
.select-item .inner{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.select-item:last-child{
    margin-right: 0;
}
.select-item .inner::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #27509b;
}
.select-item .inner::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(/assets/images/arrow-right.png) no-repeat scroll center center;
    background-size: 70% auto;
    width: 10px;
    height: 15px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s linear;
}
.select-item .inner.active::before{
    transform: translateY(-50%) rotate(-90deg);
}
.select-item .inner.active::after{
    display: none;
}

.select-item .txt{
    padding-left: 10px;
}
.size-txt{
    position: absolute;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.select-submit{
    width: 20%;
    max-width: 240px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    background-color: #29509b;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.select-submit:hover{
    background-color: #fce503;
    color: #000;
}

.select-submit span{
    position: relative;
}

.select-submit span::after{
    position: absolute;
    right: -12px;
    top: 57%;
    transform: translateY(-50%);
    content: '';
    width: 7px;
    height: 11px;
    background: url(/assets/images/arrow-right-white.png) scroll no-repeat 0 0;
    opacity: 0;
}

.select-submit:hover span::after{
    right: -16px;
    opacity: 1;
    transition: all 0.3s linear;
}

.drop-down{
    background-color: #fff;
    position: relative;
    display: none;
    height: 275px;
    padding-right: 0 !important;
    box-shadow: 0 0.4rem 1rem 0 rgb(0 0 0 / 10%);
}

.drop-down.on ul{
    display: block;
}

.drop-down li{
    height: 55px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #efefef;
    box-sizing: border-box;
    color: #666;
    font-size: 18px;
}
.drop-down li:hover,.drop-down li.on{
    background-color: #efefef;
}

.zl-scrollContentDiv {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0;
    left: 0;
}
.zl-scrollBarBox {
    height: 100%;
    position: absolute;
    background: #f3f3f3;
}
.zl-scrollBar {
    position: absolute;
    left: 0;
    top: 0;
    background: #00205B;
    transition: all 0.2s;
}
.zl-scrollBar.zl-verticalBar {
    min-height: 50px;
}

.tire-pop{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.7);
    z-index: 999;
    display: none;
}

.tire-pop .content{
    position: absolute;
    width: 800px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tire-pop .content .tips-pop{
    width: 100%;
}

.tire-pop .content .close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.sizes-container{
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(50% + 105px);
    /* transform: translateX(-50%); */
    /* transform: skew(-12deg) translateX(50%); */
}

.sizes-container .layer{
    height: 100%;
}

.bysize-bg{
    position: relative;
    width: 100%;
	height:16.13vw;
    /* height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) */
}
.sizes-content{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%) skew(-10deg);
    width: 46%;
}
.sizes-content .select{
    width: 100%;
    height: 52px;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    position: relative;
}

.sizes-content .select:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skew(9deg);
    right: 30px;
    content: '';
    width: 8px;
    height: 14px;
    background: url(/assets/images/arrow-right.png) scroll no-repeat center center;
    background-size: 100% auto;
}
.sizes-content .select:hover{
    background-color: #27509b;
    color: #fff;
}
.sizes-content .select:hover::after{
    background-image: url(/assets/images/arrow-right-white.png)
}

.sizes-content .text{
    position: relative;
    font-size: 16px;
    padding-left: 23px;
    line-height: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    z-index: 88;
}
.sizes-content .text:hover{
    text-decoration: underline;
}

.sizes-content .text::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 1px;
    background: url(/auto/tyre-selector/by-size/assets/img/icon.png) scroll no-repeat 0 0;
}

.sizes-content .title{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 8px;
    margin-top: 15px;
    line-height: 1;
}

.sizes-content  .btn{
    width: 85%;
    height: 50px;
    margin: 40px auto 0;
    background-color: #fce503;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    transform: skew(10deg);
    font-style: italic;
    cursor: pointer;
}
.sizes-content  .btn:hover{
    background-color: #27509b;
    color: #fff;
}

.selection-pc .mask{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color:#000;
    opacity: 0.7;
    display: none;
}
.sizes-container-2{
    z-index: 3;
    display: none;
}
.sizes-container-2 > img,.sizes-container-2 .text,
.sizes-container-2 .title,
.sizes-container-2 .select,.sizes-container-2 .btn{
    visibility: hidden;
}
.selection-pc .tire-tips{
    width: 33.17vw;
    min-width: 480px;
    max-width: 600px;
    height: auto;
    position: absolute;
    top: 80%;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.selection-pc .tire-tips .text-popjpg{
    width: 100%;
}
.selection-pc .text.active{
    z-index: 8;
}
.selection-pc .tire-tips .close{
    position: absolute;
    top: 24px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: url(/auto/tyre-selector/by-size/assets/img/close.png) scroll no-repeat center center;
}
.selection-pc .tire-tips .close:hover{
    background-image:url(/auto/tyre-selector/by-size/assets/img/close-hover.png) ;
}
.show-sizes{
    width: 33vw;
    max-width: 637px;
    min-width: 500px;
    height: 17.87vw;
    max-height: 345px;
    min-height: 270px;
    position: absolute;
    top: 56%;
    left: calc(18.95vw - 0px);
    display: none;
    background-color: #efefef;
}

.show-sizes-1{
    left: calc(18.95vw - 0px);
}
.show-sizes-2{
    left: calc(35.41vw - 0px);
}
.show-sizes-3{
    left: calc(51.87vw - 0px);
}

.show-sizes .wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #efefef;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.show-sizes .pop-bg{
    height: 100%;
    position: relative;
}

.show-sizes .close{
    z-index: 6;
    position: absolute;
    top: 5px;
    right: 14px;
    width: 30px;
    height: 30px;
    background: url(/auto/tyre-selector/by-size/assets/img/close.png) scroll no-repeat center center;
    background-size: 100% 100%;
}

.show-sizes .close:hover{
    background-image:url(/auto/tyre-selector/by-size/assets/img/close-hover.png) ;
}

.show-sizes .arrow{
    position: absolute;
    top: -4%;
    left: 20%;
    transform: rotate(0deg);
    z-index: 3;
}



.content-lists::-webkit-scrollbar{
    background: #dddddd;
    width: 4px;
    border-radius: 5px;
}
.content-lists::-webkit-scrollbar-thumb{
    background-color: #29509b;
    border-radius: 5px;
}


.content-lists{
    position: absolute;
    top: 38px;
    left: 12px;
    right: 25px;
    bottom: 20px;
    padding-right: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: flex-start; */
    z-index: 9;
    align-content: flex-start;
    overflow-y: auto;
}

.content-lists li{
    flex: 0 0 49%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0px;
    color: #666;
    height:20%;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    /* font-weight: bold; */
    font-style: italic;
}
.content-lists li::after{
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0px;
    height: 1px;
    background-color: #fff;
}
.content-lists li:hover,.content-lists li.active{
    background-color: #fff;
}
.content-lists li.active:hover{
    cursor: default;
}
.content-lists li:hover::after,.content-lists li.active::after{
    background-color: #fff;
}

.sizes-container-2 .sizes-content .select{
    cursor: default;
}
.sizes-container-2 .sizes-content .select:hover{
    background-color: #fff;
    color: #000;
}
.sizes-container-2 .sizes-content .select::after{
    background-image: url(/assets/images/arrow-right.png)
}





@media (max-width: 1480px){

    .bysize-select .select .p{
        font-size: 16px !important;
    }



    .selection-pc{
    }


}

@media (max-width: 1366px){
    .selection-pc{
    }

    .bysize-select .select p{
        //font-size: 14px !important;
    }
    .bysize-select .select .p2{
       // font-size: 17px !important;
    }
    .content-lists li{
        font-size: 20px !important;
    }
}



@media (max-width: 1024px){
    .tire-header{
        height: 156px;
    }
    .tyre-selector-bySize{
        padding-bottom: 0px;
    }
    .selection-wrapper .container .text{
        left: 2%;
    }
    .selection-wrapper .container .text span{
        font-size: 36px;
    }
   
    .tire-pop .content{
        width: 90%;
    }

    .tire-pop .content .close{
        width: 50px;
    }
    .selection-pc{
        display: none;
    }
    .selection-mobi{
        display: block;
        width: 100%;
        height: 520px;
        left: 0;
    }
    .selection-mobi .bg{
        height: 150px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .selection-mobi .tire-bj-img{
        top: -17.5%;
    }
    .selection-mobi .tire-bj-img img{
        width: 320px;
    }
    .selection .size{
        transform: scale(0.6);
        top: 7px;
    }
    .selection-content{
        position: absolute;
        top: 28px;
        left: 15px;
        right: 15px;
        bottom: 0;
        background-color: #eaeaea;
        z-index: 8;
    }
    .selection-content-inner{
        position: absolute;
        top: 0;
        bottom: 12px;
        left: 12px;
        right: 12px;
        background-color: #fff;
    }
    
    .selection-mobi .text{
        overflow: hidden;
        width: 300px;
        height: 41px;
        position: absolute;
        left: 15px;
        top: 0;
    }
    
    .selection-mobi .text span{
        color: #eaeaea;
        line-height: 1;
        position: absolute;
        top: -8px;
        left: 0;
        font-size: 30px;
    }
    
    .size-header{
        margin-top: 28px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .size-header span{
        display: block;
        flex: 1;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #27509b;
    }
    
    .selection-mobi .tips{
        top: 22%;
        color: #999;
        font-size: 20px;
        background-image: url(/assets/images/tips-grey.png);
        background-size: auto 100%;
    }
    
    .selection-mobi .move-wrapper{
        position: absolute;
        top: 33%;
        left: 20px;
        right: 20px;
        height: 175px;
        display: flex;
    }
    .selection-mobi .child{
        flex: 1;
        position: relative;
        overflow: hidden;
    }
    .selection-mobi .child ul{
        position: absolute;
        width: 100%;
        transition: top 0.2s ease-out;
    }
    .selection-mobi .child li{
        text-align: center;
        font-size: 16px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #999;
        opacity: 0.8;
        transition: all 0.2s ease-in-out;
    }
    
    .selection-mobi .child li.on{
        color: #000;
        font-weight: bold;
        font-size: 20px;
        opacity: 1;
    }
    
    .selection-mobi .child li.li-1{
        font-size: 18px;
    }
    .selection-mobi .child li.li-2{
        font-size: 14px;
    }
    .selection-mobi .child li.li-3{
        font-size: 12px;
    }
    .scroll-on{
        position: absolute;
        width: 100%;
        left: 0;
        top: 70px;
        height: 35px;
        background-color: #efefef;
    }
    
    .select-submit-mobi{
        width: 200px;
        height: 50px;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        margin-right: 15px;
        background-color: #fce501;
        color: #000;
        cursor: pointer;
    }

    .select-submit-mobi span{
        position: relative;
    }

    .select-submit-mobi span::after{
        position: absolute;
        right: -12px;
        top: 57%;
        transform: translateY(-50%);
        content: '';
        width: 7px;
        height: 11px;
        background: url(/assets/images/arrow-right.png) scroll no-repeat 0 0;
    }
	
	
	
.hot-size-mobi{
display:block;
}	
	
	
.main{
	background:#eaeaea
}
.hot-size-mobi{
	position:relative;
	margin-left:27px;
	margin-right:27px;
}

.hot-size-mobi h2{
	font-size:18px;
	text-align:center;
	color:#515151;
	margin-top:20px;
	margin-bottom:20px;
}


.hot-size-content{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.hot-size-content .item{
	flex:0 0 48%;
	position:relative;
	margin-bottom:20px;
}


.hot-size-content .item p{
	color:#27509b;
	font-size:32px;
	font-weight:bold;
	letter-spacing: 0;
	z-index:1;
	position:relative;
	margin-bottom:-12px;
	font-style: italic;
	margin-left:10px;
	text-shadow: 0px 45px 55px #333;
	font-family: NotoSans-Bold;
}


.hot-size-content .item ul{
	background:#fff;
	overflow:hidden;
	z-index:2;
	position:relative;
	box-shadow: 0px 21px 85px -58px #000;
}


.hot-size-content .item li{
	margin:10px;
	margin-top:15px;
	margin-bottom:15px;
	line-height:2;
	border-bottom:solid 2px #f2f2f2;
	
}

.hot-size-content .item li:last-child{
margin-bottom:15px;
}

.hot-size-content .item li a{
	display:block;
    font-style: italic;
	padding-left:8px;
	letter-spacing: 0;
	position:relative;
}


.hot-size-content .item li a::after{
	width:18px;
	height:18px;
	position:absolute;
	content:'';
	right:0px;
	top:50%;
	transform:translateY(-50%);
	background:url(/auto/tyre-selector/by-size/assets/img/bj-arrow.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}

.hot-size-content .item li a:hover::after{
	display:none;
}

.hot-size-content .item li a:hover{
	text-align:center;
	padding-left:0;
	background-color:#e2e2e2;
}

.hot-size-content .item li a:hover::before{
	width:7px;
	height:11px;
	position:absolute;
	content:'';
	left:10px;
	top:50%;
	transform:translateY(-50%);
	background:url(/assets/images/arrow-right.png) scroll no-repeat 0 0;
	background-size:100% 100%;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    
}


@media (max-width: 750px){
.tire-header{
height: 140px;
}
.selection-content{
top:0px;
}
.select-submit-mobi{
height:45px;
}
    .selection-mobi{
        height: 310px;
    }
    .selection-mobi .tire-bj-img{
        top: -27.5%;
    }
    .tyre-selector-bySize{
        padding-bottom: 30px;
    }
    
    .selection-mobi .text span{
        font-size: 20px;
        top: -4px;
    }
    .size-header span{
        font-size: 14px;
    }
    .select-submit-mobi{
        bottom: 30px;
    }
    .selection-mobi .tips{
        font-size: 14px;
        top: 18%;
		display:none;
    }
    .tips{
        background-position: 0 0;
    }
    .selection-mobi .move-wrapper{
        top: 17%;
    }
	
	.selection .size {
    transform: scale(0.5);
    top: 2px;
}
	
	

}