/* 列表页 */
.page-header {
	margin-bottom:20px;
}
.page-title {
	font-size:22px;
	font-weight:700;
	color:#222;
	margin-bottom:8px;
}
.page-subtitle {
	font-size:14px;
	color:#666;
	line-height:22px;
}
.spot-list {
	list-style:none;
	margin-bottom:30px;
}
.spot-item {
	display:flex;
	align-items:flex-start;
	background:#fff;
	padding:22px 0px 15px 0px;
	border-bottom:1px solid #eee;
	gap:20px;
	transition:background 0.2s ease;
}
.spot-img-wrap {
	position:relative;
	width:40%;
	height:auto;
	flex-shrink:0;
	border-radius:1px;
	overflow:hidden;
}
.spot-img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform 0.3s ease;
}
.spot-item:hover .spot-img {
	transform:scale(1.05);
}
.spot-feature-tag {
	position:absolute;
	top:0px;
	left:0px;
	background:#fdb500;
	color:#fff;
	font-size:13px;
	font-weight:500;
	padding:5px 10px;
	border-radius:1px 1px 3px 1px;
	z-index:2;
}
.spot-content {
	flex:1;
	display:flex;
	flex-direction:column;
	gap:8px;
}
.spot-title {
	font-size:18px;
	font-weight:600;
	color:#222;
	margin:0;
}
.spot-score {
	display:flex;
	align-items:center;
	margin:0;
}
.score-num {
	font-size:15px;
	font-weight:700;
	color:#fdb500;
	margin-right:6px;
}
.score-stars {
	color:#fdb500;
	font-size:13px;
}
.spot-desc {
	font-size:14px;
	margin:0;
	line-height:1.7;
	margin-bottom:15px;
}
.spot-tags {
	font-size:12px;
	margin-top:10px;
}
.tag-item {
	height:25px;
	line-height:25px;
	padding:0 6px 0 10px;
	background:#faf6e9;
	display:inline-block;
	position:relative;
	margin-right:14px;
	margin-bottom:7px;
	color:#b5af82;
}
.tag-item:before {
	content:" ";
	width:12px;
	height:100%;
	background:url(images/tag-bg1.png) center no-repeat;
	position:absolute;
	left:-12px;
}
.tag-item:after {
	content:" ";
	width:12px;
	height:100%;
	background:url(images/tag-bg2.png) center no-repeat;
	position:absolute;
	right:-12px;
}
.tag-itema {
	height:25px;
	line-height:25px;
	padding:0 6px 0 10px;
	background:#faf6e9;
	display:inline-block;
	position:relative;
	margin-right:14px;
	margin-bottom:7px;
	color:#b5af82;
}
.tag-itema:after {
	content:" ";
	width:12px;
	height:100%;
	background:url(images/tag-bg2.png) center no-repeat;
	position:absolute;
	right:-12px;
}
.spot-detail-wrap {
	display:flex;
	justify-content:flex-end;
	margin-top:8px;
}
.spot-detail-btn {
	display:inline-block;
	padding:7px 15px;
	background:#0066cc;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	border-radius:1px;
	transition:background 0.2s ease;
}
.pagination {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	list-style:none;
	margin-top:20px;
	margin-bottom:10px;
}
.page-item {
	margin:0 0px;
}
.page-link {
	display:inline-block;
	padding:3px 7px;
	font-size:13px;
	color:#333;
	text-decoration:none;
	border:1px solid #eee;
	border-radius:2px;
	transition:all 0.2s ease;
}
.page-link:hover {
	border-color:#0066cc;
	color:#0066cc;
}
.page-item.active .page-link {
	background:#0066cc;
	color:#fff;
	border-color:#0066cc;
}
.page-link.disabled {
	color:#ccc;
	border-color:#eee;
	background:#f9f9f9;
	cursor:not-allowed;
}
.page-link.disabled:hover {
	color:#ccc;
	border-color:#eee;
	background:#f9f9f9;
}
@media (max-width:768px) {
.spot-item {
	flex-direction:column;
	gap:12px;
}
.spot-img-wrap {
	width:100%;
}
.spot-content {
  width: 100%;
}
.page-link {
	font-size:12px;
}
}

