.box_2 {
  width: 100%;
  height: 650px;
  background: no-repeat top center;
}

.box_2 .middle {
  width: 1280px;
  margin: 0 auto
}

.box_2 .x-input-control {
  float: left;
  position: relative;
  display: inline-block;
  height: 100%;
}

.box_2 .x-input-control--clear {
  display: none;
  width: 16px;
  height: 16px;
  background: center center url("../images/close1.png") no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.input_examine {
  width: 15px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 57%;
  margin-top: -10px;
}

.examine_p1 {
  cursor: pointer;
  background: center center url("../images/icon_pswd1.png") no-repeat;
  display: none;
}

.examine_p2 {
  cursor: pointer;
  background: center center url("../images/icon_pswd2.png") no-repeat;
}

.box_2 input::-ms-clear,
.box_2input::-ms-reveal {
  display: none;
}

.account-body {
  width: 1280px;
  height: 520px;
  background-size: 100% 100%;
  margin: 0 auto
}

.account-body__inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.login_content {
  width: 600px;
  height: 400px;
  border-radius: 6px;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  top: 66px;
  right: 0;
  bottom: 0;
  z-index: 999;
  /*display: none;*/
}

.code_box {
  width: 380px;
  height: 400px;
  border-radius: 6px;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  top: 66px;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 35px 45px 0 45px;
  display: none;
}

.active_show {
  display: block;
}

.code_box h1 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
}

.code_box .login-default {
  padding: 0 !important;
  height: 0 !important;
  margin-top: 26px;
}

.account_login .login-default {
  padding: 0 !important;
  height: 0 !important;
  margin-top: 26px;
}

.password_find .login-default {
  padding: 0 !important;
  margin-top: 26px;
}

.code_box h1:after {
  display: block;
  content: '';
  width: 21px;
  height: 3px;
  background: #E60000;
  margin-top: 8px;
}

.code_box h1 span {
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #929292;
  line-height: 14px;
  margin-left: 8px;
}

.code_login_img {
  position: relative;
  width: 220px;
  height: 400px;
  background: rgba(151, 160, 195, 0.05);
  padding: 58px 54px 0 54px;
  box-sizing: border-box;
}

.code_login_img h1 {
  height: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 18px;
  padding-right: 20px;
  box-sizing: border-box;
  background: center right url("../images/icon_sm.png") no-repeat;
}

.login_qrcode_content {
  display: block;
  width: 100%;
  height: 112px;
  margin-top: 14px;
  border: 1px solid #E0E5EA;
}

.hint_msg {
  font-size: 13px;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 20px;
  margin-top: 20px;
}

.agreement_xy {
  margin-top: 32px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #929292;
  line-height: 16px;
  cursor: pointer;
}

.agreement_xy input {
  display: inline-block;
  vertical-align: -2px;
  accent-color: #E60000;
}

.agreement_xy span {
  color: #004BFF;
  cursor: pointer;
}

.agreement_xy a {
  color: #323232;
}

.code_xy {
  margin-top: 51px;
}

.icon_put {
  width: 38px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
  border-top: 1px solid #DFE4E9;
  border-bottom: 1px solid #DFE4E9;
  border-left: 1px solid #DFE4E9;
}

.icon_put .icon-phone {
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url("../images/icon_aq.png") no-repeat;
}

.account_login {
  width: 380px;
  height: 440px;
  border-radius: 6px;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  top: 66px;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 35px 45px 0 45px;
  display: none;
}

.account_login h1 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
}

.account_login h1:after {
  display: block;
  content: '';
  width: 21px;
  height: 3px;
  background: #E60000;
  margin-top: 8px;
}

.account-body .login {
  width: 380px;
  border-radius: 4px;
  overflow: hidden;
}

.account-body .login-tabs {
  width: 100%;
  height: 70px;
}

.account-body .login-tabs__item {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  color: #929292;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}


.account-body .login-tabs__item:after {
  position: absolute;
  bottom: 13px;
  left: 45px;
  z-index: 9;
  display: block;
  content: '';
  width: 21px;
  height: 3px;
  background: #E60000;
  opacity: 0;
  transition: all 0.2s linear;
}

.account-body .cipher_wd:after {
  left: 19px;
}


.account-body .login-tabs__item.active {
  color: #000000;
}

.account-body .login-tabs__item.active:after {
  opacity: 1;
}

.account-body .cipher_wd {
  text-align: left;
  padding-left: 17px;
  box-sizing: border-box;
}


.account-body .note_wd {
  padding-left: 43px;
  box-sizing: border-box;
  text-align: left;
}

.account-body .login-default {
  position: relative;
  display: block;
  padding: 12px 45px 45px;
  width: 100%;
  height: 318px;
}

.account-body .login-default__input {
  width: 100%;
  height: 45px;
  border-radius: 2px;
  border: 1px solid #DFE4E9;
}

.account-body .login-default__input input {
  font-size: 14px;
  line-height: 43px;
  float: left;
  width: 236px;
  padding-right: 23px;
}

.account-body .login-default__input input::-webkit-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-default__input input:-ms-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-default__input input::-ms-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-default__input input::placeholder {
  color: #c3c3c3;
}

.account-body .login-default__input .icon {
  width: 38px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
}

.account-body .login-default__input .icon-phone {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url("../images/people1.png") no-repeat;
}

.account-body .login-default__input .icon-password {
  display: inline-block;
  width: 15px;
  height: 17px;
  background: url("../images/lock1.png") no-repeat;
}

.account-body .login-default__input:nth-child(1) {
  margin-bottom: 18px;
}

.account-body .login-tooltip {
  width: 100%;
  height: 50px;
  font-size: 12px;
  color: #FF7800;
}

.account-body .login-default__checkbox {
  font-size: 14px;
  color: #727171;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.account-body .login-default__checkbox label {
  cursor: pointer;
}

.account-body .login-default__checkbox input {
  position: relative;
  top: 2px;
}

.account-body .login-default__submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #E60000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin-bottom: 18px;
  cursor: pointer;
}

