#china-map {height: 700px;float: left}
#box{display:none;background-color: goldenrod;width: 180px;height: 30px;}
#box-title{display:block;}
#list{height: 700px;overflow-y:scroll;padding: 15px;border:1px solid gray}
.item{padding:10px;margin-bottom: 15px;}
.item .form-group{min-height: 20px;}
.item .form-group label{float: left;width: 25%}
.item .form-group span{width: 75%}
div#other {display: none;}
.feedback_table .fitem{position: relative;margin-bottom:20px}
.feedback_table .fitem .text{position:absolute;top:15px;left:10px;color:gray;}
.feedback_table .tofloat{width:33%;padding-right:3%;display: inline-block;vertical-align: top;}
.feedback_table input{height:50px;width:94.5%;padding:7px;}
.feedback_table textarea{padding-left:10px;padding-top:12px;width:94.5%;height:250px;}
.feedback_table .code{height:50px!important;width:150px!important;}
.feedback_table #new_code{height:50px;}
.feedback_table .tosubmint{margin:0 auto;margin-top:80px;width: 500px}
.feedback_table .orange{width:200px!important;background: #e6e6e6;border: none;color: #000;display: inline-block;margin:0 25px;}
.feedback_table .orange:hover {background: #205bab;color: #fff;}
.feedback_table img{vertical-align:top!important;}