@charset "UTF-8";
/**!
 * 一件事详情
 * date:2024-08-01
 * author: qcn;
 */
@font-face {
  font-family: "D-DIN-Bold";
  src: url("../css/fonts/D-DIN-Bold/D-DIN-Bold.woff") format("woff"), url("../css/fonts/D-DIN-Bold/D-DIN-Bold.ttf") format("truetype"), url("../css/fonts/D-DIN-Bold/D-DIN-Bold.eot") format("embedded-opentype");
}

body {
  min-width: 1366px;
}

.content {
  margin-bottom: 60px;
}

.content-area {
  width: 1200px;
  margin: auto;
  position:relative;
}

.area-left {
  width: 875px;
  padding-top: 46px;
}

.banner {
  height: 320px;
  background: url(../images/matterbszndetail/bg-banner.png);
  padding-top: 0;
}

.banner .subtitle {
  font-size: 42px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
  padding-top: 60px;
}

.banner span {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
}

.banner .shortcut-list {
  margin-top: 28px;
}

.banner .shortcut-list li a {
  float: left;
  width: 140px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 21px;
  margin-right: 16px;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: not-allowed;
}

.banner .shortcut-list li a.active {
  cursor: pointer;
}

.banner .shortcut-list li a.active {
  background: #fff;
  color: #2868b1;
}

.main {
  background: #fff;
}

.main {
  padding: 32px 0 64px;
  background: url("../images/matterbszndetail/main-detail.jpg") no-repeat;
  background-size: 100% 100%;
}

/* 左侧 */
.left {
  width: 905px;
}