.account-body .login-default__submit:not(:disabled):active {
  background-color: #e8e8e8;
}

.account-body .login-default__footer {
  font-size: 14px;
  color: #727272;
}

.account-body .login-default__footer::after {
  content: '';
  display: table;
  clear: both;
}

.account-body .login-default__footer a:first-child {
  color: #3C3C3C;
}

.register_text {
  padding-right: 14px;
  background: center right url("../images/icon_rr.png") no-repeat;
}

.account-body .login-default__footer a.forgetName {
  color: #ff7800;
  margin-left: 10px;
}

.account-body .login-default__footer a.forgetName:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  margin-right: 10px;
}

.account-body .login-fast {
  position: relative;
  display: none;
  padding: 12px 45px 0 45px;
  width: 100%;
  height: 318px;
}

.account-body .login-fast__input {
  width: 100%;
  height: 45px;
  border-radius: 2px;
  border: 1px solid #DFE4E9;
}

.account-body .login-fast__input input {
  font-size: 14px;
  line-height: 43px;
  float: left;
  width: 236px;
  padding-right: 23px;
}

.account-body .login-fast__input input::-webkit-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-fast__input input:-ms-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-fast__input input::-ms-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-fast__input input::placeholder {
  color: #c3c3c3;
}

.account-body .login-fast__input .icon {
  width: 38px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
}

.account-body .login-fast__input .icon-phone {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url("../images/people1.png") no-repeat;
}

.account-body .login-fast__input:nth-child(1) {
  margin-bottom: 18px;
}

.account-body .login-fast__code {
  width: 100%;
  height: 45px;
}

.account-body .login-fast__code input {
  font-size: 14px;
  line-height: 43px;
  float: left;
  width: 146px;
}

