





/*********************
** 视频
**********************/
.banner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.videobg{
	position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.videomask {
    background: linear-gradient(transparent 40%, rgb(33, 33, 33) 100%);
    position: absolute;
    inset: 0px;
    top:0;
    right:0;
    left: 0;
    bottom: 0;
    display: none;
}
.topmask {
    display: block;
    background: linear-gradient(transparent 0%, rgb(33, 33, 33) 100%);
    position: absolute;
    inset: -200px 0px 0px;
    height: 380px;
    opacity: 0.6;
    transform: rotate3d(0, 0, 1, 180deg);
    pointer-events: none;
    top:0;
    width:100%;
}

.home-page{
	min-height:100vh;
	/*min-height:90vh;*/
	margin-bottom:220px;
}


/*Section 1*/
.first-section {
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    height: auto;
    min-height: auto;
    padding-top: 35vh;
    padding-bottom: 100px;
    /*position: relative;*/
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-around;
    overflow: hidden;


    position:absolute;
    bottom:-250px;

}

.ad-box{
	display: flex;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
    color:#fff;
    margin: 0px auto 40px;
}
.ad-box h1{
	margin: 0px 0px 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: calc(1.5rem + 1.625 * ((100vw - 20rem) / 100));
    line-height: 1.1;
    letter-spacing:3px;
    width:100%;
    text-align:center;
    z-index:100;
}
.ad-box h2{
    margin: 0px 0px 10px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 300;
    font-size: calc(0.75rem + 0.5 * ((100vw - 20rem) / 100));
    line-height: 1.3;
    width:100%;
    text-align:center;
     z-index:100;
}



.hot-list-box {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.hot-list{
	position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 100%;
    column-gap: 4px;
    text-align: initial;
    margin: 0px auto -150px;
    padding: 0px 0px 150px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    max-width: 900px;
    grid-auto-columns: calc(33.3333% - 2.66667px);
}
.hot-list li {
    position: relative;
    list-style: none;
    height: 100%;
    overflow:hidden;
}
.hot-list li > a {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.hot-list li .pic-box{
	display: block;
    padding: 0px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 30px !important;
    -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.hot-list li .pic-box img{
	max-width:100%;
	display:block;
	transition: transform 0.6s ease 0s;
}
.hot-list li:hover .pic-box img {
    transform: scale(1.05);
    transform-origin: 50% 50%;
}
.hot-list li .fs-h1{
	margin-top:20px;
	font-size: calc(0.6875rem + 0.3125 * ((100vw - 20rem) / 100));
	display:block;
	line-height:1.5;
	font-weight: 700;
	letter-spacing:1px;
    text-align: center;
}
.hot-list li .fs-h1 p{
	margin:0;
}
.hot-list li .fs-h2 {
    margin: 0px;
    letter-spacing: 0.3px;
    font-size: calc(0.75rem + 0.125 * ((100vw - 20rem) / 100));
    line-height: 1.5;
    display:block;
    text-align: center;
    opacity:0;

}
.hot-list li:hover .fs-h2{
	opacity:1;
	transition: transform 0.2s ease 0s,opacity 0.2s linear 0s, background 0.2s ease 0s;
}

.hot-list li.swiper-slide{
	width:100%;
}
.hot-list-box.swiper-container-horizontal>.swiper-pagination-bullets{
	display:none;
}





/*********************
** SLOGON SECTION
**********************/
.slogon-section {
    margin: 5vh 0px;
}

.slogon{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px auto;
    width: 80%;
    max-width: 1140px;
}
.slogon p{
	font-size: calc(1.5rem + 1 * ((100vw - 20rem) / 100));
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing:3px;
}

.slogon span{
	margin: 20px 0px 30px;
	font-size:1rem;
	line-height:1.7;
}


/*********************
** Video SECTION
**********************/
.video-section{
	height:900px;
	background-color: rgb(33, 33, 33);
    position: relative;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-around;
    overflow: hidden;
    align-items: flex-start;
    padding: 0px;
    min-height: auto;
}
.video-section > div{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.video-section video{
	position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-section a{
	/*
	display: block;
    border: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    border-radius: 0px;
    box-sizing: border-box;*/


    display: block;
    border: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    border-radius: 0px;
    box-sizing: border-box;
}

.video-section a img{
	 transform: scale(1);
	 transform-origin: 50% 50%;
	 transition: transform 0.5s linear 0s;
	 position: relative;
	 display: block;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}

.video-section:hover a img{
	 transform: scale(1.04);
}

.video-section .videomask{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
.video-section .video-text-box{
    position: relative;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    font-size: calc(1.5rem + 1.625 * ((100vw - 20rem) / 100));
    margin: 0px auto;
    flex: 0.8 1 auto;
    -webkit-box-pack: center;
    justify-content: center;
    width: 80%;
    max-width: 1140px;
    color:#fff;
}
.video-section .video-text-box p{
	margin: 0px 0px 30px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: calc(0.875rem + 0.125 * ((100vw - 20rem) / 100));
    line-height: 1.3;
    display: block;
}
.video-section .video-text-box span{
	margin: 0px 0px 20px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
   	font-size: calc(1.5rem + 1.625 * ((100vw - 20rem) / 100));
    line-height: 1.1;
}



/*********************
** Product SECTION
**********************/
.product-section{
	padding:5vh 0px 16vh;
	padding-right: 5vw;
}


.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after{
	content:'';
}


.swiper-button-prev,
.swiper-button-next{
	position: absolute;
    left: -60px;
    top: 35%;
    width:50px;
    height:50px;
    border-radius:50%;
    background-color:#fff !important;
    opacity:0 !important;
	color:#000 !important;
    overflow:hidden;
    line-height:50px;
    transition: transform 0.2s ease 0s,opacity 0.2s linear 0s, background 0.2s ease 0s;
}
.swiper-button-next{
	left: auto;
	right:-60px;
}

.swiper-button-next svg,
.swiper-button-prev svg{
	vertical-align: initial !important;
	transition: fill 0.3s ease 0s;
}
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg{
	fill:rgb(255,255,255) !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
	background-color:#efb133 !important;
}



.product-section:hover .swiper-button-prev{
	transform: translateX(100px);
	opacity:1 !important;
}
.product-section:hover .swiper-button-next{
	transform: translateX(-100px);
	opacity:1 !important;
}
/*
.pro-list .owl-controls .owl-page span{
	width: 100px;
    height: 6px;
}
*/

.swiper-container {
  width: 100%;
}





video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
    opacity: 0;
}



video::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
    opacity: 0;
}



video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
    opacity: 0;
}





.lng_en .slogon span {
    font-size: 1.5rem;
}
.lng_en .slogon p {
    font-size: calc(1.5rem + 1 * ((100vw - 48rem) / 100));
    letter-spacing: initial;
}



@media only screen and (max-width: 1440px) {
	.home-page{
		min-height:800px;
	}
}
@media only screen and (max-width: 1280px) {
	.store-section,
	.video-section{
		height:600px;
	}

	.home-page{
		min-height:800px;
	}

}
@media only screen and (max-width: 767px) {
    .lng_en .slogon span {
        font-size: 17px;
    }

	.ad-box h1{
		line-height:1.3;
		margin-bottom:10px;
	}
	.home-page{
		min-height:500px;
	}
	.first-section{
		padding-top:50vh;
        padding-bottom: 28px;
	}

	.hot-list-box{
		padding-right:0vw;
		padding-bottom: 10vw;
	}
	.hot-list{
		grid-auto-flow: unset;
		grid-auto-columns:unset;
		grid-template-rows:unset;
		margin:0;
		padding:0;
		display:flex;
        justify-content: space-between;
		width:100%;
		overflow:visible;
		padding-left:0vw;
        padding-left: 15px;
        padding-right: 15px;
	}
	.hot-list li.swiper-slide{
        width: 30%;
	}
	.hot-list li .fs-h1{
		margin-top:15px;
	}



	.hot-list-box.swiper-container-horizontal>.swiper-pagination-bullets{
		display:grid;
		 bottom:3vw;
	}
	.hot-list-box.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		background-color:#fff;
	}

	.slogon{
		width:90%;
	}
	.slogon p{
		font-size: calc(1.5rem + 1.625 * ((100vw - 20rem) / 100));
	    margin: 20px 0px 0px;
	    line-height: 1.3;
	}
	.slogon span {
	    margin: 20px 0px 20px;
	}
	.video-section .video-text-box span{
		margin-bottom: 10px;
    	line-height: 1.3;
	}
	.store-section{
        height: 295px;
	}
    .store-text-box .st-1{
        font-size: 22px;
    }

	.video-section{
		height:300px;
	}
	.video-section video{
		display:block;
	}

	.pro-list .swiper-slide{
		width: 100%;
        margin-right: 0 !important;

	}
    .pro-list{
        padding-left: 0;
    }

	.product-section {
	    padding: 5vh 0px 8vh;
	}

	.store-text-box .store-button a.store-button-link{
		font-size:0.8rem;
	}


	.pro-list .pro-item:hover .pro-des {
	    transform: none;
	    transform-origin: unset;
	}
	.pro-list .pro-item:hover .pro-des span.pro-d-3{
		opacity:0;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 50px;
	}
	.swiper-button-prev,
	.swiper-button-next{
		display:none;
	}


}



