/* @font-face {
    font-family: 'avenir regular';
    src: url('../font/avenirnextregular.otf');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'avenir medium';
    src: url('../font/avenirnextmedium.otf');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'avenir next';
    src: url('../font/avenirnextbold.otf');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'avenir demi';
    src: url('../font/avenirnextdemibold.otf');
    font-weight: normal;
    font-style: normal;
} */
@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://img02.cacheserv.com/web/H5/activity/fonts/BalooChettan2-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: 'sfpixelatebold';
    src: url('../font/sf-pixelate.bold.ttf');
    font-weight: normal;
    font-style: normal;
} */
@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;
}

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;
}
.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;
}
.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{
    padding: 0 100px;
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 80px;
    vertical-align: middle;
    background-color: #f6a714;
}

.home-header_logo{
    width: 40px;
    height: 40px;
}
.home-header_link {
    width: 115px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    font-family: BalooChettan2;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}
.home-header_link:link,
.home-header_link:visited,
.home-header_link:hover,
.home-header_link:active{
    color: rgba(0, 0, 0, 0.8);
}

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

.home-piece_con{
    margin:0 auto 20px;
    width: 90%;
    max-width: 935px;
}

.home-title {
    /* padding: 0 10px; */
    opacity: 1;
    height: 80px;
    margin: 30px 0 20px;
    text-align: center;
    word-wrap: break-word;
    font-family: BalooChettan2;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}
.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{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.home-video-con{
    width: 448px;
    /* height: 256px; */
    position: relative;
}
.home-video_promotional{
    border-radius: 20px;
    width: 100%;
    height: 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{
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.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-des_item{
    box-sizing: border-box;
    width: 300px;
    min-height: 530px;
    margin-bottom: 10px;
    margin-right: 10px;
    /* padding: 20px; */
    background-color: rgba(255, 255, 255, 0.2);
}
.home-des-title {
    margin-bottom: 25px;
    font-family: BalooChettan2;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
    color: #000;
}
.home-des-img{
    width: 300px;
    height: 150px;
    display: block;
    margin: 0 auto;
}
.home-des_content {
    padding: 0 20px;
    font-family: BalooChettan2;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.home-discover_con{
    text-align: center;
    margin: 0 auto;
}
.home-discover-img{
    height: 347px;
}
.home-des-discover{
    margin: 36px 0 50px;
    display: inline-block;
    text-align: left;
    font-family: BalooChettan2;
    font-size: 16px;
    font-weight: 600;
    color: #806200;
}

.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-des-fan{
    display: inline-block;
    text-align: left;
    font-family: BalooChettan2;
    font-size: 16px;
    font-weight: 600;
    color: #806200;
}

.home-fan_con{
    margin: 20px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-fan_item{
    box-sizing: border-box;
    margin-left: 10px;
    padding: 20px;
    width: 300px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: BalooChettan2;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.home-fan_user{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.home-fan_header{
    width: 48px;
    height: 48px;
}
.home_fan_name{
    margin-left: 10px;
    font-family: BalooChettan2;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.home-bottom{
    padding: 20px 100px;
    background-color: #f6a714;
    display: flex;
    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;
}
.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;
}

@media screen and (max-width: 768px){
    .home-header{
        padding: 0px 20px;
    }
    .home-title{
        margin-top: 20px;
        font-size: 32px;
    }
    .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: 20px
    }
    
    .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:30px 30px 10px 30px;
    }
    .home_bottom_right,
    .home-bottom_left{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .home_bottom_right{
        margin-top: 20px;
    }
    .home-discover-img{
        height: 145px;
    }


}


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