﻿*{
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  color: white;
  text-shadow: 0 1px black;
  font-size: 16px;
  line-height: 1.4;
  
}
.dq-login-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: AUTO;
}
.dq-login-wrap img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -100;
  overflow: hidden;
}
.dq-sign-in {
  background-color: rgba(255, 255, 255, 0.4);
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 5px;
  z-index: 10000;
}
.dq-sign-in-top {
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
}
.dq-sign-in-top .dq-user-login {
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-left: 20px;
}
.dq-sign-in-top .dq-user-register {
  float: right;
  padding-right: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.dq-sign-in-top .dq-user-register a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.dq-sign-in-top .dq-user-register:hover {
  padding-right: 36px;
}
.dq-sign-in-content {
  height: 500px;
}
.dq-form-login {
  /* width: 280px; */
  height: 204px;
  padding: 20px;
}
.dq-login-name {
  width: 280px;
  height: 60px;
}
.dq-login-name input {
  padding: 0px 50px 0px 14px;
  height: 50px;
  line-height: 50px;
  width: 280px;
  font-size: 16px;
  border: solid 1px transparent;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.dq-eye-visible {
  background: url("../imgs/visible.svg") no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  float: right;
  margin: -40px 10px 0 0;
  opacity: 0.3;
  cursor: pointer;
}
.dq-eye-invisible {
  background: url("../imgs/invisible.svg") no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  float: right;
  margin: -35px 10px 0 0;
  opacity: 0.3;
  cursor: pointer;
}
.dq-login-pwd input {
  padding: 0px 50px 0px 14px;
  height: 50px;
  line-height: 50px;
  width: 280px;
  font-size: 16px;
  border: solid 1px transparent;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
/* 验证码 */
.dq-login-verification {
  width: 280px;
  background-color: rgba(0, 0, 0, 0.4) !important;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
}
.dq-login-ver-left{
  float: left;
  width: 140px;
  margin-top: 14px;
  height: 30px;
  outline: 0;
  border-radius: 3px;
  padding-left: 10px;
}
.dq-login-ver-right{
  float: right;
  padding-right:14px;
}
.dq-login-ver-right input{
  width: 100px;
  margin-top: 14px;
  border: solid 1px transparent;
  box-shadow: none;
  background-color: rgba(256, 256, 256, 0.5);
  height: 30px;
  outline: 0;
  border-radius: 3px;
}
.dq-login-button {
  width: 280px;
  height: 44px;
  margin-top: 14px;
  background: #add24a !important;
  border-radius: 5px;
}
.dq-login-button-in{
  height: 100%;
  width: 280px !important;
  font-size: 18px;
  background: #add24a;
  padding: 11px 19px;
  border: solid 1px #add24a;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
.dq-login-button-in:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  /* cursor: pointer; */
}
.dq-remember-status {
  margin-top: 10px;
  float: left;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 1px black;
}
.dq-forget-pwd {
  float: right;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 1px black;
}
.dq-forget-pwd a {
  text-decoration: none;
  color: white;
}
.dq-forget-pwd a:hover {
  color: white !important;
  text-decoration: underline;
}
.dq-sign-in-bottom {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  bottom: 50px;
  width: 280px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  background: #e86649 !important;
}
.dq-sign-in-bottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.dq-sign-in-bottom a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
.dq-sign-in-bottom a span {
  line-height: 40px;
}

.dq-fold-unfold:hover{
  cursor: pointer;
  opacity: 1 !important;
}
.dq-login-bulletin {
  color: white;
  position: absolute;
  bottom: 11%;
  left: 20%;
  width: 800px;
  margin-top: -70px;
  margin-left: -300px;
  padding: 1px 30px;
  text-shadow: 0 0 1px black;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.dq-login-bulletin p {
  font-size: 16px;
  margin: 12px 0;
}
