* {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

body,
html {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video-bg {
    position: fixed;
    min-height: 100%;
    width: 100vw;
    object-fit: fill;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.indexRow {
    /*margin-top: 10%;*/
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 0.54rem;
    width: 100%;
}

.indexBut {
    align-items: center;
    width: 1.82rem;
    height: 0.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #840300;
    font-size: 0.13rem;
    font-family: Source Han Sans CN;
    font-weight: 600;

}

.gkxcp::before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
    background-image: url("../image/2026cg/xcp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.jxhl::before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
    background-image: url("../image/2026cg/hualan.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.jdyl::before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
    background-image: url("../image/2026cg/jidian.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gddt::before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
    background-image: url("../image/2026cg/dongtai.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.zjss::before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
    background-image: url("../image/2026cg/sheshi.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ndqd::before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
    background-image: url("../image/2026cg/ndqd.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*首页的按钮*/
.home-click-btn {
    align-items: center;
    width: 2rem;
    /*height: 0.5rem;*/

    display: flex;
    justify-content: center;
    cursor: pointer;
}

.indexBut:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/*.video-bg::--webkit-media-controls-play-button{*/
/*    disnone:none !important;*/
/*    --webkit*/
/*}*/
@media screen and (max-width: 1920px) {
    .indexBut {
        font-size: 0.17rem;
    }

    .video-bg {
        width: 100vw;
        height: 100%;
    }

    .index {
        /* width: 50%;
        margin-top: 1rem; */
        width: 38%;
        margin-top: 0.2rem;
    }
}

@media screen and (max-width: 1440px) {
    .indexBut {
        font-size: 0.16rem;
    }

    .video-bg {
        /* width: auto; */
    }

    .index {
        /* width: 70%;
        margin-top: 0.8rem; */
        /* width: 56%; */
    }
}

@media screen and (max-width: 1000px) {
    .index {
        /* width: 81%; */
    }

    .top10 {
        margin-top: 0.1rem;
    }

    .indexRow {
        margin-top: 1rem;
    }

    .indexBut {
        width: 1.5rem;
        font-size: 0.15rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
    }
}

/* 手机适配 */
@media screen and (orientation:portrait) and (max-device-width: 700px) {
    .index {
        /* width: 95%; */
    }

    .video-bg {
        width: auto;
        height: 100%;
    }

    .indexRow {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 0.1rem;
    }

}

@media screen and (max-width: 700px) {
    .index {
        width: 95%;
        /*background-color: red;*/
        margin-top: 1.6rem;
    }

    .top10 {
        margin-top: 0.1rem;
    }

    .indexRow {
        margin-top: 0.8rem;
    }

    .indexBut {
        width: 1.5rem;
        font-size: 0.15rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        margin-top: 0.1rem;
    }
}

@media screen and (orientation:portrait) and (max-device-width: 500px) {
    .index {
        width: 95%;
    }

    .top10 {
        margin-top: 0.1rem;
    }

    .indexRow {
        margin-top: 2rem;
    }

    .indexBut {
        width: 1.5rem;
        font-size: 0.15rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
    }
}

@media screen and (orientation:portrait) and (max-device-width: 400px) {
    .index {
        width: 95%;
    }

    .top10 {
        margin-top: 0.1rem;
    }

    .indexRow {
        margin-top: 2rem;
    }

    .indexBut {
        width: 1.5rem;
        font-size: 0.15rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
    }
}

@media screen and (orientation:portrait) and (max-device-width: 300px) {
    .index {
        width: 90%;
    }

    .indexBut {
        width: 2rem;
        height: 1rem;
    }
}

/* 鼠标不能选中其中的文字 */
.noselect {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

/* 上下左右居中 */
.udlrcenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*----------------------选择人的框的整体样式-------------------------------------*/
.selectUserall {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

.selectUserall .closetask {
    width: 0.4rem;
    position: absolute;
    right: -0.32rem;
    top: -0.38rem;
    cursor: pointer;
}

.selectUserall .closetask img {
    width: 100%;
    height: 100%;
}

.selectUser-boxcontent {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000008f;
}

/* 选择鞠躬人 */
.selectUser {
    width: 10.2rem;
    height: 6.78rem;
    background-color: #b21212ab;
    /* background-color: #8f8495c9; */
    border-radius: 0.2rem;
    display: block;
}

/* 选择的信息 */
.selectUser .selectinfo {
    width: 5.4rem;
    height: 6.24rem;
    position: absolute;
    top: 0.27rem;
    left: 0.34rem;
    border-radius: 0.2rem;
    /* background-color: #947da0e8; */
    background-color: #b01d1ddb;
}


/* 姓名、职业（身份）、所在省份 */
.selectUser .selectinfo .namezyprovince {
    width: 4.74rem;
    height: 2.24rem;
    position: absolute;
    top: 0.42rem;
    left: 0.34rem;
    /* background-color: #b996ccea; */
}

.selectUser .selectinfo .namezyprovince .zyprtitle {
    height: 0.54rem;
    line-height: 0.54rem;
    margin-bottom: 0.28rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.selectUser .selectinfo .namezyprovince .zyprtitle .zypr {
    font-weight: 500;
    font-size: 0.31rem;
    color: #FFFFFF;
}

.selectUser .selectinfo .namezyprovince .zyprtitle .zyprinput {
    position: relative;
}

.selectUser .selectinfo .namezyprovince .zyprtitle .zyprinput .liuyanInput option {
    background-color: #fff;
    color: #000;
}

/* 提示 */
.selectUser .selectinfo .namezyprovince .zyprtitle .zyprinput .tooltip {
    width: 3.28rem;
    height: 0.64rem;
    /* line-height: 0.3rem; */
    /* padding: 0.06rem 0.1rem; */
    text-align: center;
    position: absolute;
    font-size: 0.24rem;
    color: #FFFFFF;
    top: -0.7rem;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    /* background-color: #30303070; */
    background: url(../image/2026/tooltip.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.selectUser .selectinfo .namezyprovince .zyprtitle .zyprinput input {
    width: 2.58rem;
    height: 0.54rem;
    text-align: center;
    font-size: 0.31rem;
    color: #e5bbbb;
    border: 0.01rem solid #e6e6e6;
    border-radius: 0.1rem;
    background-color: #ffffff00;
}

.selectUser .selectinfo .namezyprovince .zyprtitle .zyprinput select {
    width: 2.58rem;
    height: 0.54rem;
    text-align: center;
    font-size: 0.31rem;
    color: #FFFFFF;
    border: 0.01rem solid #e6e6e6;
    border-radius: 0.1rem;
    background-color: #ffffff00;
}

.selectUser .selectinfo .namezyprovince .zyprtitle .zyprinput input:focus {
    border: 0.01rem solid #e6e6e6;
}

.selectUser .selectinfo .namezyprovince .zyprtitle .zyprinput input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器*/
    color: #fff;
}

.selectUser .selectinfo .usersex {
    width: 4.74rem;
    height: 2.24rem;
    position: absolute;
    /* top: 3.2rem; */
    top: 3.48rem;
    left: 0.34rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* background-color: #b996ccea; */
}

.selectUser .selectinfo .usersex .zyprtitle {
    position: absolute;
}

.selectUser .selectinfo .usersex .selectpersons {
    width: 2.22rem;
    height: 2.22rem;
    background-color: #fff;
    border-radius: 0.2rem;
    text-align: center;
    cursor: pointer;
}

.selectUser .selectinfo .usersex .selectpersons.personactive {
    box-shadow: 0px 0.02rem 0.07rem rgba(0, 0, 0, 0.8);
}

.selectUser .selectinfo .usersex .selectpersons img {
    width: 0.6rem;
    height: 1.96rem;
    position: relative;
    top: 0.15rem;
}

.selectUser .selectinfo .usersexradio {
    width: 4.74rem;
    height: 0.28rem;
    position: absolute;
    top: 5.82rem;
    left: 0.34rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* background-color: #b996ccea; */
}

.selectUser .selectinfo .usersexradio div {
    width: 2.22rem;
    height: 100%;
    /* background-color: #b996ccea; */
}

.selectUser .selectinfo .usersexradio input {
    width: 0.28rem;
    height: 0.28rem;
    margin: 0 auto;
    cursor: pointer;
}

/* input[type='radio']:checked {
    border-color: #FF0000;
    background-color: #FF0000;
}
 */
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    background-size: 100% auto;
    box-sizing: border-box;
    border: solid 0.01rem #b996ccea;
    background-color: #ffffff;
}

/*单选按钮选中后增加的样式*/
input[type="radio"]:checked:before {
    content: "";
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    margin: 0.03rem;
    border-radius: 0.1rem;
    background-color: #FF0000;
    border: solid 0.01rem #FF0000;
}

/* 人物区域 */
.selectUser .selectperson {
    width: 1.6rem;
    height: 5.12rem;
    position: absolute;
    top: 0.61rem;
    right: 1.58rem;
    /* background-color: #947da0e8; */
}

.selectUser .selectperson img {
    width: 100%;
    height: 100%;
}

/* 设置完成按钮 */
.selectbutton {
    width: 2.34rem;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.31rem;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 5.74rem;
    right: 1.18rem;
    /* background-color: #947da0e8; */
    background: url(../image/2026/selectuserbtn.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.selectbuttonok {
    width: 2.34rem;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.31rem;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 5.74rem;
    right: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
    /* background-color: #947da0e8; */
    background: url(../image/2026/selectuserbtn.png) no-repeat;
    background-size: 100% 100%;
    cursor: no-drop;
    display: none;
}

.selectUserall select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 联想输入 */
.ui-autocomplete {
    max-height: 2.01rem;
    overflow: hidden auto;
}

/* 姓氏下拉字体大小 */
.ui-menu .ui-menu-item {
    font-size: 0.31rem;
}


/*-------------------------------视频背景样式 ---------------------------------------*/


.indexBut {
    background-image: url('../image/2026cg/anniu.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.indexBut:active {
    background-image: url('../image/2026cg/anniu.webp');
}



.indexButxingmu {
    height: 0.6rem;
    background-image: url(../image/2026/indexButxingmu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #c00000;
    width: 2.22rem;
    margin-top: -0.06rem;
    font-size: 0.24rem;
}

.indexButxingmu:active {
    background-image: url('../image/2026/anXia.png');
}

.video-box {
    position: fixed;
    background-image: url('../image/2026/BG_PC.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* display: none; */
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all 0.4s;
}



.video-boxcontent {
    width: 100%;
    height: 100%;
    background: #fff0;
}

.videoborder {
    /* background-image: url(../image/2026/videoborderbg.png); */
    width: 12.36rem;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.videoborder .closetask {
    width: 0.4rem;
    position: absolute;
    right: -0.36rem;
    top: -0.42rem;
    cursor: pointer;
}

.videoborder .closetask img {
    width: 100%;
    height: 100%;
}

.video-box .videoContent {
    width: 100%;
    height: 5.5rem;
    display: flex;
    justify-content: space-between;
}

.video-box .videoContent #videox {
    /* width: 96%; */
    width: 9.74rem;
    /* margin: 0.16rem; */
}

.video-box .videoContent .rightvideo {
    width: 2.2rem;
    height: 100%;
}

.video-box .videoContent .rightvideo .videolittle {
    width: 2.2rem;
    height: 1.24rem;
    margin-bottom: 0.18rem;
    border-radius: 0.08rem;
    cursor: pointer;
    background-color: rgb(239, 245, 187);
}

.video-box .videoContent .rightvideo .videolittle.videoactive {
    border: 0.01rem solid #c00000;
}

.video-box .videoContent .rightvideo .videolittle:last-child {
    margin-bottom: 0;
}

.lefttoptitle {
    position: absolute;
    top: 0.06rem;
    width: 100%;
}

.lefttoptitle img {
    width: 1.8rem;
    padding-top: 0.3rem;
    padding-left: 0.3rem;
}

.righttopicon {
    position: absolute;
    top: 0.8rem;
    display: grid;
    right: 0.68rem;
}

.righttopicon img {
    width: 0.8rem;
    height: 0.8rem;
}

.righttopicon .user,
.righttopicon .task {
    cursor: pointer;
}

.righttopicon .task {
    position: relative;
    top: 0.24rem;
}

/* 图片闪动 */
.shandong {
    border-radius: 100%;
    opacity: 1;
    animation: kuosan1 2s linear infinite;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: kuosan1;
}

@-moz-keyframes kuosan1 {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0;
    }

    100% {

        opacity: 0.8;
    }
}

@-webkit-keyframes kuosan1 {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0;
    }

    100% {

        opacity: 0.8;
    }
}

@keyframes kuosan1 {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0;
    }

    100% {

        opacity: 0.8;
    }
}