body{
	background-color: #82e7fb;
}
.header-top{
	display:flex;
	background-color: #82e7fb;
	color:#000;
	font-size:16px;
	padding:25px;
}
.header-top-logo{
	width:300px;
}
.item-content{
	width:100%;
}
.header-top-contact{
	display:flex;
	justify-content: flex-end;
}
.header-top-right{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.header-top-contact img{
	height:16px;
}
.header-top-contact a{
	text-decoration:none;
}
.header-top-contact>div{
	margin-right: 25px;
}

.price-head{
	font-size:36px;
	font-weight:bold;
	color:white;
	height:100px;
	background: linear-gradient(-45deg, rgb(251 224 153 / 73%), rgb(141 112 67)), url(/images/slider/3.jpg);
	padding-left:60px;
	padding-top:20px;
}

.price-body{
	width:calc(100% - 80px);
	box-shadow: 0 0 15px 5px #5fabba;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	padding:0 0 20px 0;
	background-color:#f2ecde;
}

.price-body table{	
	margin-left: auto;
	margin-right:auto;
	width:80%;
	font-size:24px;
}

.price-body table td:nth-child(2n){
	text-align:right;
}

.price-ttime{
	padding-top:20px;
	font-weight:bold;
}

.price-tb{
	padding-left:20px;
}



#djslider-loader112{
	width:100%;
	max-height:80vh;
}

@media (min-width: 1024px){
	.header-top-right{
		width:90%;
	}
}

/*Mobile*/

@media (max-width: 1023px){
	.header-top{
		display:flex;
	}
	.header-top-logo{
		width:100%;
	}
	.header-top,
	.header-top-contact{
		display:block;
		text-align:center;
	}	
	.header-top-logo{
		margin-bottom:25px;
	}
	.price-body{
		width:90%;
	}
	.price-body table{
		width:90%;
		font-size:16px;
	}
	.price-head{
		font-size:24px;
		height:80px;
	}
}