.h5{
    width: 650px;
    margin: 0 auto;
}
.h5 img{
    width: 100%;
}
.sms{
    width: 520px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

input[type=button], input[type=submit], input[type=file], button, input[type=reset] {
    display: block;
}
.h5-input{
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    line-height: 40px;
    padding: 20px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #bcbcbc;
}
.h5-input-cap{
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    line-height: 40px;
    padding: 20px;
    font-size: 22px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.h5-input-cap input{
color: #bcbcbc;
    font-size: 22px;
}
.h5-input-cap span{
    color: #bcbcbc;
    font-size: 22px;
}
.h5-btn{
    background: url(../images/h5/btn.png) no-repeat center;
    width: 100%;
    line-height: 82px;
    text-align: center;
    color: #7b4b1c;
    font-size: 22px;
    display: block;
    border: none;
}

.h5-input-cb{
    font-size: 16px;
    color: #fff;
    margin-top:10px;
}
@media only screen and (max-width: 750px){
    .h5{
    width: 100%;
}
.sms{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
}
.h5-input{
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    line-height: 30px;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
}
.h5-input-cap{
    line-height: 30px;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
}
.h5-input-cap input{
    font-size: 18px;
}
.h5-input-cap span{
    font-size: 18px;
}
.h5-input-cap{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}
.h5-btn{
    background: url(../images/h5/btn.png) no-repeat center;
    background-size: cover;
    line-height: 52px;
    color: #7b4b1c;
    font-size: 22px;
}
}