.swiper-container {
  width: 95%;
  margin-top: -105px;
  border-radius: 5px;
}

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

.btns {
  width: 100%;
  height: 50vw;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.btns .btn {
  width: 25%;
  height: 50%;
}

.btns .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.btns .btn span {
  font-size: 2rem;
  color: #fff;
}

.btns .btn p {
  font-size: 1rem;
}

.btns .btn .item {
  width: 54%;
  height: 13.5vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
}

.new {
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
}

.new .new1 {
  font-weight: bold;
  width: 22%;
  color: #ff0000;
}

.new #box {
  width: 70%;
  height:38px;
  overflow: hidden;
  font-size: 1.2rem;
}

.new #box .box-ul {
  list-style-type: none;
}

.new #box .box-ul p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 2rem;
}

.new #box .box-ul span {
  color: #ff0000;
  padding-right: 1rem;
   border: solid 1px orangered;
    border-radius: 2px;
    font-size: 0.8em;
    padding: 0 1px;
    margin-right: 3px;
    color: orangered;
}

.new .more {
  border-left: 1px solid #333;
  padding-left: 2rem;
  width: 15%;
  display: block;
  text-align: right;
}

.new a {
  text-decoration: none;
  color: #333;
}

.roll {
  width: 100%;
  height: 7vw;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  border-top: 1px dashed #ff0000;
  border-bottom: 1px dashed #ff0000;
}

.roll .rollItem {
  white-space: nowrap;
  position: relative;
}

.advertising {
  width: 100%;
  margin-top: 4vw;
  display: flex;
  flex-direction: column;
  border-bottom: 1vw solid #eee;
  box-sizing: content-box;
}

.advertising a {
  width: 100%;
  height: 50%;
  display: block;
  margin-bottom: 1vw;
}

.advertising a img {
  width: 100%;
  height: 100%;
}

.Tab {
  width: 100%;
  margin-bottom: 16vw;
}

.Tab .Tab-top {
  width: 100%;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff2f2;
  margin-top: 10px;
}

.Tab .Tab-top > a {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.Tab .Tab-top .index {
  border-bottom: 0.5vw solid #ff0000;
  background-color: #ff0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.Tab .Tabitem {
  width: 100%;
  padding: 0 7px;
}

.Tab .Tabitem .Tabitem-a {
  display: flex;
  justify-content: space-between;
  color: #000000;
  padding: 2vw 10px;
  border-bottom: 1px solid #eee;
}

.Tab .Tabitem .Tabitem-a img {
  width: 20%;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 {
  flex: 1;
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2vw;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p1 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 14px;
  font-weight: bold;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p1 span {
  color: #ff0000;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p2 {
  color: #666;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p3 {
  color: #45e4c9;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p3 span {
  font-size: 1.3rem;
  color: #ff0000;
  margin-right: 5vw;
  font-weight: bold;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d2 {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff0000;
}

.Tab .list2 {
  display: none;
}
