*{
    margin: 0;
    padding: 0;
}
body{
    background: #f0f6ff;
}
.index{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.index .tops{
    width: 100%;
    height: auto;
    position: relative;
}
.index .tops .posi{
    width: 36%;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: -56px;
}
.index .tops .posi img{
    width: 100%;
    height: 100%;
}
.index .tops .posied{
    width: 100%;
    height:auto ;
}
.index .tops .posied img{
    width: 100%;
    height: auto;
    display: block;
}
.index .mains{
    width: 100%;
    border-top: 5px solid #0068c2;
    background: #f0f6ff;
    padding:15px 10px;
    box-sizing: border-box;
}
.index .mains .contents{
    width: 100%;
    height: auto;
    background: #fff;
    padding:0 15px 29px;
    box-sizing: border-box;
}
.index .mains  .titles{
    width: 100%;
    padding:17px 0 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index .mains .titles img{
    width: 169px;
    height: auto;
}
.index .mains .froms{
    width: 100%;
    height: auto;
    padding: 0 0 10px;
    box-sizing: border-box;
}
.index .mains .froms .lebles{
    width: 100%;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    padding:0 30px 0 10px;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.index .mains .froms .lebles span{
    display: block;
    color:#222222;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
}
.index .mains .froms .lebles input{
    display: block;
    height: 46px;
    border: none;
    background: #fff;
    flex-grow: 1;
}
.index .mains .froms .lebles img{
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 18px;
}
.index .mains .froms .colorsty{
    width: 100%;
    height: 88px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 4px;
}
.index .mains .froms .colorsty span{
    flex-shrink: 0;
    display: block;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    padding:0 20px;
    box-sizing: border-box;
}
.index .mains .froms .colorsty span:hover{
    background: #f0f6ff;
}
.index .mains  .ago{
    width:  100%;
    padding: 13px 11px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #e9f3ff;
    margin-bottom: 33px;
}
.index .mains  .ago .tits{
    width: 100%;
    color:#222222;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 14px;
}
.index .mains  .ago  .ntextmains{
    width: 100%;
    display: flex;
}
.index .mains  .ago  .ntextmains .lis{
    width: 70px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}
.index .mains  .ago  .ntextmains .lis img{
    width: 31px;
    height: 31px;
}

.index .mains .agreement{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.index .mains .agreement .ris{
    color:#222222;
    font-size: 14px;
    font-weight: 600;
    margin-left: 7px;
}
.index .mains .agreement .ris span{
    color:#1a6eb6;
    margin-left: 3px;
    cursor: pointer;
}
.index .mains .btns{
    width: 100%;
}
.index .mains .btns a{
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background: linear-gradient(to right,#3bb6ee,#3d86c5);
}
/* 协议弹窗 */
.fiexdmains{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(000, 000, 000, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fiexdmains .inmains{
   width: 80%;
   max-width: 600px;
   height: 60vh;
   background: #fff;
   border-radius: 12px;
   padding:21px 25px 20px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   box-sizing: border-box;
}
.fiexdmains .inmains .titles{
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px;
}
.fiexdmains .inmains .txts{
    width: 100%;
    height: 44vh;
    margin-bottom: 20px;
    overflow-y: auto;
}
.fiexdmains .inmains .txts .lis{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}
.fiexdmains .inmains .txts .lis .tits{
    color:#222222;
    font-size: 14px;
}
.fiexdmains .inmains .txts .lis .ins{
    color:#222222;
    font-size: 14px;
}
.fiexdmains .inmains .btns{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.fiexdmains .inmains .btns span{
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 15px;
    cursor: pointer;
}
.fiexdmains .inmains .btns span.noclick{
    background: #9dc3e2;
}
.fiexdmains .inmains .btns span.yesclick{
    background: #3c94d2;
}
/* zhifu */
.showmains{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(000, 000, 000, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showmains .contents{
   width: 80%;
   max-width: 600px;

   background: #fff;
   border-radius: 12px;
   padding:21px 25px 20px;
   box-sizing: border-box;
}
.showmains .contents .titles{
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
}
.showmains .contents  .inmains a{
    margin-bottom: 20px;
}
.showmains .contents  .inmains a img{
    width: 100%;
    height:  auto;
}
/* pc */
.showmainser{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(000, 000, 000, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showmainser .contents{
   width: 80%;
   max-width: 600px;

   background: #fff;
   border-radius: 12px;
   padding:21px 25px 20px;
   box-sizing: border-box;
}
.showmainser .contents .titles{
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 16px;
    font-weight: 600;
}
.showmainser .contents .inmains{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}
.showmainser .contents .inmains img{
    width: 50%;
    height: auto;
}
/* 协议弹窗 */
.success .mains .actions{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:34px 0 28px;
    background: #fff;
    margin-bottom: 10px;

}
.success .mains .actions img{
    width: 10.6%;
    height: auto;
    margin-bottom: 16px;
}
.success .mains .actions  span{
    color:#222222;
    font-size: 15px;
    font-weight: 600;
}
.success .mains .actionsone{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    background: #fff;
    padding:10px 16px;
    box-sizing: border-box;
}
.success .mains .actionsone .lis{
    width: 100%;
    padding:18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.success .mains .actionsone .lis .les{
    color:#999999;
    font-size: 14px;
    font-weight: 600;
}
.success .mains .actionsone .lis .ris{
    color:#222222;
    font-size: 14px;
    font-weight: 600;
}
/* 排名 */
.ranking{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #b2d3ff;
}
.ranking .topimgs{
    width: 100%;
}
.ranking .topimgs img{
    width: 100%;
    height: auto;
}
.ranking .mains{
    width: 100%;
    border-top: 5px solid #0068c2;
    background: #b2d3ff;
    padding:0 10px 25px;
    box-sizing: border-box;
}

.ranking .mains  .titles{
    width: 100%;
    padding:20px 0 13px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ranking  .mains .titles img{
    width: 169px;
    height: auto;
}
.ranking .mains .contents{
    width: 100%;
    height: auto;
    background: #fff;
    padding:0 13px 0px;
    box-sizing: border-box;
}
.ranking .mains .contents .toplis{
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
}
.ranking .mains .contents table{
    width: 100%;
}
.ranking .mains .contents table tr{
    height: 44px;
}
.ranking .mains .contents table tr th{
    color:#999999;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
}
.ranking .mains .contents table tr th span{
    font-size: 12px;
}
.ranking .mains .contents table tr th:nth-child(3){
    max-width: 128px;
}
.ranking .mains .contents table  tr td{
    color:#000000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
}
.ranking .mains .contents table tbody  tr:nth-child(odd){
    background: #eef5ff;
}

/* 上传按钮专用样式 */
.upload-trigger-shi,
.upload-trigger-xue {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    cursor: pointer;
    margin-right: 10px;
}

/* 防止被其他样式覆盖 */
.lebles.shebao .upload-trigger-shi,
.lebles.xueji .upload-trigger-xue {
    position: relative;
    right: auto;
    top: auto;
    width: 100px;
    height: 100px;
    border-radius: 0% !important;
    background-color: #e9f3ff;
    padding: 5px;
    box-sizing: border-box;
}

/* 上传按钮专用样式 - 确保不被绝对定位 */
.lebles.shebao .upload-trigger-shi,
.lebles.xueji .upload-trigger-xue {
    position: static !important; /* 移除绝对定位 */
    width: 100px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #e9f3ff;
    padding: 5px;
    box-sizing: border-box;
}

/* 确保 .lebles 内部元素对齐 */
.index .mains .froms .lebles {
    display: flex;
    align-items: center;
    padding: 0 30px 0 10px;
    gap: 10px; /* 添加间距 */
}
