﻿@charset "utf-8";
/* CSS Document */
body {
    background:url(../images/01.jpg) no-repeat;
	background-size:100%;
	background-color:#a82222;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font:  "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
div, form, img, ul, ol, li, dl, dt, dd, p {
	margin:0;
	padding:0;
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
img, a img {
	border:0
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
a:focus {
	outline:none;
}
img, .nobor {
	border:0;
}
a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
a:active {
	color:#fff;
}



.container{
    min-width:320px;
}

.logo{ width:100%; }
.logo img { width:100%;}
.shuoming{ width:82%; background-color:rgba(105,9,11,0.5); margin:auto; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px; padding-bottom:20px; overflow:scroll;
}
.title1{ text-align:left; margin:23px 20px 15px 20px; color:#fff; font-weight:bold; font-size:16px;}

.shuoming p{ margin:0 20px; color:#FFFFFF; text-align:left; font-size:14px; line-height:18px;}
.button-1{
        width:82%;
	height:55px;
	margin:6% auto;
        border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	background: -webkit-linear-gradient(top, #fff, #cac8c9);
	background: -moz-linear-gradient(top, #fff, #cac8c9);
	background: -ms-linear-gradient(top, #fff, #cac8c9);
	background: -o-linear-gradient(top, #fff, #cac8c9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#cac8c9', GradientType='0');
	background: linear-gradient(top, #fff, #cac8c9);
	font-size:16px;
	color:#323232;
	line-height:55px;
	font-weight:bold;
	box-shadow: 0px 1px 1px #691415;
	-moz-box-shadow: 0px 1px 1px #691415;
	-webkit-box-shadow: 0px 1px 1px #691415;
	-o-box-shadow: 0px 1px 1px #691415;
	-ms-box-shadow: 0px 1px 1px #691415;
}
.load { width: 100%; height: 100%; position: fixed; top: 0; background-color: rgba(0,0,0,0.5); z-index:2e9; }