@import "mixins/mixins";
@import "common/var";
*{
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
body{
  font-family:"Microsoft YaHei","PingFang SC" !important;
  position: relative;
}

ul{
  margin-bottom: 0;
}
ul li{
  list-style-type: none;
}
p{
  margin: 0;
}
.clear{
  clear: both;
}
.login-reg-pop{
  width: 500px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}
.login-reg-pop-left{
  width: 100%;
  padding: 0 5%;
  margin: 30px 0;
  float: left;
}
.login-reg-pop-left-line{
  border-left: 1px solid #d8d8d8;
  padding-bottom: 10px;
  position: relative;
}

.banner-login-btitle ul{
  font-size: 16px;
  float: left;
  height: 34px;
  line-height: 40px;
  margin-left: 10px;
}
.banner-login-btitle ul li{
  font-size: 16px;
  float: left;
  cursor: pointer;
  /* vertical-align: bottom; */
}
.banner-login-btitle span{
  display: block;
  float: left;
}
.banner-login-btitle .on{
  color: #006bc8;
}
.login-reg-icon01{
  background: url('#{$--url-path}/reg-icon01.png') left 4px center no-repeat;
}
.login-reg-icon02{
  background: url('#{$--url-path}/reg-icon02.png') left 4px center no-repeat;
}
.login-reg-icon03{
  background: url('#{$--url-path}/reg-icon03.png') left 4px center no-repeat;
}
.login-reg-icon04{
  background: url('#{$--url-path}/reg-icon04.png') left 4px center no-repeat;
}
.login-reg-icon05{
  background: url('#{$--url-path}/reg-icon05.png') left 4px center no-repeat;
}

.login-reg-popbg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.login-reg-pop {
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.banner-login {
  position: fixed;
  width: 360px;
  padding: 0 30px;
  height: 460px;
  background-color: rgba(255, 255, 255, 0.95);
  /* -moz-box-shadow:-3px 0px 5px #a5cbec;
  -webkit-box-shadow:-3px 0px 5px #a5cbec;
  box-shadow:-3px 0px 5px #a5cbec; */
  -moz-box-shadow: 0px 0px 5px #a5cbec;
  -webkit-box-shadow: 0px 0px 5px #a5cbec;
  box-shadow: 0px 0px 5px #a5cbec;
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.wrong-tip {
  position: absolute;
  width: 90%;
  top: 100px;
  left: 5%;
  padding: 30px;
  line-height: 28px;
  font-size: 16px;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}

.login-hd {
  width: 100%;
  margin-top: 14px;
  height: 50px;
}

.login-hd ul {
  height: 52px;
  border-bottom: 1px solid #d8d8d8;
}

.login-hd ul li {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #b5b5b5;
  text-align: center;

  cursor: pointer;
}

.login-hd ul .on {
  color: #06589f;
}

.login-line {
  border-right: 1px solid #d8d8d8;
}

.login-input {
  width: 100%;
  padding-left: 12%;
  height: 38px;
  font-size: 16px;
  /* border-radius: 100px; */
  border-bottom: 1px solid #d8d8d8;

}

.banner-login-btitle {
  display: block;
  width: 100%;
  font-size: 24px;
  margin-top: 34px;
  margin-bottom: 6px;
}

.login-bd-p2-rem {
  display: block;
  height: 16px;
  line-height: 14px;
  float: left;
  font-size: 14px;

}

.usericon {
  background: url('#{$--url-path}/login-user.png') left 4px center no-repeat;
  background-color: #fff;
}

.psdicon {
  background: url('#{$--url-path}/login-psd.png') left 4px center no-repeat;
  background-color: #fff;
}

.login-bd-p1 {
  margin-top: 40px;
}

.login-bd-p2 {
  width: 100%;
  margin-top: 24px;
}

.login-bd-p3 {
  height: 38px;
  line-height: 38px;
  margin-top: 44px;
  /* text-align: center; */
  font-size: 16px;
}

.login-bd-p3 a {
  display: inline-block;
  margin-left: 16px;
}

.login-bd-p4 {
  width: 100%;
}

.login-bd-p4 ul {
  width: 100%;
  text-align: center;
}

.login-bd-p4 ul li {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 20px 14px 0 14px;
}

.login-bd-forget {
  float: right;
  height: 16px;
  line-height: 16px;
}

.login-bd-forget a {
  font-size: 14px;
}

.login-bd-forget .redtxt:hover {
  text-decoration: underline;
  color: #e60000;
}

.login-rembtn {
  /* width: 12px;
  height: 12px; */
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 5px !important;
  float: left;
}

.login-btn {
  width: 80%;
  margin-left: 10%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #06589f;
  border-radius: 100px;
}

.login-btn:hover {
  background-color: #1e57e1;
}

.login-btn:active {
  background-color: #06589f;
}

.getnum {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.register-tab .login-input {
  padding-left: 6%;
}

.login-reg-pop-close {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

.login-reg-pop-close img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.afterlogin-module span{
  display: block;
  width: 100%;
}
.afterlogin-span1{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.afterlogin-span1 img{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  /* margin: 30px auto 0 auto; */
}
.afterlogin-span2{
  color: #999;
  margin-top: 4px;
  padding-left: 80px;
  font-size: 16px;
}
.afterlogin-span2 label{
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.afterlogin-span3{
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.afterlogin-span3 a{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #06589f;
  color: #06589f;
  //background: url(.#{$--url-path}/afterlogin-btnto.png') right 16px center no-repeat;
  padding-right: 14px;
}
.afterlogin-span3 a:hover{
  text-decoration: none;
}
.afterlogin-module ul{
  width: 100%;
  margin-top: 15px;
}
.afterlogin-module ul li{
  float: left;
  width: 33.33%;
  text-align: center;
}
.afterlogin-module ul li a{
  font-size: 16px;
  color: #000;
}
.afterlogin-module ul li a:hover{
  text-decoration: none;
}
