.sci-line-through {
  margin-right: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, .45) !important;
  text-decoration: line-through;
  font-weight: normal;
}

.sci-banner {
  width: 100%;
  height: 500px;
  /* background: url('../../images/paper/Banner2.png') center center / cover no-repeat; */
}

#bannerList .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

#bannerList .dots li {
  width: 36px;
  height: 3px;
  background: #CACACA;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  transition: all .3s;
  overflow: hidden;
}

#bannerList .dots li.active {
  background: #56BEB2;
}

.banner {
  position: relative;
  width: 100% !important;
  height: 350px !important;
}

.banner-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 350px !important;
}

.service-item .top h3 {
  line-height: 25px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
}

.qs-cont h2 {
  line-height: 33px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.sci-paper-section {
  background: #FAFAFA;
  padding: 60px 0 20px;
}

.sci-paper-section.white {
  background: #FFF;
}

.sci-paper-section h2 {
  position: relative;
  line-height: 40px;
  margin-bottom: 56px;
  font-size: 28px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
  font-weight: bold;
}

.sci-paper-section h2:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: #56BEB2;
  margin: auto;
  border-radius: 2px;
}

.sci-paper-section h2 span {
  display: inline-block;
  margin-top: 10px;
  line-height: 28px;
  font-size: 20px;
  color: rgba(0, 0, 0, .75);
  font-weight: normal;
}

.sci-container {
  width: 1200px;
  margin: 0 auto;
}

.sci-adv-item {
  position: relative;
  width: 300px;
  height: 316px;
  margin-bottom: 30px;
}

.sci-adv-item.border::after {
  position: absolute;
  top: 11px;
  right: 0;
  content: '';
  display: block;
  width: 1px;
  height: 260px;
  background: #E9E9E9;
}

.sci-adv-item h3 {
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
}

.sci-adv-item p {
  line-height: 24px;
  padding: 0 24px;
  color: rgba(0, 0, 0, .75);
  font-size: 14px;
  text-align: justify;
}

.sci-adv-item img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  margin: auto;
}

.sci-adv-item .sci-adv-1 {
  width: 74px;
  height: 67px;
}

.sci-adv-item .sci-adv-2 {
  width: 56px;
  height: 70px;
}

.sci-adv-item .sci-adv-3 {
  width: 74px;
  height: 63px;
}

.sci-adv-item .sci-adv-4 {
  width: 80px;
  height: 60px;
}

.sci-category-item {
  position: relative;
  width: 274px;
  height: 320px;
  background: url('../png/category.png') center center / 100% 100% no-repeat;
  margin: 0 34px 66px 0;
}

.sci-category-item.rt0 {
  margin-right: 0;
}

.sci-category-item.bt22 {
  margin-bottom: 22px;
}

.sci-category-item h3 {
  line-height: 25px;
  margin: 41px 0 24px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}

.sci-category-item h3 img {
  width: 37px;
  height: 32px;
  margin-right: 12px;
}

.sci-category-item p {
  line-height: 24px;
  padding: 0 25px 0 20px;
  color: rgba(0, 0, 0, .75);
  font-size: 14px;
  text-align: justify;
  word-break: break-all;
}

.sci-category-item h4 {
  position: absolute;
  bottom: 89px;
  line-height: 22px;
  padding: 0 25px 0 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
}

.sci-category-item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31px;
  display: inline-block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  background: #56BEB2;
  margin: auto;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}

.sci-category-item a:hover {
  background: #16B799;
  color: #FFF;
}

.sci-question-item {
  margin-bottom: 24px;
}

.sci-question-item .sci-question-index {
  width: 36px;
  line-height: 22px;
  font-size: 16px;
  font-style: italic;
  color: rgba(0, 0, 0, .45);
}

.sci-question-item .sci-question-cont {
  width: calc(100% - 36px);
  padding-bottom: 23px;
  border-bottom: 1px solid #D8D8D8;
}

.sci-question-item .sci-question-cont h4 {
  line-height: 22px;
  margin-bottom: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}

.sci-question-item .sci-question-cont p {
  line-height: 26px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-align: justify;
}

.sci-question-item .sci-question-cont p a {
  color: #56BEB2;
  font-weight: bold;
  text-decoration: underline;
}

.sci-question-item .sci-question-cont p a:hover {
  color: #16B799;
}

