.pay-step {
    height: 60px;
    font-size: 16px;
    position: relative;
    background-color: #e6e6e6
}

.pay-step .pay-step-navbar {
    float: left;
    width: 33.33333%;
    height: 100%;
    border-top: 3px solid #f4f4f4;
    background-color: #f4f4f4;
    font-size: 16px;
    color: #959595;
    line-height: 57px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: default
}

.pay-step .pay-step-navbar.actived {
    border-top-color: #1f8fe7;
    color: #333;
    cursor: pointer
}

.pay-step .pay-step-navbar.cur {
    border-top-color: #1f8fe7;
    background-color: #fff;
    color: #333;
    cursor: default
}

.pay-step .pay-step-navbar .divide {
    position: absolute;
    height: 16px;
    width: 3px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background-color: #d0d0d0
}

.pay-step .pay-step-navbar.cur .divide {
    background-color: #1f8fe7
}

.pay-step .pay-step-navbar:last-child .divide {
    display: none
}

.pay-content {
    min-height: 400px;
    background: #fff;
    padding: 32px 0
}

.pay-game {
    padding: 30px 0
}

.pay-game-item {
    float: left;
    width: 33.33333%;
    padding: 20px 0
}

.pay-game-item a {
    display: block;
    width: 280px;
    height: 106px;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 6px
}

.pay-game-item a:hover {
    border: 1px solid #f47f30
}

.pay-game-item .img {
    float: left;
    width: 86px;
    height: 86px;
    border-radius: 8px;
    overflow: hidden
}

.pay-game-item .img img {
    width: 100%;
    height: 100%
}

.pay-game-item .txt {
    float: left;
    padding-left: 14px
}

.pay-game-item .txt h3 {
    font-size: 16px;
    color: #333
}

.pay-game-item .txt p {
    font-size: 14px;
    color: #9e9e9e
}

.pay-group {
    padding: 0 50px;
    position: relative
}

.pay-group-type {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    margin-bottom: 20px
}

.pay-group-item {
    margin-bottom: 26px
}

.pay-label {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 16px
}

.item-group .item-input {
    display: inline-block;
    width: 240px;
    height: 36px;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 16px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 36px
}

.item-group .pay-phone {
    background: #fff
}

.item-group .tip {
    display: inline-block;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 36px;
    margin-left: 10px
}

.item-group .tip.yellow {
    color: #ffc002;
    text-indent: 17px;
    background: url(../images/tip-icon.png) left center no-repeat
}

.item-group .tip.green {
    color: #1ecc24;
    text-indent: 17px;
    background: url(../images/real-icon.png) left center no-repeat
}

.item-group .item-select {
    display: inline-block;
    width: 320px;
    height: 36px
}

.select2-container {
    background: #f9f9f9;
    margin-right: 10px
}

.select2-container .selection {
    height: 36px;
    outline: 0
}

.select2-container .select2-selection--single {
    height: 100%;
    line-height: 36px
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d7d7d7
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #8d8d8d;
    font-size: 14px;
    padding-left: 10px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 4px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #46a6fd;
    height: 34px
}

.select2-results__options {
    font-size: 14px;
    color: #666
}

.payment-list li {
    float: left;
    width: 140px;
    height: 46px;
    font-size: 16px;
    color: #666;
    line-height: 46px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-color: #f9f9f9;
    margin-right: 20px
}

.payment-list li.cur, .payment-list li:hover {
    background: url(../images/payment-cur.png) right bottom no-repeat;
    background-size: 16px 16px;
    border-color: #f68121
}

.payment-list li a {
    display: block;
    color: #666;
    padding-left: 60px
}

.payment-list li.shiyue a {
    background: url(../images/sypay.png) 12px center no-repeat;
    background-size: 32px 33px
}

.payment-list li.wechat a {
    background: url(../images/weChatPay.png) 12px center no-repeat;
    background-size: 34px 30px
}

.payment-list li.alipay a {
    background: url(../images/alipay.png) 15px center no-repeat;
    background-size: 32px 31px
}

