.msg-wrap {
    margin-top: 1.45rem;
}

.msg-title {
    font-size: .5rem;
    font-weight: 700;
}

.msg-egtitle {
    font-size: .19rem;
    color: #5aa967;
}

.name {
    width: 6.2rem;
    font-size: .32rem;
    margin-top: .5rem;
}

.name-submit {
    width: 6.2rem;
    height: .69rem;
    border: 1px solid #5aa967;
    border-radius: .05rem;
    padding: .15rem .2rem;
    margin-top: .13rem;
    font-size: .28rem;
    font-family: MicrosoftYaHei;

}
textarea {
    border: 1px solid #5aa967;
    width: 6.2rem;
    padding: .15rem .2rem;
    margin-top: .13rem;
    height: 1.74rem;
    border-radius: .05rem;
    font-family: MicrosoftYaHei;
    font-size: .28rem;
}
input::-webkit-input-placeholder {
    color: #666666;
}

textarea::-webkit-input-placeholder {
    color: #666666;
}



.submit {
    width: 6.2rem;
    height: .75rem;
    background-color: #5aa967;
    color: #ffffff;
    margin-top: .7rem;
    border-radius: .05rem;
    font-size: .32rem;
}