button {
  border: none;
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-t-80 {
  margin-top: 80px !important;
}

html,
body {
  width: 100%;
  margin: 0;
  height: 100%;
}

a {
  text-decoration: none;
}

#app {
  width: 100%;
  height: 100%;
}

.home__landing_body {
  width: 100%;
  background: #c6e2ff;
  position: relative;
  /* overflow-x: hidden; */
}

.home__header {
  width: 100%;
  height: 70px;
  padding: 0 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  background: #1f1f1f;
}

.home__navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home__omega_icon {
  width: 189px;
  height: 63px;
}

.home__navbar_text {
  display: flex;
  align-items: center;
}

.home__navbar_online_num {
  font-weight: 600;
  margin-right: 4px;
  font-size: 16px;
  color: #fff;
}

.home__navbar_online_text {
  font-size: 16px;
  color: #fff;
  font-weight: 400 !important;
  margin: 0 !important;
}

.home__main {
  overflow-x: hidden;
}

.home__page_bg_con {
  background: #1f1f1f;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
  box-sizing: border-box;
}

.home__page_bg {
  width: 100%;
  height: 100%;
  background: url(https://img.cacheserv.com/web/omega/new/pc-pre-bg-new-1x.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home__page_bg_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 14px;
}

.home__title {
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  margin: 0;
  padding-top: 30px;
}

.home__sbu_title {
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  font-size: 5.625rem;
  height: 6.875rem;
  line-height: 6.875rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  color: #fff;
  margin: 0;
  margin-top: 10px;
}

.home__sex_select,
.home__start_video {
  width: 30.75rem;
  height: 4.75rem;
  border-radius: 2.75rem;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  font-weight: bold;
  color: #170a2e;
  margin-top: 14px;
  transition: background 0.2s;
}
.home__start_video{
  color: #fff;
}

.home__sex_select {
  margin-top: 1.875rem;
}

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

.home__sex_select_con_animate {
  animation: bounce-up 0.25s linear 4;
}

.home__sex_select_con_animate span {
  color: #c14c4c !important;
}

@keyframes bounce-up {
  25% {
    transform: translateX(10px);
  }

  50%,
  100% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(-10px);
  }
}

.home__sex_select:hover {
  background-color: rgba(241, 241, 241, 0.9);
  /* background-color: rgba(237, 233, 233, 0.9); */
}

/* 在屏幕宽度小于600px时 */
@media (max-width: 600px) {
  .home__navbar_right {
    display: none;
  }
  .home__navbar {
    justify-content: center;
  }
}

.home__start_video:hover {
  background: #3496f8;
}

.home__sex_icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 6px;
}

[dir=rtl] .home__sex_icon {
  margin-right: 0;
  margin-left: 6px;
}

.home__start_video {
  background-color: #3f9fff;
}

.home__agreement {
  width: 80%;
  max-width: 470px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  /* padding-bottom: 60px; */
  position: relative;
  display: none;
}

.home__agreement_img_con {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 2px;
}

.home__agreement_icon,
.home__agreement_icon_not {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.home__agreement_icon_not {
  display: none;
}

.home__agreement_text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
}

/* 在屏幕宽度小于600px时 */
@media (max-width: 400px) {
  .home__agreement_text {
    font-size: 12px;
  }
}

.home__agreement_gft {
  transition: all 0.3s ease;
  background: #c14c4c;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  top: -8px;
  left: -3px;
  z-index: -1;
}

[dir=rtl] .home__agreement_gft {
  left: unset;
  right: 7px;
}

.home__agreement_gft_error {
  transform: translateY(-100%);
  opacity: 1;
  z-index: 1;
}

.home__agreement_gft::after {
  content: '';
  border: 5px solid transparent;
  border-top: 5px solid #c14c4c;
  position: absolute;
  bottom: -10px;
  left: 6px;
}

[dir=rtl] .home__agreement_gft::after {
  left: unset;
  right: 6px;
}

.home__page_bg_bottom {
  width: 100%;
  padding: 0 140px;
  height: 110px;
  box-sizing: border-box;
  position: absolute;
  bottom: -120px;
  left: 0px;
  background: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 760px) {
  .home__page_bg_bottom {
    padding: 0;
  }
}

.home__user_area {
  width: 33.3%;
}

