html,
body,
p {
  margin: 0;
  padding: 0;
}
body * {
  box-sizing: border-box;
}

body {
  font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
}
.header-menu {
  background-color: #fff;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.header-menu.boxShadow {
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.header-menu .left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header-menu .left .pc-menu-list {
  display: none;
}
.header-menu .logo-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
}
.header-menu .logo {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.header-menu .logo-text {
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  color: rgb(95, 99, 104);
  font-family: "Google Sans", Roboto;
}
.header-menu .right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.header-menu .right .iconfont {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 12px;
  border-radius: 50%;
  color: rgb(95, 99, 104);
}
.header-menu .right .iconfont:hover,
.header-menu .right .iconfont:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.header-menu .right .icon-jinggao1 {
}
.footer-menu {
  border-top: 1px solid rgb(218, 220, 224);
  background-color: #fff;
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-menu-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: rgb(95, 99, 104);
}
.footer-menu-item.actived {
  color: #01875f;
}
.footer-menu-item > div {
  letter-spacing: 2px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 2px;
}
.footer-menu-item svg {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
}
.footer-menu-item.actived svg {
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f;
}

.main-body {
  margin-top: 56px;
  padding: 0 16px;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
  color: #202124;
  padding-left: 0;
}
.section-title .showicon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
  margin-left: 4px;
  cursor: pointer;
}
.section-title .showicon i {
  font-size: 20px;
  font-weight: bold;
  color: #5f6368;
}

.section-title .showicon:hover,
.section-title .showicon:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.introduction {
  padding-top: 48px;
  position: relative;
}
.introduction > .left {
  max-width: 680px;
  display: flex;
  flex-direction: column;
}
.introduction .line1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.introduction .line1 img {
  width: 72px;
  height: 72px;
  margin: 7px 24px 0 0;
}
.introduction .line1 .right {
  flex: 1;
}
.introduction .line1 .right .title {
  color: rgb(232, 234, 237);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.introduction .line1 .right .desc {
  color: #01875f;
  font-size: 16px;
  font-weight: 500;
}
.introduction .line1 .right .adsss {
  color: rgb(154, 160, 166);
  font-size: 12px;
}
.introduction .line2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.introduction .line2 > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  position: relative;
  text-align: center;
}
.introduction .line2 > div:before {
  background-color: rgb(60, 64, 67);
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: calc(50% - 12px);
  width: 1px;
}
.introduction .line2 > div:nth-child(1):before {
  display: none;
}
.introduction .line2 > div:nth-child(1) {
  min-width: 96px;
  padding: 0 16px 0 0;
  position: relative;
}
.introduction .line2 > div:nth-child(2) {
  min-width: 96px;
  padding: 0 24px;
  position: relative;
}
.introduction .line2 > div:nth-child(3) {
  min-width: 96px;
  padding: 0 24px;
  position: relative;
}
.introduction .line2 > div > div {
  color: rgb(232, 234, 237);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.introduction .line2 > div > div img {
  width: 22px;
  height: auto;
}
.introduction .line2 > div > div i {
  font-size: 10px;
  margin-left: 4px;
}
.introduction .line2 > div > p {
  height: 20px;
  display: flex;
  align-items: center;
  color: rgb(154, 160, 166);
  font-size: 12px;
  font-weight: 500;
}
.introduction .line3 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 8px;
}
.introduction .line3 .install.disabled {
  background-color: rgba(60, 64, 67, 0.12);
  color: rgb(154, 160, 166);
  cursor: not-allowed;
}
.introduction .line2 svg {
  width: 14px;
  height: 14px;
  color: rgb(232, 234, 237);
  fill: rgb(232, 234, 237);
  stop-color: rgb(232, 234, 237);
  margin-left: 2px;
}
.introduction .line3 .install {
  height: 36px;
  line-height: 36px;
  margin: 6px 0;
  border: none;
  border-radius: 6px;
  line-height: 1.2;
  background-color: #01875f;
  color: #fff;
  min-width: 160px;
  cursor: pointer;
  text-decoration: none;
}
.introduction .line3 #schedule-button {
  display: none;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  color: #fff;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  border: 1px solid #01875f;
}
.introduction #schedule-button #value {
  width: 100%;
  color: #000;
  position: relative;
  z-index: 2;
}

.introduction #schedule-button #schedule {
  background-color: #01875f;
  position: absolute;
  top: 0;
  height: 100%;
}
.introduction .line3 .share {
  display: flex;
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
}
.introduction .line3 .share > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.introduction .line3 .share > div svg {
  margin: 12px;
}
.introduction .line4 {
  font-size: 14px;
  display: flex;
  color: rgb(154, 160, 166);
  margin-top: 20px;
}
.introduction .line4 i {
  font-size: 20px;
  margin-right: 12px;
  color: rgb(154, 160, 166);
}
.introduction > .right {
  display: none;
}
.mian-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
.mian-content .detaila {
  flex: 1;
  overflow: hidden;
}
.mian-content .suppprtAndTuijian {
  padding-top: 20px;
  flex: 1;
}

