/* 游戏储值弹出层样式 */
.stored-content {
    height: 100%;
    overflow-y: auto;
}

.stored-box {
    position: relative;
    width: 970px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #E3DCD2;
}

.stored-box .tab-list {
    display: flex;
    align-items: center;
    position: fixed;
    width: 970px;
    height: 68px;
    background-color: #E3DCD2;
    z-index: 9;
}

.stored-box .tab-list .tab-item {
    width: 155px;
    min-width: 155px;
    height: 68px;
    box-sizing: border-box;
    background-image: url('../img/helpTabs.png');
    background-repeat: no-repeat;
    background-size: 315px 68px;
    line-height: 64px;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #695549;
    text-align: center;
    cursor: pointer;
}

.stored-box .tab-list .activeTab {
    background-position-x: -160px;
    color: #FFFCD5;
}

.stored-box .tab-content {
    height: 100%;
    padding: 78px 0 0;
    box-sizing: border-box;
}

.stored-exchange .top,
.stored-exchange .middle,
.stored-exchange .bottom,
.rice-exchange .top,
.rice-exchange .middle,
.rice-exchange .bottom {
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #F7F4EF;
}

.stored-exchange .top {
    height: 108px;
}

.stored-exchange .top .title,
.rice-exchange .top .title {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.stored-exchange .top .money-box,
.stored-exchange .top .rice-box,
.stored-exchange .middle .stored-select,
.stored-exchange .middle .stored-select .stored-select-item,
.stored-exchange .middle .stored-ft,
.stored-ft .total-tips,
.stored-exchange .stored-double .double-hd,
.stored-exchange .middle .DoublePoints,
.stored-exchange .stored-double .double-box {
    display: flex;
    align-items: center;
}

.stored-exchange .top .money-box .money-num {
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #D43116;
}

.stored-exchange .top .money-box .money-num .unit {
    font-size: 16px;
}

.stored-exchange .top .money-box .stored-btn {
    width: 88px;
    height: 32px;
    margin-left: 30px;
    background: url('../img/goStoredBtn.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 32px;
}

.stored-exchange .top .money-box .stored-btn a {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFCD5;
}

.stored-exchange .top .rice-box .rice-num {
    margin-right: 10px;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #D43116;
}

.stored-exchange .top .rice-box .rice-txt {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.stored-exchange .top .rice-box .rice-txt span {
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #D43116;
}

.stored-exchange .middle {
    height: 100%;
    margin: 10px 0;
}

.stored-exchange .middle .stored-select {
    justify-content: space-between;
}

.stored-exchange .middle .stored-select .stored-select-item:nth-child(1) .el-select {
    width: 240px;
}

.stored-exchange .middle .stored-select .stored-select-item:nth-child(2) .el-select,
.stored-exchange .middle .stored-select .stored-select-item:nth-child(3) .el-select {
    width: 200px;
}

.stored-exchange .middle .stored-select .stored-select-item .stored-select-label {
    margin-right: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}


.stored-exchange .middle .stored-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 5px;
}

.stored-exchange .middle .stored-price .item {
    width: 169px;
    height: 80px;
    margin: 0 10px 10px 0;
    background: url('../img/122.png') no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #202020;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}

.stored-exchange .middle .pay-price .item:nth-child(5n) {
    margin-right: 0;
}

.item_Selected {
    background: url('../img/121.png') no-repeat !important;
    background-size: 100% 100% !important;
    color: #D43116 !important;
}

.stored-exchange .stored-double .double-hd {
    justify-content: space-between;
    margin-bottom: 10px;
}

.stored-double .double-hd .txt {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.stored-double .double-hd .points-box {
    padding: 2px 10px;
    box-sizing: border-box;
    background: #D7D7D7;
    border-radius: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.stored-double .double-hd .points-box span {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #D43116;
}

.stored-exchange .stored-double .double-box {
    justify-content: space-between;
}

.stored-exchange .middle .DoublePoints {
    justify-content: space-around;
    width: 312px;
    height: 63px;
    background-color: #FFFCF6;
}



.stored-exchange .middle .stored-ft {
    justify-content: space-between;
    margin-top: 10px;
}

.stored-exchange .middle .stored-ft .total {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.stored-ft .total .unit,
.stored-ft .total .total-num {
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #D43116;
}

.stored-ft .total .total-num {
    font-size: 24px;
}

.stored-ft .total-tips p {
    margin-right: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.stored-ft .total-tips p .num {
    color: #D43116;
}

.stored-ft .payBtn {
    width: 216px;
    height: 60px;
    background: url('../img/Group4642.png');
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFCD5;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    border: 0;
}

.stored-exchange .bottom {
    height: 211px;
}

.stored-exchange .bottom .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.stored-exchange .bottom .content {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

