@charset "utf-8";
/*写信表单*/
.sq-bd {
  /*友情提示*/
  /*信件编码*/
  /*边框*/
}
.sq-bd .tnm {
  font-weight: bold;
}
.sq-bd .notices {
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
  padding: 16px;
}
.sq-bd .notices p {
  line-height: 32px;
  font-size: 16px;
  text-indent: 0;
}
.sq-bd .result_div {
  padding: 3em 0;
  display: none;
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0 25% auto;
}
.sq-bd .bor_red {
  color: #ff0000;
}
.sq-bd #sq_code,
.sq-bd #sq_query_code {
  color: #ff0000;
}
.sq-bd .sq_table div {
  border: 1px solid #e1e1e1;
  border-left: none;
  border-top: none;
  line-height: 40px;
  padding: 0 8px;
}
.sq-bd .sq_table div div p {
  line-height: 30px;
}
.sq-bd .sq_table div:nth-child(1),
.sq-bd .sq_table div:nth-child(2),
.sq-bd .sq_table div:nth-child(3),
.sq-bd .sq_table div:nth-child(4) {
  border-top: 1px solid #e1e1e1;
}
.sq-bd .sq_table div:nth-child(4n+1) {
  border-left: 1px solid #e1e1e1;
}
.sq-bd .sq_table div:nth-child(11) {
  border-left: 1px solid #e1e1e1;
}
.sq-bd .submit {
  text-align: center;
  height: 40px;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
}
.sq-bd .refresh {
  background: #225c9f;
  color: #ffffff;
  line-height: 38px;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
  width: 80px;
  text-align: center;
}
.sq-bd #closejg {
  margin: 0 auto;
  display: block;
}
.sq-bd #results {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
.sq-bd #sqimg,
.sq-bd #img {
  cursor: pointer;
}
/*调查*/
.survey {
  height: auto;
  overflow: hidden;
  /*标题*/
  /*时间区域*/
  /*调查描述*/
  /* 图形化结构 */
  /*留言*/
}
.survey .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
.survey .interval {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.survey .desc {
  line-height: 36px;
  font-size: 16px;
  color: #000333;
}
.survey .desc p {
  text-indent: 2em;
}
.survey .survey-box {
  /*内容区域*/
  padding: 10px 0;
  overflow: hidden;
  height: auto;
  /*标题*/
  /*序号*/
  /*必填*/
}
.survey .survey-box .sort-title {
  padding: 4px;
  clear: both;
  font-size: 16px;
  line-height: 1.75;
}
.survey .survey-box .sort-num {
  display: inline-block;
  float: left;
  line-height: 1.75;
}
.survey .survey-box .sort-warn {
  color: #ff0000;
  font-weight: bold;
  padding-left: 8px;
}
.survey .survey-box .sort-items {
  padding: 10px;
  clear: both;
  overflow: hidden;
  /*详细选项*/
  /*上传*/
  /*量表题*/
}
.survey .survey-box .sort-items ul li {
  line-height: 1.75;
  font-size: 16px;
  overflow: hidden;
}
.survey .survey-box .sort-items ul li span {
  padding-left: 8px;
  float: left;
}
.survey .survey-box .sort-items ul li input {
  margin: 6px 0;
  line-height: 40px;
  border: solid 1px #d1d1d1;
  text-indent: 10px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  float: left;
}
.survey .survey-box .sort-items ul li .qt {
  float: left;
  line-height: 32px;
}
.survey .survey-box .sort-items ul li .qt-radio,
.survey .survey-box .sort-items ul li .qt-checkbox {
  outline: none;
  width: 200px;
  height: 32px;
  margin: 0;
  border: none;
  border-bottom: solid 1px #d1d1d1;
}
.survey .survey-box .sort-items select {
  line-height: 36px;
  height: 36px;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 16px;
}
.survey .survey-box .sort-items textarea {
  width: 100%;
  border-radius: 4px;
  line-height: 32px;
  text-indent: 8px;
  font-size: 16px;
  border: 1px solid #d1d1d1;
}
.survey .survey-box .sort-items table {
  width: 95%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.survey .survey-box .sort-items table th {
  padding: 0 1em;
}
.survey .survey-box .sort-items table tr {
  line-height: 36px;
}
.survey .survey-box .sort-items table tr td {
  font-size: 16px;
  padding: 0 1em;
}
.survey .survey-box .sort-items .file-input {
  width: 300px;
  line-height: 36px;
  border: solid 1px #d1d1d1;
  float: left;
  border-radius: 4px 0 0 4px;
}
.survey .survey-box .sort-items .file-btn {
  background: #225c9f !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  border: none;
  position: relative;
  border-radius: 0 4px 4px 0;
  float: left;
  width: 120px;
  text-align: center;
  cursor: pointer;
}
.survey .survey-box .sort-items .file-btn input {
  position: absolute;
  height: 38px;
  line-height: 38px;
  background: #225c9f;
  width: 120px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  top: 0;
}
.survey .survey-box .sort-items .star_bg {
  float: left;
  font-size: 16px;
  padding-right: 8px;
}
.survey .survey-box .sort-items .star {
  font-size: 16px;
  float: left;
  padding-left: 8px;
}
.survey .survey-box .sort-items .star input {
  margin: 0 8px;
}
.survey .survey-box .sort-items .star_end {
  font-size: 16px;
  float: left;
}
.survey .survey-box .exchange {
  color: #1b51a8;
  font-size: 16px;
}
.survey .survey-box .verifyCode {
  width: 78px;
  line-height: 34px;
  border: solid 1px #e1e1e1;
}
.survey .survey-btn {
  text-align: center;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  width: 16em;
}
.survey .survey-btn input {
  width: 100px;
  color: #ffffff;
  height: 36px;
  font-size: 18px;
  background: #225c9f;
  border: none;
  border-radius: 4px;
  float: left;
}
.survey .survey-btn a {
  margin-left: 16px;
  display: inline-block;
  color: #ffffff;
  line-height: 36px;
  background: #225c9f;
  width: 100px;
  border-radius: 4px;
  font-size: 16px;
  float: left;
}
.survey .dcPlay {
  min-height: 200px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
.survey #message {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 16px 0;
}
.survey .tnm {
  font-weight: bold;
  color: #225c9f;
}
body {
  background-color: #fff;
}
.hd_list_nav {
  box-shadow: 1px 2px 3px #CCC;
  background-color: #f5f5f5;
}
.hd_list_nav h3 {
  text-align: center;
  font-size: 22px;
  color: #225c9f;
  line-height: 48px;
  background-color: #F0EDF1;
  border-bottom: 2px solid #225c9f;
}
.hd_list_nav ul {
  margin-top: 10px;
  min-height: 570px;
}
.hd_list_nav ul li a {
  display: block;
  background: url(../../images/hd/sjt.png) no-repeat right 20px center;
  text-align: center;
  line-height: 44px;
  border-bottom: 1px dashed #ddd;
}
.hd_list_nav ul li:hover a,
.hd_list_nav ul .hover a {
  color: #225c9f;
  background-color: #fff;
}
.position {
  background: url(../../images/gk/dt.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
.u-nm {
  border-bottom: 2px solid #225c9f;
}
.u-nm a.hover {
  color: #fff;
  padding: 0 20px;
  background-color: #225c9f;
  border: 0;
}
@media all and (max-width: 767px) {
  .u-nm,
  .section .name {
    display: none;
  }
  .hd_list_nav {
    background: none;
    box-shadow: none;
  }
  .hd_list_nav h3 {
    display: none;
  }
  .hd_list_nav ul {
    min-height: auto;
    overflow: hidden;
    margin: 0 -5px;
  }
  .hd_list_nav ul li {
    float: left;
    width: 33.333%;
    padding: 5px;
    border: 0;
  }
  .hd_list_nav ul li a {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    border: 0;
  }
  .hd_list_nav ul .hover a {
    color: #225c9f;
    background-color: #f5f5f5;
  }
}
/*响应式*/
@media all and (max-width: 768px) {
  .verifyCode a {
    font-size: 16px;
  }
}
@media all and (max-width: 750px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 720px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 640px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 600px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 560px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 520px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 480px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 440px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 414px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 400px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
@media all and (max-width: 375px) {
  /*其他移动端样式这里写*/
  /*表单*/
  .sq-bd {
    /*信件编码*/
  }
  .sq-bd .bg-f1 {
    background: none;
  }
  .sq-bd .pd-80 {
    padding: 0;
  }
  .sq-bd .result_div {
    width: 100%;
  }
  .sq-bd .sq_table {
    border: none;
    height: auto;
    overflow: hidden;
  }
  .sq-bd .sq_table div {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 0 8px;
  }
  .sq-bd .sq_table div:nth-child(1),
  .sq-bd .sq_table div:nth-child(2),
  .sq-bd .sq_table div:nth-child(3),
  .sq-bd .sq_table div:nth-child(4) {
    border-top: none;
  }
  .sq-bd .sq_table div:nth-child(4n+1) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(11) {
    border-left: none;
  }
  .sq-bd .sq_table div:nth-child(n) {
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
  }
  .sq-bd .type {
    padding: 0 8px;
    background: #225c9f;
    display: inline-block;
    color: #ffffff;
    line-height: 36px;
    border-radius: 4px 4px;
    text-align: center;
  }
  .sq-bd .tc {
    text-align: left;
  }
  .sq-bd #sqimg,
  .sq-bd #img {
    margin: 0.3em 0;
  }
  /*调查*/
  .survey {
    padding: 0;
  }
  .survey .g-question {
    padding: 8px;
  }
  .survey .verifyCode a {
    font-size: 16px;
  }
  .survey .survey-box .sort-items .file-input {
    width: 160px;
  }
}
