.site-footer{
    border-top:0!important;
    background-color:transparent!important;
}

/*稿件列表基础样式*/
.story-list {
    margin-top: clamp(10px, 2vw, 21px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: none;
}
.story-list-unit-share .share-box {
    display: none;
    flex: none;
    height: 100%;
}
.story-list-unit-share .share-box-unit>img {
    width: unset;
    height: 100%;
}
.story-list-unit-bottom-right {
    display: flex;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    margin-left: 5px;
    justify-content: flex-end;
}
.story-list-unit {
    flex: none;
    margin-top: clamp(12px, 2.1vw, 25px);
    background-color: #f3f3f3;
    border-radius: 5px;
    transition: 0.5s;
}
.story-list-unit-top .img-box-box {
    border-radius: 5px;
    overflow: hidden;
}
.story-list-unit-bottom {
    display: flex;
    align-items: center;
    margin-top: 6px;
    height: clamp(14px, 1.5vw, 23px);
}
.story-list-unit-bottom .share-box-unit {
    width: unset;
    height: 100%;
}
.story-list-example,
.story-list-unit-example {
    display: none;
}
.story-list-unit .img-box-img,
.story-list-unit .img-box-filter {
    transition: 0.5s;
    transform: scale(1);
}
.story-list-unit:hover .img-box-img,
.story-list-unit:hover .img-box-filter {
    transform: scale(1.05);
}
.story-list-unit:hover {
    background-color: #dcdcdd;
}
.story-list-unit-content {
    padding: 6px;
}
.story-list-unit-title {
    line-height: clamp(16px, 1.2vw, 24px);
    font-size: clamp(12px, 1vw, 18px);
    transition: 0.5s;
    /*text-align:justify;
  text-align-last:start;*/
}
.story-list-unit-text {
    font-size: clamp(10px, 0.8vw, 16px);
    transition: 0.5s;
    color: #8b8b8b;
    margin-top: 6px;
    line-height: clamp(12px, 1.1vw, 22px);
    height: clamp(48px, 4.4vw, 88px);
}
.story-list-unit-text.twoLine {
    height: clamp(24px, 2.2vw, 44px);
}
.story-list-unit-text.threeLine {
    height: clamp(36px, 3.3vw, 66px);
}
.story-list-unit-title:hover,
.story-list-unit-text:hover {
    color: #b5020e;
}
/*.story-list-unit-bottom-hr{
  flex:1;
  border-top:1px dashed #c6c6c6;
  height:1px;
}*/
.story-list-unit-bottom-tag,
.story-list-unit-bottom-column {
    color: #cb5f66;
    flex: none;
    font-size: clamp(8px, 1vw, 12px);
    line-height: clamp(8px, 1vw, 12px);
    margin-left: auto;
}
.story-list-unit-bottom-tag {
    cursor: pointer;
}
.story-list-unit-bottom-tag-line {
    height: 12px;
    width: 1px;
    margin: 0 6px;
    background-color: #8f8e8e;
}
.story-list-unit-bottom-column {
    margin-right: 6px;
}
.story-list-unit-bottom-time {
    font-size: clamp(8px, 1vw, 12px);
    color: #8f8e8e;
    flex: none;
}
.add-list-more,
.add-list-more-loading {
    display: none;
    text-align: center;
    border: solid 1px #dadada;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 43px;
    background-color: #f5f5f5;
}
.add-list-more {
    cursor: pointer;
}
.add-list-more-loading {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}
.story-list-unit-tip-column {
    padding: 0 clamp(10px, 1.4vw, 14px);
    color: #ffffff;
    background-color: #bdbdbd;
    border-radius: 0px 0px 0px 10px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: content-box;
    text-align-last: justify;
    min-width: clamp(28px, 4vw, 40px);
    height: clamp(16px, 2vw, 20px);
    line-height: clamp(16px, 2vw, 20px);
    font-size: clamp(12px, 1.6vw, 16px);
    transition: 0.5s;
}
.story-list-unit-show-tip-column .story-list-unit-bottom-tag,
.story-list-unit-show-tip-column .story-list-unit-bottom-line {
    display: none;
}
.story-list-unit-show-tip-column.story-list-unit {
    background-color: rgba(0, 0, 0, 0);
    padding: clamp(21px, 2.5vw, 25px) 0;
    position: relative;
    margin-top: 5px;
}
.story-list-unit-show-tip-column.story-list-unit .story-list-unit-content {
    padding: 0 6px 0 clamp(10px, 2.1vw, 21px);
}
@media (min-width:992px) {
    .story-list-unit-share:hover .share-box {
        display: flex;
    }
    .story-list-unit-show-tag.story-list-unit-share:hover .story-list-unit-bottom-tag-line,
    .story-list-unit-show-tag.story-list-unit-share:hover .story-list-unit-bottom-time {
        display: none;
    }
    .story-list-unit-show-tip-column.story-list-unit:hover .story-list-unit-bottom-tag,
    .story-list-unit-show-tip-column.story-list-unit:hover .story-list-unit-bottom-tag-line {
        display: block;
    }
}
@media (max-width:1400px) {
    /*.story-list{
    margin-top:1.3vw;
  }
  .story-list-unit{
    width:29vw;
    margin-top:1vw;
  }
  .story-list-unit-img{
    height:16.3vw;
  }
  .story-list-unit-title{
    font-size: 1.5vw;
    line-height: 2vw;
    height: 4vw;
  }
  
  .story-list-bottom{
    margin-top:1vw;
  }
  .story-list-unit-bottom-tag{
    font-size:1.1vw;
  }
  .story-list-unit-bottom-time{
    font-size:1.1vw;
  }
  .story-list-unit-text{
    font-size:1.12vw;
  }
  .add-list-more,.add-list-more-loading{
    width: 15vw;
    height: 3.6vw;
    line-height: 3.6vw;
    font-size: 1.3vw;
    margin-top: 1vw;
    border-radius: 5.6vw;
  }*/
}
@media (max-width:992px) {
    /*.story-list-unit-title{
    font-size: 1.7vw;
    line-height: 2.2vw;
    height: 4.4vw;
  }
  .story-list-bottom-tag,.story-list-unit-bottom-time{
    font-size:1.3vw;
  }
  .story-list-unit-text{
    font-size:1.34vw;
  }
  .story-list-unit-bottom-time2{
    display:none;
  }
  .add-list-more, .add-list-more-loading{
    font-size:1.7vw;
  }
  .story-list-unit-bottom{
    height:2.5vw;
  }*/
    .story-list-unit-bottom-time2 {
        display: none;
    }
    .story-list-unit-bottom {
        height: unset;
    }
}
@media (max-width:768px) {
    .story-list-unit-bottom-tag-line {
        margin: 0 2px;
    }
}
@media (min-width:577px) {
    .story-list-unit-title.twoLine {
        height: clamp(32px, 2.4vw, 48px);
    }
    .story-list-unit-title.threeLine {
        height: clamp(48px, 3.6vw, 72px);
    }
    .story-list-unit-tip-column {
        display: block;
    }
    .story-list-unit-show-tip-column.story-list-unit:hover {
        background-color: #dcdcdc;
    }
    .story-list-unit-show-tip-column.story-list-unit:hover .story-list-unit-tip-column {
        background-color: #cb5f66;
    }
    .story-list-unit-show-tip-column.story-list-unit:hover {
        padding-left: 5px;
    }
    .story-list-unit-show-tip-column.story-list-unit .story-list-unit-bottom-column-link,
    .story-list-unit-show-tip-column.story-list-unit .story-list-unit-bottom-column-link-line {
        display: none !important;
    }
}
@media (max-width:576px) {
    /*.common-column-list{
    padding:0 1.8vw;
  }*/
    .story-list-unit-title {
        font-size: clamp(1px, 4.27vw, 16px);
        line-height: clamp(1px, 5.33vw, 20px);
        -webkit-line-clamp: 3;
        height: clamp(1px, 15.3vw, 60px);
    }
    .story-list-unit-text {
        font-size: clamp(1px, 3.82vw, 14px);
        line-height: clamp(1px, 4.5vw, 20px);
        height: unset;
    }
    body .story-list-unit-text.twoLine,
    body .story-list-unit-text.threeLine {
        height: unset;
    }
    .story-list-unit-bottom {
        margin-top: clamp(1px, 3vw, 10px);
    }
    .story-list-unit-bottom-tag,
    .story-list-unit-bottom-time,
    .story-list-unit-bottom-column {
        font-size: clamp(1px, 3.2vw, 12px);
    }
    .story-list-unit-bottom-tag,
    .story-list-unit-bottom-column {
        line-height: clamp(1px, 3.2vw, 12px);
    }
    .add-list-more,
    .add-list-more-loading {
        width: 27.33vw;
        line-height: clamp(1px, 5.6vw, 20px);
        line-height: clamp(1px, 5.6vw, 20px);
        font-size: clamp(1px, 3.2vw, 12px);
        margin-top: clamp(1px, 7.87vw, 20px);
        border-radius: 2.8vw;
    }
    .story-list-unit-bottom-tag-line {
        margin: 0 clamp(1px, 1vw, 10px);
    }
    .story-list-unit-bottom-time2 {
        display: inline-block;
    }
    .story-list-unit-bottom-right {
        margin-left: 0;
    }
    .story-list-unit-show-tip-column.story-list-unit .story-list-unit-title {
        -webkit-line-clamp: 2;
    }
    .story-list-unit-show-tip-column.story-list-unit {
        margin-top: 0;
        padding: 3vw 0;
        border-top: 1px solid #8f8e8e;
        border-radius: 0;
    }
    .story-list-unit-show-tip-column.story-list-unit:first-of-type {
        padding: 0 0 3vw 0;
        border-top: 0;
    }
    .story-list-unit-show-tip-column.story-list-unit:last-child {
        padding: 3vw 0 0 0;
    }
    .story-list-unit-show-tip-column.story-list-unit .story-list-unit-bottom-tag,
    .story-list-unit-show-tip-column.story-list-unit .story-list-unit-bottom-tag-line {
        display: none;
    }
    .story-list-unit-show-tip-column.story-list-unit .story-list-unit-bottom-column-link,
    .story-list-unit-show-tip-column.story-list-unit .story-list-unit-bottom-column-link-line {
        display: block !important;
    }
}
/*改变每行个数*/
/*一行两个样式 start*/
.story-list-col-4 .story-list-unit{
  width:24%;
  margin-left:calc( ( 1 - 0.24 * 4 ) / 3 * 100% );
}
.story-list-col-4 .story-list-unit:nth-child( -n + 4 ){
  margin-top:0;
}
.story-list-col-4 .story-list-unit:nth-child( 4n - 3 ){
  margin-left:0;
}
.story-list-col-3 .story-list-unit{
  width:32%;
  margin-left:calc( ( 1 - 0.32 * 3 ) / 2 * 100% );
}
.story-list-col-3 .story-list-unit:nth-child( -n + 3 ){
  margin-top:0;
}
.story-list-col-3 .story-list-unit:nth-child( 3n - 2 ){
  margin-left:0;
}
.story-list-col-2 .story-list-unit{
  width:49%;
  margin-left:calc( ( 1 - 0.49 * 2 ) * 100% );
}
.story-list-col-2 .story-list-unit:nth-child( -n + 2 ){
  margin-top:0;
}
.story-list-col-2 .story-list-unit:nth-child( 2n - 1 ){
  margin-left:0;
}
.story-list-col-1 .story-list-unit{
  width:100%;
}
.story-list-col-1 .story-list-unit:nth-child( 1 ){
  margin-top:0;
}
@media (max-width:576px){
  .story-list-col-2 .story-list-unit{
    width:48%;
    margin-left:calc( ( 1 - 0.48 * 2 ) * 100% );
  }
  .story-list-col-1:not(.story-list-ur) .img-box-video-message{
    width: clamp(20px, 12vw, 60px);
  }
}
.common-swiper-box {
    width: 100%;
    flex: none;
    height: 100%;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    overflow: hidden;
}
.common-swiper-slide-bac {
    border-radius: 5px;
    overflow: hidden;
}
.common-swiper-slide {
    background-color: #878787;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.common-swiper {
    background-color: #878787;
}
.common-swiper-slide-bac {
    flex: none;
    position: relative;
}
.common-swiper-slide-bottom {
    flex: 1;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.common-swiper-pagination {
    left: unset !important;
    right: 12.5px !important;
    width: unset !important;
    bottom: 0 !important;
    height: 32px;
}
.common-swiper-pagination .swiper-pagination-bullet {
    width: clamp(15px, 3vw, 63px);
    height: 3px;
    opacity: 1;
    background-color: #ffffff;
    border-radius: 1px;
    margin: 0 1.5px !important;
}
.common-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b6b2b2;
}
.common-swiper-slide-bac .img-box-box {
    position: relative;
    z-index: 10;
    width: 100%;
}
.common-swiper-slide-title-bac {
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.common-swiper-slide-title {
    color: #ffffff !important;
    font-size: clamp(16px, 2vw, 28px);
    line-height: clamp(20px, 2.2vw, 30px);
}
.common-swiper .img-box-video-message {
    width: clamp(20px, 6vw, 60px);
    left: 1%;
    bottom: 2%;
}
@media (max-width:1520px) {
    .common-swiper-pagination {
        height: 38px;
    }
}
@media (max-width:576px) {
    .common-swiper-slide-title {
        font-size: clamp(1px, 4.27vw, 16px);
        line-height: clamp(1px, 5.33vw, 20px);
    }
    .common-swiper-box {
        border-radius: 0px 0vw 5px 5px;
        box-shadow: unset;
    }
    .common-swiper-slide-bac {
        border-radius: 0;
    }
    .common-swiper-pagination .swiper-pagination-bullet {
        width: clamp(1px, 7vw, 62px);
    }
    .common-swiper-pagination {
        height: calc(10px + clamp(1px, 6vw, 23px));
        line-height: calc(5px + clamp(1px, 6vw, 23px));
    }
    .common-swiper-slide-title-bac {
        padding: 10px clamp(1px, 2.4vw, 18px);
    }
    .common-swiper-slide-bottom {
        padding: 5px 0 5px clamp(1px, 2.4vw, 18px);
    }
    .common-swiper .img-box-video-message {
        width: clamp(20px, 12vw, 60px);
        left: 3%;
        bottom: 4%;
    }
}


.img-box-box {
    width: 100%;
    display: block;
    position: relative;
}
.img-box-video-message {
    width: clamp(30px, 14%, 80px);
    position: absolute;
    left: 4%;
    bottom: 6%;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
    z-index: 99;
}
.img-box-video-message img {
    width: 100%;
}
.img-box {
    width: 100%;
    position: relative;
    display: block;
    padding-top: calc(9 / 16 * 100%);
    overflow: hidden;
    z-index: 10;
}
.img-box-filter,
.img-box-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.img-box-filter[src=''],
.img-box-img[src=''] {
    transition: 0s;
}
body .story-list-unit:has(.img-box-filter[src='']),
body .story-list-unit:has(.img-box-img[src='']) {
    transition: 0s;
}
.img-box-filter {
    z-index: 10;
    object-fit: fill;
    filter: blur(10px);
}
.img-box img {
    opacity: 1;
}
.img-box img:not([src]) {
    opacity: 0;
}
.img-box-img {
    z-index: 20;
    object-fit: contain;
}
.img-box-shadow {
    display: none;
    position: absolute;
    z-index: 50;
    width: 100%;
    height: clamp(30px, 15.15vw, 70px);
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%);
}
@media (max-width:576px) {
    /*.img-box-video-message{
    width: clamp(15px, 7vw, 30px);
  }*/
}
/*.imgBox-video-message{
  position:absolute;
  width:100%;
  height:33px;
  left:0;
  bottom:0;
  padding: 0 13px 0 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:30;
  background-image: linear-gradient(to bottom,rgba(19, 20, 23, 0),#131417 80%);
  background-color:transparent!important;
}
.imgBox-video-time{
  font-size:14px;
  color:#ffffff!important;
}
.imgBox-video-play{
  width:12px;
  flex:none;
}*/
.flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
.flex-none {
    flex: none;
}
.flex-1 {
    flex: 1;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-start {
    align-items: flex-start;
}
.direction-column {
    flex-direction: column;
}
body {
    background-image: linear-gradient(to bottom, #237249 30vw, #01406a);
    --column-title-height: clamp(50px, 10.6vw, 106px);
}
body .footer {
    background-color: #0a7245;
    margin-top: 0;
}
body .swiper-box-left {
    width: calc(1161 / 1440 * 100%);
    padding: clamp(10px, 1.6vw, 16px) 0;
    background-color: #025e75;
    box-shadow: unset;
    border-radius: 5px 0 0 5px;
}
body .swiper-box-left-swiper {
    width: calc(100% - clamp(10px, 1.6vw, 16px));
    margin-left: auto;
    margin-right: 0;
}
body .section-box {
    margin-top: clamp(30px, 6vw, 113px);
}
.report1-box .column-title {
    height: calc(var(--column-title-height) * 80 / 106);
}
.report1-box-bg {
    width: 100%;
    left: 0;
    bottom: 0;
}
.report1-box {
    padding-bottom: clamp(100px, 20vw, 200px);
}
.news-picture-box-bottom-left .story-list {
    margin-top: 0;
}
.news-picture-box-bottom-left .story-list-unit {
    background-color: #95cab4;
}
.news-picture-box-bottom-left .story-list-unit:hover {
    background-color: #4df0ff;
}
.news-picture-box-bottom-left .story-list-unit-title {
    color: #034f5d !important;
}
.news-picture-box-bottom-left .story-list-unit-bottom-time {
    color: #024c5f !important;
}
.news-picture-box-top-left {
    width: calc((344 + 365) / 1440 * 100%);
}
.news-picture-box-top-right {
    width: calc((216 + 464) / 1440 * 100%);
    margin-left: auto;
}
.column-title-more {
    font-size: clamp(12px, 2vw, 20px);
    color: #4df0ff;
    margin-left: 30px;
    flex: none;
}
.news-picture-box .column-title-more{
    color: #4cedfc;
}
.news-picture-box-top-right .column-title-more {
    color: #ffd57b;
}
.news-picture-box-bottom {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #71a46c);
    padding: clamp(20px, 3vw, 30px) 0;
}
.news-picture-box-bottom-left {
    width: calc((344 + 365) / 1440 * 100%);
}
.news-picture-box-bottom-right {
    width: calc(677 / 1440 * 100%);
    margin-left: calc(33 / 1440 * 100%);
}
.news-picture-box-bottom-right-inner {
    width: calc(516 / 677 * 100%);
    margin: 0 auto;
}
.news-picture-box-bottom-right-inner-unit {
    width: 100%;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    margin-top: 14px;
    transition: 0.5s;
    border: 2px solid rgba(0, 0, 0, 0);
    transform-origin: 50% 50%;
    transform: scale(1);
    filter: drop-shadow(0px 0px 22px 7px rgba(0, 0, 0, 0));
}
.news-picture-box-bottom-right-inner-unit:first-of-type {
    margin-top: 0;
}
.news-picture-box-bottom-right-inner-unit-active {
    z-index: 99;
    filter: drop-shadow(0px 0px 22px 7px #7ba15e);
    border: 2px solid #ffd57b;
    transform: scale(calc(677 / 549 * 100%));
}
.view-box-bg {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.map-content-img-list {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.view-list {
    display: flex;
    margin-top: 10px;
    align-items: flex-end;
    justify-content: space-between;
}
.view-list .story-list-unit {
    flex: none;
    background-color: rgba(0, 0, 0, 0);
    width: calc(423 / 1440 * 100%);
    transition: 0s;
    margin-top: 0;
}
.view-list-wap-swiper {
    display: none;
}
.view-list .story-list-unit-inner-bg {
    background-color: #c9dd9e;
    border-radius: 7px;
    width: 100%;
    padding-top: 5%;
}
.view-list .story-list-unit-inner-bg-inner {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.view-list .story-list-unit-content {
    padding: 6px 0;
}
.view-list .story-list-unit-top {
    transform: scale(calc(427 / 407 * 100%));
    transform-origin: 100% 100%;
}
.view-list .story-list-unit-active {
    width: calc(498 / 1440 * 100%);
}

.view-list .story-list-unit-title {
    color: #1b5151;
}
.view-list .story-list-unit-active .story-list-unit-title {
    color: #ffffff !important;
}
.view-list .story-list-unit-active .story-list-unit-inner-bg {
    background-color: #4ab851;
}
.view-list .story-list-unit-bottom-time {
    color: #c9dd9e;
    margin-right: 10px;
}
.view-list .story-list-unit-active .story-list-unit-bottom-time {
    color: #ffffff;
}
.map-content-img-list-unit {
    position: absolute;
    width: clamp(20px, 3.8vw, 38px);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.map-content-img-list-unit .map-content-img-list-unit-img {
    width: 100%;
}
.map-content-img-list-unit .map-content-img-list-unit-img-active {
    width: 100%;
    transition: 0.5s;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: 99;
}
.map-content-img-list-unit-active .map-content-img-list-unit-img-active {
    opacity: 1;
}
.map-content-img-list-unit:first-of-type {
    left: calc((324 + 38 / 2) / 1400 * 100%);
    top: calc((416 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(2) {
    left: calc((262 + 38 / 2) / 1400 * 100%);
    top: calc((309 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(3) {
    left: calc((300 + 38 / 2) / 1400 * 100%);
    top: calc((80 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(4) {
    left: calc((290 + 38 / 2) / 1400 * 100%);
    top: calc((26 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(5) {
    left: calc((708 + 38 / 2) / 1400 * 100%);
    top: calc((450 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(6) {
    left: calc((569 + 38 / 2) / 1400 * 100%);
    top: calc((761 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(7) {
    left: calc((747 + 38 / 2) / 1400 * 100%);
    top: calc((525 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(8) {
    left: calc((734 + 38 / 2) / 1400 * 100%);
    top: calc((308 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(9) {
    left: calc((665 + 38 / 2) / 1400 * 100%);
    top: calc((789 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(10) {
    left: calc((650 + 38 / 2) / 1400 * 100%);
    top: calc((650 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(11) {
    left: calc((931 + 38 / 2) / 1400 * 100%);
    top: calc((404 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(12) {
    left: calc((1080 + 38 / 2) / 1400 * 100%);
    top: calc((138 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(13) {
    left: calc((1062 + 38 / 2) / 1400 * 100%);
    top: calc((565 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(14) {
    left: calc((1058 + 38 / 2) / 1400 * 100%);
    top: calc((180 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(15) {
    left: calc((1067 + 38 / 2) / 1400 * 100%);
    top: calc((215 + 52 / 2) / 880 * 100%);
}
.map-content-img-list-unit:nth-child(16) {
    left: calc((956 + 38 / 2) / 1400 * 100%);
    top: calc((143 + 52 / 2) / 880 * 100%);
}
.map-content-box-list {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
    display: none;
}
.map-content-box-list-unit-city {
    font-size: clamp(20px, 3vw, 30px);
    color: #123a74;
    margin-top: 10px;
}
.map-content-box-list-unit {
    border-radius: 23px;
    width: clamp(300px, 45vw, 452px);
    position: absolute;
    right: calc(clamp(10px, 10vw, 145px) * -1);
    bottom: calc(clamp(10px, 4.8vw, 48px) * -1);
    background-color: rgba(163, 205, 238, 0.85);
    filter: drop-shadow(0px 0px 8px rgba(18, 60, 122, 0.8));
    padding: clamp(10px, 1.6vw, 16px) 0 clamp(10px, 2vw, 20px);
    display: none;
}
.map-content-box-list-unit-inner {
    width: calc(100% - clamp(10px, 2vw, 20px) * 2);
    margin: 0 auto;
}
.map-content-box-list-unit-country {
    padding: 6px 13px;
    background-color: #c80000;
    border-radius: 17px;
    line-height: 1;
    font-size: clamp(12px, 2vw, 20px);
    color: #ffffff;
}
.map-content-box-list-unit-close {
    width: clamp(15px, 3vw, 30px);
}
.map-content-box-list-unit-img-box {
    border-radius: 5px;
    background-color: #123972;
    margin-top: 9px;
}
.map-content-box-list-unit-img {
    width: 100%;
    border-radius: 5px;
}
.map-content-box-list-unit-stadium {
    font-size: clamp(16px, 2.4vw, 24px);
    padding: 7px 0;
    width: calc(100% - 20px);
    margin: 0 auto;
    color: #ffffff;
}
.map-content-box-list-unit-inner-bottom {
    margin-top: clamp(10px, 1.4vw, 14px);
}
.map-content-box-list-unit-inner-bottom-unit {
    padding: 10px 16px;
    line-height: 1;
    background-color: #005e2c;
    border-radius: 8px;
    font-size: clamp(18px, 2.6vw, 26px);
    margin-right: clamp(10px, 1.8vw, 18px);
    color: #ffffff;
}
.map-content-box-list-unit-inner-bottom-unit-Ko {
    background-color: #962d11;
}
.swiper-box-right-list-unit .img-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    /* 跟图片圆角保持一致 */
    box-shadow: inset 0px 0px 13px 5px #147f86;
    z-index: 199;
    pointer-events: none;
    /* 不影响点击图片 */
    opacity: 0;
    transition: 0.5s;
}
.swiper-box-right-list-unit-active .img-box::after {
    opacity: 1;
}
body .swiper-box-left-swiper .common-swiper-slide-bac {
    border-radius: 0;
}
.map-content-bg {
    filter: drop-shadow(0px 0px 39px rgba(103, 255, 251, 0.86));
    width: 100%;
}
.map-box-bg {
    height: 100%;
    left: 0;
    transform: translateX(-50%);
    top: 0;
}
.map-content-img-list {
    position: ;
}
.absolute {
    position: absolute;
}
.z-99 {
    z-index: 99;
}
.z-10 {
    z-index: 10;
}
.swiper-box-right {
    padding: clamp(10px, 2vw, 20px) 0;
    background-image: linear-gradient(0deg,
            #3551a4 0%,
            #2c8ec4 50%,
            #82cede 100%);
    width: calc((1 - 1161 / 1440) * 100%);
}
.swiper-box-right-list {
    width: calc(100% - clamp(10px, 2vw, 20px) * 2);
    margin: 0 auto;
}
.swiper-box-right-list-unit {
    margin-top: clamp(10px, 1.7vw, 17px);
}
.swiper-box-right-list-unit:first-of-type {
    margin-top: 0;
}
.swiper-box-right-bg {
    height: 100%;
    width: auto;
    right: 100%;
    top: 0;
}
.column-title {
    height: var(--column-title-height);
    display: flex;
    position: relative;
    align-items: flex-end;
}
.column-title-img {
    height: 100%;
    flex: none;
}
.look-box {
    position: fixed;
    right: 25px;
    bottom: 50px;
    width: clamp(80px, 15vw, 150px);
    display: block;
    z-index: 199;
}
.look-box-img {
    width: 100%;
}
.map-title-right-unit {
    display: flex;
    margin-left: 10px;
    align-items: center;
    font-size: clamp(12px, 2vw, 20px);
    flex: none;
}
.map-title-right-unit-img {
    width: clamp(15px, 2vw, 20px);
    flex: none;
}
.map-title-right-unit-title {
    flex: none;
    margin-left: 3px;
    color: #ffffff;
}
.map-title-right-unit-left {
    flex: none;
    color: #ffffff;
    padding: 8px clamp(10px, 1.3vw, 13px);
    line-height: 1;
    background-color: #004f25;
    border-radius: 8px;
}
.map-title-right-unit-left1 {
    background-color: #962d11;
}
.medal {
    position: absolute;
    z-index: 99;
    width: 449px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
    left: -229px;
    top: clamp(100px, 44vw, 440px);
    opacity: 0.7;
    overflow: hidden;
    padding-bottom: 15px;
    transition: 0.5s;
    transform-origin: 0% 0%;
}
.medal-top,
.medal-top-bg {
    position: relative;
}
.medal-top-bg {
    z-index: 10;
    width: 100%;
}
.medal-top-more-link {
    position: absolute;
    z-index: 99;
    bottom: 17px;
    right: 0;
}
.medal-top-more {
    width: 189px;
}
.medal-column {
    display: flex;
    color: #707070;
}
.medal-column-unit,
.medal-list-unit-unit {
    flex: 1;
    font-size: 18px;
    text-align: center;
}
.medal-list-unit-unit {
    position: relative;
}
.gold-bg {
    width: 43px;
}
.code-bg {
    width: 26px;
}
.gold-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.medal-column-unit.nation,
.medal-list-unit-unit.nation,
.medal-column-unit.total,
.medal-list-unit-unit.total {
    flex: none;
    width: 22%
}

.medal-column-unit.nation {
    color: #026841;
}
.medal-column-unit.gold {
    color: #d50100;
}
.medal-column-unit.silver {
    color: #304fff;
}
.medal-column-unit.copper {
    color: #6101e9;
}
.medal-column-unit.total {
    color: #026841;
}
.medal-list-unit {
    display: flex;
    color: #000000;
    align-items: center;
    border-radius: 20px;
    background-color: #e4e4e4;
    padding: 3px 0;
    margin-top: 10px;
}
.medal-list-unit:first-of-type {
    margin-top: 0px;
}
.z99 {
    position: relative;
    z-index: 99;
}
.medal-tool {
    width: 100%;
    background-color: #51cba2;
    color: #000000;
    padding: 3px 0;
}
.medal-tool-inner {
    width: calc(100% - 17px * 2);
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
}
.medal-tool-unit {
    padding: 6px 11px;
    line-height: 1;
    border-radius: 13px;
    cursor: pointer;
    flex: none;
}
.medal-tool-unit-active {
    background-color: #ffffff;
}
.medal-tool-unit span {
    display: none;
}
.medal-tool-unit-active span {
    display: inline-block;
}
.medal-logo-box {
    display: none;
}
.medal-column-unit.rank,
.medal-list-unit-unit.rank {
    display: none;
}
.medal-logo {
    width: 100%;
    height: auto;
}
.medal-bottom {
    width: calc(100% - 22px);
    margin: 10px auto 0;
}

.medal-column-unit.nation,
.medal-list-unit-unit.nation {
    text-align: left;
    margin-left: 10px;
}
.medal-list-unit-unit.nation {
    line-height: 1.2;
}
.common-swiper-slide-title-wap {
    display: none;
}
@media (max-width:1800px) {
    .map-content-box-list-unit {
        right: -30px;
    }
}
@media (max-width:1400px) {
    .medal {
        transform: scale(0.8);
    }
}
@media (max-width:1200px) {
    .view-list .story-list-unit-top {
        transform: scale(calc(433 / 407 * 100%));
    }
}
@media (max-width:1099px) {
    .medal {
        transform: scale(0.6);
    }
}
@media (max-width:768px) {
    .view-list .story-list-unit-top {
        transform: scale(calc(444 / 407 * 100%));
    }
    .view-list .story-list-unit-inner-bg {
        padding-top: 8%;
    }
}
@media (max-width:668px) {
    .view-list .story-list-unit-top {
        transform: scale(calc(460 / 407 * 100%));
    }
    .view-list .story-list-unit-inner-bg {
        padding-top: 10%;
    }
}
@media (min-width:577px) {
    .medal:hover {
        left: 20px;
        opacity: 1;
    }
}
@media (max-width:576px) {
    .common-swiper-slide-title-bac {
        display: none;
    }
    .common-swiper-slide-title-wap {
        display: -webkit-box;
        margin-top: 10px;
    }
    .view-list-wap-swiper {
        display: block;
    }
    .view-list-pc {
        display: none;
    }
    .swiper-box {
        display: block;
        background-image: linear-gradient(0deg,
                #3551a4 0%,
                #2c8ec4 50%,
                #00ffb4 100%);
        border-radius: 13px;
    }
    body .swiper-box-left {
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        padding-bottom: 0;
    }
    .medal {
        margin-top: 11vw;
    }
    .common-swiper-slide-bac {
        border-radius: 13px 13px 0 0 !important;
    }
    .map-title-right-unit-left {
        padding: 3px 4px;
    }
    .map-title-right-unit {
        font-size: 2.7vw;
    }
    body .common-swiper-slide {
        background-color: rgba(0, 0, 0, 0);
    }
    .swiper-box-right-bg {
        display: none;
    }
    body .swiper-box-left-swiper {
        width: calc(100% - clamp(10px, 1.6vw, 16px) * 2);
        margin: 0 auto;
    }
    body .common-swiper {
        background-color: rgba(0, 0, 0, 0);
    }
    .swiper-box-right {
        width: 100%;
        background-image: unset;
    }
    .swiper-box-right-list {
        display: flex;
        justify-content: space-between;
    }
    .swiper-box-right-list-unit {
        flex: none;
        width: 19%;
        margin-top: 0;
    }
    body .common-swiper-slide-bottom {
        padding: 0;
    }
    .look-box {
        display: none;
    }
    .medal {
        position: static;
        transform: scale(1);
        opacity: 1;
        width: 100%;
    }
    .medal-tool-unit {
        font-size: 3vw;
        padding: 1vw 2.5vw;
    }
    .map-content-box-list-unit {
        right: 4.27vw;
    }
    .map-content-box-list-unit {
        width: 50.27vw;
    }
    .map-content-box-list-unit-inner-bottom-unit {
        font-size: 3.27vw;
        padding: 3px 6px;
    }
    .view-list .story-list-unit {
        width: calc(100% - 3.6vw);
        margin-left: auto;
    }
    .view-list .story-list-unit-top {
        transform: scale(calc(434 / 407 * 100%));
    }
    .view-list .story-list-unit-inner-bg {
        padding-top: 7%;
    }
    .view-list .swiper-button-next {
        right: 0;
    }
    .view-list .swiper-button-prev {
        left: 0;
    }
    .view-list .swiper-button-next,
    .view-list .swiper-button-prev {
        height: unset;
        margin-top: 0;
        transform: translateY(-50%);
        width: 8.33vw;
        top: 36%;
    }
    .map-box-bg,
    .view-box-bg {
        display: none;
    }
    .news-picture-box-top {
        display: block;
    }
    .news-picture-box-top-left,
    .news-picture-box-top-right,
    .news-picture-box-bottom-left,
    .news-picture-box-bottom-right {
        width: 100%;
    }
    .news-picture-box-bottom-left {
        margin-top: 4vw;
    }
    .news-picture-box-top-left {
        padding: 0 1.87vw;
    }
    .news-picture-box-top-right {
        margin-top: 11vw;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #7a9d60);
        padding: 0 1.87vw 5.2vw;
    }
    .view-list .story-list-unit-title {
        height: unset;
        -webkit-line-clamp: 2;
    }
    .news-picture-box-bottom-left .story-list-unit-title {
        height: clamp(1px, 10.2vw, 40px);
        -webkit-line-clamp: 2;
    }
    .map-content-box-list-unit-city,
    .map-content-box-list-unit-stadium {
        font-size: 4.27vw;
    }
    .map-content-box-list-unit-country {
        font-size: 3.2vw;
    }
    .news-picture-box-bottom-right {
        margin-left: 0;
        margin-top: 4vw;
    }
    .news-picture-box-bottom-right-inner {
        width: 100%;
    }
    .news-picture-box-bottom-right-inner-unit-active {
        transform: scale(1);
    }
    .news-picture-box-bottom {
        display: none;
    }
    .report1-box {
        padding-bottom: 14.6vw;
    }
    .medal-column-unit,
    .medal-list-unit-unit {
        font-size: 3.73vw;
    }
}