* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*img {*/
/*  image-rendering: optimizeSpeed; !* 启用最佳速度优化 *!*/
/*  image-rendering: -moz-crisp-edges; !* Mozilla浏览器 *!*/
/*  image-rendering: -webkit-optimize-contrast; !* Webkit浏览器 *!*/
/*  image-rendering: -o-crisp-edges; !* Opera浏览器 *!*/
/*  image-rendering: pixelated; !* 启用像素化 *!*/
/*  -ms-interpolation-mode: nearest-neighbor; !* 启用MS引擎的最近邻插值算法 *!*/
/*}*/
/* chrome */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* 火狐浏览器 */
input[type="number"]{
  -moz-appearance: textfield;
}
.nav-wrap {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  z-index: 9998;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}
.nav-wrap .logo_div {
  display: flex;
  align-items: center;
}
.nav-wrap .nav {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 75px;
  font-size: 20px;
  color: #333333;
  justify-content: space-around;
  width: 63.5%;
}
.nav-wrap .nav_div {
  display: flex;
  width: 76.8%;
  min-width: 1200px;
  margin: 0 auto;
}
.nav-wrap .nav .navItem {
  position: relative;
  /*margin-right: 66px;*/
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}
.nav-wrap .nav .flex1 {
  flex: 1;
}
.nav-wrap .nav .navItem .title:hover {
  color: #f54e52;
}
.nav-wrap .nav .navItem .active {
  font-weight: bold;
  color: #f54e52;
}
.nav-wrap .nav .navItem .block {
  position: absolute;
  left: 50%;
  top: 46.6px;
  transform: translateX(-50%);
  width: 26px;
  height: 4px;
  background: #f54e52;
}
.nav-wrap .logo {
  /*position: absolute;*/
  /*left: -121px;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
.nav-wrap .control-wrap {
  /*position: absolute;*/
  /*left: 950px;*/
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 20px;
  min-width: 313px;
}
.nav-wrap .control-wrap .control {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  /*margin-left: 140px;*/
  width: 120px;
  height: 50px;
  /*background: linear-gradient(89deg, #fd5f53 0%, #fa3b3f 100%);*/
  border-radius: 10px;
  cursor: pointer;
}
.control.goto_user:hover {
  color: #f54e52;
}
.nav-wrap .control-wrap .nav-line {
  margin: 0 16px;
  width: 1px;
  height: 18px;
  background: #e3e3e3;
}
.nav-wrap .control-wrap .login {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  width: 120px;
  height: 50px;
  background: linear-gradient(89deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
}
.nav-wrap-active {
  width: 100%;
  background: #ffffff;
}

.user_name {
  display: none;
  align-items: center;
  font-size: 16px;
}

.user_name_txt {
  color: #F54E52;
  margin-right: 5px;
  cursor: pointer;
}

.loginout {
  cursor: pointer;
}

/** 登录弹框相关 */
.settle-model {
  display: none;
  padding: 50px 42px 0 42px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 480px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(138, 142, 153, 0.1);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  z-index: 99999;
}
.settle-model .close {
  position: absolute;
  top: 30px;
  right: 42px;
  cursor: pointer;
}
.settle-model .title {
  font-size: 32px;
  font-weight: bold;
  color: #252b3a;
}
.settle-model .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #8a8e99;
}
.settle-model .settle-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 356px;
  height: 50px;
  background: linear-gradient(89deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
}
.settle-model .login-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px;
  color: #8a8e99;
}
.settle-model .login-wrap .login {
  color: #f54e52;
  cursor: pointer;
}
.settle-model .no-password {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #999999;
}
.settle-model .no-password .code {
  color: #f54e52;
  cursor: pointer;
}
.settle-model input {
  padding-left: 20px;
  border: none;
  width: 356px;
  height: 48px;
  background: #f8f8f9;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  font-size: 16px;
  color: #333333;
  border: none !important;
  -webkit-box-shadow: 0 0 0 1000px #f8f8f9 inset !important;
}
.settle-model input:focus {
  outline: none;
  border: none;
}
.settle-model .input1 {
  margin-top: 32px;
}
.settle-model .input2 {
  position: relative;
  margin-top: 16px;
}
.settle-model .input3 {
  position: relative;
  margin-top: 16px;
}
.settle-model .input2 .send {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #f54e52;
  cursor: pointer;
}
.settle-model .input3 .code_master {
  position: absolute;
  top: 9px;
  right: 20px;
}
.graphic_verification_code_img {
  width:110px;
  padding-bottom: 10px;
}
.settle-model .model-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 50px;
  background: #f9f9fa;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
  font-size: 14px;
  color: #999999;
}
.settle-model .model-footer a {
  display: block;
  margin: 0 5px;
  color: #f54e52;
  cursor: pointer;
}
.settle-model .model-footer .not-login {
  color: #999999;
  margin-left: 20px;
}

