@font-face {
  font-family: CN-Bold;
  src: url(../fonts/SourceHanSerifCN-Bold.otf);
}
.ban {
  overflow: hidden;
  position: relative;
}
.ban .pic {
  display: block;
  padding-top: 44.27%;
  height: 0;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ban .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ban .txt {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 9%;
}
.ban .txt .tit {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.12em;
  overflow: hidden;
  text-align: center;
  font-family: CN-Bold;
}
.m-infol1 {
  /* overflow: hidden; */
  margin: -0.58rem 0 0.24rem;
  position: relative;
  z-index: 2;
}
.m-infol1 .box {
  position: relative;
}
.m-infol1 .icon {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 auto 0.22rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 -0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 -0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 -0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 -0.05rem 0.1rem rgba(0, 0, 0, 0.5);
}
.m-infol1 .icon .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.m-infol1 .tit {
  text-align: center;
  font-size: var(--fz22);
  color: #333;
  line-height: 1.5em;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0.08rem;
}
.m-infol1 .tips {
  font-size: var(--fz16);
  color: #666;
  line-height: 1.5em;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0.11rem;
}
.m-infol1 .info {
  font-size: 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0.13rem;
}
.m-infol1 .info span {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--fz16);
  color: #666;
  line-height: 1.5em;
  overflow: hidden;
  margin: 0 0.09rem;
}
.m-infol1 .btnbox{
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.m-infol1 .btn {
  display: inline-block;
  /*position: absolute;
  top: 0.75rem;
  right: 0;
  */background: var(--theme-color);
  padding: 0 0.2rem;
  height: 0.42rem;
  line-height: 0.42rem;
  min-width: 1.2rem;
  padding: 0 0.3rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  font-size: var(--fz18);
  color: #fff;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.m-infol1 .btn:hover {
  opacity: 0.7;
}
.m-infol1.bg1{
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0;
  text-align: center;
  padding: 0.45rem 0 0.39rem;
  background: #fff!important;
}
.m-infol1.bg1 .box{
  display: inline-block;
  /* overflow: hidden; */
}
.m-infol1.bg1 .box .icon{
  width: 1.64rem;
  height: 1.64rem;
  margin: 0 0.3rem 0 0;
  float: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.m-infol1.bg1 .box .txt{
  overflow: hidden;
  position: relative;
}
.m-infol1.bg1 .box .txt .left{
  float: left;
  overflow: hidden;
  margin-right: 0.3rem;
}
.m-infol1.bg1 .tit{
  font-size: var(--fz36);
  text-align: left;
  margin-bottom: 0.14rem;
}
.m-infol1.bg1 .tips{
  font-size: var(--fz16);
  text-align: left;
  color: #999;
  margin-bottom: 0.14rem;
}
.m-infol1.bg1 .info{
  font-size: var(--fz16);
  color: #666;
  text-align: left;
}
.m-infol1.bg1 .info span{
  display: block;
  margin: 0;
  line-height: 1.8;
}
.m-infol1.bg1 .btnbox{
  padding-top: 0.09rem;
}
.m-tacl,
.m-tacl2 {
  border: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
}
.m-tacl .box .item::after,
.m-tacl2 .box .item::after,
.m-tacl3 .box .item::after {
  display: none;
}
.m-tacl .box .item a,
.m-tacl2 .box .item a {
  font-size: var(--fz18);
  color: #000;
  line-height: 0.68rem;
  /* margin-right: 0.26rem; */
}
.m-tacl3 .box .item a{
  line-height: 0.5rem;
  /* font-size: var(--fz14); */
}
.m-tacl2 {
  border: 1px solid #e0e0e0;
}
.m-tacl2 .box .item a {
  color: #666;
}
.m-picturel {
  padding: 0.18rem 0 0.3rem;
}
.ls-dialog .el-dialog__body {
  padding: 0;
}
.ls-dialog .el-dialog__header {
  display: none;
}
/* 弹窗 */
.m-popl1 {
  /*  position: fixed;
    left: 110%;
    top: 0;
    width: 100%;
    height: 100vh;
    cursor: auto;
    z-index: 100;*/
}
.m-popl1 .pop-bgl1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #f5f5f5;
}
.m-popl1 .inner {
  /*  position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    overflow: hidden; */
  height: 100vh;
}
.m-winl {
  padding: 0.3rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f6;
}
.m-winl .left {
  /* width: 75.4301%; */
  width: 73.8301%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.m-winl .right {
  width: 24.5699%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  /* background-color: #fff; */
  /* border: 1px solid #f5f5f7; */
  /* border-left-color: #e4e4e4; */
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-winl .right .bgf{
  background-color: #fff;
  margin-bottom: 0.3rem;
}
.m-winl .right .bgf:last-child{
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-swiperl1 {
  overflow: hidden;
  background-color: #fff;
  padding: 0.1rem;
  width: 100%;
  /* -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15); */
  flex:1;
}
.m-swiperl1 .swiper-container {
  display: block;
  width: 100%;
  height: 100%;
}
.m-swiperl1 .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-swiperl1 .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.m-swiperl1{
  position: relative;
}
.m-swiperl1 .video-player {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    /* object-fit: cover; */
    
}
.m-swiperl1 .swiper-button-prev:after,
.m-swiperl1 .swiper-button-next:after {
  display: none;
}
.m-swiperl1 .swiper-button-prev,
.m-swiperl1 .swiper-button-next {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #999999 url(../images/iconl1.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 20;
}
.m-swiperl1 .swiper-button-next {
  background-image: url(../images/iconl2.png);
}
.m-swiperl1 .swiper-button-next.swiper-button-disabled,.m-swiperl1 .swiper-button-prev.swiper-button-disabled{
  pointer-events: auto;
}
.m-swiperl2 {
  overflow: hidden;
  height: 15%;
  width: 100%;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1%;
}
.m-swiperl2 .swiper-container {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-swiperl2 .swiper-wrapper{
  height: 100%;
}
.m-swiperl2 .swiper-slide {
  padding: 0 0.04rem;
  height: 100%;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-swiperl2 .pic {
  /* padding-top: 65.5737704%;
  position: relative;
  overflow: hidden;
  height: 0; */
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  /*  -webkit-box-shadow: 0 0 0.08rem rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 0.08rem rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 0.08rem rgba(0,0,0,.5);
    -o-box-shadow: 0 0 0.08rem rgba(0,0,0,.5);
    box-shadow: 0 0 0.08rem rgba(0,0,0,.5); */
  /* background-color: #637075; */
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
/* .m-swiperl2 .pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
} */
.m-swiperl2 .pic .img {
  display: block;
  height: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain; */
}
.m-swiperl2 .swiper-slide-thumb-active .pic {
  border-color: #ff6633;
}
.m-topl1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.23rem 0.25rem 0.19rem;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}
.m-topl1 .ll {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.m-topl1 .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 0.15rem;
  overflow: hidden;
 
}
.m-topl1 .tt {
  font-size: var(--fz18);
  color: #333;
  line-height: 1.5em;
  overflow: hidden;
}
.m-topl1 .btn {
  display: block;
  background: var(--theme-color);
  padding: 0 0.2rem;
  height: 0.28rem;
  line-height: 0.28rem;
  border-radius: 0.28rem;
  -webkit-border-radius: 0.28rem;
  -moz-border-radius: 0.28rem;
  -ms-border-radius: 0.28rem;
  -o-border-radius: 0.28rem;
  font-size: var(--fz16);
  color: #fff;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.m-topl1 .btn:hover {
  opacity: 0.7;
}
.m-infol2 {
  overflow: hidden;
  padding: 0.19rem 0.25rem 0.2rem;
  border-bottom: 1px solid #e4e4e4;
}
.m-infol2 .tit {
  font-size: var(--fz18);
  color: #333;
  line-height: 1.5em;
  overflow: hidden;
  margin-bottom: 0.06rem;
}
.m-infol2 .tips {
  font-size: var(--fz16);
  color: #666;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 0.06rem;
}
.m-infol2 .tags {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 0.19rem;
}
.m-infol2 .tags span {
  font-size: var(--fz14);
  color: #ff6900;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.18rem;
  cursor: pointer;
}
.m-infol2 .desc {
  overflow: hidden;
}
.m-infol2 .desc .box {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: var(--fz14);
  color: #999;
  line-height: 2em;
  overflow: hidden;
}
.m-sharel1 {
  /* overflow: hidden; */
  font-size: var(--fz16);
  color: #666;
  line-height: 0.3rem;
  padding: 0.21rem 0.25rem 0.21rem;
  /* border-bottom: 1px solid #e4e4e4; */
}
.m-sharel1 .sbox {
  float: left;
  display: block;
  margin-right: 0.45rem;
  /* overflow: hidden; */
  cursor: pointer;
  position: relative;
}
.m-sharel1 .sbox:last-child {
  margin-right: 0;
}
.m-sharel1 .icon {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0;
  /* overflow: hidden; */
  margin-right: 0.08rem;
  float: left;
}
.m-sharel1 .icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.m-sharel1 .icon .icn2 {
  display: none;
}
.m-sharel1 .sbox.on .icon .icn1 {
  display: none;
}
.m-sharel1 .sbox.on .icon .icn2 {
  display: block;
}
.m-sharel1 .sbox.on{
  color: #cc0000!important;
}
.m-sharel1 .lk i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 0.05rem;
}
.m-sharel1 .pop-box {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.m-commentl1 {
  overflow: hidden;
}
.m-remarkl,
.g-not-remarkl {
  padding: 0.25rem;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 0.36rem; */
  border-bottom: 1px solid #e7e7e7;
}
.m-remarkl .icon,
.g-not-remarkl .icon {
  width: 0.31rem;
  height: 0.31rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.m-remarkl .icon .img,
.g-not-remarkl .icon .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.m-remarkl .inp,
.g-not-remarkl .inp {
  position: relative;
  background-color: #f9f9fa;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.g-not-remarkl .inp{
  height: 0.42rem;
  line-height: 0.38rem;
  border: 0.02rem solid #f2f2f2;
}
.m-remarkl .inp input {
  display: block;
  width: 100%;
  height: 0.42rem;
  line-height: 0.38rem;
  border: 0.02rem solid #f2f2f2;
  background: transparent;
  padding: 0 1.1rem 0 0.1rem;
  font-size: var(--fz16);
  color: #333;
  overflow: hidden;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.g-not-remarkl .inp {
  padding: 0 0.1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  -ms-border-radius: 0.05rem;
  -o-border-radius: 0.05rem;
}
.g-not-remarkl .inp .txt {
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: var(--fz14);
  color: #b9c1c7;
}
.g-not-remarkl .inp .txt a {
  color: #ff6900;
}
.g-not-remarkl .inp .ico {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.g-not-remarkl .inp .ico img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.m-remarkl .yi {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  min-width: 0.94rem;
  height: 0.42rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  text-align: center;
  overflow: hidden;
  /* border: 0.02rem solid #ff6900; */
  background-color: #ff6633;
  font-size: var(--fz16);
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin-left: 0.1rem;
  display: block;
}
.m-pingl1 {
  overflow: hidden;
  padding: 0.22rem 0.25rem;
}
.m-pingl1 .m-pingl1{
  padding: 0;
}
.m-pingl1 .top {
  overflow: hidden;
  position: relative;
  padding-right: 4em;
}
.m-pingl1 .top .icon {
  width: 0.31rem;
  height: 0.31rem;
  float: left;
  margin-right: 0.09rem;
  position: relative;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  overflow: hidden;
}
.m-pingl1 .top .icon .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.m-pingl1 .top .tit {
  overflow: hidden;
  font-size: var(--fz14);
  color: #333;
  line-height: 0.31rem;
}
.m-pingl1 .top .stick{
  background: #ff6633;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.m-pingl1 .txt {
  padding-left: 0.4rem;
  overflow: hidden;
}
.m-pingl1 .desc {
  font-size: var(--fz14);
  color: #666;
  line-height: 1.6em;
  overflow: hidden;
  margin-bottom: 0.03rem;
}
.m-pingl1 .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: var(--fz12);
  line-height: 1.5em;
  overflow: hidden;
  color: #999;
  margin-bottom: 0.22rem;
}
.m-pingl1 .info .l {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-pingl1 .info a {
  color: var(--theme-color);
  display: block;
  margin: 0 0.04rem;
}
.m-pingl1 .info .dot {
  color: var(--theme-color);
}
.m-pingl1 .info span {
  display: block;
  margin-right: 0.1rem;
}
.m-pingl1 .info .zan {
  font-size: var(--fz12);
  line-height: 1.5em;
  overflow: hidden;
  color: #999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.m-pingl1 .info .zan .icon {
  display: block;
  width: 0.11rem;
  height: 0.11rem;
  line-height: 0.11rem;
  text-align: center;
  font-size: 0;
  margin-right: 0.06rem;
}
.m-pingl1 .info .zan .icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.m-pingl1 .info .zan .icon .img2{
  display: none;
}
.m-pingl1 .info .zan.on{
  color: #c00;
}
.m-pingl1 .info .zan.on .icon .img2{
  display: block;
}
.m-pingl1 .info .zan.on .icon .img1{
  display: none;
}
.g-replybtnl {
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.g-replybtnl:hover {
  color: var(--theme-color);
}
.m-pingl1 .m-remarkl {
  padding: 0 0 0.1rem;
  border-bottom: none;
}
/* .m-pingl1.styl2 .top .icon{
    width: 0.22rem;
    height: 0.22rem;
    float: left;
    margin-right: 0.09rem;
    position: relative;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
} */
.m-pingl1.styl2 .top .tit {
  overflow: hidden;
  font-size: var(--fz14);
  color: #333;
  line-height: 0.22rem;
}
.m-popl1 .close {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  right: 0.55rem;
  top: 0.38rem;
  z-index: 2;
  background: url(../images/close.png) no-repeat center center;
}

/* 活动详细介绍 */
.m-introducel {
  overflow: hidden;
  padding-bottom: 0.5rem;
  /* border-top: 1px solid #e0e0e0; */
}
.m-introducel .top {
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.m-introducel .top .selection {
  padding: 0;
  text-align: center;
  font-size: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-introducel .top .selection .date {
  font-size: var(--fz18);
  color: #666;
  line-height: 1.5em;
  overflow: hidden;
  /* position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); */
}
.m-introducel .top .selection .date i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 0.26rem;
  height: 0.26rem;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 0.07rem;
}
.m-introducel .top .selection .rr{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; 
}
.m-introducel .top .selection .btnbox{
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.m-introducel .top .selection .btn {
  display: inline-block;
  font-size: var(--fz18);
  height: 0.42rem;
  line-height: 0.4rem;
  padding: 0 0.4rem;
  color: #fff;
  background-color: var(--theme-color);
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border: 1px solid var(--theme-color);
  margin-left: 0.2rem;
}
.m-introducel .top .selection .b2 {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #fff;
}
.m-introducel .top .selection .btn2 i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.06rem;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.m-introducel .top .selection .btn:hover,
.m-introducel .top .selection .btn2:hover {
  opacity: 0.7;
}
.m-introducel .top .g-sticky .box .item a{
  line-height: 1rem;
  position: relative;
  display: block;
}
.m-introducel .top .g-sticky .box .item a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--theme-color);
  width: 0;
}
.m-introducel .top .g-sticky .box .act a:after{
  width: 100%;
}
.m-introducel .top .g-sticky .box .item{
  margin-right: 0.37rem;
}
.m-introducel .top .g-sticky .box .item:last-child{
  margin-right: 0;
}
.m-introducel .top .g-sticky{
  border:none;
}
.m-detailsl {
  overflow: hidden;
  padding: 0.52rem 0 1rem;
  font-size: var(--fz16);
  color: #666;
  line-height: 2;
  margin-bottom: 0.84rem;
}
.m-detailsl .tit {
  font-size: var(--fz24);
  color: #000;
  line-height: 1.5em;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.m-detailsl .stit {
  font-size: var(--fz20);
  color: #333;
  text-align: center;
}
.m-detailsl .txt {
  font-size: var(--fz14);
  color: #333;
  line-height: 1.777em;
  overflow: hidden;
}
.m-detailsl .talk {
  font-size: var(--fz14);
  color: #09f;
  line-height: 1.5em;
  overflow: hidden;
  margin-top: 0.18rem;
}
.m-detailsl .talk span {
  display: block;
  float: left;
  margin-right: 0.2rem;
}
.m-detailsl img{
  height: auto!important;
}
/* 鸟讯页面 */
/* .g-boxl {
  background-color: #f5f5f7;
} */
.g-boxl .box {
  max-width: 9.3rem;
  margin: 0 auto;
}
.m-picl {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.29rem;
}
.m-picl img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-interrogatel {
  overflow: hidden;
}
.m-introducel .tag {
  overflow: hidden;
  margin-bottom: 0.09rem;
}
.m-introducel .tag span {
  display: block;
  float: left;
  min-width: 0.4rem;
  height: 1.571em;
  line-height: 1.571em;
  background-color: #ff6633;
  overflow: hidden;
  padding: 0 0.1rem;
  text-align: center;
  font-size: var(--fz14);
  color: #fff;
}
.m-introducel .title {
  font-size: var(--fz24);
  color: #000;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5em;
  margin-bottom: 0.34rem;
}
.m-infol3 {
  /* overflow: hidden; */
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 0.11rem 0;
}
.m-infol3 .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.m-infol3 .date {
  font-size: var(--fz15);
  color: #999;
  line-height: 1.5em;
  overflow: hidden;
}
.m-infol3 .info {
  overflow: hidden;
  font-size: 0;
}
.m-infol3 .info .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.31rem;
  height: 0.31rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 0.05rem;
  overflow: hidden;
}
.m-infol3 .info .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-infol3 .info .tit {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--fz15);
  color: #999;
  line-height: 1.5em;
  overflow: hidden;
}
.m-infol3 .m-sharel1 {
  border-bottom: none;
  padding: 0;
  font-size: var(--fz14);
  line-height: 0.23rem;
}
.m-infol3 .m-sharel1 .sbox {
  color: #999;
}
.m-infol3 .m-sharel1 .icon {
  width: 0.23rem;
  height: 0.23rem;
  line-height: 0.23rem;
  margin-right: 0.05rem;
}
.m-infol3 .m-sharel1 .sbox {
  margin-right: 0.3rem;
}
.m-infol3 .m-sharel1 .sbox:last-child {
  margin-right: 0;
}
.m-detailsl.styl2 {
  padding: 0.71rem 0 0.26rem;
  border-bottom: 1px solid #e0e0e0;
}
.m-detailsl.styl2 .tit {
  font-size: var(--fz20);
  margin-bottom: 0.17rem;
}
.m-detailsl.styl2 .txt {
  line-height: 2em;
}
.m-commentl1.big {
  padding: 0.52rem 0 2rem;
}
.m-commentl1.big .more {
  display: block;
  margin: 0 0 0.26rem 0.29rem;
  overflow: hidden;
}
.m-commentl1.big .more a {
  font-size: var(--fz12);
  color: #999;
  line-height: 1.5em;
  overflow: hidden;
  padding-right: 0.13rem;
  background: url(../images/iconl12.png) center right no-repeat;
  background-size: 0.07rem auto;
}
.m-remarkl.big {
  margin-bottom: 0.32rem;
}
.m-remarkl.big .yi {
  /* min-width: 0.46rem; */
  /* height: 0.46rem; */
  line-height: 0.42rem;
  display: block;
  padding: 0 0.1rem;
}
.m-remarkl.big .icon {
  width: 0.46rem;
  height: 0.46rem;
}
.m-remarkl.big .inp input {
  height: 0.42rem;
  line-height: 0.42rem;
}
.m-commentl1.big .m-pingl1 {
  padding: 0 0.52rem 0 0.65rem;
}
.m-commentl1.big .m-pingl1 .top {
  margin-bottom: 0.03rem;
}
.m-commentl1.big .m-pingl1 .top .tit,
.m-commentl1.big .m-pingl1 .desc {
  font-size: var(--fz16);
  color: #000;
}
.m-commentl1.big .m-pingl1 .desc {
  color: #666;
  margin-bottom: 0.08rem;
}
.m-commentl1.big .m-pingl1 .info {
  margin-bottom: 0.25rem;
}
.m-commentl1.big .m-pingl1.styl2 {
  padding: 0;
}
.m-commentl1.big .m-pingl1.styl2 .txt {
  padding-left: 0.29rem;
}

/* 鸟巢汇总页 */
.ul-listl1.stypw .pic{
  padding-top: 67%;
}
.ul-listl1.stypw .pic img{
  object-fit: contain;
}
.ul-listl1.stypw .num{
  min-width: .2rem;
  line-height: 2;
    padding: 0 2px;
  border-radius: .2rem;
  background-color: var(--theme-color);
  color: #fff;
  text-align: center;
  font-size: var(--fz14);
  position: absolute;
  top: 0.12rem;
  right: 0.1rem;
  padding: 0 0.15rem;
  z-index: 2;
}
.ul-listl1 {
  /* overflow: hidden; */
  margin: 0.14rem -0.05rem 0;
  display: flex;
  flex-wrap: wrap;
}
.ul-listl1 li {
  width: 20%;
  /* float: left; */
  padding: 0 0.05rem;
  margin-bottom: 0.3rem;
}
.ul-listl1 .con {
  display: block;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
}
.ul-listl1 .pic {
  padding-top: 56.5340909%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.ul-listl1 .pic .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ul-listl1 .badge{
  position: absolute;
  right: 0.05rem;
  bottom: 0.05rem;
  min-width: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.05rem;
  font-size: var(--fz14);
  color: #000;
  text-shadow: 0 0 0.05rem #fff;
  text-align: right;
  z-index: 2;
}
.ul-listl1 .tag {
  font-size: var(--fz16);
  color: #fff;
  background: url(../images/bl/tag1.png) no-repeat right center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 0.9rem;
  line-height: 0.3rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ul-listl1 .txt {
  position: relative;
  overflow: hidden;
}
.ul-listl1 .info {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.1rem 0 0.09rem;
  border-bottom: 1px solid #f5f5f5;
}
.ul-listl1 .info .user {
  width: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  margin-right: 0.07rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ul-listl1 .info .tit {
  font-size: var(--fz16);
  color: #000;
  line-height: 1.5em;
  overflow: hidden;
}
.ul-listl1 .bot {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.ul-listl1 .bot span {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--fz14);
  color: #999;
  line-height: 2.142em;
  overflow: hidden;
  margin: 0 0.07rem;
}
.ul-listl1 .con:hover {
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}


/* 底部 */
.footer{
    /* overflow: hidden; */
    background-color: #fff;
}
.footer .wp1400{
    max-width: 14.4rem;
}
.footer .top{
    padding: 0.26rem 0 0.1rem;
    /* overflow: hidden; */
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fd-l{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fd-logo{
    height: 0.41rem;
    overflow: hidden;
    margin-right: 0.54rem;
}
.fd-logo img{
    display: block;
    height: 100%;
}
.fd-l .link{
    overflow: hidden;
    margin: 0 -0.28rem;
}
.fd-l .link .itm{
    display: block;
    float: left;
    position: relative;
    padding: 0 0.28rem;
}
.fd-l .link a{
    font-size: var(--fz18);
    color: #333;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.fd-l .link .itm:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.18rem;
    background: #333333;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.fd-l .link .itm:last-child:after{
    display: none;
}
.fd-l .link a:hover{
    opacity: 0.7;
}
.fd-r{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fd-r .ll{
    margin-right: 0.5rem;
}
.fd-r .ll .set-list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fd-r .ll .set-list .li{
    margin-left: 0.15rem;
    position: relative;
}
.fd-r .ll .set-list .li .qr{
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 1.35rem;
    height: auto;
    z-index: 2;
    padding: 0.1rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.1rem rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 0.1rem rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 0.1rem rgba(0,0,0,.1);
    -o-box-shadow: 0 0 0.1rem rgba(0,0,0,.1);
    box-shadow: 0 0 0.1rem rgba(0,0,0,.1);
    display: none;
}
.fd-r .ll .set-list .li .qr:before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 0.08rem solid #fff;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    position: absolute;
    bottom: -0.08rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.fd-r .ll .set-list .li .qr img{
    display: block;
    width: 100%;
    height: 100%;
}
.fd-r .ll .set-list .li:hover .qr{
    display: block;
}
.fd-r .ll .set-list .lk{
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    padding: 0;
    text-align: center;
    font-size: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.fd-r .ll .set-list .lk .icon path{
    fill: #c2c7cd;
}
.fd-r .ll .set-list .lk .icon{
    display: inline-block;
    vertical-align: middle;
    width: 0.24rem;
    height: 0.24rem;
}
.fd-r .ll .set-list .li:hover .lk{
    background: #ea561e;
}
.fd-r .ll .set-list .li:hover .lk .icon path{
    fill: #fff;
}
.fd-r .rr{
    font-size: var(--fz18);
    color: #333;
    font-weight: bold;
    overflow: hidden;
}
.fd-r .rr i{
    display: inline-block;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: -2px 0.2rem 0 0;
}
.footer .bot{
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.3rem 0 0.38rem;
}
.footer .bot .copy{
    font-size: var(--fz15);
    color: #999;
}
.footer .bot .copy span{
    padding-left: 0.2rem;
}
.footer .bot .copy a{
  color: inherit;
}
.footer .bot .copy a:hover{
  text-decoration: underline;
}
.footer .bot .link{
    display: block;
    overflow: hidden;
    margin: 0 -0.15rem;
    font-size: 0;
}
.footer .bot .link .itm{
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.15rem;
    position: relative;
}
.footer .bot .link .itm:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.14rem;
    background-color: #999999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.footer .bot .link a{
    display: block;
    font-size: var(--fz15);
    color: #999;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.footer .bot .link a:hover{
    color: #333;
}
.footer .bot .link .itm:last-child:after{
    display: none;
}
.main{
  min-height: 70vh;
}
.m-addrl{
  position: absolute;
  top: 0.14rem;
  left: 0;
  font-size: var(--fz18);
  line-height: 1.7;
  color: #333;
  overflow: hidden;
  padding: 0.1rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-addrl .pic{
  width: 0.8rem;
  height: 0.8rem;
  float: left;
  margin-right: 0.18rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.m-addrl .pic img{
  display: block;
  width:  100%;
  height: 100%;
  object-fit: cover;
}
.m-addrl .txt{
  overflow: hidden;
}

@media screen and (max-width: 1525px) {
  .m-introducel .top .g-sticky .box .item{
    margin-right: 0.12rem;
  }
  .m-introducel .top .selection .btn{
    margin-left: 0.1rem;
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-infol1 {
    margin-top: -1rem;
  }
  .m-infol1 .icon {
    width: 2rem;
    height: 2rem;
  }
  .m-infol1 .btn {
    position: static;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2.2rem;
    margin: 0 auto 0.2rem;
  }
  .m-infol1.bg1 .box .txt .left,
  .m-infol1.bg1 .box .icon{
    float: none;
    margin: 0 auto;
  }
  .m-infol1.bg1 .box .icon{
    margin: 0 auto 0.3rem;
  }
  .m-infol1.bg1 .tit,
  .m-infol1.bg1 .tips,
  .m-infol1.bg1 .info{
    text-align: center;
  }
  .m-infol1.bg1 .info span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1rem;
  }
  .m-infol1.bg1 .btnbox{
    padding: 0;
  }
  .m-winl .left {
    width: 70%;
  }
  .m-winl .right {
    width: 30%;
  }
  .m-topl1,
  .m-infol2,
  .m-sharel1,
  .m-remarkl, 
  .g-not-remarkl,
  .m-pingl1{
    padding: 0.3rem;
  }
  .ban .txt .tit {
    font-size: var(--fz50);
  }
  .m-introducel .top .selection .date{
    margin-bottom: 0.3rem;
  }
  .m-introducel .top .selection .btn {
    /* display: block;
    width: 2.4rem; */
    height: auto;
    line-height: 2em;
    font-size: var(--fz18);
    margin: 0 0.1rem 0.3rem;
    padding: 0 0.4rem;
  }
  .m-introducel .top .selection .rr{
    display: block;
  }
  /* .m-introducel .top .selection .date,
  .m-introducel .top .selection .btn2 {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    text-align: center;
    font-size: var(--fz18);
    margin: 0 auto 0.2rem;
  }
  .m-introducel .top .selection .btn2 {
    height: 0.6rem;
    line-height: 0.58rem;
    width: 2.4rem;
    margin: 0 auto;
    text-align: center;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
  } */
  .m-introducel .top .selection,
  .m-commentl1.big {
    padding: 0.3rem 0;
  }
  .m-introducel .top .selection .btn2 i {
    width: 0.3rem;
    height: 0.3rem;
  }
  .g-boxl .box {
    width: 100%;
    max-width: none;
  }
  .m-detailsl,
  .m-detailsl.styl2 {
    padding: 0.4rem 0 0.6rem;
  }
  .m-infol3 .date,
  .m-infol3 .info .tit {
    font-size: var(--fz14);
  }
  .m-infol3 {
    text-align: center;
  }
  .m-infol3 .box {
    display: block;
  }
  .m-infol3 .info .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .m-infol3 .date,
  .m-infol3 .info,
  .m-infol3 .m-sharel1 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
  }
  .ul-listl1 li {
    width: 25%;
  }
  .ul-listl1 .info .user {
    width: 0.5rem;
    height: 0.5rem;
  }
  .ul-listl1 .badge{
    min-width: 0.4rem;
    line-height: 0.4rem;
  }
  .ul-listl1 .tag {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .ul-listl1 .bot span {
    margin: 0 0.1rem;
    line-height: 3em;
  }
  .ul-listl1 .info {
    padding: 0.2rem 0;
  }
  .m-infol3 {
    padding: 0.2rem 0 0;
  }
  .m-introducel .top .g-sticky .box .item a{
    line-height: 0.8rem;
  }
  .m-introducel .top .g-sticky{
    margin-bottom: 0.3rem;
  }
  .m-introducel .top .selection{
    display: block;
    padding-bottom: 0;
  }

  .ul-listl1.stypw .num{
    min-width: .34rem;
    line-height: 0.34rem;
  }
  .m-addrl{
    position: static;
    /* font-size: 0; */
    padding: 0.3rem 0 0.1rem;
    font-size: var(--fz16);
    line-height: 1.5;
  }
}

@media screen and (max-width: 959px) {
  .m-popl1 .inner {
    top: 0.6rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .m-winl {
    display: block;
    overflow: hidden;
    overflow-y: auto;
  }
  .m-winl .left {
    width: 100%;
    height: auto;
    display: block;
  }
  .m-winl .right {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: none;
    display: block;
  }
  .m-swiperl2 .pic{
    height: 100px;
  }
  .m-swiperl2 {
    padding: 0 0.2rem;
    margin-bottom: 0.3rem;
  }
  .m-swiperl1 {
    padding: 0.3rem;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .m-swiperl1 .pic {
    height: 4rem;
  }
  
  .m-popl1 .close {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.2rem;
    right: 0.2rem;
  }
  .m-topl1 .btn {
    height: 2em;
    line-height: 2em;
  }
  .m-sharel1,
  .m-infol3 .m-sharel1 {
    line-height: 0.4rem;
  }
  .m-sharel1 .icon,
  .m-infol3 .m-sharel1 .icon {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .m-sharel1 .lk i {
    width: 0.3rem;
    height: 0.3rem;
  }
  .m-topl1 .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .m-remarkl .icon,
  .m-pingl1 .top .icon,
  .m-remarkl.big .icon,
  .g-not-remarkl .icon {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.1rem;
    border-radius: 0.7rem;
    -webkit-border-radius: 0.7rem;
    -moz-border-radius: 0.7rem;
    -ms-border-radius: 0.7rem;
    -o-border-radius: 0.7rem;
}
  .m-remarkl .inp input,
  .m-remarkl.big .inp input,
  .g-not-remarkl .inp .txt,
  .g-not-remarkl .inp {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .m-remarkl .inp,
  .g-not-remarkl .inp {
    border-radius: 0.7rem;
    -webkit-border-radius: 0.7rem;
    -moz-border-radius: 0.7rem;
    -ms-border-radius: 0.7rem;
    -o-border-radius: 0.7rem;
  }
  .m-remarkl .yi{
    height: 0.7rem;
    line-height: 0.66rem;
    min-width: 0.7rem;
    padding: 0 0.35rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
  }
  .m-remarkl .inp input{
    padding-right: 1.5rem;
  }
  .g-not-remarkl .inp .ico{
    width: 0.3rem;
    height: 0.3rem;
  }

  .g-not-remarkl .icon .ico {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .g-not-remarkl .inp .txt {
    padding: 0 0.2rem;
  }
  .m-pingl1 .top .tit,
  .m-pingl1.styl2 .top .tit {
    line-height: 0.7rem;
  }
  .m-pingl1 .top {
    margin-bottom: 0.1rem;
  }
  .m-pingl1 .txt {
    padding-left: 0.8rem;
  }
  .m-pingl1 .info .zan .icon {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }
  .m-popl1 .pop-bgl1 {
    background: #fff;
  }
  .m-commentl1.big .m-pingl1 {
    padding: 0;
  }
  .m-commentl1.big .m-pingl1.styl2 .txt {
    padding-left: 0.8rem;
  }
  .m-commentl1.big .more {
    margin-left: 0.8rem;
  }
  .m-commentl1.big .more a {
    padding-right: 0.3rem;
    background-size: 0.14rem auto;
  }
  .ul-listl1 li {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .ul-listl1 li {
    width: 50%;
  }
}

/* @media screen and (max-width: 767px) {
  .ul-listl1 li {
    width: auto;
    float: none;
  }
} */



@media screen and (max-width: 1200px) {
    .footer .wp1400{
        max-width: none;
        padding: 0 0.3rem;
        width: auto;
    }
    .fd-logo{
        height: 0.8rem;
    }
    .footer .top{
        padding: 0.4rem 0;
    }
    .fd-r .ll .set-list .lk{
        width: 0.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .fd-r .ll .set-list .lk .icon{
        width: 0.5rem;
        height: 0.5rem;
    }
    .fd-r .ll .set-list .li .qr{
        width: 2.3rem;
    }
    .footer .bot{
        display: block;
        text-align: center;
    }
    .footer .bot .copy{
        margin-bottom: 0.2rem;
    }
    .footer .bot .link .itm:after{
        height: 0.26rem;
    }
    .fd-r .rr i{
        width: 0.4rem;
        height: 0.4rem;
    }
}

@media screen and (max-width: 959px) {
  .footer .top{
    display: block;
  }  
  .fd-r{
        display: block;
    }
    .fd-l,.fd-r .ll .set-list{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fd-r .rr{
        text-align: center;
    }

    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
      margin: 0 2px!important;
    }
}