html{
    height: 100%;
}
.subject{
    position: relative;
    width: 60vw;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-wrap: wrap;
    color:white;
    margin-top: 10px;
    height: 65vh;
    overflow:auto;
}
.subject>div{
    flex: 0 0 100%;
    align-content: flex-start;
    display: flex;
    flex-display:column;
    flex-wrap: wrap;
}
.subject>div div{
    margin-top: 5px;
    margin-bottom: 15px;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
h1{
    margin: 10px auto;
    height: 31px;
}
.dinar div span{
    justify-content: center;
    white-space: nowrap;/*强制不换行*/
    display: inline-block;  /*将span当做块级元素对待*/
    overflow: hidden;  /*超出宽度部分隐藏*/
    text-overflow: ellipsis;
}
.dinar div span:first-child{
    flex: 0 0 15%;
}
.dinar div span:nth-child(2){
    flex: 0 0 40%;
}
.dinar div span:nth-child(3){
     flex: 0 0 25%;
 }
.dinar div span:nth-child(4){
    flex: 0 0 20%;
}
.campsitelist div span:first-child{
    flex: 0 1 20%;
}
.campsitelist div span:nth-child(2){
    flex: 0 1 40%;
}
.campsitelist div span:nth-child(3){
    flex: 0 1 40%;
}
.onlinenumber div span:first-child{
    flex: 0 1 15%;
}
.onlinenumber div span:nth-child(2){
    flex: 0 1 60%;
}
.onlinenumber div span:nth-child(3){
    flex: 0 1 20%;
}
.subject::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.subject::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.subject::-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;
}
h1{
    margin-top: 30px;
    margin-bottom:30px;
}


.money {
    background: url(http://pic.56uxi.com/img/money_icon.png);
    width: 54px;
    height: 48px;
    position: absolute;
    top: 30px;
    background-size: 54px, 48px;
    right: 140px;
    z-index: 5;
}
.money_content {
    width: 150px;
    height: 30px;
    position: absolute;
    top: 45px;
    right: 5px;
    z-index: 2;
    font-size: 16px;
    text-align: center;
    color: #ffe17e;
    background: url(http://pic.56uxi.com/img/moeny_background.png);
    background-repeat: no-repeat;
}

.tableformatbottomTitleSkin {
    width: 100%;
    background-color: #3f0100;
    height: 5vh;
    position: absolute;
    bottom: 0px;
}



.TitleSkinMarket {
    position: relative;
    width: 1500px;
    height: 600px;
    margin-top: 100px;
}


.TitleSkinMarketHeader {
    width: 100%;
    height: 90px;
    background-color: #3f0100;
}

.choice {
    width: 336px;
    height: 30px;
    line-height: 30px;
    padding: 10px 20px;
    text-align: center;
}

.choice > span {
    float: left;
    margin: 5px;
    width: 100px;
    height: 30px;
    background: #ffffff;
    color: black;
    border-radius: 34px;
    display: block;
}

.TitleSkinMarketBody {
    width: 100%;
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgb(42, 40, 37);
}

.TitleSkinMarketBody::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.TitleSkinMarketBody::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.TitleSkinMarketBody::-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;
}

.UnitSkinEquipInfo {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 50px 0px 0px 0px;
    border: 1px solid #cccccc;
}

.UnitSkinName {
    position: absolute;
    left: 15%;
    /* width: 100px; */
    color: gold;
    text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px gold;
    height: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    padding: 5px;
    top: 8%;
}

.UnitSkinInfo {
    position: absolute;
    width: 300px;
    height: 200px;
    left: 7%;
    bottom: 21%;
}

.costGold {
    height: 100px;
}

.UnitSkinEquipBox {
    position: absolute;
    width: 443px;
    height: 400px;
    right: 10%;
}

.UnitSkinEquipHeader {
    float: left;
    width: 180px;
    height: 120px;
    margin: 10px 0px 0px 123px;
}

.UnitSkinEquipArmor {
    float: left;
    width: 180px;
    height: 120px;
    margin: 8px 0px 6px 9px;
}

.UnitSkinEquipHand {
    float: left;
    width: 180px;
    height: 120px;
    margin: 8px 0px 0px 60px;
}

.UnitSkinEquipShoe {
    float: left;
    width: 180px;
    height: 120px;
    margin: 0px 0px 0px 120px;
}

.buyButton {
    position: absolute;
    bottom: 7%;
    left: 42%;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    background: #ffffff;
    border: 2px solid #34495e;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.buyButton:hover {
    background: #34495e; /* 悬停时变为更深的蓝色 */
    border-color: #2c3e50; /* 边框颜色也跟随变化 */
}

.buyButton:active {
    background: #1a252f; /* 点击时变为更暗的蓝色 */
    border-color: #1a252f;
    transform: scale(0.98); /* 点击时轻微缩小 */
}