@charset "utf-8";
/* zfxg */
.zfxg {
    padding: 1.5rem 0;
}

.zfxg-c {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/zf-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.zfxg-c ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 750px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.zfxg-c ul li b {
    font-size: 22px;
    color: #ffe1b7;
    display: block;
    font-weight: normal;
    margin-right: 20px;
}

.zf-r {
    flex: 1;
    min-width: 0;
    border-bottom: 1px dashed #ffe1b7;
    position: relative;
}

.zf-r .ipt input {
    height: 40px;
    line-height: 1;
    color: #ffe1b7;
    font-size: 18px;
    padding: 10px;
    background-color: transparent;
}

.zf-r .ipt input.zhufu{
    width:100%;
}

.zf-r .ipt input::placeholder {
    letter-spacing: 1px;
    color: #ffe1b7;
}

.zf-r .ipt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#fff;
}

.btnbox {
    width: 260px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/s7-zfbg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
    transition: all 0.5s;
}

.btnbox #btn_sub {
    font-size: 22px;
    line-height: 100px;
    color: #c90608;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

.btnbox:hover {
    transform: scale(0.9);
}

#reset{
    display: none;
}



@media screen and (max-width: 700px) {
    .zfxg-c ul li {
        width: 90%;
        margin-bottom: 20px;
    }
    .zfxg{
        padding-top: 30px;
    }
    .zfxg-c ul li b{
        font-size: 18px;
    }
    .zfxg-c {
        padding-top: 50px;
        padding-bottom: 150px;
    }
}