.mian-content .supprt .showicon i {
  rotate: -90deg;
  font-size: 20px;
  font-weight: bold;
  color: #5f6368;
}
.mian-content .supprt .showicon i.show {
  rotate: 90deg;
}

.mian-content .supprt > .content {
  display: none;
}
.mian-content .supprt > .content.show {
  display: block;
}

.mian-content .supprt .content-itme {
  padding: 12px;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
}
.mian-content .supprt .content-itme .title {
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.mian-content .supprt .content-itme .title .iconfsssss {
  font-size: 14px;
  color: #5f6368;
  width: 24px;
  text-align: center;
  margin-right: 8px;
}
.mian-content .supprt .content-itme .article {
  padding-left: 32px;
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-size: 14px;
  line-height: 1.2;
  margin-top: 2px;
}
.mian-content .supprt .content-itme .article-1 {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.mian-content .supprt .content-itme:hover,
.mian-content .supprt .content-itme:active {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.mian-content .tiijian {
  padding-top: 20px;
}
.mian-content .tiijian .list-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mian-content .tiijian .list-box .list-item {
  padding: 12px;
  transition: background-color 0.3s ease-in-out;
  border-radius: 8px;
}
.mian-content .tiijian .list-box .list-item:hover,
.mian-content .tiijian .list-box .list-item:active {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.mian-content .tiijian .list-box .list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 50%;
}
.mian-content .tiijian .list-box .list-item img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
}
.mian-content .tiijian .list-box .list-item .info {
  flex: 1;
  overflow: hidden;
}
.mian-content .tiijian .list-box .list-item .nccs2 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(32, 33, 36);
  white-space: nowrap;
}
.mian-content .tiijian .list-box .list-item .asdas {
  font-size: 12px;
  font-weight: 400;
  color: rgb(95, 99, 104);
  white-space: nowrap;
  margin: 4px 0;
}
.mian-content .tiijian .list-box .list-item .as21213das {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 400;
  color: rgb(95, 99, 104);
  white-space: nowrap;
}
.mian-content .tiijian .list-box .list-item .as21213das i {
  font-size: 12px;
  transform: scale(0.8);
  display: block;
  margin-left: 2px;
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
}

.supprt .section-title,
.tiijian .section-title {
  padding-left: 12px;
}
.foooter {
  padding-bottom: 70px;
}
.foooter .endddd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.foooter .endddd .llllll1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.foooter .endddd p {
  font-size: 12px;
  font-weight: 400;
  color: rgb(95, 99, 104);
  white-space: nowrap;
  margin-right: 24px;
  height: 48px;
  display: flex;
  align-items: center;
}

.foooter .endddd .flat1 {
  height: 48px;
  font-size: 12px;
  color: rgb(95, 99, 104);
  display: flex;
  align-items: center;
  gap: 12px;
}
.foooter .endddd .flat1 img {
  width: 24px;
}
.foooter .endddd .flat1.rightttt {
  display: none;
}
.foooter .menussss {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: rgb(95, 99, 104);
  gap: 24px;
  padding-bottom: 36px;
}
.foooter .menussss .menu-item {
  width: 250px;
}
.foooter .menussss .menu-item div {
  height: 32px;
  line-height: 32px;
  font-family: Roboto, "Google Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.foooter .menussss .menu-item p {
  height: 32px;
  line-height: 32px;
  font-family: "Google Sans", Helvetica, Arial, sans-serif;
}
.main-body .mySwiperbox {
  width: 100%;
  overflow: hidden;
}
.main-body .swiper-wrapper .swiper-slide {
  width: auto;
}
.main-body .mySwiperbox .swiper-slide img {
  height: 210px;
  border-radius: 4px;
}
.main-body .detail-box .desss {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: rgb(95, 99, 104);
}
.main-body .detail-box .update {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(95, 99, 104);
}
.main-body .detail-box .update p:first-child {
  color: rgb(32, 33, 36);
  margin-bottom: 4px;
}
.main-body .detail-box .data-safety .dessss {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: rgb(95, 99, 104);
}

.main-body .detaila .tag-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.main-body .detaila .tag-box div {
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(95, 99, 104);
  border: 1px solid rgb(218, 220, 224);
  transition: background-color 0.3s ease-in-out;
}
.main-body .detaila .tag-box div:hover,
.main-body .detaila .tag-box div:active {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.main-body .detaila .data-safety .dessss {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: rgb(95, 99, 104);
}
.main-body .detaila .data-safety .list-ibox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgb(218, 220, 224);
}

.main-body .detaila .data-safety .list-ibox .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.main-body .detaila .data-safety .list-ibox .items img {
  display: block;
  width: 20px;
  height: 20px;
}
.main-body .detaila .data-safety .list-ibox .items .boxxx {
  flex: 1;
  color: rgb(95, 99, 104);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.main-body .detaila .data-safety .list-ibox .see-detail {
  font-size: 14px;
  font-weight: 500;
  color: #01875f;
  cursor: pointer;
}
.srvBL {
  border-bottom: 1px solid rgb(232, 234, 237);
  margin-bottom: 36px;
  padding-top: 36px;
  width: 100%;
}
.comment {
  padding-top: 20px;
}
.comment .comment-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0;
}
.comment .comment-title .rilskjfl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(95, 99, 104);
  cursor: pointer;
}
.comment .comment-mobile {
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.comment .comment-mobile > div {
  height: 30px;
  color: #056449;
  fill: #056449;
  stop-color: #056449;
  background-color: #e6f3ef;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 16px;
}
.comment .comment-mobile > div > span {
  font-size: 14px;
  font-weight: 500;
}
.comment .comment-header {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.comment .comment-header .left1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comment .comment-header .left1 .aaaa1 {
  font-size: 56px;
  font-weight: 400;
}
.comment .comment-header .left1 .aaaa2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
}

.comment .comment-header .left1 .aaaa2 svg {
  width: 16px;
  height: 16px;
}
.comment .comment-header .left1 .aaaa3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: rgb(95, 99, 104);
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.comment .comment-header .right2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1;
}
.comment .comment-header .right2 .program-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 18px;
  gap: 8px;
}
.comment .comment-header .right2 .program-item > span {
  color: rgb(95, 99, 104);
  font-size: 12px;
  font-weight: 500;
}
.comment .comment-header .right2 .program-item .program {
  background: #e6e8eb;
  flex: 1;
  height: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.comment .comment-header .right2 .program-item .program > div {
  height: 10px;
  border-radius: 6px;
  background: #01875f;
}
.Wi7KIe {
  fill: rgb(241, 243, 244);
  stop-color: rgb(241, 243, 244);
}
.Z1Dz7b {
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f;
}
.comment-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 40px;
}
.comment-list .comment-list-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.comment-list .comment-list-item .user {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.comment-list .comment-list-item .user .lefff1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(32, 33, 36);
}
.comment-list .comment-list-item .user .lefff1 img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.comment-list .comment-list-item .user .showicon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
  margin-left: 4px;
  cursor: pointer;
}
.comment-list .comment-list-item .user .showicon:hover,
.comment-list .comment-list-item .user .showicon:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.comment-list .comment-list-item .times {
  margin-top: 12px;
  display: flex;
}
.comment-list .comment-list-item .times .startBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-right: 12px;
}
.comment-list .comment-list-item .times .startBox svg {
  width: 12px;
  height: 12px;
}
.comment-list .comment-list-item .times > span {
  color: rgb(95, 99, 104);
  font-size: 12px;
  font-weight: 400;
}
.comment-list .comment-list-item .detail {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: rgb(95, 99, 104);
  margin-top: 8px;
}
.comment-list .comment-list-item .helps {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(95, 99, 104);
}
.comment-list .comment-list-item .helps-btn {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(95, 99, 104);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.comment-list .comment-list-item .helps-btn > span {
  margin-right: 24px;
}

.comment-list .comment-list-item .helps-btn > div {
  height: 24px;
  padding: 0 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid rgb(218, 220, 224);
  font-size: 12px;
  font-weight: 500;
}
.comment-list .comment-list-item .helps-btn > div:hover,
.comment-list .comment-list-item .helps-btn > div:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.detaila .flags {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(32, 33, 36);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 25px 0 30px 0;
  cursor: pointer;
}
.detaila .flags i {
  font-size: 18px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.topup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: #000;
  background-color: #fff;
  border-radius: 18px;
  padding: 25px 20px;
}

.topup .topup-title {
  font-size: 18px;
  text-align: center;
}

.topup .topup-content {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  margin: 15px 0;
  padding: 20px;
  display: flex;
  align-items: center;
}

.topup .topup-content > img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.topup .topup-content .info .info-title {
  display: flex;
  align-items: center;
  font-size: 22px;
}

.topup .topup-content .info .info-title img {
  width: 20px;
  height: 20px;
}

.topup .topup-content .info .info-description {
  color: #028760;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
}

.topup .topup-content .info .info-play {
  font-size: 10px;
}

.topup .topup-content .info .info-play img {
  width: 10px;
  height: auto;
}

.topup .topup-details {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.topup .topup-details img {
  width: 90px;
}

.topup .topup-details .info-detail-introduction {
  line-height: 18px;
  font-weight: 500;
}

.topup .topup-button {
  background-color: #028760;
  width: 100%;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-top: 15px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}

.ios-hint {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.ios-hint .box {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.ios-hint .box img {
  width: 100%;
}

.ios-hint .close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
}
.introduction {
  background: #202124;
  padding: 0 16px;
  width: 100%;
  padding-top: 56px;
}

.introduction .video-box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1;
}
.introduction .video-box video {
  width: 100%;
  height: auto;
}
.introduction .video-box .video-bg {
  background: linear-gradient(to top, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.introduction .left {
  position: relative;
  z-index: 2;
  margin-top: calc(56.25vw - 40px);
  padding: 32px;
}
.telegram-box{
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background-color: #fff;
  border-radius: 50%;
}
.telegram-box img{
  width: 60px;
  display: block;
}