/* 游戏储值弹出层样式 */
.stored-wrap {
    display: none;
}

.stored-wrap .stored-content {
    position: relative;
    width: 1014px;
    min-width: 1014px;
    height: 730px;
    background-image: url('../images/home/popupPic4.png');
    background-repeat: no-repeat;
    background-size: 1014px 730px;
}

.stored-wrap .stored-content .close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 38px;
    right: 48px;
    background-image: url('../images/home/iconClose.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    z-index: 3;
    cursor: pointer;
}

.stored-wrap .stored-content .stored-game-name {
    height: 56px;
    padding: 25px 25px 0 52px;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFE7A0;
    line-height: 56px;
}

.stored-wrap .stored-content .stored-box {
    width: 970px;
    height: 625px;
    padding: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #E3DCD2;
    overflow-y: hidden;
}

.stored-wrap .stored-content .stored-box .layui-tab {
    margin: 0;
}

.stored-wrap .stored-content .stored-box .layui-tab .layui-tab-title {
    height: 68px;
    border: 0;
}

.stored-wrap .stored-content .stored-box .layui-tab .layui-tab-title li {
    width: 155px;
    min-width: 155px;
    height: 68px;
    padding: 0;
    box-sizing: border-box;
    background-image: url('../images/help/helpTabs.png');
    background-repeat: no-repeat;
    background-size: 315px 68px;
    line-height: 64px;
}

.stored-wrap .stored-content .stored-box .layui-tab .layui-tab-title li span{
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #695549;
    z-index: 9;
}

.stored-wrap .stored-content .stored-box .layui-tab .layui-tab-title .layui-this span {
    color: #FFFCD5;
}

.stored-wrap .stored-content .stored-box .layui-tab .layui-tab-title .layui-this:after {
    width: 155px;
    min-width: 155px;
    height: 68px;
    border: 0;
    border-radius: 0;
    background-image: url('../images/help/helpTabs.png');
    background-repeat: no-repeat;
    background-size: 315px 68px;
    background-position-x: -160px;
    line-height: 64px;
}

.stored-wrap .stored-content .stored-box .layui-tab .layui-tab-content {
    height: 527px;
    padding: 10px 0 0;
    box-sizing: border-box;
    overflow-y: scroll;
}

.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 .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('../images/home/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;
}

.top .rice-box .rice-num {
    margin-right: 10px;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #D43116;
}

.top .rice-box .rice-txt {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.top .rice-box .rice-txt span {
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #D43116;
}

.stored-exchange .middle {
    height: 100%;
}

.stored-exchange .middle {
    margin: 10px 0;
}

.middle .serverSelect .layui-form-select {
    width: 180px;
}

.middle .roleSelect .layui-form-select {
    width: 180px;
}

.middle .currencySelect .layui-form-select {
    width: 210px;
}

.middle .sel_title {
    margin-right: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.middle .layui-form-select .layui-input,
.middle .layui-form-select dl {
    background-color: #FFFCF6;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.middle .layui-form-select .layui-input,
.middle .layui-form-select .layui-input:hover,
.middle .layui-form-select .layui-input:focus,
.middle .layui-form-select dl {
    border-color: #d3b095 !important;
}

.middle .layui-form-select .layui-input:focus {
    box-shadow: 0 0 0 3px rgba(211, 176, 149,0.08);
}

.middle .layui-form-select dl dd:hover {
    background-color: transparent;
}

.middle .layui-form-select dl dd.layui-this {
    background-color: #FFE5DF;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.middle .pay-price {
    margin: 20px 0 5px;
}

.middle .pay-price .item {
    width: 169px;
    height: 80px;
    margin: 0 10px 10px 0;
    background: url('../images/payCenter/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;
}

.middle .pay-price .item:nth-child(5n) {
    margin-right: 0;
}

.item_Selected {
    background: url('../images/payCenter/121.png') no-repeat !important;
    background-size: 100% 100% !important;
    color: #D43116 !important;
}

.double-hd {
    margin-bottom: 10px;
}

.double-hd .txt {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.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;
}

.double-hd .points-box span {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #D43116;
}

.stored-ft {
    margin-top: 10px;
}

.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(../images/payCenter/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;
}

