﻿body {
    background: black;
}
a {
    color:white;
}
.bg-content {
    padding-top: 0.1px;
    width: 1903px;
    height: 900px;
}

.person-wrap {
    width: 1216px;
    height: 800px;
    margin: 82px auto 0 auto;
    background: url("/static/images/person-back.png") no-repeat 0 0;
}

    .person-wrap .menu {
        width: 250px;
        background: #130402;
        margin-top: 30px;
    }

    .person-wrap .main {
        width: calc(100% - 250px);
        margin-top: 30px;
        padding-left: 20px;
    }

    .person-wrap .left {
        height: 100%;
    }

    .person-wrap .menu .menus .item {
        position: relative;
        text-align: center;
        line-height: 103px;
        width: 100%;
        height: 103px;
        cursor: pointer;
        font-size: 20px;
        background: url("/static/images/no-active-menu.png") center center no-repeat;
    }

        .person-wrap .menu .menus .item .icon {
            position: absolute;
            right: 15px;
            color: white;
            font-weight: 100;
        }

        .person-wrap .menu .menus .item .menu-name {
            display: inline-block;
            color: #815B58;
        }

        .person-wrap .menu .menus .item.active .menu-name, .person-wrap .menu .menus .item:hover .menu-name {
            color: white;
        }

        .person-wrap .menu .menus .item.active, .person-wrap .menu .menus .item:hover {
            background: url("/static/images/active-menu.png") center center no-repeat;
        }

            .person-wrap .menu .menus .item.active:after, .person-wrap .menu .menus .item:hover:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                width: 4px;
                background: #610007;
            }

.bottom {
    width: 100%;
    height: 140px;
    background: url("/static/images/long.png") center 0 no-repeat;
}

.contain {
    width: calc(100% - 20px);
}
/*select 样式*/
.game-select {
    width: 220px;
    height: 30px;
}

.game-select {
    background: transparent;
    color: white;
}

    .game-select option {
        background: #200804;
        color: white;
    }

.row label {
    font-size: 16px;
    font-weight: bold;
    color: white;
}
  
#oMoney {
    width: 216px;
    height: 60px;
    background: transparent;
    margin-top: 20px;
    padding: 0 15px;
    color: white;
    font-size: 21px;
}

.notice {
    color: #666666;
    margin-left: 15px;
}

/*充值end*/

/*角色信息*/
.user-center-table {
    color: white;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

    .user-center-table thead {
        border-collapse: separate;
        border-spacing: 10px 10px;
    }

    .user-center-table tbody tr {
        margin-top: 10px;
    }

    .user-center-table tbody td {
        border: 0;
        background: #302F2D;
        margin-top: 5px;
    }
/*end*/

/*充值记录*/
.recharge-logs .row {
    line-height: 50px;
    color: #d7d0d0;
}

.user-center-table th {
    width: 100px;
}

.user-center-table a {
    color: #ab1b14;
}

.record-times {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 15px 0;
}

    .record-times .item {
        background: #240701;
        width: 100px;
        text-align: center;
        line-height: 38px;
        color: white;
        cursor: pointer;
    }

.reorder {
    background: url(/static/images/active-menu.png) no-repeat 0 0;
    border: 0;
    color: white;
    background-size: 100% 100%;
    height: 25px;
    font-size: 14px;
}

.time {
    width: 120px
}
/*end*/



.topbar {
    color: white;
}
 
.pagebox a {
    color: #ab1b14;
}

.record-times .item.active {
    background: url(/static/index/images/menu-active.png) center no-repeat;
}
.layui-form-item .layui-form-label {
    color:white;
}
.userinfo {
    color: white;
    line-height: 55px;
    font-size: 18px;
}
.change-phone .layui-form-label,.personal-pop .layui-form-label{
    color:unset;width:112px;
}