﻿a {
    text-decoration: none;
    color: black;
}

.headling_main {
    overflow-x: hidden;
}

@media (max-width:750px) {
    .gdfixed {
        display: none !important;
    }

    .height_80vw {
        height: 80vw !important;
    }

    .video_108_4 {
        width: 108% !important;
        margin-left: -4% !important;
    }

    .fixed_cate {
        display: none;
    }
}



@media screen and (min-width: 0px) {
    .headling_point_box {
        width: 100%;
        height: 100px;
        /* background-color: #f9f9f9; */
        background: #fff;
        position: relative;
    }

    .headling_point_text {
        font-size: 12px;
        letter-spacing: 1px;
        height: auto;
        line-height: 40px;
        text-align: center;
        color: #333;
    }

    .headling_point_btn {
        border: 1px solid #cdcdcd;
        /* width: 60px; */
        height: 44px;
        background-color: #ececec;
        color: #777;
        font-size: 17px;
        text-align: center;
        line-height: 44px;
        border-radius: 3px;
        margin-right: 7px;
        margin-left: 7px;
        letter-spacing: 1px;
        cursor: pointer;
        padding: 0 10px;
    }


    .headling_point_btn_focus {
        width: auto;
        height: 44px;
        border: 1px solid #cdcdcd;
        color: #666;
        font-size: 17px;
        text-align: center;
        line-height: 44px;
        border-radius: 3px;
        margin-right: 7px;
        margin-left: 7px;
        letter-spacing: 1px;
        cursor: pointer;
        padding: 0 10px;
    }
}


@media screen and (min-width: 750px) {
    .headling_point_box {
        width: 100%;
        height: 98px !important;
        position: relative;
        margin-bottom: 30px;
        position: relative;
    }

    .headling_point_text {
        font-size: 15px;
        letter-spacing: 1px;
        height: auto;
        line-height: 60px;
        text-align: center;
        color: #333;
    }
}


.more_truvid {
    height: 170px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -100px;
    margin-bottom: 20px;
}

.more_truvid_background {
    width: 100vw;
    height: 170px;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.69) 50%, #e8e8e887 100%);
    position: absolute;
}

.more_truvid_btn {
    width: calc(100% - 30px);
    background: linear-gradient( 90deg, #8462F6 0%, #5D7DFF 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0 12px 0;
    position: absolute;
    bottom: 22px;
    transition: all 0.3s ease; /* 添加平滑过渡效果 */
    animation: button-scale 1.5s infinite; /* 动画名称、持续时间、循环次数 */
    animation-timing-function: ease-in-out; /* 使用更平滑的动画速度曲线 */
    line-height: 18px;
}

    .more_truvid_btn a {
        font-size: 17px;
        color: #FFFFFF;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: bold;
    }
/* 定义关键帧动画 */
@keyframes button-scale {
    0% {
        transform: scale(1); /* 初始状态，正常尺寸 */
    }

    50% {
        transform: scale(1.07); /* 放大到原尺寸的1.2倍 */
    }

    100% {
        transform: scale(1); /* 回到初始尺寸 */
    }
}

@media(min-width:750px) {
    .more_truvid_btn {
        width: 42%;
    }
}


.skip_video_tip {
    width: 100%;
    padding: 7px 0;
    color: #fd5415;
    font-size: 15px;
}

.truvid_container_wbj {
    width: 100%;
    min-height: auto;
    margin-top: 10px;
}

.truvid_wbj_top {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border-radius: 14px 14px 0 0;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
    padding: 0 14px;
    display: flex;
    align-items: center;
    color: #7B6937;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 0;
}

    .truvid_wbj_top svg {
        width: 17px;
        height: 17px;
        margin-right: 5px;
    }

.truvid_wbj_main_box {
    min-height: 220px;
    background: #E8E9ED;
    width: 100%;
    position: relative;
    border-right: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
    box-sizing: border-box;
}

.truvid_wbj_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #999BA1;
}

img[src="/Content/global/player_bottom.png"] {
    width: 100%;
    box-shadow: 0px 10px 6px 1px rgba(0,0,0,0.16);
    border-radius: 0 0 22px 22px;
}

.skip_video_tip {
    display: none;
}

@media(min-width:750px) {

    .truvid_wbj_main_box {
        min-height: 330px;
    }

    .truvid_container_wbj {
        width: 640px;
        height: auto;
        margin-left: calc(50% - 320px);
    }

    img[src="/Content/global/player_bottom.png"] {
        width: 100%;
        box-shadow: 0px 10px 6px 1px rgba(0,0,0,0.16);
        border-radius: 0 0 30px 30px;
    }
}


@media(max-width:750px) {
    html, body {
        overflow-x: hidden;
    }
}