/* 文章内容及分类列表 */
.post-main {
  width: 100%;
  margin-top:15px;
  border-top: 1px solid rgba(238, 238, 238, 0.5);
  padding-top:15px;
}
.post-tags {
    float: left;
    font: 400 12px/12px 'Oswald',sans-serif;
    margin: 25px 0 20px;
    padding: 0 19px 0 0px;
    width: 770px;
}
.post-tags a {
    color: #363636;
    display: inline-block;
    float: left;
    margin-right:8px;
    padding: 6px 9px;
    text-transform: uppercase;
	border: 1px solid #363636;
	font-size:12px;
	text-decoration: none;
}
.post-nav {
    width: 100%;
    height: 26px;
    margin: 0 0 3px 0;
    clear: both;
}
.post-nav a {
    font-size:13px;
	text-decoration: none;
}
div.post-nav .l {
    float: left;
    margin-left: 1px;
}
div.post-nav .r {
    float: right;
    margin-right: 1px;
}

.list-w {
  width: 100%;
  padding-top:15px;
}
.list-w ul {
  width: 100%;
}
.list-w ul li {
  float: left;
  border-top: 1px solid rgba(238, 238, 238, 0.5);
  width: 100%;
  list-style: none;
  padding-left: 0px;
  background-image: url("images/r-jt.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.list-w ul li:hover {
    background:#f9f9f9;
	border-top: 1px solid rgba(238, 238, 238, 0.5);
	background-image: url("images/r-jt.png");background-position: 95% 50%;background-repeat: no-repeat;
}
.list-w ul li a {
  height: 45px;
  line-height: 45px;
  color: #363636;
  float: left;
  font-size: 14px;
  text-decoration: none;
  margin-right:5px;
}
.list-w ul li span {
  height: 45px;
  line-height: 45px;
  color: #888;
  float: left;
  font-size: 12px;
  font-weight:300;
}
.nav-links {
    padding: 20px 19px 20px 0px;
    width: 770px;
	border-top: 1px solid rgba(238, 238, 238, 0.5);
	position: relative;
}
.pagination {
    clear: both;
    font: bold 12px/12px helvetica,arial,sans-serif;
	position: relative;
}
.pagination a {
    background:#363636;
    border: 1px solid #333333;
    border-radius: 2px;
    box-shadow: 0 3px 5px -1px #CCCCCC;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 2px 0px 2px 0;
    padding: 5px 6px;
    text-decoration: none;
    width: auto;
	font-weight: 400;
}
.pagination .now-page {
    background:#999999;
    border: 1px solid #777777;
    color: #FFFFFF;
	border-radius: 2px;
    box-shadow: 0 3px 5px -1px #CCCCCC;
	display: block;
    float: left;
    margin: 2px 3px 2px 0;
    padding: 5px 7px;
    text-decoration: none;
    width: auto;
}
.pagination a:hover {
    background:#999999;
    border: 1px solid #777777;
    color: #FFFFFF;
}
.pagination a, .pagination a:visited {
    color: #FFFFFF;
}
#pagination{
	width: 100%;
	float: left;
	text-align: center;
}

/* 块状导航 */
.nav-cover-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 17px;
    max-width: 770px;
    margin: 0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.nav-cover {
    position: relative;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none; 
    display: block;
}
.nav-cover:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.nav-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.nav-cover:hover img {
    transform: scale(1.08);
}
.nav-cover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 1;
    transition: all 0.3s ease;
}

