/* @font-face {
  font-family: 'Merriweather';
  src: url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');
} */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Segoe UI', Arial, 'Microsoft Yahei', sans-serif; */
  font-family: "Source Han Serif CN", serif;
  /* font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif; */
}
html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
button {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
div,
i {
  -webkit-tap-highlight-color: transparent;
}
body {
  width: 100%;
  /* width: 1080px;
  max-width: 1080px!important; */
  /* width: 62.5rem; */
  margin: 0 auto;
  color: #000;
}
.content {
  width: 100%;
}

.title {
  margin-left: 2.5rem;
  font-size: 2.5rem;
font-weight: bold;
}
.footer {
  width: 31.25rem;
  margin: 1.42rem auto 0;
}
.footer > .txts {
  text-align: center;
  color: #000;
  width: 100%;
  display: block;
  font-size: 1rem;
}
.ft-img {
  width: 28.9167rem;
  height: 100%;
  margin: 0 auto;
}
.footer .ft-txt {
  width: 100%;
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.4167rem;
  margin-top: 0;
  display: block;
  text-decoration: none;
}
.ft-nav {
  width: 28.9167rem;
  height: 4.1667rem;
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 1.6667rem auto 1.25rem;
  border-radius: 0.8333rem;
}
.ft-nav a {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.ft-nav span {
  width: 0.1667rem;
  height: 1.6667rem;
  overflow: hidden;
  background-color: #000;
  display: inline-block;
}
.empty {
  width: 100%;
  height: 4.8px;
}
.ft-list {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  width: 62.5rem;
  height: 12.5rem;
  padding: 0 2.75rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ft-list .ft-con {
  width: 100%;
  height: 9.06rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.ft-list .ft-con > a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.ft-list .ft-con > a > .img {
  width: 5rem;
  height:5rem;
}
.ft-list .ft-con > a > .txt {
  color: #fff;
  margin-top: 1.38rem;
  font-size: 1.88rem;
font-weight: bold;
}
.ft-list .ft-con > .ft-active > .txt {
  color: #fff;
  margin-top: 0.4167rem;
  font-size: 0.8333rem;
}
.adv {
  
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.adv > p {
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin: 10px 0;
}
.adv-float {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
}
.scroll-list {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1111;
  height: 35.58rem;
  display: none;
}
.scroll-list > .mask {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  position: fixed;
}
.scroll-list .fix-box {
  width: 100%;
  height: 29.75rem;
  padding: 10px 0;
  background-color: #EFE6DC;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.scroll-list .fix-box .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.67rem;
  height: 4.67rem;
  /* background: url("../images/btn_close.png") center center no-repeat;
        background-size:100%; */
}
.scroll-list .fix-box .btn-close span {
  color: #000;
  font-size: 1.17rem;
  font-weight: bold;
  display: flex;
  margin-top: 1.67rem;
  margin-left: 1.67rem;
}
.scroll-list .search {
  width: 28.92rem;
  height: 4.58rem;
  position: relative;
  top: 3.33rem;
  display: none;
}
.scroll-list .search .ipt-box {
  width: 28.92rem;
  height: 4.58rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #021C28;
  border: 0;
  color: #000;
  padding: 0 0.83rem 0 1.67rem;
}
.scroll-list .search > img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 14px;
}
.scroll-list .list {
  width: 100%;
  position: absolute;
  top: 4.92rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.scroll-list .list .scroll-txt {
  width: 28.58rem;
  height: 4.58rem;
  margin-bottom: 1.17rem;
  background-color: #021C28;
  /* background:url("../images/title.png") center center no-repeat;
  background-size:100%; */
  display: flex;
  color: #000;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  padding: 1.83rem;
}
.scroll-list .list .scroll-txt:nth-child(1) {
  background: url("../images/g1.png") center center no-repeat;
  background-size: 100%;
}
.scroll-list .list .scroll-txt:nth-child(2) {
  background: url("../images/g2.png") center center no-repeat;
  background-size: 100%;
}
.scroll-list .list .scroll-txt:nth-child(3) {
  background: url("../images/g3.png") center center no-repeat;
  background-size: 100%;
}
.scroll-list .list .scroll-txt:nth-child(4) {
  background: url("../images/g4.png") center center no-repeat;
  background-size: 100%;
}
.scroll-list .list .scroll-txt > img {
  width: 1.17rem;
  height: 1.33rem;
}
input[type="text"]::placeholder {
  color: #000;
  font-size: 1.42rem;
  font-weight: bold;
}

.box-list {
  width:100%;
  padding:0 2.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.box-list-1 ,.box-list-2{
  width: 62.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.box-list-1{
  justify-content: space-between;
}

.item-top2{
  width:62.5rem;
  margin:0 auto 3.125rem;
  display: flex;
  flex-direction: column;
  padding-bottom:3.125rem;
  border-bottom:1px solid #D8D8D8;
}
.item-top2 .item-img{
  width:26.875rem;
  height:14.1875rem;
  border-radius: 1.25rem;
}
.item-top2 .item-head {
  width: 100%;
  font-size:2.25rem;
  line-height: 3.75rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.item-top2 .more .time {
  font-size: 1.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color:#767676;
}
.item-top2 .more{
  margin-top:1.5rem;
}

.item-top2 .desc{
  width:34.8125rem;
  font-size:2.25rem;
  line-height: 3.75rem;
  color:#212020;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right:2.5rem;
}
.item-top2{
  margin-bottom:3.125rem;
}

.item-top3{
  width:62.5rem;
  margin:0 auto 3.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding:0 0 3.125rem;
  border-bottom: 1px solid #D8D8D8;
}
.item-top3 .idx{
  font-size:3.75rem;
  font-weight: bold;
  color:#FF4E4E;
  margin-right:5.125rem;

}
.item-top3 .desc{
  font-size:2.25rem;
  line-height: 3.75rem;
  color:#212020;

}
.item-top4{
  width:62.5rem;
  margin:0 auto 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D8D8D8;
}
.item-top4 .item-img{
  width:62.5rem;
  height:35.125rem;
  border-radius: 1.25rem;
  margin-bottom:3.625rem;
}
.item-top4 .desc{
  font-size:2.8125rem;
  color:#000;
  line-height: 4.0625rem;
  width:100%;
}

.item-top4 .time{
  font-size:1.875rem;
  color:#767676;
  margin-top:3.6875rem;
}


.item-top {
  display: flex;
  flex-direction: column;
  width: 30.0625rem;
  margin-bottom:3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D8D8D8;
}
.guess{
  justify-content: flex-start;

}


.item-top .item-head {
  width: 30rem;
  height: 16.875rem;
}

.item-top .item-img {
  width: 30rem;
  height: 16.875rem;
  border-radius: 1.5625rem;
}
.item-top .more {
  width: 100%;
  display: flex;
  justify-content: space-between;

}
.item-top .tt {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,2));
  padding-left: 1rem;
  width: 100%;
  height: 10.88rem;
  line-height: 10.88rem;
  font-size: 2.5rem;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-top .desc {
  width: 30rem;
  line-height: 36px;
  color: #141414;;
  font-weight: 500;
  margin: 1.3125rem 0 0;
  font-size: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-top .time {
  font-size: 1.25rem;
  height:1.8125rem;
  font-weight: 400;
  color: #767676;
  margin-top:2.25rem;
}

.more-box {
  width: 11.56rem;
  height: 3.13rem;
  background: #1E2537;
  text-align: center;
  line-height: 3.13rem;
  font-size: 1.56rem;
font-weight: 350;
color: #fff;
display: none;
}

.type {
  /* width: 165rem; */
  /* height: 3.5625rem; */
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  -ms-overflow-style: none ;
}
.type::-webkit-scrollbar {
  display: none;
}
.type div {
  flex-shrink: 0;
  font-size: 2.625rem;
  /* height: 3.5625rem;
  line-height: 3.5625rem; */
  color: #000;
  text-align: center;
  padding:0.875rem 3.6875rem ;

}
.type div:last-child{
  margin-right:5rem;
}
.type .select {
  color:#000;
  font-weight:bold;
}

.type .active{

  background-color:#FF4E4E;
  color:#fff;
  border-radius: 0.3125rem;
}
.float-mask{
  width:100%;
  height:2.5rem;
  background-color:#fff;
  position:fixed;
  top:0;
  left:0;
}
@media screen and (min-width: 1080px){
  .guess a:nth-last-child(1),.guess a:nth-last-child(2){
    display: none;
  }
  .item-top .desc{
    font-size: 1.9rem;
  }
  .item-top .time{
    font-size: 1.5rem;
  }
  .float-mask{
    height:3.75rem;
  }
}


