.p_page.qa_page .laypage_curr{background-color:#6cc932;border:1px solid #6cc932!important;}
.p_page.qa_page a:hover {background-color: #6cc932 !important;border-color: #6cc932 !important;}
.contain{
    padding-bottom: 4.895vw;
}
.q-list{
    padding-top: 4vw;
}
.q-item{
    padding:1.5vw 4.375vw ;
    border:1px solid #e8e8e8;
    position: relative;
    margin-bottom: 20px;
}
.q-item.active:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 3px;
    background-color: #c1c1c1;
}
.q-item .jt{
    position: absolute;
    top: 35px;
    right: 15px;
    width: 24px;
    cursor: pointer;
    transition: all .5s;
}
.q-item .jt img{vertical-align:middle;}
.q-item .jt.active{
    transform: rotate(180deg);
}
.qua{
    display: flex;
}
.a-lf,
.qua-lf{
    flex: none;
    position: relative;
    margin-right: 1rem;
}
.a-lf .q,
.qua-lf .q{
    position: absolute;
    color:#fff;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 28px;
    font-size: 16px;
}
.qua-rg{
    flex: 1;
    line-height: 1.25;
    font-weight: 500;
}
.ask{
    display: flex;
    padding-top: 1.25vw;
    flex-wrap: wrap;
}
.ask-lf{
    flex: 1;
    margin-right: 3.75vw;
    display: flex;
}
.ask-rg{
    flex: none;
}
.a-rg{
    line-height: 2;
    color: #666;
}
.swiper-ask{
    width: 21vw;
    padding-bottom: 25px;
}
.swiper-ask .swiper-pagination{
  bottom: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
    background-color: #17489C;
}
.ask-out{
    display: none;
}

.p_page div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.65625vw;
}
.p_page a,.p_page span{
    width: 44px;
    height: 44px!important;
    line-height: 44px!important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    border:1px solid #e4e4e4;
    margin: 0 8px;
}
.p_page .laypage_curr{
    background-color: #17489C;
    border-color:#17489C;
    color: #fff!important;;
}
.p_page a:hover{
    background-color: #17489C;
    border-color:#17489C;
    color: #fff!important;
}
.p_page a:hover svg path{
  fill:#fff;
}
@media screen and (max-width:768px){
    .ask-lf{
        flex: 0 0 100%;
        margin-right: 0%;
    }
    .ask-rg{
        flex: 0 0 100%;
        width: 100%;
    }
    .swiper-ask{
        width: 100%;
        margin-top: 20px;
    }
    .ask{
        padding-top: 15px;
    }
    .q-item .jt{
        top:10px;
        width: 15px;
    }
    .q-item{
        margin-bottom: 15px;
    }
    .p_page a{
        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
    .q-list{
        padding-top: 30px;
    }
    .contain{
        padding-bottom: 30px;
    }
}
