
.thumbsbox {
    position: relative;
    background: rgba(240, 240, 240, 0.8);
    padding: 4px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.thumbsbox .tab-swiper-button {
    top: calc(50% + 4px);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    filter: drop-shadow(-2px 0px 6px rgba(0, 0, 0, 0.08));
    cursor: pointer;
}
.thumbsbox .tab-swiper-button::after {
    font-size: 14px;
    color: #999;
    font-weight: 900;
}
#thumbs {
    width: 93%;
    margin: 0 auto 0px;
    /* border-radius: 8px; */
}
#thumbs .swiper-slide {
    font-size: 16px;
    color: #666;
    padding: 11px 20px;
    border-radius: 8px;
    width: auto;
    height: auto;
    cursor: pointer;
}
#thumbs .swiper-slide:hover {
    font-weight: 500;
    color: #333;
}
#thumbs .my-slide-thumb-active {
    font-weight: 500;
    color: #fff !important;
    background: #398FA5;
    box-shadow: 0px 6px 10px rgba(251, 72, 16, 0.2);
}

.back {
    max-width: none;
}

.iosSlider .slider .item .inner img {
    height: 100%;
}

.container-tpxw {
    z-index: 99999;
    position: relative;
    top: -2px;
}

.headlogo {
    display: flex;
    align-items: center;
}

.banner_btn a {
    width: 204px;
    height: 61px;
    display: block;
    background-color: RGBA(104, 158, 176, .6);
    text-align: center;
    line-height: 61px;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 40px;
    float: right;
}

.banner_btn a:hover {
    color: white !important;
}

.iosSlider .slider .item .inner .more a:hover {
    color: #fff !important;
}

.sliderContainer .slideSelectors .selected {
    background: #398fa5;

}