@charset "UTF-8";
* {
  box-sizing: border-box;
}

.login-ctrl {
  overflow: hidden;
  color: #333;
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
select{
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(217, 217, 217);
}
.login-ctrl input, .login-ctrl textarea, .login-ctrl select, .login-ctrl button {
  font: 12px Microsoft YaHei, Arial;
}

.login-ctrl {
  font-family: Microsoft YaHei, Arial;
  font-size: 12px;
}

.login-ctrl ol,
.login-ctrl ul {
  list-style: none;
  padding: 0;
}

.login-ctrl :focus {
  outline: none;
}

.login-ctrl table {
  border-collapse: collapse;
  border-spacing: 0;
}

.login-ctrl th {
  font-weight: normal;
}

.login-ctrl strong {
  font-weight: 600;
}

.login-ctrl a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.login-ctrl a:hover {
  text-decoration: none;
}

.login-ctrl i {
  font-style: normal;
}

.login-ctrl input {
  padding: 4px 6px;
}

.login-ctrl input:disabled {
  background-color: transparent;
}

.login-ctrl button {
  border-width: 0;
  padding: 0;
  background-color: transparent;
}

.login-ctrl textarea {
  resize: none;
}

.login-ctrl .clear:after {
  content: "";
  display: block;
  clear: both;
}

.login-ctrl .clear:before {
  content: "";
  display: table;
}

.login-ctrl .hidden {
  display: none;
}

.login-ctrl .float-right {
  float: right;
}

.login-ctrl .float-left {
  float: left;
}

.login-ctrl .radius {
  border-radius: 50%;
}

.login-ctrl .position {
  position: relative;
  top: 0;
  left: 0;
}

.login-ctrl .arrow-left {
  margin-left: -5px;
  display: inline-block;
  border: 8px solid transparent;
  border-right-color: #798081;
}

.login-ctrl .arrow-right {
  margin-left: 4px;
  display: inline-block;
  border: 8px solid transparent;
  border-left-color: #798081;
}

.login-ctrl .arrow-down {
  margin-left: 4px;
  display: inline-block;
  border: 8px solid transparent;
  border-top-color: #798081;
}

@keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 15px;
  }
}

.login-ctrl .pointer {
  cursor: pointer;
}

.login-ctrl .f-noselect {
  -webkit-user-select: none;
}

.login-ctrl .f-select {
  -webkit-user-select: initial;
}

.login-ctrl .f-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.login-ctrl .container {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-user-select: none;
  width: 802px;
  height: 562px;
  overflow: hidden;
  font-size: 16px;
  color: #2c2f30;
}

.login-ctrl .container header {
  height: 60px;
  padding-top: 16px;
  background: #ffffff;
  -webkit-app-region: drag;
}

.login-ctrl .container .content {
  display: -webkit-box;
  -webkit-box: 1;
  height: 450px;
  background: #e8e8e8;
}

.login-ctrl header {
  /*font-size: 0;*/
  position: relative;
}

.login-ctrl header #animation {
  width: 140px;
  height: 188px;
  position: absolute;
  z-index: 100;
  top: 128px;
  left: 318px;
  opacity: 0;
  display: none;
  background: url("../../img/login/prompt.png") no-repeat 0 0;
}

.login-ctrl header #animation.show {
  display: block;
  -webkit-animation: prompt 1s ease-out 3;
}

.login-ctrl header #frame {
  width: 250px;
  height: 67px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 145px;
  opacity: .2;
  display: none;
  background: url("../../img/login/frame.png") no-repeat 0 0;
}

.login-ctrl header #frame.show {
  display: block;
  -webkit-animation: twinkle 1s ease-out 3;
}

@keyframes prompt {
  0% {
    top: 128px;
    left: 318px;
    opacity: 0;
  }
  100% {
    top: 27px;
    left: 255px;
    opacity: .6;
  }
}

@keyframes twinkle {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .7;
  }
}

.login-ctrl header .logo {
  float: left;
  margin-left: 20px;
  padding-right: 14px;
  position: relative;
  width: 174px;
  height: 30px;
}

.login-ctrl header .logo img {
  width: 160px;
}



.login-ctrl header b {
  float: left;
  line-height: 24px;
  padding-right: 12px;
  margin-top: 2px;
  border-right: 1px solid #999999;
  font-size: 18px;
}

