.body-bg{
    width:100%;
    height: 220px;
}
.body-bg-text{
    position: absolute;
    width: 586px;
    height: 120px;
    z-index: 1;
}
.container-1{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    position: relative;
    margin-top: 22px;
}
.container-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #EEEEEE;
    height: 538px;
}
.container-title{
    color: #3D3D3D;
    font-size: 30px;
    font-weight: 600;
    padding: 30px 0;
}
.left-img{
    width: 477px;
    height: 356px;
}
.container-body{
    display: flex;
    justify-content: center;
    align-items: center;

}
.container-body-left{
    margin-right: 50px;
}
.container-body-right{
    font-size: 14px;
    color: #3D3D3D;
    line-height: 28px;
    width: 510px;
}


.tips{
    margin-top: 20px;
    padding: 20px 0;
    font-size: 18px;
    color: #7D342D;
    cursor: pointer;
    font-weight: 600;
}
.tips img{
    width: 20px;
    height: 20px;
}

.container-3{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    height: 538px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-3 .container-body-left{
    order: 2;
    margin: 0 0 0 50px;
}

.container-3 .container-body-right{
    order: 1;
}