* {
    padding: 0;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.recharege-left-content {
    background: #fff;
    padding: 24px;
    margin: 20px 0;
    color: #333542;
}

.recharge-section .recharge-ways-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: rgba(82,83,101,0.04);
    font-size: 20px;
    padding: 0 16px;
    font-weight: 500;
    color: #333542;
}

.recharge-ways-form {
    position: relative;
    margin: 40px 16px;
}

.recharge-ways-form label {
    min-width: 140px;
    text-align: right;
    font-weight: normal;
}

.recharge-ways-form .form-group, .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

.recharge-ways-form .form-control {
    width: 200px;
    height: 32px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 8px;
}

.recharge-ways-form span.help-block {
    position: static;
    margin-left: 30px;
}

.recharge-ways-label {
    position: absolute;
    top: 30px;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.recharge-ways-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: 140px;
}

.recharge-ways-items > div {
    position: relative;
    width: 200px;
    min-height: 132px;
    margin: 20px 24px 20px 10px;
    text-align: center;
    background: #f5f6fa;
    border: 3px solid #f5f6fa;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 4px 10px 0px rgba(40,54,45,0.12);
}

.recharge-ways-items > div.active {
    border: 3px solid #6DB085;
}

.recharge-ways-items > div.active::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: -4px;
    right: -4px;
    background: url("../images/recharge/checked.png") no-repeat;
}

.recharge-logo {
    margin: 16px 0 11px;
}

.dashed-line {
    width: 160px;
    height: 1px;
    margin: 0 auto 11px;
    border-bottom: 1px dashed #D4D6DF;
}

.recharge-section .g-font-color {
    font-size: 12px;
}

.recharge-section .g-font-color.blue {
    color: #336AF4;
}

.recharge-section .g-font-color.red {
    color: #CD3121;
}

.btn-gopay {
    width: 200px;
    height: 44px;
    color: #fff;
    border: 0;
    background: #6db085;
    font-size: 18px;
    border-radius: 50px;
    margin-left: 150px;
}

.btn-gopay:hover,.btn-gopay:focus, .btn-gopay:active, .btn-recharge:hover, .btn-recharge:focus, .btn-recharge:active {
    color: #fff;
    border: 0;
    background: #489563;
}

.webbtn {
    background: #6db085;
}

.paperpass_logo {
    width: 170px;
}

#paperpassRecharge {
    width: 350px;
    padding: 6px 112px 6px 12px;
}

#taixueshuRecharge {
    width: 350px;
    padding: 6px 112px 6px 12px;
}

.btn-recharge {
    width: 100px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    border: 0;
    margin-left: -108px;
    background: #6db085;
    border-radius: 0 4px 4px 0;
}

.webcharge {
    padding: 5px 10px 26px 16px;
}

.weblinkarea {
    margin-left: 50px;
}

.webbtns {
    padding-left: 176px;
}

.webbtns-input {
    width: 380px;
    margin: 10px 0;
}

.recharge-section .help-block {
    position: absolute;
    left: 190px;
    top: 60px;
    text-indent: 0;
    /* display: none; */
}

.recharge-section .help-block-error {
    color: #a94442;
}