.page-container {
    position: relative;
    width: 1200px;
    height: 2500px;
    margin: 0 auto
}

    .page-container .container-wrap {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1920px;
        height: 740px;
        margin-left: -960px;
        background: url(../imgs/tea_01.jpg) no-repeat 50%;
        background-size: cover
    }
    .page-container .container-wrap1 {
        position: absolute;
        top: 740px;
        left: 50%;
        width: 1920px;
        height: 850px;
        margin-left: -960px;
        background: url(../imgs/tea_02.jpg) no-repeat 50%;
        background-size: cover
    }
    .page-container .container-wrap2 {
        position: absolute;
        top: 1590px;
        left: 50%;
        width: 1920px;
        height: 940px;
        margin-left: -960px;
        background: url(../imgs/tea_03.jpg) no-repeat 50%;
        background-size: cover
    }
        .page-container .container-wrap2 .content-wrap {
            width: 1200px;
            height: 540px;
            margin: 0 auto
        }

        .page-container .container-wrap2 .form-wrap {
            width: 610px;
            height: 374px;
            /*background: url(../imgs/card-exchange/mask_bg.png) repeat;*/
            /*border-radius: 4px;*/
            margin: 600px auto 0;
            /*overflow: hidden*/
        }



        .page-container .container-wrap2 .form-body {
            width: 480px;
            margin: 52px auto 0
        }

            .page-container .container-wrap2 .form-body li {
                width: 100%;
                height: 40px;
                margin-bottom: 20px
            }

                .page-container .container-wrap2 .form-body li.card-number {
                }

                .page-container .container-wrap2 .form-body li.operate {
                    width: 350px;
                    height:40px;
                    margin-left: 130px;
                }

            .page-container .container-wrap2 .form-body .title {
                float: left;
                width: 120px;
                height: 40px;
                line-height: 40px;
                color: #505050;
                text-align: right;
                padding-right:10px;
            }
                .page-container .container-wrap2 .form-body .title font {
                  color:red
                }
            .page-container .container-wrap2 .form-body .content {
                float: right;
                width: 350px;
                height: 40px
            }

                .page-container .container-wrap2 .form-body .content input {
                    width: 308px;
                    height: 38px;
                    padding: 0 20px;
                    background-color: #fff;
                    border: 1px solid #d2d2d2;
                    border-radius: 2px;
                    line-height: 38px;
                    outline: none;
                    -webkit-appearance: none
                }

            .page-container .container-wrap2 .form-body .tips {
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #e33325
            }

            .page-container .container-wrap2 .form-body .btns {
                display: block;
                width: 170px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #000;
                background-color: #ffe400;
                border-radius: 20px;
                margin: 0 auto;
                font-size:14px;
                font-weight:bold
            }