@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    box-sizing: inherit;
    outline: none;
}

:after,
 :before {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.pc-bg-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.judge-section {
    text-align: center;
}


/*内容盒子*/

.judge-section .section-inner {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.judge-section .section-inner .swiper-container {
    padding-bottom: 20px;
    max-width: 1440px;
}

.judge-section .section-inner .swiper-container .swiper-wrapper {
    align-items: center;
    height: 500px!important;
}


/*内容列表*/

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
    height: 500px!important;
    background: 0 0;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a {
    display: block;
    float: left;
    position: relative;
    background-color: #fff;
    width: calc((100% - 100px)/5);
    padding-bottom: 5px;
    height: 100%;
    margin-right: 25px;
    border-radius: 5px;
    overflow: hidden;
    cursor: default;
    color: #000;
}

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover {
    box-shadow: 0 10px 20px #00000020;
    -webkit-box-shadow: 0 10px 20px #00000020;
}

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    margin-bottom: 1rem;
}

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3 {
    font-weight: normal;
    margin-top: 25px;
    font-size: 18px;
    color: #252b3a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide p {
    margin-top: 5px;
    padding: 5px 7.5px 0;
    font-size: 0.75rem;
    color: #a0a2a8;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
}

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 60px);
    text-align: center;
    border-top: 1px solid #e7e7e7;
    color: #666a75;
    padding-top: 10px;
    letter-spacing: .44px;
    line-height: 23px;
}

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time span {
    font-size: 20px;
    color: #f66f6a;
    letter-spacing: 0;
    line-height: 23px;
    margin-right: 3px;
}

.judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type {
    margin-right: 0;
}


/*分页*/

.judge-section .section-inner .swiper-container .swiper-pagination-bullets {
    bottom: -5px;
}

.judge-section .section-inner .swiper-container .swiper-pagination-bullet {
    position: relative;
    margin: 0 5px;
    width: 24px;
    height: 4px;
    border-radius: 100px;
    opacity: 1;
    background: 0 0;
}

.judge-section .section-inner .swiper-container .swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px!important;
    height: 4px;
    opacity: 1;
    left: 0;
    border-radius: 100px;
    background: #dfe1f1;
    vertical-align: middle;
    transition: opacity .8s, background-color .8s;
}

.judge-section .section-inner .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
}

.judge-section .section-inner .swiper-container .swiper-pagination-bullet-active:before {
    width: 24px!important;
    opacity: 1;
    border-radius: 100px;
    transform: scale(1.2);
    background: #f7b52d;
}


/*左右箭头*/

.judge-section .section-inner .swiper-button-prev,
.judge-section .section-inner .swiper-button-next {
    background-color: #00000040;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
}

.judge-section .section-inner .swiper-button-prev {
    left: 0;
    top: 150px;
    padding: 10px;
    margin-top: 0;
    border-radius: 5px;
    background-image: url(../../img/swiper-images/swiper-home-arrow_big.svg);
}

.judge-section .section-inner .swiper-button-next {
    right: 0;
    top: 150px;
    padding: 10px;
    margin-top: 0;
    border-radius: 5px;
    background-image: url(../../img/swiper-images/swiper-home-arrow_big.svg);
    transform: rotate(180deg);
}

.judge-section .section-inner .swiper-button-prev:hover,
.judge-section .section-inner .swiper-button-next:hover {
    background-color: #00000080;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
}

.judge-section .section-inner .swiper-button-next:hover {
    background-image: url(../../img/swiper-images/swiper-home-arrow_big_hover.svg);
}

.judge-section .section-inner .swiper-button-prev:hover {
    background-image: url(../../img/swiper-images/swiper-home-arrow_big_hover.svg);
}

@media only screen and (max-width:1140px) {
    .judge-section .section-inner .swiper-container .swiper-wrapper {
        height: 400px!important;
    }
    /*内容列表*/
    .judge-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
        height: 400px!important;
    }
}