@charset "utf-8";
/* CSS Document */
html,body{width:100%;height: 100%;}
body{margin:0; padding:0; font-size:100%; font-family:"Microsoft YaHei",\5b8b\4f53,Arial, Helvetica, sans-serif;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;}
img{border:0;}
ol,ul{list-style:none;}
a{text-decoration:none;outline:none;border:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
.fl{float: left;}
.fr{float: right;}
.clear:after{content: "";display: block;clear: both;}
.clear{zoom: 1;}

.exchange_weap {
	width: 750px;
	height: auto;
	position: relative;
	background: url(../images/exchange_bg.jpg) center top no-repeat;
}
.exchange_box {
	width: 750px;
	height: 1238px;
	position: relative;
	background: url(../images/exchange_bg.jpg) center top no-repeat;
	margin: 0 auto;
}
.exchange_title {
	width: 680px;
	height: 160px;
	position: absolute;
	background: url(../images/title_exchange.png) center top no-repeat;
	top: 112px;
	margin: 0 35px;
}
.exchange_content {
	width: 664px;
	height: 552px;
	position: absolute;
	background: url(../images/exchange_content_bg.png) center top no-repeat;
	top: 332px;
	margin: 0 43px;
}
.exchange_content ul {
	width: 520px;
	height: auto;
	position: relative;
	margin: 50px auto;
}
.exchange_content li {
	width: 100%;
	height: 75px;
	position: relative;
	display: inline-block;
	margin: 14px 0;
}
.exchange_content a {
	width: 396px;
	height: 107px;
	position: relative;
	display: block;
	background: url(../images/btn_exchange.png) center no-repeat;
	margin: 0 auto;
}
.select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 5%;
	border: 0px;
	font-family: "微軟正黑體";
	font-size: 30px;
	display: block;
	background: url(../images/icon_select.png) right top no-repeat;
}
.fill {
	width: 95%;
	height: 100%;
	position: relative;
	padding-left: 5%;
	border: 0px;
	vertical-align: middle;
	font-family: "微軟正黑體";
	font-size: 30px;
}
.exchange_notice {
	width: 600px;
	height: 220px;
	position: absolute;
	top: 986px;
	margin: 0 75px;
	color: #FFF;
	font-size: 26px;
	line-height: 1.5em;
	letter-spacing: 0px;
}
.exchange_notice ol {
	padding-left: 30px;
}
.exchange_notice li {
	padding-left: 5px;
}
/*底部copyRight*/
#footer {
	width: 100%;
	overflow: hidden;
}
.footer_wrap{ margin: 0 auto;width:750px;height: 230px;background: #fff; padding: 30px 0 0 0; letter-spacing:0.2px; font-family: 微軟正黑體;}
.footer_wrap.footer{width: 750px;height: 270px;margin: 0 auto;color: #000;}
.foot_link{ width: 600px; height:20px; line-height: 16px; color:#000; margin: 0 auto; display:block; font-size: 20px;}
.foot_link_wrap a{position:relative;float: left;color: #000; line-height: 20px;} 
.footer .link_wrap .foot_link .foot_link_wrap em{float: left;width:1px;height: 20px;background-color: #000;margin:0px 48px 0;} 
.foot_logo{float:left;display: block; width: 680px; height: 70px; margin: 5px 35px; background: url(../images/foot_logo.png) top center no-repeat;}
.foot_logo .foot_gb{float: left;display: block;width:24%;height:100%;}
.foot_logo .foot_zl{float: left;display: block;width:33%;height:100%;}
.foot_logo .foot_extreme{float: left;display: block;width:21%;height:100%;}
.foot_logo .foot_masaya{float: left;display: block;width:22%;height:100%;}
.footer .warning{float: left;margin-top: 10px; display: inline-block;margin: 0 auto;}
.warn_word{float: left; width: 680px;height: auto; background: url(../images/warning.jpg) no-repeat; background-size: 55px 55px; background-position:right bottom; margin: 0px 35px;}
.warn_word ul {width:600px; height: auto;line-height: 17px;}
.warn_word li { padding-left:8px;-webkit-text-size-adjust:none;-webkit-transform : scale(1); -o-transform : scale(1); font-size: 12px;}
.warn_word .icon_warn_word { background:url(../images/icon_warn_word.png) left no-repeat;}



.tips_pop{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}
.tips_pop .close{
	width: 90px;
	height: 90px;
	position: absolute;
	display: block;
	right: -33px;
	top: -34px;
	background: url(../../images/btn_close.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.tips_pop .tips{ /*訊息區塊*/
	position: absolute;
	background: url(../../images/tip_bg.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 343px;
	margin-left: -300px;
	margin-top: -171px;
	z-index: 10001;
}
.tips_pop .tip{
	width: 400px;
	height: 100px;
	position: absolute;
	left: 99px;
	top: 95px;
	text-align: center;
	color: #343332;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	font-family: 微軟正黑體;
}
.tips_pop .tip span{
	color: #c2496e;
}
.tips_pop .btn_check{
	width: 230px;
	height: 86px;
	position: absolute;
	background: url(../../images/btn_check.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 187px;
	top: 222px;
}

