.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}

.swiper-pagination-bullet {
    width: 8px;
    height:2px;
    display: inline-block;
    border-radius: 0%;
    background: rgba(255, 255, 255, 1);
    /*opacity: .2*/
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width: 26px;
    /*background: var(--swiper-pagination-color, var(--swiper-theme-color))*/
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 6px;
    left: 0;
    width: 100%
}
.swiperFU{
    position: relative;
    /*margin: 0.4rem 0rem;*/
}
.mySelectinner{
    position: relative;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySelectinner img{
    width: 20px;
    /*position: absolute;*/
    /*right: 0rem;*/
    /*top:0rem*/
}
.mySelectinnerCode{
    display: flex;
    position: absolute;
    top: 0.55rem;
    left: -0.3rem;
    flex-direction: column;
    text-align: left;
    font-size: 0.28rem;
    width: 1.6rem;
    background: #fff;
    z-index: 10;
    padding: 0.1rem;
    border:1px solid #ccc;
    border-radius: 6px;
}
.mySelectinnerCode span{
    background: #fff;
    padding: 0.1rem 0rem;
    text-align: center;
}
.mySelectinnerSun{
    display: flex;
    position: absolute;
    top: 0.55rem;
    left: -0.3rem;
    flex-direction: column;
    text-align: left;
    font-size: 0.28rem;
    width: 1.6rem;
    background: #fff;
    z-index: 10;
    padding: 0.1rem;
    border:1px solid #ccc;
    border-radius: 6px;
}
.mySelectinnerSun span{
    background: #fff;
    padding: 0.1rem 0rem;
    text-align: center;
}
.title_neraderPcLeft{
    width: 75%;
}
.containerNameliveName{
    width: 98%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 0.7rem;
    white-space: normal;
}
.title_search{
    background:rgba(247, 248, 250, 1);
    border: none;
    font-size: 0.3rem;
    text-align: left;
    border-radius: 3px;
    padding: 0.2rem 0 0.2rem 0.9rem;
    width: 100%;
    border-radius: 20px;
    /*font-family: 'HarmonyOS Sans SC';*/
    color: rgba(169, 174, 184, 1);
}
.swiper-slide {
    text-align: center;
}
#swiperCenter{
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
}
.launch-btn{
    position: absolute;
    top: 0px;
    left: 0px;
}

