.header{
    position:fixed;
    left:0;
    right:0;
    top:0;
    height: 70px;
    /* line-height: 60px; */
    padding: 0 20px;
    background-color: transparent;
    color: white;
    font-size: 18px;
    box-sizing: border-box;
    z-index: 999;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s;
}
.header.headerbk{
    background-color: rgba(0,0,0,.65)!important;
}
.header_left img{
    display: block;
    height: 27px;
}
.header_right{
    position:relative;
    z-index: 9999;
}
.header_right a{
    color: white!important;
    margin-left: 42px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 70px;
}
.header_right span:hover{
    color: rgba(255,186,49,0.6)!important;
}
.personBtn_img{
    position:relative;
    width: 32px!important;
    border-radius: 50%;
}
.main_column{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
}
.main_column.header_right>a:hover{
    color: rgba(255,186,49,0.6)!important;
}
.header_right a:active,.header_right a:focus,.header_right a:visited{
    color: white!important;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    outline: none;
}
.dropdownboxer{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    transition: all 0.4s ease-in;
}
.header_dropdown{
    min-width: 130px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: absolute;
    top: -9999px;
    right: -9999px;
    display: block;
    background-color: white;
    padding: 9px 11px;
    transition: all 0.4s ease-in;
    border-radius: 5px;
    box-shadow: 1px 0 7px hsl(0deg 0% 42% / 50%);
}
.header_dropdown a div, .header_dropdown>div div{
    margin-left: 6px;
    white-space: nowrap;
}
.header_dropdown>a, .header_dropdown>div{
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: rgba(0,0,0,.85)!important;
}
.hideNavi{
    cursor: pointer;
}
.kv_theme_box{
    position:absolute;
    width: 1140px;
    /* top: 18%; */
    top: 10%;
    left: 50%;
    margin-left: -570px;
}
.noticeShowBtn{
    color: #ff0000;
    font-size: 22px;
    text-shadow: 0 1px 2px black;
    cursor: pointer;
    font-weight: 700;
}
.kv_theme{
    width: 1140px;
}
.kv_info{
    font-size: 26px;
    color:white;
    margin-top:35px;
    text-align: center;
    text-shadow: 2px 1px 4px rgba(0,0,0,0.7);
}
.kv_info>div:first-child{
    font-size: 39px;
    font-weight: 700;
}
.kv_info>div{
    margin-top:15px;
}
.kv_info.result>div{
    font-size:40px;
}
.kv_info.result:last-child>div{
    font-size:40px;
}
.kv_info .isReview{
    display: none;
    font-size: 22px;
}
.header_shu{
    height: 12px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 12px;
    display: inline-block;
}
.content-block.cover{
    overflow: hidden;
}

/* mobile part*/
.swiper-wrapper{
    pointer-events: none;
}
.naviBox{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: #191923;
    transition: all 0.3s;
    padding: 18px 12px;
    z-index: 9999;
}
.searchBox{
    position: relative;
    margin: 24px 0;
}
.searchBox input{
    background-color: #444444;
    height: 30px;
    width: 100%;
    line-height: 30px;
    border: none;
    border-radius: 12px;
    float: none!important;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
    color: white;
}
.searchBox img{
    position:absolute;
    width:15px;
    height:18px;
    right:12px;
    top:50%;
    margin-top:-9px;
}
.naviBtn{
    position:relative;
    height: 60px;
    line-height: 60px;
    color:white;
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
}
.naviBtn>a{
    position:relative;
    display: inline-block;
    text-align: center;
    width: 40%;
}
.naviBtn>a::after{
    content:'';
    position:absolute;
    height:12px;
    width: 1px;
    background-color: white;
    top:50%;
    margin-top:-6px;
    right:0px;
    opacity: 0.3;
}
.naviBtn>a:last-child::after{
    content:'';
    position:absolute;
    height:12px;
    width: 1px;
    background-color: transparent;
    top:50%;
    margin-top:-6px;
    right:0px;
    opacity: 0.3;
}
.naviBtn::after{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height:1px;
    background-color: white;
    transform: scaleY(0.3);
}
.naviBtn:last-child::after{
    display: none;
}
.nav_shu{
    position:absolute;
    height: 12px;
    width: 1px;
    background-color: white;
    top: 50%;
    margin-top: -6px;
    right: 50%;
    opacity: 0.3;
}
.mobilefooter{
    padding: 50px 0;
}



