.form{
    margin:0 auto;
    background-color: #fec847;
    width:98%;
    text-align:center;
}
.content{
    width:92%;
    margin:0 auto;
}
.messtitle{
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
    line-height:36px;
}
.control{
    float: left;
    width: 48%;
    text-align:left;
    margin-right: 4%;
    margin-bottom:4%;
}
.control_label,.labels{
    font-size: 16px;
    color: #333333;
}
.control_label,.control input{
    display: inline-block;
    vertical-align: middle;
}
.control input{
    width:75%;
    padding:10px 10px;
    height:78%;
}
.labels,.mess textarea{
    display: inline-block;
    vertical-align: top;
}
.mess textarea{
    padding:10px 10px;
    width:88%;
    height:140px;
    resize: none;
}
.mess {
    text-align: left;
}
.blue2{
    padding: 0;
    height: auto;
    width: 200px;
    font-size: 18px;
    color: #000;
    line-height:40px;
    outline:0;
    border-radius:20px;
    border:0;
    margin: 20px  auto;
    background-color: #fef62f;

}
.blue2:hover{
    background:#d51131;
    color: #fff;
}

.messtitle{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: red;
}

.ss_form_group{
    padding-top: 1%;
   font-size:16px;
   text-align: center;
   
}
.ss_page_bannpic{
    width:100%;
  margin-bottom: 2%;
}
.ss-button{
  padding:0 10px;
  line-height:26px;
}
.ss_member_login_center{
  margin-bottom: 4%;
}