@charset "utf-8";
/*根据屏幕大小自适应*/
@media (max-width: 767px) {
  /*手机页面样式*/
  .login-header {
    width: 100% !important;
  }
  #login-content {
    width: 100%;
  }
  .login-content {
    width: 100% !important;
  }
  .login-content .loginbg {
    display: none !important;
  }
  .loginWrap {
    position: relative !important;
    right: 0px !important;
    margin: 0 auto;
    padding-top: 50px !important;
  }
  .loginBox {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*ipad页面样式*/
  .login-header {
    width: 100% !important;
  }
  #login-content {
    width: 100%;
    min-width: 768px;
  }
  .login-content {
    width: 100% !important;
    min-width: 768px !important;
  }
  .login-content .loginbg {
    display: none !important;
  }
  .loginWrap {
    position: relative !important;
    right: 0px !important;
    margin: 0 auto;
    padding-top: 50px !important;
  }
  .loginBox {
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  /*笔记本电脑页面样式*/
}
@media (min-width: 1400px) {
  /*台式电脑显示器页面样式-默认已有样式*/
}
/* 重置浏览器样式 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
cite,
code,
dfn,
em,
var,
i {
  font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

.vm {
  vertical-align: middle;
}

.clearfix:after {
  content: "\0020";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  background: #fff;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 arial, helvetica, clean, sans-serif;
}

a {
  text-decoration: none;
  color: #24d;
}

a:hover {
  text-decoration: underline;
  color: #c00;
}

html,
body,
input,
button {
  font: 14px/1.5 "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", arial,
    Tahoma, SimSun, sans-serif, "PingFang SC Regular";
}

body {
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

input {
  outline: 0;
}

.clearfix {
  overflow: hidden;
  zoom: 100%;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

.form-div .input-text:-ms-input-placeholder {
  color: #999;
}

.splaceholder {
  color: #999;
}

input[placeholderfriend] {
  color: #999;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  width: 0;
  height: 0;
}

input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #333;
}

.validatorMsg,
.refer-imgcode,
.form-div .clear-btn,
.checkbox,
.other-login {
  background-image: url("../../../../images/desktop/login/login-new-ico_1x.png");
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 240dpi) {
  .validatorMsg,
  .refer-imgcode,
  .form-div .clear-btn,
  .checkbox,
  .other-login {
    /*background-image: url('../../../../images/desktop/login/login-new-ico_2x.png');*/
    background-repeat: no-repeat;
    background-size: 309px 268px;
  }

  .layer-close {
    background: url("../../../../images/desktop/login/close_2x.png") 0 0;
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px;
  }
}

#login-header {
  height: 66px;
  padding: 10px 10px;
  background-color: #fff;
}

.login-header {
  width: 100%;
  margin: 0 auto;
}

.login-header .gj-logo {
  color: #f33;
  font-size: 40px;
  font-weight: 550;
  text-decoration: none;
  margin-right: 15px;
}
.checkbox-isAgree {
}
.policy-docs {
  display: inline-block;
  text-decoration: none;
  color: #4e6ef2;
  font-size: 12px;
  line-height: 14px;
  padding: 0px 5px;
}



.form-div {
  margin: 0 0 10px 0;
  width: 298px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  border: 1px solid #ccc;
  position: relative;
}

.form-div.error {
  border: 1px solid #f85b58;
}

.form-div.focus {
  border: 1px solid #999;
}

.form-div.focus .input-text {
  color: #666;
}

.form-div .clear-btn {
  display: none;
  float: right;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-position: -163px -3px;
  padding: 12px;
}

.form-div .clear-btn:hover {
  background-position: -239px -132px;
}

.form-div .input-text {
  float: left;
  text-indent: 15px;
  width: 298px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #333;
}

.form-div .input-text.w198 {
  width: 198px;
}

.form-div .input-text.w191 {
  width: 191px;
}

.label-imgcode {
  cursor: pointer;
}

.login-img-checkcode {
  float: left;
  margin-top: 3px;
  width: 74px;
  height: 32px;
  vertical-align: middle;
}

.refer-imgcode {
  margin: 9px 10px 9px 0;
  width: 18px;
  height: 20px;
  background-position: -202px -12px;
  float: right;
  text-indent: -9999px;
}

.refer-imgcode:hover {
  background-position: -218px -141px;
}

