html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
.img img{
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 200%;
  font-weight: normal;
}
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: none;
  border: none;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
  font: inherit;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
a,
a:hover {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover img {
  border: none;
}
a {
  color: #595757;
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
}
.titLimit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titLimitMore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.titLimit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jdjz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
.container {
  width: 14rem;
  margin: 0 auto;
  padding: 0;
}
.container::before,
.container::after {
  display: none;
}
@font-face {
  font-family: 'Bold';
  src: url('../font/SourceHanSansCN-Bold.otf') format('truetype');
}
@font-face {
  font-family: 'normal';
  src: url('../font/SourceHanSansCN-Regular.otf') format('truetype');
}
.page {
  margin: 30px 0;
  text-align: center;
}
.page .inputPage {
  text-align: center;
  margin-top: 0.1rem;
}
#page_button{
  margin-left: 10px;
}
.page .inputPage input{

  margin: 0 15px;
}
.page .inputPage input+div{
margin-right: 15px;
}
.page .inputPage div,
.page .inputPage a,
.page .inputPage input {
  display: inline-block;
  font-size: 0.2rem;
  vertical-align: middle;
}
.page .inputPage input {
  text-align: center;
  width: 0.4rem;
  border: 1px solid #333333;
  height: 0.28rem;
}
.page li,.page  a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.15rem;
}
.page li a {
  color: #595757;
  font-size: 0.2rem;
}
.page .prev ,.prev_page{
  width: 0.22rem;
  height: 0.22rem;
  background-image: url('../img/pagePrev.png');
  background-size: 100% 100%;
  display: block;font-size: 0;
  transition-duration: 0s;
}
.page .next,.next_page {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url('../img/pagePrev.png');
  background-size: 100% 100%;
  transform: scale3d(-1, 1, 1);
  display: block;font-size: 0;  transition-duration: 0s;
}
.page .next:hover,.next_page:hover{
  transition-duration: 0s;transform: scale3d(1, 1, 1);
  background-image: url('../img/pagePrev1.png');
}
.page .prev:hover,.prev_page:hover{
  transform: scale3d(-1, 1, 1); transition-duration: 0s;
  background-image: url('../img/pagePrev1.png');
}
html,
body {
  padding: 0;
  margin: 0;
  color: #595757;
  font-family: 'normal';
  font-size: 16px;
}
.newGird {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.newGird.newGird4 {
  grid-template-columns: repeat(4, 1fr);
}
.newGird.newGird2 {
  grid-template-columns: repeat(2, 1fr);
}
.Promore {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Promore:hover .m1 {
  color: #00a0e9;
}
.Promore:hover .m2 img:nth-of-type(1) {
  opacity: 1;
}
.Promore:hover .m2 img:nth-of-type(2) {
  opacity: 0;
}
.Promore .m1 {
  color: #595757;
  font-size: 0.18rem;
}
.Promore .m2 {
  width: 0.27rem;
  height: 0.07rem;
  position: relative;
  margin-left: 0.06rem;
}
.Promore .m2 img {
  width: 100%;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Promore .m2 img:nth-of-type(1) {
  opacity: 0;
}
.sMesW {
  transition-duration: 0.5s;
}
.sMesW:hover {
  transform: translate(0, -10px);
}
.sMesW.sMesWh .b2 {
  background-color: #f2f2f2;
  padding: 0.25rem 0.3rem;
}
.sMesW.sMesWh .b2 .m21 {
  color: #595757;
  font-size: 0.25rem;
  text-align: left;
  height: 1.25rem;
  overflow: hidden;
}
.sMesW.sMesWh .Promore {
  justify-content: space-between;
  width: 100%;
}
.sMesW.sMesWh .Promore .m1 {
  color: #919292;
}
.sMesW:hover .b2 .m21 {
  color: #00a0e9;
}
.sMesW .b1 {
  overflow: hidden;
  height: 3.34rem;
}
.sMesW .b1 > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sMesW .b2 {
  text-align: center;
  padding: 0.45rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
}
.sMesW .b2 .m21 {
  width: 100%;
  color: #595757;
  font-size: 0.25rem;
  text-align: center;
  margin-bottom: 0.05rem;
}
.lb-outerContainer{
  background: transparent!important;
}
.lb-details{
  width: 100%!important;
  text-align: center!important;
}
.lightbox{
  width: auto!important;
  left: 50%!important;
  transform: translate(-50%,0)!important;
}

.lb-data .lb-close{
  position: absolute !important;
  right: -30px !important;
  top: 0%
}
.videoTan{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  display: none;
  z-index: 10;
}
.videoTan.active{
  display: block;
}
.videoTan .hide{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.videoTan video{
  position: absolute;
  height: 80vh;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
}
.lb-number{
  display: none!important;
}
.icon-wechat{
  border-color: transparent!important;
  color: transparent!important;
  background-color: transparent!important;
}
.icon-wechat:before{
  display: none;
}
.social-share-icon{
  width: auto!important;
  height: auto!important;
  line-height: normal!important;
}
.icon-wechat:after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/share.png);
  background-size: 100% 100%;

}
@media screen and (max-width: 1440px) {
  .container {
    width: 13.7rem;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 90%;
  }
}
.recle .s{
  font-size: 12px;
}
@media screen and (max-width: 991px) {
 
  #share-2,.recle .s{
    display: none;
  }
  .container {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .sMesW.sMesWh .b2 {
    padding: 0.15rem 0.15rem;
  }
  .sMesW.sMesWh .b2 .m21 {
    height: 0.7rem;
  }
  .newGird {
    grid-template-columns: repeat(1, 1fr);
  }
  .newGird.newGird2,
  .newGird.newGird4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .newGirdNew {
    grid-template-columns: repeat(1, 1fr);
  }
  .newGirdNew .b1 {
    height: 2rem;
  }
}
/*# sourceMappingURL=common.css.map */
@media screen and (max-width: 515px) {
  .videoTan video{
    height: auto;
  }
  .lb-data .lb-close{
    right: 0% !important;
    top: -30px!important;
  }
  .newGird44 .sMesW{

      transition-duration: 0.5s;
      width: 82%;
      margin: 0 auto;

  }
  .newGird44 .sMesW .b1{
    height: 3.8rem;
  }
}