.left-type {
  height: 64px;
  line-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(58%, #FFFFFF), to(#E8F3FF));
  background: linear-gradient(bottom, #FFFFFF 58%, #E8F3FF 100%);
  -webkit-box-shadow: 0px 4px 10px 0px #E7F0FA;
  box-shadow: 0px 4px 10px 0px #E7F0FA;
}

.left-type-item {
  width: 180px;
  text-align: center;
  font-size: 26px;
  color: #405A70;
  border-right: 1px solid #E0E9FA;
  cursor: pointer;
}

.left-type-item.active {
  color: #fff;
  background: #2868B1;
  border-color: #2868B1;
}


.right-type {
  height: 64px;
  line-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(58%, #FFFFFF), to(#E8F3FF));
  background: linear-gradient(bottom, #FFFFFF 58%, #E8F3FF 100%);
  -webkit-box-shadow: 0px 4px 10px 0px #E7F0FA;
  box-shadow: 0px 4px 10px 0px #E7F0FA;
}

.right-type-item {
  width: 135px;
  text-align: center;
  font-size: 26px;
  color: #405A70;
  border-right: 1px solid #E0E9FA;
  cursor: pointer;
}

.right-type-item.active {
  color: #fff;
  background: #2868B1;
  border-color: #2868B1;
}


.bd {
  width: 905px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px #E7F0FA;
  box-shadow: 0px 4px 10px 0px #E7F0FA;
  margin-top: 21px;
}

.bdl {
  padding: 32px 0 44px;
  min-height: 392px;
}

.bdl-title {
  width: 905px;
  height: 55px;
  line-height: 55px;
  padding-left: 31px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, color-stop(47%, #E9F2FF), to(#FEFEFE));
  background: linear-gradient(90deg, #E9F2FF 47%, #FEFEFE 100%);
  -webkit-box-shadow: 0px 4px 110px 0px rgba(32, 87, 205, 0.05);
  box-shadow: 0px 4px 110px 0px rgba(32, 87, 205, 0.05);
  margin-top: 43px;
}

.detail-table {
  width: 858px;
  table-layout: fixed;
  border: 1px solid #E0E9FA;
  margin: 0 auto;
}

.detail-table td {
  font-size: 18px;
  color: #25425B;
  line-height: 28px;
  vertical-align: top;
  padding: 15px 47px 15px 38px;
  border: 1px solid #E0E9FA;
}

.detail-table td:nth-child(2n-1) {
  background: #F5F9FF;
  text-align: center;
}

.how-do .detail-table td {
  padding: 15px 22px 13px 21px;
}

.flow {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-table {
  width: 857px;
  table-layout: fixed;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
}

.info-table thead {
  height: 60px;
  background: #DDEBFF;
}

.info-table thead th {
  text-align: center;
}

.info-table thead th:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}

.info-table tbody td {
  min-height: 64px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
}

.info-table tbody td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}

.info-table tbody tr:nth-child(2n) {
  background: #F6FAFF;
}

.info-table .td-btn {
  color: #2868B1;
}

/* 右侧 */
.right {
  width: 270px;
}

.right-title {
  font-size: 26px;
  color: #2868B1;
  line-height: 38px;
  margin: 12px 0 14px;
  position: relative;
}

.right-title::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 52px;
  height: 2px;
  background: #2868B1;
  border-radius: 0px 0px 0px 0px;
}

.view {
  width: 270px;
  height: 390px;
  margin-top: 24px;
  -webkit-box-shadow: 0px 4px 10px 0px #E7F0FA;
  box-shadow: 0px 4px 10px 0px #E7F0FA;
  border-radius: 0px 0px 2px 2px;
  border: 2px solid #fff;
  padding: 30px 0 0 10px;
}

.view#fwcnarea {
  background: url("../images/matterbszndetail/view-bg.png"), -webkit-gradient(linear, left top, left bottom, from(#E8F3FF), color-stop(61%, #FFFFFF));
  background: url("../images/matterbszndetail/view-bg.png"), linear-gradient(180deg, #E8F3FF 0%, #FFFFFF 61%);
}

.view-text {
  font-size: 18px;
  color: #25425B;
}

.view-text > span {
  font-size: 22px;
  font-weight: bold;
  color: #2868B1;
  font-family: "D-DIN-Bold";
  line-height: 27px;
}

.view-text + p {
  margin-top: 30px;
}




.main .module-title {
  display: block;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #484e54;
  line-height: 30px;
  margin-top: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#eef6ff), to(#fff));
  background: linear-gradient(90deg, #eef6ff 0%, #fff 100%);
}

.main .module-title::before {
  float: left;
  content: '';
  width: 6px;
  height: 20px;
  margin-top: 6px;
  margin-right: 10px;
  background: #2868b1;
  border-radius: 0px 3px 3px 0px;
}

.main .module-title:first-child {
  margin-top: 0;
}




.evalute-area.empty ul {
  display: none;
}

.evalute-area.empty .empty-text {
  display: block;
}

.evalute-area .empty-text {
  display: none;
}

#fwpjarea .empty-text {
  margin-top:5px;
  height: 24px;
  line-height: 24px;
}

#fwpjarea ul {
  margin-top: 6px;
}

#fwpjarea li {
  float: left;
}


#fwpjarea .rateStar {
  background: url(../images/stars.png) -160px center no-repeat;
  width: 160px;
  height: 23px;
}

#fwpjarea .star {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  cursor: pointer;
  background: url(../images/matter_new/icon-star.png) center no-repeat;
}

#fwpjarea .star.active {
  background: url(../images/matter_new/icon-star-active.png) center no-repeat;
}

#fwpjarea .score {
  width: 62px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333;
  line-height: 26px;
  height: 24px;
  text-align: center;
}

#fwpjarea .link {
  width: 16px;
  height: 12px;
  margin-top: 8px;
  cursor: pointer;
  background: url(../images/matter_new/icon-arrow-right.png);
}

#fwpjarea .btn-evalute {
  width: 200px;
  height: 60px;
  line-height: 60px;
  margin: 53px 7%;
  background: #2868B1;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

#fwpjarea .btn-evalute div {
  float: left;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
}

#fwpjarea .btn-evalute a {
  float: left;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 200px;
}

#fwpjarea .btn-evalute .icon-thumbs-up {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 65px;
  margin-top: 20px;
  margin-right: 9px;
  background: url(../images/matter_new/icon-thumbs-up.png);
}

#fwpjarea .btn-evalute .icon-thumbs-upqz {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 75px;
  margin-top: 20px;
  margin-right: 9px;
}

/* 缺陷 */
.area-right .evalute {
  margin-top:10px;
}
.area-right .evalute .rateStar {

  background: url(../images/stars.png) -160px center;
  width: 148px;
  height: 20px;

}

.area-right .evalute li i {
  display: none;
}
.evalute-area{
  position:relative;
}
.innerstar{
  position:absolute;
  left:0;
  top: 0;
  height: 20px;
  background: url(../images/stars.png) 0px center;
}

.main .process-area {
  height: auto;
  max-height: 100%;
}

.main .process-area img {
  max-height: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0, 0);
}