.login-ctrl footer .add-acc {
  font-weight: normal;
  border: none;
  font-size: 14px;
  cursor: pointer;
  background: #E3DDDD url("../../img/login/add-black.png") no-repeat 75px center;
  background-size: 20px;
  display: none;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  line-height: 42px;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.login-ctrl footer .add-acc.active {
  display: block;
}

.login-ctrl footer .qc-add-acc {
  font-weight: normal;
  border: none;
  font-size: 14px;
  cursor: pointer;
  background: #E3DDDD url("../../img/login/qc-add-black.png") no-repeat 75px center;
  background-size: 20px;
  display: none;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  line-height: 42px;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.login-ctrl footer .qc-add-acc.active {
  display: block;
}

.login-ctrl header .select {
  float: left;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: center;
}

.login-ctrl header .select:after {
  content: "";
  display: inline-block;
  margin: 0 0 -7px 10px;
  border: 4px solid transparent;
  border-top-color: #333;
  position: absolute;
  right: 10px;
  top: 15px;
}

.login-ctrl header .select:hover:after {
  border-top-color: #FFB822;
}

.login-ctrl header .qc-select {
  float: left;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: center;
}

.login-ctrl header .qc-select:after {
  content: "";
  display: inline-block;
  margin: 0 0 -7px 10px;
  border: 4px solid transparent;
  border-top-color: #333;
  position: absolute;
  right: 10px;
  top: 15px;
}

.login-ctrl header .qc-select:hover:after {
  border-top-color: #2B83FF;
}

.login-ctrl header a {
  opacity: 0.7;
  float: right;
  width: 21px;
  height: 21px;
  margin: 5px 20px 0 0;
  background: url("../../img/login/close_hover.png") no-repeat 0 0;
}

.login-ctrl header a:hover {
  opacity: 1;
}

.login-ctrl .content {
  position: relative;
}

.login-ctrl .content .adv {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 800px;
  height: 440px;
  overflow: hidden;
}

.login-ctrl .content .adv img.active, .login-ctrl .content .adv img.filter {
  -webkit-filter: blur(20px);
}

.login-ctrl .content .adv > span {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.login-ctrl .content .adv > span a {
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  height: 4px;
  margin-right: 8px;
  background: #fff;
  cursor: pointer;
}

.login-ctrl .content .adv > span a.active {
  background: #ffb822;
}

.login-ctrl .content .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../img/login/formbg.png) no-repeat -1px 0;
  background-size: cover;
  display: none;
  z-index: 1;
}

.login-ctrl .content .mask.active {
  display: block;
}

.login-ctrl .content .mask .fixed {
  width: 334px;
  height: 114px;
  /* position: absolute;
    bottom: 30px;
    left: 231px;
    z-index: 10; */
}

.login-ctrl .content .mask .fixed a {
  color: #fff;
}

.login-ctrl .flexbtn {
  display: flex;
  justify-content: space-between;
}

.login-ctrl .backBtnSty {
  font-size: 14px;
  color: #999899;
  cursor: pointer;
}

.login-ctrl .goLoginSty {
  color: #FFB822;
  font-size: 14px;
}

.login-ctrl .qc-goLoginSty {
  color: #2B83FF;
  font-size: 14px;
}

.login-ctrl .formsty {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.login-ctrl .formsty .add-acc {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: url("../../img/login/add-black.png") no-repeat 42% center;
  background-size: 23px;
  cursor: pointer;
}

.login-ctrl .formsty .add-acc:hover {
  background: rgba(255, 255, 255, 0.5) url("../../img/login/add-black.png") no-repeat 42% center;
  background-size: 23px;
}

.login-ctrl .formsty .qc-add-acc {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: url("../../img/login/qc-add-black.png") no-repeat 42% center;
  background-size: 23px;
  cursor: pointer;
}

.login-ctrl .formsty .qc-add-acc:hover {
  background: rgba(255, 255, 255, 0.5) url("../../img/login/qc-add-black.png") no-repeat 42% center;
  background-size: 23px;
}

.login-ctrl .content .select-drop-down {
  width: 800px;
  max-height: 330px;
  /* position: absolute;
    top: 0;
    left: 0; */
  padding: 13px;
  overflow: auto;
  color: #000;
  display: none;
  /* z-index:2; */
}

.login-ctrl .content .select-drop-down {
  width: 800px;
  max-height: 330px;
  /* position: absolute;
    top: 0;
    left: 0; */
  padding: 13px;
  overflow: auto;
  color: #000;
  display: none;
  /* z-index:2; */
}

.login-ctrl .content .select-drop-down.active {
  display: block;
}

.login-ctrl .content .select-drop-down li {
  position: relative;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
}

.login-ctrl .content .select-drop-down li.active {
  color: #ffb822;
}

.login-ctrl .content .select-drop-down li:hover {
  color: #2c2f30;
  background: #fff;
  cursor: pointer;
}

.login-ctrl .content .select-drop-down li:hover > span {
  opacity: 1;
}

.login-ctrl .content .select-drop-down .close {
  position: absolute;
  width: 16px;
  height: 17px;
  top: 17px;
  right: 11px;
  opacity: 0;
}

.login-ctrl .content .select-drop-down .close:hover {
  border: 1px solid #666;
  border-radius: 3px;
}

.login-ctrl .content .select-drop-down .close i {
  position: absolute;
  top: 7px;
  right: -1px;
  width: 16px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
}

.login-ctrl .content .select-drop-down .close i:nth-child(2) {
  transform: rotate(-45deg);
}

.login-ctrl .content .ent-acc {
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 13px 281px;
  color: #fff;
  display: none;
  z-index: 3;
}

.login-ctrl .content .ent-acc.active {
  display: block;
}

.login-ctrl .content .ent-acc li {
  width: 238px;
  height: 37px;
  line-height: 36px;
  margin: 10px auto;
  border-radius: 3px;
}

.login-ctrl .content .ent-acc li:nth-child(1) {
  height: 60px;
  line-height: 60px;
  margin: 15px 0;
  text-align: center;
}

.login-ctrl .content .ent-acc li:nth-child(1) h1 {
  font-family: "微软雅黑";
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}

.login-ctrl .content .ent-acc li:nth-child(1) a {
  float: right;
  color: #fff;
}

.login-ctrl .content .ent-acc li:nth-child(1) a:hover {
  color: #ffcd08;
}

.login-ctrl .content .ent-acc li:nth-child(2),
.login-ctrl .content .ent-acc li:nth-child(3),
.login-ctrl .content .register > li:nth-child(4) {
  /* border: 1px solid #B2AFAF; */
  margin-bottom: 20px;
}

.login-ctrl .content .ent-acc li:nth-child(2) input,
.login-ctrl .content .ent-acc li:nth-child(3) input,
.login-ctrl .content .register > li:nth-child(4) input,
.login-ctrl .content .register > li:nth-child(5) input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  font-size: 14px;
  color: #333;
  font-family: Arial !important;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #DCDDDD;
}

.login-ctrl #tenantforgetpwdli {
  /* width: 100%;
    background: none;
    border: none;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border:none;
    display: flex; */
  margin-bottom: 30px;
  position: relative;
}

