@charset "gb2312";
/* CSS Document */
@import url(../../common.css);
@import url(../../top.css);
@import url(footer.css);
@import url(left_head.css);

.cf_ban {
    background: url(../../../images/web/wealth/cf_banner.jpg) no-repeat scroll center top;
    height: 530px;
}

.cf_bbox {
    width: 1190px;
    margin: 0 auto;
}

    .cf_bbox ul {
        width: 311px;
        height: 272px;
        background: url(../../../images/web/wealth/cf_bg.png) no-repeat;
        margin-top: 120px;
    }

        .cf_bbox ul li {
            width: 300px;
            height: 130px;
            background: #fff;
            margin: 5px 0px 0px 5px;
            border-bottom: 1px solid #cccccc;
        }

            .cf_bbox ul li p {
                width: 245px;
                margin: 35px 0 0 42px;
                transition: margin-right 0.5s ease;
                -webkit-transition: margin-left 0.5s ease;
                -moz-transition: margin-left 0.5s ease;
                -o-transition: margin-left 0.5s ease;
                _margin: 35px 0 0 20px;
            }

            .cf_bbox ul li:hover {
                filter: alpha(opacity=90);
                -moz-opacity: 0.9;
                -khtml-opacity: 0.9;
                opacity: 0.9;
                -webkit-box-shadow: inset 0 0 10px #CCC;
                -moz-box-shadow: inset 0 0 10px #CCC;
                box-shadow: inset 0 0 10px #CCC;
            }

    .cf_bbox li:hover p {
        margin: 35px 0 0 32px;
    }

    .cf_bbox li a:hover {
        color: #333333;
        text-decoration: none;
    }

    .cf_bbox ul li p span {
        color: #ffc400;
        font-size: 20px;
        line-height: 30px;
    }

    .cf_bbox ul li img {
        margin-right: 35px;
        margin-top: -10px;
    }

.cf_six {
    width: 1190px;
    margin: 0 auto;
}

    .cf_six h2 {
        width: 1190px;
        height: 160px;
        line-height: 160px;
        text-align: center;
        font-size: 26px;
        font-weight: normal;
        padding-top: 40px;
    }

    .cf_six ul li {
        width: 130px;
        height: 320px;
        float: left;
        text-align: center;
        margin-right: 65px;
    }

        .cf_six ul li a:hover {
            text-decoration: none;
            color: #333333;
        }

        .cf_six ul li em {
            width: 130px;
            height: 150px;
            display: block;
            background: url(../../../images/web/wealth/cf_nav.jpg) no-repeat;
            margin-bottom: 20px;
        }

            .cf_six ul li em.cf01 {
                background-position: -28px -19px;
            }

                .cf_six ul li em.cf01:hover {
                    background-position: -28px -182px;
                    transition: background 0.2s ease 0s;
                }

            .cf_six ul li em.cf02 {
                background-position: -218px -19px;
                transition: background 0.2s ease 0s;
            }

                .cf_six ul li em.cf02:hover {
                    background-position: -218px -182px;
                }

            .cf_six ul li em.cf03 {
                background-position: -409px -19px;
                transition: background 0.2s ease 0s;
            }

                .cf_six ul li em.cf03:hover {
                    background-position: -409px -182px;
                }

            .cf_six ul li em.cf04 {
                background-position: -597px -19px;
                transition: background 0.2s ease 0s;
            }

                .cf_six ul li em.cf04:hover {
                    background-position: -597px -182px;
                }

            .cf_six ul li em.cf05 {
                background-position: -787px -19px;
                transition: background 0.2s ease 0s;
            }

                .cf_six ul li em.cf05:hover {
                    background-position: -787px -182px;
                }

            .cf_six ul li em.cf06 {
                background-position: -976px -19px;
                transition: background 0.2s ease 0s;
            }

                .cf_six ul li em.cf06:hover {
                    background-position: -976px -182px;
                }

        .cf_six ul li p {
            color: #a9a9a9;
        }

            .cf_six ul li p span {
                font-size: 18px;
                line-height: 36px;
                color: #333333;
            }

