﻿.header {
    display: flex;
    padding: 0 1vw;
    height: 3.5vw;
    align-items: center;
}

.header-title {
    flex: 1;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 1.2vw;
    color: #4C545B;
    letter-spacing: 0.54px;
    font-weight: 700;
}

.header img {
    cursor: pointer;
    margin: 0 8px;
    height: 1.3vw;
}

.header-left {
    display: none;
    position: absolute;
    left: 8px;
    top: 3.5vw;
    box-shadow: 0 1px 5px #c2c2c2;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    width: 200px;
    padding: 12px 20px;

}

.header-left-active {
    display: block;
}



.header-left a {
    font-size: 15px;
    line-height: 40px;
    color: #212121;
}

.header-right {
    display: none;
    position: absolute;
    right: 8px;
    top: 3.5vw;
    box-shadow: 0 1px 5px #c2c2c2;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    width: 276px;
    padding: 20px 12px 0px 20px;
    box-sizing: border-box;
}

.header-right-active {
    display: block;
}

.header-right ul {
    margin-bottom: 0;
    list-style: none;
}

.header-right li {
    float: left;
    padding: 0 15px;
    width: 80px;
    margin-bottom: 20px;
}

.header-right li p {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 8px;
}

.header-right li div {
    background-image: url(../images/appicons.png);
    background-size: 64px auto;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
}

.header-right img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    box-sizing: border-box;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 10px 20px 0px rgba(52, 105, 245, 0.1);
    border-radius: 9px;
    padding: 25px 30px;
    overflow: hidden;
    justify-content: center;
    margin-top: -30px;
}

.tabs div {
    white-space: nowrap;
    box-sizing: border-box;
    /* width: 100px; */
    padding: 0 15px;
    height: 50px;
    /* float: left; */
    cursor: pointer;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #51585E;
    letter-spacing: 1.12px;
    text-align: center;
    font-weight: 400;
}

.tabs div.active {
    color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(176, 183, 195, 0.2);
}

.tabs>div.active:nth-child(1),
.tabs>div.active:nth-child(5),
.tabs>div.active:nth-child(7),
.tabs>div.active:nth-child(11) {
    background: #377DFF;
}

.tabs>div.active:nth-child(2) {
    background: #6152CC;
}

.tabs>div.active:nth-child(3),
.tabs>div.active:nth-child(8) {
    background: #FF6666;
}

.tabs>div.active:nth-child(4),
.tabs>div.active:nth-child(6),
.tabs>div.active:nth-child(9) {
    background: #FF9066;
}

.tabs>div.active:nth-child(10),
.tabs>div.active:nth-child(12) {
    background: #ED3BAB;
}

@media (min-width: 1920px) {
    .container {
        max-width: 1510px;
    }
}

.map {
    position: relative;
    /* overflow: hidden; */
}

.map .marker {
    position: absolute;
    z-index: 8;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.map .marker-content {
    position: absolute;
    width: 380px;
    height: 246px;
    padding: 13px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgba(52, 105, 245, 0.2);
    border-radius: 20px;
    display: none;
    z-index: 9;
}

.map .marker-content::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid white;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -16px;
}

.map .marker-content .img {
    width: 100%;
    margin-bottom: 20px;
}

.map .marker-content .text {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1C1C1C;
    letter-spacing: 0.88px;
    text-align: justify;
    line-height: 25px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-wrap {
    background: #fff;
    position: relative;
    height: 648px;
    box-sizing: border-box;
    background-image: url(../images/p-video-bg.png);
    background-repeat: no-repeat;
    background-position: 0px 300px;
}

.video-container {
    width: 800px;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 20px 0px rgba(52, 105, 245, 0.1);
    overflow: hidden;
    margin: 100px auto;
}

video {
    width: 100%;
    display: block;
}

/* 控制栏样式 */
.controls {
    background: linear-gradient(to right, #303133, #F2F6FC);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

/* 按钮基础样式 */
.control-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.control-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.control-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* 特定按钮样式 */
#playBtn::after {
    content: "▶";
}

#pauseBtn::after {
    content: "⏸";
}

#stopBtn::after {
    content: "⏹";
}

#muteBtn::after {
    content: "🔊";
}

#fullscreenBtn::after {
    content: "⛶";
}

#volumeUp::after {
    content: "+";
    font-weight: bold;
}

#volumeDown::after {
    content: "-";
    font-weight: bold;
}

/* 进度条样式 */
.progress-container {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #ff7e5f, #feb47b);
    border-radius: 4px;
    transition: width 0.1s linear;
    position: relative;
}

.progress-bar::after {
    content: '';
    position: absolute;
    right: -5px;
    top: -3px;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
}

.progress-container:hover .progress-bar::after {
    opacity: 1;
}

/* 时间显示 */
.time-display {
    color: white;
    font-size: 14px;
    margin-left: auto;
    font-family: monospace;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 4px;
}

/* 响应式调整 */
@media (max-width: 600px) {
    .controls {
        padding: 8px 10px;
    }

    .control-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .time-display {
        font-size: 12px;
    }
}

/* 工具提示 */
.tooltip_ {
    position: relative;
}

.tooltip_::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.tooltip_:hover::before {
    opacity: 1;
}

.footer_icon ul {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 10px 20px 0px rgba(52, 105, 245, 0.1);
    border-radius: 9px;
    padding: 25px 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.80);
    margin-top: 20px;
}

.footer_icon li {
    white-space: nowrap;
    padding: 0 20px;
    text-align: center;
}

.footer_icon li p {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 8px;
}

.footer_icon li div {
    background-image: url(../images/appicons.png);
    background-size: 64px auto;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}

.footer_icon img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.footer-copyright {
    padding: 50px 0;
}

#translate {
    position: absolute !important;
    top: 0.6vw !important;
    right: 190px !important;
}

#translateSelectLanguage {
    height: 2.2vw !important;
    padding: 0 1vw !important;
    line-height: 2.2vw !important;
}

.copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qrcode {
    width: 100px;
    height: 100px;
}

.icons {
    display: flex;
    align-items: center;

    justify-content: center;
}

.icons img {
    margin: 0 2px;
    width: 20px;
    height: 20px;
}

.papri-main-1-single-slider {
    height: 40vw;
}

.papri-main-1-slider-area-content h2 {
    font-size: 2.5vw;
}

.papri-main-1-slider-area-content p {
    font-size: 1.5vw;
}

.owl-nav div {
    width: 4vw !important;
    height: 4vw !important;
}

.owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav .fa {
    font-size: 2vw;
}