.payment-tip {
    margin-top: 12px;
    padding-left: 20px;
    font-size: 14px;
    color: #8d8d8d;
    background: url(../images/tip-icon.png) no-repeat left center
}

.payment-tip span {
    font-weight: 700;
    color: #ff7429
}

.recharge-list li {
    float: left;
    min-width: 90px;
    height: 50px;
    margin-right: 12px;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background: #f9f9f9;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 48px;
    cursor: pointer;
    position: relative
}

.recharge-list li.on, .recharge-list li:hover {
    color: #f68121;
    background: #fff url(../images/payment-cur.png) right bottom no-repeat;
    border: 1px solid #f68121
}

.recharge-list li p:nth-of-type(2) {
    display: none;
    color: #999;
    font-size: 14px;
    text-decoration: line-through
}

.recharge-list li .discount-num {
    display: none;
    position: absolute;
    top: -14px;
    right: -8px;
    background-color: #ff5959;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
    padding: 0 5px
}

.recharge-list li.discount {
    padding-top: 7px;
    height: 50px;
    line-height: 20px
}

.recharge-list li.discount .original-price {
    display: block
}

.recharge-list li.discount .discount-num {
    display: block
}

.other-price {
    position: relative
}

.other-price input {
    display: inline-block;
    width: 144px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    padding: 3px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    line-height: 40px
}

.other-price .discount-num {
    display: none;
    position: absolute;
    top: -14px;
    left: 114px;
    background-color: #ff5959;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
    padding: 0 5px
}

.other-price.discount .discount-num {
    display: block
}

.other-price .tip {
    display: inline-block;
    font-size: 16px;
    color: #a8a8a8;
    line-height: 40px;
    margin-left: 10px
}

.payable {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 40px
}

.get-goods {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 40px
}

.get-goods em {
    display: inline-block;
    color: #f68121;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    vertical-align: middle
}

.get-goods i {
    color: #f68121
}

.get-goods i {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    vertical-align: middle
}

.pay-submit {
    padding: 26px 0 100px;
    border-top: 1px solid #e0e0e0
}

.pay-submit button {
    display: block;
    width: 273px;
    height: 56px;
    background-color: #46a6fd;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer
}

.pay-success-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 150px;
    z-index: 150;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pay-success-content {
    width: 602px;
    margin: 0 auto;
    height: 552px;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 38px 61px;
    border-radius: 6px;
    position: relative
}

.pay-success-content .pay-success-close {
    display: block;
    background: 0 0;
    border: none;
    outline: 0;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 12px;
    right: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 11px;
    cursor: pointer
}

.pay-success-content .title {
    height: 68px;
    line-height: 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e4e6;
    font-size: 20px;
    color: #333;
    padding-left: 55px;
    position: relative;
    background: url(../images/pay_success.png) left center no-repeat;
    background-size: 44px 39px
}

.pay-success-content .title a {
    position: absolute;
    display: block;
    right: 0;
    bottom: 14px;
    width: 125px;
    height: 32px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    border-radius: 6px
}

.pay-success-content .title a:hover {
    border: 1px solid #46a6fd;
    color: #46a6fd
}

.pay-success-about {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 12px;
    line-height: 26px
}

.pay-success-about p {
    font-size: 14px;
    color: #333
}

.pay-success-about p span:nth-of-type(1) {
    display: inline-block;
    width: 95px;
    color: #8d8d8d
}

.pay-success-about p span:nth-of-type(2) {
    margin-right: 10px
}

.pay-success-about p:nth-of-type(7) {
    margin-bottom: 32px
}

.pay-success-about .gray {
    color: #8d8d8d;
    font-size: 14px
}

.pay-success-about div:nth-of-type(3) {
    margin-bottom: 28px
}

.pay-success-about div a {
    display: inline-block;
    width: 169px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 18px;
    color: #666;
    font-size: 14px
}

.pay-success-about div a:nth-of-type(1) {
    color: #fff;
    background-color: #46a6fd;
    border: 1px solid #46a6fd
}

.pay-success-about div a:hover {
    color: #46a6fd;
    border: 1px solid #46a6fd
}