.nav-cover:hover::before {
    background: rgba(0,0,0,0.25);
}
.nav-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.nav-info i {
    font-size: 28px;
    margin-bottom: 8px;
}
.nav-info .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}
/* 块导航弹出层样式 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.modal-box {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 380px;
    padding: 20px 20px 22px 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.modal-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    color: #363636;
    background: none;
    border: none;
    cursor: pointer;
}
.modal-title {
    font-size: 15px;
    margin-bottom: 10px;
    color: #363636;
	text-align: center;
}
.modal-text {
    font-size: 13px;
    color: #363636;
    line-height: 1.6;
}
/* 景点内容页 */
.jd-main {
	margin-right:0px
}
.diz {
    width:100%;
	line-height:24px;
	font-size:14px;
	color:#555;
	padding-bottom:10px;
}
.telephone {
    width:100%;
	line-height:24px;
	font-size:14px;
	color:#0066cc;
	padding-bottom:10px;
}
.jd-main h2 {
	border-bottom:1px dashed #eaeaea;
	float:left;
	width:100%;
}
.jd-main h2 span {
	padding:0px 0px 0px 10px;
	border-left:8px solid #06c;
	font-size:16px;
	color:#0066cc;
	line-height:20px;
}
.jd-tit {
	width:100%;
	height:45px;
	margin-top:12px;
	z-index:6;
}
.jd-tit-i {
	height:45px;
	background:#fdb500;
	border-radius:10px 10px 0px 0px;
}
.jd-tit .nav-w {
	width:100%;
	margin:0 auto
}
.jd-tit .nav-i {
	width:100%;
}
.jd-tit ul li {
	float:left;
	font-size:14px;
	color:#fff;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	list-style:none;
}
.jd-tit ul li a {
	color:#fff;
	line-height:25px;
	border-right:1px solid #fafafa;
	display:block;
	text-decoration:none;
	padding:0px 16px;
}
.jd-main .content-wrap {
	position:relative;
}
.jd-main .content-wrap>ul {
	position:relative;
}
.jd-main .content-wrap .day-content {
	padding:50px 0;
}
.day-content:first-child {
	padding-top:0;
}
.day-content>li {
	position:relative;
	display:flex;
}
.day-content>li .tip {
	width:50px;
	margin-right:15px;
	text-align:right;
}
.day-content>li .tip p{
	padding-top:0px;
	line-height:18px;
}
.day-content>li .detail-container {
	flex:1;
	padding:0 10px 50px 30px;
	font-size:14px;
	line-height:24px;
	text-align:left;
	border-left:1px solid #f3f3f3;
}
.day-content>li:last-child .detail-container {
	border-left:none;
}
.day-content .day-title {
	position:relative;
	max-width:400px;
	padding-bottom:30px;
	margin:auto auto 30px;
	font-size:24px;
	color:#000;
	line-height:32px;
	text-align:center;
	letter-spacing: 2px;
	padding-top:30px;
}
.day-content .day-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 175px;
    height: 1px;
    margin-left: -88px;
    content: "";
    background: #f3f3f3;
}
.day-content .schedule-item .tip {
	position:relative;
	padding-top:3px;
	font-size:12px;
	line-height:20px;
	color:#ccc;
}
.schedule-item .tip .des-icon {
	position:absolute;
	top:0;
	right:-30px;
	width:26px;
	height:26px;
	background-color:#fff
}
.schedule-item .tip .des-icon:before {
	position:absolute;
	top:9px;
	left:9px;
	width:6px;
	height:6px;
	content:"";
	background:#0066cc;
	border-radius:50%
}
.schedule-item .detail-container .title {
	margin-bottom:5px;
	font-size:16px;
	font-weight:700;
	color:#000;
}
.schedule-item .detail-container .img-wrap {
	margin-bottom:10px;
	overflow:hidden;
}
.schedule-item .detail-container .img-wrap img {
    float:left;
	margin:5px 10px 5px 0;
	width:211px;
	height:108px;
	border-radius:1px;
}
.schedule-item .detail-container .describe {
	padding: 8px 0px 12px 0px;
}
.fd-caipin {
  padding-top: 5px;
  float: left;
  width: 100%;
}
.fd-caipin .cai {
  float: left;
  text-align: center;
  width: 245px;
  margin-bottom: 15px;
  font-size: 14px;
  margin-right:11px;
}
.fd-caipin .cai img {
  width: 100%;
  border-radius: 2px;
}
.fd-caipin .cai span {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  line-height:26px;
}
@media (max-width:768px) {
.jd-tit {
	height:40px;
}
.jd-tit-i {
	height:40px;
}
.jd-tit ul li {
	font-size:13px;
}
.jd-tit ul li a {
	padding:0px 8px;
	line-height:20px;
}
.post-tags {
    width: 100%;
	padding:0px 0px 0px 0px;
	font-size:13px;
}
.nav-links {
    width: 100%;
	padding: 10px 0px 30px 0px;
}
.list-w ul li span {
    height: 30px;
    line-height: 16px;
	width:100%;
}
.nav-cover {
    height: 100px;
}
.day-content > li .tip {
  width: 30px;
}
.day-content > li .tip p {
  font-size:12px;
}
.schedule-item .detail-container .describe {
  font-size:13px;
}
}
@media (max-width:590px) {
.schedule-item .detail-container .img-wrap img {
  width: 100%;
  height: auto;
}
.day-content .day-title {
	font-size:22px;
}
.fd-caipin .cai {
  width: 100%;
  margin-right:0px;
}
}
.jd-pingfen {
	display:flex;
	align-items:center;
	margin:0;
	margin-bottom:12px;
}
.jd-pingfen-n {
	font-size:15px;
	font-weight:700;
	color:#fdb500;
	margin-right:6px;
}
.jd-pingfen-stars {
	color:#fdb500;
	font-size:12px;
}
.jd-box {
	padding:0 0px;
}
.jd-icon {
	padding-top:15px;
	float:left;
}
.jd-icon .icon_name {
	float:left;
	text-align:center;
	width:70px;
	margin-bottom:5px;
	font-size:12px;
}
.jd-icon .icon_name img {
	width:60px
}
.jd-icon .icon_name span {
	display:block;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden
}
.jdr-tips {
	width:100%;
	border:solid #eee;
	border-width:1px 0px 0px 1px;
}
.jdr-tips td {
	border:solid #eee;
	border-width:0px 1px 1px 0px;
	text-align:left;
	min-width:75px;
	padding: 8px 10px;
}
.jdr-tips td.td_type1 {
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
.jdr-tips td.td_type2 {
	padding:20px 15px;
	font-size:13px;
}
.jdr-tips td.td_type2 h4 {
	font-size:13px;
	font-weight:bold;
	border-left:3px solid #0066cc;
	padding-left:12px;
	margin-bottom:8px;
	line-height:16px;
}
.jdr-tips td.td_type2 p{
	margin-bottom:8px;
}
.jdjt li {
	list-style:none;
	margin-bottom:18px;
}
.jdjt li h5 {
	margin:6px 0
}
.jdjt li span {
	border-radius:3px;
	font-size:14px;
	color:#fdb500;
	border:1px solid #fdb500;
}
.jdjt li span i {
	font-weight:bold;
	color:#fff;
	background:#fdb500;
	padding:0 3px;
	font-style:normal;
}
.jdjt li span s {
	padding:0 5px;
	text-decoration:none;
	font-weight:500;
}
.jdjt li p {
	font-size:14px;
	color:#666;
	line-height:26px;
	word-break:break-all;
	margin-bottom:3px
}
.jd-info-tips {
	margin-top:4px;
	color:#fdb500;
	font-size:12px;
	margin-bottom:10px;
	line-height: 22px;
}
.jd-main .gonglue .anniu{
	background:#fdb500;
	color:#fff;
	font-size:12px;
	padding:3px 10px 3px 8px;
	border-radius:3px;
	margin:0px 5px 0px 0px;
}
.jd-main .gonglue a:hover{
	text-decoration:none;
	padding-bottom:3px;
	font-weight:600;
	border-bottom:0px solid #0066cc;;
}
.locked-text-container {
	position:relative;
	overflow:hidden;
}
.locked-text {
	position:relative;
	z-index:1;
	padding:15px;
}
.locked-text p {
	color:#888;
	line-height:22px;
	padding:8px 0px;
}
.locked-text .locked-more {
	width:100%;
	text-align:center;
	color:#aaa;
}
.mask-layer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:linear-gradient(to top,rgba(200,200,200,0.7) 0%,rgba(240,240,240,0.9) 50%,white 100%);
	pointer-events:none;
	border-radius:2px;
}
.lock-icon {
	position:absolute;
	top:45%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:99;
	font-size:25px;
	color:#aaa;
	opacity:0.8;
}
.hotel-ss {width:100%;}
.hotel-ss .hotel-ssx {
    width:25%;
	float:left;
	background-size: 30px 30px;
	background-position: 0px center;
	padding-left:36px;
	height:36px;
	line-height:36px;
	font-size:14px;
	margin:10px 0px;
}
.hotel-bg1 {
    background: url(images/xingli-ico.png) no-repeat;
	}
