.wrapper {
  width: 7.5rem;
  margin: 0 auto 0;
  position: relative;
  /* background-color: #1c140f; */
}

/* .wrapper::before {
  content: "";
  background: url(../images/bg.jpg) no-repeat center top / cover;
  width: 7.5rem;
  height: 15rem;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 0; 
} */
.header{
	width:100%;
	height:.86rem;
	background:url(../../../pre/m/pic/header.png) no-repeat center;
	background-size:cover;
	position:fixed;
	left:0;
	top:0;
	z-index:20;
}
.tabMenu{
	width:.34rem;
	height:.25rem;
	position:relative;
	overflow: hidden;
	float:left;
	margin:.31rem 0 0 .28rem;
}
.tabMenu img{
	display: block;
	width:100%;
}
.tabMenu.active img:nth-child(1){
	display: none;
}
.logo{
	display: block;
	width:1.41rem;
	position:absolute;
	top:.11rem;
	left:50%;
	margin-left:-.705rem;
}
.loginTxt{
	font-size:.22rem;
	color:#f4d6a5;
	float:right;
	margin:.3rem .3rem 0 0;
}
.openMenu{
	width:3.64rem;
	background:url(../../../pre/m/c_images/zz.png) no-repeat center;
	background-size:cover;
	padding-bottom:.6rem;
	position:absolute;
	left:0;
	top:.82rem;
	display: none;
}
.openMenu li{
	width:100%;
	height:.4rem;
	position:relative;
	margin-top:.6rem;
}
.openMenu li img{
	display: block;
	width:.28rem;
	float:left;
	margin-left:.2rem;
	margin-top:.1rem;
}
.openMenu li span{
	display: block;
	font-size:.34rem;
	color:#858585;
	float:left;
	font-family: "Source Han Serif SC";
	margin-left:.3rem;
	position:relative;
}
.openMenu li i{
	font-size:.12rem;
	width:100%;
	text-align: center;
	color:rgb(133, 133, 133);
	position:absolute;
	top:.4rem;
	left:0;
	transform: scale(.7);
	-webkit-transform: scale(.7);
	font-style: normal;
}
.openMenu li.active span{
	color:#edc280
}
.openMenu li:last-child{
	margin-top:.2rem;
	margin-left:.34rem;
}
.openMenu li a.conKefu{
	display:block;
	width:1.85rem;
	height:.34rem;
	background:url(../../../pre/m/pic/contact.png) no-repeat center;
	background-size:cover;
	position:relative;
}
.topbar {
  background: url(../images/topbar-bg.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 1.24rem;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 10;
}

.topbar-logo {
  width: 3.3rem;
  height: 0.99rem;
  position: absolute;
  top: 0.14rem;
  left: 0.14rem;
}

.topbar-wiki {
  width: 1.26rem;
  height: 0.53rem;
  position: absolute;
  top: 0.38rem;
  right: 1.44rem;
}

.topbar-wiki img {
  width: 100%;
  height: 100%;
}

/* .topbar-menuBtn {
  background-image: url(../images/topbar-on.png);
  background-repeat: no-repeat;
  background-size: 0.65rem 0.49rem;
  background-position: 0 0;
  width: 0.65rem;
  height: 0.49rem;
  position: absolute;
  top: 0.38rem;
  right: 0.34rem;
}

.topbar-menuBtn.on {
  background-image: url(../images/topbar-off.png);
  background-size: 0.5rem 0.49rem;
  width: 0.5rem;
  height: 0.49rem;
} */

.topbar-menuBtn {
  width: 0.6rem;
  height: 0.5rem;
  position: absolute;
  top: 0.38rem;
  right: 0.34rem;
  cursor: pointer;
}

.topbar-menuBtn span {
  display: block;
  width: 0.6rem;
  height: 0.04rem;
  background-color: #FFDA80;
  transform-origin: center center;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}

.topbar-menuBtn span:first-child {
  top: 0;
}

.topbar-menuBtn span:nth-child(2) {
  top: 50%;
  margin-top: -0.03rem;
}

.topbar-menuBtn span:last-child {
  top: 0.44rem;
}

.topbar-menuBtn.on span:first-child {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.03rem;
}

.topbar-menuBtn.on span:nth-child(2) {
  opacity: 0;
}

.topbar-menuBtn.on span:last-child {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -0.03rem;
}


.topbar-menu {
  width: 7.5rem;
  height: 100%;
  background: #000000e6;
  position: fixed;
  top: -100%;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 9;
  transform: translateY(0);
  transition: transform 0.5s;
  padding: 1.24rem 0;
}

.topbar-menu.on {
  transform: translateY(100%);
}

.topbar-menu ul {
  width: 100%;
  /* height: 10.84rem; */
  height: 100%;
}

.topbar-menu ul li {
  width: 100%;
  height: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .topbar-menu ul li.cur {
  background: radial-gradient(#ffffff57 0%, transparent 100%);
} */

.topbar-menu ul li::after {
  content: '';
  background-image: linear-gradient(to right, #7c735a1f, #7C735A, #7c735a1f);
  width: 7.5rem;
  height: 0.02rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topbar-menu ul li:first-child a img {
  width: 0.87rem;
  height: 0.46rem;
} 

.topbar-menu ul li:nth-child(2) a img {
  width: 2.08rem;
  height: 0.45rem;
} 

.topbar-menu ul li:nth-child(3) a img {
  width: 2.09rem;
  height: 0.48rem;
} 

.topbar-menu ul li:nth-child(4) a img {
  width: 2.06rem;
  height: 0.45rem;
} 

.topbar-menu ul li:nth-child(5) a img {
  width: 2.09rem;
  height: 0.41rem;
} 

.topbar-menu ul li:nth-child(6) a img {
  width: 2.1rem;
  height: 0.46rem;
} 

.topbar-menu ul li:nth-child(7) a img {
  width: 1.32rem;
  height: 0.21rem;
} 

.topbar-menu ul li:last-child::after {
  display: none;
}


.s1 {
  background: url(../images/s1-bg.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 13.34rem;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 0;
}

#kv {
  width: 7.5rem;
  height: 13.34rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.s1-palyBtn {
  width: 1.52rem;
  height: 1.45rem;
  position: absolute;
  top: 6.26rem;
  left: 3.08rem;
  cursor: pointer;
  z-index: 2;
}

.s1-palyBtn img {
  width: 100%;
  height: 100%;
}

.s1-preBtn {
  width: 3.8rem;
  height: 1.34rem;
  position: absolute;
  top: 11rem;
  left: 2.04rem;
  cursor: pointer;
  z-index: 2;
}

.s1-preBtn img {
  width: 100%;
  height: 100%;
}

.container {
  width: 7.5rem;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.bgFix {
  background: url(../images/bg.jpg) no-repeat center top / cover;
  width: 7.5rem;
  height: 15rem;
  position: absolute;
  top: 13.34rem;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 0; 
}

.bgFix.active {
  position: fixed;
  top: 0;
}

.s1-fake {
  width: 7.5rem;
  height: 13.34rem;
  pointer-events: none;
}

.s2 {
  width: 7.5rem;
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.s2 .swiper-container-s2 {
  width: 7.5rem;
  height: 3.81rem;
}

.s2 .swiper-container-s2 img {
  width: 100%;
  height: 100%;
}

.swiper-pagination-s2 {
  text-align: right;
}

.swiper-pagination-s2 .swiper-pagination-bullet {
  width: 0.5rem;
  height: 2px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-s2 .swiper-pagination-bullet-active {
  opacity: 1;
}

.s2-topBox {
  /* background: url(../images/s2-bg.png) no-repeat 0 0 / 100% 100%; */
  background-color: #1e1510;
  width: 7.5rem;
  height: 1.6rem;
  overflow: hidden;
}

.s2-tagBox {
  width: 5.8rem;
  height: 0.38rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7F7360;
  margin-top: 0.2rem;
  margin-left: 0.32rem;
}

.s2-tagBox li {
  cursor: pointer;
}

.s2-tagBox li:first-child {
  background: url(../images/s2-zx.png) no-repeat 0 0 / 1.01rem 0.9rem;
  width: 1.01rem;
  height: 0.38rem;
}

.s2-tagBox li:nth-child(2) {
  background: url(../images/s2-xw.png) no-repeat 0 0 / 1.09rem 0.9rem;
  width: 1.09rem;
  height: 0.38rem;
}

.s2-tagBox li:nth-child(3) {
  background: url(../images/s2-gg.png) no-repeat 0 0 / 1rem 0.89rem;
  width: 1rem;
  height: 0.38rem;
}

.s2-tagBox li:nth-child(4) {
  background: url(../images/s2-hd.png) no-repeat 0 0 / 1.06rem 0.88rem;
  width: 1.06rem;
  height: 0.38rem;
}

.s2-tagBox li.cur {
  background-position-y: -0.6rem;
  border-bottom: 2px solid #FFC844;
}

.s2-hotBox {
  width: 100%;
  height: 0.42rem;
  padding: 0 0.32rem;
  margin-top: 0.36rem;
}

.s2-hotBox li {
  display: none;
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.3rem;
  color: #DFC895;
}

.s2-hotBox li a {
  display: block;
  width: 100%;
  height: 100%;
}

.s2-hotBox li span {
  display: inline-block;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.3rem;
  color: #DFC895;
  overflow: hidden;
}

.s2-hotBox li span:nth-child(2) {
  width: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2-hotBox li span:last-child {
  float: right;
}

.s2-hotBox li.cur {
  display: block;
}

.s2-botBox {
  width: 100%;
  height: 2.44rem;
  padding: 0 0.32rem;
  margin-top: 0.08rem;
  overflow: hidden;
}

.s2-botBox ul {
  display: none;
  width: 100%;
  height: 100%;
}

.s2-botBox ul.cur {
  display: block;
}

.s2-botBox ul li {
  width: 100%;
  height: 0.28rem;
  margin-top: 0.32rem;
}

.s2-botBox ul li span {
  display: inline-block;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.26rem;
  color: #DFC895;
  overflow: hidden;
}

.s2-botBox ul li span:nth-child(2) {
  display: inline-block;
  width: 4.8rem;
  height: 0.28rem;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2-botBox ul li span:nth-child(3) {
  float: right;
}

.s2-more {
  display: block;
  width: 6.86rem;
  height: 0.61rem;
  margin: 0.5rem auto 0;
  cursor: pointer;
}

.s2-more img {
  width: 100%;
  height: 100%;
}

.s3 {
  width: 7.5rem;
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.s3-title {
  display: block;
  width: 3.36rem;
  height: 1.59rem;
  margin: 1.04rem auto 0;
  position: relative;
  z-index: 10;
}

.swiper-s3 {
  width: 7.5rem;
  height: 9.5rem;
  margin-top: -1rem;
}

.s3-role {
  width: 7.5rem;
  height: 9.5rem;
  position: absolute;
  top: -0.7rem;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: translateX(-7rem);
  transition: all 0.5s;
}

.s3-vBox {
  width: 2.62rem;
  height: 1.8rem;
  position: absolute;
  /* top: 2.32rem; */
  top: 4rem;
  right: 0.92rem;
  z-index: 2;
  opacity: 0;
  transform: translateX(7rem);
  transition: all 0.5s;
}

.swiper-s3 .swiper-slide-active .s3-role,.swiper-s3 .swiper-slide-active .s3-vBox {
  opacity: 1;
  transform: translateX(0);
}


.s3-vBox-con {
  width: 2.62rem;
  height: 1.46rem;
  overflow: hidden;
}

.s3-vBox-con li {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.s3-vBox-con li.cur{
  display: block;
}

.s3-vBox-con li .s3-vImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.s3-playBtn {
  width: 0.73rem;
  height: 0.81rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.4rem;
  cursor: pointer;
}

.s3-playBtn img {
  width: 100%;
  height: 100%;
}

.s3-vBox-tag {
  background: url(../images/s3-v-title-0.png) no-repeat 0 0 / 100% 100%;
  width: 2.62rem;
  height: 0.34rem;
  display: flex;
  justify-content: space-between;
}

.s3-vBox-tag li {
  width: 1.32rem;
  height: 0.32rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}

.s3-vBox-tag li.cur {
  opacity: 1;
}

.s3-vBox-tag li img {
  width: 100%;
  height: 100%;
}

.s3-prev::after, .s3-next::after {
  display: none;
}

.s3-prev {
  background: url(../images/s3-prev.png) no-repeat 0 0 / 100% 100%;
  width: 0.6rem;
  height: 0.86rem;
  left: 0.2rem;
}

.s3-next {
  background: url(../images/s3-next.png) no-repeat 0 0 / 100% 100%;
  width: 0.6rem;
  height: 0.86rem;
  right: 0.2rem;
}

.swiper-s3-thumbs {
  width: 7.5rem;
  height: 1.4rem;
  top: -1.1rem;
  border-bottom: 1px solid #7F7360;
}

.swiper-s3-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s3-thumbs-icon {
  width: 1.28rem;
  height: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.s3-thumbs-icon-0 {
  width: 0.76rem;
  height: 0.77rem;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s;
}

.s3-thumbs-icon-1 {
  width: 1.28rem;
  height: 1.1rem;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
}

.swiper-s3-thumbs .swiper-slide-thumb-active {
  border-bottom: 2px solid #FFEFBA;
}

.swiper-s3-thumbs .swiper-slide-thumb-active .s3-thumbs-icon-0 {
  opacity: 0;
}

.swiper-s3-thumbs .swiper-slide-thumb-active .s3-thumbs-icon-1 {
  opacity: 1;
}

.s3-gjBox {
  width: 6.84rem;
  height: 0.6rem;
  margin: -0.7rem auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.s3-gjBox li {
  width: 1.71rem;
  height: 0.6rem;
  cursor: pointer;
}

.s3-gjBox li:first-child {
  background: url(../images/s3-gj-wei.png) no-repeat 0 0 / 1.71rem 1.32rem;
}

.s3-gjBox li:nth-child(2) {
  background: url(../images/s3-gj-shu.png) no-repeat 0 0 / 1.71rem 1.32rem;
}

.s3-gjBox li:nth-child(3) {
  background: url(../images/s3-gj-wu.png) no-repeat 0 0 / 1.71rem 1.32rem;
}

.s3-gjBox li:nth-child(4) {
  background: url(../images/s3-gj-qx.png) no-repeat 0 0 / 1.71rem 1.32rem;
}

.s3-gjBox li.cur {
  background-position: 0 -0.76rem;
}

.s4 {
  width: 7.5rem;
  pointer-events: all;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}

.s4-title {
  display: block;
  width: 3.36rem;
  height: 1.5rem;
  margin: 0 auto;
}

.s4-container {
  width: 6.84rem;
  height: 6.24rem;
  border: 1px solid #7F7360;
  margin: 0.3rem auto 0;
  padding: 0.1rem;
  overflow: hidden;
}

.s4-container li {
  cursor: pointer;
}

.s4-container li img {
  width: 100%;
  height: 100%;
}

.s4-container li:first-child {
  width: 4.72rem;
  height: 2.65rem;
  position: relative;
  float: left;
}

.s4-playBtn {
  width: 0.7rem;
  height: 0.73rem;
  position: absolute;
  top: 1.04rem;
  left: 2.12rem;
  cursor: pointer;
}

.s4-container li:nth-child(2) {
  width: 1.74rem;
  height: 2.66rem;
  float: right;
}

.s4-container li:nth-child(3) {
  width: 1.81rem;
  height: 3.22rem;
  float: left;
  margin-top: 0.16rem;
}

.s4-container li:nth-child(4) {
  width: 1.81rem;
  height: 3.22rem;
  float: left;
  margin-left: 0.16rem;
  margin-top: 0.16rem;
}

.s4-container li:nth-child(5) {
  width: 2.69rem;
  height: 1.52rem;
  float: right;
  margin-top: 0.16rem;
}

.s4-container li:nth-child(6) {
  width: 2.69rem;
  height: 1.52rem;
  float: right;
  margin-top: 0.16rem;
}

.s4-more {
  display: block;
  width: 6.86rem;
  height: 0.61rem;
  margin: 0.86rem auto 0;
}

.s4-more img {
  width: 100%;
  height: 100%;
}

.s5 {
  width: 7.5rem;
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.s5-title {
  display: block;
  width: 3.36rem;
  height: 1.59rem;
  margin: 0.76rem auto 0;
}

.s5-container {
  margin: 0.3rem auto 0;
  width: 6.5rem;
  height: 2.68rem;
  overflow: hidden;
}

.s5-container li {
  float: left;
  width: 0.44rem;
  height: 2.68rem;
  transition: width 0.5s;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.s5-container li .s5-tag {
  width: 0.44rem;
  height: 2.69rem;
  position: absolute;
  top: 0;
  right: 0;
}

.s5-container li .s5-tag1 {
  background: url(../images/s5-tag1.png) no-repeat 0 0 / 5.13rem 2.69rem;
}

.s5-container li .s5-tag2 {
  background: url(../images/s5-tag2.png) no-repeat 0 0 / 5.13rem 2.69rem;
}

.s5-container li .s5-tag3 {
  background: url(../images/s5-tag3.png) no-repeat 0 0 / 5.13rem 2.69rem;
}

.s5-container li .s5-tag4 {
  background: url(../images/s5-tag4.png) no-repeat 0 0 / 5.13rem 2.69rem;
}

.s5-container li .s5-tag5 {
  background: url(../images/s5-tag5.png) no-repeat 0 0 / 5.13rem 2.69rem;
}

.s5-container li .s5-big {
  width: 4.26rem;
  height: 2.67rem;
  position: absolute;
  top: 0.02rem;
  right: 0.44rem;
}

.s5-container li.cur {
  width: 4.7rem;
}

.s5-container li.cur .s5-tag {
  background-position: -4.69rem 0;
}

.s6 {
  width: 7.5rem;
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.s6-container {
  background: url(../images/s6-bg.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 1.55rem;
  margin-top: 1.64rem;
  padding: 0 1.26rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s6-container a {
  width: 0.73rem;
  height: 0.72rem;
}

.s6-container a img {
  width: 100%;
  height: 100%;
}

.s6-wxQrBox {
  background: url(../images/qr-bg.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 5.55rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 10;
  transform: translateY(5.6rem);
  transition: transform 0.5s;
  pointer-events: all;
}

.s6-wxQrBox.cur {
  transform: translateY(0);
}

.s6-close {
  width: 0.7rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  right: 0.76rem;
  cursor: pointer;
}

.s6-wxQr {
  width: 1.72rem;
  height: 1.68rem;
  position: absolute;
  top: 2.2rem;
  left: 50%;
  margin-left: -0.86rem;
}



.footer {
  background: url(../images/footer-bg.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 3.12rem;
  padding-top: 0.6rem;
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.footer p {
  color: #FCECB4;
  font-size: 0.18rem;
  line-height: 2;
  text-align: center;
}

.footer-info img {
  vertical-align: middle;
  width: 0.21rem;
  height: 0.21rem;
}

/* dialog */
.mask {
  background-color: #000;
  border-top: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 9998;
  display: none;
}

.dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
}

.mask.on {
  display: block;
}

.dialog.on {
  display: block;
}

.dialog-close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: -0.6rem;
  right: 0rem;
  cursor: pointer;
}

.dialog-close img {
  width: 100%;
  height: 100%;
}

.dialog-v {
  width: 7rem;
  height: 4rem;
  margin-top: -2rem;
  margin-left: -3.5rem;
}

.dialog-v .dialog-con video {
  width: 100%;
  height: 100%;
}

.dialog-img {
  width: 6rem;
  transform: translate(-50%, -50%);
}

.dialog-img .dialog-con img {
  width: 100%;
}

/* news */
.news-wrapper::after {
  content: '';
  background: url(../pic/bg.jpg) no-repeat center bottom / 7.5rem 15.49rem;
  width: 7.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: -1; 
}

.news-wrapper {
  width: 7.5rem;
  padding-bottom: 2rem;
  position: relative;
  margin: 0 auto 0;
  overflow: hidden;
}

.news-top {
  background: url(../pic/ban.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 4.35rem;
  overflow: hidden;
}

.news-goBack {
  display: block;
  width: 0.27rem;
  height: 0.52rem;
  margin-top: 0.3rem;
  margin-left: 0.34rem;
  cursor: pointer;
}

.news-goBack img {
  width: 100%;
  height: 100%;
}

.news-tagBox {
  width: 6.7rem;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
  border-bottom: 0.01rem solid #293543;
  position:relative;
  margin:.36rem auto 0;
  padding-bottom:.1rem;
}

.news-tagBox li {
	width:1.15rem;
  position: relative;
  cursor: pointer;
}

.news-tagBox li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size:.24rem;
  color:#858585;
  text-align: center;
}
.news-tagBox li.cur a{
	color:#7f6000;
}
.news-tagBox li i{
	display: block;
	width:0.02rem;
	height:.23rem;
	position:absolute;
	right:0;
	top:52%;
	margin-top:-0.115rem;
	background:#293543;
}
.news-tagBox li.cur:after{
	display: block;
	content:'';
	width:1.15rem;
	height:0.06rem;
	background:url(../images/cur.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	bottom:-.1rem;
	left:0;
}
.news-conBox {
  width: 7.5rem;
  overflow: hidden;
}

.news-conBox li {
  width: 6.7rem;
  height:.58rem;
  border-bottom: 0.01rem solid #293543;
	margin:0 auto 0;
  display: flex;
  align-items: center;
  position: relative;
}

.news-conBox li a {
  width: 100%;
}

.news-conBox li a span {
  display: block;
  line-height: 0.58rem;
  font-size: 0.2rem;
  color: #293543;
  overflow: hidden;
  float:left;
}

.news-conBox li a span:nth-child(2) {
  width: 4.16rem;
  line-height: 0.58rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-conBox li a span:nth-child(3) {
  float: right;
  font-size:.16rem;
}
/* detail */
.detail-wrapper::after {
  content: '';
  background: url(../pic/bg.jpg) no-repeat center bottom / 7.5rem 15.49rem;
  width: 7.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: -1; 
}

.detail-wrapper {
  width: 7.5rem;
  margin: 0 auto;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.detail-top {
  background: url(../pic/ban.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 4.52rem;
  overflow: hidden;
}

.detail-goBack {
  display: block;
  width: 0.27rem;
  height: 0.52rem;
  margin-top: 0.3rem;
  margin-left: 0.34rem;
  cursor: pointer;
}

.detail-goBack img {
  width: 100%;
  height: 100%;
}

.detail-topBox {
  width: 7.5rem;
  overflow: hidden;
  position:relative;
  border-bottom: 0.02rem solid #e0e1e3;
}
.detail-nav{
	font-size:.22rem;
	margin:0.22rem 0 0 0.55rem;
	color:#87690f;
}
.detail-nav a{
	color:#87690f;
}
.detail-title {
  font-size: 0.27rem;
  color: #000;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  max-width:90%;
  margin:0.4rem auto 0;
}

.detail-time {
  font-size: 0.18rem;
  color: #9f9f9f;
  line-height: 1.5;
  text-align: center;
  margin-top:.36rem;
  padding-bottom:0.07rem;
}

.detail-con {
  width: 7.5rem;
  padding: 0.38rem 0.76rem 2rem;
  color: #6F6F6F;
  line-height: 1.5;
  font-size: 0.24rem;
}

.detail-con img {
  display: block;
  max-width: 100%;
}

/* views */
.views-wrapper::after {
  content: '';
  background: url(../images/subpage-bg.jpg) no-repeat center bottom / 7.5rem 15rem;
  width: 7.5rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: -1; 
}

.views-wrapper {
  width: 7.5rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 2rem;
}

.views-top {
  background: url(../images/subpage-banner.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 4.45rem;
  overflow: hidden;
}

.views-goBack {
  display: block;
  width: 0.27rem;
  height: 0.52rem;
  margin-top: 0.3rem;
  margin-left: 0.34rem;
  cursor: pointer;
}

.views-goBack img {
  width: 100%;
  height: 100%;
}

.views-tag {
  width: 7.5rem;
  height: 1.1rem;
  border-bottom: 1px solid #8E8987;
  padding: 0.4rem 1.74rem 0;
  display: flex;
  justify-content: space-between;
}

.views-tag li {
  width: 1.4rem;
  height: 0.7rem;
  font-size: 0.34rem;
  color: #0F0F0F;
  line-height: 0.7rem;
  font-weight: 700;
}

.views-tag li.cur {
  color: #FF3700;
  border-bottom: 2px solid #FF3700;
}

.views-con {
  width: 7.5rem;
  margin-top: 0.46rem;
  /* padding: 0 0.32rem; */
}

.views-conTop {
  width: 7.5rem;
  height: 3.78rem;
  overflow: hidden;
  position: relative;
}

.views-conTop .swiper-container-views {
  width: 100%;
  height: 100%;
}

.views-conTop .swiper-container-views .swiper-slide {
  display: flex;
  justify-content: center;
}

.views-conTop .swiper-container-views .views-conTop-img {
  width: 6.8rem;
  height: 3.78rem;
}

.subpage-v {
  filter: brightness(0.5);
}

.views-conTop .views-conTop-playBtn {
  width: 0.7rem;
  height: 0.73rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.35rem;
  margin-top: -0.365rem;
  cursor: pointer;
}

.views-conTop .views-conTop-playBtn img {
  width: 100%;
  height: 100%;
}

.views-conBot {
  margin-top: 0.14rem;
  width: 100%;
  height: 1.2rem;
}

.swiper-container-views-thumbs {
  width: 100%;
  height: 100%;
}

.swiper-container-views-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0.5);
}

.swiper-container-views-thumbs .swiper-slide-thumb-active {
  filter: brightness(1);
}

.swiper-container-views-thumbs .swiper-slide img {
  width: 2.14rem;
  height: 1.18rem;
}