.chosen-container-single .chosen-single span,.chosen-container .chosen-results li.active-result{
    font-family: font02;
}
/* .chosen-container-single .chosen-drop {
    max-height: 145px;
    overflow: auto;
} */
.chosen-container-single .chosen-search {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.supportmain>div:first-child{
    margin: 50px 2% 0 2%;
}
.wtb_main{
    width: 100%;
}
.wtb_card {
    transition: all .3s;
    width: 14%;
    margin: 3% 3% 0% 3%;
    background: #ebebeb;
    padding: 1%;
    border-radius: 5px;
    display: block;
    float: left;
}
.partnerlist {
    transition: all .3s;
    height: 85px !important;
    padding: 10px;
}
.wtb_card:hover {
    z-index: 2;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.3);
    box-shadow: 0 2px 20px rgba(0,0,0,.3);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.partnerlist .partnertitle {
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
    color: #595858;
}
.partnerbutton .slide-more {
    float: left;
}
.partnercontent {
    height: 80px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #595858;
}
.nopartner{
    display: none;
}
.nopartner.active{    
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
}
.wheretobuytips{
    display: none;
}
.wheretobuytips.active{    
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
}
.slide-more.sm a{
    width: 150px;
    font-size: 18px;
    line-height: 36px;
}
.under-line{
   /* width: 120px;*/
}
.under-line i {
    /*width: 120px;*/
    font-size: 16px;
    text-align: center;
    color: #3f4040;
    font-weight: 500;
}

.header + section{
    margin-top: 62px;
}
@media (max-width: 1800px) {
    .partnercontent {
        height: 80px;
    }
}
@media (max-width: 1168px) {
    .partnerlist {
        height: 185px !important;
    }
}

@media (max-width: 991px) {
    .partnerbutton {
        margin-top: 10px;
    }
    .header + section{
        margin-top: 50px;
    }
    .wtb_card {
        width: 22%;
    }
}
@media (max-width: 480px) {
    .partnerlist {
        padding: 0 0px 8px 15px;
        margin-top: 10px;
    }
    .slide-more.sm a{
        font-size: 12px;
        line-height: 28px;
    }
    .product_design_font42 {
        font-size: 22px;
        line-height: 22px;
    }
    
    .partnerbutton {
        margin-top: 20px;
    }
    .wtb_card {
        width: 48%;
    }
}
