html {
  max-width: 416px;
  margin: 0px auto;
  background-color: #767676;
}
body {
  position: relative;
}
.twonav {
  position: fixed;
  max-width: 416px;
  top: 0px;
  left: 50%;
  width: 100%;
  height: 0%;
  overflow: hidden;
  z-index: 300;
  color: white;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}
.twonav .content {
  width: 100%;
  height: 100%;
  background-color: black;
  padding: 0px 0.533333rem;
}
.twonav .content .menu-top {
  width: 100%;
  height: 3.2rem;
  padding: 0.266667rem;
  border-bottom: 1px solid #767676;
  color: white;
  position: relative;
}
.twonav .content .menu-top :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
}
.twonav .content .menu-top ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
}
.twonav .content .menu-top input:-ms-input-placeholder,
.twonav .content .menu-top textarea:-ms-input-placeholder {
  color: black;
}
.twonav .content .menu-top input::-webkit-input-placeholder,
.twonav .content .menu-top textarea::-webkit-input-placeholder {
  color: black;
}
.twonav .content .menu-top > input {
  margin-top: 1.6rem;
  width: 100%;
  height: 0.8rem;
  background-color: #b2b2b2;
  border-radius: 0.4rem;
  padding-left: 0.466667rem;
}
.twonav .content .menu-bottom {
  width: 100%;
}
.twonav .content .menu-bottom > ul {
  width: 100%;
}
.twonav .content .menu-bottom > ul > li {
  width: 6.84rem;
  height: 1.466667rem;
  border-bottom: 1px solid #767676;
  line-height: 1.466667rem;
  text-align: center;
  margin: 0px auto;
}
.twonav .content .menu-bottom > ul > li > a {
  font-size: 0.45rem;
  color: white;
}
.twonav .content .menu-bottom > ul > li:last-child {
  border-bottom: 0rem;
}
.twonav .content .twonav-img {
  width: 3.12rem;
  height: 1.24rem;
  margin: 2rem auto 0px;
}
.twonav .content .twonav-img > img {
  width: 100%;
  height: 100%;
}
.twonav .content .vip {
  width: 100%;
  height: 2rem;
  margin: 1.5rem auto 1.5rem;
  border: 1px solid white;
  border-radius: 0.533rem;
  padding: 0px 0.533rem;
  display: flex;
  align-items: center;
}
.twonav .content .vip .vip-btn {
  height: 0.667rem;
  background-color: red;
  color: white;
  border-radius: 0.333rem;
  padding: 0px 15px;
  line-height: 0.667rem;
  display: flex;
}
.twonav .content .vip .vip-text {
  flex: 1;
  color: white;
  font-size: 0.373rem;
  padding-left: 20px;
}
.twonav .contentactivedown {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.twonav .contentactiveup {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.twonavactivedown {
  height: 100%;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.twonavactiveup {
  height: 0%;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.topbar {
  width: 100%;
  max-width: 416px;
  height: 1.093333rem;
  background-color: #ffffff;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  position: fixed;
  top: 0px;
  left: 50%;
  z-index: 301;
  transform: translateX(-50%);
}
.topbar .logo {
  display: block;
  /*width: 1.867rem;*/
  height: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
}
.topbar .logo > img {
  width: 3rem;
  /*
  width: 0.666667rem;
  height: 0.613333rem;
  */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topbar .language {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8)/*#ffffff*/;
  line-height: 1.093rem;
  position: absolute;
  top: 50%;
  right: .6rem;
  /*right: 2rem;*/
  transform: translateY(-50%);
}
.topbar .menu-btn {
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0.6rem;
}
.topbar .menu-btn span {
  z-index: 200;
  width: 0.4rem;
  height: 1px;
  position: absolute;
  top: 0.35rem;
  background-color:rgba(0, 0, 0, 0.8)/*#ffffff*/;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.topbar .menu-btn span:nth-child(2) {
  top: 0.5rem;
 /*
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  */
}
.topbar .menu-btn span:nth-child(3) {
  top: 0.65rem;
}
.topbar .menu-btn.active span:nth-child(1) {
  top: 0.52rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.topbar .menu-btn.active span:nth-child(2) {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
.topbar .menu-btn.active span:nth-child(3) {
  top: 0.52rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.headeractive {
  opacity: 1;
  background-color: black !important;
}
.headeractive .language {
  color: white !important;
}
.headeractive .menu-btn span {
  background-color: white !important;
}
.base {
  width: 100%;
  height: 100%;
  background-color: red;
  padding: 1.6rem 0.533rem;
  color: white;
}
.base .base-img {
  width: 3.12rem;
  height: 1.24rem;
  margin: 1rem auto 1rem;
}
.base .base-img > img {
  width: 100%;
  height: 100%;
}
.base > ul {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.base > ul > li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 16px;
}
.base > ul .base-text {
  height: 1.146667rem;
  width: 100%;
  text-align: center;
  line-height: 1.2rem;
  position: relative;
  display: block;
  color: white;
}
.base > ul .base-text > i {
  display: inline-block;
  position: absolute;
  right: 0.267rem;
  font-size: 0.48rem;
}
.base .navigation {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 1.333333rem;
}
.base .navigation > a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: red;
  overflow: hidden;
}
.base .navigation > a > img {
  width: 100%;
  height: 100%;
}
.base > p {
  margin-top: 1.6rem;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.shade {
  position: fixed;
  width: 100%;
  max-width: 414px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  top: 0px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.shade .language-switch {
  width: 8.906667rem;
  height: 25%;
  overflow: hidden;
  background-color: white;
  margin: 3rem auto 0px;
  border-radius: 0.533333rem;
  padding: 1.4rem 0.533333rem 0.4rem;
  position: relative;
  right: -100%;
}
.shade .language-switch .close2 {
  position: absolute;
  top: 0.4rem;
  right: 0.333333rem;
  color: red;
  padding: 0px 0.053333rem;
}
.shade .language-switch .title {
  font-size: 30px;
  color: black;
  line-height: 1.133333rem;
  font-weight: 800;
  margin-top: 25px;
}
.shade .language-switch > p {
  font-size: 14px;
  color: black;
}
.shade .language-switch .vip {
  width: 100%;
  height: 2rem;
  border: 1px solid #828282;
  border-radius: 0.533rem;
  padding: 0px 0.533rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.133333rem;
}
.shade .language-switch .vip .vip-btn {
  width: 1.093333rem;
  height: 0.666667rem;
  overflow: hidden;
}
.shade .language-switch .vip .vip-btn > img {
  width: 100%;
  height: 100%;
}
.shade .language-switch .vip .vip-text {
  flex: 1;
  font-size: 14px;
  margin-left: 0.533333rem;
  color: black;
}
.shade .language-switch .text1 {
  margin: 0.266667rem 0px 0.5rem;
}
.shade .language-switch .text2 {
  margin-top: 0.4rem;
  text-align: center;
}
.shade .switchActive {
  right: 0px;
  height: 75%;
  transition: all 0.5s ease-in 0.5s;
}
.qrcode {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -26%;
  top: 10px;
  border: 5px solid white;
}
.qrcode > img {
  width: 100%;
  height: 100%;
}
.qrcode > p {
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 5px;
}
.qccode-wx {
  position: fixed;
  padding: 20px;
  display: none;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border: 1px solid black;
  border-radius: 20px;
  z-index: 999;
}
.qccode-wx > img {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0px auto;
  border-radius: 20px;
  border: 1px solid black;
}
.qccode-wx > p {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: black;
}
.qccode-wx > p > span {
  color: red;
  font-weight: 800;
}
.qccode-wx .close-wx {
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -42px;
}
.qccode-wx .close-wx .close-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 10px auto 0px;
}
.qccode-wx .close-wx .close-btn > i {
  line-height: 32px;
  color: white;
  font-size: 32px;
}
.shade-wx {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
@media screen and (min-height: 568px) and (max-height: 811px) {
  .twonav .title {
    margin-top: 0.5rem !important;
  }
  .twonav .vip {
    margin: 2rem auto 0.5rem !important;
  }
}
@media screen and (max-height: 530px) {
  .twonav .content .title {
    margin-top: 0.5rem !important;
  }
  .twonav .vip {
    margin: 0.5rem auto 0.5rem !important;
  }
}
@media screen and (max-width: 700px) {
  .qrcode {
    display: none;
  }
}
