.banner .row > div {
	padding: 0px;
}
.banner .row {
	margin: 0;
}
.banner .row {
	display: flex;
}
.pbanner {
	display: block;
	position: relative;
	height: 500px;
	margin-right: 1px;
    margin-bottom: 1px;
    cursor: pointer;
}
.pb_title {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(to bottom, rgba(250,194,22,0) 0%,rgba(0,0,0,0.65) 100%);
	padding: 20px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
    display: flex;
    align-items: flex-end;
}
.banner .col-md-12 {
	width: 100%;
}
.col-md-12 .pbanner,
.col-md-12 .pbanner img {
	max-height: 400px;
}
.col-md-5 .pbanner,
.col-md-5 .pbanner img,
.col-md-6 .pbanner,
.col-md-6 .pbanner img {
	max-height: 250px;
}
.pbanner img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.pbanner .pb_store {
	position: absolute;
	right: 10px;
	top: 10px;
}
.pbanner .pb_store img {
	background: #eee;
	width: 40px;
	height: 40px;
	border-radius: 80px;
	object-fit: contain;
}

.stores {
	display: flex;
}
.store_item {
	display: inline-block;
	text-align: center;
	margin: 0px 20px;
}
.store_item img {
	width: 81px;
	height: 81px;
	object-fit: contain;
	background: #f2f2f2;
    border-radius: 80px;
}
.store_item span {
	padding-top: 10px;
	display: block;
}
.s_title {
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 600;
	color: #888;
}
.d_item {
	background: #fff;
	border: 1px solid #ddd;
	width: 30.333%;
	margin: 20px 1.5%;
	position: relative;
	border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.d_item > img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.d_cont {
	padding: 16px;
	line-height: 1.5;
    display: flex;
    flex-direction: column;
    height: calc(100% - 280px);
}
.d_title {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
}
.d_category {
	color: #fff;
	border-radius: 4px;
	background: #b938c8;
	padding: 3px 8px;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.d_date {
	color: #888;
	padding-top: 10px;
	margin-top: auto;
}
.d_store {
	position: absolute;
	width: 100%;
	padding: 10px;
	padding-top: 20px;
	top: 229px;
	background: linear-gradient(to bottom, rgba(250,194,22,0) 0%,rgba(0,0,0,0.65) 100%);
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.d_store > img {
	display: inline-block !important;
	width: 22px !important;
	height: 22px;
	background: #f2f2f2;
	border-radius: 20px;
	margin-right: 10px;
}
.list {
	display: flex;
	flex-wrap: wrap;
	min-height: 300px;
}
.page_banner {
    background: #b938c8 !important;
	background-size: cover;
	height: 160px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_banner_title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.page_banner_title i {
	width: 80px;
	height: 80px;
	background: #eee;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	margin-right: 20px;
	font-size: 32px;
}
.page_banner_title img {
	margin-right: 20px;
	width: 81px;
	height: 81px;
	background: #f2f2f2;
	object-fit: contain;
	border-radius: 80px;
}
a.bt {
	color: #fff;
}
.dempty {
	text-align: center;
	color: #888;
	font-size: 18px;
	margin: auto;
}
.dempty img {
	height: 220px;
	opacity: 0.7;
}
.dempty div {
	padding-top: 10px;
}

.home_loading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	background: rgba(255,255,255,1);
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	/*display: none;*/
}
.loading_progress {
	text-align: center;
	font-size: 20px;
	height: 3px;
	border-radius: 5px;
	width: 150px;
    background: #ddd;
    margin: auto;
    overflow: hidden;
}
.loading_progress span {
	display: block;
	height: 100%;
	width: 0%;
    background: #b938c8;
}
.home_loading_cont {
	padding: 20px;
}
.home_loading_cont img {
	max-height: 100%;
	max-width: 100%;
}
.owl-item .d_item {
	width: calc(100% - 20px);
	height: 100%;
    margin: 0px 10px;
}
.owl-carousel .owl-stage {
	display: flex;
}
.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 43%;
    left: 0%;
    z-index: 99;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
}
.owl-carousel .owl-nav button {
    background: rgba(255,255,255,0.8) !important;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd !important;
}
.owl-carousel .owl-nav button:hover {
    background: rgba(185,56,200,0.8) !important;
    color: #fff;
    border-color: rgba(185,56,200,1) !important;
}

@media (max-width: 1199px) {
	.nav_logo span {
		display: none;
	}
}
@media (max-width: 991px) {
	.nav_item {
		margin-left: 24px;
	}
	.d_item {
		width: 47%;
	}
}