.mpop-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	z-index: 9999;
	padding-top: 120px;
	display: none;
}

.mpop-container {
	max-width: 1200px;
	margin: 0 auto 60px;
}

.mpop-container .mpop-title {
	padding: 10px 50px;
}

.mpop-container .mpop-header {
	padding: 10px 50px;
	display: flex;
}

.mpop-header .mpop-today {
	flex: 1 1 0;
	align-items: center;
}

.mpop-header .mpop-close {
	text-align: right;
	flex: 0 0 100px;
	align-items: center;
}

.mpop-header .btn-close {
	color: #fff;
	border: 0 none;
	outline: 0;
	background: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.mpop-header .btn-close i {
	color: #d0d0d0;
}

.mpop-container .mpop-body {
	display: flex !important;
	flex-wrap: nowrap;
}

.mpop-body .mpop-prev {
	flex: 0 0 50px;
	align-self: center;
	align-items: center;
}

.mpop-body .mpop-rolling {
	flex: 1 1 0;
	align-self: center;
	align-items: center;
	
	padding: 0;
	border: 0 none;
	overflow: hidden;
	position: relative;
	/*height: 577px;*/
	/*width: 1000%;*/
}

.mpop-body .mpop-next {
	flex: 0 0 50px;
	align-self: center;
	align-items: center;
}

.mpop-rolling ul {
	position: relative;
	transition-duration: 0s;
	transform: translate3d(0px, 0px, 0px);
}

.mpop-rolling ul li {
	/*width: 366px;*/
	float: left;
	list-style: none;
	position: relative;
}

.mpop-rolling img {
	display: block;
	width: 100%;
	height: 100%;
	border: #d0d0d0 solid 1px;
}

.mpop-body .side-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.mpop-body .mpop-prev .side-btn {
	display: none;
	margin-left: 10px;
	transform: rotate(225deg);
}

.mpop-body .mpop-next .side-btn {
	display: none;
	margin-left: -10px;
	transform: rotate(45deg);
}

.mpop-container .mpop-foot {
	margin: 10px 50px;
}

.mpop-container .pagination {
	display: none;
	text-align: center;
}

.mpop-container .pagination li {
	display: inline-block;;
}

.mpop-container .pagination a {
	display: inline-block;
	border: 1px solid #565656;
	background: #000000;
	border-radius: 100px;
	height: 16px;
	width: 16px;
	text-indent: -9999em;
	margin: 0 7px
}

.mpop-container .pagination li.current a {
	background: #ffffff;
}

@media ( max-width: 767px ) {
	.mpop-wrap {
		padding: 20px 0 !important;
	}
	
	.mpop-container {
		width: 100% !important;
		margin: 0 auto !important;
	}
	
	.mpop-rolling {
		margin: 0 20px !important;
	}
	
	.mpop-body .mpop-prev {
		display: none !important;
	}
	
	.mpop-body .mpop-next {
		display: none !important;
	}
	
	.mpop-container .mpop-header {
		padding: 10px 20px !important;
	}
	
	.mpop-container .mpop-foot {
		margin: 10px 20px !important;
	}
	
	.mpop-container .mpop-title {
		padding: 5px 20px !important;
	}
	
}

@media ( max-width: 520px ) {
	.mpop-wrap {
		background-color: #ffffff !important;
		padding: 0px !important;
	}
	
	.mpop-rolling img {
		border: 0px !important;
	}
	
	.mpop-header {
		border-top: 1px solid #565656 !important;
	}
	
	.mpop-header .btn-close {
		font-size: 14px !important;
		color: #000000;
	}
	
	.mpop-header .btn-close i {
		color: #000000;
	}
	
	.mpop-container .mpop-title {
		font-size: 14px !important;
		color: #000000;
	}
	
	.mpop-container .pagination a {
		border: 1px solid #565656;
		background: #ffffff;
	}
	
	.mpop-container .pagination li.current a {
		background: #000000;
	}
}