
.pcBanner img{
  width:100%;
}
.moveBanner{
  display:none;
}
@media(max-width:650px){
  body .pcBanner {
    display:none;
  }
  body .moveBanner{
    display:block;
  }
  main{
    padding:0 10px;
  }
  body main.first{
    margin-top:0;
  }
}
.pcBanner{
  position: relative;
}
body {
  background:#93dbfd;
}
main{
  max-width:1200px;
}
main.first{
  margin-top:70px;
}
<!--/*輪播圖、獎牌榜*/-->
@media(max-width:650px){
  body .topSwiperAndList{
    padding-top:30px;
  }
  body .topSwiperAndList .Swiper,
  body .topSwiperAndList .List{
    width:100%;
    background-size: contain;
  }
  body .topSwiperAndList .List{
    height:300px;
  }
  body .topSwiperAndList .List .medalContent {
    position: absolute;
    width: 80%;
    height: 64%;
    right: 0;
    bottom: 12%;
  }
}
.topSwiperAndList .List{
  cursor: pointer;
  background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202111/02/6180f0bbe4b05b0b57bfdf62.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.topSwiperAndList .List .medalContent{
  position: absolute;
  width: 80%;
  height: 70%;
  right: 0;
  bottom: 0;
}
.topSwiperAndList .List .medalContent .item{
  display: flex;
  justify-content: space-between;
  height:16.6%;
}
.topSwiperAndList .List .medalContent .item .countryName{
  width:30%;
}
.topSwiperAndList .List .medalContent .item .total{
  text-align: left;
  text-indent: 15px;
}
.topSwiperAndList .List .medalContent .item span{
  width:17.5%;
  text-align:center;
  line-height:47px;
}

.topSwiperAndList{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.topSwiperAndList .Swiper{
  width:54%;
}
.topSwiperAndList .List{
  width:46%;
}
.topSwiperAndList .Swiper .lunbo-speical{
  margin-bottom:0px;
}
#swp10 .swiper-pagination{
  text-align:left;
}
#swp10 .pagination-bottom>.swiper-pagination-bullet{
  width:20px;
  height:20px;
  border-radius: 0;
  background: #3394e8;
  border:1px solid #fff;
}
#swp10 .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom:5px;
}
body #swp10 .swiper-pagination-bullet-active{
  width:20px;
  background: #f86265!important;
}
#swp10 a.slide-desc-wrap{
  background:rgb(0 114 212 / 50%);
}
.pcBanner .topSwiperAndList{
  position: absolute;
  bottom:-70px;
  right:0;
  left:0;
  margin:auto;
  max-width:1200px;
  z-index:10;
}
<!--/*冰雪視界*/-->
@media(max-width:650px){
  body .iceAndSnowWorld .video .item{
    width:100%;
    margin-bottom: 60px;
  }
  body .Title img{
    height:45px;
  }
  body .iceAndSnowWorld .the2022{
    margin-top: 20px;
  }
  body .iceAndSnowWorld{
    padding-top:0px;
  }
  body  .Title a{
    font-size: 20px;
  }
  body .iceAndSnowWorld .video .item .text>a{
    font-size:15px;
  }
  body .iceAndSnowWorld .video+.Title{
    margin-top: 20px;
  }
  body .iceAndSnowWorld .list2022>img{
    width:20px;
  }
  body .iceAndSnowWorld .the2022{
    height:150px;
  }
  body .xiangmu{
    margin-top:51px;
  }
}
.Title{
  margin-bottom:30px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.Title a{
  font-size: 24px;
  font-weight: 700;
  color: #3294e7;
}
.Title img{
  margin-left:0;
  height:60px;
}
.iceAndSnowWorld{
  padding-top:50px;
}
.iceAndSnowWorld .video{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iceAndSnowWorld .video+.Title{
  margin-top: 84px;
}
.iceAndSnowWorld .video .item{
  width:calc(33.3% - 10px);
  padding:15px;
}
.iceAndSnowWorld .video .item .imgAndPlayButton{
  display:flex;
  padding:5%;
}
.iceAndSnowWorld .video .item .imgAndPlayButton>a{
  box-shadow: 1px 1px 5px 1px #6a5b5b;
}
.iceAndSnowWorld .video .item .imgAndPlayButton>a：hover{
  box-shadow: 1px 1px 5px 1px #6a5b5b;
}
.item .imgAndPlayButton>img{
  padding-left: 2%;
  margin-bottom:0;
}
.iceAndSnowWorld .video .item .text{

  height: 55px;
  position: absolute;
  bottom: -45px;
  width: 87%;
  padding: 5px;
  background: #fff;
  margin: auto;
  left: 0;
  right: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.iceAndSnowWorld .video .item .text>a{
  color: #585a5c;
  font-size: 17px;
}
.iceAndSnowWorld .video .item:nth-child(2n+1){
  background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202111/03/61823563e4b05b0b57c0376e.png") no-repeat;
  background-size: 100% 100%;
}
.iceAndSnowWorld .video .item:nth-child(2n){
  background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202111/03/61823563e4b05b0b57c0376f.png") no-repeat;
  background-size: 100% 100%;
}
body a:hover{
  color:#41a6d7!important;
}
.iceAndSnowWorld .the2022{
  position: relative;
  height:350px;
}
.iceAndSnowWorld  .list2022>img.itemImg{
  cursor: pointer;
}
.iceAndSnowWorld  .list2022>img{
  position: absolute;
  transition: all 0.5s;
}
#xiangmu .swiper-pagination-bullets{
  opacity: 0!important;
}
.iceAndSnowWorld .list2022>img:nth-child(1){
  top:0%;
  left:0%;
}
.iceAndSnowWorld .list2022>img:nth-child(2){
  top:0%;
  left:6%;
}
.iceAndSnowWorld .list2022>img:nth-child(3){
  left: 12%;
  top: 0%;
}
.iceAndSnowWorld .list2022>img:nth-child(4){
  top: 20%;
  left: 12%;
}
.iceAndSnowWorld .list2022>img:nth-child(5){
  top: 40%;
  left: 12%;
}
.iceAndSnowWorld .list2022>img:nth-child(6){
  top: 40%;
  left: 6%;
}
.iceAndSnowWorld .list2022>img:nth-child(7){
  top: 40%;
  left: 0%;
}
.iceAndSnowWorld .list2022>img:nth-child(8){
  top: 60%;
  left: 0%;
}
.iceAndSnowWorld .list2022>img:nth-child(9){
  top: 80%;
  left: 0;
}
.iceAndSnowWorld .list2022>img:nth-child(10){
  top: 80%;
  left: 6%;
}
.iceAndSnowWorld .list2022>img:nth-child(11){
  top: 80%;
  left: 12%;
}


.iceAndSnowWorld .list2022>img:nth-child(12){
  top: 0;
  left: 28%;
}
.iceAndSnowWorld .list2022>img:nth-child(13){
  top: 0;
  left: 34%;
}
.iceAndSnowWorld .list2022>img:nth-child(14){
  top: 0;
  left: 40%;
}
.iceAndSnowWorld .list2022>img:nth-child(15){
  top: 20%;
  left: 40%;
}
.iceAndSnowWorld .list2022>img:nth-child(16){
  top: 40%;
  left: 40%;
}
.iceAndSnowWorld .list2022>img:nth-child(17){
  top: 60%;
  left: 40%;
}
.iceAndSnowWorld .list2022>img:nth-child(18){
  top: 80%;
  left: 40%;
}
.iceAndSnowWorld .list2022>img:nth-child(19){
  top: 80%;
  left: 34%;
}
.iceAndSnowWorld .list2022>img:nth-child(20){
  top: 80%;
  left: 28%;
}
.iceAndSnowWorld .list2022>img:nth-child(21){
  top: 60%;
  left: 28%;
}
.iceAndSnowWorld .list2022>img:nth-child(22){
  top: 40%;
  left: 28%;
}
.iceAndSnowWorld .list2022>img:nth-child(23){
  top: 20%;
  left: 28%;
}


.iceAndSnowWorld .list2022>img:nth-child(24){
  top:0%;
  left:54%;
}
.iceAndSnowWorld .list2022>img:nth-child(25){
  top:0%;
  left:60%;
}
.iceAndSnowWorld .list2022>img:nth-child(26){
  left: 66%;
  top: 0%;
}
.iceAndSnowWorld .list2022>img:nth-child(27){
  top: 20%;
  left: 66%;
}
.iceAndSnowWorld .list2022>img:nth-child(28){
  top: 40%;
  left: 66%;
}
.iceAndSnowWorld .list2022>img:nth-child(29){
  top: 40%;
  left: 60%;
}
.iceAndSnowWorld .list2022>img:nth-child(30){
  top: 40%;
  left: 54%;
}
.iceAndSnowWorld .list2022>img:nth-child(31){
  top: 60%;
  left: 54%;
}
.iceAndSnowWorld .list2022>img:nth-child(32){
  top: 80%;
  left: 54%;
}
.iceAndSnowWorld .list2022>img:nth-child(33){
  top: 80%;
  left: 60%;
}
.iceAndSnowWorld .list2022>img:nth-child(34){
  top: 80%;
  left: 66%;
}

.iceAndSnowWorld .list2022>img:nth-child(35){
  top:0%;
  left:80%;
}
.iceAndSnowWorld .list2022>img:nth-child(36){
  top:0%;
  left:86%;
}
.iceAndSnowWorld .list2022>img:nth-child(37){
  left: 92%;
  top: 0%;
}
.iceAndSnowWorld .list2022>img:nth-child(38){
  top: 20%;
  left: 92%;
}
.iceAndSnowWorld .list2022>img:nth-child(39){
  top: 40%;
  left: 92%;
}
.iceAndSnowWorld .list2022>img:nth-child(40){
  top: 40%;
  left: 86%;
}
.iceAndSnowWorld .list2022>img:nth-child(41){
  top: 40%;
  left: 80%;
}
.iceAndSnowWorld .list2022>img:nth-child(42){
  top: 60%;
  left: 80%;
}
.iceAndSnowWorld .list2022>img:nth-child(43){
  top: 80%;
  left: 80%;
}
.iceAndSnowWorld .list2022>img:nth-child(44){
  top: 80%;
  left: 86%;
}
.iceAndSnowWorld .list2022>img:nth-child(45){
  top: 80%;
  left: 92%;
}
.xiangmu{
  overflow: hidden;
  margin-top: 30px;
  transition: all 0.5s;
}
<!--/*东奥速睇、相约北京*/-->
@media(max-width:650px){
  body .newAndbeij .news,
  body .newAndbeij .beij{
    width:100%;
    margin-top: 30px;
  }
  body #news-TitlePicture .itemList .item .left,
  body #news-TitlePicture .itemList .item .right{
    width:calc(50% - 5px);
  }
  body .newAndbeij{
    margin-top: 0px;
  }
}
.newAndbeij {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newAndbeij .news{
  width:calc(66.6% - 10px);
}
.newAndbeij .beij{
  width:calc(33.3% - 10px);
}
#news-TitlePicture .itemList .item{
  background:#fff;
}
<!--/*东奥历程*/-->
@media(max-width:650px){
  body .OlympicHistory{
    margin-top: 30px;
  }
  body .OlympicHistory .bigImg .redFlag div img{
    width:10px;
  }
  body .OlympicHistory .bigImg .redFlag span{
    font-size:9px;
  }
  body .OlympicHistory .bigImg .redFlag div:nth-child(1) img,
  body .OlympicHistory .bigImg .redFlag div:nth-child(4) img,
  body .OlympicHistory .bigImg .redFlag div:nth-child(7) img,
  body .OlympicHistory .bigImg .redFlag div:nth-child(9) img,
  body .OlympicHistory .bigImg .redFlag div:nth-child(10) img{
    margin-bottom: 0%;
  }
  body .OlympicHistory .bigImg .redFlag div:nth-child(2),
  body .OlympicHistory .bigImg .redFlag div:nth-child(3),
  body .OlympicHistory .bigImg .redFlag div:nth-child(5),
  body .OlympicHistory .bigImg .redFlag div:nth-child(6),
  body .OlympicHistory .bigImg .redFlag div:nth-child(8){
    width: 19%;
  }
  body .OlympicHistory .bigImg .redFlag div:nth-child(1){
    top: 23%;
    left: 2%;
  }
  body .OlympicHistory .bigImg .redFlag div:nth-child(2){
    top: 45%;
    left: 4%;
  }
  body .OlympicHistory .bigImg .redFlag div:nth-child(3){
    top: 60%;
    left: 5%;
  }
  body .OlympicHistory .bigImg .redFlag div:nth-child(8){
    top: 31%;
    right: 23.5%;
  }
  body .OlympicHistory .bigImg .redFlag div:nth-child(9){
    top: 50%;
    right: 19%;
  }
  body .OlympicHistory .bigImg .redFlag div:nth-child(10){
    top: 50%;
    right: 2%;
  }
  body .OlympicHistory .bigImg .describe>div{
    font-size:10px;
  }
}
.OlympicHistory{
  margin-top: 50px;
}
.OlympicHistory .bigImg{
  position: relative;
}
.OlympicHistory .bigImg .redFlag div{
  position: absolute;
  cursor: pointer;
}
.OlympicHistory .bigImg .describe>div{
  position: absolute;
  background: #f86265;
  color: #fff;
  padding: 1%;
  border-radius: 5px;
  display:none;
}
.OlympicHistory .bigImg .redFlag div img{
  transition: all 0.5s;
}
.OlympicHistory .bigImg .redFlag div:hover img{
  transform: scale(1.1, 1.1);
}
.OlympicHistory .bigImg .redFlag div:hover span{
  color:#f86265;
  transform: scale(1.1, 1.1);
}
.OlympicHistory .bigImg .redFlag span{
  transition: all 0.5s;
  font-weight: 700;
  color: #3394e8;
  font-size:18px;
  display: inline-block;
}
.OlympicHistory .bigImg .redFlag div:nth-child(2),
.OlympicHistory .bigImg .redFlag div:nth-child(3),
.OlympicHistory .bigImg .redFlag div:nth-child(5),
.OlympicHistory .bigImg .redFlag div:nth-child(6),
.OlympicHistory .bigImg .redFlag div:nth-child(8){
  display: flex;
  align-items: flex-end;
  width: 12%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(1){
  top: 23%;
  left: 5%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(2){
  top: 35%;
  left: 12%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(3){
  top: 53%;
  left: 12%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(4){
  top: 66%;
  left: 30%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(5){
  top: 51%;
  left: 42.5%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(6){
  top: 25%;
  right: 52%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(7){
  top: 6%;
  right: 37%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(8){
  top: 25%;
  right: 23.5%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(9){
  top: 50%;
  right: 16%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(10){
  top: 50%;
  right: 5%;
}
.OlympicHistory .bigImg .describe>div:nth-child(1){
  top: 9%;
  left: 8%;
}
.OlympicHistory .bigImg .describe>div:nth-child(2){
  top: 38%;
  left: 24%;
}
.OlympicHistory .bigImg .describe>div:nth-child(3){
  top: 50%;
  left: 26%;
}
.OlympicHistory .bigImg .describe>div:nth-child(4){
  top: 69%;
  left: 39%;
}
.OlympicHistory .bigImg .describe>div:nth-child(5){
  top: 53%;
  left: 12%;
}
.OlympicHistory .bigImg .describe>div:nth-child(6){
  top: 22%;
  left: 15%;
}
.OlympicHistory .bigImg .describe>div:nth-child(7){
  top: 7%;
  left: 31%;
}
.OlympicHistory .bigImg .describe>div:nth-child(8){
  top: 23%;
  left: 40%;
}
.OlympicHistory .bigImg .describe>div:nth-child(9){
  top: 50%;
  left: 52%;
}
.OlympicHistory .bigImg .describe>div:nth-child(10){
  top: 37%;
  left: 77%;
}
.OlympicHistory .bigImg .redFlag div:nth-child(1) img,
.OlympicHistory .bigImg .redFlag div:nth-child(4) img,
.OlympicHistory .bigImg .redFlag div:nth-child(7) img,
.OlympicHistory .bigImg .redFlag div:nth-child(9) img,
.OlympicHistory .bigImg .redFlag div:nth-child(10) img{
  margin-bottom: 18%;
}
.OlympicHistory .bigImg>img{
  width:100%;
}
<!--/*东奥图集、懒人包*/-->
@media(min-width:651px){
  .imgsAndLazy .list .leftList a:nth-child(3){
    display:none;
  }
  body .imgsAndLazy .list .leftList a:nth-child(2){
    margin-bottom:0;
  }
}
@media(max-width:650px){
  body .imgsAndLazy .imgs,
  body .imgsAndLazy .Lazy{
    width:100%;
  }
  body .imgsAndLazy .list .rightList{
    display:none;
  }
  body .imgsAndLazy .list .leftList{
    width:100%;
  }
  body .imgsAndLazy .list .leftList .two{
    display: flex;
    justify-content: space-between;
  }
  body .imgsAndLazy .list .leftList .two a{
    width:calc(50% - 10px);
  }
  body .imgsAndLazy .list .leftList a:nth-child(n+2){
    width:calc(50% - 10px);
  }
  body .imgsAndLazy .list .leftList .two a .hook{
    display:none;
  }
}
.imgsAndLazy{
  margin-top:50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imgsAndLazy .imgs{
  width:calc(66.6% - 10px);
}
.imgsAndLazy .Lazy{
  width:calc(33.3% - 10px);
}
#lazyLunbo .title{
  display:none;
}
.imgsAndLazy .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imgsAndLazy .list .leftList{
  width:calc(60% - 10px);
}
.imgsAndLazy .list .rightList{
  width:calc(40% - 10px);
}
.imgsAndLazy .list .rightList,
.imgsAndLazy .list .leftList{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imgsAndLazy .list a .text{
  color:#3394e8;
  font-weight:600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background:#fff;
  padding:2%;
}
.imgsAndLazy .list .leftList a{
  margin-bottom:30px;
}
.imgsAndLazy .list .leftList a .text{
  font-size: 18px;
}
<!--/*脚部*/-->
@media(max-width:650px){
  .bottom footer p{
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.2em;
  }
  body .bottom footer{
    bottom:0;
    padding:0;
  }
}
.bottom{
  margin-top:60px;
  position: relative;
}
.bottom footer{
  background: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
body footer p{
  margin-bottom: 15px;
  font-size: 18px;
  color: #0cb3d8;
}
.Report{
  margin-top:50px;
}
<!--/*賽事預告、港隊風采*/-->
@media(max-width:650px){
  body .WindAndTrailer{
    margin-top:20px;
  }
  body .WindAndTrailer .Wind{
    height: 135px;
  }
  body .WindAndTrailer .Wind .rightText .someText>a.blueTitle,
  body .WindAndTrailer .Wind .rightText .someText>div{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:12px;
  }
  body .WindAndTrailer .Wind .leftImg{
    width: calc(60% - 4px);
  }
  body .WindAndTrailer .Wind .rightText{
    width: calc(40% - 4px);
  }
  body .WindAndTrailer .Wind .rightText .someText>a.blueTitle{
    font-size:16px;
    margin: 5% 5% 2%;
  }
  body .WindAndTrailer .Wind .rightText .someText .Progress>div{
    width:10px;
    height:10px;
  }
  body .WindAndTrailer .Wind .rightText .someText .more{
    height:20px;
  }
  body .twotitle .WindTitle img,
  body .twotitle .TrailerTitle img{
    height:25px;
  }
  body .Trailer .timeList .first li span:nth-child(2),
  body .Trailer .timeList .first li span:nth-child(1){
    font-size:4px;
    height: 15px;
    line-height: 15px;
    width: 15px;
  }
  body .WindAndTrailer .Trailer{
    height: 300px;
    overflow-x: scroll;
  }
  body .WindAndTrailer .Trailer .projectListImg{
    max-width: initial;
  }
  body .WindAndTrailer .Trailer .all{
    height:20px;
  }
  body .WindAndTrailer .Trailer .two li{
    font-size:4px;
  }
}
.twotitle{
  display:flex;
}
.WindAndTrailer{
  margin-top:50px;
  z-index:10;
  position: relative;
}
.twotitle,
.WindAndTrailer .Wind{
  max-width:1200px;
  margin:auto;
}
.WindAndTrailer .Trailer{
  position: relative;
  max-width:1700px;
  margin:auto;
  padding:1%;
}
.WindAndTrailer .Trailer .all{
  position:absolute;
  bottom:0;
  right:0;
  cursor: pointer;
}
.WindAndTrailer .Trailer .two{
  display: flex;
  justify-content: space-around;
}
.WindAndTrailer .Trailer .two li{
  width: 5.26%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.WindAndTrailer .Trailer .two li span{
  padding: 2px 0;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.WindAndTrailer .Trailer .two li:nth-child(n+2){
  opacity:0;
}
.WindAndTrailer .Trailer .two li:nth-child(2n+1){
  color:#3570d2;
}
.WindAndTrailer .Trailer .two li:nth-child(2n){
  color:#f86265;
}
.Trailer .timeList .first{
  display: flex;
  justify-content: space-around;
  padding-bottom: 1%;
  border-bottom: 3px dashed #f0d7c1;
  margin-bottom:0;
}
.Trailer .timeList .first li{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.Trailer .timeList .first li span:nth-child(1),
.Trailer .timeList .first li span:nth-child(2){
  color:#1a1a18;
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: inline-block;
}
.Trailer .timeList .first li span:nth-child(2){
  border-radius: 50%;
  font-size:20px;
  cursor: pointer;
}
.Trailer .timeList .first li:nth-child(1) span:nth-child(2){
  color:#fff;
  background: #f86165;
}
.twotitle .WindTitle img,
.twotitle .TrailerTitle img{
  cursor: pointer;
  height: 50px;
  margin-right: 10px;
}
.WindAndTrailer .Wind{
  padding:1%;
  height:450px;
  background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202111/05/6184c3c5e4b05b0b57c0f147.png") no-repeat;
  background-size:100% 100%;
  display: flex;
  justify-content: space-between;
}
.WindAndTrailer .Wind .leftImg{
  padding:2%;
  width:calc(60% - 10px);
  overflow: hidden;
}
.WindAndTrailer .Wind .rightText{
  width:calc(40% - 10px);
  padding:2%;
}
.WindAndTrailer .Wind .rightText .someText{
  height:100%;
  position: relative;
}
.WindAndTrailer .Wind .rightText .someText .Progress{
  position: absolute;
  bottom:0;
  left:0;
  display:flex;
}
.WindAndTrailer .Wind .rightText .someText .more{
  position: absolute;
  bottom: -5%;
  right: -3%;
}
.WindAndTrailer .Wind .rightText .someText .Progress>div{
  background:#3470d2;
  width: 20px;
  height: 20px;
  margin-right:10px;
  cursor: pointer;
}
.WindAndTrailer .Wind .rightText .someText>a.blueTitle{
  display: inline-block;
  margin: 5% 10% 2%;
  padding-bottom: 1%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #3470d2;
  border-bottom: 3px dotted #ea9367;
}
.WindAndTrailer .Wind .rightText .someText>div{
  color:#5b5a59;
  font-size:20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.WindAndTrailer .Trailer{
  height:450px;
  background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202111/05/6184c3c5e4b05b0b57c0f148.png") no-repeat;
  background-size:100% 100%;
  display:none;
}
.twotitle .WindTitle img:nth-child(2),
.twotitle .TrailerTitle img:nth-child(2) {
  display:none;
}
#gandui{
  overflow: hidden;
}
#gandui .swiper-pagination {
  opacity: 0;
  display:none;
}
<!--/*底部footer*/-->
@media(max-width:650px){
  .bottom img:nth-child(2){
    display:none
  }
  body  .bottom img:nth-child(1){
    display:block;
  }
  body .Tips{
    width:25px;
    top: 100%;
    right:46%;
    display: block;
  }
  body .TipsText{
    font-size: 12px;
    right:34%;
    top: 117%;
    opacity: 1;
  }
}
.bottom img:nth-child(1){
  display:none;
}
.Tips {
  display: none;
  position: absolute;
  top: 40%;
  right: 80%;
  font-size: 20px;
  font-weight: 700;
  color: #df0b12;
  transition: transform 1.5s;
  width:70px;
}
.TipsText {
  right: -14%;
  opacity: 0;
  position: absolute;
  top: 60%;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  color: #1f4b9b;
  word-wrap: break-word;
  z-index: 99;
  margin-top: 1%;
}
