[v-cloak] {
  display: none;
}
.banner{
	width:100%;
	height:403px;
	background-size: 100%;
	background: url(../img/banner.png) no-repeat center;
}
.banner .new-common-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:20px 100px 0 50px;
}
.banner .new-common-content .left .img{
	width:349px;
	height: 37px;
	background: url(../img/title.png) no-repeat center;
}
.banner .new-common-content .left .text{
	color: #47598a;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 10px;
	margin-top:12px;
}
.banner .new-common-content .right{
	background: #fff;
	border-radius: 16px;
}
.banner .new-common-content .right .text{
	padding:20px;
	font-size: 18px;
	font-weight: 500;
}
.banner .new-common-content .right .text span{
	color:#0064FF;
}
.banner .new-common-content .right img{
	border-radius: 16px 16px 0 0;
}
.myContent{
	width:100%;
	background: url(../img/bg.png) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 20px;
}
.message{
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 2px 16px 0 #0000001a;
	padding:24px 24px 6px;
	position: relative;
	top:-64px;
	margin-bottom: 20px;
}
.message .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.message .title .left{
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}
.message .title .all{
	color: #cbb486;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
}
.message .list li{
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	margin: 18px 0;
}
.message .list li .type{
	background: #EBFBEC;
	border-radius: 4px;
	padding: 0 8px;
	color: #43b975;
	font-size: 20px;
	font-weight: 500;
	margin-right: 20px;
}
.message .list li .golden{
	color: #cbb486;
	font-size: 18px;
	font-weight: 500;
}
.message .lcBox{
	display: flex;
	justify-content: space-between;
	padding-bottom:20px;
	margin-top:20px;
}
.message .lcBox .item{
	display: flex;
	justify-content: space-between;
}
.message .lcBox .item .left{
	text-align: center;
	margin-right: 20px;
}
.message .lcBox .item .left .text{
	background: linear-gradient(96deg, #DEC28F 0%, #BB936C 126.06%);
	border-radius: 4px;
	padding: 1px 12px;
	color:#fff;
}
.message .lcBox .item .right{
	padding-top:20px;
}
.message .lcBox .item .right .text1{
	font-size: 12px;
	font-weight: 400;
}
.message .lcBox .item .right .text2{
	font-size: 14px;
	font-weight: 600;
	margin:4px 0;
}
.message .lcBox .item .right .golden{
	color:#cbb486;
}
.message .lcBox .item .right .radius{
	color:#cbb486;
	display: inline-block;
	padding: 2px 12px;  /* 小内边距，文字不贴边 */
	font-size: 14px;

	font-weight: bold;
	text-align: center;
	border-radius: 13px;
	border: 2px solid #cbb486;
	box-sizing: border-box;
}
.bbList{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.bbList li{
	width:19%;
	border-radius: 16px;
	box-shadow: 0 2px 16px 0 #41454c26;
	background: #EBF6F9;
	position: relative;
	padding:60px 34px 28px 34px;
	cursor: pointer;
}
.bbList li:hover{
	transform: scale(1.03);
}
.bbList li img{
	position: absolute;
	top:-34px;
	left:50%;
	margin-left: -42px;
}
.bbList li>div{
	height: 50px;
	font-size: 18px;
	font-weight: 500;
}
.blockTitle{
	font-size: 28px;
	color: #333333;
	font-weight: 600;
	text-align: center;
	position: relative;
	top: -55px;
	margin-top: 30px;
}
.tabBox{
	border-radius: 16px;
	background: #F7FAFC;
	box-shadow: 0 2px 16px 0 #616b7226;
	margin-top:20px;
	padding:20px;
}
.tabBox .filter{
	display: flex;
	height:36px;
	overflow: hidden;
	margin-bottom:10px;
}
.tabBox .filter.longTitle .tab{
	width:78%;
}
.tabBox .filter.active{
	height: auto;
}
.tabBox .filter .title{
	font-size: 16px;
	font-weight: 500;
	margin-right: 32px;
}
.tabBox .filter .toggle{
	font-size: 16px;
	color: #cbb486;
	font-weight: 400;
	cursor: pointer;
}
.tabBox .tab{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 400;
	width:86%;
}
.tabBox .tab li{
	cursor: pointer;
	margin-right: 30px;
	margin-bottom:10px;
}
.tabBox .tab li.active{
	color: #dbbc8d;
	font-size: 16px;
	font-weight: 600;
}
.tabContent{
	background: #fff;
	margin-top:16px;
	padding: 24px;
	border-radius: 8px;
}
.tabContent .content{
	display: none;
}
.tabContent .content.active{
	display: block;
}
.tabContent .content ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom:1px solid rgba(183, 172, 166, 0.45);
}
.tabContent .content ul li .name{
	font-size: 16px;
	font-weight: 400;
}
.tabContent .content ul li .dep{
	font-size: 14px;
	font-weight: 400;
	margin-top:5px;
}
.tabContent .content ul li .left{
	padding-left:30px;
	position: relative;
}
.tabContent .content ul li .left:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: linear-gradient(180deg, #D8B47A 0%, #D1A35E 100%);
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -3px;
}
.ljyy{
	padding: 2px 8px;
	border: 1px solid #B7ACA6;
	border-radius: 4px;
	color: #c39e73;
	font-weight: 400;
	cursor: pointer;
}
.ljyy:hover{
	transform: scale(1.03);
}
.area>ul>li {
	float: left;
	margin: 10px 10px 10px 0;
	height: 30px;
	line-height: 30px;
	color: #9d9d9d;
}
.area>.area-tit {
	width: 48px;
	line-height: 30px;
	margin: 10px 0;
	color: #333333;
}
.area>ul {
	width: calc(100% - 48px);
}
.area>ul>.area-item {
	padding: 0 10px;
	cursor: pointer;
}

.area>ul>.area-active,.place>ul>.place-active {
	color: #cbb486;
}
.overage {
	border-top: 1px solid #dcdcdc;
	padding-top: 8px;
}
.place {
	line-height: 32px;
}
.place>ul>li {
	float: left;
	margin: 5px 0 5px 10px;
	padding: 0 15px;
	cursor: pointer;
	color: #9d9d9d;
}
.place>.place-tit {
	color: #333333;
	margin: 5px 0;
}
.street {
	position: relative;
}
.street>.place-tit {
	width: 160px;
}
.street>ul {
	width: calc(100% - 16px);
	height: 40px;
	overflow: hidden;
}
.allstreet {
	height: auto !important;
}
.street>.unfold {
	position: absolute;
	width: 50px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	right: 8px;
	top: 8px;
	cursor: pointer;
	color: #cbb486;
}

/* ********列表区域******* */
.list-title {
	color: #333333;
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.list-title .query {
	font-size: 12px;
}
.list-title .query input{
	width: 222px;
	height: 32px;
	border: 1px solid #cfd6dd;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
}
.list-title .query input:hover,
.list-title .query input:focus {
	border-color: #b9916a;
}
.list-title .query button {
	position: relative;
	top: -1px;
	width: 64px;
	height: 32px;
	border: none;
	outline: none;
	border-radius: 4px;
}
.place-item {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	/*cursor: pointer;*/
}
/* .place-item:hover {
  background-color: #f7f7f7;
} */
.place-item>#location {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
	line-height: 22px;
	color: #b5b5b5;
}
.place-item>#location>.map {
	/*cursor: pointer;*/
}
.place-item>#location .icon-active {
	color: #cbb486;
}
.place-item>#location>span {
	position: relative;
	/* cursor: pointer;*/
}
.place-item>#location>span::after {
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	top: 4px;
	right: -10px;
	background-color: #b5b5b5;
}
.place-item>#location .star {
	font-size: 20px;
	position: relative;
	top: 1px;
}
.place-item>img {
	width: 166px;
	height: 110px;
	margin-right: 20px;
}
.place-item>.place-info {
	width: calc(100% - 326px);
	color: #555555;
}
.place-info>.title {
	font-weight: 700;
}
.place-item>.place-info>.address {
	font-size: 12px;
	color: #999999;
}
.place-item>.place-info>.workTime {
	padding-right: 40px;
}
.place-item>.place-info + button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 16px;
	padding: 4px 20px;
}

