.registerBg {
    background: #fafafa;
    padding-top: 45px;
    padding-bottom: 161px;
    min-width: 1200px;
}

.registerMenu {
    width: 513px;
    margin: 0 auto;
}

.registerMenuItem {
    width: 60px;
    float: left;
}

.registerMenuItem span {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: url(../img/bg_buzhou.png) no-repeat;
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}

.registerMenuItem p {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    color: #afafaf;
}

.registerMenuRed span {
    background: url(../img/bg_buzhou_click.png) no-repeat !important;
}

.registerMenuRed p {
    color: #000 !important;
}

.registerMenuLine {
    width: 83px;
    height: 2px;
    background: #d7d7d7;
    margin: 21px 4px 0;
    float: left;
}

.registerList {
    width: 750px;
    margin: 45px auto 0;
}

.registerListItem {
    width: 340px;
    height: 420px;
    background: #fff;
    border-radius: 5px;
    padding-top: 1px;
}

.registerListItem:last-child {
    margin-left: 70px;
}

.registerListItem img {
    max-width: 100%;
    margin: 65px auto 0;
    display: block;
}

.registerListItem span {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    display: block;
}

.registerListItem p {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #afafaf;
}

.registerListItem a {
    display: block;
    width: 290px;
    height: 45px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    margin: 36px auto 0;
    line-height: 45px;
}

.registerListItem a:hover {
    color: #fff;
}

.registerVolunteerBtn {
    background: #ff0202;
}

.registerOrganizeBtn {
    background: #2e8de8;
}

/* 志愿者注册 */
.volunteerRegisterList {
    width: 717px;
    height: 360px;
    background: #fff;
    margin: 45px auto 0;
    padding-top: 25px;
}

.volunteerForm {
    width: 450px;
    margin: 0 auto;
}

.volunteerForm .layui-form-label {
    text-align: left;
    padding: 0;
    line-height: 40px;
    height: 40px;
    width: 100px;
}

.volunteerInput input {
    width: 340px;
    height: 40px;
    border: none;
    background: #f3f4f7;
    font-size: 14px;
    color: #333;
}

.volunteerCodeInput {
    width: 340px;
    height: 40px;
}

.volunteerCodeInput input {
    width: 245px;
    height: 40px;
    float: left;
    background: #f3f4f7;
    font-size: 14px;
    color: #333;
    border: none;
}

.getVerify {
    width: 88px;
    height: 40px;

    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    display: block;
    text-align: center;
    float: right;
    line-height: 40px;
    border-radius: 2px;
}



.pactCheck {
    width: 340px;
    height: 40px;
    margin-bottom: 0 !important
}

.pactCheck .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0 !important;
    padding-left: 10px !important;
}

.pactCheck span a {
    color: #207dd4;
}

.pactCheckBox {
    margin-bottom: 0 !important;
}

.formRegister button {
    width: 200px;
    height: 40px;
    background: #ff0202;
    text-align: center;
    line-height: 40px;
    margin-left: 110px;
}

/* 志愿者完善 */
.volunteerCompleteList {
    width: 717px;
    background: #fff;
    margin: 45px auto 0;
    padding: 30px 43px;
}

.completeForm .layui-form-item .layui-form-label {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0;
}

.completeForm .layui-form-item .layui-form-label i {
    color: #ff1616;
}

.completeInput input {
    width: 340px;
    height: 40px;
    border: none;
    background: #f3f4f7;
}

.completeSelect input {
    width: 340px;
    height: 40px;
}

.completeSelect .layui-form-select {
    width: 340px;
    height: 40px;
}

.completeSelectplace .layui-form-select {
    width: 166px;
    height: 40px;
    float: left;
}

.completeSelectplace .layui-form-select:last-child {
    margin-left: 8px;
}

.sexInput .layui-form-radio>i:hover,
.sexInput .layui-form-radioed>i {
    color: #0081E6;
}

.footer {
    position: relative;
}

.completeButton .layui-btn {
    background: #fff;
    color: #ff1616;
}

.completeText textarea {
    width: 340px;
    height: 150px;
    border: none;
    outline: none;
    background: #f3f4f7;
    resize: none;
}

/* 注册成功 */
.regSuccess {
    width: 717px;
    height: 70px;
    background: #fff;
    margin: 40px auto;
    line-height: 70px;
    text-align: center;
}

.regSuccess img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    font-size: 15px;
    color: #FF0606;
    letter-spacing: 0.1px;
    text-align: center;
}

.regSuccess-red {
    color: #FF0606;

}

/* 忘记密码 */
.forgetPassword {
    width: 216px;
}

.forgetPwd {
    height: auto;
    padding: 35px 0;
}

.forgetPwd img {
    display: block;
    margin: 80px auto 20px;
}

.forgetPwd h2 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.13px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.forgetPwd p {
    font-size: 16px;
    color: #979797;
    letter-spacing: 0.1px;
    text-align: center;
    margin-bottom: 30px;
}

.backIndex,.goLogin {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FF0606;
    border-radius: 2px;
    font-size: 14px;
    color: #FF0303;
    letter-spacing: 0;
    text-align: center;
    background: #fff;
    float: left;
    margin-right: 17px;
}
.backIndex:hover{
    color: #FF0303;
}
.goLogin:hover{
    color: #fff;
}
.goLogin {
    color: #fff;
    background: #FF0202;
    border-radius: 2px;
    margin-right: 0;
}
.comeBack{
   margin: 0 148px;
}
#applicationImg{
    max-width: 340px;
    height: auto;
}
.resBody{
    width: 100%;
    height: 100%;
    background: #fafafa!important;
}
.resFooter{
    position: absolute!important;
}

.registerListItem .zzImg{
    width: 137px;height: 137px;
}
.projectName{
    cursor: pointer;
}
.actList{
    z-index: 899;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
    display: none;
    width: 250px;
    height: auto;
    margin-top: 5px;
}
.actList li{
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.actList li:hover{
    background: #ED2000;
    color: #fff !important;
}
.dh-w-340{
    width: 340px;
}
.clear-name{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    z-index: 999;
    display: none;
}