html, body {
    background: #fff;
}

.main_w1200 {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.new_top {
    overflow: hidden;
    background: #fff;
    padding: 10px 0 12px;
}

    .new_top a {
        font-size: 14px;
        display: inline-block;
        color: #787675;
        margin-top: 16px;
        margin-left: 20px;
    }

.banner {
    height: 506px;
    background: url(../images/background.png) no-repeat center;
    min-width: 1000px;
}

.right {
    min-width: 334px;
    min-height: 390px;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(29,32,35,0.2);
    border-radius: 6px;
    margin-top: 57px;
    right: 0;
    position: absolute;
    text-align: center;
}

    .right .sucess {
        display: none;
    }

        .right .erweim h5 {
            font-size: 20px;
            font-weight: 400;
            color: rgba(29,32,35,1);
            margin-top: 35px;
            margin-bottom: 35px;
            text-align: left;
        }

            .right .erweim h5 img {
                vertical-align: top;
                margin-top: 0;
                margin-right: 12px;
                margin-left: 30px;
            }

        .right .erweim #codepath {
            width: 198px;
            height: 198px;
            display: inline-block;
            border: 1px solid rgba(229,229,229,1);
            padding: 5px;
        }

    .right .erweim p {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: rgba(153,153,153,1);
        width: 262px;
        line-height: 22px;
        margin: 12px auto 0;
    }

            .right .erweim p b {
                font-size: 14px;
                font-weight: 400;
                color: #3488FF;
            }

    .right .sucess img.ssess {
        width: 70px;
        height: 70px;
        display: inline-block;
        margin-top: 48px;
        margin-bottom: 29px;
    }

    .right .sucess h5 {
        font-size: 20px;
        font-weight: 400;
        color: rgba(29,32,35,1);
    }

    .right .sucess p {
        font-size: 14px;
        font-weight: 400;
        color: rgba(153,153,153,1);
        margin-top: 19px;
    }

        .right .sucess p span {
            color: #F35A61;
        }

    .right .sucess ul {
        min-width: 273px;
        margin: 0px 15px;
        min-height: 80px;
        background: rgba(245,245,245,1);
        border: 1px solid rgba(229,229,229,1);
        border-radius: 6px;
        margin-top: 30px;
    }

        .right .sucess ul li {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            font-weight: 400;
            color: rgba(63,69,75,1);
            border-top: 1px solid rgba(229,229,229,1);
            text-align: left;
        }

            .right .sucess ul li:first-child {
                border-top: none;
            }

            .right .sucess ul li img {
                vertical-align: top;
                width: 19px;
                height: 15px;
                margin-left: 12px;
                margin-right: 8px;
                margin-top: 12px;
            }

.minks {
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

    .minks img {
        position: absolute;
        top: 50%;
        margin-top: -100px;
        left: 50%;
        margin-left: -100px;
        width:200px;
        height:200px;
    }