/* 分页 */
.el-pager li:hover,.el-select-dropdown__item.selected,
.el-pager li.active {
	color: #ccb073;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-pagination__sizes .el-input .el-input__inner:hover,
.el-select .el-input__inner:focus {
	border-color: #ccb073;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
	color:#ccb073;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
	background:#ccb073;
	color:#fff;
}
/* 侧边栏 */
.side-list {
	position: fixed;
	top: 24%;
	right: 0;
	text-align: center;
}
.side-list .side-item {
	position: relative;
	margin-top: 8px;
	cursor: pointer;
}
.side-list .side-item:first-child {
	margin-top: 0;
}
.side-list .side-item .side-hide {
	display: none;
	position: absolute;
	top: -30px;
	right: 100%;
	width: 204px;
	transition: all 0.3s;
}
.side-list .side-item .side-hide .hide-content {
	width: 176px;
	padding: 22px;
	background-color: #fff;
	border: 1px solid #cbb486;
	border-radius: 4px;
}
.side-list .side-item .side-hide .hide-content .side-title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.side-list .side-item .side-hide .hide-content a {
	display: block;
	line-height: 48px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 16px;
	transition: all 0.3s;
}
.side-list .side-item .side-hide .hide-content a:hover,
.side-list .side-item .side-hide .hide-content a:focus {
	color: #cbb486;
	border-color: #cbb486;
}
.side-list .side-item .side-hide::after {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	top: 52px;
	left: 171px;
	border-left: 1px solid #cbb486;
	border-top: 1px solid #cbb486;
	transform: rotate(135deg);
	background-color: #fff;
}
.side-list .side-item:hover .side-hide {
	display: block;
}
.my-custom-class{
}
[v-cloak]{
	display:none;
}