.scan_login_div.in_qrcode {
  display: none;
}
.scan_login_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.scan_login_div .scan_img {
  cursor: pointer;
}
.scan_login_div .scan_txt_div {
  width: 106px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
.scan_login_div .scan_txt_div p {
  font-size: 12px;
  font-weight: 400;
  color: #D90E19;
}
.scan_login_div .scan_txt_div .scan_txt_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.common-login-model {
  display: none;
  padding: 25px 42px 0 42px;
  width: 440px;
  height: 480px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(138, 142, 153, 0.1);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  z-index: 99999;
}
.common-login-model .close {
  position: absolute;
  top: 30px;
  right: 42px;
  cursor: pointer;
}
.common-login-model .back {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.common-login-model .back .back-title {
  margin-left: 5px;
}
.common-login-model .title {
  margin-top: 23px;
  font-size: 32px;
  font-weight: bold;
  color: #252b3a;
}
.common-login-model .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #8a8e99;
}
.common-login-model .settle-btn {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 356px;
  height: 50px;
  background: linear-gradient(89deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
}
.common-login-model .login-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px;
  color: #8a8e99;
}
.common-login-model .login-wrap .login {
  color: #f54e52;
  cursor: pointer;
}
.common-login-model .no-password {
  display: flex;
  justify-content: space-evenly;
  font-size: 16px;
  color: #999999;
  align-items: center;
  padding-left: 17px;
  margin: 0 50px;
  padding-top: 20px;
}
.common-login-model .no-password .code {
  color: #f54e52;
  cursor: pointer;
}
.common-login-model input {
  padding-left: 20px;
  border: none;
  width: 356px;
  height: 48px;
  background: #f8f8f9;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  font-size: 16px;
  color: #333333;
  border: none !important;
  -webkit-box-shadow: 0 0 0 1000px #f8f8f9 inset !important;
}
.common-login-model input:focus {
  outline: none;
  border: none;
}
.common-login-model .input1 {
  margin-top: 32px;
}
.common-login-model .input2 {
  margin-top: 16px;
  position:relative;
}
.common-login-model .input3 {
  margin-top: 16px;
  position:relative;
}
.common-login-model .input4 {
  margin-top: 16px;
  position:relative;
}
.common-login-model .input3 .eye-1 {
  position: absolute;
  right: 12px;
  top: 13px;
  cursor: pointer;
}
.common-login-model .input4 .eye-2 {
  position: absolute;
  right: 12px;
  top: 13px;
  cursor: pointer;
}
.common-login-model .input2 .forget-send {
  position: absolute;
  font-size: 16px;
  top: 15px;
  right: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #f54e52;
  cursor: pointer;
}
.common-login-model .model-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 50px;
  background: #f9f9fa;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
  font-size: 14px;
  color: #999999;
}
.common-login-model .model-footer span {
  display: block;
  margin: 0 5px;
  color: #f54e52;
  cursor: pointer;
}
.common-login-model.model-footer .not-login {
  color: #999999;
  margin-left: 20px;
}

/** 扫码登录模块样式 */
#scan-login-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 235px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 10px;
}
#scan-login-content .scan_cont {
  display: none;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#scan-login-content .scan_cont .scan_login_txt {
  font-size: 20px;
  color: #666666;
  margin-top: 10px;
}
#scan-login-content .loading-scan{
  width:100%;
  min-height:270px;
}
#scan-login-content .scan_cont .code-lose-inner {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.92);
}
#scan-login-content .scan_cont .code-lose-inner p {
  font-size: 18px;
  color: #333333;
}
#scan-login-content .scan_cont .code-lose-inner .refresh_login_code_btn {
  width: 149px;
  height: 42px;
  border: none;
  background: #F54E52;
  border-radius: 8px 8px 8px 8px;
  margin-top: 12px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

#scan-login-content .scan_success {
  display: none;
  flex-direction: column;
  align-items: center;
}
#scan-login-content .scan_success .scan_suc_title {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin: 16px 0 23px 15px;
}
#scan-login-content .scan_success .scan_suc_desc {
  font-size: 20px;
  color: #7c7c7c;
}

