@charset "UTF-8";
/**
* 互动交流
* date:2022-4-10
* author: qianyuting
*/
.wrap {
  position: relative;
  padding: 23px 0 24px;
  background-color: #fff;
  z-index: 100;
}

.mt20 {
  margin-top: 20px !important;
}

.mod {
  padding: 0 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
          box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tab-hd {
  position: relative;
  height: 62px;
  line-height: 61px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.tab-more {
  position: absolute;
  right: 0;
  top: 0;
  color: #258dff;
  font-size: 16px;
}

.hdl {
  height: 62px;
  line-height: 60px;
  padding: 0 10px;
  margin-right: 8px;
  border-bottom: 2px solid transparent;
  color: #576d85;
  font-size: 18px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hdl:last-child {
  margin-right: 0;
}

.hdl.active {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  border-bottom-color: #1584ff;
}

.info-list {
  margin-top: 4px;
}

.info-item {
  line-height: 50px;
  font-size: 16px;
  background: url("../images/pages/list_dot.png") left center no-repeat;
}

.info-item > a {
  position: relative;
  display: block;
  padding: 0 140px 0 25px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.info-item:hover > a,
.info-item:hover .info-time {
  color: #258dff;
}

.info-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

/* 咨询投诉渠道 */
.way {
  padding: 10px 40px 26px;
  color: #fff;
  background: url("../images/pages/way_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
}

.way-hd {
  line-height: 64px;
}

.way-hd-icon {
  display: inline-block;
  width: 43px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1) url("../images/pages/feather.png") center center no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 5px 7px 19px rgba(0, 40, 82, 0.15);
          box-shadow: 5px 7px 19px rgba(0, 40, 82, 0.15);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  margin-right: 15px;
}

.way-hd-tit {
  font-size: 36px;
  font-family: "YouSheBiaoTiHei";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
}

.use-intro {
  height: 34px;
  line-height: 32px;
  padding: 0 13px 0 45px;
  margin-top: 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  background: url("../images/pages/question_ico.png") 15px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.way-bd {
  margin-top: 14px;
}

.way-list {
  margin: -10px;
}

.way-item {
  width: 33.33%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.way-link {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 18px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#def0ff));
  background: -webkit-linear-gradient(top, #fff, #def0ff);
  background: -o-linear-gradient(top, #fff, #def0ff);
  background: linear-gradient(to bottom, #fff, #def0ff);
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}

.way-icon {
  display: inline-block;
  margin: -3px 5px 0 0;
  border-radius: 50%;
  -webkit-box-shadow: 5px 7px 19px rgba(0, 40, 82, 0.15);
          box-shadow: 5px 7px 19px rgba(0, 40, 82, 0.15);
  vertical-align: middle;
}

/* 领导信件、咨询信件 */
.letter {
  padding-top: 23px;
  padding-bottom: 22px;
}

.letter .tab-hd {
  position: relative;
  height: auto;
  line-height: 1;
  border-bottom: 0;
  margin-bottom: 28px;
  text-align: center;
}

.letter .tab-hd-list {
  position: relative;
  display: inline-block;
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
}

.letter .tab-hd-list::before, .letter .tab-hd-list::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 74px;
  height: 19px;
  margin-top: -9.5px;
}

.letter .tab-hd-list::before {
  right: 100%;
  background: url("../images/pages/tit_l.png") right center no-repeat;
}

.letter .tab-hd-list::after {
  left: 100%;
  background: url("../images/pages/tit_r.png") left center no-repeat;
}

.write-letter {
  position: absolute;
  right: 0;
  top: 50%;
  height: 34px;
  line-height: 34px;
  margin-top: -17px;
  padding: 0 19px 0 39px;
  color: #333;
  background: #e1effc;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1effc), to(#fff));
  background: -webkit-linear-gradient(top, #e1effc, #fff);
  background: -o-linear-gradient(top, #e1effc, #fff);
  background: linear-gradient(to bottom, #e1effc, #fff);
  -webkit-box-shadow: 0px 2px 0px #BFD6F6;
          box-shadow: 0px 2px 0px #BFD6F6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.write-letter::before {
  position: absolute;
  left: 19px;
  top: 50%;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("../images/pages/write_letter.png") center center no-repeat;
}

.letter .hdl {
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 24px;
  color: #8a8f99;
  border-bottom: 0;
}

.letter .hdl::before {
  position: absolute;
  left: -1px;
  top: 50%;
  content: "";
  width: 2px;
  height: 16px;
  margin-top: -8px;
  background-color: #d9d9d9;
}

.letter .hdl:first-child::before {
  display: none;
}

.letter .hdl.active {
  color: #007de7;
  font-weight: 600;
}

.letter-content {
  min-height: 370px;
}

.info-table {
  table-layout: fixed;
  width: 100%;
}

.info-table th,
.info-table td {
  height: 41px;
  padding: 0 25px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}

.info-table th.align-l,
.info-table td.align-l {
  text-align: left;
}

.info-table th {
  color: #fff;
  background-color: #007de7;
}

.info-table tr:nth-child(2n) td {
  background-color: #ebf5fd;
}

.letter-operate {
  text-align: center;
}

.see-all {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  color: #007de7;
  border: 1px solid #007de7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.letter-detail {
  color: #333;
}

.letter-detail:hover {
  color: #258dff;
}

/* 项目好差评 */
.appraise {
  min-height: 140px;
  padding: 20px 40px;
  color: #fff;
  background: url("../images/pages/appraise_bg.jpg") no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.appraise-tit {
  line-height: 60px;
  font-family: "YouSheBiaoTiHei";
  font-size: 36px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.appraise-more {
  display: inline-block;
  width: 26px;
  height: 29px;
  margin-left: 5px;
  background: url("../images/pages/appraise_arrow.png") center center no-repeat;
  vertical-align: middle;
}

.appraise-intro {
  margin-top: 5px;
  line-height: 1.5;
}

/* 咨询投诉、常见问题、在线调查、意见征询 */
.complaint {
  width: 60%;
  height: 370px;
  overflow: hidden;
}

/* 互动制度、互动使用帮助 */
.interact {
  width: calc(40% - 20px);
  height: 370px;
  overflow: hidden;
}

.interact .info-item > a {
  padding-right: 0;
}

/* 长者版 */

.show-old .way-hd {
  line-height: 76px;
}

.show-old .way-hd-tit {
  font-size: 42px;
}

.show-old .way-link {
  font-size: 28px;
}

.show-old .way-icon {
  height: 36px;
}

.show-old .use-intro {
  height: 44px;
  line-height: 42px;
  font-size: 24px;
}

.show-old .info-table th, 
.show-old .info-table td,
.show-old .see-all,
.show-old .appraise-intro,
.show-old .info-item {
  font-size: 24px;
}

.show-old .hdl,
.show-old .hdl.active {
  font-size: 28px;
}

.show-old .letter .hdl {
  height: 42px;
  line-height: 42px;
  font-size: 32px;
}

.show-old .letter .hdl.active {
  font-size: 36px;
}

.show-old .write-letter {
  font-size: 24px;
  padding-left: 49px;
}

.show-old .write-letter::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: 100% 100%;
}

.show-old .appraise-tit {
  font-size: 46px;
}