a {
  text-decoration: none;
  color: #666;
  font-size: 14px;
}
a:Hover {
  color: #007AFF;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset !important;
}
body {
  font-family: "Microsoft YaHei";
}
#loginheader {
  width: 100%;
  height: 60px;
  padding: 30px 0px;
}
#loginheader .top {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}
#loginheader .top .login-logo {
  width: 600px;
  display: flex;
  justify-content: left;
}
#loginheader .top .login-logo img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}
#loginheader .top .login-logo div {
  width: 290px;
  position: relative;
}
#loginheader .top .login-logo div b {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
}
#loginheader .top .login-logo div p {
  font-size: 15px;
  color: #999;
  letter-spacing: 5.5px;
  margin: 2px auto;
  line-height: 20px;
  height: 20px;
}
#loginheader .top .login-logo div:after {
  border-right: 1px solid #ddd;
  height: 40px;
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
}
#loginheader .top .login-logo span {
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  padding-left: 15px;
  color: #999;
}
#loginheader .top .login-right {
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  color: #bbb;
}
#loginheader .top .login-right a {
  color: #666;
  font-size: 16px;
  padding: 0px 5px;
}
#loginheader .top .login-right a:Hover {
  color: #007AFF;
}
#loginbg {
  background: url(/zlzq/web/images/login/loginbox_bg.jpg) center center no-repeat #007AFF;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-size: auto 100%;
}
#loginFooter {
  line-height: 90px;
  height: 90px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
#loginFooter a {
  color: #888;
  font-size: 14px;
}
.login-box-w {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  min-height: 550px;
  align-items: center;
}
#loginBox {
  margin-left: auto;
  width: 490px;
  height: 540px;
  padding: 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}
#loginBox-title {
  padding: 0px 15px 0px 35px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
