<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 0_Reset
-------------------------------------------------------------------*/
*{margin:0;padding:0;} ol, ul{list-style:none;} a img{border:none;}
body{
	line-height:normal;
	color:#333;
	font:400 12px "Microsoft YaHei", "SimSun", Arial, Tahoma, Simsun;
	/*line-height:150%;*/
	background:#000;
}
#wapper{
	display:none;
	background-color:#000;
}
#header{
    position: relative;
}
/* 1_Class
-------------------------------------------------------------------*/
.float-left   {float:left;}
.float-right  {float:right;}
.text-left    {text-align:left;}
.text-right   {text-align:right;}
.text-center  {text-align:center;}
.no-margin    {margin:0;}
.no-padding   {padding:0;}
.hide         {display:none !important;}
.clear        {clear:both;}
.box_img img{display:block;}
/*clearfix*/
.clearFF:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFF {
	display: inline-table;
	min-height: 1%;
}
/*Hides from MacIE \*/
* html .clearFF {height: 1%;}
.clearFF {display: block;}
/* 2_Link
-------------------------------------------------------------------*/
a:link    {color:#83705e; text-decoration:underline;}
a:visited {color:#83705e; text-decoration:none;}
a:hover   {color:#83705e; text-decoration:none;}
a:active  {color:#83705e; text-decoration:none;}

#loading{
	display:block;
	background:#FFF url(../images/loading_bg.gif) no-repeat center top;
}
.load_main{
	position:relative;
	background-size:cover;
	min-height:780px;
}
.load_text{
	position:absolute;
	left:0px;
	top:649px;
	width:100%;
	font-size:18px;
	color:#ff0000;
	text-align:center;
}
.load_text #loading_text{
	font-size:24px;
}
.load_main img.bg {
	position:absolute;
	top: 0;
    left:0;
	width:100%;
	height:100%;
}
.load_line{
	position:absolute;
	left:319px;
	top:692px;
	width:600px;
	height:6px;
	background:#000;
}
.load_line span{
	display:block;
	text-indent:-9999px;
	width:0px;
	height:6px;
	background:#ff0000;
}

/*ipad bug 0913*/
.load_main{
	width:auto;
}
.load_line {
	width:600px;
	left:50%;
	margin-left:-300px;
}
.load_main img.weichat {
    position: fixed;
	right: 150px;
    bottom:100px;
}

.header,
.overall_view,
.color_selection,
.download,
.specifications,
.event,
footer{
	position: relative;
	margin: auto;
	width: 1280px;height: 760px;
}
.header img{ 
	width: 100%
}

nav{
	position: absolute;
	bottom: 0;
	transform: translateY(50%);
	z-index: 9000;
}
nav a{
	position: absolute;
    top: 14px; left: 140px;
    width: 209px;  height: 54px;
    background-color: rgba(0,0,0,0)
}
nav a.nav_color_selection{
	left: 349px;
    width: 195px;
}
nav a.nav_download{
	left: 544px;
    width: 195px;
}
nav a.nav_specifications{
	left: 739px;
    width: 193px;
}
nav a.nav_event{
	left: 932px;
    width: 195px;
} 

footer{
	height: 40px;
	color: #fff;
	text-align: center; 
}
footer address{
	line-height: 40px;
    font-style: normal;font-size: 12px;
}

.overall_view{
	height: 880px;
}
.threesixty{
	position: absolute;
	left: 0;top: 0;
	/* z-index: 8000; */
}
.rollerblade-img{
	cursor: move;
}
.swiper-container {
	position: absolute;
	z-index: 2000;
    width: 828px;  height: 91px;
    bottom: 0;left: 50%;
    transform: translate(-50%, -88%);
    /* padding: 0 70px; */
}  
.swiper-slide{
	width: 112px; height: 91px;
	cursor: pointer;
}
.swiper-slide img{
	position: absolute;
}
.swiper-slide .highlighted,
.swiper-slide.highlight .none-highlight{
	display: none
}
.swiper-slide .none-highlight,
.swiper-slide.highlight .highlighted{
	display: block
}
.button-prev,.button-next{
	position: absolute;
    bottom: 9%;
	cursor: pointer;
}
.button-prev{
	left: 12%;
}
.button-next{
	right: 12%;
}


.color_selection{
	height: 906px;
	overflow: hidden;
}
.color_selection ul {
	position: absolute;
	left: 151px; top: 80px;
	font-size: 0;
}
.color_selection ul li{
	height: 380px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	cursor: pointer;
}
.color_selection ul li img{
	display: none;
	position: absolute;
	left: 0;top: 0;
}
.color_selection .normal{
	display: block;
}
.color_selection ul li:hover .normal{
	display: none
}
.color_selection ul li:hover .highlighted{
	display: block
}
.color_selection ul li:hover article{
	display: block
}
.color_selection ul li article{
	color: #fff;
	position: absolute;
	display: none;
}
.color_selection .color_selection_1{
	width: 304px; 
}
.color_selection ul li.color_selection_1 article{
	top: 393px;left: 7px;
	width: 248px;
}
.color_selection .color_selection_2{
	width: 305px; 
}
.color_selection ul li.color_selection_2 article{
	top: 393px;left: 8px;
	width: 305px;
}
.color_selection .color_selection_3{
	width: 335px; 
}
.color_selection ul li.color_selection_3 article{
	top: 393px;left: 7px;
	width: 248px;
}
.color_selection .color_selection_4{
	width: 315px; 
}
.color_selection ul li.color_selection_4 article{
	top: 315px;left: -16px;
	width: 248px;
}

.download{
	height: 596px;
}
.download ul{ 
	position: absolute;
	left: 50%; top: 139px; 
	transform: translateX(-49%);
	width: 97%; /* height: 528px; */
}
.download ul li{
	position: relative;
	display: inline-block;
	font-size: 0;
	width: 49%; /* height: 528px; */
}
.download ul li a{
	display: inline-block;
	font-size: 0;
}
.download ul li img{
	width: 100%;
}
.download ul li .download_picture{
	position: absolute;
	left: 0.6%; top: 0.7%;
	width: 97.5%;
}
.download ul li .download_picture_btn{
	position: absolute;
	width: 10%;
	left: 50%; bottom: 60px;
	transform: translateX(-50%);
	z-index: 1;
}


.specifications{
	height: 700px;
	overflow: hidden;
}

.specifications .picture{
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(-50%, -42%)
}

.event{
	height: 760px;
}
</pre></body></html>