@charset "utf-8";
/* CSS Document */

/* ----------product title-------------- */

.title_bar_product {
	width: 100%;
	height: 55px;
	position: relative;
	margin: 0 auto;
	margin-top: 22px;
	background-color: #92c532;
	}
.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: 30px auto;
	}
.product_box {
	width: 980px;
	height: 390px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
	}
.product_info_box {
	width: 312px;
	height: 380px;
	position: relative;
	display: block;
	float: left;
	margin: 0px 6px;

}
.product_info {
	width: 306px;
	height: 365px;
	position: relative;
	display: block;
	
	border:#e6e6e6 4px solid; 
	border-radius: 25px;
	float: left;
	background-color: #e6e6e6;
	}
.product_fs {
	background: url(../images/product/product_306x365_FS.jpg) center top no-repeat;
	}
.product_ss {
	background: url(../images/product/product_306x365_SS.jpg) center top no-repeat;
	}
.product_mz {
	background: url(../images/product/product_306x365_MZ.jpg) center top no-repeat;
	}
.product_fs2 {
	background: url(../images/product/product_306x365_FS2.jpg) center top no-repeat;
	}
.product_cls {
	background: url(../images/product/product_306x365_CLS.jpg) center top no-repeat;
	}
.product_sg {
	background: url(../images/product/product_306x365_SG.jpg) center top no-repeat;
	}
.product_el {
	background: url(../images/product/product_306x365_EL.jpg) center top no-repeat;
	}
.product_gog {
	background: url(../images/product/product_306x365_GOG.jpg) center top no-repeat;
	}
.product_fw {
	background: url(../images/product/product_306x365_FW.jpg) center top no-repeat;
	}
.product_tdj {
	background: url(../images/product/product_306x365_TDJ.jpg) center top no-repeat;
	}
.product_mp {
	background: url(../images/product/product_306x365_MP.jpg) center top no-repeat;
	}
.product_kz {
	background: url(../images/product/product_306x365_KZ.jpg) center top no-repeat;
	}
.product_dc {
	background: url(../images/product/product_306x365_DC.jpg) center top no-repeat;
	}
.product_sod {
	background: url(../images/product/product_306x365_SOD.jpg) center top no-repeat;
	}
.product_dl {
	background: url(../images/product/product_306x365_dl.jpg) center top no-repeat;
	}
.product_coming_soon {
	background: url(../images/product/product_306x365_coming_soon.jpg) center top no-repeat;
	}
.product_name {
    width: auto;
    height: 35px;
    position: absolute;
    display: inline-block;
    top: 185px;
    left: 18px;
    font-size: 20px;
    color: #F00;
    font-weight: bold;
    line-height: 35px;
    text-shadow: -1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000,
	2px 2px 2px black;
}
.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;}
	
/*彈窗*/
/* ------------APK下載彈跳開始---------- */
#block {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: 1000;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	display: none;
}
*html #block {
	position: absolute;
}/*IE舊瀏覽器用，設定絕對定位*/

#fs_down_pop {/*訊息區塊*/
	width: 480px;
	height: 280px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -240px;
	margin-top: -140px;
	z-index: 1001;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 1px 1px 0px #3A2C41;
	background-color: rgba(255,255,255,0.9);
	display: none;
}

.msg_tt{
	width: 380px;
	height: auto;
	position: absolute;
	font-size: 16px;
	left: 49px;
	top: 20px;
	line-height: 2em;
	text-align: justify;
	text-justify:inter-ideograph;
}
.msg_tt span {
	font-size: 28px;
	color: #8f1538;}
.btn_close {
	width: 33px;
	height: 33px;
	position: absolute;
	display: block;
	right: 14px;
	top: 16px;
	font-size: 18px;
}
.btn_download {
	position: absolute;
	top: 212px;
	left: 50%;
	width: 150px;
	height: 35px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	background: #92c532;
	text-decoration: none;
	margin-left: -75px;
}
/* ------------APK下載彈跳結束---------- */

.down_pop{position: fixed;top: 0;left: 0; width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);z-index: 9999;display: none;}
.down_con{position: absolute;top: 50%;left: 50%; height: 240px;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);text-align: center; background: #fff;border-radius: 10px;box-shadow:2px 2px 1px #aca8ad;-webkit-box-shadow:2px 2px 1px #aca8ad;-moz-box-shadow:2px 2px 1px #aca8ad;  }
.down_pop .down_close{position: absolute;top: 9px;right: 9px;width: 34px;height: 31px;cursor:pointer;}
.down_pop .down_main{display: inline-block;padding: 32px 24px 0;}
.down_main .line{float: left;width: 2px;height: 180px; background-color: #000;margin-top: 9px;}
.down_main .item{float: left;width: 195px;border-right: 2px solid #000;}
.down_main .item:last-child{border-right:none;}
.down_main .item h5{height: 40px;line-height: 40px;font-size: 20px;}
.down_main .item img{}
.down_pop .down_info{margin-top: 6px;}
.down_info img{}
