﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFangSC-Regular", "Microsoft YaHei", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", SimSun, sans-serif;
    font-size: 14px;
    color: #333;
}

input, textarea, pre, keygen, button {
    font-family: "PingFangSC-Regular", "Microsoft YaHei", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", SimSun, sans-serif;
}

input, textarea {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul, dl {
    list-style: none;
}

caption {
    text-align: left;
}

a {
    text-decoration: none;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden
}

.login-type-tab {
    width: 400px;
    margin: 30px auto 0;
    font-size: 18px;
    padding-bottom: 10px;
}

.login-type-tab span {
    margin: 0 15px;
    display: inline-block;
    color: #777;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

.login-type-tab span.active {
    color: #d73f3e;
    font-weight: bold;
}

.active i {
    display: inline-block;
    width: 35px;
    height: 2px;
    position: absolute;
    left: 28px;
    bottom: -12px;
    background: #d73f3e;
    font-size: 0;
}

.login-img {
    margin-top: 40px;
}

.login-wrap {
    margin: 0 auto;
    width: 415px;
    padding: 0 35px 35px;
    border-radius: 3px;
    position: relative;
}

.login-title {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #444;
}

.martop20 {
    margin-top: 20px;
}

.martop100 {
    margin-top: 100px;
}

.gzh-logo {
    width: 54px;
    height: 54px;
    margin-left: -27px;
    position: absolute;
    left: 50%;
    top: 108px;
    background: url(../Img/login/gzh_logo.png) no-repeat;
}

.login-img-wrap {
    width: 270px;
    height: 270px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    background: url(../Img/login/login_imgbg.png) no-repeat;
}

.login-img img {
    width: 230px;
    margin: 0 auto;
    padding-top: 22px;
    height: 230px;
    display: block;
}

.login-invalid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    display: none;
}

.login-invalid p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 100px;
}

.login-invalid span {
    margin: 0 auto;
    width: 125px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: #d73f3e;
    border-radius: 3px;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

.wechat-login-tip {
    margin-top: 20px;
    width: 450px;
    line-height: 23px;
    text-align: center;
    font-size: 15px;
    color: #777;
    background: url(../Img/login/weixin_icon_min.png) no-repeat 76px;
}

.wechat-login-tip span {
    color: #aaa
}

.qrcode-error {
    margin: 10px 0;
    height: 25px;
    line-height: 25px;
    color: #ed4241;
    text-align: center;
}

.login-w340 {
    width: 340px;
    margin: 0 auto;
    margin-top: 30px;
}

.user-ipt {
    width: 338px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
}

.user-ipt-error, .user-ipt:hover {
    border-color: #ff8b8a;
    box-shadow: 0 0 4px #ff8b8a;
}

.error {
    margin: 5px 0;
    height: 25px;
    line-height: 25px;
    color: #ed4241;
    font-size: 12px;
}

.user-icon {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 35px;
    border-right: 1px solid #e2e2e2;
}

.user {
    background: url(../Img/login/user_icon.png) no-repeat 10px 7px;
}

.phone {
    background: url(../Img/login/phone_icon.png) no-repeat 10px 7px;
}

.pass {
    background: url(../Img/login/pass_icon.png) no-repeat 10px 7px;
}

.text-ipt {
    height: 33px;
    border: 0 none;
    width: 285px;
    margin-left: 5px;
    line-height: 33px;
    color: #aaa;
    font-size: 12px;
    vertical-align: middle;
}

.w200 {
    width: 200px;
}

.w240 {
    width: 240px;
}

.tzm-btn {
    width: 88px;
    height: 34px;
    border: 0 none;
    background: none;
    vertical-align: middle;
    cursor: pointer;
    border-left: 1px solid #e2e2e2;
    font-size: 12px;
    color: #666;
}

.tzm-btn:hover {
    background: #f2f2f2;
}

.tzm-btn[disabled=disabled] {
    cursor: not-allowed;
}

.ipt-yzm {
    margin: 0 10px;
    width: 318px;
    height: 33px;
    line-height: 33px;
    border: 0 none;
    font-size: 12px;
    color: #aaa;
}

.login-btm {
    font-size: 13px;
    overflow: hidden;
}

.login-btm span, .login-btm input, .login-btm label {
    margin-right: 5px;
    float: left;
}

.login-btm input {
    margin-top: 3px;
    _margin-top: -4px;
    *margin-top: -4px;
    margin-right: 7px;
}

.login-btm label {
    color: #666;
}

.login-btm a {
    float: left;
    color: #aaa;
}

.login-btm span a {
    color: #d73f3e;
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    background: #d73f3e;
    border-radius: 3px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #cb2d2c;
}

.go-back-btn {
    width: 100px;
    margin: 50px auto 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #d73f3e;
    font-size: 14px;
    cursor: pointer;
}

.go-back-btn:hover {
    color: #cb2d2c;
}

.btm-txt-msg {
    text-align: center;
    border-top: 1px dashed #e5e5e5;
    padding-top: 15px;
    margin-top: 25px;
    color: #666;
    font-size: 15px;
}

.btm-txt-msg span {
    color: #d73f3e;
    cursor: pointer;
}

#bindWrap, #accountWrap, #loginWrap, #regWrap, #mobileLoginWrap, #mobileRegWrap, #activeWrap, #activeLogin, #activeTip {
    display: none;
}