.pay-success-about div a:nth-of-type(1):hover {
    color: #fff
}

.pay-success {
    width: 960px;
    margin: 40px auto;
    padding: 42px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fed46c;
    background: #fffdf8
}

.pay-success .title {
    height: 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e4e6;
    font-size: 20px;
    color: #333;
    line-height: 68px;
    padding-left: 55px;
    position: relative;
    background: url(../images/pay_success.png) left center no-repeat;
    background-size: 44px 39px
}

.pay-success .view {
    display: block;
    width: 124px;
    height: 32px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    right: 0;
    bottom: 14px
}

.pay-success .info {
    padding: 20px 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    line-height: 26px
}

.pay-success .about span {
    display: inline-block
}

.pay-success .about span:nth-of-type(1) {
    width: 95px;
    color: #8d8d8d
}

.pay-success .note {
    padding: 28px 0;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 24px
}

.pay-success .button a {
    display: inline-block;
    width: 166px;
    height: 36px;
    margin-right: 18px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 34px
}

.pay-success .button a.btn-pay {
    color: #fff;
    background: #46a6fd;
    border: 1px solid #46a6fd
}

.state-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    padding-top: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.state-pop-content {
    margin: 0 auto;
    width: 360px;
    min-height: 240px;
    background-color: #fff;
    border: 1px solid #46a6fd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px
}

.state-pop-content h3 {
    height: 36px;
    background-color: #46a6fd;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 26px;
    margin-bottom: 30px
}

.state-pop-content .deal-result {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 26px;
    font-size: 14px !important;
    color: #333;
    text-align: center;
    line-height: 26px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.state-pop-content > button {
    display: inline-block;
    width: 66px;
    height: 30px;
    border: 1px solid #46a6fd;
    color: #46a6fd;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    line-height: 28px;
    margin-bottom: 70px
}

.state-pop-content > button:hover {
    color: #fff;
    background-color: #46a6fd
}

.state-pop-content > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 14px;
    color: #85b425
}

.state-pop-content .s-pop-close {
    position: absolute;
    height: 36px;
    width: 36px;
    top: 0;
    right: 2px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px
}

.state-pop-content .s-pop-close img {
    width: 20px;
    height: 20px
}

.recharge-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    padding-top: 150px;
    z-index: 150;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.weChat-pop {
    margin: 0 auto;
    width: 401px;
    height: 501px;
    background-color: #fff;
    border-radius: 6px;
    position: relative
}

.Alipay-pop .rp-close, .unionpay-pop .rp-close, .weChat-pop .rp-close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    cursor: pointer
}

.weChat-pop .title {
    height: 86px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: #333
}

.weChat-pop .transaction-amount {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    color: #8d8d8d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 49px
}

.weChat-pop .transaction-amount span:nth-of-type(2) {
    font-size: 24px;
    color: #fb9f31
}

.weChat-pop .transaction-number {
    width: 100%;
    height: 33px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    color: #8d8d8d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 49px
}

.weChat-pop .transaction-number span:nth-of-type(2) {
    color: #333
}

.weChat-pop .qr {
    margin: 0 auto;
    width: 281px;
    height: 281px;
    overflow: hidden
}

.weChat-pop .qr img {
    max-width: 281px
}

.Alipay-pop .overdue, .weChat-pop .overdue {
    margin: 0 auto;
    width: 281px;
    height: 281px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px
}

.Alipay-pop .overdue p, .weChat-pop .overdue p {
    height: 68px;
    line-height: 64px;
    font-size: 24px;
    color: #333
}

.Alipay-pop .overdue button, .weChat-pop .overdue button {
    display: inline-block;
    width: 149px;
    height: 41px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #1e90ef;
    background-color: #fff;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    color: #1e90ef
}

.Alipay-pop .overdue button:hover, .weChat-pop .overdue button:hover {
    background-color: #1e90ef;
    color: #fff
}

.weChat-pop > p {
    font-size: 12px;
    color: #d1d1d1
}

.Alipay-pop {
    margin: 0 auto;
    width: 401px;
    height: 501px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px
}

