/* header {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1000;
  padding: 15px;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
} */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-user-select: none;
  -webkit-user-select: none;
  height: 100%;
  position: relative;
  /* box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05); */
  /* display: none; */
}
.home-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* 设置容器元素高度占据整个视窗 */
}

.logo {
  width: 160px;
}

a,
a:hover {
  text-decoration: none;
  color: white;
}

footer {
  margin-top: 30px;
  position: relative;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-footer {
  /* width: 100%; */
  border-top: 25px solid #ffbb3d !important;
  /* border-image: url(../images/wave.svg) 40 38 27 22 repeat !important; */
  -webkit-border-image: url('../images/wave.html') 40 38 27 22 repeat;
  /* -moz-border-image: url(../images/wave.svg) 40 38 27 22 repeat; */
  /* -o-border-image: url(../images/wave.svg) 40 38 27 22 repeat; */
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 30px;
}
.menu-footer-html {
  width: 100%;
  /* height: 10%; */
  background-color: #ffbb3d;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  padding: 1% 0;
}
.footer-items-html {
  /* padding-bottom: 2%; */
  display: flex;
  align-items: center;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.footer-items {
  padding-bottom: 2%;
  display: flex;
  align-items: center;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.footer-item-html {
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: black;
  font-size: 12px;

  text-decoration: none;
  text-align: center;
}
.footer-item {
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  font-size: 1.2em;

  text-decoration: none;
  padding: 10px;
  text-align: center;
}

.menu-footer a,
.menu-footer a:hover {
  float: right;
  color: #fff;
}

.mainContent .content .float-menu {
  width: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 50px;
}

.content .float-menu .menu-list {
  position: relative;
  display: inline;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}

.content .float-menu .menu-list .menu-item {
  list-style-type: none;

  font-size: 4.8vw;
  text-align: center;
  cursor: pointer;
  padding: 0 100;
  width: 50%;
  margin: 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.mainContent .content .float-menu .menu-list .active {
  color: #ff2110;
}

.content .float-menu .menu-list #menu-item-underline {
  position: absolute;
  width: 50%;
  height: 3px;
  border: none;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

.mainContent .content .float-menu .menu-list #menu-item-underline hr {
  height: 3px;
  border: 0;
  background-color: #ff2110;
  width: 80%;
  margin: auto;
}

/* video  */

video::media-controls-container {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* 全屏按钮 */
video::-webkit-media-controls-fullscreen-button {
  display: none;
}
/* 播放按钮 */
video::-webkit-media-controls-play-button {
  display: none;
}
/* 进度条 */
video::-webkit-media-controls-timeline {
  display: none;
}
/* 观看的当前时间 */
video::-webkit-media-controls-current-time-display {
  display: none;
}
/* 剩余时间 */
video::-webkit-media-controls-time-remaining-display {
  display: none;
}
/* 音量按钮 */
video::-webkit-media-controls-mute-button {
  display: none;
}
video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
/* 音量的控制条 */
video::-webkit-media-controls-volume-slider {
  display: none;
}
/* 所有控件 */
video::-webkit-media-controls-enclosure {
  display: none;
}

video::media-controls-container {
  display: none !important;
}

video::-webkit-media-controls {
  display: none !important;
}

/*home*/
.chat-now {
  display: none;
}
.home-h1-area {
  position: relative;
  box-sizing: border-box;
}
.home-h1-img {
  background: url('../../img.cacheserv.com/web/Holla/home/hl/webseo.png');
  height: 38px;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  bottom: -38px;
}
.lazyload {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.home-con {
  display: flex;
  flex-direction: column;
  background-color: #644af1;
  min-height: 100vh;
}
.home-header {
  padding: 0 100px;
  padding-right: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 80px;
  vertical-align: middle;

  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #644af1;
}

.home-header_logo {
  width: 40%;
  height: 100%;
}
.home-header_link {
  width: 115px;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  text-align: center;

  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.home-header_link:link,
.home-header_link:visited,
.home-header_link:hover,
.home-header_link:active {
  color: #fff;
}

.home-middle {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.home-piece_con {
  margin: 40px auto;
  width: 90%;
  max-width: 1038px;
  position: relative;
}
.home-piece_con .home-discover-18 {
  position: absolute;
  height: 32px;
  bottom: 110px;
  left: 80px;
  transform: rotate(-50deg);
}
.home-title {
  /* padding: 0 10px; */
  max-width: 1220px;
  opacity: 1;
  margin: 50px auto 40px;
  text-align: center;
  word-wrap: break-word;

  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.home-app_content {
  max-width: 900px;

  font-size: 18px;
  margin: 0 auto;
}

.home-title2 {
  text-align: center;
  word-wrap: break-word;

  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.home-h1_con {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* border-bottom: solid 1px #4329ce; */
}

.home-video-con {
  width: 96%;
  max-width: 1200px;
  position: relative;
  margin-bottom: 30px;

  border-radius: 60px;
  border: solid 1px #fff;
  background-color: rgba(7, 0, 44, 0.6);

  overflow: hidden;
}

.home-video_promotional {
  /* border-radius: 20px; */
  width: 100%;
  transition: all 0.3s ease;
  vertical-align: bottom;
}

/* .home-video_promotional:hover {
  transform: translateY(-12px);
  box-shadow: 0 5px 0 0 #000;
} */

.home-h1-content {
  width: 90%;
  padding: 0 20px;
  max-width: 1200px;

  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 100px;
}

.home-video_button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('../../img.cacheserv.com/web/monkey/home/video-play2.png') no-repeat center / 80px;
  background-position: right 24px bottom 24px;
  border: none;
  outline: none;
  cursor: pointer;
}
.home-video-con:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.home-video_play {
  background: transparent none;
}
.home-video_play:hover {
  background: transparent url('../../img.cacheserv.com/web/monkey/home/video-pause2.png') no-repeat center / 80px;
  background-position: right 24px bottom 24px;
}

.home-video_pause {
  background: transparent none;
}
.home-video_pause:hover {
  background: transparent url('../../img.cacheserv.com/web/monkey/home/video-play2.png') no-repeat center / 80px;
  background-position: right 24px bottom 24px;
}

.home-h2-title {
  padding: 0 10px;
  height: 90px;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  color: #fff;

  /* border-top: solid 0.5px #4329ce; */
  padding-top: 10px;
}

.home-download-app {
  border-top: solid 0.5px #4329ce;
}
.home-h2-features {
  margin-top: 12px;
  margin-bottom: 16px;
}
.home-main_con {
  /* border-bottom: solid 1px #4329ce; */
}
.home-item_con {
  margin: 50px auto 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 94%;
  max-width: 1220px
}
.home-main_content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;

  width: 100%;
  margin: 8px 0 40px;

  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.home-des_item {
  box-sizing: border-box;
  position: relative;

  width: 590px;
  height: 625px;
  border-radius: 50px;
  background-color: #735bf2;

  margin-right: 20px;
  margin-bottom: 30px;

  padding: 60px 60px 0;
  color: #fff;
}
.home-des_item_2 {
  transition: all 0.2s ease-out;
  transform: translateY(0px) !important;
}
.home-des_item_3 {
  transition: all 0.4s ease-out;
  transform: translateY(0px) !important;
}
.home-des_item:hover {
  transition: all 0.3s ease;
  transform: translateY(-10px);
  background-color: #fff;
  color: #000;
}

.home-fan_item:hover {
  box-shadow: 4px 4px 0 0 #535353;
  transition: all 0.1ms;
}

.download-img {
  display: inline-block;
  cursor: pointer;
}
/* .download-img:hover {
  box-shadow: 4px 4px 0 0 #535353;
  transition: all 0.1ms;
  border-radius: 12px;
} */
.home-des-title {
  margin: 20px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.home-des-img {
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.home-des-18 {
  position: absolute;
  height: 28px;
  top: -4px;
  right: -16px;
}
.home-des-20 {
  position: absolute;
  height: 28px;
  bottom: -10px;
  left: -10px;
}
.home-des_content {
  opacity: 0.7;
  font-size: 20px;

  margin-bottom: 80px;
  text-align: center;
}

.home-discover_con {
  text-align: center;
  margin: 0 auto;
}
.home-discover-img {
  height: 347px;
  background: url('../../img.cacheserv.com/web/Holla/home/hl/11_seo.png') no-repeat;
  background-size: contain;
}
.home-des-discover {
  margin: 50px 10px;

  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.home-start_button {
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 482px;
  height: 75px;
  line-height: 75px;
  vertical-align: middle;

  font-size: 24px;
  color: #000;
  background: url('../images/home/hay/invalid-name%403x.html') no-repeat;
  background-size: 482px 75px;
}

.home-start_button_hl {
  margin-top: 50px;
  cursor: pointer;
  display: inline-block;
  width: 482px;
  height: 75px;
  line-height: 75px;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;

  background: url('../images/home/hl/free-video-chat.html') no-repeat;
  background-size: 482px 75px;
}

.home-des-fan {
  display: inline-block;
  text-align: center;

  font-size: 20px;
  margin: 0 auto 40px;
  color: #fff;
}

.home-fan_con {
  margin: 50px 20px 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-fan_con_new {
  max-width: 920px;
  margin: 50px auto 100px;
}
.home-fan_item {
  box-sizing: border-box;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 20px;
  width: 300px;
  text-align: left;
  background-color: #fff;

  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  border: solid 1px #000;
}
#home-fan_con .home-fan_item:nth-child(2) {
  transform: translateY(20px) !important;
}
#home-fan_con .home-fan_item:nth-child(3) {
  transform: translateY(40px) !important;
}
#home-fan_con .home-fan_item:nth-child(4) {
  transform: translateY(60px) !important;
}
.home-middle #home-fan_con .home-fan_item_2 {
  transition: all 0.1s ease-out;
  transform: translateY(0px) !important;
}
.home-middle #home-fan_con .home-fan_item_3 {
  transition: all 0.2s ease-out;
  transform: translateY(0px) !important;
}
.home-middle #home-fan_con .home-fan_item_4 {
  transition: all 0.3s ease-out;
  transform: translateY(0px) !important;
}
.home-fan_item_new {
  width: 640px;
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-top: -20px;
  transform: translateX(-50px);
}
#home-fan_item_new2 {
  transform: translateX(50px);
}
.home-fan_item_new1 {
  transition: all 0.2s ease-out;
  transform: translateX(0px) !important;
}
.home-fan_item_new2 {
  transition: all 0.2s ease-out;
  transform: translateX(-130px) !important;
}
.home-fan_item_new3 {
  transition: all 0.2s ease-out;
  transform: translateX(160px) !important;
}
.home-fan_item_new4 {
  transition: all 0.2s ease-out 0.1s;
  transform: translateX(0px) !important;
}
.home-fan-21 {
  position: absolute;
  height: 32px;
  top: 50px;
  left: -16px;
}
.home-fan_item_new:nth-child(odd) {
  flex-direction: row-reverse;
}
.home-fan_item_new:nth-child(2) {
  transform: translateX(0);
}
.home-fan_item_new:nth-child(3) {
  transform: translateX(0);
}
.home-fan_item_new:first-child {
  margin-top: 0px;
}
.home-fan_item_new .home-fan_header {
  width: 220px;
  height: 220px;
  object-fit: cover;
  flex-shrink: 0;
}
.home-fan_user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
}
.home-fan_item_new .home-fan_user {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}
.home-fan_item_new:nth-child(odd) .home-fan_user {
  align-items: flex-end;
  margin-left: 20px;
  margin-right: 20px;
  text-align: right;
}
.home-fan_header {
  width: 48px;
  height: 48px;
}
.home_fan_name {
  margin-left: 10px;

  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.home-fan_item_new .home_fan_name {
  margin-left: 0;
  margin-bottom: 10px;
}
.home-bottom {
  padding: 32px 100px;
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.home-bottom_left {
  display: inline-flex;
  align-content: center;
  align-items: center;
}

.home-social_ico {
  width: 48px;
  height: 48px;
}

.home-bottom_left a:not(:last-child) {
  margin-right: 28px;
}

.home_bottom_middle {
  flex: 1;
  text-align: center;
  /* padding-left: 24%; */

  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);

  margin-bottom: 12px;
}
.home_bottom_right {
  /* margin-top: 20px; */
  display: inline-flex;
  align-content: center;
  align-items: center;
}

.home-download_ico {
  width: 134px;
  height: 44px;
}
.home_bottom_right a:not(:last-child) {
  margin-right: 20px;
}

/* feature */
.feature-con {
  color:red;
  width: 90%;
  max-width: 1200px;
  height: 560px;
  box-sizing: border-box;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 80px;

  display: flex;
}
.feature-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-video {
  width: 54px;
}

.feature-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-img {
  flex-shrink: 1;
  width: 460px;
}

.feature-des {
  margin-bottom: 50px;
}

.feature-des h3 {
  /* margin-top: 50px; */
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.feature-content {
  width: 475px;
  opacity: 0.7;
  font-size: 18px;
  color: #fff;
}

.feature-con:hover {
  transition: all 0.3s ease;
  transform: translateY(-10px);
}

.monkey-marquee {
  width: 100%;
  margin: 40px 0 40px;
  position: relative;
}
.monkey-marquee_img {
  width: 100%;
  height: 144px;
  background-image: url('../../img.cacheserv.com/web/monkey/home/9%403x-v2.png');
  background-size: 1030px 144px;
  position: relative;
}

@media (max-width: 960PX) {
  .monkey-marquee_img {
    height: 80px;
    background-size: 630px 80px;
  }

  .home-header {
    padding: 0px 20px;
  }
  .home-title {
    margin: 24px;
    font-size: 24px;
    line-height: 1;
    height: auto;
  }

  .home-h1-img {
    background: url('../../img.cacheserv.com/web/Holla/home/hl/webseo_h5.png');
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    bottom: -32px;
  }

  .home-video-con {
    border-radius: 20px;
    background-color: rgba(7, 0, 44, 0.6);
    margin-bottom: 20px;
  }
  .home-h1-content {
    width: 100%;
    margin: 0;
    padding: 0 14px 0;
    font-size: 14px;
    box-sizing: border-box;

    font-weight: normal;
    margin-bottom: 60px;
  }

  .home-video_button {
    background-size: 30px !important;
    background-position: right 10px bottom 10px !important;
  }
  .home-h2-title {
    font-size: 24px;
    margin: 20px 10px;
    height: auto;
  }

  .feature-con {
    margin-top: 20px;
    padding: 40px 16px;
    height: auto;
    border-radius: 24px;
    flex-direction: column;
  }

  .feature-video {
    width: 30px;
  }

  .feature-item {
    flex-direction: column-reverse !important;
  }
  .feature-img {
    width: 300px;
  }

  .feature-des h3 {
    margin: 45px 0 10px;
    font-size: 18px;
  }
  .feature-content {
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .monkey-marquee {
    margin: 20px 0 60px;
  }

  .home-item_con {
    margin: 20px auto 60px;
  }

  .home-des-title {
    font-size: 18px;
    text-align: center;
  }
  .home-des_content {
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
    font-size: 14px;
  }

  .home-piece_con,
  .home-des-discover {
    margin: 10px auto;
    font-size: 16px;
    overflow: hidden;
  }
  .home-app_content {
    margin: 20px 20px;
  }
  .home-des_item {
    width: auto;
    margin-right: 0;
    height: auto;
    min-height: auto;
    border-radius: 24px;
    padding: 60px 20px 0;
    margin-bottom: 20px;
  }
  .home-des_item:last-child {
    margin-bottom: 0px;
  }

  .home-piece_con {
    /* margin-bottom: 24px; */
    text-align: center;
  }
  .home-des-fan {
    width: 90% !important;
    /* padding: 15px 0px 20px 14px; */
  }
  .home-piece_con .home-discover-18 {
    position: absolute;
    height: 32px;
    bottom: 30px;
    left: 40px;
    transform: rotate(-50deg);
  }
  .home-fan_item {
    margin-left: 0px;
    width: auto;
  }
  .home-start_button {
    width: 100%;
    background-size: 100% 100%;
  }
  .home-start_button_hl {
    width: 100%;
    padding-top: 9px;
    line-height: normal;
    background-size: contain;
  }
  .home-bottom {
    padding: 23px 0 17px 0;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .home_bottom_right {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .home_bottom_right,
  .home-bottom_left {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .home_bottom_middle {
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding-left: 0;
  }
  .home-discover-img {
    width: 145%;
    height: 216px;
    position: relative;
    transform: translateX(-16%);
    /* left: 50%; */
    /* background: url("https://img.cacheserv.com/web/Holla/home/hl/7_seo.png") no-repeat; */
    background-size: cover;
  }
  .home-piece_con {
    width: 100%;
  }
  .home-des-discover {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .fan-area {
    display: none;
  }

  .home-fan_con_new {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-fan_item_new {
    width: 89%;
    margin-top: 0;
    flex-direction: column !important;
    margin-bottom: 10px;
    transform: translateX(0) !important;
  }
  .home_fan_name {
    margin-top: 10px;
  }
  .home-fan-21 {
    display: none;
  }
  .home-fan_user {
    align-items: center !important;
    text-align: center !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .chat-now {
    display: block;
    height: 44px;
    margin: 20px 20px 40px;
    border-radius: 22px;
    background-color: #ff3817;

    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    line-height: 44px;
    position: relative;
  }
  .home__start_video_chat_light {
    cursor: pointer;
    width: 42px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: pcHomeLight 3s linear infinite;
  }

  @keyframes pcHomeLight {
    0% {
      left: 0px;
    }

    100% {
      left: 320px;
    }
  }
}

@keyframes showEle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.about__common_FAQS {
  max-width: 1120px;
  margin: 0 auto 90px;
}

.about__common_FAQS h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #170a2e;
  margin-top: 14px;
  margin-bottom: 34px;
}

.about__common_FAQS_item {
  padding: 20px;
  border-radius: 24px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);

  color: white;
  cursor: pointer;
}

.about__common_FAQS_item:hover {
  /* border: solid 1px #fff; */
  background-color: #fff;
  color: #000;
}

.about__common_FAQS_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.about__common_FAQS_item_title span {
  font-size: 20px;
  font-weight: 600;
}

.about-icon {
  width: 24px;
  height: 24px;
  background-image: url('../../img.cacheserv.com/web/monkey/home/icon-24-start%403x-w.png');
  transition: all 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.about__common_FAQS_item:hover .about-icon {
  background-image: url('../../img.cacheserv.com/web/monkey/home/icon-24-start%403x-b.png');
}

[dir='rtl'] .about-icon {
  transform: rotate(180deg);
}
.about__common_FAQS_container {
  margin-top: 50px;
  /* border-radius: 14px; */
}
.about__common_FAQS_item_content {
  font-size: 18px;
  /* font-weight: 500; */
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  height: 0;
  transition: all 0.2s;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0.7;
}

.h-auto {
  padding-top: 20px;
  height: auto !important;
  overflow: visible;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

@media (max-width: 961PX) {
  .about__common_FAQS {
    margin: 24px 20px 60px;
  }

  .about__common_FAQS_container {
    margin-top: 30px;
  }

  .about__common_FAQS_item {
    /* border: solid 1px #fff; */
    border-radius: 16px;
    padding: 14px 10px 14px 20px;
  }
  .about__common_FAQS h2 {
    font-size: 20px;
  }

  .about__common_FAQS h3 {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 14px;
  }

  .about__common_FAQS_item_title {
    font-size: 15px;
  }

  .about__common_FAQS_item_title img {
    transform: rotate(90deg);
  }

  [dir='rtl'] .about__common_FAQS_item_title img {
    transform: rotate(90deg);
  }

  .about__common_FAQS_item_title span {
    font-size: 15px;
  }

  .about__common_FAQS_item_content {
    font-size: 12px;
    padding: 0px 12px;
  }

  .h-auto {
    padding: 12px;
    height: auto !important;
    overflow: visible;
  }

  .rotate-90 {
    transform: rotate(90deg) !important;
  }
}
