.page-title {
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.page-title span {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.product-pay-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.pay-type-tab {
    width: 100%;
    height: 82px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.pay-type-tab-item {
    width: 400px;
    height: 82px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.pay-type-tab-item-l {
    background: url(../img/pay_item_l.png) no-repeat;
    left: 0px;
    z-index: 100;
}

.pay-type-tab-item-l-s {
    background: url(../img/pay_item_l_s.png) no-repeat;
    left: 0px;
    z-index: 999;
    color: #3C2307;
}

.pay-type-tab-item-m {
    background: url(../img/pay_item_m.png) no-repeat;
    left: 390px;
    z-index: 90;
}

.pay-type-tab-item-m-s {
    background: url(../img/pay_item_m_s.png) no-repeat;
    left: 390px;
    z-index: 999;
    color: #3C2307;
}

.pay-type-tab-item-r {
    background: url(../img/pay_item_r.png) no-repeat;
    left: 780px;
    z-index: 80;
}

.pay-type-tab-item-r-s {
    background: url(../img/pay_item_r_s.png) no-repeat;
    left: 780px;
    z-index: 999;
    color: #3C2307;
}

.pay-type-tab-item-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pay-type-tab-item-name span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.pay-type-tab-item-name i.quick-tip {
    width: 52px;
    height: 22px;
    background: linear-gradient(90deg, #5386E8 0%, #3E31D6 100%);
    color: #FFFFFF;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pay-type-tab-item-name i.recommend-tip {
    width: 52px;
    height: 22px;
    background: linear-gradient(90deg, #E87753 0%, #D64231 100%);
    color: #FFFFFF;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pay-type-tab-item-desc {
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
}

.pay-type-tab-item-r-s .pay-type-tab-item-desc, .pay-type-tab-item-r-s .pay-type-tab-item-name span,
.pay-type-tab-item-l-s .pay-type-tab-item-desc, .pay-type-tab-item-l-s .pay-type-tab-item-name span,
.pay-type-tab-item-m-s .pay-type-tab-item-desc, .pay-type-tab-item-m-s .pay-type-tab-item-name span {
    color: #3C2307;
}


.pay-info-space {
    padding: 20px;
    width: 1160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #FFFFFF;
}

.pay-info-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.pay-info-item-moeny {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pay-info-item-product-info {
    width: 100%;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pay-info-item-product-info span.title {
    width: 80px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.pay-info-item-moeny .red {
    color: #DB4E3E;
}

.pay-info-item-moeny .hui {
    color: #666666;
    font-size: 14px;
}

.pay-info-item-title {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pay-info-item-title span {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.pay-info-item-infos {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.pay-info-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 93px;
    background: #F5F6FA;
    border-radius: 8px 8px 8px 8px;
}

.pay-info-item-info span {
    font-weight: bold;
}

.pay-info-item-info .money {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pay-info-item-info .money .red {
    color: #DB4E3E;
}

.pay-info-item-info .money .hui {
    color: #666666;
    font-size: 14px;
}

.pay-info-item-info i {
    display: none
}

.pay-info-item-info-year {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 62px;
    background: #F5F6FA;
    border-radius: 8px 8px 8px 8px;
}

.pay-info-item-info-year span {
    font-weight: bold;
}

.pay-info-item-info-year i {
    display: none
}

.pay-info-paytypes {
    padding: 10px;
    width: 1140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #F5F6FA;
    border-radius: 8px 8px 8px 8px;
}

.pay-info-paytype {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.pay-info-paytype-title {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pay-info-paytype-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.pay-info-paytype-info-qrcode {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.pay-info-item-info-select {
    background: #FFF2EE;
    box-shadow: 0px 0px 6px 1px rgba(170, 40, 0, 0.3);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DB4E3E;
    overflow: hidden;
    position: relative;

}

.pay-info-item-info-select i.bg {
    display: block;
    width: 50px;
    height: 50px;
    background: #DB4E3E;
    border: 1px solid #DB4E3E;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: -27px;
    right: -27px;
    position: absolute;
}

.pay-info-item-info-select i.s-img {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/pay-item-select.png") no-repeat;
    right: 3px;
    bottom: 3px;
    position: absolute;
    z-index: 1000;
}

.pay-info-paytype-info .pay-info-paytype-info-qrcode a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    background: #FFFFFF;
    color: #333333;
    font-size: 14px;
    border-radius: 4px 4px 4px 4px;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode {
    position: relative;
    margin-bottom: 10px;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 312px;
    height: 48px;
    background: #FFFFFF;
    color: #333333;
    font-size: 14px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}


.pay-info-paytype-info-qrcode a i {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}

.pay-info-paytype-info-qrcode a i.wechat_icon {
    background: url("../img/wechat_icon.png") no-repeat;
}

.pay-info-paytype-info-qrcode a i.zfb_icon {
    background: url("../img/zfb_icon.png") no-repeat;
}

.pay-info-paytype-info-bank {

}

.pay-info-paytype-info-bank-item {
    width: 213px;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    margin-bottom: 10px;
}

.bank_icon {
    width: 213px;
    height: 48px;
    display: flex;
}

.bank_icon126 {
    width: 126px;
    height: 24px;
    display: flex;
}

.bank_icbc {
    background: url(../img/bank_icbc.png) no-repeat center center;
}

.bank_chinabank {
    background: url(../img/bank_chinabank.png) no-repeat center center;
}

.bank_jianshe {
    background: url(../img/bank_jianshe.png) no-repeat center center;
}

.bank_nongye {
    background: url(../img/bank_nongye.png) no-repeat center center;
}

.bank_jiaotong {
    background: url(../img/bank_jiaotong.png) no-repeat center center;
}

.bank_pufa {
    background: url(../img/bank_pufa.png) no-repeat center center;
}

.bank_zhaoshang {
    background: url(../img/bank_zhaoshang.png) no-repeat center center;
}

.bank_guangda {
    background: url(../img/bank_guangda.png) no-repeat center center;
}

.bank_zhongxin {
    background: url(../img/bank_zhongxin.png) no-repeat center center;
}

.bank_guangfa {
    background: url(../img/bank_guangfa.png) no-repeat center center;
}

.bank_minsheng {
    background: url(../img/bank_minsheng.png) no-repeat center center;
}

.bank_xingye {
    background: url(../img/bank_xingye.png) no-repeat center center;
}

.bank_youzheng {
    background: url(../img/bank_youzheng.png) no-repeat center center;
}

.bank_beijing {
    background: url(../img/bank_beijing.png) no-repeat center center;
}


.pay-info-item-btn {
    padding: 30px 0;
}

.pay-info-item-btn a {
    width: 300px;
    height: 48px;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
    border-radius: 4px 4px 4px 4px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
}


.pay-info-paytype-desc {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pay-info-paytype-desc span {
    font-size: 14px;
}

.pay-info-paytype-desc span.colname {
    width: 90px;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.pay-info-paytype-desc span.colval {
    flex: 1;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pay-info-item-remitpay {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


.pay-info-item-map {
    width: 1160px;
    height: 450px;
    background: #C4C4C4;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pay-info-paytype-info .pay-info-paytype-info-qrcode .qrcode {
    width: 292px;
    height: 220px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 8px 8px 8px 8px;
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 58px;*/
}

.pay-info-paytype-info .pay-info-paytype-info-qrcode .qrcode .qrcode-title {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.pay-info-paytype-info .pay-info-paytype-info-qrcode .qrcode .qrcode-img {
    width: 150px;
    height: 150px;
}

.pay-info-paytype-info .pay-info-paytype-info-qrcode .qrcode .qrcode-img img {
    width: 150px;
    height: 150px;
}

.pay-info-paytype-info .pay-info-paytype-info-qrcode .qrcode .qrcode-desc {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.pay-info-paytype-info .pay-info-paytype-info-qrcode .qrcode .qrcode-btn {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pay-info-paytype-info .pay-info-paytype-info-qrcode .qrcode .qrcode-btn a {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    color: #2E54E3;
    padding: 0 5px
}


.pay-info-pay-qrcode-space {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode {
    width: 292px;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 8px 8px 8px 8px;
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 58px;*/
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode .qrcode-title {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode .qrcode-img {
    width: 256px;
    height: 256px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode .qrcode-img .qrcode-img-success {
    background: #EEEEEE;
    width: 200px;
    height: 150px;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode .qrcode-img .qrcode-img-success img {
    width: 40px;
    height: 40px;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode .qrcode-img .qrcode-img-success span {
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode .qrcode-desc {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode .qrcode-btn {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pay-info-pay-qrcode-space .pay-info-paytype-info-qrcode .qrcode .qrcode-btn a {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    color: #2E54E3;
    padding: 0 5px
}

.pay-info-pay-qrcode-space a i {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}

.pay-info-pay-qrcode-space a i.wechat_icon {
    background: url("../img/wechat_icon.png") no-repeat;
}

.pay-info-pay-qrcode-space a i.zfb_icon {
    background: url("../img/zfb_icon.png") no-repeat;
}

.pay-order-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pay-order-info .pay-info-item-product-info {
    flex: 1;
    height: 45px;
}

.pay-order-info-table {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pay-order-info-table .pay-info-item-product-info {
    flex: 1;
    height: 45px;
}

.pay-order-info-table-title {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #666666;
}

.pay-order-info-table-title .pay-info-item-product-info-title {
    flex: 1;
    height: 45px;
}

.pay-order-info-table-title .pay-info-item-product-info-title span {
    font-size: 16px;
    font-weight: bold;
}