.sci-question-item .sci-question-cont p span {
  font-weight: bold;
}

.sci-paper-brand {
  display: block;
  width: 1198px;
  height: 140px;
  margin: 0 auto 70px;
}

/* 论文服务详情 */
.sci-breadcrumb {
  line-height: 20px;
  background: #FFF;
  margin-bottom: -20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .45);
}

.sci-breadcrumb-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.sci-breadcrumb a {
  color: rgba(0, 0, 0, .45);
}

.sci-breadcrumb a:hover {
  color: #56BEB2;
}

#sciBreadcrumb {
  color: rgba(0, 0, 0, .75);
}

.sci-duplicate-why {
  padding: 0 60px 70px;
}

.sci-duplicate-why-bg {
  position: relative;
  width: 483px;
  height: 312px;
  background: #F39802;
  background: linear-gradient(137deg, #FF9F01 0%, #FF9F02 100%);
}

.sci-duplicate-why-bg img {
  position: absolute;
  top: 16px;
  left: 23px;
  width: 554px;
  height: 339px;
}

.sci-duplicate-why-cont {
  width: 597px;
  padding: 40px 0 0 138px;
}

.sci-duplicate-why-cont p {
  line-height: 26px;
  margin-bottom: 30px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-indent: 2em;
  text-align: justify;
}

.sci-duplicate-why-adv {
  width: 277px;
  height: 224px;
  background: #FFF;
  float: left;
  margin: 0 23px 70px 0;
}

.sci-duplicate-why-adv:last-child {
  margin-right: 0;
}

.sci-duplicate-why-adv .img-box {
  width: 98px;
  height: 98px;
  line-height: 98px;
  background: #EFF8F7;
  margin: 37px auto 24px;
  text-align: center;
  border-radius: 50%;
}

.sci-duplicate-why-adv .img-box img {
  width: 62px;
  height: 62px;
}

.sci-duplicate-why-adv p {
  line-height: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, .85);
  font-weight: 400;
  text-align: center;
}

.sci-duplicate-process {
  position: relative;
  width: 284px;
  height: 144px;
  background: #FFF;
  float: left;
  margin: 0 21px 64px 0;
  padding: 33px 19px 0 21px;
  text-align: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

.sci-duplicate-process:last-child {
  margin-right: 0;
}

.sci-duplicate-process h4 {
  position: relative;
  z-index: 9;
  display: inline-block;
  line-height: 25px;
  font-size: 18px;
  color: #56BEB2;
  text-align: left;
  font-weight: bold;
}

.sci-duplicate-process h4:after {
  position: absolute;
  left: -2px;
  top: -3px;
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: #56BEB2;
  border-radius: 50%;
  opacity: .15;
}

.sci-duplicate-process p {
  line-height: 24px;
  margin-top: 33px;
  font-size: 14px;
  color: rgba(0, 0, 0, .45);
}

.sci-duplicate-process p span {
  color: rgba(0, 0, 0, .75);
}

.sci-duplicate-process .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: #56BEB2;
}

.sci-duplicate-process img {
  width: 44px;
  height: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -28px;
  margin: auto;
}

.sci-duplicate-btn {
  display: block;
  float: left;
  width: 192px;
  height: 44px;
  line-height: 44px;
  background: #56BEB2;
  margin: 0 504px 70px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}

.sci-duplicate-btn:hover {
  background: #16B799;
  color: #FFF;
}

.sci-en-row {
  display: flex;
  align-items: flex-end;
}

.sci-en-row h3 {
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding-left: 16px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  border: 1px solid #D8D8D8;
  border-top: 0;
}

.sci-en-row .sci-row-item {
  position: relative;
  width: 240px;
  height: 408px;
  background: #FFF;
  border: 1px solid #D8D8D8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.sci-en-row .sci-row-item.translate {
  width: 25%;
  height: 448px;
}

.sci-en-row .sci-row-item.support {
  width: 400px;
  height: 340px;
}

.sci-en-row .sci-row-item:nth-child(1),
.sci-en-row .sci-row-item:nth-child(2) {
  border-right: none;
}

.sci-en-row .sci-row-item:nth-child(4),
.sci-en-row .sci-row-item:nth-child(5) {
  border-left: none;
}