.hw-loading-container{height:100%;display:table;text-align:center;width:100%}.hw-loading-container svg{width:60px;height:60px;color:#e1e1e3;animation:MessageTurn 1s linear infinite;-webkit-animation:MessageTurn 1s linear infinite}.hw-loading-container svg path{stroke:rgba(217,14,25,.5);stroke-width:1px}.hw-loading-container div{display:table-cell;vertical-align:middle}.hw-loading-container p{line-height:50px;color:#8a8e99;font-size: 14px;}.hw-loading-bottom{display:block;width:100%;text-align:center;line-height:60px;height:60px}.hw-loading-bottom svg{vertical-align:-3px;margin-right:10px;color:#d90e19;animation:MessageTurn 1s linear infinite;-webkit-animation:MessageTurn 1s linear infinite}.hw-loading-bottom svg path{stroke:rgba(217,14,25,.5)}.hw-loading-bottom p{display:inline-block;font-size:14px;color:#8a8e99}.hw-nomore-tips{line-height:60px;text-align:center;color:#8a8e99;font-size:14px}
/** 扫码登录模块样式 */

.login-model {
  display: none;
  padding: 30px 42px 0 42px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 480px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(138, 142, 153, 0.1);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  z-index: 99999;
}
.login-model .close {
  position: absolute;
  top: 30px;
  right: 42px;
  cursor: pointer;
}
.login-model .back {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.login-model .back .back-title {
  margin-left: 5px;
}
.login-model .title {
  margin-top: 23px;
  font-size: 32px;
  font-weight: bold;
  color: #252b3a;
}
.login-model .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #8a8e99;
}
.login-model .settle-btn {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 356px;
  height: 50px;
  background: linear-gradient(89deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
}
.login-model .login-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px;
  color: #8a8e99;
}
.login-model .login-wrap .login {
  color: #f54e52;
  cursor: pointer;
}
.login-model .no-password {
  display: flex;
  justify-content: space-evenly;
  font-size: 16px;
  color: #999999;
  align-items: center;
  padding-left: 17px;
  margin: 0 50px;
  padding-top: 20px;
}
.login-model .no-password .code {
  color: #f54e52;
  cursor: pointer;
}
.login-model input {
  padding-left: 20px;
  border: none;
  width: 356px;
  height: 48px;
  background: #f8f8f9;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  font-size: 16px;
  color: #333333;
  border: none !important;
  -webkit-box-shadow: 0 0 0 1000px #f8f8f9 inset !important;
}
.login-model input:focus {
  outline: none;
  border: none;
}
.login-model .input1 {
  margin-top: 32px;
}
.login-model .input2 {
  margin-top: 16px;
}
.login-model .model-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 50px;
  background: #f9f9fa;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
  font-size: 14px;
  color: #999999;
}
.login-model .model-footer span {
  display: block;
  margin: 0 5px;
  color: #f54e52;
  cursor: pointer;
}
.login-model .model-footer .not-login {
  color: #999999;
  margin-left: 20px;
}

.forget-password {
  display: none;
  padding: 25px 42px 0 42px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 480px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(138, 142, 153, 0.1);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  z-index: 99999;
}
.forget-password .close {
  position: absolute;
  top: 30px;
  right: 42px;
  cursor: pointer;
}
.forget-password .back {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.forget-password .back .back-title {
  margin-left: 5px;
}
.forget-password .title {
  margin-top: 23px;
  font-size: 32px;
  font-weight: bold;
  color: #252b3a;
}
.forget-password .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #8a8e99;
}
.forget-password .settle-btn {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 356px;
  height: 50px;
  background: linear-gradient(89deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
}
.forget-password .login-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px;
  color: #8a8e99;
}
.forget-password .login-wrap .login {
  color: #f54e52;
  cursor: pointer;
}
.forget-password.no-password {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: #999999;
}
.forget-password .no-password .code {
  color: #f54e52;
  cursor: pointer;
}
.forget-password input {
  padding-left: 20px;
  border: none;
  width: 356px;
  height: 48px;
  background: #f8f8f9;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  font-size: 16px;
  color: #333333;
  border: none !important;
  -webkit-box-shadow: 0 0 0 1000px #f8f8f9 inset !important;
}
.forget-password input:focus {
  outline: none;
  border: none;
}
.forget-password .input1 {
  margin-top: 32px;
}
.forget-password .input2 {
  margin-top: 16px;
  position:relative;
}
.forget-password .input3 {
  margin-top: 16px;
  position:relative;
}
.forget-password .input4 {
  margin-top: 16px;
  position:relative;
}
.forget-password .input3 .eye-1 {
  position: absolute;
  right: 12px;
  top: 13px;
  cursor: pointer;
}
.forget-password .input4 .eye-2 {
  position: absolute;
  right: 12px;
  top: 13px;
  cursor: pointer;
}
.forget-password .input2 .forget-send {
  position: absolute;
  font-size: 16px;
  top: 15px;
  right: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #f54e52;
  cursor: pointer;
}
.forget-password .model-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 50px;
  background: #f9f9fa;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
  font-size: 14px;
  color: #999999;
}
.forget-password .model-footer span {
  display: block;
  margin: 0 5px;
  color: #f54e52;
  cursor: pointer;
}
.forget-password.model-footer .not-login {
  color: #999999;
  margin-left: 20px;
}
.model-home {
  position: absolute !important;
  left: calc(50% + 160px) !important;
  top: 158px !important;
  transform: initial !important;
  z-index: 9;
}
.mask {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #252223;
  opacity: 0.85;
  z-index: 9999;
}
/** 三方登录按钮 */
.logo-wraps {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-wraps img {
  width: 25px;
  margin: 0 10px;
  cursor: pointer;
}
/** 登录弹框相关 */

.hidden-inp {
  position: absolute;
  top: -5000px;
}