a:hover{
    color: #FD96A0;
}

.enter-swiper {
	margin: 25px auto 0;
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}


#enter img {
	width: 198px;
	height: 198px;
	object-fit: cover;
}

#enter a:before {
	border: 0;
	/* -webkit-transition: all .3s; */
	/* transition: all .3s; */
}

.swiper-slide {
	margin-bottom: 10px;
}









#enter a {
	/* transition: all 1s ease 0s; */
	box-shadow: 0px 7px 20px 5px rgba(90, 54, 55, 0.08);
}

#enter a:hover {
	/* border: 2px solid rgba(151, 121, 122, 0.22); */
	box-shadow: 0px 7px 20px 9px rgba(159, 24, 28, 0.13);
}

#party a:hover {
	box-shadow: 0px 8px 23px 1px rgba(70, 36, 23, 0.19);
}



#enter .swiper-container {
	padding: 0 20px 60px;
	margin: 0 -20px;
}





#party .swiper-container {
	padding: 0 23px 40px;
	margin: 0 -23px;
}

#party a:hover *{
	color: #C98829;
}

#party a:hover>div .tit,
#enter a:hover>div .tit {
	color: #C98829;
	font-weight: bold;
}

.enter-swiper .tit {
	font-size: 18px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333333;
	margin-top: 30px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.enter-swiper .info {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666666;
	/* width: 70%; */
	line-height: 37px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 35px;
}

.enter-swiper .date {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 37px;

}

.enter-swiper .swiper-button-prev {
	left: -86px;
}

.enter-swiper .swiper-button-next {
	right: -86px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	    pointer-events: auto !important;
	
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	box-shadow: 0px 8px 23px 1px rgba(70, 36, 23, 0.19);
}
.enter-swiper .swiper-button-prev{
	width: 40px;
	height: 50px;
	background-image: url('../img/icon-left.png');
}
.enter-swiper .swiper-button-next {
	background-image: url('../img/icon-right.png');
	width: 40px;
	height: 50px;
	/* border: 1px solid #dadada;
	background: transparent;
	background: #fff; */
}

.enter-swiper .swiper-button-prev:after {
	width: 40px;
	height: 50px;
	content: '';
	/* font-family: 'iconfont'; */
	background-image: url('../img/icon-left.png');
	/* font-size: 20px;
	color: #C98829; */
}

.enter-swiper .swiper-button-next:after {
	width: 40px;
	height: 50px;
	content: '';
	/* font-family: 'iconfont'; */
	background-image: url('../img/icon-right.png');
	/* font-size: 20px;
	color: #C98829; */
}

.enter-swiper .swiper-button-prev.swiper-button-disabled,
.enter-swiper .swiper-button-next.swiper-button-disabled {
	opacity: .8;
}

.enter-swiper .swiper-button-prev.swiper-button-disabled:after,
.enter-swiper .swiper-button-next.swiper-button-disabled:after {
	/* color: #dadada; */
}




@media screen and (max-width: 1600px) {
	
	/* .enter-swiper {
		padding: 0 80px;
	}

	.enter-swiper .swiper-button-prev {
		left: 10px;
	}

	.enter-swiper .swiper-button-next {
		right: 10px;
	} */
}


@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1180px) {
	
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	
}
body {
	font-family: Source Han Sans CN;
}

.tmall-search {
	width: 199px;
	height: 35px;
	padding-left: 10px;
	padding-right: 60px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #DFDFDF;
	/* z-index: 8; */
}

.tmall-search-btn {
	width: 71px;
	height: 51px;
	line-height: 51px;
	background: #EEEEEE;
	border-radius: 0px 24px 26px 0px;
	border: 1px solid #DFDFDF;
	margin-left: -60px;
	z-index: 10;
}

