﻿@charset "utf-8";
/*reset-start*/
*{ margin: 0; padding: 0;}
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; font-family:"微软雅黑",arial,verdana,sans-serif;}
caption,th { }
q:before,q:after { content: ''; }
a { text-decoration: none; }
html{ height:100%;}
body {
	font-size: 14px;
	font-family:"微软雅黑",arial,verdana,sans-serif;
	line-height: 20px;
	color: #666;
	-webkit-text-size-adjust:none;
	background:#000 url(../img/bg.jpg) no-repeat 0 0;
	background-size:100%;
	height:100%;
	}
/*链接*/	
a:link,a:visited{ color:#333; text-decoration:underline;}
a:hover,a:active{ color:#c00;}

/*主要宽度*/
.Clr{ clear:both;}
.Acol{ float:right; width:600px;}

/*公用模块*/	

.MethodsBox{ height:100%; background:#fff;}
	.MethodsBox h2{ padding:7% 0; text-align:center;}

.Methods{ overflow:hidden; _zoom:1;}	
	.Methods h3{ text-align:center;}
	.Methods ul{ overflow:hidden; zoom:1; list-style:none; font-size:12px; background:#eee;}
	.Methods ul li{ display:block; float: left; width:150px; height:50px; font-size:16px; line-height:50px; cursor:pointer; text-align:center; border-top:1px solid #eee;}
	.Methods ul li span{}
	.Methods ul li.current{ background:#fff; border-top:1px solid #c00;}
	#main_Methods{ overflow:hidden; zoom:1;}
		#main_Methods dl{ overflow:hidden; _zoom:1; padding:30px 50px; font-size:14px; background:#fff;}
		#main_Methods dl a{ font-weight:bold; padding:0 5px;}
		#main_Methods dl strong{ color:#c00; padding:0 5px;}

		.DeliveryForm{ padding:30px 30px;}	
		.DeliveryForm .Input{ width:100%; height:20px; padding:10px 0; border:none; background:#f1f1f1; text-align:center; font-size:18px; border-radius:5px; color:#999;}
		.DeliveryForm .Code{ width:27%; height:40px; margin-right:3%;}
		.DeliveryForm .InputCode{ width:70%; height:20px; padding:10px 0; border:none; background:#f1f1f1; text-align:center; font-size:18px; border-radius:5px; color:#999;}
		.DeliveryForm .Btn{ width:100%; height:40px; line-height:40px; border:none; background:#ffe037; font-size:20px; border-radius:5px;}
		.DeliveryForm table tr th{ padding:10px 0;}
		.DeliveryForm table tr td{ padding:0 0 10px;}
		.DeliveryForm h5{ text-align:center;}
	

		.Notice{}
		.Notice p{ border-bottom:1px solid #999; padding-bottom:10px; margin-bottom:10px;}

		.MethodsList{ position:relative;}
		.MethodsList ul{ list-style:none;}
		.MethodsList ul li{ padding-left:90px; height:60px; padding-bottom:20px;}
		.MethodsList ul li.A1{ background:url(../Img/MethodsIconM1.png) no-repeat 0 0;}
		.MethodsList ul li.A2{ background:url(../Img/MethodsIconM2.png) no-repeat 0 0;}
		.MethodsList ul li.A3{ background:url(../Img/MethodsIconM3.png) no-repeat 0 0;}
		.MethodsList ul li.A4{ background:url(../Img/MethodsIconM4.png) no-repeat 0 0;}
		.MethodsList ul li.A5{ background:url(../Img/MethodsIconM5.png) no-repeat 0 0;}

		.Language{ display:none; position:absolute; right:90px; bottom:0px;}
		.Language img{ width:150px; height:150px; border:2px solid #000; padding:1px;}

		.PlatformList{}
		.PlatformList h3{ padding:0 5px 20px; font-size:14px; border-bottom:1px solid #eee; margin-bottom:20px;}
		.PlatformList ul{ list-style:none; margin:0 -25px; padding:0;}
		.PlatformList ul li{ float:left; width:225px; padding:0 25px 20px;}
		.PlatformList ul li a{ display:block; line-height:40px; text-align:center;}
		.PlatformList ul li a img{ width:219px; border:3px solid #eee; border-radius:5px;}