.code_hint_p1 {
  position: absolute;
  top: 58px;
  left: 60px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.code_hint_p2 {
  position: absolute;
  top: 121px;
  left: 60px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.m_hint_p1 {
  position: absolute;
  top: 58px;
  left: 60px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.m_hint_p2 {
  position: absolute;
  top: 121px;
  left: 60px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.login_hint_p1 {
  position: absolute;
  top: 46px;
  left: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.login_hint_p2 {
  position: absolute;
  top: 109px;
  left: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.login_hint_p3 {
  position: absolute;
  top: 172px;
  left: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.login_hint_p4 {
  position: absolute;
  top: 215px;
  left: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.find_hint_p1 {
  position: absolute;
  top: 46px;
  left: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.find_hint_p2 {
  position: absolute;
  top: 109px;
  left: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.find_hint_p3 {
  position: absolute;
  top: 172px;
  left: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  line-height: 14px;
}

.code_border {
  border-radius: 2px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.account-body .login-fast__code input::-webkit-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-fast__code input:-ms-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-fast__code input::-ms-input-placeholder {
  color: #c3c3c3;
}

.account-body .login-fast__code input::placeholder {
  color: #c3c3c3;
}

.account-body .login-fast__code input[type=button] {
  font-size: 12px;
  color: #6e6e6e;
  width: 98px;
  background: #F3F4F7;
  border: 1px solid #DFE4E9;
  border-radius: 4px;
  height: 100%;
  border-left: 1px solid #eaeaea;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  margin-top: 0;
}

.fr_input {
  float: right !important;
}

.account-body .login-fast__code input[type=button]:not(:disabled):hover {
  background-color: #f64131;
  color: #fff;
}

.account-body .login-fast__code input[type=button]:not(:disabled):active {
  background-color: #e8e8e8;
}

.account-body .login-fast__submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #E60000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin-bottom: 18px;
  cursor: pointer;
}

.account-body .login-fast__submit:not(:disabled):active {
  background-color: #e8e8e8;
}

.account-body .login-fast__footer {
  font-size: 14px;
  color: #727272;
}

.account-body .login-fast__footer::after {
  content: '';
  display: table;
  clear: both;
}

.account-body .login-fast__footer a.forgetName {
  color: #ff7800;
}

.box_2 .clear_code {
  right: 10px;
}

.register_top {
  margin-top: 18px;
}

.account_login .login-tooltip {
  height: 20px;
}

.account_login .agreement_xy {
  width: 120px;
  margin-top: 0;
}

.form_note {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #929292;
}

.form_note span {
  font-size: 12px;
  color: #004BFF;
  cursor: pointer;
}

.form_note input {
  vertical-align: -2px;
  accent-color: #E60000;
}

#how_use_btn {
  display: inline-block;
  height: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #93949C;
  line-height: 14px;
  cursor: pointer;
}


#protocolUp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background-color: black;
  opacity: 0.35;
  filter: alpha(opacity=10);
  display: none;
}

.user_protocol,
.do_privacy_policy {
  width: 895px;
  height: 470px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.32);
  border-radius: 10px;
  margin-top: -235px;
  margin-left: -448px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  z-index: 99999;
  display: none;
}

.protocol_title {
  width: 100%;
  height: 70px;
  background: #F7F7F7;
  border-radius: 10px 10px 0 0;
  padding-left: 45px;
  box-sizing: border-box;
  cursor: pointer;
}

.protocol_title h1 {
  float: left;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 70px;
}

.clear_gb {
  position: relative;
  width: 70px;
  height: 70px;
}

.clear_gb:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: url("../images/img_clear.png") no-repeat;
}

.clear_gb:hover::after {
  opacity: .8;
}

.protocol_content {
  width: 870px;
  margin-top: 32px;
  height: 260px;
  padding: 0 70px 0 46px;
  box-sizing: border-box;
  overflow-y: auto;
  margin-right: 25px;
}

.protocol_content::-webkit-scrollbar {
  width: 10px;
}

.protocol_content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  height: 53px;
  background: #D2D5DE;
}

.protocol_content p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 26px;
  text-align: justify;
}

.protocol_content .title-shszyz {
  font-weight: bold;
  margin: 10px auto;
}

.confirm_btn {
  width: 260px;
  height: 40px;
  background: #E60000;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  margin: 30px auto 0;
  cursor: pointer;
  transition: all 0.2s linear;
}

.confirm_btn:hover {
  background: #ce0000;
}

.password_find {
  width: 380px;
  height: 440px;
  border-radius: 6px;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  top: 66px;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 35px 45px 0 45px;
  display: none;
}

.password_find h1 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
}

.password_find h1:after {
  display: block;
  content: '';
  width: 21px;
  height: 3px;
  background: #E60000;
  margin-top: 8px;
}

.code_login {
  float: left;
  height: 25px;
  font-size: 13px;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 25px;
  padding-right: 12px;
  box-sizing: border-box;
  cursor: pointer;
  background: center right url("../images/icon_rr.png") no-repeat;
}

.active_hind {
  display: none !important;
}

.operate_ok {
  position: relative;
  width: 100%;
  height: 320px;
  display: none;
}

.operate_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.operate_box:before {
  display: block;
  content: '';
  width: 43px;
  height: 43px;
  background: url("../images/img_ok.png") no-repeat;
  margin: 0 auto 0;
}

.operate_box h6 {
  height: 22px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  margin-top: 18px;
}

.operate_box span {
  display: block;
  height: 16px;
  font-size: 13px;
  font-weight: 400;
  color: #929292;
  line-height: 16px;
  margin-top: 6px;
}

.operate_box span i {
  color: #FF7800;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/*qzl*/
.login_qrcode_tips,
.login_qrcode_scan_success {
  color: #fff;
  display: none;
  font-size: 12px;
  text-align: center;
}

.login_qrcode_rescan {
  font-size: 12px;
  color: #ff7800;
  cursor: pointer;
}

.warn .login_qrcode_tips {
  display: block
}

.succeed .login_qrcode_scan_success {
  display: block
}

/*qzl*/

/*加载动画*/
.load_box {
  width: 100%;
  height: 112px;
  background-color: #ffffff;
  position: relative;
  margin-top: 14px;
}

.out_box {
  width: 50px;
  height: 50px;
  border-top: 2px solid #e0787f;
  border-right: 2px solid #e0787f;
  border-bottom: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  animation: 2.5s ease-in-out 0s normal none infinite rotateTwo;
  -webkit-animation: 2.5s ease-in-out 0s normal none infinite rotateTwo;
}

.inner_box {
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #99749d;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #99749d;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  animation: 2.5s linear 0s normal none infinite rotate;
  -webkit-animation: 2.5s linear 0s normal none infinite rotate;
}

.text_box {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
  margin-top: 0;
  color: #cccccc;
  font-size: 16px;
  line-height: 109px;
  text-align: center;
  animation: 4s linear 0s normal none infinite flash;
  -webkit-animation: 4s linear 0s normal none infinite flash;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotateTwo {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(-360deg)
  }
}

@keyframes rotateTwo {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(-360deg)
  }
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}