@charset "UTF-8";
/**!
* �ຣ���� - ����ָ��
* date:2021-07-05
* author: zhoujie;
*/
body {
  min-width: 1366px;
}

.content {
  margin-bottom: 60px;
}

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

.area-left {
  width: 875px;
  padding-top: 32px;
  margin-left: 15px;
}

.banner {
  height: 320px;
  background: url(../images/matter_new/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 .module-title {
  display: block;
  height: 52px;
  font-size: 24px;
  font-weight: bold;
  color: #484e54;
  line-height: 50px;
  margin-top: 53px;
  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: 24px;
  margin-top: 14px;
  margin-right: 10px;
  background: #2868b1;
  border-radius: 0px 3px 3px 0px;
}




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

.main .moudle-area.table-area {
  height: 370px;
  overflow: hidden;
}

.main table {
  width: 875px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}

.main table tbody {
  border: 1px solid #C5D5EA;
  border-left: 1px solid #C5D5EA;
  border-bottom: 1px solid #C5D5EA;
}

.main table tr {
  height: 50px;
  border-bottom: 1px solid #C5D5EA;
}

.main table tr th {
    width: 139px;
    background: #f4f9fd;
    text-align: center;
    border-left: 1px solid #c5d5ea;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #666;
    line-height: 49px; 
}

.main table tr td {
    width: 298px;
    padding-left: 13px;
    border-left: 1px solid #c5d5ea;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #333;
    line-height: 49px;
    word-wrap: break-word;
    word-break: normal;
}


.main .open-close {
  width: 100%;
  height: 16px;
  margin-top: 15px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #3289f5;
  text-align: center;
  cursor: pointer;
}

.main .open-close i {
  display: inline-block;
  width: 10px;
  height: 16px;
}

.main .icon-open {
  background: url(../images/matter_new/icon-arrow-bottom.png) top 9px center no-repeat;
}

.main .icon-close {
  background: url(../images/matter_new/icon-arrow-top.png) top 9px center no-repeat;
}

.main .text-content {
  padding-top: 18px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  margin-bottom: -10px;
}

.main .moudle-area .th-list {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background: #f4f9fd;
  border: 1px solid #c5d5ea;
}

.main .moudle-area .th-list .th {
  float: left;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666;
  line-height: 49px;
  text-align: center;
}

.main .moudle-area .th-list .th1 {
  width: 6%;
}

.main .moudle-area .th-list .th2 {
  width: 25%;
  text-align: center;
}

.main .moudle-area .th-list .th3 {
  width: 9%;
}

.main .moudle-area .th-list .th4 {
  width: 15%;
}

.main .moudle-area .th-list .th5 {
  width: 10%;
}

.main .moudle-area .th-list .th6 {
  width: 15%;
}

.main .moudle-area .th-list .th7 {
  width: 20%;
}

.main .moudle-area .th-list .th8 {
  width: 12%;
}

.main .moudle-area .td-list {
  width: 100%;
  height: 50px;
}

.main .moudle-area .td-list .td {
    height: 50px;
    float: left;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #666;
    line-height: 49px;
    text-align: center;
    border-bottom: 1px dashed #b7c4d8;
}

.main .moudle-area .td-list .td1 {
  width: 6%;
}

.main .moudle-area .td-list .td2 {
  width: 25%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .moudle-area .td-list .td3 {
  width: 9%;
}

.main .moudle-area .td-list .td4 {
  width: 15%;
}

.main .moudle-area .td-list .td5 {
  width: 10%;
 

}

.main .moudle-area .td-list .td6 {
  width: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.main .moudle-area .td-list .td7 {
  width: 20%;
}

.main .moudle-area .td-list .td7 a {
  color: #3c91f1;
  border-bottom: 1px solid #3c91f1;
  padding-bottom: 6px;
}

.main .moudle-area .td-list .td8 {
  width: 12%;
}

.main .process-area {
  width: 100%;
  height: 800px;
  position: relative;
}

.main .process-area img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main .moudle-area .common-problem {
  width: 100%;
}

.main .moudle-area i {
  margin-right: 17px;
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  line-height: 23px;
  text-shadow: 0px 3px 4px rgba(34, 100, 124, 0.35);
}

.main .moudle-area .icon-bubble-blue {
  float: left;
  width: 33px;
  height: 23px;
  background: url(../images/matter_new/icon-bubble-blue.png);
}

.main .moudle-area .icon-bubble-green {
  float: left;
  width: 33px;
  height: 23px;
  background: url(../images/matter_new/icon-bubble-green.png);
}

.main .moudle-area .question {
  margin-top: 20px;
}

.main .moudle-area .question .question-text {
  float: left;
  width: 816px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333;
  line-height: 22px;
}

.main .moudle-area .answer {
  margin-top: 18px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b7c4d8;
}

.main .moudle-area .answer .answer-text {
  float: left;
  width: 816px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  color: #9da9b9;
  line-height: 30px;
}

.nav-area {
  position: relative;
}

.affix-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: -70px;
  top: 70px;
}

.affix-menu-item {
  margin-bottom: 32px;
  text-align: right;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  color: #333;
  line-height: 16px;
}

.affix-menu-item::before {
  content: '';
  float: left;
  width: 14px;
  height: 14px;
  background: #fff url(../images/matter_new/icon-catalog.png) center no-repeat;
  position: relative;
  top: 2px;
  left: -8px;
}

.affix-menu-item.active {
  color: #2868b1;
}

.affix-menu-item.active::before {
  content: '';
  float: left;
  width: 25px;
  height: 25px;
  background: #fff url(../images/matter_new/icon-catalog-active.png) center no-repeat;
  position: relative;
  top: -3px;
  left: -11px;
}

.affix-menu-item:last-child {
  margin-bottom: 0;
}

.affix-menu {
  border-left: 2px solid #e1e1e1;
}

.affix-top.fixed {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 20px;
  margin-left: -680px;
}

.right-sidebar.manual{
    position: absolute;
    left: 900px;
    bottom: -60px;
}
.area-right.affix-menu {
  position: absolute;
  left: 50.3%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-left: 450px;
}
.area-right.affix-top.fixed {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 20px;
  margin-left: 453px;
}

.right-sidebar {
  position: relative;
}

.area-right {
  width: 305px;
  border-left: none;
  z-index: 10;
}

.area-right .module {
  width: 100%;
  height: 245px;
  background: #fff;
  border: 1px solid #c5d5ea;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.area-right .module .module-title {
  border-bottom: none;
}

.area-right .module .pledge-list li {
  float: left;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333;
  line-height: 60px;
}

.area-right .module .pledge-list li:first-child {
  width: 125px;
}

.area-right .module .pledge-list li:nth-child(2) {
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #2868b1;
}

.area-right .module .pledge-list li:nth-child(3) {
  font-weight: normal;
  color: #2868b1;
}

.area-right .evalute {
  height: 325px;
}

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

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

.area-right .evalute .empty-text {
  display: none;
  height: 24px;
  line-height: 24px;
}

.area-right .evalute ul {
  margin-top: 6px;
}

.area-right .evalute li {
  float: left;
}

.area-right .evalute .star {
  float: left;
  width: 26px;
  height: 24px;
  margin-right: 4px;
  cursor: pointer;
}

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

.area-right .evalute .score {
  width: 71px;
  margin-left: 19px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333;
  line-height: 24px;
}

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

.area-right .evalute .btn-evalute {
  width: 265px;
  height: 60px;
  margin: 0 auto;
  margin-top: 35px;
  background: url(../images/matter_new/bg-btn-evaluate.png);
  text-align: center;
  cursor: pointer;
}

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

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

.area-right .evalute .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);
}

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


.main .moudle-area .th-list .sfth1 {
  width: 250px;
}


.main .moudle-area  .th-list .sfth2 {
  width: 600px;
}

.main .moudle-area .td-list .sftd1 {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .moudle-area .td-list .sftd2 {
  width: 600px;
  /* text-align: left; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#footer {
    position: relative;
    z-index: 1000;
}

/* 缺陷 */
.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);
}
