.main {
	background-color: #eeeeee;
	width: 500px;
	height: 300px;
	margin: 20px auto;
	padding: 20px;
	overflow: hidden;
}

body {

}

.vs_mask {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/*background-color: rgba(0, 0, 0, .8);*/
	background-color: black;
}

.vs_close {
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.vs_close:hover,
.vs_close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.vs_model {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 800px;
}

.vs_model_head {
	font-size: 24px;
	padding-top: 15px;
	text-align: center;
}

.vs_item {
	display: none;
	overflow: hidden;
}

.vs_item_img {
	width: 100%;
	max-width: 800px;
}

.vs_item_desc {
	line-height: 30px;
	color: #fff;
}

.vs_item_desc p {
	padding: 5px 0;
	margin: 0;
}

.vs_prev,
.vs_next {
	cursor: pointer;
	position: absolute;
	top: 60%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99;
}
/* 瀹氫綅涓嬩竴椤垫寜閽埌鍙充晶 */

.vs_next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* 榧犳爣绉诲姩涓婂幓淇敼鑳屾櫙鑹蹭负榛戣壊 */

.vs_prev:hover,
.vs_next:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000;
}

.vs_tab {
	margin-top: 10px;
	text-align: center;
}

.vs_button {
	background: none;
	border: solid #fff 1px;
	border-radius: 25px;
	padding: 5px 15px;
	font-size: 14px;
	margin: 0 10px;
	color: #fff;
}

.vs_active,
.vs_button:hover {
	background-color: #fff;
	color: #000;
}

.button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	display: block;
	width: 100%;
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
	margin: 20px 0;
}

.bg_red {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.bg_blue {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}