body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.top-div{
    box-sizing: border-box;
    padding:24px 0 ;
    background-image: url('../image/common/img_product_personal_banner_bg.png');
    background-size: 100% 100%;
}
.top-head-div{
    font-size: 24px;
    color: #3385FF;
    text-align: center;
    line-height: 36px;
    width: 100%;
}

.top-text-div{
    max-width: 343px;
    font-size: 14px;
    color: #4A5F7E;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 24px;
}

.top-img-div{
    margin: 0 auto;
    width: 300px;
    display:flex;
    justify-content: center;
}


.fnc-div{
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
}
.fun-head-div{
    font-size: 16px;
    color: #3A4461;
    text-align: center;
}

.fun-xb-div{   
    height:3px;
    width:30px;
    background: #3385FF;
    margin: 0 auto;
    margin-top:12px ;
}


.fun-introduce-div{
    box-sizing: border-box;
    padding:0 0 16px 0;
    max-width: 343px;
    margin: 0 auto;
}
.fun-introduce-text-div{
    font-size: 14px;
    color: #82899E;
    text-align: left;
    line-height: 24px; 
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
}

.fun-introduce-text-div > img{
    margin-top: 3px;
}

.fun-introduce-text-div > span{
    margin-left: 9px;
}

.fnc-can-head-div{
    font-size: 16px;
    color: #3A4461;
    text-align: center;
    margin: 12px 0;
}

.fun-can-text-div{
    max-width: 343px;
    font-size: 14px;
    color: #82899E;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 14px;
}

.fun-can-img-div{
    max-width: 343px;
    background: #F7F8FA;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.fun-can-img-div img{
    width: 100%;
}
.problem-div{
    background: #FFFFFF;
    max-width: 343px;
    margin: 0 auto;
    margin-top: 8px;
}
.problem-item-div{
    background: #FFFFFF;
    border: 1px solid #E5E9F1;
    box-shadow: 0 10px 60px 0 rgba(203,212,233,0.20);
    border-radius: 2px;
    max-width: 343px;
    box-sizing: border-box;
    padding: 16px 16px 16px 28px;
    margin-bottom: 8px;
}

.problem-item-question-div{
    display: flex;
    align-items: flex-start;
    margin-bottom:12px ;
}

.problem-item-question-div > img{
    margin-right: 8px;
    margin-top: 2px;
}
.problem-item-question-div > span{
    font-size: 14px;
    color: #081333;
    text-align: left;
    line-height: 24px;
}

.problem-item-answer{
    font-size: 14px;
    color: #5C647A;
    text-align: left;
    line-height: 24px;
    max-width: 271px;
    margin-left: 32px;
}

.swiper-div{
    width: 100%;
    overflow: hidden;
    margin-top: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-item{
    width: 320px;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
}

.swiper-item-div{
    width: 320px;
    display: flex;
    /* overflow: hidden; */
    transform: translateX(-302px);
    /* white-space: nowrap;
    overflow-y: auto; */
}

.swiper-item-img-div{
    background-image: url('../image/小.png');
    background-size: 100% 100%;
    /* display: inline-block; */
    overflow: hidden;
    width: 292px;
    height: 454px;
    position: relative;
    margin-right:10px;
    /* transition-duration:3s; */
   
}

.swiper-item-img-div1{
    background-image: url('../image/大.png');
    background-size: 100% 100%;
    /* display: inline-block; */
    width: 292px;
    height: 516px;
    position: relative;
    margin-right:10px;
    /* margin-right: 43px; */
    /* transition-duration:3s; */
   
}

.swiper-item-head-div{
    width: 292px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 38px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;

}

.swiper-item-span-div{
    width: 292px;
    box-sizing: border-box;
    padding: 30px 20px 0 20px;
    position: absolute;
    top: 90px;
}
.swiper-item-span-img-div{
    width: 252px;
    height: 60px;
    display: flex;
    justify-content: center;
}
.swiper-item-span-head-div{
    font-size: 14px;
    color: #3A4461;
    text-align: center;
    line-height: 24px;
    margin-top: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.swiper-item-span-text-div{
    font-size: 14px;
    color: #82899E;
    text-align: justify;
    line-height: 24px;
    white-space: normal;
}