@charset "utf-8"; html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

iframe {
    border: none;
}

.pay-wp {
    padding: 0;
    font-size: 18px;
    text-align: left;
}

.pay-wp .hd {
    height: 50px;
    line-height: 50px;
    color: #666;
    text-align: center;
    font-size: 16px;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #000000;
}

.pay-wp .pay-close {
    position: absolute;
    top: 14px;
    right: 5%;
    color: #757575;
    font-size: 18px;
}

.pay-wp .bd {
    font-size: 13px;
}

.pay-wp .pay-info {
    margin: 7px;
    padding: 0px 10px;
    overflow: hidden;
    color: #999;
    background: #ffffff;
}

.pay-wp .pay-info li {
    width: 50%;
    line-height: 30px;
    float: left;
    vertical-align: top;
}

.pay-wp .pay-info li:last-child span {
    color: #e0ad35;
}

.pay-wp .pay-info span {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 支付宝推荐 S*/
.pay-wp .pay-type {
    padding: 0px 7px 0px 7px;
    background: #ffffff;
    margin: 13px 7px;
}

.pay-wp .pay-type p {
    color: #000000;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 5px;
}

.pay-wp .type-list {
    overflow: hidden;
}

.pay-wp .type-list li {
    display: flex;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    background: #f2f2f2;
}

.pay-wp .type-list .img {
    max-width: 40px;
    max-height: 40px;
    flex-grow: 1;
    border-radius: 10px;
}

.pay-wp .type-list .name {
    flex-grow: 2;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 15px;
    padding-left: 15px;
}

.pay-wp .type-list .input {
    flex-grow: 1;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}

.pay-wp .type-list .input i {
    background-image: url("/pay/images/un_click.png?v1.1.34");
    height: 20px;
    width: 20px;
    background-size: cover;
    margin-right: 10px;
}

.pay-wp .type-list .active i {
    background-image: url("/pay/images/on_click.png?v1.1.34")!important;
    margin-right: 10px;
}

/* 推荐 */
.pay-wp .type-list .input b {
    background-image: url("/pay/images/recommend.png?v1.1.34");
    height: 15px;
    width: 33px;
    background-size: cover;
    margin-right: 10px;
}

.pay-wp .type-list .input strong {
    background-image: url("/pay/images/right_icon.png?v1.1.34")!important;
    width: 10px;
    height: 18px;
    background-size: cover;
}

.pay-wp .type-list p {
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.pay-wp .pay-bottom {
    border-radius: 30px;
    background: #ff4174;
    width: 36%;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    display: block;
    margin: 5px auto;
    color: #ffffff;
    /* margin: 5px; */
    text-align: center;
}

@media all and (orientation : landscape){
    .pay-wp .pay-bottom {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        bottom: -12px;
        border-radius: 30px;
        background: #ff4174;
        width: 36%;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        display: block;
        margin: 5px auto;
        color: #ffffff;
        /* margin: 5px; */
        text-align: center;
    }
}

/* 支付宝推荐 E */
.pay-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: rgba(0,0,0,.5) url(/pay/images/loading.gif) center center no-repeat;
    background-size: 80px;
    display: none;
}

.quesbox {
    text-align: center;
    margin-bottom: 20px;
}

.btn-ques {
    border-bottom: 1px solid #8c8c8c;
}

.pay-wp .type-list-row1 li {
    width: 100%;
}

.pay-wp .type-list-row2 li {
    width: 50%;
}

.pay-wp .type-list-row3 li {
    width: 33%;
}

.pay-wp .type-list-row4 li {
    width: 25%;
}

.pay-wp .type-list-row5 li {
    width: 20%;
}

/* 充值模块全屏模式 */
.mask.mask-full {
    position: static;
}

.mask-full .dialog-box {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0;
}

.of-auto {
	overflow: auto;
}

/* 红包支付宝推荐改版 */
.dialog-box {
    background: #ffffff!important;
}

.ad_tags{
    border-radius: 3px;
    border: 1px solid #ee2e4e!important;
    color: #EE2E4D!important;
    margin-right: 5px;
    padding: 2px 4px!important;
    line-height: 17px!important;
    font-size: 11px!important;
    height: 20px!important;
    margin-bottom: 0px!important;
}