.login-ctrl #tenantforgetpwdli > a {
  position: absolute;
  right: 0px;
  top: 36px;
  text-align: right;
  font-size: 13px;
  color: #999;
  display: block;
  text-decoration: underline;
}

.login-ctrl .content .register > li:nth-child(2) input,
.login-ctrl .content .register > li:nth-child(3) input,
.login-ctrl .content .register > li:nth-child(4) input,
.login-ctrl .content .register > li:nth-child(5) input {
  text-align: left;
  height: 36px;
}

.login-ctrl .content .ent-acc li:nth-child(2) input::-webkit-input-placeholder,
.login-ctrl .content .ent-acc li:nth-child(3) input::-webkit-input-placeholder,
.login-ctrl .content .ent-acc li:nth-child(4) input::-webkit-input-placeholder,
.login-ctrl .content .register > li:nth-child(4) input::-webkit-input-placeholder,
.login-ctrl .content .register > li:nth-child(5) input::-webkit-input-placeholder,
.login-ctrl .backPwd > li input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  padding-left: 8px;
}

.login-ctrl .content .ent-acc li:nth-child(4), .login-ctrl .content .register > li:nth-child(6),
.login-ctrl .content .ent-acc.perfect li:nth-child(5) {
  text-align: center;
  color: #fff;
  background: #FFB822;
}

.login-ctrl .content .ent-acc li:nth-child(4):hover, .login-ctrl .content .register > li:nth-child(6):hover {
  background: #F7B734;
  cursor: pointer;
}

.login-ctrl .content .register > li:nth-child(4):hover {
  background: none;
}

