* {
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

div,
img {
	margin: 0;
	padding: 0;
}


/*主体框架*/

#inner-content {
	max-width: 640px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: linear-gradient(#f3f3f3, #efefef);
	position: relative;
	overflow: hidden;
}


/*主体框架*/


/*头部标语*/
.innerTop{
	max-width: 640px;
	width: 100%;
	height: 70px;
	background: url(../images/indexword/wordTop.png) top no-repeat;
	background-size: 100%;
	position: relative;
	top: 10px;
}
/*头部标语*/

/*页面底部*/

.innerBottom {
	max-width: 640px;
	width: 100%;
	height: 120px;
	background: url(../images/innerpage/bottomBg.png) bottom no-repeat;
	background-size: 100%;
	position: relative;
	bottom: -25px;
	opacity: 0.7;
}

/*页面底部*/

/*中间部分*/
.middlePart{
	max-width: 640px;
	width: 100%;
	height: auto;
	position: relative;
	top: 20px;
}

.swiper-container{
	border: 5px solid #fff;
	border-radius: 5px;
	width: 90%;
	height: 200px;
}

.swiper-width a{
	width: inherit;
	height: inherit;
}

.swiper-width a img{
	width: inherit;
	height: inherit;
}
/*中间部分*/

/*版权*/
.copyBq {
	max-width: 640px;
	width: 100%;
	height: 120px;
	line-height: 120px;
	position: absolute;
	bottom: 0;
}

.copyBq p {
	width: 100%;
	height: 20px;
	font-size: 10px;
	text-align: center;
}


/*版权*/

/*弹出层*/

.voteFrame {
	max-width: 640px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
}

.gridContainer {
	margin: 0 auto;
	clear: none;
	float: none;
	display: inline-block;
	position: relative;
}

#div1 .go {
	position: relative;
	padding: 10px 30px;
	margin: 0 5px;
	color: rgb(195, 13, 35);
	background: linear-gradient(#fff,#efefef);
	border-radius: 5px;
	font-size: 1em;
	font-weight: 900;
	letter-spacing: 2px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #ccc;
}

.clearfix {
	*zoom: 1;
}


.sweet-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 1000;
}

.sweet-alert {
	background-color: white;
	font-family: 'Microsoft Yahei';
	width: 478px;
	padding: 17px;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	display: none;
	z-index: 9999;
}

@media all and (max-width: 540px) {
	.sweet-alert {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		left: 15px;
		right: 15px;
	}
}

.sweet-alert h2 {
	color: #575757;
	/*font-size: 30px;*/
	font-size: 1.5em;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
}

.sweet-alert p {
	color: #797979;
	font-size: 16px;
	text-align: left;
	font-weight: 300;
	position: relative;
	margin: 0;
	line-height: normal;
}

.sweet-alert button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(195, 13, 35) !important;
	color: white;
	border: none;
	box-shadow: none;
	font-size: 17px;
	font-weight: 500;
	border-radius: 5px;
	padding: 10px 32px;
	margin: 26px 5px 0 5px;
	cursor: pointer;
}

.showSweetAlert {
	-webkit-animation: showSweetAlert 0.3s;
	-moz-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
	-webkit-animation: hideSweetAlert 0.2s;
	-moz-animation: hideSweetAlert 0.2s;
	animation: hideSweetAlert 0.2s;
}
/*弹出层*/