.kv-slide{
	height: 645px;
	overflow: hidden;
	position: relative;
}
.slide-con{
	position: relative;
	width: 100%;
	height: calc(100%);
}
.slide-box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide-box.zoomOut{
	-webkit-animation: slideZoomOut 1s ease 0s 1 alternate both;
    animation: slideZoomOut 1s ease 0s 1 alternate both;
}
.slide-box.zoomIn{
	-webkit-animation: slideZoomIn 1s ease 0s 1 alternate both;
    animation: slideZoomIn 1s ease 0s 1 alternate both;
}
.slide-box img{
	height: auto;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.slide-box a,.info-pro a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.sb-2 img{
    left: 50%;
    top: auto;
    top: initial;
    bottom: 0%;
    transform: translateX(-50%);
}
.info-left{
	position: absolute;
	width: 293px;
	height: 537px;
	/* background: url(../images/intro/redblock_left.png); */
    background: url(../images/intro/redblock_left.png);
	left: 0;
	top: -60px;
	padding-top: 90px;
	padding-left: 12px;
}

.info-right{
	position: absolute;
	width: 293px;
	height: 537px;
	/* background: url(../images/intro/redblock_right.png); */
    background: url(../images/intro/redblock_right.png);
	right: 0;
	bottom: 0;
}

.info-pro{
	text-align: center;
	position: absolute;
	width: 186px;
	bottom: 29px;
	right: 130px;
	margin-right: -93px;
/*	transition: all 1s ease;
    -webkit-transition: all 1s ease;*/
    opacity: 1;

}
.info-pro.off{
	opacity: 0;
    pointer-events:none;
}
.info-pro.on{
	opacity: 1;
	-webkit-animation: proOn .8s ease 0s 1 alternate both;
    animation: proOn .8s ease 0s 1 alternate both;
}
.info-pro p{
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: .15em;
}



.s2{
	background: #eeeeee;
	padding: 30px 0 10px 0;
}

.s2 .content{
	width: 100%;
	max-width: 1240px;
	margin:0 auto;
	position: relative;
}
/* .s2 .content a{
	margin: 0 1.7%;
	display: block;
	width: calc(100% / 3 - 3.4%);
	max-width: 385px;
} */


.s2 dl{
	/*max-width: 385px;*/
	/*margin: 0 1.7%;*/

	width: 100%;
	
	text-align: center;
}

.s2 dt{
	background: #df0615;
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.s2 a:nth-child(1) dt::after{animation-delay: 0s;}
/* .s2 a:nth-child(2) dt::after{animation-delay: 3s;}
.s2 a:nth-child(3) dt::after{animation-delay: 1.5s;} */
.s2 .cause_motion dt::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    opacity: 1;
    left: -100%;
    -webkit-animation: flickers 4s;
    animation: flickers 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: -moz-linear-gradient(-25deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, .8) 60%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(-25deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, .8) 60%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, .8) 60%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
}
.s2 dd{
	background: #fff;
	font-size: 18px;
	line-height: 1.5em;
	min-height: 137px;
	padding-top: 30px;
	position: relative;
}

.s2 dd i{
	color: #df0615;
	font-size: 12px;
	position: relative;
	display: block;
	text-align: right;
	padding-right: 34px;
	/*bottom: 22px;
	right: 34px;*/
}

.s2 dd i::after{
	display: inline-block;
	position: absolute;
	content: ">";
	margin-left: .5em;
	-webkit-animation: arrowRight 1s ease 0s infinite alternate both;
    animation: arrowRight 1s ease 0s infinite alternate both;
}
.s2 dl:hover dd i::after{
	content: ">>";
}

/*2021-04 Tachimoma新增*/
.cause_motion{
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);}
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);}
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);}
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);}
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);}
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);}
    }
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);}
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);}
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);}
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)}
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)}
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)}
    }

/*2021-12 新增首頁內容*/
#mainBox{
    display: block;
    width:100%;
    min-height:200px;
    /* border: 1px solid rgb(70, 69, 69); */
}
#mainBox-01,
#mainBox-02{
    display: block;
    width:100%;
    min-height:200px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: #fff;
    border-radius:25px
}
#mainBox-01{
    margin-top: 15px;
}
.mainBox-head{
    display: block;
    width:100%;
    padding: 15px 0;
    border-radius:25px 25px 0 0;
    text-align: center;
    background: #df0615;
}
.mainBox-head h3,
.mainBox-head h3 a{
    font-size:42px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5em;
    transition-duration: .5s
}
.mainBox-head h3 a:hover{
    color: #250c0e
}
.mainBox-head h4{
    font-size:30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5em;
}
#mainBox-01 picture,
#mainBox-01 img{
    display: block;
    width:100%;
    height: auto;
    margin: 15px 0;
}
.myHidden{display:none}
.mainBox-body{
    display: flex;
    width:100%;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 30px;
}
.mainBox-item{
    display: block;
    background: #f3f3f3;
    width: 29%;
    margin-top: 45px;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%), 0 2px 2px rgb(0 0 0 / 15%), 0 4px 4px rgb(0 0 0 / 15%), 0 8px 8px rgb(0 0 0 / 15%);
}
.mainBox-item h5{
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 14px;
}

