* {
    margin: 0;
    padding: 0;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }
/*支付弹窗*/
.pay-wrap {
    width: 900px;
    padding: 6px 20px 0;
    background: #f5f5f5;
    box-sizing: border-box;
}

.pay-l {
    float: left;
}

.pay-r {
    float: right;
    width: 430px;
}

.pay-need {
    width: 400px;
    padding: 6px 30px;
    line-height: 40px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    border-radius: 2px;
}

.pay-info {
    font-size: 16px;
    color: #333;
    padding: 0 30px 0 0;
    vertical-align: middle;
}

.pay-num {
    font-size: 40px;
    color: #ff3217;
    vertical-align: middle;
}

.pay-method {
    margin: 6px 0 10px 0;
    padding: 8px 20px 2px;
    background: #fff;
    border-radius: 2px;
}

.method-info {
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.method-btn {
    position: relative;
    /*display: block;*/
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
    border: 2px solid #e8eef1;
    border-radius: 2px;
    /*-------*/
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.method-yue {
    justify-content: left;
    padding: 0 0 0 127px;
}

.methodCurr {
    border: 2px solid #ff7117;
}

    .methodCurr:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 8px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
    }

    .methodCurr:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 13px solid #fff;
        border-top-color: #ff7117;
        border-left-color: #ff7117;
    }

.bal-num {
    color: #1774ff;
    padding: 0 0 0 4px;
}

.method-btn > img {
    vertical-align: middle;
}

.pay-bal img {
    vertical-align: top;
    margin: 0 0 0 50px;
}

.pay-online {
    width: 430px;
    overflow: hidden;
    background: #1ca519;
}

.pay-zhifubao {
    background: #00aaee;
}

.pay-ttl {
    height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

    .pay-ttl > img {
        vertical-align: middle;
        margin: 0 14px 0 0;
    }

.pay-code {
    margin: 3px;
    padding: 16px 32px;
    background: #fff;
    font-size: 0;
    width: 360px;
    height: 360px;
}

    .pay-code img.ewmcls {
        width: 100%;
    }


.bottom-btndiv {
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .bottom-btndiv .paybtbtn {
        font-size: 14px;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        text-align: center;
        border: 1px solid #c7c7c7;
        padding: 0 20px;
        margin: 0 10px;
        cursor: pointer;
        color: #000;
        text-decoration: none;
    }

.paybtbtn.qxbtnc, .paybtbtn.qrbtnc.disabled {
    background: #c7c7c7;
    color: #f3f3f3;
    border-color: #c7c7c7;
}

.paybtbtn.qrbtnc {
    background: #ed6f24;
    color: #fff;
    border-color: #ed6f24;
}


.pay-result {
    /*width: 400px;*/
    font-size: 30px;
    color: #16a062;
    line-height: 70px;
    text-align: center;
    padding: 40px 0 50px;
    background: #f5f5f5;
}

    .pay-result > img {
        vertical-align: middle;
        margin: 0 10px 0 0;
    }


/*金币*/
.coin-wrap {
    width: 530px;
    background: #f3f3f3;
    padding: 20px 24px 0 30px;
    box-sizing: border-box;
}

.coin-l {
    float: left;
    font-size: 0;
}

    .coin-l img {
        vertical-align: top;
    }

.coin-r {
    float: left;
    padding: 0 0 20px 30px;
}

.coin-r-t {
    position: relative;
}

.inp-error {
    position: absolute;
    left: 0;
    top: -16px;
    font-size: 12px;
    color: #eb4847;
}

.coin-r-t h3 {
    color: #333;
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
}

.coin-search {
    position: relative;
    font-size: 0;
}

    .coin-search input {
        width: 226px;
        height: 38px;
        line-height: 38px;
        padding: 0 0 0 10px;
        font-size: 12px;
        color: #333;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

.coin-search-btn {
    position: absolute;
    top: 0;
    left: 236px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background: linear-gradient(to right, #ff9a3f, #ff7117);
}

.coin-num {
    font-size: 12px;
    color: #333;
    line-height: 24px;
}

    .coin-num span {
        color: #ff6300;
        padding: 0 0 0 12px;
    }

.coin-r-b {
    padding: 14px 0 0 0;
}

.coin-bal {
    width: 320px;
    height: 48px;
    font-size: 0;
    line-height: 48px;
    border-radius: 2px;
    border: 1px solid #ff9e5c;
    background: #fff;
    padding: 0 10px 0 14px;
}

.coin-user {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coin-user-tel {
    font-size: 12px;
    color: #333;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.coin-bal-r {
    float: right;
    font-size: 12px;
    color: #999;
}

    .coin-bal-r span {
        font-size: 18px;
        color: #fe6300;
        padding: 0 0 0 6px;
    }

.coin-give {
    background: #fff;
    border-radius: 2px;
    margin: 2px 0 0 0;
    font-size: 0;
    padding: 8px 10px 6px 10px;
}

.give-ttl {
    font-size: 12px;
    vertical-align: middle;
}

.give-inp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

    .give-inp input {
        width: 153px;
        height: 34px;
        font-size: 12px;
        padding: 0 0 0 5px;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

    .give-inp a {
        position: absolute;
        left: 158px;
        top: 0;
        width: 80px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: linear-gradient(to right, #ff9a3f, #ff7117);
    }
