body{
    background: #F4F4F4;
}
.head-shadow{
    box-shadow: none;
}
.banner{
    background: #192842;
    padding-top: 20px;
    margin-top: -20px;
}
.banner img{
    width: 100%;
    object-fit: contain;
}
.part1{
    margin: -66px 30px 0;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    height: 308px;
    position: relative;
    z-index: 2;
}
.part1-item{
    width: 376px;
    text-align: center;
    font-size: 22px;
    color: #898989;
    line-height: 32px;
    padding-top: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.part1-item img{
    width: 116px;
    height: 116px;
    margin: 10px 0 10px;
}
.word-bold{
    font-size: 30px;
    color: #2F3037;
    line-height: 30px;
    font-weight: bold;
}
.part1-line{
    width: 2px;
    height: 308px;
    background: linear-gradient( 180deg, #FFFFFF 0%, #ECECEC 51%, #FFFFFF 100%);
}
.trade-title{
    text-align: center;
    padding: 40px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.trade-title-line{
    width: 76px;
    height: 4px;
    background: #4FC2B8;
    border-radius: 2px;
    margin-top: 20px;
}
.three_list{
    padding: 0 30px 20px;
}
.three_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 216px;
}
.three_item_text{
    width: 348px;
    font-size: 24px;
    color: #898989;
    line-height: 32px;
    margin-top: 12px;
}
.three_item img{
    height: 100px;
    width: 200px;
    object-fit: contain;
}
.free_hand_serve{
    background: #1A2B47;
    padding: 20px 30px 10px;
}
.free_hand_list_item{
    margin-bottom: 40px;
    width: 690px;
    height: 276px;
    background: #4FC2B8;
    border-radius: 10px;
    padding: 40px 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.free_hand_list_item_content{
    font-size: 24px;
    color: #1A2B47;
    margin: 12px 0 30px;
    text-align: center;
    line-height: 32px;
}
.free_hand_list_item_btn{
    width: 240px;
    height: 60px;
    background: #1A2B47;
    border-radius: 30px;
    font-size: 32px;
    color: #4FC2B8;
    line-height: 60px;
    text-align: center;
}
.add_money_list{
    padding: 0 30px;
}
.add_money_item{
    display: flex;
    align-items: center;
    width: 690px;
    height: 216px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 40px;
}
.add_money_item img{
    width: 120px;
    height: 120px;
    margin-right: 30px;
    flex-shrink: 0;
}
.add_money_item_content{
    font-size: 24px;
    color: #898989;
    line-height: 32px;
}
.add_money_item_content .word-bold{
    margin-bottom: 12px;
}
.back_content_box{
    height: 220px;
    background: #FFFFFF;
    padding-left: 40px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.back_content_box img{
    width: 220px;
    height: 140px;
    border-radius: 10px;
    margin-right: 10px;
    flex-shrink: 0;
    object-fit: cover;
}
.back_content_box img:last-child{
    margin-right: 40px;
}
.kefu{
    padding-bottom: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.kefu img{
    width: 288px;
    height: 288px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px;
    object-fit: contain;
}
.kefu-info{
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-top: 24px;
}
