@charset "utf-8";


.img_div img,.img_div{
    height: 301px;
    width: 394px;
    margin-left: 50px;
}
.div_font p{
    width: 586px;
    height: 262px;
    line-height: 45px;
    font-size: 18px;
    margin-top: -45px;
}
.first-titles li{
    width: 200px;
}

.swiper-dev{
    width: 290px;
    height: 200px;
    background: white;
    margin-left: 100px;
    border-radius: 10px 10px;
}
.swiper-dev .img1{
    border-radius: 10px 10px 0 0;
    width: 290px;
    height: 142px;
}
.swiper-dev h6{
    font-size: 16px;
    margin-top: 10px;
    width: 250px;
    word-wrap: break-word; /* 使用 word-wrap 控制文本换行 */
    font-weight: normal; /* 取消加粗效果 */
    padding: 0 20px;
}


.left-image{
    float: left;
    width: 75px;
    height: 75px;

    border:2px solid #D7D7D7;
    border-radius: 50%;
    margin-top: -120px;
    margin-right: -70px;
}
.left-image img ,.bottom-image img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 500px;
}

.right-text{
    width: 420px;
    height: 190px;
    background-color: #F2F2F2;
    float: left;
}
.right-text h2,.bottom-text h2{
    font-size: 20px;
    margin-top: 10px;
    color: #333333;
    word-wrap: break-word; /* 使用 word-wrap 控制文本换行 */
    font-weight: normal; /* 取消加粗效果 */
    padding: 15px 20px;
    border-bottom: 1px solid #D7D7D7;
}
.q{
    font-size: 20px;
    color: #333333;
}

.right-text p{
    color: #7F7F7F;
    font-size: 16px;
    padding: 15px 20px;
    line-height: 34px;
}

#qrcode-section .item-content {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 40px;
}
.ios{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 150px;
    margin-top: -300px; */
    width: 249px;
    height: 74px;
    background-color: #1FA9E1;
    border-radius: 10px;
}
.android{
    margin-top: -300px;
    width: 249px;
    height: 74px;
    background-color: #2FC2B0;
    border-radius: 10px;
}

.ios img,.android img{
    width: 50px;
    height: 50px;
    float: left;
    margin: 12px 20px 0 30px;
}

.ios p,.android p{
    margin-top: 14px;
    color: white;
    font-size: 18px;
}
.ios span,.android span{
    color: white;
    font-size: 14px;
}

.partner{
    width: 200px;
    height: 100px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
.partner img{
    width: 200px;
    height: 100px;
    background-color: white;
}




























