body {
    font-family: Microsoft YaHei, miui, Helvetica, Arial,
    sans-serif;
}
.middle {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    width: 100%;
    min-height: 250px;
    background:url("../images/banner1.png?v2") no-repeat center;
	/* background-size: cover; */

}
.tips {
    width: 100%;
    height: 37px;
    background-color: #fff;
    font-size: 12px;
    line-height: 37px;
}
.tips .tips-panel {
    display: flex;
    align-items: center;
}
.tips .s-txt {
    color: #f3e58c;
    width: 100px;
    padding-left: 8px;
}
.middle-content {
    width: 100%;
    background-color: #e2e2e2;
    padding: 30px 0 20px;
    position: relative;
}
.pos-bg {
    position: absolute;
    top: 0;
    left: -180px;
}
.middle-content-panel {
     /*height: 1180px; */
    background-color: #fff;
    z-index: 1;
    position: relative;
    display: flex;
    padding: 60px 70px;
    box-sizing: border-box;
    justify-content: space-between;
    box-sizing: border-box;
}
.re-form {
    width: 656px;
    /*height: 600px;*/
    border-right: 1px solid #e1e1e1;
    padding-left: 40px;
    box-sizing: border-box;
}
.re-form input {
    width: 380px;
    height: 36px;
    border: 1px solid #d9d7d7;
    background-color: #f6f6f6;
    border-radius: 6px;
    margin-left: 20px;
    padding-left: 10px;
}
.re-form p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.re-form span {
    text-align: right;
    width: 60px;
    color: #616161;
    font-size: 14px;
}
.re-form p i{
    width: 7px;
   color: red;
}
input::-webkit-input-placeholder {
    color:#8d8d8d;
}
.re-form select {
    width: 80px;
    height: 36px;
    border: 1px solid #d9d7d7;
    background-color: #f6f6f6;
    border-radius: 6px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.re-tips {
    width: 100%;
    color: #616161;
    font-size: 14px;
    margin-left: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.registerr-btn {
    width: 136px;
    height: 54px;
    color: #474747;
    background-color: #e8d26b;
    border: none;
    border-radius: 6px;
    font-size: 18px;
}
.re-btn-box {
    margin-top: 40px;
     margin-left: 90px;
}
.reset-btn {
    width: 136px;
    height: 54px;
    color: #fff;
    background-color: #ed0101;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    margin-left: 10px;
}
.wx-tips {
    margin-top: 20px;
    font-size: 14px;
    color: #474747;
}
