img{
    width: 100%;
    display: block;
}
.body{
    max-width: 750px;
    margin: 0 auto;
    background-color: #f0f0f0;
}
.form{
    /* 从上到下背景渐变 */
    background: linear-gradient(to bottom, #2145e9, #173ce2);
    width: 100%;
    /* padding: 20px 0; */
}
.formstyle{
    padding: 20px;
    /* width: 85%; */
    margin: 0 auto;
    /* border-radius: 10px; */
    background-color: #fff;
    /* padding-bottom: 50px; */
    margin-bottom: 20px;
}
.special{
    padding: 20px;
    width: 85%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}
.special .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.special .item img{
    width: 50px;
    height: 50px;
}
.yhxy{
    font-size: 13px;
    top:3px;
    position: relative;
    left: -15px;
}
.title1{
    font-size: 14px;
    font-weight: bold;
}
.title2{
    font-size: 12px;
    color: #666;
}
