label {
    font-size: 16px;
    font-weight: bold;
}

.warning {
    width: 400px;
    height: 100px;
    margin-bottom: 30px;
    color: #FF0000;
    font-family: '微软雅黑';
}

textarea {
    font-size: 1.6rem;
    border-color: #cccccc;
    width: 100%;
}

.contact_info {
    float: right;
    position: absolute;
    color: #070954;
    font-weight: bold;
    font-size: 20px;
    right: 100px;
    bottom: 30px;
}

.contact_info p {
    line-height: 50px;
}