.hotel-bg2 {
    background: url(images/qiantai-ico.png) no-repeat;
	}
.hotel-bg3 {
    background: url(images/jiaoxing-ico.png) no-repeat;
	}
.hotel-bg4 {
    background: url(images/canshi-ico.png) no-repeat;
	}
.hotel-bg5 {
    background: url(images/jianshen-ico.png) no-repeat;
	}
.hotel-bg6 {
    background: url(images/xiyi-ico.png) no-repeat;
	}
.hotel-bg7 {
    background: url(images/yundou-ico.png) no-repeat;
	}
.hotel-bg8 {
    background: url(images/wifi-ico.png) no-repeat;
	}
.hotel-bg9 {
    background: url(images/xishu-ico.png) no-repeat;
	}
.hotel-bg10 {
    background: url(images/jiaoche-ico.png) no-repeat;
	}
.hotel-bg11 {
    background: url(images/tingche-ico.png) no-repeat;
	}
.hotel-bg12 {
    background: url(images/jieji-ico.png) no-repeat;
	}
.hotel-bg13 {
    background: url(images/shineiyongchi-ico.png) no-repeat;
	}
.hotel-bg14 {
    background: url(images/waibiduihuan-ico.png) no-repeat;
	}
.hotel-bg15 {
    background: url(images/kafei-ico.png) no-repeat;
	}