.sci-en-row .sci-row-item.translate:nth-child(1),
.sci-en-row .sci-row-item.translate:nth-child(2),
.sci-en-row .sci-row-item.translate:nth-child(3) {
  border-right: none;
}

.sci-en-row .sci-row-item.translate:nth-child(4) {
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}

.sci-en-row .sci-row-item.support:nth-child(1) {
  border-right: none;
}

.sci-en-row .sci-row-item.support:nth-child(2) {
  border-right: 1px solid #D8D8D8;
}

.sci-en-row .sci-row-item.support:nth-child(3) {
  border-left: none;
}

.sci-en-row .sci-row-item.left {
  background: #F9F9F9;
  padding: 100px 23px 0 32px;
}

.sci-en-row .sci-row-item.recommend {
  position: relative;
  height: 375px;
}

.sci-en-row .sci-row-item.translate.recommend {
  height: 488px;
}

.sci-en-row .sci-row-item.recommend img {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 62px;
}

.sci-en-row .sci-row-item.left img {
  width: 54px;
  height: 54px;
  margin-bottom: 40px;
}

.sci-en-row .sci-row-item.left p {
  padding: 0
}

.sci-en-row .sci-row-item.left p:nth-child(2) {
  line-height: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}

.sci-en-row .sci-row-item.left p:nth-child(3) {
  line-height: 33px;
  margin: 10px 0 16px;
  font-size: 24px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}

.sci-en-row .sci-row-item.left p:nth-child(4) {
  line-height: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
}

.sci-en-row .sci-row-item h4 {
  line-height: 24px;
  font-size: 22px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}

.sci-en-row .sci-row-item .line {
  width: 100%;
  height: 8px;
  margin-bottom: 30px;
}

.sci-en-row .sci-row-item .line1 {
  background: #1BA2C5;
}

.sci-en-row .sci-row-item .line2 {
  background: #56BEB2;
}

.sci-en-row .sci-row-item .line3 {
  background: #8669EE;
}

.sci-en-row .sci-row-item .line_desc {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
}

.sci-en-row .sci-row-item .line3_desc {
  color: #8669EE;
  background: #F3F0FF;
}

.sci-en-row .sci-row-item .line4 {
  background: #26A2F3;
}

.sci-en-row .sci-row-item p {
  line-height: 24px;
  margin-top: 20px;
  padding: 0 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-align: justify;
}

.sci-en-row .sci-row-item.recommend p {
  margin-top: 30px;
}

.sci-en-row .sci-row-item.translate p.second_paragraph,
.sci-en-row .sci-row-item.support p.second_paragraph {
  width: calc(100% - 48px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 170px;
  margin: 0 auto;
  padding: 19px 0 0;
  border-top: 1px dashed #D8D8D8;
}

.sci-en-row .sci-row-item.support.recommend p.second_paragraph {
  padding-top: 35px;
}

.sci-en-row .sci-row-item.support p.second_paragraph {
  font-weight: bold;
  text-align: center;
}

.sci-en-row .sci-row-item a.btn,
.sci-en-row .sci-en-service a.btn,
.sci-en-row .sci-en-translate a.btn {
  display: block;
  width: 176px;
  height: 40px;
  line-height: 40px;
  background: #56BEB2;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}

.sci-en-row .sci-row-item a.btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
}

.sci-en-row .sci-row-item a.btn:hover,
.sci-en-row .sci-en-service a.btn:hover,
.sci-en-row .sci-en-translate a.btn:hover {
  background: #16B799;
}

.sci-en-row .sci-row-item b,
.sci-en-translate b {
  display: inline-block;
  line-height: 40px;
  font-size: 28px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
}

.sci-en-row .sci-row-item b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}

.sci-en-row .sci-row-item b span,
.sci-en-translate b span {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  color: rgb(0, 0, 0)
}

.sci-en-service,
.sci-en-translate,
.sci-en-support {
  border: 1px solid #D8D8D8;
  border-top: none;
  border-bottom: none;
}

.sci-en-service {
  width: 20%;
}

.sci-en-translate {
  width: 25%;
}

.sci-en-support {
  width: 400px;
}

.sci-en-service:nth-child(1),
.sci-en-service:nth-child(2),
.sci-en-service:nth-child(3),
.sci-en-service:nth-child(4) {
  border-right: none;
}

