.banner {
    background-image: url(/images/contact/wap/banner.jpeg);
    width: 100%;
    height: 6rem;
    background-size: cover;
    background-position: center;
    margin-bottom: .1rem
}

.banner .logo {
    height: .5rem;
    margin-top: .62rem;
    margin-left: .3rem
}

.banner h1 {
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.1rem;
    text-shadow: 0 0 0 rgba(76, 12, 19, .3);
    text-align: center;
    margin-top: 1.37rem
}

h2 {
    font-size: .52rem;
    font-weight: 600;
    color: #333;
    line-height: .72rem
}

#message-section {
    text-align: center
}

#message-section h2 {
    margin: .7rem auto
}

#message-section form {
    width: 6.3rem;
    text-align: left;
    margin: auto
}

#message-section form label {
    font-size: .24rem;
    font-weight: 400;
    color: #657279;
    line-height: .66rem
}

#message-section form label.error {
    color: red
}

#message-section form input,
#message-section form textarea {
    width: 5.9rem;
    height: .4rem;
    background: #e9eef2;
    border: 0 solid #444c54;
    border-radius: 0;
    outline: 0;
    padding: .2rem
}

#message-section form textarea {
    height: 2rem
}

#message-section form button {
    width: 6.3rem;
    height: .9rem;
    background: #157efb;
    color: #fff;
    font-size: .3rem;
    outline: 0;
    margin: .82rem auto .78rem;
    border: 0;
    border-radius: .08rem
}

#contact-ways {
    background: #e9eef2;
    padding-top: .79rem
}

#contact-ways h2 {
    text-align: center;
    margin-bottom: .75rem
}

#contact-ways ul {
    width: 6.3rem;
    margin: auto;
    padding-bottom: 1rem
}

#contact-ways .icon {
    width: .7rem;
    height: .7rem;
    display: inline-block;
    vertical-align: middle
}

#contact-ways .icon-phone {
    background: url(/images/contact/phone.svg)
}

#contact-ways .icon-wechat {
    background: url(/images/contact/wechat.svg)
}

#contact-ways .icon-email {
    background: url(/images/contact/email.svg)
}

#contact-ways .contact-info {
    display: inline-block;
    font-size: .36rem;
    font-weight: 400;
    color: #333;
    margin-left: .34rem
}

#contact-ways .contact-info a {
    color: #333;
    font-size: .36rem;
    font-weight: 400
}

#contact-ways ul li {
    margin-bottom: .51rem
}

#start-talk {
    margin-top: .82rem;
    margin-bottom: 0
}

#start-talk a {
    width: 6.3rem;
    height: .9rem;
    background: #157efb;
    border-radius: .08rem;
    color: #fff;
    display: block;
    text-align: center;
    line-height: .9rem
}

.wechat_contact {
    display: block;
    width: 1rem;
    margin-top: .1rem
}