.login-ctrl .content .register > li:nth-child(6) {
  margin-top: 18px;
}

.login-ctrl .content .register > li:nth-child(5) {
  position: relative;
}

.login-ctrl .content .ent-acc li:nth-child(4):hover {
  cursor: pointer;
  opacity: 0.9;
}

.login-ctrl .content .ent-acc li:nth-child(5):hover {
  cursor: pointer;
  opacity: 0.9;
}

.login-ctrl footer {
  font-size: 14px;
}

.login-ctrl footer .form h3 {
  margin-bottom: 30px;
}

.login-ctrl footer .form .name-acc,
.login-ctrl footer .form .pwd-acc {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 14px;
  height: 16px;
  opacity: .7;
}

.login-ctrl footer .form .name-acc {
  background: url("../../img/login/acc_hover.png");
}

.login-ctrl footer .form .name-acc.active {
  background: url("../../img/login/acc.png") no-repeat 0 0;
}

.login-ctrl footer .form .pwd-acc {
  top: 7px;
  left: 10px;
  z-index: 0;
  background: url("../../img/login/pwd_hover.png");
}

.login-ctrl footer .form .pwd-acc.active {
  background: url("../../img/login/pwd.png") no-repeat 0 0;
}

.login-ctrl footer .form .qc-name-acc,
.login-ctrl footer .form .qc-pwd-acc {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 14px;
  height: 16px;
  opacity: .7;
}

.login-ctrl footer .form .qc-name-acc {
  background: url("../../img/login/acc_hover.png");
}

.login-ctrl footer .form .qc-name-acc.active {
  background: url("../../img/login/qc-acc.png") no-repeat 0 0;
}

.login-ctrl footer .form .qc-pwd-acc {
  top: 7px;
  left: 10px;
  z-index: 0;
  background: url("../../img/login/pwd_hover.png");
}

.login-ctrl footer .form .qc-pwd-acc.active {
  background: url("../../img/login/qc-pwd.png") no-repeat 0 0;
}

.login-ctrl footer .form input {
  width: 100%;
  /* line-height: 21px; */
  height: 30px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 14px;
  /* background: #ffeec9; */
  font-size: 18px;
  -webkit-appearance: none;
  border: none;
  padding-left: 32px;
  color: #333;
}

.login-ctrl footer .remember {
  position: relative;
  font-style: normal;
  font-size: 13px;
  margin-right: 10px;
  cursor: pointer;
  opacity: .5;
  color: #999;
}

.login-ctrl footer .remember.isabled {
  opacity: 1;
}

.login-ctrl footer .remember:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 4px -2px 0;
  border: 1px solid #B5B5B6;
  position: relative;
  /* border-radius: 50%; */
}

.login-ctrl footer .remember.active:after {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-style: solid;
  border-color: #666;
  border-width: 0 1px 1px 0;
  transform: rotateZ(45deg);
  content: "";
}

.login-ctrl .loginBtn {
  display: inline-block;
  width: 90%;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  background: #ffb822;
  opacity: 0.5;
  margin: 0 auto;
  margin-top: 10px;
  color: #fff;
}

.login-ctrl .qc-loginBtn {
  display: inline-block;
  width: 90%;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  background: #2B83FF;
  opacity: 0.5;
  margin: 0 auto;
  margin-top: 10px;
  color: #fff;
}

.login-ctrl footer > b {
  font-weight: normal;
  padding-right: 5px;
  opacity: .5;
}

.login-ctrl footer > b.active {
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
}

.login-ctrl footer a.active {
  opacity: 1;
}

.login-ctrl footer a.active:hover {
  opacity: .8;
}

.login-ctrl .content .register > li:nth-child(4), .login-ctrl .content .ent-acc.perfect li:nth-child(3) {
  background: none;
}

.login-ctrl .v-code {
  position: absolute;
  right: 10px;
  color: #FFB823;
  font-size: 12px;
}

.login-ctrl .reduce {
  height: 67px !important;
}