.tmall-search-btn-text {
	width: 32px;
	height: 16px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.tmall-lm {
	width: 216px;
	background: #FFE1E4;
	padding-top: 36px;
	padding-bottom: 36px;
}

.tmall-lm-img {
	width: 60px;
	height: 60px;
}

.tmall-lm-title {
	display: flex;
	justify-content: center;
	padding: 15px 0px 15px 0px;
	height: 18px;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
}

.tmall-index-new-title {
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.tmall-index-new-time {
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.tmall-index-new-tab {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-weight: 500;
	font-size: 24px;
	color: #EA2127;
	text-align: center;
}

.tmall-index-new-tab-active {
	background: #EA2127;
	color: #FFFFFF;
}

.tmall-djgz-title {
	font-weight: normal;
	font-size: 22px;
	color: #333333;
	line-height: 39px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.tmall-djgz-more {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.tmall-fybj-title {
	width: 240px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #FD96A0;
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	text-align: center;
	font-style: normal;
	text-transform: none;
	box-shadow: 0px 0px 3px 2px rgba(204, 96, 107, 0.1);
}

.tmall-fybj-title:hover{
	background: #FD96A0;
	font-weight: bold;
}
.tmall-fybj-title:hover a{
	color: #ffffff;
}

.tmall-yqlj-title {
	width: 216px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #EA2127;
	border-radius: 8px;

	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.tmall-yydz {
	height: 46px;
	font-weight: 500;
	line-height: 46px;
	font-size: 16px;
	color: #FFFFFF;
}

.tmall-lable-jzlc {
	font-weight: normal;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 70px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 88;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: #FFFFFF;
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #A67749;
}

.tmall-swiper-tip {
	width: 600px;
	height: 75px;
	background: #000000;
	/* opacity: 0.6; */
	z-index: 89;
	/* margin-top: -40px; */
}

.tmall-swiper-title {
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: left;
	padding-left: 25px;
}

.tmall-fudong {
	width: 80px;
	height: 80px;
	background: #FD96A0;
	border-radius: 15px 15px 15px 15px;

	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}


.tmall-th{
	width: 139px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #FDBCC2;

	font-weight: 500;
	font-size: 16px;
	color: #555555;
	line-height: 47px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.th-activity{
	background: #FDBCC2;
	color: #FFFFFF;
}
.layui-this{
	background: #FDBCC2;
	color: #FFFFFF;
}
.tmall-th2{
	width: 147px;
	height: 145px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #FDBCC2;

	font-weight: normal;
	font-size: 18px;
	color: #333333;
	line-height: 145px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.tmall-th2-left{

}
.tmall-th2-right{

}
.index_xw{
	width: 565px;
	border: 1px solid #DFDFDF;
	padding: 10px;
	min-height: 275px;
	box-shadow: 0px 0px 3px 2px rgba(204, 96, 107, 0.08);
	border-radius: 5px;
}
.ks{
	margin-top: 20px;
}
.ks li{
	list-style: none;
	float: left;
	width: 30%;
	margin: 8px;
}
.appointment-body {
	height: 320px;
	width: 100%;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
#visitsTab .nav-item {
	background: rgb(226, 197, 142);
}
.nav>li {
	position: relative;
	display: block;
}
.appointment-time{
	border-top: 1px rgb(187, 28, 41) solid;
	padding-left: 10px;
	background: rgb(226, 197, 142);
	border-bottom: 1px rgb(187, 28, 41) solid;
}

#visitsTab .nav-item{
	background:  rgb(226, 197, 142);
	line-height: 39px;
}
#visitsTab>li {
	border-right: 1px rgb(187, 28, 41) solid;
}

#visitsTab>li>a{
	border-radius:0;
	border: 0;
	padding: 10px 15px;
	margin: 0;
}
#visitsTab>li:nth-child(7){
	border-right: 0 !important;

}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.table{
	width: 100%;
}


#visitsTab>li.active{
	background: #fff;
}


#visitsContent td{
	border-top:1px  rgb(187, 28, 41) solid;
	border-left:0;
	border-bottom: 1px  rgb(187, 28, 41) solid;
	border-right: 1px  rgb(187, 28, 41) solid;
	text-align: center;
}
.right-border-no{
	border-right: 0 !important;
}
.dept-name{
	clear: both;
	padding: 0;
	width: 78px;
	text-align: center;
	vertical-align: middle;
}
.dept-time{
	width: 79px;
}
#visitsTab>li>a {
	border-radius: 0;
	border: 0;
	padding: 10px 56.11px;
	margin: 0;
}
::-webkit-scrollbar {
	width: 16px;
	height: 16px;
	background-color: #F5F5F5;
}

.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active {
	display: block;
}
.layui-tab .layui-tab-title{
	height: 49px;
}
.layui-tab-title .layui-this{
	color: white;
}
.layui-tab-title .layui-this:after{
	height: 47px;
}
.layui-tab .layui-tab-title li{
	line-height: 49px;
	font-size: 16px;
}

.flow{
	overflow-y:scroll;
	height:300px;
	margin-left:7px;
}
/* 设置滚动条宽度 */
div.flow::-webkit-scrollbar {
	width: 5px;
}

/* 设置滚动条颜色 */
div.flow::-webkit-scrollbar-thumb {
	background-color: #FD96A0;
}
.layui-tab-content{
	padding:10px 0px;
}

.slide_img{
	width:195px;
	height: 230px;
	overflow: hidden;
}



.tmall-link-title {
	width: 220px;
	height: 40px;
	line-height: 40px;
	background: #FD96A0;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #FD96A0;
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	text-align: center;
	font-style: normal;
	text-transform: none;
	box-shadow: 0px 0px 3px 2px rgba(204, 96, 107, 0.1);
}
.link li {
	list-style: none;
	float: left;
	margin: 8px;
}

.tmall-link-title a {
    color: #fff;
}