﻿/* 首页底部表单 */

.HomepageForm {
    width: 100%;
    height: 7.49rem;
    margin: 0 auto;    
    display: block;
    clear: both;
    padding-top: 0.2rem;
    background: #38b9c3;
}

.HomepageForm h1 {
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.22rem;
}

#HomepageForm {
    width: 5.82rem;
    height: 6.5rem;
    margin: 0 auto;
    border-radius: 0.35rem;
}

#HomepageForm h3 {
    font-size: 0.31rem;
    color: #fff;
    margin: 0.25rem auto 0 auto;
    text-align: center;
}

#HomepageForm ul {
    width: 5.18rem;
    margin: 0 auto;
}

#HomepageForm li {
    display: block;
    width: 5.08rem;
    height: 0.61rem;
    line-height: 0.61rem;
    margin: 0.3rem auto;
}

#HomepageForm input {
    outline: none;
    border: none;
    display: block;
    width: 100%;
    height: 0.61rem;
    text-indent: 0.77rem;
    font-family: "微软雅黑";
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.61rem;
    border-radius: 0.1rem;
    border: 0;
}

#HomepageForm li:last-child {
    width: 5.18rem;
    height: 2.21rem;
}

#HomepageForm li:last-child textarea {
    width: 5.18rem;
    height: 2.21rem;
    text-indent: 0.32rem;
    padding-top: 0.1rem;
    resize: none;
    background: #fff;
    border: 0;
    border-radius: 0.1rem;
    font-family: "微软雅黑";
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.32rem;
}

#HomepageForm li.inputname input {
    background: url(../images/formicon01.png) no-repeat 5% 50% #fff;
    background-size: 0.35rem 0.35rem;
}

#HomepageForm li.inputphone input {
    background: url(../images/formicon02.png) no-repeat 5% 50% #fff;
    background-size: 0.35rem 0.25rem;
}

#HomepageForm li.inputdate input {
    background: url(../images/formicon03.png) no-repeat 5% 50% #fff;
    background-size: 0.35rem 0.35rem;
}

#HomepageForm a.submit-btn {
    cursor: pointer;
    display: block;
    width: 1.99rem;
    height: 0.55rem;
    font-size: 0.29rem;
    color: #38b9c3;
    line-height: 0.55rem;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.1rem;
}