.active-title {
    margin-top: 30px;
    text-align: center;
    font-size: 19px;
    color: #444;
    font-weight: bold;
}

.active-text {
    font-size: 14px;
    margin: 30px 0;
    color: #555;
}

.active-content {
    margin: 0 auto;
    margin-top: 30px;
}

.active-ipt {
    height: 47px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    line-height: 47px;
    position: relative;
}

.active-ipt-error, .active-ipt:hover {
    border-color: #ff8b8a;
    box-shadow: 0 0 4px #ff8b8a;
}

.active-code-ipt {
    margin: 0 10px;
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 0 none;
    font-size: 13px;
    color: #aaa;
}

.active-btn {
    width: 115px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    background: #d73f3e;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px;
}

.active-btn:hover {
    background: #cb2d2c;
}

.msg-txt {
    background: url(../Img/login/msg_icon.png) no-repeat 0 2px;
    text-indent: 20px;
    color: #555;
    margin-top: 18px;
}

.active-info {
    margin: 30px 0;
    line-height: 23px;
}

.lt-tips {
    width: 215px;
    display: inline-block;
    vertical-align: top;
}

.lt-tips p {
    color: #777;
    font-size: 13px;
}

.tips-tit {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.lt-tips em {
    color: #38d;
    font-style: normal;
    margin: 0 2px;
}

.lt-tips strong {
    color: #ee4949;
    font-weight: normal;
    margin: 0 2px;
}

.active-qrcode {
    width: 150px;
    height: 150px;
    margin-left: 43px;
    background: #fff;
    vertical-align: top;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: inline-block;
}

.active-qrcode:hover {
    border-color: #ff8b8a;
    box-shadow: 0 0 4px #ff8b8a;
}

.active-qrcode img {
    width: 130px;
    height: 130px;
    margin: 10px auto 0;
    display: block;
}

.active-login-text {
    color: #07c364;
    margin-top: 80px;
}

.active-login-text img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;
}

#activeLogin .active-info {
    text-indent: 30px;
}

.auto-login-tip {
    text-align: center;
    margin-top: 35px;
}

.auto-login-tip .auto-login-wrap {
    display: inline-block;
    border: 1px solid #efefef;
    padding: 11px 24px;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 15px;
    color: #666;
}

.auto-login-tip .auto-login-wrap span {
    color: #ee4949;
    margin-right: 3px;
}

.active-tip-title i {
    bottom: -5px;
}

.active-tip-title img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;
}

.active-tip {
    width: 400px;
    margin: 35px auto 0;
    line-height: 24px;
    color: #666;
    text-indent: 30px;
}

.active-tip span {
    margin: 0 2px;
    color: #38d;
}

.active-tip em {
    margin: 0 2px;
    color: #d73f3e;
    font-style: normal;
}

.active-tip-qrcode {
    width: 185px;
    height: 180px;
    margin: 20px auto 0;
    background: #fff;
    vertical-align: top;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.active-tip-qrcode:hover {
    border-color: #ff8b8a;
    box-shadow: 0 0 4px #ff8b8a;
}

.active-tip-qrcode img {
    width: 165px;
    height: 165px;
    margin: 10px auto 0;
    display: block;
}

.qrcode-msg {
    margin-top: 12px;
    text-indent: 10px;
    color: #f60;
    text-align: center;
}