.sci-en-translate:nth-child(1),
.sci-en-translate:nth-child(2),
.sci-en-translate:nth-child(3) {
  border-right: none;
}

.sci-en-support:nth-child(1),
.sci-en-support:nth-child(2) {
  border-right: none;
}

.sci-en-service div,
.sci-en-translate div,
.sci-en-support div {
  display: flex;
  min-height: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
}

.sci-en-service.left,
.sci-en-translate.left,
.sci-en-support.left {
  background: #F9F9F9;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
}

.sci-en-service.left div,
.sci-en-translate.left div,
.sci-en-support.left div {
  padding-left: 16px;
  justify-content: left;
}

.sci-en-service.left div.bold,
.sci-en-translate.left div.bold,
.sci-en-support.left div.bold {
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}

.sci-en-service div.last-child,
.sci-en-translate div.last-child {
  height: 139px;
  padding: 17px 0 21px 0;
}

.sci-en-service div.last-child {
  height: 200px;
}

.sci-en-service.left div.last-child,
.sci-en-translate.left div.last-child {
  padding: 17px 0 21px 16px;
}

.sci-en-service.left div.last-child,
.sci-en-translate.left div.last-child {
  padding-right: 10px;
  text-align: justify;
}

.sci-en-service.left div.last-child span,
.sci-en-translate.left div.last-child span {
  color: #56BEB2;
}

.sci-en-service .last-child-btn,
.sci-en-translate .last-child-btn {
  height: 100px;
}

.sci-en-service div img,
.sci-en-translate div img,
.sci-en-support div img {
  width: 24px;
  height: 24px;
}

.sci-en-service div img.error,
.sci-en-translate div img.error,
.sci-en-support div img.error {
  width: 16px;
  height: 16px;
}

.sci-en-service div p,
.sci-en-translate div p,
.sci-en-support div p {
  line-height: 22px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-align: center;
}

.sci-en-support-serve {
  height: 25px;
  line-height: 25px;
  background: url('../png/service_bg.png') 0 center / 100% 11px no-repeat;
  margin-top: 60px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}

.sci-en-support-serve-table {
  width: 100%;
  margin-top: 30px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sci-en-support-serve-table thead tr {
  height: 54px;
  background: #F9F9F9;
}

.sci-en-support-serve-table tbody tr.even {
  background: #F9F9F9;
}

.sci-en-support-serve-table thead tr td {
  font-size: 16px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}

.sci-en-support-serve-table tbody tr td {
  height: 100px;
  line-height: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, .85)
}

.sci-en-support-serve-table .col1 {
  width: 240px;
  padding-left: 48px;
}

.sci-en-support-serve-table .col2 {
  width: 240px;
  text-align: center;
}

.sci-en-support-serve-table .col3 {
  width: 240px;
  text-align: center;
}

.sci-en-support-serve-table .col4 {
  width: 480px;
  padding: 0 26px;
  text-align: justify;
}

.sci-en-support-serve-table thead .col4 {
  text-align: center;
}

.sci-en-support-serve-table tr td img {
  width: 24px;
  height: 24px;
}

.sci-en-support-serve-table tr td img.error {
  width: 20px;
  height: 20px;
}

.sci-paper-tab {
  width: 100%;
  height: 60px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
}

.sci-paper-tab li {
  float: left;
  width: 50%;
  line-height: 58px;
  font-size: 16px;
  color: #56BEB2;
  text-align: center;
  cursor: pointer;
}

.sci-paper-tab li.active {
  background: #56BEB2;
  color: #FFF;
}

.sci-paper-table {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 4px;
}

.sci-paper-table[index="1"] {
  display: none;
}

.sci-paper-table tr.even {
  background: #F9F9F9;
}

.sci-paper-table thead tr td {
  font-weight: bold;
}

.sci-paper-table tr td {
  height: 54px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-align: center;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}

.sci-paper-table tr td.col1 {
  width: 240px;
}

.sci-paper-table tr td.col2 {
  width: 240px;
}

.sci-paper-table tr td.col3 {
  width: 240px;
}

.sci-paper-table tr td.col4 {
  width: 240px;
}

.sci-paper-table tr td.col5 {
  width: 240px;
}

