@charset "UTF-8";
/*联谊活动 height: 100vh;*/
.active_body {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.active_body .active_box {
    display: flex;
    overflow: hidden;
    position: relative;
}

.active_body .active_box .active_left {
    margin-top: 4.948vw;
    width: 70%;
    height:30vw;
    position: relative;
}

.active_body .active_box .active_left .img_bg {
    position: absolute;
    width: 39.0625vw;
    height: 28.646vw;
    border-radius: 2.604vw;
    background-color: #fff;
    overflow: hidden;
    border: 0.521vw solid white;
    box-shadow: 0vw 0.104vw 1.042vw rgba(0, 62, 133, 0.2);
    right: 0;
}

.active_body .active_box .active_left .img_bg img {
    width: 99%;
    height: 99%;
    border-radius: 2.604vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.active_body .active_box .active_left .img_bg:before {
    content: '';
    position: absolute;
    width: 3.125vw;
    height: 100%;
    margin-top: 0vw;
    margin-left: -9.375vw;
    overflow: hidden;
    z-index: 6;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: aniBlink 7s ease-out infinite;
    /* 总周期设置为5秒 */
}

.active_body .active_box .active_left .content_more {
    position: absolute;
    width: 4.167vw;
    height: 4.167vw;
    opacity: 1;
    border-radius: 100%;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.833vw;
    font-weight: 500;
    letter-spacing: 0vw;
    line-height: 1.146vw;
    color: white;
    background: #00baad;
    text-transform: uppercase;
    right: -2.083vw;
    bottom: 2.083vw;
    cursor: pointer;
}

.content_more_show{
    display: flex !important;
}

.active_body .active_box .active_left .content_more:hover::before {
    content: "";
    width: 4.167vw;
    height: 4.167vw;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 1;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    animation-name: dsp;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.active_body .active_box .active_right {
    width: 30%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.active_body .active_box .active_right .imgs {
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.active_body .active_box .active_right .imgs .img_outside:first-child {
    margin-top: 1.042vw;
}

.active_body .active_box .active_right .imgs .img_outside .outside {
    width: 13.021vw;
    height: 7.8125vw;
    opacity: 1;
    border-radius: 0.417vw;
    border: 0.3125vw solid white;
    box-shadow: 0vw 0.104vw 0.521vw rgba(0, 62, 133, 0.2);
    margin-bottom: 2.604vw;
    transition: transform 0.5s ease-in-out;
}

.active_body .active_box .active_right .imgs .img_outside .outside img {
    width: 100%;
    height: 100%;
    border-radius: 0.417vw;
}

.active_body .active_box .active_right .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


.active_body .active_box .active_right .content .active_content {
    padding: 3.646vw;
    box-sizing: border-box;
    width: 44.271vw;
    height: 13.021vw;
    border-radius: 2.083vw;
    transform: rotate(2.67deg);
    backdrop-filter: blur(0.521vw);
    -webkit-backdrop-filter: blur(0.521vw);
    overflow: hidden;
    /* 用于兼容Safari浏览器 */
    background-color: rgba(255, 255, 255, 0.5);
    /* 可以添加一个半透明的背景颜色来增强效果 */
    position: absolute;
    bottom: 28.646vw;
    right: calc(100% + 13.021vw);
    display: none;
    transition: all 0.5s ease-in-out;

}
.active_body .active_box .active_right .content .active_content_ie {
    right: calc(44.271vw + 13.021vw);
    background: linear-gradient(90deg, rgba(37, 84, 151, 1) 5%, rgba(37, 84, 151, 0.37) 90%);
}

.active_body .active_box .active_right .content  .content_active{
    height: 20.833vw!important;
    transition: height 0.5s ease-in-out;
}


.active_body .active_box .active_right .content .active_content .active_title {
    transform: rotate(-2.67deg);
    font-size: 1.25vw;
    font-weight: 500;
    letter-spacing: 0vw;
    line-height: 1.5625vw;
    color: white;
    filter: invert(100%);
}

.active_body .active_box .active_right .content .active_content .active_text {
    transform: rotate(-2.67deg);
    display: none;
    margin-top: 1.667vw;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.25vw;
    color: rgba(255, 255, 255, 0.8);
    filter: invert(100%);
    transition: opacity 0.5s ease-in-out;
}

.active_text_active{
    display: flex !important;
    transition: opacity 0.5s ease-in-out;
}


.active_body .active_box .active_right .content .active_content .active_time {
    /*transform: rotate(-2.67deg);*/
    margin-top: 2.5vw;
    display: flex;
    align-items: center;
    font-size: 0.625vw;
    font-weight: 400;
    letter-spacing: 0vw;
    line-height: 0.833vw;
    color: white;
    filter: invert(100%);
}

.active_body .active_box .active_right .content .active_content .active_time .view {
    display: flex;
    align-items: center;
}

.active_body .active_box .active_right .content .active_content .active_time .view img {
    width: 0.833vw;
    height: 0.833vw;
}

.active_body .active_box .active_right .content .active_content .active_time .view span {
    margin-left: 0.208vw;
}

.active_body .active_box .active_right .content .active_content .active_time .view:last-child {
    margin-left: 1.667vw;
}

.active_body .active_box .active_right .content .active_content .active_more {
    position: absolute;
    right: 2.34375vw;
    bottom: 1.25vw;
    cursor: pointer;
}

.active_body .active_box .active_right .content .show {
    z-index: 8;
    display: block;
    transition: all 0.5s ease;
    -webkit-animation: move_3 1s;
}

.active_body .active_box .active_right .outside:hover {
    transform: scale(1.2);
}

@keyframes dsp {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    10% {
        opacity: 1;
        transform: scale(0.6);
    }
    30% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@-webkit-keyframes move_3 {
    0% {
        -webkit-transform: translateY(10.417vw);
        opacity: 0;
    }
}

@keyframes aniBlink {
    0% {
        margin-left: -50%;
    }
    12% {
        margin-left: 120%;
    }
    100% {
        margin-left: 120%;
        /* 保持静止直到周期结束 */
    }
}
