 body {
        background: #fff;
    }

    .rz_banner {
        height: 500px;
        width: 100%;
        background: url(/uploads/image/cianewfree/banner.png) no-repeat center;
    }
.red{
    color:red;
}

.rz_banner .w1280 {
    padding-top: 78px;
    padding-left: 60px;
    color: #fff;
}

        .rz_banner .sign {
            padding-left: 430px;
            margin-top: 40px;
            font-size: 20px;
            color: #ffffff;
            line-height: 30px;
        }

        .rz_banner span {
            color: #f90;
        }

    .lh40 {
        line-height: 40px;
    }

    .rz_title {
        padding-top: 50px;
    }

        .rz_title span {
            width: 50px;
            height: 6px;
            background: #f90;
            margin: 20px auto 30px;
        }





    .bold {
        font-weight: bold;
    }

    mr40 {
        margin-right: 40px;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    p {
        margin: 0;
        padding: 0;
    }

    .userorder {
        margin-top: 30px;
        margin-bottom: 40px;
    }

        .userorder .usermember {
            width: 620px;
            height: 300px;
            background-color: #ffffff;
            border-radius: 20px;
            border: solid 1px #dbdbdb;
            transition: all .5s ease;
            margin: 0 auto;
        }

            .userorder .usermember:hover {
                box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
            }

    .usermember {
        padding: 60px 0 0 40px;
    }

    .userorder .fl {
        /* background: url(/uploads/image/cianewfree/usermember1.png) no-repeat right;
        background-position-y: -30px;
        float: none; */
    }
    .userorder .flnew {
        width: 1280px;
        height: 300px;
        background: url(/uploads/image/cianewfree/usermember2.jpg);
    }

        .userorder .fl i {
            background: url(/uploads/image/cianewfree/usermemberbg1.png) no-repeat right;
            background-size: cover;
        }

    .userorder .fr i {
        background: url(/uploads/image/cianewfree/usermemberbg2.png) no-repeat right;
        background-size: cover;
    }


    .userorder .fr {
        background: url(/uploads/image/cianewfree/usermember2.png) no-repeat right;
        background-position-y: -30px;
    }

    .usermember h3 {
        color: #333333;
        font-size: 36px;
        line-height: 35px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .usermember i {
        display: block;
        width: 140px;
        height: 34px;
        margin-bottom: 40px;
    }

    .usermember p {
        font-size: 20px;
        color: #333333;
        line-height: 40px;
    }

        .usermember p span {
            font-size: 30px;
            font-weight: bold;
            vertical-align: bottom;
            display: inline-block;
            margin: 0 10px;
        }

    .special {
          padding: 40px 0;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #dbdbdb;
    color: #333333;
    font-size: 20px;
    text-align: left;
    margin-top: 25px;
    padding-left: 50px;
    transition: all .5s ease;
    }
    .special p{line-height:42px;}
    .special:hover{
            box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    }
        .special span {
            font-size: 30px;
            display: inline-block;
            font-weight: bold;
            vertical-align: bottom;
            margin: 0 10px;
        }


    .information {
        padding-bottom: 70px;
    }

        .information li {
            background: #f8f3f0;
            border-radius: 20px;
            height: 100px;
            width: 100%;
            position: relative;
            color: #333333;
            overflow: hidden; transition: all .5s ease;
        }
        .information li:hover{ box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);}

            .information li p {
                float: left;
                display: inline-block;
                width: 600px;
                text-align: center;
                color: #333333;
                padding: 20px;
                background-color: #f0ece9;
                height: 100px;
                font-size: 20px;
            }

                .information li p b {
                    font-size: 24px;
                    color: #333333;
                    font-weight: bold;
                    display: block;
                }

            .information li span {
                float: left;
                display: inline-block;
                width: 340px;
                text-align: center;
                line-height: 100px;
                height: 100px;
            }

            .information li img {
                position: absolute;
                right: 0;
                width: 100px;
                height: 100px;
                bottom: -20px;
                right: -10px;
            }

    .attestation {
        text-align: center;
        display: inline-block;
    }

        .attestation a {
            display: inline-block;
            width: 200px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 4px;
            float: left;
            font-size: 20px;
        }

        .attestation .left {
            background-image: linear-gradient(-50deg, #ffb94e 0%, #ff9900 100%), linear-gradient( #ff9900, #ff9900);
            color: #fff;
            margin-right: 40px;
        }
        .attestation .left:hover{background:url(/uploads/image/cianewfree/attestationhover.png) no-repeat center;}

        .attestation .right:hover {
            background-image: linear-gradient(-50deg, #ffb94e 0%, #ff9900 100%), linear-gradient( #ff9900, #ff9900);
            color: #fff;
        }

        .attestation .right {
            background-color: #ffffff;
            border: solid 2px #ff9900;
            color: #f90;
            line-height: 48px;
            transition: all 0.3s ease;
        }

    .center {
        text-align: center;
    }

    .auto {
        margin: 0 auto;
    }

    .appear {
        background: #f8f9f9;
        padding: 60px 0;
    }

        .appear .appeartext {
            font-size: 32px;
            color: #333333;
            width: 620px;
            padding: 50px 50px 0 80px;
            height: 340px;
        }

            .appear .appeartext span {
            }

        .appear .attestation {
            opacity: 0;
            transition: all .5s ease;
        }

        .appear .clearfix:hover .attestation {
            opacity: 1;
        }

        .appear .appearimg {
            width: 620px;
            height: 340px;
            border-radius: 20px;
            overflow: hidden;
        }

            .appear .appearimg img {
                width: 100%;
                height: 100%;
            }

    .regulation {
        padding-top: 40px;
        padding-bottom: 70px;
    }

        .regulation ul {
            margin-top: 20px;
            margin-bottom: 40px;
        }

            .regulation ul li {
                font-size: 16px;
                color: #333333;
                line-height: 30px;
            }

    .epoch {
        background: url(/uploads/image/cianewfree/epoch.png) no-repeat center;
        background-size: cover;
        border-radius: 20px;
        color: #ffffff;
        height: 240px;
        width: 100%;
        text-align: center;
        padding-top: 70px;
        font-size: 36px;
    }