product_ss@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: Arial, "微軟正黑體", Verdana, Helvetica, SansSerif;
	background-color: aqua;
	background-image:url("../images/bg_pc.jpg")
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}
a{text-decoration: none;}
/* ----------top--------------- */
#top {
	width:100%;
	height:103px;
	position:relative;
	color:#FFF;
	 
}
#top_bar {
	width: 1050px;
	height: 103px;
	position: absolute;
	margin-top: 0px;
	margin-left: -490px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 50%;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}	
	
#top_logo {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/top_logo.png);
}	
	
#menu_bar {
	width: 410px;
	height: 103px;
	left: 580px;
	top: 0px;
	position: absolute;
	
}	

#menu_hover {
	
	width:100px;
	height:103px;
	position:absolute;
	background-color:#fa8b51;
	z-index:99;
	display: none;
	
}

#menu_bar ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:103px;
	padding-top:0px;
	background-position: left bottom;
}
#menu_bar li {
	float:left;
}
#menu_bar li.active {
    background-color: #fa8b51;
}
#menu_bar li.active a{
	color: #fff!important;
}
#menu_bar li a {
	position: relative;
	z-index: 100;
	display: block;
	width: 100px;
	height: 103px;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
	color: #000; 
	font-weight: bold;
	font-size: 15px;
}
#menu_bar li a:hover {
	color:#9CF;
}


 
.showbox {
	height: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.showbox li a {
	display: block;
	height: 300px;
	left: 230px;
}
.link {
	position: absolute;
	light: 0;
}
 
.game_wrap{
	width: 100%;
	padding: 31px 0 27px 0;
	background-color: #303030;
	text-align: center;
}
.game_show{
	position: relative;
	display: inline-block;
	width: 1050px;
}
.game_list{
	height: 178px;
}
.game_show .swiper-button-prev,
.game_show .swiper-button-next{
	top: 1px;
	width: 53px;
	height: 176px;
	margin: 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
  outline: none;
}
.game_show .swiper-button-prev{
	left: -53px;
	background-image: url(../images/btn_left.jpg);
}
.game_show .swiper-button-next{
	right: -53px;
	background-image: url(../images/btn_right.jpg);
}
.game_list li{
	float: left;
	width: 328px;
	height: 178px;
	border: 1px solid #000;
	margin-left: 4px;
}
.game_list li:first-child{
	margin-left: 0;
}
.game_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.game_list li a img{
	width: 100%;
	height: 100%;
}


.agree-wrap{
	width: 100%;
	padding-top: 18px;
	background-color: #f6f6f6;
}
.agree{
	width: 908px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px 25px;
}
.agree-tit{
	height: 94px;
	line-height: 94px;
	font-size: 24px;
	text-align: center;
}
.agree h5,
.agree p{
	text-indent: 28px;
	word-break: break-all;
	line-height: 24px;
	font-size: 14px;
	padding-bottom: 30px;
}

.agree p a{
	color: #2d93da;
}
.agree p span{
	display:block;
	padding-left: 28px;
	padding-top:10px;
	text-indent: 0px;
}

.agree p em{
	display:block;
	padding-left: 28px;
	text-indent: 0px;
	font-style: normal;
}

.file-wrap{
	position: relative;
	float: left;
}
.file-wrap a{
	float: left;
}
.file-wrap .file-upload{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 22px;
	opacity: 0;
	margin: 0;
	cursor: pointer;
}
.file-upload-button{
	display: none;
}
.file-wrap .del-file{
	float: left;
	width: 80px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #427385;
	text-align: center;
	cursor: pointer;
}
.file_name{
	float: left;
	width: 200px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #427385;
	text-align: center;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	overflow: hidden;
}



.title_bar_product {
	width: 100%;
	height: 55px;
	position: relative;
	margin: 0 auto;
 
	background-color: #fa8b51;
	}
.title_product {
	width: 980px;
	height: 100%;
	position: relative;
	margin-left: -490px;
	margin-right: 0px;
	left: 50%;
	}
/* -product content- */
.product {
	width: 100%;
	height: auto;
	position:relative;
	margin: 10px auto 0 auto;
	}
.product_box_DJ {
	width: 980px;
	height: 2480px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
	}

.product_box {
	width: 980px;
	height: 1880px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
	}
.product_info_box {
	width: 980px;
	height: 380px;
	position: relative;
	display: block;
	float: left;
	margin: 0px 6px;

}
.product_info {
	width: 980px;
	height: 1855px;
	position: relative;
	display: block;
	
	border:#e6e6e6 4px solid; 
	border-radius: 25px;
	float: left;
	background-color: #e6e6e6;
	}

.product_info_DJ {
	width: 980px;
	height: 2355px;
	position: relative;
	display: block;
	
	border:#e6e6e6 4px solid; 
	border-radius: 25px;
	float: left;
	background-color: #e6e6e6;
	}
.product_ss {
	background: url( "../images/product_Q.jpg") center top no-repeat;
	}
.product_sscz {
	background: url( "../images/product_CZ.jpg") center top no-repeat;
	}
.product_ssdj {
	background: url( "../images/product_DJ.jpg") center top no-repeat;
	}

.product_name {
	width: auto;
	height: 35px;
	position: absolute;
	display: inline-block;
	top: 185px;
	left: 16px;
	font-size: 26px;
	color: #F00;
	font-weight: bold;
	line-height: 35px;
	text-shadow: 0 0 0.2em #000;
}
.product_download_box {
	width: 140px;
	height: 100px;
	position: absolute;
	display: block;
	top: 230px;
	bottom: 0px;
	left: 16px;
	z-index: 100;
}
.btn_product,
.fs_product {
	width: 100%;
	height: 25px;
	position: relative;
	display: inline-block;
	border:#92c532 2px solid;
	border-radius: 25px;
	color: #92c532;
	font-size: 15px;
	text-indent: 40px;
	line-height: 25px;
	margin-top: 3px;
}
.icon_product_apk {
	background: url(../images/icon_download_apk.png) no-repeat;
	background-size: 25px;
	background-position: 10px ;
	background-color: #000;}
.icon_product_google {
	background: url(../images/icon_download_google.png) no-repeat;
	background-size: 25px;
	background-position: 10px ;
	background-color: #000;}
.icon_product_appstore {
	background: url(../images/icon_download_appstore.png) no-repeat;
	background-size: 25px;
	background-position: 10px ;
	background-color: #000;}
.icon_product_pc {
	background: url(../images/icon_download_pc.png) no-repeat;
	background-size: 25px;
	background-position: 10px ;
	background-color: #000;}

.btn_gift_more {
	width: 300px;
	height: 60px;
	position: relative;
	display: block;
	margin: 20px auto;
	background-color: #92c532;
	font-size: 30px;
	font-weight: bold ;
	color: #FFF;
	text-align: center;
	line-height: 60px;
	z-index: 50;}
	
 


.footer {
	width: 100%;
	height: 130px;
	position: relative;
	background-color: #1e1e1e;
	float: left;
}
.cr {
	width: 840px;
	height: 100px;
	margin-left: -400px;
	margin-right: 0px;
	left: 50%;
	position: absolute;
	top: 10px;
	background: url(../images/cr.png) no-repeat;
}
.footer_link {
    width: 330px;
    height: 18px;
    line-height: 18px;
    display: block;
    position: absolute;
    left: 329px;
    top: 55px;
    color: #CCC;
    font-size: smaller;
    font-weight: bolder;
}
.footer_link a {
	color: #CCC; 
}
.footer_link a:hover {
	color: #FFF;
}
.copyright {
    width: 385px;
    height: 36px;
    position: absolute;
    top: 16px;
    left: 329px;
    color: #CCC;
    font-size: smaller;
    line-height: 18px;
    font-weight: bolder;
}

#about {width: 1200px; margin:20px auto}