a.submit {
  display: inline-block;
  padding: 0;
  margin: 30px auto 0;
  background: #39bc30;
  width: 300px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  border: 0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

a.submit:hover {
  background-color: #309f28;
}

.error-box {
  font-size: 12px;
  color: #f85b58;
  letter-spacing: 0;
  height: 30px;
  line-height: 30px;
  text-align: left;
}

.validatorMsg {
  font-size: 12px;
  display: inline-block;
  padding: 0 0 0 17px;
  vertical-align: middle;
  text-align: left;
}

.validatorError {
  color: #f85b58;
  background-position: -254px -7px;
}

.validatorValid,
.validatorFocus {
  background: 0;
}

.label-checkbox {
  position: relative;
  font-size: 12px;
  color: #999;
  text-align: left;
  display: flex;
}

.label-span {
  position: relative;
  font-size: 12px;
  color: #999;
  text-align: left;
}

.checkbox {
  width: 14px;
  height: 13px;
  display: inline-block;
  background-position: -146px -16px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -1px;
}

.checkbox.checked {
  background-position: -116px -16px;
}

a.link1 {
  font-size: 12px;
  color: #999;
  float: left;
  text-underline: none;
}

.getPhonecheckcode {
  float: left;
  width: 100px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: 0;
  margin: 0;
  border: 0;
  border-left: 2px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

.getPhonecheckcode.limited-time {
  color: #676767;
}

.getPhonecheckcode.time-buttom {
  color: #39bc30;
  width: 100px;
}

.button {
  margin: 0 auto;
  background: #39bc30;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  width: 112px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.linkBottom {
  padding: 0 25px;
  background: #fbfbfb;
  width: 300px;
  height: 50px;
  font-size: 16px;
  color: #999;
  line-height: 50px;
  text-align: center;
}

.other-login {
  margin-right: 8px;
  float: left;
  width: 28px;
  height: 50px;
  text-indent: -9999px;
  cursor: pointer;
}

.other-login.qq-login {
  background-position: -8px 3px;
}

.other-login.qq-login:hover {
  background-position: -141px -220px;
}

.other-login.wb-login {
  background-position: -42px 3px;
}

.other-login.wb-login:hover {
  background-position: -175px -220px;
}

.other-login.wx-login {
  background-position: -76px 3px;
}

.other-login.wx-login:hover {
  background-position: -210px -220px;
}

.register {
  font-size: 16px;
  color: #999;
  line-height: 50px;
  float: right;
}

.scanLoginBox .register {
  float: none;
}

.register:hover {
  color: #999;
}

.layer {
  display: none;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.layer-close {
  width: 35px;
  height: 35px;
  background: red;
  display: block;
  position: fixed;
  top: 29px;
  right: 29px;
  background: url("../../../../images/desktop/login/close_1x.png") 0 0;
  background-repeat: no-repeat;
}

.splaceholder {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 38px;
  text-indent: 15px;
  display: none;
}

.opactiy0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.login-header .loginType-union,
.loginIcon,
.qrico,
.scanSucIco,
.scanWaitIco,
.loginIcon.pcIcon .tipIcon {
  background-image: url("../../../../images/desktop/login/login-new-ico_1x.png");
  background-repeat: no-repeat;
  background-size: 309px 268px;
}

#login-unionContent {
  padding: 20px;
  background-color: #f3f3f3;
}

.login-header .loginType-union {
  float: left;
  width: 138px;
  height: 34px;
  text-indent: -9999px;
  background-position: -142px -181px;
  margin-left: 13px;
}

.login-header .loginType-login {
  color: #666;
  font-size: 24px;
  font-weight: 600;
}

.login-unionContent {
  padding: 21px 25px;
  margin: 0 auto;
  width: 300px;
  background-color: #fff;
}

.login-unionContent .errorTip {
  font-size: 12px;
  color: #333;
  line-height: 17px;
  text-align: left;
}

.union-login-form .label-acceptTerms {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  text-align: left;
}

.union-login-form .label-acceptTerms .acceptTerms {
  vertical-align: middle;
  width: 12px;
  height: 12px;
}

#login-content {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ceeff5;
}

.loginBox.active {
  display: block;
}

.scanLoginBox.active {
  display: block;
}

.login-content {
  position: relative;
  width: 1190px;
  height: 500px;
  margin: 0 auto;
  -webkit-background-size: 730px 500px;
  background-size: 730px 500px;
  background-position: 0 0;
}

.login-content .loginBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.loginWrap {
  position: absolute;
  right: 101px;
  top: 35px;
  width: 350px;
  min-height: 320px;
  background-color: #fff;
}

.scanLoginBox {
  margin-top: 50px;
  display: none;
}

.scanLoginBox .boxTitle {
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

.switch-type {
  position: absolute;
  right: 0;
}

.loginIcon {
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.loginIcon.show {
  display: block;
}

.loginIcon.pcIcon {
  background-position: -10px -54px;
}

.loginIcon.pcIcon:hover {
  background-position: -10px -175px;
}

.loginIcon.pcIcon .tipIcon {
  width: 57px;
  height: 20px;
  background-position: -245px -235px;
  position: absolute;
  right: 44px;
  top: 20px;
}

.loginIcon.qrIcon {
  background-position: -80px -54px;
}

.loginIcon.qrIcon:hover {
  background-position: -80px -175px;
}

.appQR {
  margin: 29px 0;
  position: relative;
}

.appQRbox {
  width: 162px;
  height: 162px;
  margin: 0 auto;
  position: relative;
}

.appQRbox.active {
  float: left;
  margin: 0 12px 0 17px;
}

.erqcode-img {
  display: block;
  width: 160px;
  height: 160px;
  vertical-align: top;
  border: 1px solid #cdcdcd;
}

.erqcodefail {
  display: block;
  width: 162px;
  height: 162px;
  vertical-align: top;
}

.erqcode-img.active {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

.erqcodefail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  zoom: 1;
}

.helpImg {
  display: none;
  float: left;
  background: url("../../../../images/desktop/login/hoverPhone.png") no-repeat;
  width: 140px;
  height: 162px;
}

.helpImg.active {
  display: block;
}

.scanLoginBox .erqcodefailbg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.89;
  filter: alpha(opacity=89);
  -moz-opacity: 0.89;
  -khtml-opacity: 0.89;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.scanLoginBox .zIndex {
  position: relative;
  z-index: 3;
}

.scanLoginBox .erqcodefail .boxTitle {
  margin: 43px 0 20px;
}

.scanSuc {
  display: none;
  margin-bottom: 61px;
}

.scanWait {
  display: none;
  margin-bottom: 74px;
}

.scanSucIco,
.scanWaitIco {
  margin: 92px auto 10px;
  width: 72px;
  height: 72px;
}

.scanSucIco {
  background-position: -143px -48px;
}

.scanWaitIco {
  background-position: -221px -48px;
}

.scanSucTips,
.scanWaiTips {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  text-align: center;
  vertical-align: top;
}

.wxScanLogin {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  z-index: 100;
  zoom: 1;
}

.wxScanLogin .title {
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.wxScanLogin .wxTipsBox {
  position: relative;
  text-align: center;
  width: 200px;
  height: 37px;
  line-height: 37px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
}

.wxScanLogin .wxTips {
  font-size: 14px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  width: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.wxqrcode-img {
  width: 200px;
  height: 200px;
  vertical-align: top;
}

.font12 {
  font-size: 12px;
  color: #666;
  line-height: 12px;
  text-align: center;
  height: 13px;
}

.font12 .link {
  color: #39bc30;
}

.h10 {
  margin: 1px 5px 0 5px;
  display: inline-block;
  width: 0;
  height: 10px;
  text-indent: -9999px;
  border-right: 1px solid #666;
}

.qrico {
  display: inline-block;
  width: 18px;
  height: 100%;
  background-position: -232px -16px;
  vertical-align: middle;
}

.loginBox {
  display: none;
  margin-top: 30px;
  padding: 0 25px;
}

.loginTabBox {
  height: 16px;
  font-size: 0;
  color: #333;
  line-height: 16px;
  position: relative;
  z-index: 2;
  zoom: 1;
}

.loginTab {
  list-style: none inside none;
  font-size: 16px;
  width: 50%;
  cursor: pointer;
  display: inline-block;
}

.loginTab.active {
  color: #39bc30;
}

.userTab {
  text-align: left;
}

.mobileTab {
  text-align: right;
}

.loginPanelBox {
  position: relative;
}

form.loginFrom_account {
  display: none;
}
form.loginFrom_phone {
  display: none;
}
form.loginFrom_account.active {
  display: block;
}
form.loginFrom_phone.active {
  display: block;
}

.js-checkcode {
  display: none;
}

/*已登录的状态*/
.logged_h {
  margin-top: 90px;
  padding: 0px 10px;
  text-align: center;
}
span.logged_nickname {
  font-size: 16px;
  margin-top: 20px;
  display: block;
  text-align: center;
}
a.logged_logout {
  font-size: 16px;
  text-decoration: none;
  color: #24d;
  margin-top: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 240dpi) {
  .login-header .loginType-union,
  .loginIcon,
  .qrico,
  .scanSucIco,
  .scanWaitIco,
  .loginIcon.pcIcon .tipIcon {
    background-image: url("../../../../images/desktop/login/login-new-ico_2x.png");
    background-repeat: no-repeat;
    background-size: 309px 268px;
  }

  .helpImg {
    background: url("../../../../images/desktop/login/hoverPhone_2x.png")
      no-repeat;
  }
}