.mainBox-item .item-name{
    display:block;
    margin: 30px auto;
}
.mainBox-item:nth-child(1) .item-product{
    margin-top:65px
}
.mainBox-item:nth-child(2) .item-product{
    margin-top:65px
}
.mainBox-item:nth-child(3) .item-product{
    margin-top:65px
}

/*新增影片區塊 #202210*/
.tv{
	display: block;
	width: 100%;
	max-width: 1240px;
    min-height:200px;
    margin: 45px auto 45px auto;
    padding-bottom: 20px;
    background: #fff;
    border-radius:25px
}
.film-title{
    display: block;
	font-size:42px;
    color: #fff;
	font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2em;
    border-radius:25px 25px 0 0;
    background-color: #df0615;
}
.tv .tvBox{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 0;
	/* background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -moz-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee); */
}
.tv .titleArea{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 30px;
}
.tv .tvSubTitle{
	font-size: 30px;
}
.tv .tvSubTitle::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	/* background-color: #ffe921; */
	z-index: -1;
}
.tv .tvTitle{
	font-size: 45px;
	font-weight: 900;
	margin-top: 15px;
	text-align:center;
	line-height: 1.1em;
}
.tv .tvTitle span{
	color :#df0615;
}
.tv{
	margin-bottom: 40px;
}
/* .tv #youtubePlay, */
.tv .box_yt{
    width: 560px;
    height: 315px;
}

@media screen and (max-width:1500px){
    .dialog-body p{
    max-height: 400px;
    overflow: auto
    }
    .dialog-body p::-webkit-scrollbar-thumb {
        height: 80px
    }
}
@media screen and (max-width:1200px){
    .slide-box img{
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%);
    }
    .sb-2 img{
        left: 50%;
        top: initial;
        bottom: 0%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width:1100px){
    #mainBox{
        width:90%;
        margin: 0 auto;
    }
    .mainBox-item h5{
        font-size: 26px;
        line-height: 36px;
    }
    .mainBox-item:nth-child(1) .item-product{
        margin-top:55px
    }
    .mainBox-item:nth-child(2) .item-product{
        margin-top:55px
    }
    .mainBox-item:nth-child(3) .item-product{
        margin-top:55px
    }
    .mainBox-item:nth-child(1) .item-name{
        width: 178px;
        height: 22px;
    }
    .mainBox-item:nth-child(2) .item-name{
        width: 212px;
        height: 22px;
    }
    .mainBox-item:nth-child(3) .item-name{
        width:215px;
        height: 22px;
    }
}
@media screen and (max-width:800px){
	.kv-slide{
		height: 820px;
	}
	.slide-box img{
		height: auto;
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		transform: translateX(0%);
	}
	.slide-box img.mb{display: block;}
	.info-left{
		position: absolute;
		width: 185px;
		height: 339px;
		background: url(../images/intro/m_redblock_left.png);
		left: 0;
		top: 0px;
		padding-top: 18px;
		padding-left: 20px;
	}
	.info-left img{
		width: 140px;
	}
	.info-right{
		position: absolute;
		width: 184px;
		height: 356px;
		background: url(../images/intro/m_redblock_right.png);
		right: 0;
		bottom: 0;
	}
	.pro1 img{width:141px; }
	.pro2 img{width:140px; }
	.pro3 img{width:134px; }

	.info-pro{
		width: 141px;
	    right: 78px;
	    margin-right: -70px;
	}
	.info-pro p{
		font-size: 15px;
		line-height: 20px;
	}
	.s2{
		padding:30px 55px;
	}
	.s2 dt,.s2 dd{
		font-size: 22px;
	}
	.s2 dd i{
		margin-top: 1em;
		text-align: center;
		font-size: 18px;
		padding-bottom: 1em;
		padding-right: 0px;
	}
	/* .s2 .content a{
		width: calc(100%);
		max-width: 100%;
		margin-bottom: 30px;
	} */
    #mainBox{
        width:100%;
        margin: 0 auto;
    }
    .mainBox-head h3,
    .mainBox-head h3 a,
    .film-title{
    font-size:32px;
    letter-spacing: 0;
    }
    .mainBox-head h3,
    .mainBox-head h3 a{
    line-height: 1.5em;
    }
    .film-title{
    line-height: 2.4em;
    }
    .mainBox-head h4{
        font-size:24px;
        letter-spacing: 0;
        line-height: 1.5em;
    }
    .mainBox-item h5{
        font-size: 20px;
        line-height: 30px;
    }
    .item-product{
        width: 80%;
        height: auto;
    }
    .mainBox-item:nth-child(1) .item-product{
        width: 70%;
        height: auto;
        margin-top: 50px;
    }
    .mainBox-item:nth-child(2) .item-product{
        margin-top:30px
    }
    .mainBox-item:nth-child(3) .item-product{
        width: 79%;
        height: auto;
        margin-top:30px
    }
    .mainBox-item:nth-child(1) .item-name{
        width: 129px;
        height: 16px;
    }
    .mainBox-item:nth-child(2) .item-name{
        width: 154px;
        height: 16px;
    }
    .mainBox-item:nth-child(3) .item-name{
        width:156px;
        height: 16px;
    }
}
@media screen and (max-width:650px){
    .mainBox-head h3,
    .mainBox-head h3 a,
    .film-title{
    font-size:25px;
    letter-spacing: 0;
    }
    .mainBox-head h3 a:hover{
        color: #fff
    }
    .mainBox-head h4{
        font-size:19px;
        letter-spacing: 0;
        line-height: 1.5em;
    }
    .mainBox-item{
        margin-top: 20px;
    }
    .mainBox-item h5{
        font-size: 15.5px;
        line-height: 26px;
    }
    .mainBox-item:nth-child(1) .item-product{
        width: 70%;
        height: auto;
        margin-top: 38px;
    }
    .mainBox-item:nth-child(2) .item-product{
        margin-top:25px
    }
    .mainBox-item:nth-child(3) .item-product{
        width: 79%;
        height: auto;
        margin-top:23px
    }
    .mainBox-item .item-name{
        margin: 15px auto 30px auto;
    }
    .mainBox-item:nth-child(1) .item-name{
        width: 105px;
        height: 13px;
        margin-top: 20px;
    }
    .mainBox-item:nth-child(2) .item-name{
        width: 125px;
        height: 13px;
    }
    .mainBox-item:nth-child(3) .item-name{
        width:127px;
        height: 13px;
    }
    .tv .box_yt{
        width: 90%;
        /* height: 315px; */
    }
}




