/* 支付盒子 */
.pay-box {
    position: relative;
    width: 1240px;
    min-width: 1240px;
    height: 700px;
    margin: 0 auto;
    top: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.pay-box .pay-left {
    position: absolute;
    left: 0;
    width: 220px;
    height: 100%;
    border-right: 1px solid #efe9e9;
}

.pay-box .pay-left .pay-channel {
    position: relative;
    list-style-type: none;
    width: 170px;
    margin: 0 auto;
}

.pay-box .pay-left .pay-channel .pay-channel-child {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    background-color: #fafafa;
    margin-top: 20px;
    border-radius: 45px;
}

.pay-box .pay-left .pay-channel .pay-hx {
    position: relative;
    width: 23px;
    height: 1px;
    top: -21.5px;
    left: 172px;
}

.pay-box .pay-left .pay-channel .pay-yd {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #f2f2f2;
    top: -26.5px;
    left: 191px;
}

.pay-box .pay-left .pay-channel .pay-selected .pay-channel-child {
    background-color: #ffffff;
    border: 1px solid #54C6EB;
    color: #54C6EB;
}

.pay-box .pay-left .pay-channel .pay-selected .pay-hx {
    background-color: #54C6EB;
}

.pay-box .pay-left .pay-channel .pay-selected .pay-yd {
    width: 12px;
    height: 12px;
    background-color: #54C6EB;
    top: -28px;
    left: 190px;
}

.pay-box .pay-right {
    position: absolute;
    width: 985px;
    height: 100%;
    right: 0;
}

.pay-box .pay-right .pay-chennl-name {
    position: relative;
    width: 100px;
    height: 22px;
    margin-top: 12px;
    font-size: 22px;
    line-height: 22px;
    padding-left: 8px;
    border-left: 5px solid #43B1D8;
}

/* 填写账号 */
.pay-box .pay-right .pay-user {
    position: relative;
    list-style: none;
    height: 35px;
    margin-top: 12px;
}

.pay-box .pay-right .pay-user li {
    display: inline-block;
}

.pay-box .pay-right .pay-user .pay-user-tip {
    width: 95px;
    height: 100%;
    font-size: 18px;
    line-height: 35px;
}

.pay-box .pay-right .pay-user .pay-user-tip span {
    margin-left: 8px;
}

.pay-box .pay-right .pay-user .pay-user-name input {
    width: 148px;
    height: 33px;
    margin-right: 10px;
    border: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    padding-left: 10px;
}

.pay-box .pay-right .pay-user .pay-user-name .pay-show-user {
    position: relative;
    display: none;
    font-size: 18px;
}

.pay-box .pay-right .pay-user .pay-change-user {
    display: none;
    color: #43B1D8;
    margin-left: 10px;
    cursor: pointer;
}

/* 选择游戏 */
.pay-box .pay-right .pay-select-game {
    position: relative;
    list-style: none;
    height: 35px;
    margin-top: 22px;
}

.pay-box .pay-right .pay-select-game li {
    display: inline-block;
}

.pay-box .pay-right .pay-select-game .pay-game-tip {
    width: 95px;
    height: 100%;
    font-size: 18px;
    line-height: 35px;
}

.pay-box .pay-right .pay-select-game .pay-game-tip span {
    margin-left: 8px;
}

.pay-box .pay-right .pay-select-game li select {
    width: 160px;
    height: 35px;
    margin-right: 10px;
    font-size: 18px;
}

.pay-box .pay-right .pay-select-game li input {
    width: 148px;
    height: 33px;
    margin-right: 10px;
    border: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    padding-left: 10px;
}

/* 充值金额 */
.pay-box .pay-right .pay-amount {
    position: relative;
    list-style: none;
    margin-top: 22px;
}

.pay-box .pay-right .pay-amount li {
    display: inline-block;
}

.pay-box .pay-right .pay-amount .pay-amount-tip {
    width: 95px;
    height: 100%;
    font-size: 18px;
    line-height: 35px;
}

.pay-box .pay-right .pay-amount .pay-amount-tip span {
    margin-left: 8px;
}

.pay-box .pay-right .pay-amount .pay-amount-num {
    display: inline-table;
    width: 850px;
    color: #B3B3B3;
}

.pay-box .pay-right .pay-amount .pay-amount-num li {
    background-color: #EFEFEF;
    border: 1px solid #B3B3B3;
    width: 100px;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    padding: 2px;
    margin-right: 10px;
    cursor: pointer;
}

.pay-box .pay-right .pay-amount .pay-amount-num .pay-amount-2 {
    margin-top: 10px;
}

.pay-box .pay-right .pay-amount .pay-amount-num .pay-amount-custom {
    width: 150px;
}

.pay-box .pay-right .pay-amount .pay-amount-num .pay-amount-custom input {
    position: relative;
    left: -5px;
    top: -1px;
    border: 1px solid #B3B3B3;
    font-size: 18px;
    color: #000000
}

.pay-box .pay-right .pay-amount .pay-amount-num .pay-amount-selected {
    border: 1px solid #57CAEE;
    box-shadow: 0px 0px 2px #57CAEE;
    background-color: #ffffff;
    color: #000000;
    background-image: url(../images/pay/selected.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* 提示 */
.pay-box .pay-right .pay-amount .pay-amount-num .pay-ts-w {
    color: #FC8502;
}

.pay-box .pay-right .pay-amount .pay-amount-num .pay-ts-gth {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 8px;
    border-radius: 20px;
    background-color: #FC8502;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

.pay-tip {
    position: relative;
    margin-top: 25px;
    color: #757575;
    opacity: 0;
}

.pay-tip .pay-ts-w {
    color: #FC8502;
}

.pay-tip .pay-ts-gth {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 8px;
    border-radius: 20px;
    background-color: #FC8502;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

.pay-button {
    position: relative;
    margin-top: 30px;
    width: 150px;
    height: 42px;
    background-color: #F8BC44;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    cursor: pointer;
}

.pay-tishi {
    position: relative;
    width: 100%;
    margin-top: 80px;
    line-height: 22px;
    color: #757575;
}

/* 遮罩层 */
.shade-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000;
    z-index: 9999;
    opacity: 0.7;
}

/* 确认订单弹窗 */
.order-info {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 500px;
    height: 400px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}

.order-info .order-title {
    position: relative;
    width: 100%;
    height: 45px;
    text-align: left;
    line-height: 45px;
    font-size: 18px;
    text-indent: 15px;
    background-color: #ECECEC;
    border-radius: 5px;
}

.order-info .order-title span {
    position: absolute;
    top: -3px;
    right: 12px;
    font-size: 30px;
    cursor: pointer;
}

.order-info .order-tip-icon {
    position: absolute;
    width: 55px;
    height: 55px;
    background: url(../images/pay/waring.png) no-repeat;
    background-size: 100%;
    top: 75px;
    left: 55px;
}

.order-info .order-tip {
    position: relative;
    width: 250px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    color: #FF6238;
    left: 135px;
    margin-top: 22px;
}

.order-info .order-common {
    position: relative;
    width: 300px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    left: 135px;
    margin-top: 5px;
}

.order-info .order-confirm {
    position: relative;
    width: 180px;
    height: 45px;
    background-color: #FF9900;
    margin: auto;
    top: 25px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
}