
.wrap-container{
    margin: 24px;
    padding-bottom: 8px;
}
.rt-box{
    display: flex;
    justify-content: center;
    align-items: center;   
}
.rights-title{
    margin: 24px auto;
    display: flex;
}

.title-item{
    padding-left: 6px;
    padding-right: 6px;
}
.title-item span{
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: bold;
}
.title-item span.active{
    color:#3a6ff5;
    border-bottom:2px solid #3a6ff5;
}
.con-item{
    display: none;
    padding:0 24px 24px;
}
.show{
    display: block;
}
.q-style{
    padding:18px 0 8px;
    position: relative;
    text-align: justify;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.q-con p{
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}
a,.q-con .thirdapp-link{
    color: #007dff;
}
.top{
    text-align: center;
    padding:24px 24px 0;
    font-size: 18px;
    font-weight: bold;
}
.tab{
    display: flex;
    flex-direction: row;
    width: 50%;
    margin:0 auto;
}
.tab-item{
    width: 50%;
    padding:8px 12px;
}
.tab-item:first-child {
    text-align: right;
}
.tab-item span{
    display: inline-block;
    padding-bottom: 4px;
    font-size: 15px;

}
.tab-item span.active{
    border-bottom:1px solid #007dff;
    color: #007dff;
}
.bottom-tab-choose{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
}

.swiper-container1{
    padding-top: 56px;
}
.swiper-container1>.swiper-pagination-bullets, .swiper-container1, .swiper-pagination-fraction{
    bottom: 0;
    top: 18px;
}
.swiper-container1 .bottom-tab-title{
    width: auto !important;
    height: 21px !important;
    font-size: 17px !important;
    border-radius: inherit !important;
    background:none ;
    padding-bottom: 8px;
    opacity: 0.7
}
.swiper-container1 .swiper-pagination-bullet-active{
    color: #3a6ff5;
    padding-bottom: 8px;
    border-bottom: 2px solid #3a6ff5;
    background: none;
    border-radius: inherit ;
    opacity:1
}
.bottom-tab-title:first-child{
    text-align: right;
}
.bottom-tab-title .active-span{
    color: #3a6ff5;
    padding-bottom: 8px;
    border-bottom: 2px solid #3a6ff5;
}
.bottom-tab-list{
    padding:0 24px;
    overflow: hidden;
}
/*重置导航点样式*/
.swiper-pagination-bullet{
    width: 4px;
    height: 4px;
}
.swiper-pagination-bullet-active{
    width: 6px;
    height: 6px;
    color: #007dff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    font-family:"HYQiHeiX1 65W";
    margin:0 15px;
    outline: 0;
}
.swiper-container1 .swiper-pagination{
    z-index: 0;
}