div,
p,
span,
section,
a {
  box-sizing: border-box;
  text-decoration: none;
}

input::-webkit-input-placeholder {
  color: rgb(210, 210, 210);
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(210, 210, 210);
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(210, 210, 210);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(210, 210, 210);
}

img {
  display: block;
  max-width: 100%;
}

body {
  height: 100%;
  max-width: 450px;
  margin: 0 auto !important;
  min-width: 375px;
}

.weui-toast {
  position: fixed;
  z-index: 5001;
  top: 40%;
  left: 50%;
  min-width: 250px;
  box-sizing: border-box;
  background: rgba(17, 17, 17, 0.7);
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 25px 35px;
  transform: translate3d(-50%, 50%, 0);
  font-size: 16px;
  border-radius: 5px;
  line-height: 20px;
}

/*# sourceMappingURL=common.css.map */
.fixed-head {
  height: 40px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.fixed {
  height: 40px;
}

.login .msgbox {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.login .msg-input {
  width: 63% !important;
  margin-bottom: 0 !important;
  border: none;
}

.login .msg-btn {
  width: 33%;
  height: 47px;
  background: #FF5A29;
  border-radius: 4px;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  text-shadow: 1px 0px 1px rgba(251, 196, 122, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.aliboxshade {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#h5nc {
  width: calc(100% - 40px);
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#h5nc .sm-btn-fail,
#h5nc .errloading {
  background: #FFFFFF !important;
  border: 1px solid #FF5122 !important;
  color: #FF5122 !important;
  height: 52px !important;
  line-height: 50px !important;
  border-radius: 25px;
}
#h5nc .errloading {
  padding: 0 20px !important;
}
#h5nc.sm-pop-inner {
  height: 52px;
  background: #F5F5F5;
  border-radius: 25px;
}
#h5nc.nc-container .nc_wrapper {
  width: 100% !important;
  height: 52px !important;
}
#h5nc.nc-container .nc_wrapper .nc_scale {
  height: 52px;
  border-radius: 25px;
  background: #F5F5F5;
  overflow: hidden;
}
#h5nc.nc-container .nc_wrapper .nc_scale > span {
  width: 60px;
  height: 52px;
  line-height: 52px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 25px;
  box-sizing: border-box;
}
#h5nc.nc-container .nc_wrapper .nc_scale .nc_bg {
  border-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #46D6B7;
}
#h5nc.nc-container .nc_wrapper .scale_text2 {
  text-indent: -20px;
}
#h5nc.nc-container .nc_wrapper .nc-lang-cnt {
  height: 52px !important;
  line-height: 52px !important;
  font-size: 16px !important;
  left: 0 !important;
}

.h5-nav-list {
  position: fixed;
  top: 40px;
  background: #333333;
  height: 50px;
  width: 100%;
  z-index: 999;
}
.h5-nav-list ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.h5-nav-list ul li {
  width: 33.333%;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  height: 100%;
  line-height: 50px;
  position: relative;
}
.h5-nav-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #333333, #191919, #333333);
}
.h5-nav-list ul li.active a {
  color: #ffffff;
  font-weight: bold;
}
.h5-nav-list ul li.active::after {
  content: "";
  width: 31px;
  height: 3px;
  background: #FC5B08;
  border-radius: 2px;
  display: block;
  margin: -12px auto 0;
}

.fixed-nav {
  height: 90px;
}/*# sourceMappingURL=index.css.map */