@charset "utf-8";


html,body{ margin: 0px; padding: 0px; font-size: 16px;}
ul,li,ol,form{ list-style:none; margin:0px; padding:0px;}
a{ cursor: pointer; color:#333; text-decoration: none; }
a:hover{ text-decoration:none;}


.feedback-con{ clear: both; display: block; width: 100%;}

.feedback-con-li{ clear: both; display: block; width: 100%;}
.feedback-con-li li{ display: flex; height: 70px; align-items: center; }
.feedback-con-li li span{ width: 100px; margin-right: 15px;}
.feedback-con-li li strong{ display: flex; flex: 1;}
.feedback-con-li li input{ width: 100%; border: 1px solid #e3e3e3; height: 40px; line-height: 40px; font-size: 18px;}
.feedback-con-li li select{ width: 100%; border: 1px solid #e3e3e3; height: 40px; line-height: 40px; font-size: 18px;}


.feedback-con-btn{ clear: both; display: flex; width: 100%; height: 60px; align-items: center;}
.feedback-con-btn-txt{ width: 100px; margin-right: 15px;}
.feedback-con-btn-input{ width: 100px; margin-right: 10px;}
.feedback-con-btn-input input{ width: 100%; height: 40px; border: 1px solid #e3e3e3; font-size: 20px; text-align: center;}

.feedback-con-btn-img{ }
.feedback-con-btn-img img{ height: 40px; border: 0px;}

.feedback-con-btn-submit{ display: flex; margin-top: 40px; }
.feedback-con-btn-submit input{ display: flex; width: 100%; height: 50px; line-height: 50px; justify-content: center; background-color: #155bd4; color: #fff; font-size: 16px; border: none; cursor: pointer;  transition: all 0.5s;}
.feedback-con-btn-submit input:hover{ border-radius: 10px; transition: all 0.5s; font-size: 20px; }