@charset "utf-8";
.pageNav{
    width: 100%;
    padding-top: 1rem;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pageNav .pageLi{
    width: 33%;
    margin-bottom: 1.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.pageNav .pageLi a {
    width: 70%;
}
.pageNav .pageLi a img {
    width: 100%;
}

/* 表单样式 */

.reset {
    background: #ada79f;
    float: right;
}

.submit {
    background: #f90502;
    float: left;
}

.form-6 input {
    width: 100px;
    height: 40px;
    border: 0px;
    color: #fff;
}

.form-6 {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-left: 5%;
}

.form-5 textarea {
    border: 1px solid #bfbfbf;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 92%;
    height: 160px;
    float: left;
    background: #fff;
    padding-left: 3px;
    line-height: 40px;
}

.form-5 {
    width: 90%;
    margin-bottom: 40px;
    height: 140px;
    margin-left: 10%;
}

.form-4 input {
    width: 90%;
    height: 40px;
    background: #fff;
    float: left;
    padding-left: 10px;
    border: 1px solid #bfbfbf;
}

.form-4 {
    width: 90%;
    margin-bottom: 20px;
    height: 40px;
    margin-top: 30px;
    margin-left: 10%;
}

.form-3 {
    width: 90%;
    height: 340px;
    margin: 0 10px;
}

.form-2 {
    width: 96%;
    height: 600px;
    margin: 0 auto;
}

.form-1 {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #f90502;
    padding-top: 15px;
}

.form {
    width: 100%;
    height: 610px;
    margin: 0 auto;
    min-height: 400px;
}