.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../img/left.png) center center no-repeat;
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/right.png) center center no-repeat;
	right: 10px;
	left: auto;
}

.dcms-mobile-menu {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	display: none;
}

.dcms-mobile-list>li {
	border-bottom: 1px solid #eee;
}

.dcms-mobile-list>li:last-child {
	border: none;
}

.dcms-mobile-list>li>a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 46px;
}

.dcms-mobile-list>li.selected>a {
	font-weight: bold;
	color: #000;
}


/* .......................................................................................... Mask .......................................................................................... */
.dcms-mask {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

/* .......................................................................................... Mask .......................................................................................... */

/* .......................................................................................... Action sheet .......................................................................................... */
.dcms-actionsheet {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	overflow: hidden;
	outline: 0;
	z-index: 1000;
	background: #fff;
	border-radius: 24px 24px 0 0;
}

.dcms-actionsheet-toggle {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.dcms-actionsheet-head {
	padding: 10px 20px;
}

.dcms-actionsheet-close {
	width: 30px;
	height: 30px;
}

.dcms-actionsheet-body {
	padding: 20px;
}

.dcms-actionsheet-search {
	padding: 5px;
	background: #eee;
	border-radius: 25px;
}

.dcms-actionsheet-icon {
	width: 40px;
	height: 40px;
}

/* .......................................................................................... Action sheet .......................................................................................... */
@media (max-width: 1200px) {
	.dcms-web-slide {
		display: none;
	}

	.dcms-web-banner-cell {
		height: 300px;
		background-size: 100% !important;
		background-position: center !important;
	}
}

@media (max-width: 960px) {
	.dcms-logo {
		max-width: 320px;
	}

	.dcms-search {
		display: none;
	}

	.dcms-web-nav {
		display: none;
	}

	.dcms-bg-img {
		height: 150px;
	}

	.dcms-web-sidebar {
		display: none;
	}

	.dcms-mobile-menu {
		display: inline;
	}

	.dcms-grids3 {
		grid-template-columns: 1fr;
	}

	.dcms-list-cover {
		display: none;
	}

	.dcms-footer-code {
		display: none;
	}
}

@media (max-width: 880px) {
	.dcms-web-banner-cell {
		height: 200px;
		background-size: 100% !important;
		background-position: center !important;
	}
}

@media (max-width: 750px) {
	.dcms-homecard-left {
		display: none;
	}

	.dcms-list-title {
		font-size: 18px;
	}

	.dcms-list-time {
		flex: 0 0 120px;
		width: 120px;
	}

	.dcms-time-day {
		font-size: 32px;
	}

	.dcms-article-view img {
		margin: 0 auto;
		display: block;
		width: 100%;
	}
	
	.dcms-web-time {
		margin-right: 10px;
		padding: 10px;
		flex: 0 0 80px;
	}
	
	.dcms-web-time-day {
		font-size: 24px;
	}
	
	.dcms-web-time-year {
		font-size: 12px;
	}
}

@media (max-width: 610px) {
	.dcms-web-banner-cell {
		height: 150px;
		background-size: 100% !important;
		background-position: center !important;
	}
}

@media (max-width: 450px) {
	.dcms-web-banner-cell {
		height: 110px;
		background-size: 100% !important;
		background-position: center !important;
	}
}

@media (max-width: 320px) {
	.dcms-bg-img {
		height: 100px;
	}

	.dcms-homelist-title {
		font-size: 18px;
	}

	.dcms-list-title {
		font-size: 16px;
	}

	.dcms-list-time {
		flex: 0 0 100px;
		width: 100px;
	}

	.dcms-time-day {
		font-size: 18px;
	}
}