.hotel-bg16 {
    background: url(images/jiuba-ico.png) no-repeat;
	}
.hotel-bg17 {
    background: url(images/songcan-ico.png) no-repeat;
	}
.hotel-bg18 {
    background: url(images/spa-ico.png) no-repeat;
}
.hotel-bg19 {
    background: url(images/chongdian-ico.png) no-repeat;
	}
.hotel-bg20 {
    background: url(images/tea-ico.png) no-repeat;
	}
.hotel-bg21 {
    background: url(images/robot-ico.png) no-repeat;
}
.hotel-bg22 {
    background: url(images/shuileyuan-ico.png) no-repeat;
}
.hotel-bg23 {
    background: url(images/huaxue-ico.png) no-repeat;
}
@media (max-width:768px) {
.hotel-ss .hotel-ssx {
    width:50%;
	float:left;
	background-size: 25px 25px;
	padding-left:32px;
	font-size:13px;
}
}
.xh-jd {
	width:100%;
	margin-bottom:20px;
}

.xh-jd ul li {
	padding:10px 0px 5px 0px;
	line-height:26px;
	list-style:none;
	font-size:13px;
}
.xh-jd ul li a {
    font-size:14px;
	font-weight:600;
	text-decoration:none;
}
.xh-jd ul li span {
	color:#888;
	margin-left:2px;
	font-size:12px;
}