.ant-btn.ant-btn-link.active{
    position: relative;
    color:#ffba31!important;
}
/* .ant-btn.ant-btn-link.active::after{
    content: '';
    position:absolute;
    width: 28px;
    height: 28px;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
    background-image: url(/static/competition/jiangxi/header_active.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */
.active_ball{
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: -14px;
    left:0px;
    background-image: url(/static/competition/jiangxi/header_active.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition:all 0.6s;
}

.switchBtn{
    position:fixed;
    top: 90px;
    right: 20px;
    font-size: 18px;
    color: white;
    background-color: black;
    border-radius: 100px;
    height: 54px;
    width: 190px;
    cursor: pointer;
}
.switchBtn img{
    width: 20px;
        margin-right: 8px;
        display: block;
}
.switchBox{
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: black;
    z-index: 9999999;
}
.groupEntryBox .closeBtn{
    width: 62px;
    position:absolute;
    top: -160px;
    right:0px;
    cursor: pointer;
}
.groupEntryBox{
    position:relative;
    width: 1280px;
    box-sizing: border-box;
    border-radius: 11px;
    border-top: 14px solid rgba(255,186,49,.6);
    border-bottom: 14px solid rgba(255,186,49,.6);
    padding: 12px 0px;
    margin: 0 auto;
}
.groupEntryBox *{
    border-radius: 3px;
}
.groupEntryItem{
    position:relative;
    flex:1;
    height: 200px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}
.groupEntryItem.overbig{
    height: 280px;
}
.groupEntryItem.overbig .groupEntry_center{
    line-height: 280px;
}
.groupEntryItem:hover{
    filter: brightness(1.4);
}
.groupEntryItem .jpg{
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter:brightness(0.5);
}
.groupEntryBox>div .groupEntryItem:last-child{
    margin-right:0px;
}
.groupEntryBox>div:last-child .groupEntryItem{
    margin-bottom:0px;
}
.groupEntry_top{
    position:relative;
    color: white;
    font-size: 18px;
    padding: 14px 15px;
}
.groupEntry_center{
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffba31;
    font-size: 40px;
    text-align: center;
    line-height: 200px;
}
.groupEntry_bottom{
    position:absolute;
    width: 24px;
    height: 24px;
    background-image:url(/static/competition/jiangxi/entry_btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right:10px;
    bottom: 12px;
}
.groupEntry_select{
    position:absolute;
    background-color: #ba0300;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right:10px;
    bottom: 12px;
}
.groupEntry_unselect{
    position:absolute;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right:10px;
    bottom: 12px;
}
.groupEntry_select>div{
    position:relative;
    width: 30px;
    height: 30px;
}
.groupEntry_select>div::after{
    content: '';
    position:absolute;
    background-image: url(/static/competition/jiangxi/duigou.svg);
    width: 18px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -9px;
    background-repeat: no-repeat;
}
.dropdown_Records{
    position: absolute;
    background-image:url(/static/competition/jiangxi/navi_pop2025.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 135px;
    height: 202px;
    padding: 30px 18px 25px 18px;
    box-sizing: border-box;
    font-size: 17px;
    color: white;
    opacity: 0;
    top:-300;
    transition: all 0.3s;
    cursor: pointer;
}
.dropdown_Records .divideline{
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 18px 0px;
}
.dropdown_Records>a:hover{
    color: rgba(255,186,49, 1)!important;
}

.loginBk{
    position: absolute;
    background-image:url(/static/competition/jiangxi/loginbk.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 139px;
    padding: 30px 18px 25px 18px;
    box-sizing: border-box;
    font-size: 17px;
    color: rgba(255,255,255,0.9);
    opacity: 0;
    top:-300;
    transition: all 0.3s;
    cursor: pointer;
}
.loginBk .divideline, .loginBk1 .divideline{
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 18px 0px;
}
.loginBk>a:hover, .loginBk1>a:hover{
    color: rgba(255,186,49, 1)!important;
}
.loginBk img, .loginBk1 img{
    display: block;
    margin-right:8px;
}
.loginBk1{
    position: absolute;
    background-image:url(/static/competition/jiangxi/loginbk1.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 200px!important;
    padding: 30px 18px 25px 18px;
    box-sizing: border-box;
    font-size: 17px;
    color: rgba(255,255,255,0.9);
    opacity: 0;
    top:-300;
    transition: all 0.3s;
    cursor: pointer;
}
.uploadBKImg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 648px; 
    width: 100%;
    filter:brightness(0.4);
}
.uploadBKBox{
    position:relative;
    padding: 0px!important;
}
.ant-upload-list.ant-upload-list-picture-card{
    display: none;
}
.uploadBtn{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.uploadBtn>div{
    cursor: pointer;
}
.uploadBtn>div:hover{
    opacity: 0.8;
}
.uploadBtn img{
    width: 104px;
    height: 91px;
    margin-top: -40px;
}
.upload_title{
    font-size: 60px;
    font-weight: 700;
    margin: 15px 0px;
    color: white;
    text-align: center;
}
.upload_info{
    font-size: 20px;
    text-align: center;
    color: rgba(255,255,255,0.79)
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: black!important;
}
.totopbtn{
    display: none;
    position:fixed;
    bottom:35vh;
    right:45px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999999;
}
.footer{
    padding: 50px 170px;
}
.footer-logo{
    height: 60px;
}
.adbottom_t img{
    width: 40px!important;
    height: 40px!important;
    margin-right: 8px!important;
}
.footer .adbottom_t{
    padding: 20px 0 0px;
}
.footer_function {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 150px;
}
.footer_function.temp{
    margin-left:30px;
    margin-top: 10px;
}
.footer .footer_function a{
    color: rgba(255, 255, 255, 0.7)!important;
}
.footer_function>div{
    position:relative;
    height: 30px;
    line-height: 30px;
}
.footer_function>div::before{
    position:absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: #303131;
    left: -30px;
    top: 50%;
    margin-top: -6px;
}

/* swiper */
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
    right: 55px!important;
}
.swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,9px))!important;
    height: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,9px))!important;
    background: rgba(255,255,255,0.9)!important;
    cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,27px))!important;
    background: white!important;
    border-radius: 50px!important;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: var(--swiper-pagination-bullet-vertical-gap,11px) 0;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: unset!important;
    left: unset!important;
    width: auto!important;
    right: 55px !important;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0!important;
}
.swiper-pagination-bullet{
    display: block!important;
}
.footer_bands *{
    width: 100%;
    white-space: normal!important;
}
.qrcode_footer{
    position: absolute;
    width:0px;
    height:0px;
    background-image: url(/static/competition/jiangxi/qrcodebox.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}

.qrcode_footer svg{
    width: 92%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 4%;
    margin-left: -46%;
}
.qrcode_footer img{
    width: 72%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 13%;
    margin-left: -36%;
}
.mobileToPcTips{
    position:absolute;
    left:0px;
    width: 0px;
    opacity: 0;
}
.focusname{
    position: absolute;
    bottom: 22px;
    right: 40px;
    font-size: 18px;
    color: white;
    opacity: 0.9;
}


/* 定义滚动条的整体样式 */
::-webkit-scrollbar {
    width: 0px; /* 设置滚动条的宽度 */
    height: 0px; /* 设置滚动条的高度 */
}

/* 定义滚动轨迹的样式 */
::-webkit-scrollbar-track {
    background: transparent; /* 设置滚动轨迹的背景颜色 */
}

/* 定义滑块的样式 */
::-webkit-scrollbar-thumb {
    background: transparent; /* 设置滑块的背景颜色 */
}

/* 当鼠标悬停在滚动条上时的滑块样式 */
::-webkit-scrollbar-thumb:hover {
    background: transparent; /* 设置鼠标悬停时滑块的背景颜色 */
}

/* 定义滚动条两端的按钮样式 */
::-webkit-scrollbar-button {
    display: none; /* 可以选择隐藏滚动条两端的按钮 */
}

/* 定义滚动条角落的样式 */
::-webkit-scrollbar-corner {
    background: transparent; /* 设置滚动条角落的背景颜色 */
}
/* Firefox浏览器自定义滚动条样式 */
html {
    scrollbar-color: transparent transparent; /* 设置滚动条滑块和滚动条轨迹的颜色 */
    scrollbar-width: none; /* 设置滚动条的宽度（可以设置为'auto', 'thin', 或 'none'） */
}

.red_dot::after{
    content: '';
    position: absolute;
    background-color: #ff5252;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.7;
    top: -7px;
    right: -7px;
    box-shadow: 0px 0px 3px 1px #ff2c30;
}
.systemMessage{
    position:relative;
}
.mobileMessage.systemMessage{
    display: inline-block;
}
.mobileMessage.systemMessage.red_dot::after{
    top:11px;
}

.vote_text_end{
    display: none;
}

.noticeBox{
    display: none;
    position:fixed;
    width: 846px;
    background-color: #ffba31;
    border-radius: 10px;
    padding: 60px 0 20px 0px;
    top: 16%;
    left: 50%;
    margin-left: -423px;
    z-index: 999999999;
}
.noticeContent{
    background-color: white;
    color: #282728;
    padding: 50px 30px 50px 60px;
    font-size: 20px;
    line-height: 33px;
    height: 630px;
}
.notice_closeBtn{
    width: 24px;
    height: 24px;
    position:absolute;
    top:22px;
    right: 30px;
    cursor: pointer;
}
.notice_bold{
    font-weight: 700;
}
.noticeTitle{
    text-align: center;
    font-size: 33px !important;
    margin-bottom: 33px !important;
    line-height: 46px;
    padding: 0 28px;
}
.noticestart{
    font-size: 26px;
}
.noticeText>*{
    margin-bottom: 50px;
}
.noticeText>div{
    text-indent: 2em;
}
.noticeText>div>div{
    text-indent: 0em;
}
.noticeText{
    height: 89%;
    overflow-y: auto ;
    scrollbar-color: auto; /* 设置滚动条滑块和滚动条轨迹的颜色 */
    scrollbar-width: unset; /* 设置滚动条的宽度（可以设置为'auto', 'thin', 或 'none'） */
    padding-right: 20px;
}

/* 定义滚动条的整体样式 */
.noticeText::-webkit-scrollbar {
    width: 8px; /* 设置滚动条的宽度 */
    height: 20px; /* 设置滚动条的高度 */
    border-radius: 50px;
    overflow: hidden;
}

/* 定义滚动轨迹的样式 */
.noticeText::-webkit-scrollbar-track {
    background: transparent; /* 设置滚动轨迹的背景颜色 */
    border-radius: 50px;
    overflow: hidden;
}

/* 定义滑块的样式 */
.noticeText::-webkit-scrollbar-thumb {
    background: rgba(40,39,40,0.2); /* 设置滑块的背景颜色 */
    border-radius: 50px;
    overflow: hidden;
}

/* 当鼠标悬停在滚动条上时的滑块样式 */
.noticeText::-webkit-scrollbar-thumb:hover {
    background: rgba(40,39,40,0.3); /* 设置鼠标悬停时滑块的背景颜色 */
    border-radius: 50px;
    overflow: hidden;
}

/* 定义滚动条两端的按钮样式 */
.noticeText::-webkit-scrollbar-button {
    display: none; /* 可以选择隐藏滚动条两端的按钮 */
}

/* 定义滚动条角落的样式 */
.noticeText::-webkit-scrollbar-corner {
    background: transparent; /* 设置滚动条角落的背景颜色 */
    border-radius: 50px;
    overflow: hidden;
}
.carouselTitle{
    margin-top: 66px;
}
.carousel{
    position:relative;
    z-index: 11;
    width: 74vw;
    margin: 0 auto;
    display: flex;
    overflow-x: auto;              /* 开启横向滚动 */
    -webkit-overflow-scrolling: touch; /* iOS 惯性滑动 */
    scroll-behavior: auto;       /* 平滑滚动 */
    cursor: grab;                  /* 默认抓手光标 */
    align-items: center;
}
.carousel::-webkit-scrollbar {
    display: none;                 /* 隐藏滚动条（可选） */
}
.carousel.active {
    cursor: grabbing;              /* 拖拽时光标 */
}
.carouselBox{
    position:relative;
    width: 74vw;
    margin: 0 auto;
}
.carouselLeft{
    content: '';
    position:absolute;
    background-image: url(https://v.dili360.com/static/svg/white_arraw_left.svg);
    width: 33px;
    height: 70px;
    left: -78px;
    background-size: contain;
    cursor: pointer;
    opacity: 0.4;
    top: 50%;
    margin-top: -52px;
}
.carouselRight{
    content: '';
    position:absolute;
    background-image: url(https://v.dili360.com/static/svg/white_arraw_left.svg);
    width: 33px;
    height: 70px;
    right: -62px;
    background-size: contain;
    cursor: pointer;
    opacity: 0.4;
    top: 50%;
    margin-top: -52px;
    transform: rotate(180deg);
}
.carouselLeft.inactive, .carouselRight.inactive {
    opacity: 0.1!important;
}
.scenic_item{
    flex: 0 0 auto;                /* 不压缩不放大，保持本来宽度 */
    width: 322px;                  /* 根据需要定 */
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    margin-right: 19px;
    margin-left: 19px;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
}
.scenic_item *{
    /* pointer-events: none; */
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
}
.scenic_item.unselectBox .carouselBK{
    background: linear-gradient(to bottom, rgba(255,84,79,.1), rgba(250,209,38,0.1));
    transition: all 0.2;
}
.scenic_item.unselectBox .carouselBK:hover{
    background: linear-gradient(to bottom, rgba(255,84,79,.6), rgba(250,209,38,0.6));
}
.scenic_item .carouselBK{
    width: 325px;
    height: 188px;
    background: linear-gradient(to bottom, rgba(255,84,79,.6), rgba(250,209,38,0.6));
    border-radius: 16px;
    transition: all 0.2s;
    /* 禁止浏览器原生拖拽图片 */
    -webkit-user-drag: none;
    user-drag: none;
    object-fit: cover;
    transform: scale(1);
}
.scenic_item img{
    display: block;
    width: 308px;
    height: 174px;
    border-radius: 16px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    filter:brightness(1);
    transition: all 0.2s;
    /* 禁止浏览器原生拖拽图片 */
    -webkit-user-drag: none;
    user-drag: none;
    object-fit: cover;
    transform: scale(1);
}
.scenic_item .carouselBK:hover, .scenic_item .carouselBK:hover{
    /* filter:brightness(1.3); */
    transform: scale(1.09);
}
.scenic_item div{
    font-size: 21px;
    margin-top: 12px;
    text-align: center;
}
.jiangxi2025 .Pagination.pagination .active{
    background: #696969!important;
    border: 1px solid #696969!important;
}
.jiangxi2025 .Pagination.pagination a:hover{
    background: #cccccc!important;
}