.wpa-container {
  visibility: hidden !important;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-user-select: none !important;
  -moz-user-focus: none !important;
  -moz-user-select: none !important;
}
.mobile-tab,
.mobile-ul-tab {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 1.173333rem;
  box-sizing: border-box;
  padding: 0.293333rem 0.4rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
}
.mobile-tab .left-tab,
.mobile-ul-tab .left-tab,
.mobile-tab .right-tab,
.mobile-ul-tab .right-tab {
  display: flex;
  align-items: center;
}
.mobile-tab .right-tab,
.mobile-ul-tab .right-tab {
  justify-content: flex-end;
}
.mobile-tab .change-language-btn,
.mobile-ul-tab .change-language-btn {
  width: 0.533333rem;
  height: 0.533333rem;
  background-image: url('../img/icon-chn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  -webkit-tap-highlight-color: transparent;
}
.mobile-tab .change-language-btn.change-en,
.mobile-ul-tab .change-language-btn.change-en {
  width: 0.653333rem;
  background-image: url('../img/icon-eng.svg');
}
.mobile-tab .change-language-btn a,
.mobile-ul-tab .change-language-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
}
.mobile-tab .langauage-btn,
.mobile-ul-tab .langauage-btn {
  cursor: pointer;
  width: 1.1rem;
  height: 0.48rem !important;
  font-size: 0.373333rem;
  text-align: center;
  line-height: 0.48rem;
  border: 1px solid #ddd;
  border-radius: 0.053333rem;
  opacity: 0.6;
  color: inherit;
  margin-right: 0.266667rem;
}
.mobile-tab .mobile-menul,
.mobile-ul-tab .mobile-menul {
  width: 0.533333rem;
  height: 0.533333rem;
  background-image: url('../img/icon-menu.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  -webkit-tap-highlight-color: transparent;
}
.mobile-tab h1,
.mobile-ul-tab h1 {
  margin: 0 0.24rem 0 0.4rem;
  height: 0.355733rem;
  width: 3.093333rem;
  line-height: 0;
}
.mobile-tab h1 a,
.mobile-ul-tab h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.mobile-tab .mobile-register,
.mobile-ul-tab .mobile-register {
  width: 2.106667rem;
  height: 0.693333rem;
  margin-right: 0.533333rem;
  line-height: 0.693333rem;
  border-radius: 0.346667rem;
  font-size: 0.32rem;
  font-weight: 400;
  text-align: center;
  color: #006EFF;
  background: #EBF4FF;
  cursor: pointer;
}
.mobile-tab-fff {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}
.mobile-tab-fff .mobile-menul {
  background-image: url('../img/icon-menu-white.svg');
}
.mobile-tab-fff h1 a {
  background-image: url('/static/logo.png');
}
.mobile-tab-fff .change-language-btn {
  background-image: url('../img/icon-chn-white.svg');
}
.mobile-tab-fff .change-language-btn.change-en {
  background-image: url('../img/icon-eng-white.svg');
}
.mobile-tab-fff .change-language-btn a {
  color: #fff;
}
.m-bottom {
  margin-bottom: 1.44rem;
  margin-top: 1.173333rem;
  width: 100%;
  height: 6.106667rem;
  background-color: #F2F8FF;
  box-sizing: border-box;
  padding: 0.533333rem 0.4rem 0.4rem;
  position: relative;
}
.m-bottom .m-bottom-tab {
  border-top: 0.013333rem solid #eee;
  left: 0;
  top: -1.173333rem;
  position: absolute;
  width: 100%;
  height: 1.173333rem;
  display: flex;
  margin: 0;
  background-color: #fff;
}
.m-bottom .m-bottom-tab a {
  flex: 1;
  justify-content: space-between;
  color: #555;
  font-size: 0.373333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-bottom h2 a {
  width: 2.666667rem;
  width: 3.466667rem;
  height: 0.4rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-bottom h2 a .m-logo-bottom {
  width: 100%;
  height: 100%;
}
.m-bottom div {
  margin: 0.32rem 0;
  color: #333;
  font-size: 0.32rem;
  height: 0.44rem;
  line-height: 0.44rem;
}
.m-bottom p {
  letter-spacing: normal;
  color: #555 !important;
  font-size: 0.32rem;
  line-height: 0.44rem;
  margin-bottom: 0.32rem;
  height: 0.44rem;
}
.m-bottom .m-bottom-code {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 0.613333rem;
  bottom: 0.88rem;
}
.m-bottom .font-tip {
  position: absolute;
  color: #555;
  font-size: 0.32rem;
  right: 0.693333rem;
  bottom: 0.08rem;
}
.m-fix-bottom {
  transition: all 0.3s linear;
  width: 100%;
  height: 1.44rem;
  display: flex;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.02);
}
.m-fix-bottom > a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-fix-bottom > a:nth-child(1) {
  border-right: 1px solid #eee;
}
.m-fix-bottom > a .m-phone-icon {
  width: 0.64rem;
  height: 0.64rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.16rem;
}
.m-fix-bottom > a .m-demo-icon {
  width: 0.64rem;
  height: 0.64rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.16rem;
}
.m-fix-bottom > a .text {
  font-size: 0.426667rem;
  color: #000;
}
.mask {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.m-side-menu-container {
  transition: all 0.2s linear;
  width: 5.733333rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  position: fixed;
  left: 0;
  transform: translateX(-100%);
}
.m-side-menu-container .m-side-menu {
  position: fixed;
  background-color: #fff;
  width: 5.733333rem;
  height: 100%;
  padding-top: 0.266667rem;
  display: flex;
  flex-direction: column;
}
.m-side-menu-container .m-side-menu .m-menu-container {
  width: 100%;
}
.m-side-menu-container .m-side-menu .m-menu-container > div {
  padding: 0 0.266667rem 0 0.4rem;
  box-sizing: border-box;
  height: 1.093333rem;
  margin-bottom: 0.32rem;
  line-height: 0.56rem;
}
.m-side-menu-container .m-side-menu .m-menu-container > div:focus {
  outline: none;
  background-color: rgba(26, 90, 216, 0.04);
}
.m-side-menu-container .m-side-menu .m-menu-container > div:nth-child(1) {
  margin-bottom: 0.32rem;
}
.m-side-menu-container .m-side-menu .m-menu-container > div a {
  display: flex;
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 0.4rem;
  align-items: center;
}
.m-side-menu-container .m-side-menu .m-menu-container .m-logo {
  display: flex;
  width: 100%;
  height: 1.173333rem;
  align-items: center;
  justify-content: space-between;
}
.m-side-menu-container .m-side-menu .m-menu-container .m-logo a {
  height: 0.426667rem;
  width: 4.266667rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
}
.m-side-menu-container .m-side-menu .m-menu-container .m-logo span {
  width: 0.586667rem;
  height: 0.586667rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
}
.m-top-menu-container {
  display: none;
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
}
.m-top-menu-container .menu-list {
  padding-top: 0.266667rem;
}
.m-top-menu-container .menu-list > div {
  font-size: 0.373333rem;
  font-weight: 500;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.m-top-menu-container .menu-list > div a {
  display: flex;
  color: #333;
  height: 1.28rem;
  padding-left: 0.533333rem;
  align-items: center;
}
.m-top-menu-container .menu-list > div.menu-checked {
  background: rgba(0, 110, 255, 0.04);
}
.m-top-menu-container .menu-list > div.menu-checked a {
  color: #006EFF;
}
.m-top-menu-container .mobile-ul-tab {
  position: relative;
}
.m-top-menu-container .mobile-ul-tab .top-menu-close {
  width: 0.586667rem;
  height: 0.586667rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  -webkit-tap-highlight-color: transparent;
}
