﻿html {
    font-size: 100px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background: #f6fdf6;
    font-family: '思源黑体 CN';
    position: relative;
    overflow: auto;
}

input:focus,
button:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #999;
}

img {
    width: 100%;
    height: 100%;
}

.clerfix {
    clear: both;
}

header {
    display: flex;
    flex-direction: column;
    background: url(../images/bg.jpg) no-repeat center top / 100%;
    height: 4.88rem
}

.logo {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
}

.logo h1 {
    font-size: 0.4rem;
    font-weight: bold;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.6);
}

.logo p {
    font-size: 0.158rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.fw-form-x {
    display: flex;
    width: 50%;
    margin: 0.7rem auto 0;
    z-index: 999;
    border: 0.22rem solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.am-form-field {
    flex: 1;
    background: #fff;
    border: 0;
}

.am-form-field {
    background: #fff;
    border: 0;
    width: 7.13rem;
    height: 0.7rem;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.2rem;
    font-size: 0.18rem;
}

.fw-list-box-right {
    width: 9.19rem;
    height: 2.85rem;
    margin: 0.2rem 0;
}

.fw-top-box {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    height: calc(100% - 50px);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.fw-bottom-box {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #c2f26f;
    font-size: 0.22rem;
    z-index: 999;
    overflow: hidden;
    position: fixed;

    bottom: 0;
    background: #005b2a;
    width: 100%;
}

.am-btn {
    width: 2.22rem;
    height: 0.7rem;
    border: 0;
    vertical-align: middle;
    background: #005b2a;
    font-size: 0.22rem;
    color: #fff;
    cursor: pointer;
}

.fw-list-box-left {
    width: 3.18rem;
}

.fw-list-box {
    width: 73%;
    max-width: 1680px;
    background: #fff;
    margin: -1rem auto 0;
    border-radius: 0.3rem 0.3rem 0 0;
    box-shadow: 0 0 10px 1px rgba(0, 91, 42, 0.15);
    padding: 0 0.9rem 0.6rem;
}

.fw-list-box-left .x1 h6 {
    background: #29aa38;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    font-size: 0.24rem;
    font-weight: 200;
}

.fw-list-box-left .x1 p {
    border: 2px solid #005b2a;
    font-size: 0.2rem;
    color: rgba(0, 0, 0, 0.7);
    padding: 0.15rem 0.26rem;

}

.fw-list-box-left .x1 {
    margin-bottom: 0.3rem;
    border-radius: 0.12rem 0.12rem 0 0;
    overflow: hidden;
}

.fw-list-box .tit {
    text-align: center;

}

.fw-list-box .tit h3 {
    font-size: 0.36rem;
    color: #005b2b;
    font-weight: bolder;
    padding-top: 0.2rem;
}

.fw-list-box .tit p {
    text-transform: uppercase;
    font-size: 0.15rem;
    color: #7e7e7e;
    position: relative;
    line-height: 0.22rem;
}

.fw-list-box .tit p::after {
    position: absolute;
    width: 100%;
    height: 1px;
    overflow: hidden;
    display: block;
    content: "";
    margin-top: -0.11rem;
    border-bottom: 1px #999 dashed
}

.fw-list-box .tit p span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 999;
    padding: 0 0.1rem;
}

.fw-list-box-min {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
}

@media screen and (max-width: 1024px) {
    header {
        background: url(../images/bg.jpg) no-repeat center top / auto 100%;
    }

    .logo {
        margin-top: 0.8rem;
    }

    .fw-form-x {
        width: 80%;
    }

    .am-form-field {
        height: 0.7rem;
        display: inline-block;
        vertical-align: middle;
        padding-left: 0.2rem;
        font-size: 0.24rem;
    }

    /* placeholder */
    ::-webkit-input-placeholder {
        font-size: 0.18rem;
    }

    ::-moz-placeholder {
        font-size: 0.18rem;
    }

    :-ms-input-placeholder {
        font-size: 0.18rem;
    }

    :-moz-placeholder {
        font-size: 0.18rem;
    }

    .am-btn {
        width: 1.4rem;
        font-size: 0.24rem;
    }

    .fw-list-box {
        width: 90%;
        padding: 0 5% 1rem;
    }

    .fw-list-box-min {
        display: flex;
        flex-direction: column;
    }

    .fw-list-box-left {
        width: 100%;
        text-align: center;
    }

    .fw-list-box-right {
        width: 100%;
        text-align: center;
    }
}