@font-face {
    font-family: 'BalooChettan2';
    src: url('https://img.cacheserv.com/web/H5/activity/fonts/BalooChettan2-Regular.woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BalooChettan2B';
    src: url('https://img.cacheserv.com/web/H5/activity/fonts/BalooChettan2-Bold.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sfpixelate';
    src: url('https://img.cacheserv.com/web/H5/activity/fonts/sf-pixelate.regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFPixelate';
    src: url('https://img.cacheserv.com/web/H5/activity/fonts/sf-pixelate.bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
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%;
}

#app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -webkit-user-select: none;
    height: 100%;
    position: relative;
    /* 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;
}

.content {
    padding-top: 80px;
    padding: 80px 15px 60px 15px;
}

.content h2 {
    font-size: 22px;
    color: #1b1a1a;
    font-family: BalooChettan2;
    margin-top: 20px;
    margin-bottom: 15px;
}

.content h4 {
    font-size: 18px;
    color: #1b1a1a;
    font-family: BalooChettan2;
    margin-top: 30px;
}

.content .text {
    color: #a19c9b;
    font-family: BalooChettan2;
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-word;
}

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.svg) 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;
    padding: 20px;
}
.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;
    font-family: BalooChettan2;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
}
.footer-item {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
    font-size: 1.2em;
    font-family: BalooChettan2;
    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-family: BalooChettan2;
    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;
    font-family: BalooChettan2;
}

.content .float-menu .menu-list #menu-item-underline {
    position: absolute;
    width: 50%;
    height: 3px;
    border: none;
    bottom: 0;
    left: 0;
    transition: .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*/

.lazyload {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.home-con{
    display: flex;
    flex-direction: column;
    /* background-color: #ffbb3d; */
    min-height: 100vh;
}
.home-header{
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
    display: flex;
    align-content: center;
    align-items: center;
    vertical-align: middle;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
}

.home-header_logo{
    display: block;
    width: 108px;
    height: 40px;
    background: url('https://img.cacheserv.com/web/Hay/home/hay/hay-logo-bar.png');
    background-size: cover;
}
.home-header_link {
    margin: 0 10px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    font-family: BalooChettan2;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}
.home-header_link:link,
.home-header_link:visited,
.home-header_link:hover,
.home-header_link:active{
    color: rgba(0, 0, 0, 0.8);
}
.home-banner{
    width: 100%;
    height: 900px;
    background: url('https://img.cacheserv.com/web/Hay/home/hay/hay-banner.png');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.home-text-bg{
    width: 680px;
    height: 249px;
    box-sizing: border-box;
    margin: 0 auto;
    object-fit: cover;
    background: url('https://img.cacheserv.com/web/Hay/home/hay/hay.png');
    background-size: cover;
    transform: translateY(120px);
}
.visible .home-text-bg{
    animation: moveTop 0.3s ease-in-out forwards;
}
.visible .home-des_item{
    animation: moveTop 0.3s ease-in-out forwards;
}
.visible .home-chat-right{
    animation: moveX 0.3s ease-in-out forwards;
}
.visible .home-discover-img{
    animation: moveX 0.3s ease-in-out forwards;
}
.visible .hay-bg-3{
    animation: moveTop 0.3s ease-in-out forwards;
}
/* .visible .home-video-con{
    animation: moveTop 0.3s ease-in-out forwards;
} */

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

.home-piece_con{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-title {
  text-shadow: 0 3px 0 #000;
  -webkit-text-stroke: 4px #000;
  font-family: SFPixelate;
  font-size: 80px;
  font-weight: bold;
  color: #ffc400;
}
.home-title-desc{
    -webkit-text-stroke: 3px #000;
    font-family: SFPixelate;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-top: 24px;
}
.home-app_content{
    max-width: 900px;
    font-family: BalooChettan2;
    font-size: 18px;
    margin: 0 auto;
}

.home-title2 {
    text-align: center;
    word-wrap: break-word;
    font-family: BalooChettan2;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}
.home-h1_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: url('https://img.cacheserv.com/web/Hay/home/hay/hay-bg-1.png');
    background-size: cover;
    position: relative;
}
.home-video-area{
    flex-direction: column;
    position: relative;
}
.home-video-text{
    font-size: 24px;
    text-align: center;
    color: #131415;
    margin:  -5px 11.5% 35px;
    font-family: 'BalooChettan2';
}
.hay-video-1{
    position: absolute;
    width: 61px;
    height: 70px;
    right: 106px;
    bottom: 60px;
}
.hay-video-2{
    position: absolute;
    width: 109px;
    height: 95px;
    left: 102px;
    bottom: 369px;
}
.hay-video-3{
    position: absolute;
    width: 68px;
    height: 70px;
    left: 136px;
    bottom: 37px;
}
.hay-bg-3{
    width: 790px;
    height:745px;
    position: absolute;
    top: 62px;
    left: 414px;
    transform: translateY(400px);
}
.home-video-con-area{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.home-video-con{
    /* width: 56%; */
    /* width: 810px;
    */
    width: 49%;
    /* height: 525px; */
    padding-top: 1.4%;
    box-sizing: border-box;
    position: relative;
    /* transform: translateY(210px); */
    background: url('https://img.cacheserv.com/web/Hay/home/hay/pc-01@3x.png') no-repeat;
    background-size: contain;
    overflow: hidden;
}
.hay-bg-right{
    width: 10.5%;
    /* width: 172px;
    height: 525px; */
    object-fit: contain;
}
.home-video_promotional{
    width:100%;
}
.home-h1-content{
    margin-left: 20px;
    width: 465px;
    font-family: BalooChettan2;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #806200;
}
.home-video_button{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(/images/home/video-play.png) no-repeat center / 80px;
    border: none;
    outline: none;
    opacity: 0.75;
    cursor: pointer;
}

.home-video_play{
    background: transparent none;
}
.home-video_play:hover{
    background: transparent url(/images/home/video-pause.png) no-repeat center / 80px;
}

.home-video_pause{
    background: transparent none;
}
.home-video_pause:hover{
    background: transparent url(/images/home/video-play.png) no-repeat center / 80px;
}

.home-h2-title{
    padding: 0 10px;
    margin: 50px 0 40px;
    font-family: BalooChettan2;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.home-main_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    background: url('https://img.cacheserv.com/web/Hay/home/hay/hay-bg-1.png');
    background-size: cover;

}
.home-des-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* 定义关键帧 */
@keyframes moveTop {
    to { transform: translateY(0); }
  }
.home-chat_con{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: url('https://img.cacheserv.com/web/Hay/home/hay/hay-bg-2.png');
    background-size: cover;
}
.home-chat-title{
    -webkit-text-stroke: 3px #000;
    font-family: BalooChettan2B;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}
.home-main_con .home-chat-title:first-child{
    margin-bottom: -10px;
}
.home-main_content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;

    width: 100%;
    margin: 8px 0 40px;
    font-family: BalooChettan2;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}
.home-chat-safety{
    width: 563px;
    box-sizing: border-box;
    padding: 38px 38px 36px;
    margin-top: 20px;
    position: relative;
}
.home-chat-safety:last-child{
    width: 612px;
}
.home-border{
    background-color: #fff4e4;
    border-image-source:url('https://img.cacheserv.com/web/Hay/home/hay/hay-bg_h5.png');
    border-image-slice:2 2 4 2;
    border-image-width:2px 2px 4px 2px;
    border-image-outset:2px 2px 4px 2px;
    border-image-repeat:stretch;
}
.home-chat-safety:first-child{
    transform: translateX(70px);
    margin-top: 28px;
}
.hay-safety{
    position: absolute;
    width: 81px;
    height: 50px;
    top: -17px;
    left: -36px;
}
.hay-experience{
    position: absolute;
    width: 72px;
    height: 72px;
    bottom: -7px;
    right: -24px
}
.home-title-discover{
    font-family: BalooChettan2B;
    font-size: 24px;
    font-weight: bold;
    color: #131415;
    text-align: left;
}
.home-des_item{
    max-width: 400px;
    flex: 1;
    box-sizing: border-box;
    margin: 0 20px 0 0;
    padding: 0px 18px 36px;
    transform: translateY(220px);
}
.home-des_item:first-child{
    transform: translateY(110px);
}
.home-des_item:last-child{
    margin-right: 0;
    transform: translateY(330px);
}
.home-des-title {
    margin-bottom: 20px;
    font-family: BalooChettan2B;
    font-size: 24px;
    font-weight: bold;
    color: #131415;
    text-align: center;
}
.home-des-img{
    width: 250px;
    height: 240px;
    display: block;
    margin: 0 auto;
}
.home-des_content {
    font-family: BalooChettan2;
    font-size: 18px;
    font-weight: 500;
    color: rgba(19, 20, 21, 0.6);
}

.home-discover_con{
    text-align: center;
    margin: 0 auto;
}
.home-discover-img{
    display: block;
    height: 508px;
    margin-right: 8px;
    transform: translateX(-600px);
}
.home-chat-right {
    transform: translateX(600px);
}
/* 定义关键帧 */
@keyframes moveX {
    to { transform: translateX(0); }
  }

.home-des-discover{
    margin-top: 20px;
    text-align: left;
    font-family: BalooChettan2;
    font-size: 18px;
    font-weight: 500;
    color: rgba(19, 20, 21, 0.6);
}

.home-start_button {
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 482px;
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
    font-family: BalooChettan2;
    font-size: 24px;
    color: #000;
    background: url("../images/home/hay/invalid-name@3x.png") no-repeat;
    background-size: 482px 75px;
}

.home-start_button_hl {
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    width: 482px;
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    font-family: BalooChettan2;
    background: url("../images/home/hl/free-video-chat.png") no-repeat;
    background-size: 482px 75px;
}
.home-footer{
    display: flex;
    flex-direction: column;
}
.home-fan-list{
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('https://img.cacheserv.com/web/Hay/home/hay/hay-bg-2.png');
    background-size: cover;
}
.home-fan-list .home-chat-title{
    margin-bottom: 40px;
}
.hay-score{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  box-sizing: border-box;
  height: 54px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hay-score img{
    height: 30px;
}
.home-des-fan{
    display: inline-block;
    text-align: left;
    font-family: BalooChettan2;
    font-size: 16px;
    font-weight: 600;
    color: #806200;
}

.home-fan_con{
    width: 100%;
    text-align: center;
    -ms-overflow-style: none;  /* IE 和 Edge */
    scrollbar-width: none;     /* Firefox */
    overflow: -moz-scrollbars-none; /* Old Firefox */
    overflow-x: scroll;
}
/* 隐藏滚动条但保留滚动功能 */
.home-fan_con::-webkit-scrollbar {
    display: none; /* 对于 WebKit 浏览器（如 Chrome 和 Safari） */
}

.home-fan_item-area{
    display: inline-flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 2px 20px 4px 0;
    justify-content: center;
}
.home-fan_item{
    box-sizing: border-box;
    margin-left: 20px;
    padding: 71px 18px 16px;
    width: 400px;
    text-align: left;
    font-family: BalooChettan2;
    font-size: 18px;
    color: #131415;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #FFF !important;
    
}

.home-fan_user{
    width: fit-content;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 17px;
    
}
.home-fan_header{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.home_fan_name{
    font-weight: bold;
    margin-left: 8px;
    font-family: BalooChettan2B;
    font-size: 16px;
    color: #131415;
   
}
.home-download{
    margin-top: 40px;
}
.home-download-text{
    margin: 20px 0 18px;
    font-family: BalooChettan2;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #131415;
}
.home-download-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.home-download-btn img{
    width: 221px;
    height: 70px;
}
.home-download-btn a{
    margin-right: 20px;
}
.home-download-btn a:last-child{
    margin-right: 0px;
}

.home-bottom{
    box-sizing: border-box;
    height: 100px;
    width: 100%;
    padding: 0px 100px;
    background-color: #33cc3f;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.home-bottom-text{
    margin-top: 10px;
}
.hg{
    font-family: BalooChettan2;
    font-size: 20px;
    font-weight: bold;
    color: #0b0b0c;
    
}
.information{
    font-family: BalooChettan2B;
    font-size: 16px;
    font-weight: 500;
    color: #0b0b0c;
    margin-top: 4px;
}
.record-no{
    font-family: PingFangSC;
    font-size: 12px;
    color: #0b0b0c;
    margin-top: 4px;
}
.home-bottom_left{
    display: inline-flex;
    align-content: center;
    align-items: center;
}

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

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

.home_bottom_middle{
    flex: 1;
}
.home_bottom_right{
    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;
}
.swiper{
    width: 100%;
    height:auto ;
}
.swiper-wrapper{
    flex-direction: column;
}
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:auto ;
    position: relative;
}
.swiper-item{
    width: 100%;
    height:100vh;
    overflow: hidden;
}
@media screen and (max-width: 768px){
    .swiper{
        height:auto ;
    }
    .swiper-wrapper{
        flex-direction: column;
    }
    .swiper-slide{
        height:auto ;
    }
    .swiper-item{
        width: 100%;
        overflow: auto;
        height: 100%;
    }
    .home-main_con .home-chat-title:first-child{
        margin-bottom: 4px;
    }
    .home-main_con .home-chat-title:last-child{
       line-height: 1.2;
    }
    .home-header{
        height: auto;
        padding: 20px 0px 20px 20px;
        position: static;
    }
    .home-header_logo{
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        background: url('https://img.cacheserv.com/web/Hay/home/hay/hay-logo@3x.png');
        background-size: cover;
    }
    .home-banner{
        height: 244px;
    }
    .home-text-bg{
        width: 350px;
        height: 128px;
        background-size: contain;
        transform: translateY(0px);
    }
    .home-title{
        -webkit-text-stroke: 2px #000;
        font-size: 36px;
        color: #ffc400;
    }
    .home-title-desc{
        -webkit-text-stroke: 1px #000;
        font-size: 16px;
        margin-top: 10px;
    }
    .home-main_con{
        padding: 20px;
        flex-direction: column;
        background-size: contain;
    }
    .home-chat-title{
        font-size: 24px;
        -webkit-text-stroke: 1px #000;
        margin: 0 20px 40px;
    }

    .home-piece_con{
        flex-direction: column;
        align-items: center;
    }
    .home-discover-img{
        width: 225px;
        height: auto;
        object-fit: contain;
        margin-right: 0;
        transform: translateX(-4px);
    }
    .home-chat-right {
        transform: translateX(0px);
    }
    .home-chat-safety{
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .home-chat-safety:first-child{
        transform: translateX(0);
        margin-top: 50px;
    }
    .home-chat-safety:last-child{
        width: 100%;
    }
    .hay-safety{
        width: 40px;
        height: 25px;
        left: -17px;
        top: -13px;
    }
    .hay-experience{
        width: 56px;
        height: 56px;
        right: -15px;
        bottom: -8px;
    }
    .home-des-area{
        flex-direction: column;
    }

    .home-title-discover{
        font-size: 20px;
        text-align: center;
    }
    .home-des-discover{
        font-size: 16px;
        margin-top: 10px;
    }
    .home-des-img{
        width: 125px;
        height: 120px;
        margin-bottom: 5px;
    }
    .home-h1_con{
        margin: 0 10px;
    }

    .home-h1-content{
        margin: 10px;
        /* line-height: 28px; */
    }

    .home-h2-title{
        font-size: 24px;
        margin: 20px 0;
    }

    .home-app_content{
        margin: 20px 20px;
    }
    .home-des_item{
        width: auto;
        margin-right: 0;
        height: auto;
        min-height: auto;
        padding-bottom: 16px;
        margin-bottom: 16px;
        transform: translateY(0px);
    }
    .home-des_item:first-child{
        transform: translateY(0px);
    }
    .home-des_item:last-child{
        transform: translateY(0px);
    }
    .home-chat_con{
        padding: 40px 20px;
        background-size: contain;
    }
    .home-des-title{
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .home-des_content{
        font-size: 16px;
    }
    .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-h1_con{
        display: none;
    }
    .home-fan-list{
        padding:0px 0px 20px;
        background-size: contain;
    }
    .home-fan-list .home-chat-title{
        margin-bottom: 20px;
    }
    .hay-score img{
        height: 22px;
    }
    .home-fan_item{
        width: 290px;

    }
    .home-download-btn img{
        width: 110px;
        height: auto;

    }
    .home-download-text{
        font-size: 16px;
        margin: -25px 18px 18px;
    
    }
    .home-download-btn a{
        margin-right: 10px;
    }
   
    .home-bottom{
        height: 111px;
        padding: 0;
    }
    .home-download{
        margin-top: 24px;
    }
    .home_bottom_right,
    .home-bottom_left{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .home_bottom_right{
        margin-top: 20px;
    }

}


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