.home__user_num {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

.home__user_text {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 2px;
}

@media (max-width: 500px) {
  .home__user_num {
    font-size: 20px;
  }

  .home__user_text {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .home__user_area:last-child {
    display: none;
  }
}

.home__container {
  width: 1048px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1048px) {
  .home__container {
    width: 100%;
  }
}

.home__article_area {
  width: 100%;
  margin-top: 33px;
}

.home__article {
  display: flex;
  padding-top: 70px;
  box-sizing: border-box;
  justify-content: space-between;
}

@media (max-width: 1048px) {
  .home__article {
    flex-direction: column;
    align-items: center;
  }
  .home__article:last-child {
    flex-direction: column-reverse;
  }
}

.home__article_video {
  border-radius: 26px;
  overflow: hidden;
}

.home__article_icon {
  width: 488px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 500px) {
  .home__article_icon {
    width: 90%;
    /* margin-left: 5%; */
  }
}

.home__article_left_1 {
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0.15s;
  transform: translateX(0px) !important;
}

.home__article_left_2 {
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0.45s;
  transform: translateX(0px) !important;
}

.home__article_left_3 {
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0.75s;
  transform: translateX(0px) !important;
}

.home__article_icon img {
  width: 240px;
}

.home__article_video {
  border-radius: 26px;
}

.home__article_video_button {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}

.home__article_video_default {
  background: url(https://img.cacheserv.com/web/omega/home/video-play.png) no-repeat center / 80px;
}

@media (max-width: 648px) {
  .home__article_video_default {
    background: url(https://img.cacheserv.com/web/omega/home/video-play.png) no-repeat center / 60px;
  }
}

@media (min-width: 648px) {
  .home__article_video_play:hover {
    background: url(https://img.cacheserv.com/web/omega/home/video-play.png) no-repeat center / 80px;
  }

  .home__article_video_pause:hover {
    background: url(https://img.cacheserv.com/web/omega/home/video-pause.png) no-repeat center / 80px;
  }
}

.home__article_title {
  width: 488px;
  font-size: 28px;
  font-weight: 900;
  color: #170a2e;
}

.home__article_content {
  width: 488px;
  color: rgba(23, 10, 46, 0.8);
}


@media (max-width: 1000px) {
  .home__article_title {
    width: 90%;
    text-align: center;
    padding-left: 5%;
  }
  .home__article_content {
    width: 90%;
    text-align: center;
    padding-left: 5%;
  }
}


.home__video_feature_area {
  width: 100%;
  padding: 44px 30px 0 30px;
  border-radius: 26px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 72px;
}

.home__video_feature_area h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #170a2e;
}

.home__video_feature_area p {
  opacity: 0.8;
  font-size: 16px;
  text-align: center;
  color: #170a2e;
}

.home__video_feature_area img {
  width: 100%;
  margin-top: 40px;
  display: block;
}

.home__video_img_desc_area {
  width: 100%;
  display: flex;
  margin-top: 72px;
}

.home__video_img_desc_area h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: #170a2e;
  margin-bottom: 24px;
}

.home__video_img_desc_area p {
  margin: 0;
  opacity: 0.8;
  font-size: 16px;
  color: #170a2e;
}

.home__video_img_desc_area img {
  width: 372px;
  margin: 0 40px;
  object-fit: cover;
}

.home__video_img_desc_item_top {
  margin-bottom: 72px;
}

.home__video_img_desc_item {
  width: 296px;
}


@media (max-width: 1048px) {
  .home__video_img_desc_area {
    flex-direction: column;
  }
  .home__video_img_desc_area img {
    display: none;
  }

  .home__video_img_desc_item {
    width: 100%;
  }

  .home__video_img_desc_item_top, .home__video_img_desc_item_bottom {
    width: 90%;
    padding-left: 5%;
    margin-bottom: 30px;
  }

  .home__video_img_desc_area h4 {
    text-align: center;
  }
  
  .home__video_img_desc_area p {
    text-align: center;
  }
}

.home__section_area {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home__section {
  width: 517px;
  border-radius: 26px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
  border: solid 1px transparent;
  transition: all 0.2s;
}

.home__section:hover {
  border: solid 1px #3f9fff;
}

@media (max-width: 1048px) {
  .home__section {
    width: 90%;
    margin-left: 5%;
  }
}

.home__section_icon {
  width: 134px;
  height: 134px;
}

.home__section_title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #170a2e;
  margin: 0;
  margin-top: 32px;
}

.home__section_content {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: rgba(23, 10, 46, 0.8);
}

.home__fans_area {
  margin-top: 70px;
}

.home__fans_title {
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #170a2e;
}

.home__fans_container {
  display: flex;
}

.home__fans_section {
  width: 25%;
  padding-left: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.home__fans_content {
  font-size: 16px;
  opacity: 0.8;
  color: #170a2e;
  margin: 34px 0;
  line-height: normal;
}

.home__fans_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home__fans_avatar {
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}

.home__fans_name {
  opacity: 0.8;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #170a2e;
}

@media (max-width: 800px) {
  .home__fans_container {
    flex-direction: column;
  }
  .home__fans_section {
    width: 90%;
  }

  .home__link_title {
    text-align: center !important;
  }

  .home__global-img {
    width: 95% !important;
    height: auto !important;
  }

  .home__link_area {
    flex-direction: column !important;
  }

  .home__link_content {
    padding: 20px !important;
    text-align: center;
  }

  .home__link_container a {
    margin: 0 auto !important;
  }

  .home__download-img {
    width: 90% !important;
    height: auto !important;
    margin: 0px !important;
  }
}

.home__link_area {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.fl-conlumn {
  flex-direction: column;
  margin-bottom: 0px;
}

.text-center {
  text-align: center !important;
}

.home__download-img {
  width: 376px;
  height: 390px;
  object-fit: cover;
  display: block;
  margin-right: 76px;
  margin-left: 32px;
}

.home__link_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home__link_title {
  font-size: 28px;
  font-weight: 900;
  color: #170a2e;
  margin: 0;
  margin-bottom: 14px;
}

.home__link_content {
  opacity: 0.8;
  font-size: 16px;
  color: #170a2e;
  margin: 0;
  margin-bottom: 34px;
}

.home__link_google_icon {
  width: 150px;
  height: 58px;
  cursor: pointer;
  transition: all 0.2s;
}

.home__link_google_icon:hover {
  transform: scale(1.1);
}

.home__bottom_start_video_chat {
  width: 300px;
  height: 54px;
  border-radius: 27px;
  color: #fff;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}

.home__global-img {
  width: 1048px;
  height: 568px;
  display: block;
  object-fit: cover;
}

.home__start_video_chat {
  width: 100%;
  height: 100%;
  background-color: #170a2e;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}

.home__start_video_chat_light {
  cursor: pointer;
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: pcHomeLight 1s linear infinite;
}

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

  100% {
    left: 300px;
  }
}

.home__footer {
  margin: 0 auto;
}

.home__footer_container {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}

.home__footer_left_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 700px) {
  .home__footer_left_ul {
    flex-direction: column !important;
  }
  .home_item_link {
    margin: 5px 0 !important;
  }
}

.home_item_link {
  display: inline-block;
  margin-right: 60px;
}

.home_item_link a {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #170a2e;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
}

.home__omega_copyright {
  opacity: 0.8;
  font-size: 16px;
  color: #170a2e;
  text-align: center;
  padding-bottom: 32px;
}

.home__footer_fb_icon {
  width: 28px;
  height: 28px;
  margin-left: 8px;
}

.home_item_link a:visited {
  color: #170a2e;
}

.home__select_sex_pop {
  display: none;
}

.home__select_sex_mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.home__select_sex_content {
  width: 80%;
  max-width: 460px;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: 30;
  border-radius: 2.75rem;
  overflow: hidden;
  background: #fff;
}

.home__sex_li {
  width: 100%;
  height: 4.75rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  font-size: 1.625rem;
  color: #170a2e;
  cursor: pointer;
  transition: background 0.2s;
}

@media (max-width: 600px) {
  .home__select_sex_content {
    /* border-radius: 18px; */
  }

  .home__sex_li {
    /* height: 36px; */
    /* font-size: 14px; */
  }
}

.home__sex_li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.home__footer_apps {
  background-color: #3f9fff;
  background: rgba(255, 218, 0, 0.5);
  margin-bottom: 20px;
  padding-bottom: 0;
  display: none;
}

.apps_show {
  display: flex;
}

.home__footer_apps .home__footer_left_ul {
  height: 75px;
}


.home__mobile_landing_body {
  display: none;
  padding: 24px 12px 20px;
  box-sizing: border-box;
}

.home__m_article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home__m_article_icon {
  width: 324px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.home__m_article_video {
  width: 324px;
  border-radius: 16px;
  object-fit: cover;
}

@media (max-width: 648px) {
  .home__article_video_play {
    background: url(https://img.cacheserv.com/web/omega/home/video-play.png) no-repeat center / 60px;
  }
}

.home__m_article_container {
  margin-bottom: 24px;
}

.home__m_article_title {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #170a2e;
  margin-bottom: 10px;
}

.home__m_article_content {
  font-size: 12px;
  text-align: center;
  color: #170a2e;
}

.home__m_video_feature_area {
  width: 100%;
  background-color: #fff;
  padding: 14px 12px;
  border-radius: 14px;
  box-sizing: border-box;
  padding-bottom: 0px;
  margin-bottom: 30px;
  overflow: hidden;
}

.home__m_video_feature_area h3 {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #170a2e;
  margin-bottom: 10px;
}

.home__m_video_feature_area p {
  font-size: 12px;
  text-align: center;
  color: #170a2e;
  margin-bottom: 14px;
}

.home__m_video_feature_area img {
  width: 100%;
  display: block;
  transform: scale(1.1);
}

.home__m_bottom_start_video_chat {
  /* width: 46px; */
  height: 46px;
  border-radius: 23px;
  background-color: #170a2e;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 24px;
}

.home__m__start_video_chat_light {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: pcHomeLight 1s linear infinite;
  z-index: 1;
}

.home__m__start_video_chat {
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 46px;
  line-height: 46px;
  position: relative;
  z-index: 20;
}

.home_m_bottom_google_fb {
  display: flex;
  justify-content: center;
}

.home_m_bottom_google_fb img {
  width: 120px;
  height: 46px;
}