.ser_seven {
    background: rgba(0, 0, 0, 0) url("../../../images/web/wealth/ser_bg.jpg") no-repeat scroll center top;
    height: 883px;
    margin-top: 80px;
}

    .ser_seven .ser_sbox {
        background: url(../../../images/web/wealth/xiangmu.png) no-repeat scroll center top;
        width: 1190px;
        margin: 0 auto;
        position: relative;
        height: 800px;
    }

        .ser_seven .ser_sbox ul li {
            width: 98px;
            height: 140px;
            text-align: center;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-property: -webkit-transform;
            transition-property: transform;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        }

            .ser_seven .ser_sbox ul li:hover {
                -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                transform: translateY(-5px);
            }

            .ser_seven .ser_sbox ul li em {
                width: 90px;
                height: 80px;
                display: block;
                background: url(../../../images/web/wealth/seven.png) no-repeat;
            }

            .ser_seven .ser_sbox ul li.dw {
                top: 100px;
                left: 550px;
                position: absolute;
            }

                .ser_seven .ser_sbox ul li.dw em {
                    background-position: -5px -6px;
                }

                .ser_seven .ser_sbox ul li.dw p {
                    font-size: 16px;
                    color: #fec300;
                    height: 34px;
                    line-height: 34px;
                }

                .ser_seven .ser_sbox ul li.dw a {
                    width: 90px;
                    height: 30px;
                    line-height: 30px;
                    background-color: #ffc400;
                    text-align: center;
                    display: inline-block;
                    border-radius: 2px;
                    color: #ffffff;
                }

            .ser_seven .ser_sbox ul li.yz {
                top: 200px;
                left: 800px;
                position: absolute;
            }

                .ser_seven .ser_sbox ul li.yz em {
                    background-position: -5px -112px;
                }

                .ser_seven .ser_sbox ul li.yz p {
                    font-size: 16px;
                    color: #aab6c1;
                    height: 34px;
                    line-height: 34px;
                }

                .ser_seven .ser_sbox ul li.yz a {
                    width: 90px;
                    height: 30px;
                    line-height: 30px;
                    background-color: #aab6c1;
                    text-align: center;
                    display: inline-block;
                    border-radius: 2px;
                    color: #ffffff;
                }

            .ser_seven .ser_sbox ul li.zs {
                top: 415px;
                left: 850px;
                position: absolute;
            }

                .ser_seven .ser_sbox ul li.zs em {
                    background-position: -5px -213px;
                }

                .ser_seven .ser_sbox ul li.zs p {
                    font-size: 16px;
                    color: #cd71fe;
                    height: 34px;
                    line-height: 34px;
                }

                .ser_seven .ser_sbox ul li.zs a {
                    width: 90px;
                    height: 30px;
                    line-height: 30px;
                    background-color: #cd71fe;
                    text-align: center;
                    display: inline-block;
                    border-radius: 2px;
                    color: #ffffff;
                }

            .ser_seven .ser_sbox ul li.cft {
                top: 609px;
                left: 658px;
                position: absolute;
            }

                .ser_seven .ser_sbox ul li.cft em {
                    background-position: -5px -321px;
                }

                .ser_seven .ser_sbox ul li.cft p {
                    font-size: 16px;
                    color: #3399ff;
                    height: 34px;
                    line-height: 34px;
                }

                .ser_seven .ser_sbox ul li.cft a {
                    width: 90px;
                    height: 30px;
                    line-height: 30px;
                    background-color: #3399ff;
                    text-align: center;
                    display: inline-block;
                    border-radius: 2px;
                    color: #ffffff;
                }

            .ser_seven .ser_sbox ul li.zfb {
                top: 610px;
                left: 424px;
                position: absolute;
            }

                .ser_seven .ser_sbox ul li.zfb em {
                    background-position: -120px -18px;
                }

                .ser_seven .ser_sbox ul li.zfb p {
                    font-size: 16px;
                    color: #5960d6;
                    height: 34px;
                    line-height: 34px;
                }

                .ser_seven .ser_sbox ul li.zfb a {
                    width: 90px;
                    height: 30px;
                    line-height: 30px;
                    background-color: #5960d6;
                    text-align: center;
                    display: inline-block;
                    border-radius: 2px;
                    color: #ffffff;
                }

            .ser_seven .ser_sbox ul li.vip {
                top: 415px;
                left: 249px;
                position: absolute;
            }

                .ser_seven .ser_sbox ul li.vip em {
                    background-position: -122px -108px;
                }

                .ser_seven .ser_sbox ul li.vip p {
                    font-size: 16px;
                    color: #ac5dff;
                    height: 34px;
                    line-height: 34px;
                }

                .ser_seven .ser_sbox ul li.vip a {
                    width: 90px;
                    height: 30px;
                    line-height: 30px;
                    background-color: #ac5dff;
                    text-align: center;
                    display: inline-block;
                    border-radius: 2px;
                    color: #ffffff;
                }

            .ser_seven .ser_sbox ul li.jz {
                top: 208px;
                left: 285px;
                position: absolute;
            }

                .ser_seven .ser_sbox ul li.jz em {
                    background-position: -122px -217px;
                }

                .ser_seven .ser_sbox ul li.jz p {
                    font-size: 16px;
                    color: #ffd101;
                    height: 34px;
                    line-height: 34px;
                }

                .ser_seven .ser_sbox ul li.jz a {
                    width: 90px;
                    height: 30px;
                    line-height: 30px;
                    background-color: #ffd101;
                    text-align: center;
                    display: inline-block;
                    border-radius: 2px;
                    color: #ffffff;
                }

