.sort a, .top .tit a {
  background: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #ffffff), color-stop(66.66%, #4270d5), to(#5c57c7));
  background: linear-gradient(to right, #ffffff 33.33%, #4270d5 66.66%, #5c57c7);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  background-position: 0% 0;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
.sort a:hover, .top .tit a:hover {
  background-position: 100% 0;
}

.all {
  color: #fff;
  position: relative;
  z-index: 2;
}

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.phone_bg {
  display: none;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sort div {
  margin-right: 96px;
  line-height: 1;
  font-weight: bold;
}
.sort div::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}
.sort div:last-child {
  margin-right: 0;
}
.sort .act a {
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.sort .act::after {
  background: -webkit-gradient(linear, left top, right top, from(#5c57c7), to(#4270d5));
  background: linear-gradient(to right, #5c57c7, #4270d5);
}
.all .tips{
    display: none;
}
.top {
  position: relative;
}
.top .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .l {
  width: 640px;
}
.top .r {
  width: 48.6%;
}
.top .img {
  position: relative;
  height: 0;
  padding-bottom: 68.85%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
}
.top .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.top .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top .tit a {
  line-height: 1.2;
}
.top .des {
  line-height: 1.75;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top .line {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.top .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.top .other > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .other > div:first-child {
  margin-right: 54px;
}
.top .other_name {
  opacity: 0.7;
  margin-right: 12px;
}
.top .point {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.item .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 156px;
          flex: 0 0 156px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(4, 5, 29, 0.2);
  border: 2px solid rgba(92, 87, 199, 0.2);
  border-radius: 10px;
}
.item .time div {
  background: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #ffffff), color-stop(66.66%, #4270d5), to(#5c57c7));
  background: linear-gradient(to right, #ffffff 33.33%, #4270d5 66.66%, #5c57c7);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  background-position: 0% 0;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
.item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 306px;
          flex: 0 0 306px;
}
.item .img a {
  position: relative;
  height: 0;
  padding-bottom: 68.85%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.item .img a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.item .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item .tit a {
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #ffffff), color-stop(66.66%, #4270d5), to(#5c57c7));
  background: linear-gradient(to right, #ffffff 33.33%, #4270d5 66.66%, #5c57c7);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  background-position: 0% 0;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
.item .des {
  line-height: 1.75;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item .txt {
  margin-left: 50px;
  margin-right: 50px;
}
.item:hover .time div {
  background-position: 100% 0;
}
.item:hover a {
  background-position: 100% 0;
}
.item:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.item .phone_time {
  display: none;
}

@media screen and (max-width: 1700px) {
  .sort div {
    margin-right: 65px;
  }
  .sort div::after {
    margin-top: 20px;
  }
  .top .l {
    width: 44.44%;
  }
  .item .time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    height: 150px;
  }
  .item .txt {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .sort div {
    margin-right: 40px;
  }
  .sort div::after {
    margin-top: 15px;
  }
  .item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  .top .img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bg {
    display: none;
  }
  .phone_bg {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .top .point {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .top .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .l {
    width: 100%;
  }
  .top .r {
    width: 100%;
    margin-top: 6vw;
  }
  .sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sort > div {
    margin-right: 0;
    width: calc((100% - 20px) / 2);
  }
  .sort > div:nth-child(n+3) {
    margin-top: 30px;
  }
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .item .img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .item .time {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 90px;
    height: 90px;
    display: none;
  }
  .item .txt {
    margin: 20px 0;
  }
  .item .phone_time {
    display: block;
    padding: 10px 20px;
    background: rgba(4, 5, 29, 0.2);
    border: 2px solid rgba(92, 87, 199, 0.2);
    border-radius: 10px;
  }
}
@media screen and (max-width: 500px) {
  .sort {
    font-size: 20px !important;
  }
}
