<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ¸…é™¤æµ®åŠ¨ */
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
*{
    padding: 0;
    margin: 0;
    font-family:"Microsoft YaHei";
    outline: none;
    -moz-outline-style: none; 
}
a{
    text-decoration: none;
    cursor: pointer;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
html,body{
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    position: relative;
    overflow: hidden;
}
ul{
    list-style-type: none;
}
.nopointer{
    pointer-events: none;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
    margin: 0 auto;
	transform-origin: top center;
}

.pageDiv {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.page {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(104px,1068px,424px,853px);
    -webkit-transform: scale(1);
    opacity: 0;
    -webkit-transition: clip 1s, -webkit-transform 1s, opacity 0.1s;
}

.page.show {
	display: block;
	z-index: 1;
	clip: rect(0,100vw,100vh,0);
    -webkit-transform: scale(1);
    opacity: 1;
	
}
.page.out {
	pointer-events: none;
	clip: rect(0,100vw,100vh,0);
    -webkit-transform: scale(1.2);
    opacity: 0;
    
}
.page.on {
	display: block;
	z-index: 1;
    -webkit-transform: scale(1);
    opacity: 1;
    
}
.page0 {
	background: url(./img/bg0.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.page1{
	background: url(./img/bg1.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.page2{
	background: url(./img/bg2.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.page3 {
	background: url(./img/bg3.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.page4 {
	background: url(./img/bg4.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.page5 {
	background: url(./img/bg5.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*page0å†…å®¹*/

/*page0å†…å®¹*/


/*å¯¼èˆª*/
.nav_box{
	position: absolute;
	width: 960px;
	height: 320px;
	top: 50%;
	right: 0;
	z-index: 200;
	padding-left: 108px;
	overflow: hidden;
}
.nav_list {
	/*width: 960px;
	height: 320px;*/
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: flex-start;
	transition: all 1s;
}
.nav_list {
	/*transform: translateX(-235px);*/
}
.nav_list .card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	width: 215px;
	height: 320px;
	-webkit-flex-shrink: 0;
	left: -107px;
	margin-right: 20px;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
	-webkit-transition: -webkit-transform 1.5s, opacity .5s
}
.nav_list .card.out {
	transform: translate3d(-10575px, 0px, 0px) scale(1.5);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}
/*.nav_list .card.active {
	transform: translate3d(0px, 0px, 0px) scale(1);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}*/
.nav_list .card .new {
	position: absolute;
	width: 82px;
	height: 35px;
	background-image: url(./img/hot.png);
	top: 5px;
	left: 5px
}
.nav_list .card .hot {
	position: absolute;
	width: 82px;
	height: 35px;
	background-image: url(./img/hot.png);
	top: 5px;
	left: 5px
}
.nav_list .card.out {
	pointer-events: none
}
.nav_list .card .card_bg {
	position: absolute;
	width: 215px;
	height: 320px;
	top: 0;
	left: 0;
	object-fit: cover;
	pointer-events: none
}
/*å¯¼èˆªend*/
/*å·¦å³åˆ‡æ¢*/
.line_mc {
	position: absolute;
	width: 960px;
	height: 59px;
	top: 50%;
    margin-top: 330px;
	right: 0;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	z-index: 200;
}

.line_mc .line_bg {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .6);
	margin: 0 30px
}

.line_mc .line {
	position: absolute;
	-webkit-transition: width .5s;
	width: 100%;
	height: 1px;
	background-color: #fff;
	left: 0;
	top: 0
}

.line_mc .next_button {
	position: relative;
	cursor: pointer;
	-webkit-flex-shrink: 0;
	width: 59px;
	height: 59px;
	background-image: url(./img/next_button.png)
}

.line_mc .prev_button {
	position: relative;
	margin-left: -107px;
	cursor: pointer;
	-webkit-flex-shrink: 0;
	margin-right: 10px;
	width: 59px;
	height: 59px;
	background-image: url(./img/prev_button.png)
}

.line_mc .current_txt {
	position: relative;
	font-family: coca;
	-webkit-flex-shrink: 0;
	text-align: right;
	margin-right: 30px;
	color: #fff;
	font-size: 28px;
	line-height: 59px
}
/*å·¦å³åˆ‡æ¢end*/

</pre></body></html>