.swiper {
    --swiper-theme-color: #fff; /* 设置Swiper风格 */
    --swiper-navigation-color: rgba(255, 255, 255, 0.5); /* 单独设置按钮颜色 */
    --swiper-navigation-size: 60px; /* 设置按钮大小 */
}

.swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover {
    color: rgba(255, 255, 255, 1);
}

.my-bullet {
    margin: 0 40px;
    color: #999;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}

.my-bullet-active {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.page2-tab, .pictures-tab {
    margin: 0 40px;
    color: #999;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}

.page2-tab.active, .pictures-tab.active {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.pictures-tab.active {
    color: #fff;
}

.nav-bullet {
    margin: 0 40px;
    color: #999;
    line-height: 42px;
    height: 42px;
    cursor: pointer;
}

.nav-bullet-active {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.space-bullet {
    margin: 0 40px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 10px;
    cursor: pointer;
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    min-width: 64px;
    display: inline-block;
    text-align: left;
}

.space-bullet-active {
    color: #fff;
    border-top: 2px solid #fff;
}

.fullScreen-bullet-box {
    left: 0 !important;
    right: auto !important;
}

.fullScreen-bullet {
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    text-align: left;
}

.fullScreen-bullet:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    margin-right: 10px;
    transition: width 0.3s ease;
}

.fullScreen-bullet-active {
    color: #fff;
}

.fullScreen-bullet-active:before {
    width: 20px;
}

.bg-radial-gradient-white {
    background: radial-gradient(
            circle at center,
            rgba(255, 255, 255, .3) 0%,
            transparent 60%,
            transparent 100%
    );
}

.page2-swiper .swiper-pagination {
    top: 60px !important;
    bottom: auto !important;
}

a.nav-item:hover, a.nav-item.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.nav-content {
    transition: transform 0.5s ease;
    transform: translateY(-1000px);
}

.nav-content-show {
    transform: translateY(0);
}

.right-fixed-item-title {
    width: 0;
}

.right-fixed-item-icon {
    color: #666;
}

.right-fixed-item:hover > .right-fixed-item-title {
    width: 80px;
}

.right-fixed-item:hover > .right-fixed-item-icon {
    color: #fff;
}

.infos-popup {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.infos-popup.show {
    opacity: 1;
    visibility: visible;
}

.video-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 42px;
    height: 3px;
    background-color: rgba(255, 255, 255, .3);
    opacity: 1;
    border-radius: 0;
    transition: width 0.3s ease;
}


.video-pagination .swiper-pagination-bullet-active {
    width: 166px;
    position: relative;
}

.video-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.home-video-swiper-box.swiper-slide-active .video-pagination .swiper-pagination-bullet-active:before {
    animation: progress 8s linear forwards;
}

@keyframes progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.video-swiper-button-next, .video-swiper-button-prev {
    width: 66px;
    height: 66px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.video-swiper-button-next:after, .video-swiper-button-prev:after {
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
}

.video-swiper-button-next:hover, .video-swiper-button-prev:hover {
    background-color: #fff;
}

.video-swiper-button-next:hover:after, .video-swiper-button-prev:hover:after {
    color: #373733;
}

.pictures-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .4);
}

.pictures-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.news_detial {
    width: 1200px;
    margin: 0 auto
}

.news_detial h1 {
    font-size: 26px;
    color: #333;
    padding: 70px 0;
    border-bottom: 1px solid #eee;
    position: relative
}

.news_detial h1 a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666
}

.news_detial .content {
    padding: 40px 0
}

.news_detial .content img {
    margin: 0 auto;
    width: 70%;
}

.yuyue_container {
    background: url("../images/yuyue_bg.jpg") top center no-repeat;
    height: 1130px
}

.yuyue_container .input-text {
    position: relative
}

.yuyue_container .input-text span {
    position: absolute;
    left: 0;
    bottom: -26px;
    color: red;
    font-size: 12px
}

.yuyue_container .yy_main {
    width: 440px
}

.yuyue_container .yy_main .desc {
    font-size: 12px;
    color: #666
}

.yuyue_container .yy_main .radio {
    font-size: 12px;
    color: #666
}

.yuyue_container .yy_main .radio input {
    margin-right: 5px
}

.yuyue_container .yy_main .checkbox {
    font-size: 12px;
    color: #666
}

.yuyue_container .yy_main .checkbox input {
    margin-right: 6px
}

.yuyue_container .yy_main .checkbox a {
    color: #698c92;
    margin-right: 10px
}

.yuyue_container .yy_main input[type=text] {
    width: 100%;
    display: block;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #999;
    box-shadow: none;
    outline: none;
    font-size: 12px
}

.yuyue_container .yy_main .button {
    border: none;
    box-shadow: none;
    outline: none;
    width: 170px;
    height: 50px;
    background: #568d94;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    cursor: pointer
}

.common-title h4 {
    color: #0c111e;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 5px
}

.common-title p {
    font-size: 14px;
    color: #909194;
    letter-spacing: 2px;
    margin-top: 5px
}