.login-ctrl .content .perfect.active {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-ctrl .content .ent-acc.perfect li {
  width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.login-ctrl .content .ent-acc.perfect li input {
  flex-basis: 345px;
  border-radius: 4px;
  /*   border: 1px solid #fff; */
  text-align: left;
}

.login-ctrl .content .ent-acc.perfect .address input {
  flex-basis: 100%;
  height: 100%;
  background: none;
}

.login-ctrl .content .ent-acc.perfect .address input, .login-ctrl .content .ent-acc.perfect .address input {
  /* color: #fff; */
  font-size: 16px;
  border: 0;
  background: #fff;
  border: 1px solid #DCDDDD;
}

.login-ctrl .content .ent-acc.perfect li:nth-child(5) {
  width: 334px;
  cursor: pointer;
  justify-content: center;
}

.login-ctrl .content .ent-acc.perfect li:nth-child(5):hover {
  background: #ffb822;
}

.login-ctrl .content .ent-acc.perfect li:nth-child(4) {
  background: none;
}

.login-ctrl .content .ent-acc.perfect li:nth-child(4):hover {
  background: none;
}

.login-ctrl .content .ent-acc.perfect li:nth-child(1) {
  flex-direction: column;
  justify-content: center;
  height: 74px;
}

.login-ctrl .content .ent-acc.perfect li:nth-child(6) {
  justify-content: center;
}

.login-ctrl .content .ent-acc.perfect li:nth-child(1) > span {
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 30px;
  color: #333;
}

.login-ctrl .select {
  flex-basis: 345px;
  position: relative;
  z-index: 100;
}

.login-ctrl .select > .selectBox {
  width: 100%;
  height: 40px;
  border: 1px solid #DCDDDD;
  border-radius: 4px;
  padding-left: 6px;
  cursor: pointer;
  color: #b4b4b4;
}

.login-ctrl .select > .dropDwon {
  width: 100%;
  position: absolute;
  top: 44px;
  background: #fff;
  padding: 5px 0;
  height: 220px;
  overflow: auto;
  display: none;
}

.login-ctrl .select > .dropDwon.addressDrop, .login-ctrl .select > .dropDwon.addressDrop2 {
  width: 50%;
}

.login-ctrl .select > .dropDwon.addressDrop2 {
  left: 50%;
}

.login-ctrl .select > .selectBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.login-ctrl .select > .selectBox:after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #ccc;
  margin: 7px 8px 0 0;
}

.login-ctrl .select > .dropDwon.active {
  display: block;
}

.login-ctrl .select > .dropDwon > li {
  cursor: pointer;
  margin: 0 !important;
  padding-left: 10px !important;
  color: #333 !important;
  width: 100% !important;
  display: block !important;
  line-height: 40px !important;
  height: 40px !important;
  text-align: left !important;
}

.login-ctrl .select > .dropDwon > li:hover {
  background: #ffb823 !important;
}

.login-ctrl .select > .dropDwon > li.active {
  background-color: #e6e6e6 !important;
}

.login-ctrl .backPwd, .login-ctrl .attestation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../img/login/formbg.png) no-repeat -1px 0;
  background-size: cover;
  color: #fff;
  display: none;
  z-index: 4;
  height: 503px;
}

.login-ctrl .backPwd.active, .login-ctrl .attestation.active {
  display: block;
}

.login-ctrl .backPwd > li, .login-ctrl .attestation > li {
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #333;
}

