* {
    margin: 0;
    padding: 0;
    vertical-align: middle
}

html {
    margin-bottom: 1px;
    overflow: hidden;
}

html * {
    font-size: 100%;
    font-family: Microsoft YaHei, simsun, Tahoma, sans-serif;
}

body {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none
}

a:focus, a:hover, a:active {
    text-decoration: underline
}

div {
    display: block;
}

.main-wrap {
    background: #007BB7;
}

.green-button {
    width: 150px;
    height: 32px;
    background: url('../images/green.png');
    border: 0;
    color: #fff;
    cursor: pointer
}

.blue-button {
    width: 150px;
    height: 32px;
    background: url('../images/blue.png');
    border: 0;
    color: #fff;
    cursor: pointer
}

.grey-button {
    width: 84px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
}
.grey-button:hover {
    text-decoration: none;
}

.center-content {
    width: 520px;
    margin: 180px auto;
    text-align: center;
}

.center-content .special-events {
    margin: 0;
    width: 200px;
    height: 200px;
    float: left;
}

.center-content .special-events #logolity {
    background: url(../images/logo.png) center no-repeat;
}

.center-content .special-events i {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    overflow: hidden;
}

.center-content .special-block {
    text-align: left;
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
    width: 250px;
}

.center-content .line {
    position: relative;
    margin-bottom: 15px;
}

.center-content .line .abright {
    position: absolute;
    right: 8px;
}

.center-content .line img {
    border: 1px solid #999;
    margin-left: 5px;
    border-radius: 4px;
}

.center-content .line .field {
    width: 230px;
    padding: 5px 6px;
        height: 23px;
        line-height: 23px;
    border: 1px solid #999;
    border-radius: 4px;
}

.center-content .line .vcode {
    width: 120px;
    padding: 8px 6px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #999;
    margin-bottom: 0;
    border-radius: 4px;
}

.center-content .line label.error {
    color: #f00;
    display: block;
}

.center-content .line label.checked {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 0;
    background: url("../images/right.png") no-repeat 0px 0px;
}

.center-content .line input.error {
    border: 1px dotted red;
}

.center-content .line .placeholder {
    color: #868686
}

.center-content .line .errormsg {
    color: #f00;
    font-size: 14px;
}

/**  注册页面 */
.register-form {
    margin: 20px 35px;
    text-align: left;
}

.register-form .welcome {
    color: #465567;
    font-size: 14px;
    margin: 20px 0;
}

.register-form .line {
    margin-bottom: 10px;
    color: #585858;
}

.register-form .line .extra-name {
    font-size: 14px;
    color: #585858;
}

.register-form .line .field {
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
}

.register-form .line .select {
    width: 128px;
    height: 34px;
        line-height: 34px;
    border: 1px solid #c9ccd0;
    color: #585858;
    font-size: 12px;
    margin-right: 5px;
}

.register-form .line .extra-name .need {
    margin-left: 10px;
    color: #e96a6a;
}

.register-form .error-line {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #e96a6a;
    display: block;
}

.register-form .line input.error {
    border: 1px solid #c9ccd0;
}

.register-form .line label.error {
    display: inline;
    margin-left: 5px;
}

.register-form .line label.checked {
    position: absolute;
    top: 28px;
    left: 310px;
}

/**  找回密码 */
.findpwd-form {
    margin: 20px 35px;
    text-align: left;
}

.findpwd-form .welcome {
    color: #465567;
    font-size: 14px;
    margin: 20px 0;
}

.findpwd-form .line {
    margin-bottom: 10px;
    color: #585858;
}

.findpwd-form .line .extra-name {
    font-size: 14px;
    color: #585858;
}

.findpwd-form .line .field {
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
}

.findpwd-form .line .select {
    width: 128px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #c9ccd0;
    color: #585858;
    font-size: 12px;
    margin-right: 5px;
}

.findpwd-form .line .extra-name .need {
    margin-left: 10px;
    color: #e96a6a;
}

.findpwd-form .error-line {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #e96a6a;
    display: block;
}

.findpwd-form .line input.error {
    border: 1px solid #c9ccd0;
}

.findpwd-form .line label.error {
    display: inline;
    margin-left: 5px;
}

.findpwd-form .line label.checked {
    position: absolute;
    top: 28px;
    left: 310px;
}

/******         ***/
/**  找回密码 */
.resetpwd-form {
    margin: 100px auto;
    text-align: left;
}

.resetpwd-form .welcome {
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
}

.resetpwd-form .line {
    margin-bottom: 10px;
}

.resetpwd-form .line .extra-name {
    font-size: 14px;
    color: #fff;
}

.resetpwd-form .line .field {
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
}

.resetpwd-form .line .extra-name .need {
    margin-left: 10px;
    color: #e96a6a;
}

.resetpwd-form .line input.error {
    border: 1px solid #f00;
}

.resetpwd-form .line label.error {
    display: inline;
    margin-left: 5px;
}

.resetpwd-form .line label.checked {
    position: absolute;
    top: 28px;
    left: 310px;
}

.hide {
    display: none;
}

.main-title {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #3d3d3d;
    text-align: center;
    line-height: 30px;
}

.main-code {
    position: relative;
    width: 300px;
    margin: 0 auto
}

.main-code .app-code, .main-code .app-wrap, .main-code .public-code, .main-code .wx-code {
    width: 200px;
    height: 200px;
    margin: 0 auto
}

.main-code .public-code img {
    max-width: 100%;
    border: 1px solid #e2e2e2
}

.main-code .wx-title {
    display: block;
    margin-top: 15px;
    color: #3d3d3d;
    text-align: center;
    font-size: 16px
}

.main-code .wx-title p {
    margin-top: 10px;
}

.main-code .wx-title .wx-icon {
    display: inline-block;
    z-index: 10;
    background: url("../images/icon-weixin.png") no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 3px;
}

.main-code .wx-code {
    color: #FF4E4E;
    font-size: 20px;
    font-weight: 700
}

.main-code .app-wrap {
    position: relative;
    border: 1px solid #e2e2e2
}

.main-code .app-wrap .app-title {
    display: block;
    margin-top: -38px;
    font-size: 16px;
    color: #4d4d4d;
    text-align: center
}

.main-code .app-wrap .app-fail {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main-code .app-wrap .app-fail .fail-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    font-size: 14px;
    color: #fff
}

.main-code .app-wrap .app-fail .app-title {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 19px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 10;
    cursor: pointer
}

.main-code .app-wrap .app-fail .app-fail-icon {
    display: inline-block;
    position: absolute;
    z-index: 10;
    left: 60px;
    top: 45px;
    cursor: pointer;
    background: url("../images/refresh.png") no-repeat;
    width: 60px;
    height: 60px;
}
