::-webkit-input-placeholder {
    font-size: 14px;
}

::-moz-placeholder {
    font-size: 14px;
}

.content_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url("../img/message/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 2rem;
}

.content_list_item {
    width: 9.7rem;
    margin: 0.2rem auto;
}
.content_list_div{

    position: relative;
    margin:0 auto;
    width:10rem;
    text-align: center;
}
input[type="text"],
textarea {
    display: block;
    width: 8rem;
    border: none;
    border-radius: 4px;
    border: none;
    text-indent: 0.1rem;
    height: 1rem;
    background: #fafafa;
    margin:0 auto;
}

div textarea {
    margin: 0.2rem auto;
    height: 3rem;
}

button.check {
    background: #bb9a75;
    border: none;
    color: #fff;
    margin: .2rem auto;
    display: block;
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 4px;
}
.content_list>div{
    position: relative;
    margin-bottom: .7rem;
}
.content_list .Validform_checktip{
    position: absolute;
}
