.lyjy_content {
    margin: 0 auto;
    height: 72vh;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.lyjy_bg {
    width: 5.2969rem/* 1017/192 */
    ;
    height: 3.349rem/* 643/192 */
    ;
    background: url('../img/lyjy/lyjy_01.png');
    background-size: 100% 100%;
    position: relative;
}

.lyjy_title {
    text-align: center;
    position: absolute;
    width: .75rem/* 144/192 */
    ;
    height: .1875rem/* 36/192 */
    ;
    font-size: .1875rem/* 36/192 */
    ;
    color: #fffefc;
    line-height: .4167rem/* 80/192 */
    ;
    left: 50%;
    transform: translateX(-50%);
}

.lyjy_submit {
    text-align: center;
    position: absolute;
    width: 1.3021rem/* 250/192 */
    ;
    height: .4688rem/* 90/192 */
    ;
    background: url('../img/lyjy/lyjy_02.png');
    background-size: 100% 100%;
    font-size: .1563rem/* 30/192 */
    ;
    color: #3d2323;
    line-height: .4063rem/* 78/192 */
    ;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}

.lyjy_idea {
    position: absolute;
    width: 80%;
    height: 70%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    border: none;
    resize: none;
    cursor: pointer;
    font-size: .0938rem/* 18/192 */
    ;
    outline: none;
}