.center-left-orange-btn, .center-left-purple-btn, .center-left-red-btn{
    height: 23px;
    line-height: 23px;
    padding: 0 14px;
    background: #FFA200;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}

.center-left-purple-btn{
    background: #7B61CB;
}

.center-left-red-btn{
    background: #e6141e;
}

.table-list-orange-btn, .table-list-purple-btn, .table-list-blue-btn{
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    background: #FFA200;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}

.table-list-purple-btn{
    background: #7B61CB;
}

.table-list-blue-btn{
    background: #00EFF8;
    color: #3D3D3D;
}

.center .alert-content {
    width: 1006px;
    height: 570px;
    background: linear-gradient(8deg, #342166 0%, #40288D 100%);
    border: 1px solid #425BFE;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -464px;
    margin-top: -285px;
}

.center .alert-content > div{
    float: left;
    position: relative;
}

.center-left{
    width: 270px;
    height: 570px;
    background: #2B1C59;
}

.center-userinfo{
    width: 216px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #221549;
    color: #D7CAF3;
    border-radius: 15px;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -108px;
    font-size: 16px;
}

.center-coin, .center-diamon {
    width: 228px;
    height: 23px;
    position: absolute;
    top: 91px;
    left: 50%;
    margin-left: -114px;
    font-size: 14px;
    color: #D7CAF3;
}

.center-diamon {
    top: 134px;
}

.center-coin > span, .center-diamon > span {
    width: 105px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.center-coin span span, .center-diamon span span {
    color: #FECE5A;
    vertical-align: baseline;
}

.center-coin a, .center-diamon a, .center-coin span, .center-diamon span {
    display: inline-block;
    vertical-align: middle;
}

.dash-line {
    width: 160px;
    border: 1px dashed #433277;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 178px;
}

.center-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 199px;
}

.center-menu a{
    display: block;
    width: 270px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    color: #D7CAF3;
}

.center-menu .center-menu-active{
    background: #433277;
}

.center-right{
    width: 736px;
    height: 570px;
    background: linear-gradient(8deg, #342166 0%, #40288D 100%);
}

.myaward-group{
    position: absolute;
    top: 42px;
    left: 37px;
}

.myaward-group a{
    display: block;
    width: 147px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #433277;
    border: 1px solid #00EFF8;
    border-radius: 16px;
    color: #8AFBFF;
    float: left;
}

.myaward-group .resolve-all-btn{
    background: #00EFF8;
    color: #3F278B;
    margin-left: 14px;
}

.center-table{
    width: 699px;
    height: 471px;
    position: absolute;
    top: 81px;
    left: 37px;
}

.center-table .table-head {
    width: 662px;
    height: 38px;
    background: #2B1C59;
}

.center-table .table-head div{
    width: 165px;
    height: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #AEA7C3;
    float: left;
}

.center-table .table-list {
    width: 685px;
    height: 414px;
    overflow: hidden;
    overflow-y: auto;
}

.table-list::-webkit-scrollbar {
    width: 5px;
}

.table-list::-webkit-scrollbar-thumb {
    background: #624CA8;
    border-radius: 2px;
}

.table-list::-webkit-scrollbar-track {
    background: transparent;
}

.center-table .table-list > div {
    width: 662px;
    display: table;
}

.center-table .table-list > div div{
    width: 165px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #BCABF3;
}

/* 我的奖品表格 */
.myaward-table .table-list > div {
    height: 60px;
    margin-top: 19px;
}

.myaward-table .table-list > div div:first-child img{
    width: 127px;
    height: 60px;
}

.myaward-table .table-list > div div:last-child a{
    display: inline-block;
}

.myaward-table .table-list > div div:last-child .draw-btn {
    margin-right: 10px;
}

/* 开奖记录 */
.getaward-table .table-list > div, .drawcoin-table .table-list > div {
    height: 15px;
    margin-top: 33px;
}

/* Q币提取记录 */

.drawcoin-table .table-list > div div:last-child a{
    color: #FFB238;
    text-decoration: underline;
    margin-left: 5px;
}

/* 充值 */
.center-charge-title {
    color: #D3CBEE;
    position: absolute;
    left: 37px;
    top: 72px;
}

.center-charge-product {
    width: 624px;
    position: absolute;
    left: 37px;
    top: 105px;
}

.center-charge-product div{
    width: 176px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #AEA7C3;
    background: #2B1C59;
    border: 1px solid #2B1C59;
    box-sizing: border-box;
    float: left;
    margin: 0 48px 24px 0;
    cursor: pointer;
}

.center-charge-product div:nth-of-type(3n){
    margin-right: 0;
}

.center-charge-product span:last-child{
    color: #847D9B;
}

.center-charge-product .center-charge-product-active{
    background: #2B1C59;
    border: 1px solid #00EFF8;
    color: #00EFF8;
}

.center-charge-product .center-charge-product-active span:last-child{
    color: #C4C4C4;
}

.center-charge-product div:last-child {
    width: 100%;
    cursor: auto;
}

.center-charge-product div:last-child input {
    width: 100%;
    height: 100%;
    background: #2B1C59;
    color: #AEA7C3;
    text-align: center;
}

.center-charge-pay{
    width: 655px;
    position: absolute;
    left: 37px;
    top: 326px;
}

.center-charge-paytype {
    margin: 0;
}

.center-charge-paytype a {
    margin-top: 27px;
}

.center-charge-paytype a:last-child {
    margin-top: 32px;
}

.center-charge-qrcode {
    float: left;
    margin: 27px 18px 0 93px;
}

.center-charge-price{
    float: left;
    margin-top: 81px;
    width: 220px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.center-charge-price p{
    line-height: 1;
    color: #BCABF3;
    font-size: 12px;
}

.center-charge-price p:last-child{
    font-size: 14px;
    color: #FEDD78;
    margin-top: 18px;
}

.center-charge-price p:last-child span{
    font-size: 25px;
}

.none{
    width: 662px;
    text-align: center;
    margin-top: 50px;
}