.feedback{
    width: 1000px;
    margin: 0 auto;
	height:342px;
	}
.zx-form {
    height: auto;
    overflow: hidden;
    padding: 20px 50px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.zx-form .form-li {
    float: left;
    width: 370px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-li div {
    width: 370px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.zx-form .form-li div span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #cccccc;
    background: url(../images/feedback-icon.png) no-repeat center center;
}
.zx-form .form-li div span.icon-name {
    background-position: 0 0;
}
.zx-form .form-li div span.icon-add {
    background-position: 0 -38px;
}
.form-li div span.icon-tel {
    background-position: 0 -76px;
}
.zx-form .form-li div span.icon-code {
    background-position: 0 -114px;
}
.zx-form .form-li div input {
    float: left;
    width: 330px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.zx-form .form-li div input.yzm {
    width: 210px;
}
.zx-form .form-li div img {
    width: 100px;
    height: 40px;
    float: right;
}
.zx-form .form-message {
    float: right;
    width: 480px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-message p {
    width: 480px;
    height: 30px;
    color: #333333;
}
.zx-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 175px;
    box-sizing: border-box;
}
.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}
.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}
.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}
.form-btn button.reset {
    background-color: #999999;
}
