.modal_bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.modal_writing{
    position: fixed;
    top: calc((100vh - 193px) / 2);
    left: calc((100% - 460px) / 2);
    z-index: 11;
    width: 460px;
    /*background: url("../images/tk_bg_default.png") no-repeat;*/
    /*background-size: 100% auto;*/
    background-color: #fff;
    border-radius: 15px;
    padding-bottom: 36px;
}
.close_m{
    width: 94%;
    padding-top: 20px;
    text-align: right;
}
.close_m img{
    width: 18px;
    padding: 5px;
    border-radius: 50%;
    background-color: #6c2209;
}
.mtext{
    width: 92%;
    margin: 0 auto;
    color: #666;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    /*padding-top: 188px;*/
}
.into_writing{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.into_writing p{
    font-size: 15px;
    line-height: 24px;
    color: #777;
    letter-spacing: 0;
}
.into_writing a{
    display: inline-block;
    width: 28%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
    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{
        position: fixed;
        top: calc((100vh - 147px) / 2);
        left:5%;
        z-index: 11;
        width: 90%;
        padding-bottom: 25px;
    }
    .close_m{
        padding-top: 15px;
    }
    .close_m img{
        width: 25px;
    }
    .mtext{
        color: #666;
        line-height: 30px;
        font-size: 17px;
        /*padding-top: 147px;*/
    }
    .into_writing{
        margin-top: 10px;
    }
    .into_writing p{
        font-size: 13px;
    }
    .into_writing a{
        width: 90px;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        margin: 5px;
    }
}