.allapply div button{
    margin-left: 5px;
}
.apply_name{
    width: 60px !important;
    overflow:hidden;
    text-overflow:ellipsis;
    float: left;
}
.pack{
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20%;
    max-height: 40vh;
    background-color: rgba(0,0,0,.7);
    border: 3px solid gray;
    display: flex;
    flex-direction: column;
    overflow:auto;
}
.pack::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.pack::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.pack::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: black;
    opacity: 0.75;
}
.pack>div:first-child{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.pack>div:first-child div{
    cursor: pointer;
}
.pack>div{
    display: flex;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.pack input{
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.pack_goods span:first-child{
    flex:0 0 30%
}
.pack_goods span:last-child{
    flex: 0 0 70%
}

.packbutton{
    background-color: #ffffff;
    margin-left: 5px;
    border: none;
    outline: none;
    width: 50px;
    height: 24px;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.pack_left{
    position: absolute;
    left: 5%;
}
.pack_right{
    position: absolute;
    right: 5%;
}
.pack_botton{
    width: 100%;
    height: 40px;
}
.pack_margin{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mpackclass{
    color: #ffe17e;
}
.playerkeys{
    position:absolute;
    /*padding: 25px;*/
    color: white;
    top: calc(50% - 120px);
    left:50%;
    max-height:70vh;
    width: 400px;
    transform: translate(-50%,-50%);
    background-color: rgba(0, 0, 0, .8);
    border: 3px solid gray;
}
.playerkeys_content{
    height: calc(58vh - 35px);
    overflow-y: auto;
}
.playerkeys_close{
    position:absolute;
    color: white;
    top: 0px;
    right: 0px;
    width: 27px;
    height: 27px;
    font-size: 27px;
    flex-shrink:0;
    cursor: pointer;
}
.playerkeys_header{
    margin-top: 4vh;
    height: 8vh;
}
.playerkeys_header div{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.playerkeys_content div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*width:100%*/
}
.playerkeys_content div *:first-child{
    flex: 1 0 0 ;
}
.playerkeys_content div *{
    flex: 2 0 0 ;
}
/*.playerkeys_content div *:nth-child(first-child){*/
/*    flex: 2 0 0 ;*/
/*}*/
.playerkeys div div{
    padding: 10px;
    /*flex: 1;*/
}
/*.playerkeys div div:last-child{*/
/*	flex:2;*/
/*}*/
.playerkeys div div:last-child button{
    cursor:pointer;
    width: 50px;
}
.playerkeys button{
    background-color: #ffffff;
    margin-left: 5px;
    border: none;
    outline: none;
    height: 24px;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
input {
    outline: none;
}
.tableformat{
    height: calc(100% - 117px) !important;
}
.tableformatbottom{
    height: 50px !important;
}
.playerkeys_content::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.playerkeys_content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.playerkeys_content::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: black;
    opacity: 0.75;
}

.spawnEquipBox{
    width: 1000px;
    height: 810px;
    /*overflow-y: auto;*/
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: rgba(0,0,0,.7);
    border: 3px solid gray;
    display: flex;
    justify-content: flex-start;
    /*flex-direction: column;*/
    background-color:#161616;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 40px 24px 6px 24px;
    flex-wrap: wrap
}
.spawnEquipBox_left{
    width: 460px;
    margin-left: 30px;
}
/*.spawnEquipBox_right .spawnEquipBox_item{*/
/*    margin-bottom: 20px;*/
/*}*/
.spawnEquipBox_right .spawnEquipBox_item .spawnEquipBox_conent_equip_info{
    height: 120px !important;
}
.spawnEquipBox_item{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.spawnEquipBox_item .spawnEquipBox_header{
    margin-bottom: 7px;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spawnEquipBox_conent{
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    border: 3px solid gray;
    padding: 6px;
    width: 100px;
    height: 100px;
}
.spawnEquipBox_conent img{
    transition: background-color 0.3s, transform 0.2s;
}
.spawnEquipBox_conent:hover img{
    transform: scale(1.2);
}
.spawnEquipBox_info{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-left: -46px;
    text-align: left;
    width: 377px;
    height: 150px;
}

.spawnEquipBox_info div{
    display: flex;
    justify-content: space-between;
    flex: 2;
    margin-left: 10px;
    margin-bottom: 2px;
}


.spawnEquipBox_info_op {
}

.spawnEquipBox_info_op button{
    background-color: #ffffff;
    margin-left: 5px;
    border: none;
    outline: none;
    height: 22px;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}


.spawnEquipBox_conent_width{
    width: 90px;

}
.spawnEquipBox_content_equip{
    width: 100px;
    height: 100px;
    /*background-color:yellow;*/
}
.spawnEquipBox_content_equip img{
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.spawnEquipBox_content_equip:not(:last-child){
    margin-right: 10px;
}
.spawnEquipBox_right{
    width: 460px;
    margin-left: 50px;
}
.spawnEquipBox_confirm{
    position: absolute;
   right: 30px;
    bottom: 8px;
}
.spawnEquipBox_confirm button {
    background-color: #ffffff;
    margin-left: 5px;
    border: none;
    outline: none;
    height: 32px;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.spawnEquipBox_select_equip{
    width: 100%;
    height: 760px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-content: flex-start;
}
.spawnEquipBox_select_equip::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.spawnEquipBox_select_equip::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.spawnEquipBox_select_equip::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: black;
    opacity: 0.75;
}
.spawnEquipBox_select_equip_item{
    width: 180px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 17px;
    cursor: pointer;
}
.spawnEquipBox_select_equip_item .theme{
    width: 180px;
    height: 120px;
}
.spawnEquipBox_select_equip_item .theme img{
    width: 180px;
    height: 120px;
}

.spawnEquipBox_select_equip_item_text{
    /*white-space: pre-wrap;*/
    word-wrap: break-word;
    word-break: normal;
    width: 45%;
    text-align: center;
    /* color: #ebd3d6; */
    color: white;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0px;
}
.spawnEquipBox_select_equip_item_text:first-child{
    width:100% !important;
}
.tableformatbottomcenter{
    /*position: absolute;*/
    /*left: 60%;*/
    /*top: 50%;*/
    /*transform:translate(-50%,-50%);*/
    margin: auto;
}
.pagebox{
    padding: 5px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ffffff;
    color:black;
    cursor:pointer;
}
.pageboxavtive{
    background-color: #ffe17e;
}

.spawnEquipBox_conent_equip_info{
    width:340px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.spawnEquipBox_conent_equip_info_content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.spawnEquipBox_conent_equip_info_text{
    word-wrap: break-word;
    word-break: normal;
    width: 33%;
    text-align: center;
    /* color: #ebd3d6; */
    color: white;
    font-weight: bold;
    font-size: 15px;
    margin: 6px 0px;
}

.delete-btn {
    /*background-color: #f44336; !* 红色背景，常用来表示删除 *!*/
    color: white; /* 白色文字 */
    border: none;
    border-radius: 4px; /* 圆角按钮 */
    padding: 2px 5px; /* 内边距 */
    font-size: 14px; /* 字体大小 */
    cursor: pointer; /* 鼠标指针为点击状态 */
    display: flex; /* 使用 flexbox 排列图标和文字 */
    align-items: center; /* 垂直居中 */
    gap: 8px; /* 图标和文字之间的间距 */
    transition: background-color 0.3s, transform 0.2s; /* 动效 */
}

.delete-btn:hover {
    background-color: #d32f2f; /* 悬停时颜色变深 */
    color: white;
    transform: scale(1.05); /* 略微放大效果 */
}

.delete-btn:active {
    background-color: #c62828; /* 按下时颜色变更 */
}

.delete-icon {
    font-size: 18px; /* 图标大小 */
}



.UnitEquipBox {
    width: 1400px;
    height: 810px;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: rgba(0,0,0,.7);
    border: 3px solid gray;
    /*display: flex;*/
    justify-content: flex-start;
    flex-direction: column;
    background-color:#161616;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 40px 24px 6px 24px;
    flex-wrap: wrap;
}
.UnitEquipBox_content{
    display: flex;
    flex-wrap: wrap;
}
.UnitEquipBox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.UnitEquipBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.UnitEquipBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: black;
    opacity: 0.75;
}
.PlayerUnitInfo {
    position: relative;
    height: 40px;
    width: 100%;
    justify-content : space-between;
}

.UnitEquipGrade {
    position: absolute;
    height: 50px;
    float: left;
}

.UnitEquipGrade > span {
    background: #ffffff;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 6px 14px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.UnitEquipGrade > span:hover {
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.UnitEquipTicketCount {
    position: absolute;
    height: 60px;
    float: left;
    right: 0;
}

.UnitEquipTicketCount > span {
    margin: 5px;
    font-size: 20px;
}

.tips {
    text-align: left;
}

.EachUnitEquipInfo {
    float: left;
    padding: 20px 0px 45px 22px;
    width: 410px;
    /*height: 835px;*/
    margin: 10px;
    border: 1px solid #3c3c3c;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.5s ease-out forwards;
    animation-delay: var(--delay, 0s);
}
.EachUnitEquipInfo.selected {
    border-color: #c18357; /* 选中后的边框颜色 */
}
.EquipInfo:hover .equipment-box {
    opacity: 1;  /* 鼠标移入时显示 */
    visibility: visible;  /* 可见 */
    transition: opacity 0.3s ease, visibility 0s 0s; /* 在hover时可见 */
}
.confrim {
    position: absolute;
    margin: 10px auto;
    text-align: center;
    color: black;
    background: #ffffff;
    border-radius: 5px;
    padding: 6px 14px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.unitEquipClose {
    float: right;
    width: 35px;
    height: 28px;
    background: #ffffff;
    color: black;
    margin: -35px -12px;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.EquipInfo {
    float: left;
    width: 180px;
    height: 131px;
    padding: 0px 0px 25px 4px;
    position: relative;
}
.EquipInfo>img{
    width:180px;
    height: 120px;
}
/* 使用自定义属性 --delay，默认值为 0s
}

.EquipInfo:hover

.EquipInfo img {
}


 */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px); /* 初始状态稍微向下偏移 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 回到原始位置*/
    }
}