body {
  margin: 0;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
@keyframes shake {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
@media (min-width: 961PX) {
  .home-header {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-back{
    display: none;
  }
  .home-header_back {
    width: 111px;
    height: 54px;
    line-height: 48px;
    text-align: center;
    border-radius: 30px;
    border: solid 3px rgba(255, 255, 255, 0.85);
    background-color: #644af1;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
  }

  .home-header-right {
    display: flex;
    align-items: center;
  }

  .home-header_link {
    width: 160px;
    margin-left: 16px;
  }

  .home-banner {
    height: 560px;
    box-sizing: border-box;
    padding: 0 8px 0 100px;
    background-color: #000;
    position: relative;
    display: flex;
  }

  .banner-center {
    padding-top: 70px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .banner-center-omegle{
    /* padding-left: 300px;
    box-sizing: border-box;
    align-items: flex-start */
  }
  .omegle-start{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    left: 70px;
    /* margin-left: 23px; */
    /* margin-top: 87px; */
    display: block;
  }
  .home-h1-title {
    font-size: 60px;
    font-weight: 900;
    color: #fffc01;
    margin: 0;
    line-height: 0.9;
  }

  .home-h1-desc {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 50px;

  }

  .s-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 560px;
    height: 120px;
    padding-left: 30px;
    border-radius: 40px;
    background-color: #fffc01;
    box-sizing: border-box;
    position: relative;
  }
  .s-banner p{
    margin: 0;
  }
  .s-banner-fun{
    font-size: 20px;
    font-weight: 600;
    opacity: 0.5;
    color: #000;
    margin: 0;
  }
  .s-banner-start{
    font-size: 28px;
    font-weight: 900;
    color: #000;
    margin-top: 4px;
    display: flex;
    align-items: center;
  }
  .s-banner-img {
    width: 48px;
    display: block;
    margin-left: 12px;
  }
  .icon-msg{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 70px;
    bottom: -34px;
    animation: shake 5s linear infinite;
  }
  .icon-videochat{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 50px;
    top: -37px;
    animation: shake 5s linear infinite;
  }
  
  .start-video-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
  }

  .home__start_video_chat_light {
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: pcHomeLight 3s linear infinite;
  }

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

    100% {
      left: 90%;
    }
  }

  .banner-left {
    float: left;
    height: 540px;
  }

  .banner-right {
    /* min-width: 690px; */
    height: 560px;
    margin-left: 58px;
  }

  .banner-h5 {
    display: none;
  }
  .keywords-area{
    padding: 37px 80px 53px;
    background-color: #fffc01;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .keywords-right{
    width: 502px;
    height: 754px;
    display: block;
    margin-left: 50px;
  }
  .home-keywords {
    /* padding: 40px 0 60px; */
    padding-top: 43px;
    box-sizing: border-box;
    flex: 1;
  }

  .home-keywords a {
    box-sizing: border-box;
    display: inline-block ;
    height: 89px;
    margin: 0 30px 30px 0;
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  
  .home-keywords a:hover {
    transition: all 0.3s ease;
    background-color: #000;
    color: #000;
    color: #fff;
  }
  .home-desc{
    padding:20px 20px 0 0;
    box-sizing: border-box;
    flex: 1;
    background-color: #000032;
    font-family: Arial, sans-serif;
    line-height: 1.7; 
  }
  .home-desc p{
    opacity: 0.8;
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: #fff;
  }
  .home-desc .h2{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin: 1.5rem 0 1rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  }
  .home-h2-title{
    margin: 70px 0 50px;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  }
  .home-piece_con {
    margin: 0 auto;
  }
  .home-des-fan{
    margin-top: 100px;
    padding-bottom: 40px;
  }
  .home-des-fan p{
    margin: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  .home-desc-area{
    display: flex;
    justify-content: space-between;
    background-color: #000032;
    padding: 40px 0 40px 100px;
    box-sizing: border-box;
  }
  .desc-right{
    width: 470px;
    height: 743px;
    display: block;
  }
  .subpages .banner-right{
    margin-left: 0;
  }
  .subpages .home-banner{
    padding-right: 0;
  }
  .subpages .download{
    background-color: #fffc01;
  }
  .subpages .home-bottom{
    background-color: rgba(0, 0, 0, 0.06);
  }
  .subpages .home-desc p{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .subpages .home-desc .h2{
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .subpages .about__common_FAQS{
    margin-bottom: 70px;
  }
  .subpages .about__common_FAQS_container{
    margin-top: 0;
  }
  .subpages .about__common_FAQS_item{
    padding: 22px 30px;
  }
  .subpages .black{
    color: #000;
  }
  .subpages .swiper-area{
    position: relative;
    width: 100%;
    background-color: #fffc01;
    overflow: hidden;
    
  }
  .subpages .swiper-container {
    /* margin: 0 auto; */
    width: 1440px;
    /* height: 500px; */
    padding:40px 30px ;
    box-sizing: border-box;
  }

  .subpages .swiper-slide {
    width: 282px;
    /* height: 420px; */
    border-radius: 40px;
    box-sizing: border-box;
    border: solid 4px #000;
    background-color: #644af1;
    overflow: hidden;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .subpages .swiper-slide  img{
    width: 100%;
    height: 100%;
  }
}

/* 手机样式 */

@media (max-width: 960PX) {
  .home-header {
    min-height: 60px;
    padding-left: 16px;
    padding-right: 20px;
    justify-content: space-between;
    box-shadow: none;
  }
  .header-back{
    width: 32px;
    height: 32px;
  }
  .home-header_back{
    display: none;
  }
  .home-header_link {
    display: none;
  }

  .home-banner {
    /* height: 420px; */
    padding: 40px 0 0;
    background-color: #000032;
    box-sizing: border-box;
  }

 
  .omegle-start{
    /* display: none; */
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .home-h1-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    color: #fffc01;
    margin: 0 40px;
    text-align: center;
  }

  .home-h1-desc {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 44px;
  }

  .banner-left {
    display: none;
  }
  .banner-right{
    margin-top: 23px;
    width: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
  }
  

  .banner-h5 {
    width: 100%;
    /* height: 219px; */
    object-fit: cover;
    display: block;
  }

  .s-banner {
    width: 85%;
    height: 72px;
    border-radius: 22px;
    background-color: #fffc01;
    box-sizing: border-box;
    position: relative;
    padding: 19px 0 0 20px;
    margin: 0 auto;
  }
  .icon-msg{
    width: 48px;
    position: absolute;
    bottom: -24px;
    right: 50px;
    animation: shake 5s linear infinite;
  }
  .icon-videochat{
    width: 48px;
    position: absolute;
    top: -22px;
    right: 20px;
    animation: shake 5s linear infinite;
  }
  .s-banner-img {
    width: 28px;
    height: 21px;
    margin-left: 10px;
    display: block;
  }
  .s-banner-fun{
    opacity: 0.5;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin: 0;
  }
  .s-banner-start{
    margin-top: 2px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    color: #000;
  }

  .start-video-btn {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   z-index: 2;
  }

  .home-desc-area{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: #000032;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .desc-right{
    width:100%;
    display: block;
  }
  .keywords-area{
    padding: 40px 10px 30px ;
    background-color: #fffc01;
    box-sizing: border-box;
  }
  .keywords-right{
    display: block;
    width: 97%;
    margin: 20px auto 0;
  }

  .home-keywords {
    margin: 0 auto;
  }

  .home-keywords a {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    margin: 0 8px 10px 0;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .home-desc{
    padding: 43px 20px 0px;
    width: 100%;
    box-sizing: border-box;
  }
  .home-desc p{
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
  }
  .home-desc .h2{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
  }
 
  .home-h2-title{
    margin: 58px 10px 27px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 0;
  }
  .home-piece_con {
    margin: 0;
  }
  .home-des-fan{
    margin-top: 24px;
    padding-bottom: 40px;
    
  }
  .home-des-fan p{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .subpages .banner-center {
    /* width: 77%; */
    padding-bottom: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
  }
  .subpages .banner-right {
    display: none;
  }
  .subpages .download{
    background-color: #fffc01;
  }
  .subpages .home-bottom{
    background-color: rgba(0, 0, 0, 0.06);
  }
  .subpages .home-desc p{
    margin-top: 0;
    margin-bottom: 27px;
  }
  .subpages .home-desc .h2{
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .subpages .home-h2-title{
    margin: 58px 10px 27px;
  }
  .subpages .about__common_FAQS{
    /* margin-top: 40px !important; */
    margin-bottom: 40px;
  }
  .subpages .about__common_FAQS_container{
    margin-top: 0;
  }
  .subpages .about__common_FAQS_item_title{
    font-size: 14px;
    font-weight: 500px;
  }
  .subpages .about__common_FAQS_item{
    padding: 10px 10px 10px 20px;
  }
  .subpages .black{
    color: #000;
  }
  .subpages .swiper-area{
    position: relative;
    width: 100%;
    background-color: #fffc01;
    overflow: hidden;
    
  }
  .subpages .swiper-container {
    margin: 0 auto;
    /* height: 500px; */
    padding:40px 20px ;
    box-sizing: border-box;
  }

  .subpages .swiper-slide {
    width: 201px;
    /* height: 300px; */
    border-radius: 20px;
    box-sizing: border-box;
    border: solid 3px #000;
    background-color: #644af1;
    overflow: hidden;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .subpages .swiper-slide  img{
    width: 100%;
    height: 100%;
  }
}