body {
    color: #333;
    font-size: 14px;
    font-family: "微软黑体", Arial, Tahoma;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    padding-bottom: 55px;
    padding-top: 50px;




}

/* 苹果手机按钮样式去除 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button {
    -webkit-appearance: none;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: #444;
    text-decoration: none
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #e70e16;
}

img {
    max-width: 100%;
}

.header {
    background: url(../images/header.png) center no-repeat;
    background-size: cover;
    height: 50px;
    padding: 10px 15px;
    box-shadow: 3px 0 7px rgba(51, 51, 51, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.logo img {
    height: 30px;
}

.drawer-default {
    background: #f2f2f2 url(../images/nav-back.png) left top repeat-y;
}

.drawer-default,
.drawer-overlay-upper {
    z-index: 100000;
}

.nav-phone {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003f98;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}

.nav-phone a {
    color: #fff;
}

.logo-txt {
    font-size: 12px;
    color: #fff;
    height: 30px;
    border-left: solid 1px #fff;
    padding: 0 10px;
    margin-left: 10px;
    letter-spacing: -1px;
}

.menu-button {
    position: absolute;
    padding: 0;
    top: 18px;
    right: 5%;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.drawer-hamberger {
    width: 55px;
}

.nav-t li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
}

.nav-t li a img {
    width: 18px;
    margin-right: 12px;
    vertical-align: top;
}

.nav-t {
    margin: 30px;
}

.nav-lind {
    border-top: solid 1px #ddd;
}

.from-title {
    font-size: 16px;
    color: #0b5b40;
    margin-top: 8px;
    text-align: center;
}

.from-num {
    color: #0b5b40;
}

.from-top {
    padding: 0px 7%;
    text-align: left;
}

.fa-tt {
    position: relative;
    z-index: 100;
    background-size: auto 100%;
    height: 34px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.fa-input {
    position: relative;
    padding-left: 90px;
    margin-bottom: 10px;
}

.fa-left {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 45px;
    color: #0b5b40;
    font-size: 16px;
}

.fa-input input {
    border-radius: 0;
    box-shadow: none;
}

.form-control {
    border-radius: 0;
    border: 1px solid #0c845c;
    height: 45px;
    font-size: 15px;
}

.fa-box {
    padding: 25px 7%;
    margin-top: -20px;
    padding-top: 30px;
}

.btn-ym {
    background: #0c845c;
    color: #FFF;
    width: 95%;
    height: 45px;
    font-size: 18px;
    margin-top: 5px;
}

.from_back {
    background: #f2f2f2 url(../images/from_back.png) center no-repeat;
    background-size: cover;
    padding-top: 28%;
}

.from_back div,
.from_back p {
    color: #fffffe;
}

.from_back .btn-ym-lg {
    background: #f39800;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff
}

.fa-box p {
    color: #3866b7;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.bottom-txt {
    text-align: center;
    color: #fff;
    background: #0b5b40;
    padding: 10px 0px;
    line-height: 25px;
    margin-bottom: -10px;
}

/*底部*/
.footer-ul {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.footer-ul li {
    float: left;
    width: 50%;
}

.footer-ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #dd1e1e;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.footer-ul li a img {
    width: 20px;
    margin-right: 10px;
}

.footer-ul li a:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-right: solid 1px #fff;
}

.footer-ul li:last-child a:before {
    display: none;
}

.comm_error {
    display: none;
    position: fixed;
    top: 50%;
    right: 12%;
    z-index: 9999;
    left: 12%;
    margin-top: -2rem;
    padding: 1rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.80);
}

.comm_error a {
    color: #FFF;
}