#blackColor_liuzi {
        width: 100vw;
        height: 100vh;
        background: rgba(255,255,255,0.5);;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
	   z-index: 100;
    }

    .content_liuzi {
        width: 400px;
        height: 380px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 24px 0 0 0;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .title_liuzi {
        font-size: 24px;
        font-family: FZLTZHJW--GB1-0, FZLTZHJW--GB1;
        font-weight: normal;
        color: #333333;
        text-align: center;
        margin-bottom: 5px;
    }

    .pic_liuzi {
        width: 240px;
        height: 174px;
        margin: 0 auto;
        background: url('/tplresource/cms/www/taiping/img/v21/activity_Liuzi/index2.png') no-repeat;
        background-size: 100% 100%;
        margin-bottom: 5px;
    }

    .title1_liuzi {
        margin-bottom: 10px;
    }

    .title2_liuzi {
        margin-bottom: 30px;
    }

    .title1_liuzi,
    .title2_liuzi {
        font-size: 16px;
        font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
        font-weight: normal;
        color: #666666;
        line-height: 18px;
        text-align: center;
    }

    .btn_liuzi {
        width: 240px;
        height: 38px;
        background: url('/tplresource/cms/www/taiping/img/v21/activity_Liuzi/index3.png') no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
        text-align: center;
        line-height: 38px;
        color: #fff;
       cursor: pointer;
    }