.sci-paper-fixed {
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 0;
  transition: all .2s linear;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sci-paper-fixed .sci-container {
  display: flex;
  height: 100%;
}

.sci-paper-fixed .sci-container>div {
  position: relative;
  height: 100%;
}

.sci-paper-fixed .sci-container>div:first-child {
  flex: 1;
  background: #F9F9F9;
}

.sci-paper-fixed .sci-container>div:first-child p {
  line-height: 20px;
  padding: 0 0 0 71px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
}

.sci-paper-fixed .sci-container>div:first-child p.bold {
  line-height: 28px;
  margin: 5px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}

.sci-paper-fixed .sci-container>div:first-child p.medium {
  line-height: 20px;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}

.sci-paper-fixed .sci-container>div.translate {
  display: none;
  width: 25%;
}

.sci-paper-fixed .sci-container>div.en {
  width: 20%;
}

.sci-paper-fixed .sci-container>div.support {
  width: 400px;
}

.sci-paper-fixed .sci-container>div img {
  width: 32px;
  height: 32px;
  margin: 20px 0 0 68px;
}

.sci-paper-fixed .sci-container>div h4 {
  line-height: 24px;
  margin: 28px 0 17px;
  font-size: 22px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}

.sci-paper-fixed .sci-container>div b {
  display: block;
  line-height: 40px;
  margin-bottom: 16px;
  font-size: 24px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}

.sci-paper-fixed .sci-container>div b span {
  line-height: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
  font-weight: normal;
}

.sci-paper-fixed .sci-container>div a {
  display: block;
  margin: 0 auto;
  width: 190px;
  height: 32px;
  line-height: 32px;
  background: #56BEB2;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}

.sci-paper-fixed .sci-container>div a:hover {
  background: #16B799;
}

.sci-paper-fixed .sci-container img.recomend {
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
  height: 60px;
  margin: 0;
}

.sci-paper-fixed .sci-container .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

.sci-paper-fixed .sci-container .line1 {
  background: #8669EE
}

.sci-paper-fixed .sci-container .line2 {
  background: #26A2F3
}

.sci-paper-fixed .sci-container .line3 {
  background: #56BEB2
}

.sci-paper-fixed .sci-container .line4 {
  background: #1BA2C5
}

#scipolish .analysis-tab-wrap {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9996;
  background: #fff;
  transition: all 0.2s linear;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#scipolish .analysis-tab-wrap.fix {
  position: fixed;
  z-index: 9999;
}

#scipolish .analysis-tab-wrap .analysis-tab-list {
  width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

#scipolish .analysis-tab-wrap .analysis-tab-list .analysis-tab-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 60px;
}

#scipolish .analysis-tab-wrap .analysis-tab-list .analysis-tab-item.active {
  font-weight: bold;
  color: #57BCB2;
  border-bottom: 2px solid #57BCB2;
  font-family: PingFang-SC-Bold, PingFang-SC;
}

.sci_container {
  background: #FFF;
  padding: 60px 0;
}

#embellishment .el-table__empty-block {
  width: 100% !important;
}

#embellishment {
  width: 1200px;
  margin: 0 auto;
  /* height: 936px; */
  background: transparent;
}

#embellishment .sci_achievements_table {
  width: 1200px;
  background: #fff;
  padding: 0 30px;
  height: 596px;
  overflow-y: auto;
}

#embellishment .sci_achievements_table .influence-factor {
  font-size: 20px;
  font-family: AppleSystemUIFont;
  color: rgba(0, 0, 0, 0.85);
  line-height: 23px;
}

#embellishment .sci_achievements_table::-webkit-scrollbar {
  display: none;
  width: 0;
}

#embellishment .custom-table-header {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  justify-content: center;
  background: #EFF8F7;
  padding-right: 30px;
}

#embellishment .custom-table-header .table-header-box {
  width: 230px;
  font-size: 16px;
  font-family: AppleSystemUIFont;
  color: #56BEB2;
  text-align: center;
  height: 70px;
  line-height: 70px;
}

#embellishment .custom-table-header .table-header-box:first-child {
  width: 390px;
}

#embellishment .custom-table-header .table-header-box:nth-child(5) {
  width: 240px;
}

#embellishment .custom-table-header .table-header-box:last-child {
  width: 184px;
}

#embellishment ::-webkit-scrollbar {
  width: 0;
}

