@charset "utf-8";
/* CSS Document */
.feedback_info{background-color: #FFFFFF;margin-bottom: 50px;}
.feedback_content{float: left;width: 100%;margin-top: 10px;}
.feedback_info h1{text-align: center;margin: 0px;padding: 0px;color: #666666;line-height: 60px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #EEEEEE;font-weight: normal;font-size: 24px;}
.feedback_from{width: 600px;margin-top: 30px;margin-right: auto;margin-bottom: 0px;margin-left: auto;height: 500px;}
.feedback_from td{color: #666666;}
.feedback_textarea{width: 100%;height: 140px;resize: none;padding: 8px;border: 1px solid #d9d9d9;font-size: 14px;line-height: 24px;font-family: \5fae\8f6f\96c5\9ed1;margin-top: 10px;}
.feedback_email{width: 100%;padding: 8px;border: 1px solid #d9d9d9;font-size: 14px;line-height: 24px;margin-top: 10px;}
.feedback_submit{background-color: #00bb9c;height: 40px;width: 120px;color: #FFFFFF;font-family: "微软雅黑";font-size: 16px;cursor: pointer;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;margin-top: 30px;border-radius: 3px;-webkit-transition: background-color 0.3s linear;-moz-transition: background-color 0.3s linear;-o-transition: background-color 0.3s linear;transition: background-color 0.3s linear;outline: none;}
.feedback_submit:hover{background-color: #ff4351;}
