*{
    padding: 0;
    margin: 0;
}
#app{
   
    max-height: 100vh;
    min-height: 100vh;
    background-image: url('../img/3808.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content{
 background-color: #FFFFFF;
 width: 90%;
 position: fixed;
 left: 5%;
 top: 36%;
 border-radius: 10px;
 display: flex;
 flex-direction: column;
 align-items: center;
 padding-bottom: 40px;
}
.title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-color: #FEF8E8;
    font-size: 12px;
font-weight: 500;
color: #C17E1A;
}
.img1{
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.img2{
    margin-top: 18px;
    margin-bottom: 16px;
    width: 282px;
    margin-right:4px;
    height: 92px;
}
.img3{
    width: 282px;
    margin-right:4px;
    height: 66px;
    margin-bottom: 26px;
}
.img4{
    width: 283px;
    height: 52px;
    margin: 0 auto;
}