.Alipay-pop .title {
    color: #333;
    font-size: 22px;
    height: 45px;
    line-height: 45px
}

.Alipay-pop .money {
    color: #ff7429;
    font-size: 30px;
    height: 50px;
    line-height: 40px
}

.Alipay-pop .qr {
    margin: 0 auto 25px auto;
    width: 260px;
    height: 300px;
    border: 1px solid #d8dbde;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 0 30px
}

.Alipay-pop .overdue {
    height: 300px
}

.Alipay-pop .qr > div:nth-of-type(1) {
    margin-bottom: 30px
}

.Alipay-pop .qr > div:nth-of-type(1) img {
    width: 175px;
    height: 175px
}

.Alipay-pop .qr > div:nth-of-type(2) {
    margin: 0 auto;
    width: 175px;
    text-align: left;
    font-size: 14px;
    color: #8d8d8d;
    background: url(../images/scan_icon.png) 7px center no-repeat;
    background-size: 32px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 52px;
    line-height: 20px
}

.Alipay-pop > a {
    font-size: 14px;
    color: #108ee9
}

.Alipay-pop > a:hover {
    text-decoration: underline
}

.unionpay-pop {
    margin: 0 auto;
    width: 504px;
    height: 253px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.unionpay-pop .rp-close {
    top: 0;
    right: 2px
}

.unionpay-pop .title {
    height: 40px;
    width: 100%;
    background-color: #ececec;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #000;
    text-indent: 22px
}

.unionpay-pop .unionpay-pop-about {
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666
}

.unionpay-pop .unionpay-pop-about a {
    color: #2b77d6;
    margin-right: 14px;
    text-decoration: underline
}

.unionpay-pop .unionpay-pop-about p:nth-of-type(1) {
    color: #fb9f31;
    position: relative
}

.unionpay-pop .unionpay-pop-about p::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 22px;
    height: 22px;
    background: url(../images/pay_tip.png) center no-repeat;
    background-size: 22px
}

.unionpay-pop .unionpay-pop-about p:nth-of-type(2) {
    font-size: 12px;
    color: #989898;
    margin-bottom: 20px
}

.group-main {
    height: 45px;
    width: auto;
    position: relative
}

.clear-input {
    display: none;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    cursor: pointer;
    background: url(../images/clear-icon.png) center no-repeat;
    background-size: 15px
}

.group-left {
    float: left;
    width: 194px;
    height: 100%;
    text-align: right;
    line-height: 34px;
    font-size: 14px;
    color: #666
}

.group-code {
    display: block;
    float: left;
    height: 100%;
    width: 108px;
    background-color: #e5e5e5;
    outline: 0;
    text-align: center;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    margin-left: 6px;
    cursor: pointer
}

.group-code.gray {
    background-color: #999;
    font-size: 14px;
    color: #333
}

.group-right {
    float: right;
    width: 262px;
    height: 100%;
    text-align: left;
    line-height: 34px;
    font-size: 14px;
    color: #999
}

.g-input {
    height: 100%;
    width: 320px;
    font-size: 14px;
    color: #8d8d8d;
    text-indent: 42px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    float: left
}

.g-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #c3c3c3
}

.g-input:-ms-input-placeholder {
    font-size: 14px;
    color: #c3c3c3
}

.g-input::-ms-input-placeholder {
    font-size: 14px;
    color: #c3c3c3
}

.g-input::placeholder {
    font-size: 14px;
    color: #c3c3c3
}

.group-bottom-reminder {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    color: #a8a8a8;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px
}

.grout-captcha {
    height: 100%;
    float: right;
    width: 142px
}

.grout-captcha > img {
    display: block;
    width: 101px;
    height: 100%;
    float: left;
    cursor: pointer
}

.grout-captcha span {
    display: block;
    float: left;
    width: 41px;
    height: 100%;
    background: url(../images/refrech.png) center no-repeat;
    background-size: 29px 25px;
    cursor: pointer
}