#loginBox-title_left {
  width: 200px;
  color: #3A62D7;
  font-size: 32px;
  line-height: 100px;
  height: 100px;
}
#loginBox-title_right .item {
  display: none;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
}
#loginBox-title_right .item .tips {
  width: 115px;
  height: 40px;
  border: 1px solid rgba(0, 122, 255, 0.1);
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 6px 15px 6px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #F4F8FC;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#loginBox-title_right .item .tips i.iconfont {
  color: #007AFF;
  margin-top: 5px;
}
#loginBox-title_right .item .tips span {
  font-size: 12px;
  color: #007AFF;
  font-weight: normal;
  line-height: 15px;
}
#loginBox-title_right .item .tips span.userlogin {
  font-size: 14px;
  line-height: 28px;
  height: 28px;
}
#loginBox-title_right .item .tips i.arrow {
  position: absolute;
  right: -5px;
  top: 5px;
  background: #F4F8FC;
  border: solid rgba(0, 122, 255, 0.1);
  border-left: 1px solid #F4F8FC;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1px;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 10;
}
#loginBox-title_right .item .righticon {
  font-size: 48px;
  color: #007AFF;
  margin-top: 10px;
}
#loginBox-title_right .item.active {
  display: flex;
}
#loginBox-title_right .item:Hover .tips {
  background-color: #007AFF;
}
#loginBox-title_right .item:Hover .tips i,
#loginBox-title_right .item:Hover .tips span {
  color: #fff;
}
#loginBox-title_right .item:Hover .tips i.arrow {
  background: #007AFF;
}
.loginBox-box {
  width: 420px;
  padding: 0px 0px 15px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-top: 1px solid #eee;
  margin: 0px auto;
}
.loginBox-box .item-box {
  height: 405px;
  display: none;
  position: relative;
}
.loginBox-box .item-box.active {
  display: block;
}
#loginError,
#loginError-mobile {
  position: absolute;
  z-index: 1000;
  left: 0px;
  top: 3px;
  font-size: 12px;
  display: none;
  border: 1px solid #dd7878;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: rgba(221, 120, 120, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 420px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #f00;
}
#loginError i.iconfont,
#loginError-mobile i.iconfont {
  color: #f00;
  margin-right: 5px;
  font-size: 14px;
}
.loginway {
  width: 100%;
  position: relative;
}
.loginway .waysname {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.loginway .waysname span {
  width: 100%;
  flex: 1;
  text-align: center;
  font-size: 18px;
  color: #444;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
}
.loginway .waysname span.active {
  color: #007AFF;
}
.loginway i {
  height: 3px;
  width: 33%;
  background: #007AFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.loginbtn {
  width: 100%;
  line-height: 55px;
  height: 55px;
  background: #007AFF;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
}
.loginbtn.mt65 {
  margin-top: 65px;
}
.loginbtn:hover {
  background: #0c78eb;
}
.zwwlogin {
  width: 100%;
}
.zwwlogin .zzwimg {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  background-color: rgba(0, 122, 255, 0.05);
  text-align: center;
  height: 185px;
  display: flex;
  align-items: center;
}
.zwwlogin .zzwimg img {
  margin: 0px auto;
}
.forget {
  line-height: 60px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.forget a {
  color: #777;
  font-size: 16px;
}
.forget a i.iconfont {
  color: #999;
  font-size: 17px;
}
.forget a:Hover {
  color: #007AFF;
}
.forget a:Hover i.iconfont {
  color: #007AFF;
}
.login-box .input-group {
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0px 5px;
  margin-bottom: 15px;
  display: flex;
  justify-content: left;
  position: relative;
}
.login-box .input-group i.iconfont {
  color: #ccc;
  font-size: 16px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.login-box .input-group input::placeholder {
  font-size: 14px;
}
.login-box .input-group input:-internal-autofill-selected {
  background-color: none;
  background: transparent;
}
.login-box .input-group #code {
  font-family: Arial, Helvetica, sans-serif;
  width: 250px;
}
.login-box .input-group img {
  height: 35px;
  margin-left: auto;
  margin-top: 8px;
}
.login-box .input-group input {
  width: 360px;
  outline: none;
  line-height: 50px;
  height: 50px;
  border: none;
}
.login-box .input-group div.error {
  position: absolute;
  color: #f00;
  font-size: 12px;
  bottom: -15px;
  left: 40px;
}
.submit-wrap {
  margin-top: 23px;
}
#swiperBox .swiper-wrapper .swiper-slide {
  width: 420px;
  padding-top: 30px;
  background: #fff;
}
.sendCode {
  border: 1px solid rgba(0, 122, 255, 0.1);
  background: #007AFF;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin-top: 6px;
  padding: 0px 15px;
  margin-left: auto;
  outline: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  width: 105px;
}
.sendCode:hover {
  opacity: 0.8;
  cursor: pointer;
}
.sendCode.active {
  background: #ddd;
  color: #444;
  opacity: 1;
  border: 1px solid #ddd;
  cursor: default;
}
.qymnote {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  margin-top: 20px;
  color: #666;
}
.qymnote b {
  font-weight: normal;
  color: #007AFF;
}
.qymnote i.iconfont {
  color: #007AFF;
  font-size: 20px;
}
#qymcodeimg {
  width: 240px;
  margin: 0px auto;
}
#qymcode {
  text-align: center;
  width: 240px;
  position: relative;
  margin: 0px auto;
}
#qymcode .qymreflash,
#qymcode .scanned {
  position: absolute;
  left: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  width: 210px;
  height: 210px;
  z-index: 100;
  color: #fff;
  left: 15px;
  top: 15px;
  padding-top: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#qymcode .qymreflash {
  cursor: pointer;
}
#qymcode .qymreflash span {
  background: #007AFF;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  padding: 6px 20px;
}
#qymcode .qymreflash:Hover span {
  background: #0963c4;
}
.loginTypeName {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex: 1;
  position: relative;
  padding: 0;
  margin: 0;
}
.loginTypeName li {
  list-style: none;
  cursor: pointer;
  padding: 0;
  width: 140px;
  margin: 0;
  text-align: center;
  line-height: 60px;
  height: 60px;
  color: #444;
  font-size: 18px;
}
.bd-item {
  padding-top: 30px;
  position: relative;
}
#loginLine {
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  height: 3px;
  background: #007AFF;
  bottom: 0px;
  left: 0px;
}
