﻿ .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-cut {
  font-size: 30px !important;
  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: 500px;
  transition: all 0.5s ease-in 0.5s;
}
.shadeActive {
  height: 100%;
  opacity: 1;
  transition: all 1s;
}