.second-pwd-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    padding-top: 150px;
    z-index: 150;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.second-pwd-item {
    margin: 0 auto;
    width: 399px;
    height: 389px;
    background-color: #fff;
    border-radius: 6px;
    position: relative
}

.second-pwd-item1 {
    height: 266px
}

.second-pwd-item-title {
    height: 83px;
    text-align: center;
    font-size: 24px;
    color: #666;
    font-weight: 400
}

.second-pwd-item-title p {
    line-height: 80px
}

.second-pwd-item-close {
    display: block;
    background: 0 0;
    border: none;
    outline: 0;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 11px;
    cursor: pointer
}

.second-pwd-item-close img {
    width: 23px;
    height: 23px
}

.step_text {
    width: 322px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
    font-size: 14px;
    color: #a8a8a8
}

.step_text span {
    display: inline-block
}

.step_text span.blue {
    color: #4c9dfb
}

.step_text span:first-child + span {
    width: 196px
}

.second-pwd-item-content .tip {
    font-size: 14px;
    color: #666;
    height: 70px;
    line-height: 70px
}

.second-pwd-item-content .group-input {
    width: 342px;
    margin: 0 auto 12px auto
}

.second-pwd-item-content .group-main {
    height: 36px
}

.second-pwd-item-content .group-left {
    width: 94px
}

.second-pwd-item-content .group-left em {
    color: #fd9f31
}

.second-pwd-item-content .g-input {
    width: 242px;
    text-indent: 12px
}

.second-pwd-item-content .captcha .g-input {
    width: 135px
}

.second-pwd-item-content .captcha .grout-captcha {
    width: 99px;
    margin-right: 6px
}

.second-pwd-item-content .captcha .grout-captcha img {
    width: 99px
}

.second-pwd-item-content .captcha .clear-input {
    right: 108px
}

.second-pwd-item-content .group-bottom-reminder {
    padding-left: 84px;
    font-size: 12px;
    position: relative;
    left: 8px;
    height: 24px
}

.second-pwd-item-content .set_success_tip {
    height: 162px;
    line-height: 162px;
    font-size: 24px;
    color: #333
}

.second-pwd-item-content .set_success_tip img {
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin-right: 4px
}

.secondPwd-submit {
    margin: 0 auto;
    width: 342px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 94px;
    padding-top: 6px
}

.secondPwd-submit button {
    display: inline-block;
    outline: 0;
    border: none;
    background-color: #4c9dfb;
    color: #fff;
    width: 188px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 4px;
    cursor: pointer
}

.set_success .secondPwd-submit {
    padding: 0;
    text-align: center
}

.second-pwd .second-pwd-item-content .step_bg {
    margin-bottom: 25px
}

.loginBySecondPwd .second-pwd-item-title p {
    line-height: 60px
}

.second-pwd-item-content .second-login-tip {
    font-size: 14px;
    color: #666;
    margin-bottom: 23px
}

.loginBySecondPwd .second-pwd-item-content .group-input {
    width: 282px
}

.loginBySecondPwd .second-pwd-item-content .g-input {
    width: 282px
}

.loginBySecondPwd .secondPwd-submit {
    width: 282px;
    padding-left: 0
}

.loginBySecondPwd .secondPwd-submit button {
    display: inline-block;
    width: 131px;
    height: 41px;
    line-height: 41px
}

.loginBySecondPwd .secondPwd-submit .forget_second {
    margin-left: 20px;
    height: auto;
    width: auto;
    background: 0 0;
    font-size: 14px;
    color: #666;
    text-decoration: underline
}

.loginBySecondPwd .secondPwd-submit .forget_second:hover {
    color: #4c9dfb
}

.recharge-list li.pay-img-area {
    height: 60px;
    text-align: left;
    padding: 0;
    display: flex;
    min-width: 150px;
    line-height: 1.5;
    align-items: center;
    padding-right: 12px;
    padding-left: 4px;
    font-size: 14px;
    color: #424242;
    font-weight: bold;
}
.pay-img {
    height: 60px;
    vertical-align: top;
}
.pay-desc {
    background-color: #f6f6f6;
    color: #444;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
}