@charset "utf-8";
/* Shandagame Club UI Base Style Sheet
 * Created: : 2009-10-22
 * Update: 2009-12-02
 * Copyright (c) 2009, shandagame Inc. 
 * 文件说明: 用户元件基础CSS
 */


/* 基础通用 */
body {
	background-color: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit
}
del, ins {
	text-decoration: none
}
li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: baseline
}
sub {
	vertical-align: baseline
}
legend {
	color: #000
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}
input, button, textarea, select {
	font-size: inherit;
*font-size:100%;
	font-family: inherit
}
address, cite, dfn, em, code, var, caption, th {
	font-style: normal;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
wbr:after {
	content: '\00200b'
}
/* 基础通用 */
.Clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}
.clearfix {
	display: inline-block
}
.clearfix:after {/*/*/
	content: "."; /* 兼容ie8 */
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
/* 内容 */

/* 首页 */
#wrapout {
	background: url(https://static.web.sdo.com/mxd/pic/mxd_act/v144_2/images/home_bg.jpg) no-repeat center top;
	width: 100%;
}
#wrap {
	width: 1200px;
	margin: 0 auto;
}
#wrapout_inner {
	background: url(https://static.web.sdo.com/mxd/pic/mxd_act/v144_2/images/inner_bg.jpg) no-repeat center top;
	width: 100%
}
#wrap_inner {
	width: 1200px;
	margin: 0 auto;
}

