.index_modal_bg{
    width: 100%;
}
.modal_writing{
    position: fixed;
    z-index: 100000;
    width: 300px;
    background: url("../images/lg_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    background-color: #fef6f5;
    border: 1px #ffaa9e solid;
    border-radius: 15px;
    padding-bottom: 30px;
    box-shadow: 0 0 10px #dfdfdf;
    transition: transform 0.3s ease;
}

.modal_writing:hover {
    animation-play-state: paused;
}
.close_m{
    width: 94%;
    padding-top: 15px;
    text-align: right;
}
.close_m img{
    width: 15px;
}
.mtext{
    width: 92%;
    margin: 0 auto;
    color: #666;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    letter-spacing: 0;
}
.mtext h3{
    font-weight: normal;
    color: orangered;
    letter-spacing: 3px;
}
.end_time2{
    font-size: 18px;
}
.into_writing{
    width: 100%;
    text-align: center;
}
.into_writing p{
    font-size: 15px;
    line-height: 24px;
    color: #777;
    letter-spacing: 0;
}
.into_writing a{
    display: inline-block;
    width: 130px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    margin: 10px 1%;
    background-color: #fa6e46;
    text-decoration: none;
    padding: 0;
    box-shadow: none;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    .modal_writing{
        width: 240px;
        padding-bottom: 20px;
    }
    .close_m{
        padding-top: 10px;
    }
    .close_m img{
        width: 15px;
    }
    .mtext{
        line-height: 30px;
        font-size: 17px;
    }
    .end_time2{
        font-size: 14px;
    }
    .into_writing a{
        width: 60%;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        margin: 5px;
    }
}