/* åŸ¹è®­è®²å¸ˆæŸ¥è¯¢é¡µæ ·å¼å¼€å§‹ */
body {
    max-width: 750px;
    margin: 0 auto;
    font-family: 'Microsoft Yahei',"\5FAE\8F6F\96C5\9ED1";
    background: url(/static/frontend/images/s-bg.jpg) no-repeat center bottom;
}

.header {
    padding: 20px;
}

.head-logo {
    max-width: 400px;
    display: block;
    margin: 10px auto;
}

.main {
}

.inner-box {
    width: 95%;
    margin: 0 auto;
}

.tit-01 {
    font: bold 36px/36px 'Microsoft Yahei',"\5FAE\8F6F\96C5\9ED1";
    color: #003399;
    text-align: center;
    text-shadow: 0 0 8px #fff;
}

.ipt-box {
    width: 85%;
    margin: 20px auto;
    border: 1px solid #fff;
    border-radius: 30px;
    background: #fff;
    max-width: 400px;
}

.ipt-01 {
    width: 100%;
    font: 16px/45px 'Microsoft Yahei',"\5FAE\8F6F\96C5\9ED1";
    color: #000;
    height: 45px;
    border: 0;
    max-width: 380px;
    padding-left: 20px;
    background: none
}

.btn-submit {
    width: 85%;
    font: 16px/45px 'Microsoft Yahei',"\5FAE\8F6F\96C5\9ED1";
    color: #000;
    height: 45px;
    text-align: center;
    border: 0;
    max-width: 400px;
    background: #ffdb4d;
    border-radius: 30px;
}

.footer {
    background: #333;
    padding: 10px 0;
    color: #fff;
    margin-top: 40px;
    line-height: 30px;
    font-size: 14px
}

.footer a {
    color: #fff
}

.icon {
    display: inline-block;
    width: 24px;
    height: 23px;
    margin: 0 5px;
    vertical-align: middle;
}

.phone-icon {
    background: url(/static/frontend/images/tel.png) no-repeat center;
}

.ciecc-icon {
    background: url(/static/frontend/images/ciecc.png) no-repeat center;
}

/* åŸ¹è®­è®²å¸ˆæŸ¥è¯¢é¡µæ ·å¼ç»“æŸ */
