@media only screen and (max-width: 900px) {
    /* For mobile phones: */
    .center{
        width: 95% !important;
    }
    .Camp_head{
        width: auto !important;
    }
}
.Camp_head .current{
    opacity: 1;
}
.Camp_head{
    width: 1000px;
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.Camp_head a{
    cursor:pointer;
}
.Camp_head img{
    opacity: 0.4;
}
.Camp_head img:last-child{
transform: translateY(-6px);
}
.center{
    position: relative;
    width: 60%;
    height: 70vh;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 16px;
}
.tableformat{
    width: 100%;
    height: 64.8vh;
    color: white;
    font-size: 16px;
    overflow:auto;
}
.tableformat table{
    width: 100%;
    text-align: center;
}
.tableformat table td{
    padding-top: 15px;
    padding-bottom: 15px;
}
.tableformat table td:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tableformat button{
    background-color:#b7b7b7;
    margin-left: 5px;
    border: none;
    outline: none;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    cursor: pointer;
}
.tableformatbottom{
    width: 100%;
    background-color: #3f0100;
    height: 5vh;
    position: absolute;
    bottom: 0px;
}
.tableformat::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.tableformat::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.tableformat::-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;
}
.cyes{
    bottom: 20px;
    top: unset;
    transform: translate(0%);
    font-size: 10px;
    color: wheat;
    /* position: absolute; */
    margin-bottom: 30px;
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cyes img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.last button{
    background-color:#ffffff;
    margin-left: 5px;
    border: none;
    outline: none;
    height: 24px;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.last{
    position: absolute;
    right: 2%;
    transform: translateY(50%);
}
.allapply{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 230px;
    background-color: rgba(0,0,0,.7);
    border: 3px solid gray;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color:black;
    transform: translate(-50%,-50%);
}
.allapply div{
    margin-bottom: 10px;
}
.allapply div span{
    margin-left: 20px;
}
.allapply div button{
    z-index: 999;
    margin-left: 10px;
}
.table_button{
    background-color: #b7b7b7;
    margin-left: 5px;
    border: none;
    outline: none;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    /* float: left; */
    cursor: pointer;
}
.hidden{
    display: none;
}
.allapplydelete{
    z-index: 999;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.allapplydelete img{
    width: 100%;
    height: 100%;
}
.jujue{
    color: orangered;
}
.yitongyi{
    color: #4271ea;
}
.weitongyi{
    color: #ffe17e;
}
.quxiao{
    color: #ffffff;
}
.allapply_alert{
    position: fixed;
    transform: translateX(-43%);
    z-index: 998;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tableformat_Title{
    margin: auto;
    text-align: center;
    font-weight: 300;
    letter-spacing: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 50px;
}
.num{
    background-color:red;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
line-height: 18px;
}
.applynum{
    position: absolute;
    left: 80%;
    top: -10px;
    width: 18px;
    height: 18px;
}
.first{
    position: absolute;
    left: 2%;
    transform: translateY(50%);
    /*margin: 10px 0;*/
    /*width: 150px;*/
    /*height: 150px;*/
    /*width: 80%;*/
}
.first button {
    background-color: #ffffff;
    margin-left: 1px;
    border: none;
    outline: none;
    height: 24px;
    border-radius: 200px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}
input:focus{
    border:none;
}
.quanxianalert{
    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:black;
    transform: translate(-50%,-50%);
    text-align: center;
	padding: 40px 24px 6px 24px;
}
.quanxianalert p{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
	position: relative;
	/* padding-left: 16px; */
	align-items: center;
	margin: 4px 0;
}

.quanxianalert p input{
	position: absolute;
	left: 8px;
    cursor: pointer;
}

.quanxianalert .btn{
	width: 60px;
	height: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px;
	cursor: pointer;
}

.quanxianalert .buttom{
	display: flex;
	justify-content: center;
	width: calc(100%);
}

.quanxianalert .btn img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}




.equiplvalert{
    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:black;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 40px 24px 6px 24px;
}
.equiplvalert p{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    /* padding-left: 16px; */
    align-items: center;
    margin: 4px 0;
}

.equiplvalert p input{
    position: absolute;
    left: 8px;
    cursor: pointer;
}

.equiplvalert .btn{
    width: 60px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px;
    cursor: pointer;
}

.equiplvalert .buttom{
    display: flex;
    justify-content: center;
    width: calc(100%);
}

.equiplvalert .btn img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.box_skin,.type1005{
    color: #f12020 !important;
}
.box_S,.type1004{
    color: #ffc547 !important;
}
.box_A,.type1003{
    color: #bc4cd4 !important;
}
.box_B,.type1002{
    color: rgb(71, 123, 255) !important;
}
.box_C,.type1001{
    color: #ffffff !important;
}
.unionbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-item:center;
    height: 64.8vh;
    color: white;
    font-size: 14px;
    overflow: auto;
}
.unionboxheadfooter{
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;

}
.unionbox div img{
    width: 150px;
    height: 150px;
    border-radius: 200px;
}
.unionbox div span:first-child{
    text-align: right;
    flex: 0 0 22%;
}
.unionbox div span:last-child{
    flex: 0 0 65%;
    text-align: center;
}
.unionbox_center{
    margin-right: 2%;
}
.unionbox_title{
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
}
.unionbox button{
    margin-left: 5px;
    border: none;
    outline: none;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
    float: left;
    cursor: pointer;
    background-color: #ffffff;
}
.unionbox_center{
    margin-top: 30px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.unionbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.unionbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.unionbox::-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;
}
.campsitebox{
    margin-top: 20px;
    flex: 0 0 33.3%;
}
.equipment-box {
    position: absolute;
    top: 16px;
    left: 22px;
    width: 150px;
    height: 100px;
    padding: 5px 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
    z-index: 10;
}
.equipment-box-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 9999;
}
.equipment-box-info div{
    width: 49%;
    margin-bottom: 5px;
    text-align: left;
}
.marketbox_content_box{
   position: relative;
 }
.marketbox_content_box:hover .equipment-box {
    opacity: 1;  /* 鼠标移入时显示 */
    visibility: visible;  /* 可见 */
    transition: opacity 0.3s ease, visibility 0s 0s; /* 在hover时可见 */
}

.marketbox_content_item:nth-child(7n) .equipment-box {
    right: 100%;  /* 装备框显示在左侧 */
    left: auto;  /* 清除右侧位置 */
}

.equipment-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.equipment-box p {
    font-size: 16px;
    margin: 5px 0;
}

.equipment-box p strong {
    color: #FFD700;  /* 黄金色 */
}


.loader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100px;
    height: 20px;
    position: relative;
    margin: auto;
    margin-top: 55px;
}

.loader div {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #ffe17e;
    border-radius: 50%;
    animation: bounce 0.8s infinite ease-in-out;
}

.loader div:nth-child(1) {
    animation-delay: 0s;
}
.loader div:nth-child(2) {
    animation-delay: 0.2s;
}
.loader div:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}