
.qd-banner {
    width: 100%;
    height: 183px;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.s-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.s-box h2{
    margin-top: 30px;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
}
.s-box h3{
    margin-top: 45px;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
}
.s-box p{
    margin-top: 20px;
    color: #666;
}
.qd-question {
    margin-top: 16px;
    border-radius: 8px;
    background-color: #fff;
}
.qd-question .img-c{
    text-align: center;
}
.qd-question img{
    width: 46px;
    height: 46px;
}
.qd-question h2{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
}
.qd-question .content{
    margin: 8px 0;
    flex-wrap: wrap;
}
.qd-question .content .item{
    margin-top: 16px;
    width: 33%;
    align-items: center;
}
.qd-question .content .item .dot{
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #FFBA00;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400;
    color: #292929;
}
.qd-question .content .item .details{
    align-items: center;
}
.qd-question .content .item .details p{
    margin: 5px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: #333333;
}
.qd-question .content .item .details span{
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    color: #666666;
}
.qd-solve h2{
    margin: 32px 0 21px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.qd-solve .content{
    flex-wrap: wrap;
}
.qd-solve .content .mt-10{
    margin-top: 10px;
}
.qd-solve .content .item{
    align-items: center;
    width: 48.5%;
    padding: 10px 1.8% 23px;
    background: #FFFFFF;
    border-radius: 8px;
}
.qd-solve .content .item:nth-child(n+1){
    margin-right: 3%;
}
.qd-solve .content .item:nth-child(2n){
    margin-right: 0;
}
.qd-solve .content .item .c-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 229, 144, 0.28);
    border-radius: 50%;
}
.qd-solve .content .item .c-img img{
    width: 100%;
    height: 100%;
}
.qd-solve .content .details p{
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.qd-solve .content .details .text{
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #666666;
}
.qd-module{
    height: 190px;
    margin-top: 15px;
    padding: 23px 0 23px 0;
    background: #FFFFFF;
    width: 100%;
    border-radius: 8px;
}
.qd-module .item{
    align-items: center;
    justify-content: space-between;
}

.qd-module .item .left:nth-child(2n+1){
    padding-right: 8%;
    width: 50%;
    justify-content: space-between;
}
.qd-module .item .left:nth-child(2n){
    padding-left: 8%;
    width: 50%;
    justify-content: space-between;
}
.qd-module .item .left p{
    margin-top: 13px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.qd-module .item .left .text{
    margin-top: 13px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}
.qd-module .item .left .button1{
    margin-top: 17px;
    max-width: 60px;
    height: 25px;
    text-align: center;
    border: 1px solid #3D79FE;
    border-radius: 4px;
}
.qd-module .item .left .button a{
    display: block;
    max-width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #3D79FE;
}
.qd-module .item .right{
    width: 145px;
    height: 145px;
}
.qd-module .item .right img{
    width: 100%;
    height: 100%;
}
.qd-operation {
    margin-top: 15px;
    padding: 33px 0 11px;
    width: 100%;
    height: 125px;
    background: #FFFFFF;
    border-radius: 5px;
}
.qd-operation .content{
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.qd-operation .content p{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.qd-operation .content span{
    font-size: 10px;
    color: #666666;
}
.qd-operation .button{
    width: 60px;
    height: 25px;
    text-align: center;
    border: 1px solid #3D79FE;
    border-radius: 4px;
}
.qd-operation .button a{
    font-size: 10px;
    font-weight: 400;
    color: #3D79FE;
}
.qd-briefness{
    height: 177px;
    margin: 15px 0;
    padding: 23px 16px 10px 15px;
    background: #FFFFFF;
    width: 100%;
    border-radius: 8px;
}
.qd-briefness .item{
    align-items: center;
    justify-content: space-between;
}

.qd-briefness .item .left {
    padding-right: 2%;
    width: 50%;
    justify-content: space-between;
}

.qd-briefness .item .left p{
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.qd-briefness .item .left .text{
    margin-top: 8px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}
.qd-briefness .item .left .button{
    margin-top: 20px;
    max-width: 60px;
    height: 25px;
    text-align: center;
    border: 1px solid #3D79FE;
    border-radius: 4px;
}
.qd-briefness .item .left .button a{
    font-size: 10px;
    font-weight: 400;
    color: #3D79FE;
}
.qd-briefness .item .right{
    width: 145px;
    height: 145px;
}
.qd-briefness .item .right img{
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 183px;
   
}
.swiper-slide {
    /* position: absolute; */
    background-position: center;
    background-size: cover;
}