body {
  overflow: hidden scroll;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
}
.app-header {
  height: 70px;
  padding-top: 13px;
  background-color: #fff;
}
.app-header .app-logo {
  vertical-align: middle;
  width: 175px;
}
.app-header .title {
  display: inline-block;
}
.app-header .title span {
  vertical-align: text-bottom;
  font-size: 24px;
  display: inline-block;
  line-height: 30px;
}
.app-header .title:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 22px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #333;
}
.login-wrapper .container-body {
  margin-top: 190px;
  background: url("../../images/login/mask-bg.png") no-repeat left bottom;
  background-size: 100% 100%;
  box-shadow: 0 10px 40px 0 rgba(255, 82, 1, 0.5);
  border-radius: 5px;
}
.login-wrapper .login-bg {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
.login-wrapper .login-box {
  float: right;
  width: 437px;
  height: 588px;
  position: relative;
}
.login-wrapper .login-box .login-header {
  height: 42px;
  font-size: 24px;
  text-align: center;
  margin-top: 70px;
  position: relative;
}
.login-wrapper .login-box .login-header .login-img {
  right: 0;
  position: absolute;
  bottom: 30px;
  width: 80px;
  cursor: pointer;
}
.login-wrapper .login-box .third-login {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 436px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  background: rgba(255, 250, 246);
  border-radius: 0 0 5px 0;
}
.login-wrapper .login-box .third-login a {
  width: 105px;
  text-align: right;
  margin: 0 16px;
  padding-left: 18px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.login-wrapper .login-box .third-login a:hover {
  color: #FF8400;
}
.login-wrapper .login-box .third-login .wolong-login {
  background: url("../../images/login/wolong-logo.png") no-repeat left bottom;
  background-size: 20px 20px;
}
.login-wrapper .login-box .third-login .bazhen-login {
  background: url("../../images/login/bazhen-logo.png") no-repeat left bottom;
  background-size: 20px 20px;
}
.login-wrapper .third-download {
  float: right;
  margin: 425px 40px 10px 0;
}
.login-wrapper .third-download div {
  display: inline-block;
  margin-left: 20px;
}
.login-wrapper .third-download div img {
  width: 140px;
  height: 140px;
}
.login-wrapper .third-download div p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #FFF;
}
.login-content-code .codeDiv {
  width: 240px;
  height: 240px;
  margin: 20px auto 5px;
}
.login-content-code .text {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.login-content-phone {
  padding: 20px 56px 20px;
  margin-top: 20px;
}
.login-phone-cell {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDD;
}
.login-phone-cell .phone-prefix {
  width: 70px;
  height: 30px;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
  border-right: 1px solid #DDD;
  font-weight: bold;
}
.login-phone-cell .phone-container,
.login-phone-cell .code-container {
  border: none;
  width: 200px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.login-phone-cell .code-btn {
  float: right;
  padding-top: 7px;
  font-size: 14px;
  cursor: pointer;
  color: #ff8400;
}
.login-phone-cell .code-btn.disabled {
  color: #999;
  cursor: not-allowed;
}
.login-btn {
  width: 148px;
  height: 50px;
  display: inline-block;
  margin: 35px 0 40px;
  font-size: 22px;
  line-height: 50px;
  background: linear-gradient(135deg, #ff8400, #ff4100);
  border-radius: 2px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
.register-btn {
  width: 148px;
  height: 50px;
  display: inline-block;
  margin: 35px 24px 40px 0;
  border: 1px solid #FF8400;
  font-size: 22px;
  line-height: 50px;
  background: #FFF;
  border-radius: 2px;
  color: #FF8400;
  text-align: center;
  cursor: pointer;
}
.register-switch-btn {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 28px;
  color: #FF8400;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.register-switch-btn span:hover {
  border-bottom: 1px solid #FF8400;
}
.login-switch-btn {
  text-align: center;
  cursor: pointer;
}
.login-switch-btn:hover {
  color: #ff8400;
}
.register-next-div {
  display: none;
}
.register-next-div .register-next-btn {
  height: 50px;
  line-height: 50px;
  background: linear-gradient(135deg, #ff8400 0%, #ff4100 100%);
  border-radius: 2px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 22px;
  margin: 60px auto 34px;
}
.register-next-div p {
  text-align: center;
}
.register-next-div p span {
  color: #FF8400;
}
.register-next-div p span:hover {
  border-bottom: 1px solid #FF8400;
}
.register-template {
  display: none;
}
.app-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #000;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  width: 100%;
  color: #bbbbbb;
  text-align: center;
  z-index: 10;
}
.app-popup {
  width: 360px;
  height: 436px;
  margin-top: -218px;
  margin-left: -180px;
}
.app-popup .pop-content {
  padding-top: 60px;
  text-align: center;
}
.app-popup .pop-content .download-code {
  width: 225px;
  height: 225px;
  margin-bottom: 15px;
}
.app-popup .pop-content .tip {
  margin-top: 30px;
  color: #999;
}
@media screen and (max-width: 1600px) {
  .login-wrapper .container-body {
    margin-top: 40px;
  }
}
@media screen and (max-height: 750px) {
  .login-wrapper .container-body {
    height: 570px;
    margin-top: 10px;
  }
  .login-wrapper .container-body .login-box {
    height: 570px;
    overflow: hidden;
  }
  .login-wrapper .container-body .third-download {
    margin-top: 385px;
  }
  .login-content-code .codeDiv {
    margin: 0px auto 5px;
  }
  .login-content-phone {
    margin-top: 0px;
  }
}
@media screen and (max-height: 700px) {
  .login-wrapper .container-body {
    height: 550px;
    margin-top: 10px;
  }
  .login-wrapper .container-body .login-box {
    height: 550px;
    overflow: hidden;
  }
  .login-wrapper .container-body .third-download {
    margin-top: 365px;
  }
  .login-wrapper .codeDiv {
    margin-top: 10px;
  }
  .login-wrapper .registerBtn,
  .login-wrapper .loginBtn {
    margin-top: 15px;
  }
  .login-wrapper .register-next-btn {
    margin-top: 50px;
  }
  .login-content-code .codeDiv {
    margin: 0px auto 5px;
  }
  .login-content-phone {
    margin-top: 0px;
  }
  .register-switch-btn{
  	margin-bottom: 8px;
  }
}

.lookswitch{
    color: #333;
    font-weight: normal;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
}
.lookswitch:hover{color: #ff8400;}
.lookdeal{
    background: url(../../images/icon_xz.png) no-repeat 30px 2px;
    background-size: 14px 14px;
    color: #999;
    padding: 0 30px 0 50px;
    font-size: 12px;
}
.lookdeal a{color: #999;}
.lookdeal a:hover{
	color: #ff8400;
    text-decoration: underline
}
.lookregisterTpl .register-container{
    width: 1200px;
    position: static;
    margin: auto;
}
