@charset "gb2312";
/*手机站公共样式*/
* {
    margin: 0;
    padding: 0;
}
body{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font: 16px/1.5 'XinGothic-SinaWeibo','Microsoft Yahei','helvetica','arial';
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
	padding-bottom:70px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size:18px
}
h2 {
	font-size:16px
}
h3 {
	font-size:14px
}
h4 {
	font-size:12px
}
form {
    display: inline;
}
ul, ol {
    list-style: none outside none;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: middle;
	
}
.info img {
	/*max-width:300px;*/
	height:auto;
	width:95%;
}
button, input, select, textarea {
    font-size: 100%;
    outline: medium none;
    vertical-align: middle;
}
textarea {
    resize: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-appearance: button;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mt50{ margin-top:50px !important;}