.login-ctrl .setp, .login-ctrl .setp > span {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.login-ctrl .setp > span > b {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  font-weight: normal;
  color: #FFB627;
  margin: 0 5px;
}

.login-ctrl .setp > span > b.active {
  border: 3px solid #fff;
  line-height: 24px;
  background-color: #ffad00;
  color: #fff;
}

.login-ctrl .setp > span > i {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.login-ctrl .setp > span > i.active {
  background-color: #ffad00;
  height: 4px;
}

.login-ctrl .qc-setp, .login-ctrl .qc-setp > span {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.login-ctrl .qc-setp > span > b {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  font-weight: normal;
  color: #2B83FF;
  margin: 0 5px;
}

.login-ctrl .qc-setp > span > b.active {
  border: 3px solid #fff;
  line-height: 24px;
  background-color: #2B83FF;
  color: #fff;
}

.login-ctrl .qc-setp > span > i {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.login-ctrl .qc-setp > span > i.active {
  background-color: #2B83FF;
  height: 4px;
}

.login-ctrl .backPwd .setp-txt {
  font-size: 14px;
  justify-content: flex-start;
  margin-top: 10px;
  color: #999999;
  padding-left: 181px;
}

.login-ctrl .setp-txt > span {
  display: inline-block;
}

.login-ctrl .setp-txt > span.active {
  color: #333;
}

.login-ctrl .setp-txt > span:not(.name) {
  margin-left: 49px;
}

.login-ctrl .finish {
  margin-left: 62px !important;
}

.login-ctrl .backPwd > li input {
  width: 238px;
  height: 36px;
  background: #fff;
  border: none;
  font-size: 16px;
  color: #333;
  font-family: Arial !important;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #DCDDDD;
}

.login-ctrl ::-webkit-input-placeholder {
  color: #b4b4b4;
}

.login-ctrl .confirmBtn > span {
  color: #fff;
  text-align: center;
  width: 238px;
  line-height: 40px;
  border-radius: 2px;
  background-color: #FFB627;
  cursor: pointer;
}

.login-ctrl .confirmBtn > span:hover {
  background-color: rgba(255, 182, 39, 0.8);
}

.login-ctrl .backPwd .setpContent > div {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-ctrl .backPwd .setpContent > div:nth-child(2) > span, .login-ctrl .backPwd .setpContent > div:nth-child(3) > span {
  margin-left: -19px;
  margin-top: 20px;
}

.login-ctrl .backPwd .setpContent > div:nth-child(2) > span:first-child,
.login-ctrl .backPwd .setpContent > div:nth-child(3) > span:first-child {
  margin-top: 10px;
}

.login-ctrl .setpContent > div:nth-child(2), .login-ctrl .setpContent > div:nth-child(3) {
  margin-left: 18px;
}

.login-ctrl .backPwd li:last-child {
  height: 68px;
  margin-top: 11px;
}

.login-ctrl .backPwd li > .btnPege {
  margin-left: 10px;
}

.login-ctrl .backPwd li > .btnPege, .login-ctrl .attestation .btnPege {
  width: 68px;
  height: 68px;
  background: url("../../img/login/flip.png") no-repeat 0 4px;
  cursor: pointer;
}

.login-ctrl .attestation .btnPege {
  margin-top: -8px;
  margin-left: 5px;
}

.login-ctrl .backPwd .v-code {
  right: 290px;
  margin-top: 8px;
  cursor: pointer;
}

.login-ctrl .backPwd .prompt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 40px;
  margin-top: 60px;
}

.login-ctrl textarea {
  width: 334px;
  height: 156px;
  border-radius: 2px;
  background: none;
  font-size: 16px;
  padding: 6px;
  color: #fff;
  border: solid 1px #ffffff;
}

.login-ctrl .attestation textarea {
  border: solid 1px #ddd;
  background: #fff;
  color: #333;
}

.login-ctrl .attestation > li:nth-child(3), .login-ctrl .attestation > li:nth-child(4) {
  margin-top: 20px;
}

.login-ctrl .min-btn {
  opacity: 0.7;
  float: right;
  width: 21px;
  height: 21px;
  margin: 5px 20px 0 0;
  background: url(../../img/login/min-login.png) no-repeat 0 0;
  cursor: pointer;
}

.login-ctrl .min-btn:hover {
  opacity: 1;
}

.login-ctrl .login_show > div {
  width: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  color: #666;
  overflow: hidden;
}

.login-ctrl .login_show > div.addressdiv {
  width: 100%;
}

.login-ctrl .login_show > div.addressdivbtn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: inline;
  text-align: center;
  color: #fff;
  background: #FFB822;
  width: 334px;
  cursor: pointer;
  justify-content: center;
}

.login-ctrl .login_show > div > span {
  color: #333;
  margin-left: 5px;
  width: 80%;
  border-bottom: 1px solid #c8c8c8;
}

.login-ctrl .login_show > div > label {
  width: 70px;
}

.login-ctrl #login_show {
  width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: none;
  text-align: left;
}

.login-ctrl .fa-capital {
  background: url("../../img/login/caps.png") no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  right: 2px;
  top: 9px;
  z-index: 100;
}

.login-ctrl .fa-capital:before {
  color: #ffffff;
}

.login-ctrl .fa-capital.active {
  display: inline-block;
}

.login-ctrl .caps-lock {
  position: absolute;
  right: -91px;
  top: 23px;
}

.login-ctrl footer .form div {
  position: relative;
  margin: 20px auto;
}

.login-ctrl .userListBtn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.login-ctrl .userListBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #555;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}

.login-ctrl .userLists {
  width: 100%;
  position: absolute;
  background: #fff;
  color: #333;
  top: 31px;
  right: 0;
  height: 207px;
  border-radius: 3px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 10px;
  list-style: none;
  margin: 0;
  z-index: 5;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.login-ctrl .userLists li {
  display: block;
  box-sizing: border-box;
  padding: 7px 10px;
  font-size: 14px;
  border-bottom: 1px dashed  #f0f0f0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.login-ctrl .userLists li:last-child {
  border: 0;
}

.login-ctrl .userLists li:hover {
  background: #ffeec9;
}

.login-ctrl footer {
  position: absolute;
  right: 35px;
  top: 90px;
  z-index: 0;
  width: 300px;
  height: 390px;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}

.login-ctrl .inputsty {
  width: 90%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.login-ctrl .pwdsty {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.login-ctrl .pwdsty span {
  cursor: pointer;
  font-size: 13px;
  color: #999;
}

.login-ctrl .testimg {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}


.login-ctrl .testimg img {
  width: 61px;
}

.login-ctrl .loginSwitch {
  position: relative;
}

.login-ctrl .switchIco {
  width: 54px;
  height: 54px;
  overflow: hidden;
  display: block;
  float: right;
  background: url("../../img/login/loginswitch.png") no-repeat 0 0;
  background-size: 54px;
  cursor: pointer;
}

.login-ctrl .switchIco.switchPcIco {
  background: url("../../img/login/loginswitch.png") no-repeat 0 -54px;
}

.login-ctrl .switchInfo {
  /*width: 125px;*/
  border-radius: 3px;
  font-size: 14px;
  color: #FFB822;
  border: 1px solid #FFB822;
  text-align: center;
  padding: 3px 10px;
  position: absolute;
  right: 60px;
  top: 7px;
}

.login-ctrl .switchInfo:after {
  content: " ";
  position: absolute;
  right: -4px;
  top: 10px;
  width: 4px;
  height: 4px;
  border: #FFB822 solid 1px;
  border-right: 0;
  border-top: 0;
  -webkit-transform: rotate(-138deg);
  -ms-transform: rotate(-138deg);
  transform: rotate(-138deg);
  background: #fff;
}

.login-ctrl .qc-loginSwitch {
  position: relative;
}

.login-ctrl .qc-switchIco {
  width: 54px;
  height: 54px;
  overflow: hidden;
  display: block;
  float: right;
  background: url("../../img/login/qc-loginswitch.png") no-repeat 0 0;
  background-size: 54px;
  cursor: pointer;
}

.login-ctrl .qc-switchIco.switchPcIco {
  background: url("../../img/login/qc-loginswitch.png") no-repeat 0 -54px;
}

.login-ctrl .qc-switchInfo {
  width: 125px;
  border-radius: 3px;
  font-size: 14px;
  color: #2B83FF;
  border: 1px solid #2B83FF;
  text-align: center;
  padding: 3px 0;
  position: absolute;
  right: 60px;
  top: 7px;
}

.login-ctrl .qc-switchInfo:after {
  content: " ";
  position: absolute;
  right: -4px;
  top: 10px;
  width: 4px;
  height: 4px;
  border: #2B83FF solid 1px;
  border-right: 0;
  border-top: 0;
  -webkit-transform: rotate(-138deg);
  -ms-transform: rotate(-138deg);
  transform: rotate(-138deg);
  background: #fff;
}

.login-ctrl .getcode{
  width: 166px;
  height: 166px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center
}

.login-ctrl .getcode img {
  width: 100%;
}

.login-ctrl .registerBtn {
  margin-top: 30px;
  text-align: center;
}

.login-ctrl .registerBtn a {
  color: #FFB822;
}

.login-ctrl footer .form div.codeHint {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  margin: 0;
}

.login-ctrl footer .form div.codeHint p {
  margin: 23px auto;
}

.login-ctrl .refreshCode {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.login-ctrl .refreshCode img {
  width: 100%;
}

.login-ctrl .modal-open {
  overflow: hidden;
}

.login-ctrl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.login-ctrl .modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  font-family: "Microsoft Yahei";
}

.login-ctrl .modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.login-ctrl .modal .modal-dialog.no-transition {
  transition: none;
}

.login-ctrl .modal-content {
  position: relative;
  height: 100%;
  outline: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.login-ctrl .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.login-ctrl .modal-backdrop.fade {
  opacity: 0;
}

.login-ctrl .modal-backdrop.in {
  opacity: 0.5;
}

.login-ctrl .modal-header {
  display: flex;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 8px;
  color: #333;
}

.login-ctrl .modal-header .modal-title {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
}

.login-ctrl .modal-header .close {
  cursor: pointer;
}

.login-ctrl .modal-header .fa-cancel {
  color: #bfbfbf;
}

.login-ctrl .modal-body {
  position: relative;
  padding: 20px;
}

.login-ctrl .modal-body p {
  font-size: 14px;
}

.login-ctrl .modal-body .m-form .row {
  margin-bottom: 10px;
}

.login-ctrl .modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  padding-top: 0;
}

.login-ctrl .modal-footer button {
  cursor: pointer;
  font-family: "Microsoft Yahei";
}

.login-ctrl .modal-footer .u-btn {
  width: 140px;
  height: 32px;
  border-radius: 4px;
}

.login-ctrl .modal-footer .u-btn-default {
  background-color: #e6e6e6;
}

.login-ctrl .modal-footer .u-btn-theme {
  background-color: #ffb822;
}

.login-ctrl .modal-footer .u-btn + .u-btn {
  margin-left: 20px;
}

.login-ctrl .modal-footer .modal-footer .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.login-ctrl .qc-modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  padding-top: 0;
}

.login-ctrl .qc-modal-footer button {
  cursor: pointer;
  font-family: "Microsoft Yahei";
}

.login-ctrl .qc-modal-footer .u-btn {
  width: 140px;
  height: 32px;
  border-radius: 4px;
}

.login-ctrl .qc-modal-footer .u-btn-default {
  background-color: #e6e6e6;
}

.login-ctrl .qc-modal-footer .u-btn-theme {
  background-color: #2B83FF;
}

.login-ctrl .qc-modal-footer .u-btn + .u-btn {
  margin-left: 20px;
}

.login-ctrl .qc-modal-footer .qc-modal-footer .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.login-ctrl .hintSty {
  color: #FFB822;
}

.login-ctrl .modal-header .close {
  width: 30px;
  height: 30px;
  background: url("../../img/login/close.png") no-repeat center;
  background-size: 14px;
}

.login-ctrl .outUserSty {
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  z-index: 2000;
  background: #fff;
  height: 200px;
  margin-top: -100px;
  display: block;
}

.login-ctrl .outUserSty .modal-body, .login-ctrl .outUserSty .modal-footer {
  padding: 15px 30px;
}

.login-ctrl .modalMark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.login-ctrl .searchName {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

.login-ctrl .searchName input {
  outline: none;
  width: 200px;
  height: 30px;
  border: 0;
}

.login-ctrl .searchName button {
  width: 40px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #FFB822;
  outline: none;
  border: 0;
  cursor: pointer;
}

.login-ctrl .qc-searchName {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

.login-ctrl .qc-searchName input {
  outline: none;
  width: 200px;
  height: 30px;
  border: 0;
}

.login-ctrl .qc-searchName button {
  width: 40px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #2B83FF;
  outline: none;
  border: 0;
  cursor: pointer;
}

.login-ctrl .content .qc-select-drop-down.active {
  display: block;
}

.login-ctrl .content .qc-select-drop-down li {
  position: relative;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
}

.login-ctrl .content .qc-select-drop-down li.active {
  color: #2B83FF;
}

.login-ctrl .content .qc-select-drop-down li:hover {
  color: #2c2f30;
  background: #fff;
  cursor: pointer;
}

.login-ctrl .content .qc-select-drop-down li:hover > span {
  opacity: 1;
}

.login-ctrl .content .qc-select-drop-down .close {
  position: absolute;
  width: 16px;
  height: 17px;
  top: 17px;
  right: 11px;
  opacity: 0;
}

.login-ctrl .content .qc-select-drop-down .close:hover {
  border: 1px solid #666;
  border-radius: 3px;
}

.login-ctrl .content .qc-select-drop-down .close i {
  position: absolute;
  top: 7px;
  right: -1px;
  width: 16px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
}

.login-ctrl .content .qc-select-drop-down .close i:nth-child(2) {
  transform: rotate(-45deg);
}
.authentication-box{
  text-align: center;
  font-size: 14px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  height:47px;
  cursor: default;
}
.anquanrenzheng{
  background:url("../../img/login/anquanrenzheng.png") no-repeat 0 0;
  width: 18px;
  height: 18px;
  background-size: 18px;
  display: inline-block;
  margin-right: 5px;
}
.authentication-box p{
  display: flex;
  align-items: center;
}