.zh_ser {
    width: 1190px;
    margin: 0 auto;
    margin-bottom: 120px;
    margin-top: 70px;
    height: 370px;
}

    .zh_ser h2 {
        width: 1190px;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

    .zh_ser ul li {
        background: url(../../../images/web/wealth/zz_bg.jpg) no-repeat;
        width: 278px;
        height: 257px;
        float: left;
        margin-right: 12px;
        text-align: center;
        border-bottom: 3px solid #ffc400;
    }

        .zh_ser ul li:hover {
            border-bottom: 7px solid #ffc400;
        }

        .zh_ser ul li a {
            text-decoration: none;
            color: #333333;
        }

        .zh_ser ul li em {
            width: 96px;
            height: 115px;
            margin: 0 auto;
            display: block;
            background: url(../../../images/web/wealth/gold_zw.png) no-repeat;
            margin-top: 45px;
        }

            .zh_ser ul li em.in_gdpm {
                background: url(../../../images/web/wealth/gdpm.png) no-repeat;
            }

            .zh_ser ul li em.in_hjwp {
                background: url(../../../images/web/wealth/hjwp.png) no-repeat;
            }

            .zh_ser ul li em.in_ggfw {
                background: url(../../../images/web/wealth/ggfw.png) no-repeat;
            }
/* ------------------------------------------------------- *
 * foot
 * ------------------------------------------------------- */
.fwzs {
    background: #fff url(../images/db.png) no-repeat center;
    height: 190px;
}

    .fwzs ul li {
        float: left;
        line-height: 24px;
    }

        .fwzs ul li a {
            color: #464646;
            width: 112px;
            padding: 67px 122px 58px 20px;
            display: inline-block;
        }

            .fwzs ul li a:hover {
                text-decoration: none;
                color: #464646;
            }

        .fwzs ul li.last {
            width: 135px;
            margin-right: 100px;
            display: inline;
        }
/*支付方式*/
.payment {
    width: 1190px;
    margin: 0 auto;
    margin-top: 20px;
}

    .payment ul li {
        width: 563px;
        height: 120px;
        float: left;
        background-color: #ffffff;
        margin-top: 15px;
        padding-top: 40px;
        margin-left: 20px;
    }

        .payment ul li img {
            margin-top: 18px;
            margin-left: 30px;
            margin-right: 40px;
            margin-bottom: 20px;
        }

        .payment ul li p {
            width: 240px;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
        }

.paycode {
    width: 1190px;
    height: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

.pay_code {
    width: 1150px;
    margin-left: 20px;
    height: 160px;
    background-color: #ffffff;
}

    .pay_code p {
        width: 400px;
        height: 30px;
        line-height: 30px;
        float: left;
        margin-top: 70px;
    }

    .pay_code img {
    }

        .pay_code img.code_img {
            margin-right: 35px;
            margin-top: 30px;
        }

.pay_zhi {
    width: 1148px;
    margin: 0 auto;
    height: 150px;
    background: url(../../../images/web/wealth/pay_zbg.jpg) repeat-x;
    margin-top: 20px;
}

    .pay_zhi ul li {
        width: 285px;
        float: left;
        text-align: center;
    }

        .pay_zhi ul li:hover span {
            background: url(../../../images/web/wealth/zhi_on.png) no-repeat;
        }

        .pay_zhi ul li a:hover {
            text-decoration: none;
            color: #333333;
        }

        .pay_zhi ul li span {
            width: 74px;
            height: 74px;
            background: url(../../../images/web/wealth/zzhi.png) no-repeat;
            display: block;
            margin: 0 auto;
            color: #ffffff;
            padding-bottom: 10px;
            position: relative;
        }

            .pay_zhi ul li span em {
                width: 32px;
                display: inline-block;
                padding-top: 17px;
                font-size: 16px;
            }

/*未注册*/
.con_login {
    width: 1188px;
    margin: 0 auto;
    margin-top: 20px;
    background: url(../../../images/web/wealth/pay_bg.jpg) center top no-repeat;
    border: 1px solid #e2e2e2;
    margin-bottom: 40px;
}

.con_pbox {
    width: 1188px;
    margin: 0 auto;
    margin-top: 20px;
    background: url(../../../images/web/wealth/pay_bg.jpg) center top no-repeat;
    border: 1px solid #e2e2e2;
    margin-bottom: 40px;
}

.cf_left {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-top: 30px;
}

.cf_ltop {
    width: 630px;
    height: 70px;
    line-height: 70px;
}

    .cf_ltop p {
        font-size: 22px;
    }

        .cf_ltop p span {
            padding-left: 5px;
            color: #3798ff;
            font-size: 12px;
        }

            .cf_ltop p span a {
                color: #3798ff;
            }

.cf_lbox ul li {
    width: 660px;
    margin-top: 15px;
}

    .cf_lbox ul li label {
        height: 35px;
        line-height: 35px;
        width: 100px;
        display: block;
        text-align: right;
        float: left;
    }

    .cf_lbox ul li p {
        width: 300px;
        height: 35px;
        line-height: 35px;
        display: block;
    }

    .cf_lbox ul li input {
        border: 1px solid #e2e2e2;
    }

    .cf_lbox ul li span {
        color: #eb5706;
        display: inline-block;
        font-size: 12px;
        height: 35px;
        line-height: 14px;
        padding-left: 10px;
        width: 250px;
    }

    .cf_lbox ul li.cf_radio input {
        margin-left: 15px;
        margin-top: 13px;
        _margin-top: 10px;
    }

    .cf_lbox ul li.cf_input input {
        width: 257px;
        height: 35px;
        padding-left: 5px;
        margin-left: 10px;
    }

    .cf_lbox ul li select {
        width: 128px;
        height: 35px;
        line-height: 35px;
        margin-left: 10px;
    }

.click_get {
    width: 118px;
    height: 35px;
    line-height: 35px;
    background: url(../../../images/web/wealth/btn_bg.jpg) repeat-x;
    margin-left: 10px;
    font-size: 3px;
}

.jyms {
    width: 118px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    margin-left: 10px;
}

.click_gets {
    width: 125px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 3px;
}

.cf_lbox ul li.other {
    margin-top: 0px;
    font-size: 14px;
    line-height: 35px;
}

    .cf_lbox ul li.other a {
        color: #3798ff;
    }

.cf_lbox ul li.others input {
    width: 257px;
    height: 40px;
    line-height: 40px;
    background: #eb5706;
    color: #ffffff;
}

.cf_rbox {
    width: 400px;
    margin-right: 40px;
    margin-top: 70px;
}

.cf_rbtop {
    width: 400px;
    height: 257px;
    background-color: #f8f8f8;
}

    .cf_rbtop h2 {
        width: 310px;
        height: 40px;
        line-height: 40px;
        margin-left: 40px;
        font-weight: normal;
        padding-top: 20px;
    }

    .cf_rbtop p {
        width: 310px;
        line-height: 26px;
        margin-left: 40px;
        font-size: 16px;
    }

        .cf_rbtop p span {
            font-size: 28px;
            color: #ff6633;
            line-height: 40px;
        }

        .cf_rbtop p em {
            width: 310px;
            text-align: right;
            display: inline-block;
        }

.cf_rbbot {
    margin-top: 20px;
    margin-left: 8px;
}

    .cf_rbbot ul li {
        float: left;
        margin-left: 10;
        margin-left: -1px;
    }


/*服务类型*/
.zhi_ban {
    background: url(../../../images/web/wealth/zhi_ban.jpg) no-repeat scroll center top;
}

.zhi_bbox {
    width: 1190px;
    height: 280px;
    margin: 0 auto;
}

    .zhi_bbox ul li {
        width: 170px;
        height: 173px;
        float: left;
        background: url(../../../images/web/wealth/zhi_bimg.png) no-repeat;
        margin-top: 56px;
        margin-left: 98px;
        padding-top: 50px;
        text-align: center;
    }

        .zhi_bbox ul li:hover {
            background: url(../../../images/web/wealth/hover.png) no-repeat;
        }

        .zhi_bbox ul li span {
            color: #ffffff;
        }

        .zhi_bbox ul li p {
            width: 108px;
            margin: 0 auto;
            text-align: center;
            color: #ffffff;
        }

        .zhi_bbox ul li a {
            text-decoration: none;
        }

.cf_type {
    margin-bottom: 60px;
    width: 1180px;
    border: 1px solid #e2e2e2;
    margin: 0 auto;
    margin-top: 20px;
}

.cf_tytop {
    width: 630px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
}

    .cf_tytop p {
        font-size: 22px;
    }

        .cf_tytop p span {
            padding-left: 5px;
            color: #3798ff;
            font-size: 12px;
        }

.cf_tybox {
    width: 770px;
    margin: 0 auto;
}

    .cf_tybox ul li {
        width: 660px;
        margin-top: 15px;
    }

        .cf_tybox ul li label {
            height: 35px;
            line-height: 35px;
            width: 100px;
            display: block;
            text-align: right;
            float: left;
        }

        .cf_tybox ul li p {
            width: 260px;
            display: block;
            height: 35px;
            line-height: 35px;
            float: left;
        }

            .cf_tybox ul li p a {
                color: #3798ff;
                padding-left: 10px;
            }

        .cf_tybox ul li input {
            border: 1px solid #e2e2e2;
            font-family: "Microsoft yahei";
            color: #888888;
        }

        .cf_tybox ul li span {
            font-size: 12px;
            color: #eb5706;
            padding-left: 10px;
            width: 200px;
            display: inline-block;
            line-height: 14px;
        }

        .cf_tybox ul li.cf_radio input {
            margin-left: 15px;
            margin-top: 13px;
            _margin-top: 10px;
        }

        .cf_tybox ul li.cf_input input {
            width: 257px;
            height: 35px;
            padding-left: 5px;
            margin-left: 10px;
        }

        .cf_tybox ul li select {
            width: 128px;
            height: 35px;
            line-height: 35px;
            margin-left: 10px;
            font-family: "Microsoft yahei";
        }

.cf_tybot {
    width: 1180px;
    height: 135px;
    background-color: #f8f8f8;
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
}

.cf_tybbom {
    text-align: center;
    margin-top: 30px;
}

.cf_tybot input {
    width: 257px;
    height: 40px;
    line-height: 40px;
    background-color: #eb5706;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft yahei";
}

.cf_tybot p {
    line-height: 40px;
    font-size: 12px;
}

/*************************企业商铺***********************/
.shop_ban {
    background: url(../../../images/web/wealth/bannre_shop.jpg) no-repeat scroll center top;
    height: 530px;
}

.sb_box {
    width: 1190px;
    margin: 0 auto;
    padding-top: 356px;
}

    .sb_box p a {
        width: 250px;
        height: 50px;
        line-height: 50px;
        background-color: #ffc400;
        text-align: center;
        margin-left: 605px;
        background: url(../../../images/web/wealth/shop_kt.jpg) no-repeat;
        display: block;
    }

    .sb_box p a {
        color: #ffffff;
    }

.location {
    width: 100%;
}

    .location .loc_tit {
        width: 1190px;
        height: 123px;
        margin: 0 auto;
        text-align: center;
        margin-top: 60px;
    }

        .location .loc_tit p {
            line-height: 30px;
            font-size: 35px;
            color: #000;
            font-weight: bold;
        }

            .location .loc_tit p span {
                color: #ffc400;
            }

            .location .loc_tit p em {
                color: #cccccc;
                font-size: 12px;
                font-weight: normal;
            }

    .location .lccs_top {
        background: url(../../../images/web/wealth/location_top.jpg) no-repeat scroll center top;
        height: 500px;
    }

    .location .lccs_cen {
        background: url(../../../images/web/wealth/shop_cen.jpg) no-repeat scroll center top;
        height: 447px;
    }

    .location .lccs_bom {
        background: url(../../../images/web/wealth/shop_bom.jpg) no-repeat scroll center top;
        height: 238px;
    }

        .location .lccs_bom .lccs_bbox {
            width: 1190px;
            margin: 0 auto;
        }

            .location .lccs_bom .lccs_bbox img {
                margin-left: 345px;
                margin-top: 30px;
            }

.proce_tit {
    width: 1190px;
    height: 123px;
    margin: 0 auto;
    text-align: center;
    padding-top: 66px;
}

    .proce_tit p {
        line-height: 30px;
        font-size: 35px;
        color: #ffffff;
        font-weight: bold;
    }

.procesd {
    background: url(../../../images/web/wealth/shop_new.jpg) no-repeat scroll center top;
    height: 612px;
    margin-top: 95px;
}

    .procesd .proce_tit p span {
        color: #ffc400;
    }

    .procesd .proce_tit p em {
        color: #cccccc;
        font-size: 12px;
        font-weight: normal;
    }

    .procesd .proce_img {
        width: 1190px;
        margin: 0 auto;
    }

.pro_ques {
    width: 1190px;
    margin: 0 auto;
}
/*********支付方式*************/
.pay_code img {
    margin-top: 56px;
    margin-left: 20px;
    margin-right: 20px;
}

.payleft {
    width: 500px;
    height: 180px;
}

    .payleft span.code_img {
        width: 110px;
        height: 110px;
        display: inline-block;
        float: left;
    }

        .payleft span.code_img img {
            margin-top: 20px;
            margin-left: 0px;
            margin-right: 10px;
        }

    .payleft p {
        width: 150px;
        height: 30px;
        display: inline-block;
        margin-top: 30px;
        float: left;
        margin-left: 20px;
        margin-top: 40px
    }

        .payleft p span {
            display: inline-block;
        }

            .payleft p span.blue {
                color: #00a9ee;
                font-size: 18px;
            }

            .payleft p span.red {
                color: #fd6f01;
            }

.payright {
    width: 530px;
    height: 180px;
}

    .payright span.code_img {
        width: 110px;
        height: 110px;
        display: inline-block;
        float: left;
    }

        .payright span.code_img img {
            margin-top: 20px;
            margin-left: 0px;
            margin-right: 10px;
        }

    .payright p {
        width: 150px;
        height: 30px;
        display: inline-block;
        margin-top: 30px;
        float: left;
        margin-left: 20px;
        margin-top: 40px
    }

        .payright p span {
            display: inline-block;
        }

            .payright p span.blue {
                color: #109522;
                font-size: 18px;
            }

            .payright p span.red {
                color: #fd6f01;
            }

.paystyle-box {
    width: 1150px;
    padding: 35px 20px 20px;
    height: 145px;
    margin: 20px auto 0;
    background-color: #fff;
}

    .paystyle-box .item {
        float: left;
        width: 33.33%;
    }

        .paystyle-box .item .right {
            padding: 10px 10px 0;
        }

            .paystyle-box .item .right .img {
                margin-bottom: 15px;
            }

            .paystyle-box .item .right .tit {
                margin-bottom: 5px;
                font-size: 18px;
            }

            .paystyle-box .item .right .desc {
                font-size: 14px;
                color: #ff720a
            }

    .paystyle-box .alipay .right .tit {
        color: #1977fb
    }

    .paystyle-box .wechat .right .tit {
        color: #2bad43
    }

    .paystyle-box .jiayiyin .right .tit {
        color: #f84a49
    }