/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /*display: none;*/
    float: left;
    outline: none;
    /*height: 47vw;*/
/*    width: 100%;
    height: 100%;*/
    min-height: 1px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    /*height: 100%;*/
    /*width: auto;*/
    /*display: block;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow {
    cursor: pointer;
/*    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    background-position: top;
    z-index: 1;
    text-indent: -9999px;
    border: 0px;*/
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    right: -10vw;
    top: calc(50% - 3vw);
    width: 5vw;
    height: 5vw;
    background: url(../images/mobile/slide_arrow.png) no-repeat;
    background-size: cover;
    outline: none;
    border:none;
    text-indent: -9999px;
    line-height: 0;
    transform: scaleX(-1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: absolute;
    z-index: 99;
}

.slick-next {
    left: -10vw;
    top: calc(50% - 3vw);
    width: 5vw;
    height: 5vw;
    max-width: 115px;
    max-height: 115px;
    background: url(../images/mobile/slide_arrow.png) no-repeat;
    background-size: cover;
    outline: none;
    border:none;
    text-indent: -9999px;
    line-height: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: absolute;
    z-index: 99;
}

.pink .slick-prev {
    background-image: url(../images/mobile/slide_arrow2.png);
}

.pink .slick-next {
    background-image: url(../images/mobile/slide_arrow2.png);
}


.slick-prev:hover{
    left:-8vw;
}
.slick-next:hover{
    right: -8vw;
}
.slick-disabled{
    opacity: 0;
}
ul.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    bottom:3vh;
    text-align: center;
}


ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius:50%;
    margin: 0 1vw 0 1vw;
    cursor: pointer;
    background: #FFFFFF;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    border:none;
    padding: 0px;
    cursor: pointer;
    opacity: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
}

.slick-dots li button:before {
    outline: none;
    /*width: 2.174vw;
    height: 2.174vw;*/
    width:14px;
    height: 14px;
    background: #FFFFFF;
    border-radius:50%;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
    content: ' ';
    text-align: center;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
}

.slick-dots li button:before{
    background: #df0615;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
}

li.slick-active,.slick-dots li.slick-active,li.slick-active{
    /*width: 30px;*/
    background: #df0615;
}


@media screen and (max-width:800px){
    ul.slick-dots li,ul.slick-dots li{
        position: relative;
        display: inline-block;
        width: 14px;
        height: 14px;
        opacity: 1;
        border-radius:50%;
        margin: 0 2.5vw;
        cursor: pointer;
        background: #FFFFFF;
    }


}
/* slider end */

/*2021 cny*/
.fixed-btn{
    top: 130px;
}
@media screen and (max-width:800px){

  .fixed-btn{
    top: initial;
    bottom: 0;
  }
  .fixed1{
    top: 700px;
  }
}