.w-main {
  border-top: 1px solid #E5E5E5;
}

.w-main .wxlogin-top {
  width: 440px;
  margin: 0 auto;
  font-size: 18px;
  color: #999;
  padding-top: 70px;
}

.w-main .wxlogin-top .choose {
  display: inline-block;
  width: 49%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.w-main .wxlogin-top .choose:last-child {
  border-left: 1px solid #E5E5E5;
}

.w-main .wxlogin-top .choose.curr {
  color: #1581EF;
}

.w-main .wxlogin-bd>.tips {
  color: #000;
  font-size: 14px;
  line-height: 75px;
  text-align: center;
  margin-top: 35px;
}

.w-main .wxlogin-bd>.tips .avatar {
  display: inline-block;
  width: 75px;
  height: 75px;
  vertical-align: top;
}

.w-main .form-wrapper {
  width: 440px;
  margin: 40px auto;
}

/* 忘记密码 */
.f-main {
  border-top: 1px solid #E5E5E5;
  padding-top: 40px;
}

.f-main .forget-wrapper {
  width: 800px;
  height: 600px;
  background: #F5F5F5;
  border-radius: 5px;
  margin: 0 auto;
  padding: 50px;
}

.f-main .forget-wrapper .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.f-main .forget-wrapper .layui-form {
  margin-top: 50px;
  padding: 0 130px;
}

/* 注册 */
.r-main {
  border-top: 1px solid #E5E5E5;
}

.greet-wrapper {
  padding: 30px 0 60px 0;
}

.greet-wrapper>img {
  display: inline-block;
  width: 53px;
  margin-right: 27px;
  height: 48px;
}

.greet-wrapper .info-wrapper {
  border-bottom: 1px solid #E5E5E5;
  font-size: 12px;
  color: #999;
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
}

.greet-wrapper .info-wrapper .title {
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
}

.r-main .step-wrapper {
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-size: 0;
}

.r-main .step-wrapper .step-bg {
  width: 630px;
  height: 30px;
  background: url(../../images/passport/register_step1.png)no-repeat 0 0/630px 30px;
  position: absolute;
  left: 50%;
  margin-left: -315px;
  top: -5px;
}

.r-main .step-wrapper .step-bg.step2 {
  background: url(../../images/passport/register_step2.png)no-repeat 0 0/630px 30px;
}

.r-main .step-wrapper .step-bg.step3 {
  background: url(../../images/passport/register_step3.png)no-repeat 0 0/630px 30px;
}

.r-main .step-wrapper .step {
  display: inline-block;
  width: 300px;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.r-main .step-wrapper .step .num {
  color: #BBB;
  font-weight: bold;
}

.r-main .step-wrapper .text {
  color: #999;
  margin-top: 24px;
}

.r-main .step-wrapper .step.curr .num {
  color: #ffffff;
}

.r-main .step-wrapper .step.curr .text {
  color: #1581F0;
}

.r-main .form-wrapper {
  width: 440px;
  margin: 60px auto;
}

.r-main .form-wrapper .form-error-tips {
  height: 40px;
}

.r-main .go-to-login {
  text-align: right;
  margin-top: 10px;
}

.r-main .tips-wrapper {
  width: 100%;
  margin-top: 110px;
}

.r-main .tips-wrapper .tips {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

.r-main .tips-wrapper .layui-btn {
  width: 180px;
  height: 40px;
  margin-top: 80px;
}

.r-main .layui-form-checkbox[lay-skin=primary] span {
  height: auto;
}

/* 登录页面 */
.l-main {
  border-top: 1px solid #E5E5E5;
}

.l-main .login-top {
  width: 440px;
  margin: 0 auto;
  font-size: 18px;
  color: #999;
  padding-top: 70px;
}

.l-main .login-top .choose {
  display: inline-block;
  width: 49%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.l-main .login-top .choose:last-child {
  border-left: 1px solid #E5E5E5;
}

.l-main .login-top .choose.curr {
  color: #1581EF;
}

.l-main .login-bd>.tips {
  color: #000;
  font-size: 14px;
  line-height: 75px;
  text-align: center;
  margin-top: 35px;
}

.l-main .login-bd>.tips .icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  background: url(../../images/passport/icon_person.png) no-repeat 0 0/ 100% 100%;
  vertical-align: top;
}

.l-main .login-ft {
  width: 440px;
  margin: 80px auto;
  border-top: 1px solid #E5E5E5;
  position: relative;
}

.l-main .login-ft .title {
  position: absolute;
  font-size: 14px;
  width: 130px;
  height: 20px;
  background: #FFF;
  top: -10px;
  left: 50%;
  margin-left: -65px;
  color: #999;
  text-align: center;
}

.l-main .login-ft .icon {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../../images/login/ic_wechat.png) no-repeat 0 0 /30px 30px;
  margin: 25px auto;
}

.l-main .form-wrapper {
  width: 440px;
  margin: 40px auto;
}

.q-main .quick-register-wrapper {
  padding: 20px 30px;
  display: flex;
  box-shadow: 0px 0px 6px 0px rgba(171, 171, 171, 0.53);
}

.q-main .quick-register-wrapper .info-wrapper {
  flex: 1;
}

.q-main .quick-register-wrapper .info-wrapper .title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}

.q-main .quick-register-wrapper .info-wrapper .tips-list {
  margin-top: 60px;
}

.q-main .quick-register-wrapper .info-wrapper .tips-list .item {
  position: relative;
  padding-left: 24px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.q-main .quick-register-wrapper .info-wrapper .tips-list .point {
  position: absolute;
  top: 17px;
  left: 12px;
  width: 4px;
  height: 4px;
  background: #1581F0;
  box-shadow: 0 0 0 2px rgba(21, 129, 240, 0.3);
  border-radius: 50%;
}



.q-main .passport-fixed-wrapper .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.q-main .passport-fixed-wrapper.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.q-main .passport-fixed-wrapper.fixed .mask {
  display: block;
}

.q-main .passport-fixed-wrapper.fixed .passport-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.q-main .passport-wrapper {
  border: 1px solid #E5E5E5;
  padding: 30px 20px;
  position: relative;
  background: #FFF;
}

.q-main .passport-container .title-wrapper .register-wrapper,
.q-main .passport-container .title-wrapper .login-wrapper {
  padding: 0 45px;
  display: flex;
}

.q-main .passport-container .title-wrapper .regeister-title {
  text-align: center;
  font-size: 18px;
  flex: 1;
  color: #1581F0;
  font-weight: bold;
}



.q-main .passport-container .title-wrapper .login-title {
  text-align: center;
  font-size: 18px;
  flex: 1;
  color: #999;
  cursor: pointer;
}

.q-main .passport-container .title-wrapper .login-title.active {
  color: #1581F0;
  font-weight: bold;
  cursor: auto;
}

.q-main .passport-container .title-wrapper .login-title:last-child {
  border-left: 1px solid #E5E5E5
}

.q-main .passport-container .register-tips {
  margin-top: 12px;
  color: #999;
}


.q-main .passport-container .passprot-form {
  margin-top: 12px;
}

.q-main .passport-container .icon {
  position: absolute;
  border-right: 1px solid #E5E5E5;
  width: 36px;
  height: 24px;
  margin: 12px;
  vertical-align: middle;
}

.q-main .passport-container .ipt-wrapper {
  width: 370px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  position: relative;
}

.q-main .passport-container .ic_phone {
  background: url(../../images/login/ic_phone.png) no-repeat 0 0/24px 24px;
}


.q-main .passport-wrapper .ic_password {
  background: url(../../images/login/ic_password.png) no-repeat 0 0/24px 24px;
}

.q-main .passport-wrapper .ic_code {
  background: url(../../images/login/ic_code.png) no-repeat 0 0/24px 24px;
}

.q-main .passport-wrapper input {
  height: 50px;
  border-left: 1px solid #E5E5E5;
  padding: 0 120px 0 70px;
  color: #333;
  font-size: 14px;
  border: 1px solid #E5E5E5;
}

.q-main .passport-wrapper .getCode {
  position: absolute;
  width: 100px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  color: #1581EF;
  background: #D4E9FF;
  right: 0;
  top: 0;
  border: none;
}

.q-main .passport-wrapper .login-tips {
  margin-top: 12px;
}

.q-main .passport-wrapper .btn-wrapper {
  margin-top: 10px;
}

.q-main .passport-wrapper .btn-wrapper button {
  width: 100%;
  height: 46px;
  line-height: 46px;
}


.q-main .triangle-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.q-main .triangle-wrapper .txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 32px;
  z-index: 2;
  text-align: right;
  color: #FFF;
  padding-right: 6px;
}

.q-main .triangle-wrapper .triangle {
  color: #FFF;
  width: 0;
  height: 0;
  border-top: 30px solid #1581F0;
  border-right: 30px solid #1581F0;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.q-main .catalog-wrapper {
  margin-top: 10px;
}

.q-main .catalog-wrapper .title {
  height: 40px;
  line-height: 40px;
  background: #F5F5F5;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 40px;
}

.q-main .catalog-wrapper .title:after {
  content: ' ';
  position: absolute;
  top: 16px;
  left: 16px;
  width: 8px;
  height: 8px;
  background: #1581F0;
}

.q-main .catalog-wrapper .title .more {
  float: right;
  font-size: 12px;
  margin-right: 8px;
}

.q-main .catalog-wrapper .title .more .iconfont {
  vertical-align: top;
}

.q-main .product-wrapper {
  margin-top: 10px;
}

.q-main .product-wrapper .list {
  font-size: 0;
}

.q-main .product-wrapper .item {
  display: inline-block;
  width: 228px;
  margin-right: 15px;
  font-size: 12px;
  border: 1px solid #E5E5E5;
  vertical-align: top;
  margin-bottom: 10px;
}

.q-main .product-wrapper .item:hover {
  border: 1px solid rgba(21, 129, 240, 1);
  box-shadow: 0px 0px 29px 0px rgba(21, 129, 240, 0.35);
}

.q-main .product-wrapper .item:hover .name {
  color: #1581F0;
}

.q-main .product-wrapper .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px 10px;
}

.q-main .product-wrapper .item:nth-child(5n) {
  margin-right: 0;
}

.q-main .product-wrapper .item:nth-child(n+6) {
  display: none;
}

.q-main .product-wrapper .item .img-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.q-main .product-wrapper .item img {
  max-width: 100%;
  max-height: 100%;
}

.q-main .product-wrapper .item .name {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.q-main .register-member-wrapper {
  width: 100%;
  height: 60px;
  background-color: rgba(21, 129, 240, 0.6);
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  padding: 0 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.q-main .register-member-wrapper .iconfont {
  font-size: 40px;
}

.q-main .register-member-wrapper .title {
  font-size: 18px;
  margin-left: 12px;
  font-weight: bold;
}

.q-main .register-member-wrapper .txt {
  font-size: 18px;
  margin-left: 12px;
  font-weight: bold;
}