#embellishment .sci_cont h2::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: #56BEB2;
  margin: auto;
  border-radius: 2px;
}

.el-table__body {
  width: 100% !important;
}

.el-table .cell {
  word-break: normal;
  padding: 0;
  font-size: 14px;
}

.el-table th {
  background: #EFF8F7;
  color: #56BEB2;
  text-align: center;
  height: 70px;
}

.el-table td {
  text-align: center;
  height: 70px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #E8E8E8;
}

.cnki-title-img {
  width: 178px;
  height: 22px;
}

.advantage-item1 {
  margin-top: 24px;
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222638;
  line-height: 20px;
}
.advantage-item1::before,
.advantage-item2::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #383637;
  margin-right: 6px;
}
.advantage-item2 {
  margin-top: 18px;
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222638;
  line-height: 20px;
}
.advantage-item2 .unit-price {
  color: #56BEB2;
  font-size: 28px;
  font-weight: 600;
  margin-left: 4px;
}

.cnki-duplicate-btn {
  display: block;
  margin-top: 64px;
  width: 192px;
  height: 44px;
  line-height: 44px;
  background: #56BEB2;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}
.cnki-duplicate-btn:hover {
  background: #16B799;
  color: #FFF;
}
.cnki-tips {
  margin-top: 16px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.45);
  line-height: 17px;
}
.sci-duplicate-process h4.custom-h4 {
  padding-left: 23px;
}
.sci-duplicate-process h4.custom-h4::before {
  content: "2.";
  position: absolute;
  left: 0;
}
.sci-duplicate-process h4.custom-h4:after {
  position: absolute;
  left: -2px;
  top: -3px;
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: #56BEB2;
  border-radius: 50%;
  opacity: .15;
}
.cnki-notice-list {
  padding-bottom: 44px;
}
.cnki-notice-list .cnki-notice-item {
  display: flex;
  align-items: center;
  width: 1200px;
  background: #F5FBFB;
  border-radius: 4px;
  margin: 32px auto 0;
  padding: 18px 16px;
  box-sizing: border-box;
}
.cnki-notice-list .cnki-notice-item:first-child {
  margin-top: 0;
}
.cnki-notice-list .cnki-notice-item .cnki-notice-icon{
  width: 56px;
  min-width: 56px;
  height: 56px;
  margin-right: 16px;
}
.cnki-notice-list .cnki-notice-item .cnki-notice-title {
  font-size: 18px;
  font-family: PingFangSC-Bold, PingFang SC;
  font-weight: bold;
  color: rgba(0,0,0,0.85);
  line-height: 32px;
}
.cnki-notice-list .cnki-notice-item .cnki-notice-desc {
  margin-top: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  line-height: 24px;
  word-break: break-all;
}

.cnki-intro-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}
.cnki-intro-list {

}
.cnki-intro-list .cnki-intro-item:not(:first-child){
  margin-top: 30px;
}
.cnki-intro-list .cnki-intro-item .cnki-intro-title{
  font-size: 18px;
  font-family: PingFangSC-Bold, PingFang SC;
  font-weight: bold;
  color: rgba(0,0,0,0.85);
  line-height: 28px;
}
.cnki-intro-list .cnki-intro-item .cnki-intro-desc{
  margin-top: 4px;
  width: 476px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  line-height: 22px;
  word-break: break-all;
}
.cnki-intro-img {
  width: 640px;
  height: 320px;
  margin-left: 64px;
}
.cnki-problem-list {
  padding-bottom: 82px;
  width: 1200px;
  margin: 0 auto;
}
.cnki-problem-item {
  padding: 32px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 16px;
  cursor: pointer;
}
.cnki-problem-item:first-child {
  margin-top: 0;
}
.cnki-problem-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC-Bold, PingFang SC;
  font-weight: bold;
  color: rgba(0,0,0,0.85);
  line-height: 32px;
}
.cnki-problem-title .arrow-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: transform 0.4s;
}
.cnki-problem-item .cnki-problem-desc{
  display: none;
  opacity: 0;
  margin-top: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  line-height: 24px;
}
.cnki-problem-item.active .cnki-problem-desc{
  display: block;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction:alternate;
}
.cnki-problem-item.active .arrow-icon {
  transform: rotateZ(90deg);
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.sci-en-row .sci-row-item.deep-rewrite img {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 62px;
}
