@charset "UTF-8";
/**** SCI论文英文润色、学术翻译润色、投稿前同行评审 ****/
.english {
  width: 100%;
}
.english .banner {
  background: url(/v2/assets/images/english/banner.png?v=20221202) no-repeat center center;
  background-size: 100% 100%;
  height: 748px;
  margin-bottom: 120px;
}
.english .banner .words {
  margin-top: 63px;
}

.banner .banner-inner {
  padding: 60px 0 0 0px;
  height: unset;
}
.banner .words h2 {
  font-size: 28px;
  color: #fff;
}
.banner .words h3 {
  font-size: 42px;
  color: #ffffff;
  line-height: 1.5;
}
.banner .words p {
  font-size: 24px;
  line-height: 4;
  color: #fff;
}
.banner .words p .orange {
  font-family: DIN;
  color: #ff8400;
}
.banner .words .words-footer-wrap {
  display: flex;
  align-items: center;
}
.banner .words .words-footer-wrap .item {
  margin-right: 6px;
  background: #ff8400;
  font-size: 18px;
}
.banner .words .words-footer-wrap .item span {
  display: block;
  padding: 8px 10px;
  color: #fff;
}
.banner .words .words-paper-card-container {
  display: flex;
  align-items: flex-start;
  margin: auto;
  margin-top: 80px;
  border-radius: 4px;
}
.banner .words .words-paper-card-container .cart-item:hover {
  box-shadow: -1px 2px 3px #d1d0d0;
  border-radius: 4px;
  height: 406px;
}
.banner .words .words-paper-card-container .cart-item:hover .cart-item-footer {
  background: #0e357f;
  color: #fff;
}
.banner .words .words-paper-card-container .cart-item:nth-child(1) {
  border-top-left-radius: 4px;
}
.banner .words .words-paper-card-container .cart-item:nth-child(4) {
  border-top-right-radius: 4px;
}
.banner .words .words-paper-card-container .cart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 25%;
  height: 386px;
  padding: 30px 20px;
  border-right: 1px solid #ececec;
  box-shadow: -1px 2px 3px rgb(237, 240, 245);
  background: #fff;
  transition: all 0.2s;
}
.banner .words .words-paper-card-container .cart-item h2 {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.banner .words .words-paper-card-container .cart-item .desc {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 15px;
  background: #ff8400;
  border-radius: 15px 15px 15px 0px;
  font-size: 15px;
  color: #ffffff;
}
.banner .words .words-paper-card-container .cart-item .price-wrap {
  font-size: 12px;
  color: #e60012;
}
.banner .words .words-paper-card-container .cart-item .price-wrap .price {
  font-family: DIN;
  font-size: 26px;
}
.banner .words .words-paper-card-container .cart-item .price-wrap .price-unit {
  font-size: 14px;
  color: #999999;
}
.banner .words .words-paper-card-container .cart-item .fit {
  height: 48px;
  line-height: 24px;
  margin: 15px 0;
  text-align: center;
  color: #0e357f;
}
.banner .words .words-paper-card-container .cart-item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999999;
}
.banner .words .words-paper-card-container .cart-item .cart-item-footer {
  width: 237px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 600;
  color: #666666;
}
.banner .words .words-paper-card-container .cart-item-4 {
  position: relative;
  height: 386px;
  padding-top: 25px;
}
.banner .words .words-paper-card-container .cart-item-4 .bubble-1,
.banner .words .words-paper-card-container .cart-item-4 .bubble-2 {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #ececec;
}
.banner .words .words-paper-card-container .cart-item-4 .bubble-1 {
  top: 31%;
  right: 52%;
  width: 11px;
  height: 11px;
}
.banner .words .words-paper-card-container .cart-item-4 .bubble-2 {
  top: 36.5%;
  right: 48%;
  width: 7px;
  height: 7px;
}
.banner .words .words-paper-card-container .cart-item-4 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding: 42px 16px;
  border: 1px solid #ececec;
  border-radius: 50%;
}
.banner .words .words-paper-card-container .cart-item:hover:nth-child(1) {
  border-top-right-radius: 0;
  border-top-left-radius: 4px;
}
.banner .words .words-paper-card-container .cart-item:hover:nth-child(2),
.banner .words .words-paper-card-container .cart-item:hover:nth-child(3) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.banner .words .words-paper-card-container .cart-item:hover:nth-child(4) {
  border-top-left-radius: 0;
}

.words-footer-btn {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 46px;
  margin-top: 70px;
}
.words-footer-btn a {
  padding: 11px 70px;
}

/* 质量服务保证 */
.guarantee-container {
  margin-top: 70px;
}
.guarantee-container h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
.guarantee-container .guarantee-content {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 68px;
}
.guarantee-container .guarantee-content .left {
  width: 624px;
  padding: 26px 31px;
  background: #f7f8fc;
  border-radius: 2px 2px 2px 2px;
}
.guarantee-container .guarantee-content .left img {
  width: 43px;
  height: 45px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 14px;
}
.guarantee-container .guarantee-content .left .title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
.guarantee-container .guarantee-content .left .p-content {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  padding: 24px 0 43px 0;
}
.guarantee-container .guarantee-content .left .p-content span {
  color: #e60012;
  font-size: 18px;
  font-weight: 600;
}
.guarantee-container .guarantee-content .left .content-footer {
  width: 218px;
  font-size: 12px;
  color: #999999;
}
.guarantee-container .guarantee-content .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 644px);
  border-radius: 2px;
}
.guarantee-container .guarantee-content .right .right-herder,
.guarantee-container .guarantee-content .right .right-footer {
  display: flex;
  padding: 24px;
  align-items: center;
  background: #f7f8fc;
}
.guarantee-container .guarantee-content .right .right-herder img,
.guarantee-container .guarantee-content .right .right-footer img {
  width: 42px;
  height: 45px;
  margin-right: 47px;
}
.guarantee-container .guarantee-content .right .right-herder .quality span,
.guarantee-container .guarantee-content .right .right-herder .security span,
.guarantee-container .guarantee-content .right .right-footer .quality span,
.guarantee-container .guarantee-content .right .right-footer .security span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.guarantee-container .guarantee-content .right .right-herder .quality p,
.guarantee-container .guarantee-content .right .right-herder .security p,
.guarantee-container .guarantee-content .right .right-footer .quality p,
.guarantee-container .guarantee-content .right .right-footer .security p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

.move-case .case-list {
  display: flex;
  align-items: center;
}
.move-case .case-item {
  flex: 1;
  margin-right: 20px;
  border-radius: 4px;
}
.move-case .case-item:last-child {
  margin-right: 0;
}
.move-case .case-item h4 {
  font-size: 24px;
  font-weight: bold;
}
.move-case .case-item p {
  margin-top: 10px;
}
.move-case .case-item__big {
  position: relative;
  width: 740px;
  height: 410px;
  padding: 30px 0 0 30px;
  background: #ffffff;
  transition: all 0.5s;
}
.move-case .case-item__big .text {
  position: absolute;
  top: 30px;
  left: 30px;
}
.move-case .case-item__big .text p {
  color: #999999;
}
.move-case .case-item__small {
  width: 250px;
  height: 410px;
  padding: 30px 0 0 20px;
}
.move-case .case-item__small h4 {
  color: #ffffff;
  opacity: 1;
}
.move-case .case-item__small p {
  color: #ffffff;
  margin-bottom: 30px;
  opacity: 0.75;
}
.move-case .case-item__small .pic {
  opacity: 0.5;
}
.move-case .case-item--1 {
  background: #0083f4;
}
.move-case .case-item--1 .case-item__big {
  display: none;
}
.move-case .case-item--2 {
  background: #2566ff;
}
.move-case .case-item--2 .case-item__small {
  display: none;
}
.move-case .case-item--3 {
  background: #2654cd;
}
.move-case .case-item--3 .case-item__big {
  display: none;
}

.case-container {
  background: url(/v2/assets/images/services/08.png) no-repeat center center;
  background-size: cover;
  height: 556px;
}
.case-container .title-text {
  padding: 44px 0 20px 0;
}
.case-container .title-text .title {
  color: #fff;
}

/* 客户评价 */
.customer-evaluation {
  background: #f5f7fa;
  padding: 50px 0;
}
.customer-evaluation .customer-evaluation-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 20px;
}
.customer-evaluation .customer-evaluation-content {
  position: relative;
  /* 替换轮播图样式 */
}
.customer-evaluation .customer-evaluation-content .prev {
  position: absolute;
  top: 48%;
  left: 14%;
}
.customer-evaluation .customer-evaluation-content .next {
  position: absolute;
  top: 48%;
  right: 14%;
}
.customer-evaluation .customer-evaluation-content .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub] {
  left: -56px;
}
.customer-evaluation .customer-evaluation-content .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: -56px;
}
.customer-evaluation .customer-evaluation-content .comment-card-list {
  display: flex;
  align-items: center;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  flex: 1;
  height: 306px;
  margin-right: 14px;
  margin-top: 50px;
  padding: 48px 20px 20px 20px;
  background: #fff;
  transition: all 0.2s;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item .bg {
  position: absolute;
  top: 106px;
  left: 20px;
  opacity: 0.05;
  font-size: 61px;
  color: #0e357f;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item:nth-child(3) {
  margin-right: 0;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item .photo {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #ececec;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item .title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item .title .title-des {
  font-size: 17px;
  color: #999999;
  padding-left: 8px;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item .content span {
  color: #1869ff;
  background: rgba(24, 105, 255, 0.08);
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item .content-footer {
  background: rgba(14, 53, 127, 0.08);
  border-radius: 2px;
  padding: 10px 7px;
  font-size: 14px;
  color: #666666;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item .content-footer span:last-of-type {
  font-size: 15px;
  color: #0e357f;
}
.customer-evaluation .customer-evaluation-content .comment-card-list .comment-cart-item:hover {
  transform: translateY(-4px);
}
.customer-evaluation .customer-evaluation-content .more-reviews {
  padding-top: 30px;
  text-align: center;
}
.customer-evaluation .customer-evaluation-content .more-reviews a {
  display: inline-block;
  height: 100%;
  padding: 11px 70px;
  border-radius: 2px;
  font-size: 18px;
}

/* 润色服务流程 start */
.Polish-service-flow {
  width: 100%;
  height: 466px;
  background: #0e357f;
  border-radius: 2px;
}
.Polish-service-flow .title {
  text-align: center;
  margin: 50px 0 30px;
}
.Polish-service-flow .title .title-content {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}
.Polish-service-flow .Polish-service-flow-list {
  display: flex;
  align-items: center;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 319px;
  background: #0f2755;
  margin-right: 14px;
  padding: 25px 45px 30px;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item:nth-of-type(3n) {
  margin-right: 0;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .hr {
  position: absolute;
  top: 64px;
  width: 90%;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .left-icon,
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .right-icon {
  position: absolute;
  top: 16.5%;
  font-size: 12px;
  padding: 5px 6px;
  background: #f7f8fc;
  border-radius: 50%;
  box-shadow: 0 1px 2px #999;
  z-index: 10;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .left-icon {
  right: -21px;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .right-icon {
  left: -21px;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .right-icon-arrow {
  position: absolute;
  top: 16.5%;
  right: -21px;
  font-size: 12px;
  padding: 5px 6px;
  background: #f7f8fc;
  border-radius: 50%;
  box-shadow: 0 1px 2px #999;
  z-index: 10;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item:last-of-type {
  margin-right: 0;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .item-img {
  width: 71px;
  height: 71px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #0f2755;
  z-index: 1;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .item-1 {
  padding: 15px 0;
  font-size: 15px;
  color: #999999;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .item-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .item-content {
  line-height: 1.5;
  font-size: 15px;
  color: #666666;
}
.Polish-service-flow .Polish-service-flow-list .active2 {
  background: #fff;
}
.Polish-service-flow .Polish-service-flow-list .active2 .item-img {
  background: #fff;
}
.Polish-service-flow .Polish-service-flow-list .active2 .item-title {
  color: #333333;
}
.Polish-service-flow .Polish-service-flow-list .active2 .hr {
  border-bottom: 1px dashed #ececec;
}

/* 解决方案 */
.solution {
  background: linear-gradient(180deg, #3c3f51 0%, #1d1c24 100%);
  border-radius: 20px;
  margin: 50px auto;
}
.solution .solution-img {
  width: 100%;
  height: auto;
}

/* 润色服务流程 end */
/* 专业SCI学术翻译润色 start */
.translate .banner {
  background: url(/v2/assets/images/translation/banner.png?v=20230505) no-repeat center center;
  background-size: cover;
}
.translate .translation-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 213px;
  padding: 30px 0 30px 78px;
  background: url(/v2/assets/images/services/translation.png);
  margin: 70px auto;
}
.translate .translation-container .title {
  font-size: 38px;
  font-weight: bold;
  color: #0e357f;
}
.translate .translation-container .describe {
  margin-bottom: 10px;
  font-size: 16px;
  color: #666666;
}
.translate .translation-container .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 131px;
  font-size: 24px;
  color: #ff8400;
  border-bottom: 1px solid #ff8400;
}
.translate .translation-container .details i {
  vertical-align: middle;
}
.translate .translate-container {
  padding: 40px 0;
  background: url(/v2/assets/images/services/08.png) no-repeat center center;
  background-size: cover;
}
.translate .translate-container .translate-inner .title-text .title {
  color: #fff;
  padding-bottom: 30px;
}
.translate .translate-container .translate-inner .translate-content {
  display: flex;
  justify-content: space-between;
}
.translate .translate-container .translate-inner .translate-content .translate-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 287px;
  padding: 10px 18px 10px 0;
}
.translate .translate-container .translate-inner .translate-content .translate-header .item {
  padding: 10px 0 10px 30px;
  height: 72px;
  border-radius: 2px;
  cursor: pointer;
}
.translate .translate-container .translate-inner .translate-content .translate-header .item h3 {
  line-height: 52px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.translate .translate-container .translate-inner .translate-content .translate-header .item span {
  font-size: 14px;
  color: #fff;
}
.translate .translate-container .translate-inner .translate-content .translate-list {
  flex: 1;
}
.translate .translate-container .translate-inner .translate-content .translate-list .translate-item img {
  width: 100%;
  max-width: 100%;
  height: 364px;
}
.translate .translate-container .active {
  background: #ffffff;
}
.translate .translate-container .active h3 {
  color: #333333 !important;
}
.translate .translate-container .active span {
  color: #666666 !important;
}
.translate .translation-Polish-service-flow {
  height: 890px;
  background: #fff;
}
.translate .translation-Polish-service-flow .title .title-content {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list {
  flex-wrap: wrap;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item {
  flex: unset;
  width: calc((100% - 28px) / 3);
  margin-bottom: 30px;
  background: #f7f8fc;
  border: 1px solid transparent;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .item-img {
  background: #f7f8fc;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .hr {
  border-bottom-color: #ececec;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .item-1 {
  color: #0e357f;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .item-title {
  text-align: center;
  color: #333333;
  line-height: 1.5;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .item-content {
  text-align: center;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .left-icon,
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item .right-icon {
  background: #f7f8fc;
  color: #999999;
  box-shadow: 0 1px 2px #999;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item-6 {
  justify-content: space-between;
}
.translate .translation-Polish-service-flow .Polish-service-flow-list .Polish-service-flow-item-6 .item-content {
  padding-bottom: 10px;
}
.translate .translation-Polish-service-flow .warn {
  width: 620px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
  border-radius: 2px;
  background: #ff8400;
  font-size: 22px;
  color: #FFFFFF;
}
.translate .translation-Polish-service-flow .active {
  background: #fff !important;
  border: 1px solid #ececec !important;
}
.translate .translation-Polish-service-flow .active .right-icon {
  background: #fff !important;
}
.translate .translation-Polish-service-flow .active .item-img {
  background: #fff !important;
}

/* 专业SCI学术翻译润色 end */
/* SCI投稿指导组合公共样式 start */
.submission-guide-portfolio {
  /*****全程无忧*****/
  /*****高影响评估*****/
  /*****翻译投稿组合*****/
  /*****套餐涵盖内容中查看详情公共弹窗*****/
}
.submission-guide-portfolio .host-graph {
  width: 100%;
  height: 531px;
  background: url(/v2/assets/images/ontribution/banner_bg.png?v=20230505) no-repeat center/cover;
  margin-top: 80px;
}
.submission-guide-portfolio .host-graph-inner {
  padding-top: 120px;
}
.submission-guide-portfolio .host-graph-inner h2 {
  font-size: 43px;
  font-weight: 600;
  color: #ffffff;
}
.submission-guide-portfolio .host-graph-inner .list {
  margin-top: 20px;
}
.submission-guide-portfolio .host-graph-inner .list li {
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
}
.submission-guide-portfolio .host-graph-inner .list li span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  margin-right: 8px;
  background: url(/v2/assets/images/submission-combination/tick/01.png) no-repeat center/cover;
}
.submission-guide-portfolio .host-graph .subnav {
  position: absolute;
  left: 50%;
  top: 530px;
  transform: translateX(-50%);
  height: 96px;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(184, 192, 206, 0.3);
}
.submission-guide-portfolio .host-graph .subnav .tabs {
  display: flex;
}
.submission-guide-portfolio .host-graph .subnav .tabs a {
  display: block;
  flex: 1;
  line-height: 96px;
  text-align: center;
  border-right: 1px solid #ececec;
  font-size: 22px;
  color: #666666;
  border-top: 4px solid transparent;
}
.submission-guide-portfolio .host-graph .subnav .tabs a.active, .submission-guide-portfolio .host-graph .subnav .tabs a:hover {
  border-top: 4px solid #ff8400;
  font-weight: 600;
  color: #ff8400;
}
.submission-guide-portfolio .host-graph .subnav .tabs a.active a, .submission-guide-portfolio .host-graph .subnav .tabs a:hover a {
  color: #ff8400;
  font-size: 22px;
}
.submission-guide-portfolio .introduction {
  position: relative;
  margin: 70px auto;
}
.submission-guide-portfolio .introduction .details {
  width: 863px;
  height: 332px;
  margin-left: 377px;
  background: #0E357F;
  border-radius: 21px;
  color: #FFFFFF;
}
.submission-guide-portfolio .introduction .details-box {
  width: 863px;
  padding: 40px 20px 40px 270px;
}
.submission-guide-portfolio .introduction .details-box h4 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}
.submission-guide-portfolio .introduction .details-box p {
  margin: 15px 0 30px;
  color: rgba(255, 255, 255, 0.8);
}
.submission-guide-portfolio .introduction .details-box .contain {
  display: flex;
}
.submission-guide-portfolio .introduction .details-box .contain h6 {
  font-size: 18px;
}
.submission-guide-portfolio .introduction .details-box .contain .list {
  display: flex;
}
.submission-guide-portfolio .introduction .details-box .contain .list .item li {
  margin-bottom: 15px;
}
.submission-guide-portfolio .introduction .details-box .contain .list .item li:last-child {
  margin-bottom: 15px;
}
.submission-guide-portfolio .introduction .details-box .contain .list .item li img {
  margin-right: 5px;
}
.submission-guide-portfolio .introduction .card {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 613px;
  height: 195px;
  background: url(/v2/assets/images/submission-combination/black_bg.png) no-repeat center/cover;
}
.submission-guide-portfolio .introduction .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px 30px 50px;
}
.submission-guide-portfolio .introduction .card-top--text {
  flex: 1;
}
.submission-guide-portfolio .introduction .card-top--text h4 {
  font-size: 32px;
  font-weight: 600;
  color: #F7E4B4;
}
.submission-guide-portfolio .introduction .card-top--text p {
  margin-top: 20px;
  font-size: 20px;
  color: #FFFFFF;
}
.submission-guide-portfolio .introduction .card-top--btn {
  display: block;
  width: 206px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: linear-gradient(90deg, #ffe7b8 14%, #ffe3b1 85%);
  border-radius: 31px;
  font-size: 23px;
  font-weight: 600;
  color: #4F3409;
}
.submission-guide-portfolio .introduction .card-top--btn img {
  margin-left: 13px;
}
.submission-guide-portfolio .introduction .card-top--btn:hover {
  background: #F7E4B4;
}
.submission-guide-portfolio .introduction .card-bottom {
  height: 50px;
  line-height: 50px;
  padding-left: 165px;
  color: #F4CE94;
}
.submission-guide-portfolio .introduction .card-bottom span {
  margin: 0 10px;
  color: #F4CE94;
}
.submission-guide-portfolio .introduction .card-bottom span font {
  font-size: 20px;
  color: #FF8400;
}
.submission-guide-portfolio .crowd .list {
  display: flex;
  margin-top: 30px;
}
.submission-guide-portfolio .crowd .list .item {
  position: relative;
  flex: 1;
  margin-right: 22px;
}
.submission-guide-portfolio .crowd .list .item:last-child {
  margin-right: 0;
}
.submission-guide-portfolio .crowd .list .item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  color: #FFFFFF;
}
.submission-guide-portfolio .crowd .list .item--long p {
  line-height: 28px;
  text-align: left;
  padding: 12px 25px;
}
.submission-guide-portfolio .package {
  margin: 70px auto;
}
.submission-guide-portfolio .package .list h5, .submission-guide-portfolio .package .list2 h5 {
  font-size: 22px;
  font-weight: 600;
}
.submission-guide-portfolio .package .list p, .submission-guide-portfolio .package .list2 p {
  margin: 15px 0 25px;
  height: 72px;
  line-height: 24px;
  color: #666666;
}
.submission-guide-portfolio .package .list a, .submission-guide-portfolio .package .list2 a {
  font-size: 18px;
  color: #0E357F;
}
.submission-guide-portfolio .package .list a:hover, .submission-guide-portfolio .package .list2 a:hover {
  color: #FF8400;
}
.submission-guide-portfolio .package .list {
  display: flex;
  margin-top: 30px;
}
.submission-guide-portfolio .package .list .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  padding: 20px;
  box-shadow: 0px 3px 12px 0px rgba(25, 50, 114, 0.1);
  border-radius: 6px;
}
.submission-guide-portfolio .package .list .item:nth-child(3n) {
  margin-right: 0;
}
.submission-guide-portfolio .package .list2 {
  margin-top: 30px;
}
.submission-guide-portfolio .package .list2 .item {
  padding: 20px;
  box-shadow: 0px 3px 12px 0px rgba(25, 50, 114, 0.1);
  border-radius: 6px;
}
.submission-guide-portfolio .package .list2 .item p {
  height: auto;
}
.submission-guide-portfolio .flowsheet {
  margin-bottom: 70px;
}
.submission-guide-portfolio .flowsheet .list {
  display: flex;
  width: 1240px;
  height: 343px;
  margin-top: 40px;
  background: url(/v2/assets/images/submission-combination/flowsheet_bg.png) no-repeat center/cover;
}
.submission-guide-portfolio .flowsheet .list .item {
  flex: 1;
  padding: 0 10px;
  text-align: center;
}
.submission-guide-portfolio .flowsheet .list .item h6 {
  font-size: 20px;
}
.submission-guide-portfolio .flowsheet .list .item p {
  font-size: 15px;
  color: #666666;
}
.submission-guide-portfolio .flowsheet .list .item:nth-child(odd) h6 {
  margin: 110px 0 10px;
  color: #2056F2;
}
.submission-guide-portfolio .flowsheet .list .item:nth-child(even) h6 {
  margin: 150px 0 10px;
  color: #FD6E72;
}
.submission-guide-portfolio.whole .introduction .details {
  height: 374px;
}
.submission-guide-portfolio.whole .introduction .details-box {
  padding: 50px 20px 50px 270px;
}
.submission-guide-portfolio.whole .introduction .details-box .alone {
  margin-left: 120px;
}
.submission-guide-portfolio.whole .introduction .details-box .alone img {
  margin-right: 5px;
}
.submission-guide-portfolio.high .introduction .details {
  height: 420px;
}
.submission-guide-portfolio.high .introduction .details-box {
  padding: 55px 10px 40px 250px;
}
.submission-guide-portfolio.high .introduction .details-box .contain h6 {
  font-size: 16px;
}
.submission-guide-portfolio.high .introduction .details-box .contain .list {
  position: relative;
  font-size: 14px;
}
.submission-guide-portfolio.high .introduction .details-box .contain .list .report {
  position: absolute;
  top: 25px;
  left: 25px;
  color: rgba(255, 255, 255, 0.6);
}
.submission-guide-portfolio.high .package .list2 h6 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #0E357F;
}
.submission-guide-portfolio.translate .introduction .details {
  height: 363px;
}
.submission-guide-portfolio.translate .introduction .details-box {
  padding: 55px 10px 42px 255px;
}
.submission-guide-portfolio.translate .introduction .details-box .contain .list {
  font-size: 14px;
}
.submission-guide-portfolio.translate .package .list3 .item {
  width: calc((100% - 20px) / 2);
}
.submission-guide-portfolio.translate .package .list3 .item:nth-child(2n) {
  margin-right: 0;
}
.submission-guide-portfolio .view-service-details {
  width: 1000px;
  padding: 50px 30px;
}
.submission-guide-portfolio .view-service-details .modal {
  font-size: 18px;
}
.submission-guide-portfolio .view-service-details .modal-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.submission-guide-portfolio .view-service-details .modal-title::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 24px;
  margin-right: 10px;
  background: #ff8400;
  border-radius: 6px;
}
.submission-guide-portfolio .view-service-details .modal-weekday {
  margin: 30px 0 30px 45px;
}
.submission-guide-portfolio .view-service-details .modal-text {
  margin-left: 45px;
}
.submission-guide-portfolio .view-service-details .modal-text h6 {
  margin-bottom: 15px;
  font-size: 20px;
}
.submission-guide-portfolio .view-service-details .modal-text .row {
  display: flex;
  line-height: 32px;
  margin-bottom: 10px;
}
.submission-guide-portfolio .view-service-details .modal-text .row:last-child {
  margin-bottom: 0;
}
.submission-guide-portfolio .view-service-details .modal-text .row .label {
  width: 35px;
}
.submission-guide-portfolio .view-service-details .modal-text .row .value {
  flex: 1;
}
.submission-guide-portfolio .view-service-details .close {
  position: fixed;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

/* SCI投稿指导组合 end */
/***** 自定义组合套餐 *****/
.free-combination .combination .give {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #FFE5BB;
}
.free-combination-package {
  overflow: hidden;
}
.free-combination-package .unselected-package {
  float: left;
  width: 920px;
  display: flex;
}
.free-combination-package .unselected-package .panel {
  flex: 1;
  margin-right: 20px;
}
.free-combination-package .unselected-package .panel h5 {
  font-size: 26px;
  font-weight: 600;
}
.free-combination-package .unselected-package .panel p {
  margin: 10px 0 20px;
  color: #666666;
}
.free-combination-package .unselected-package .panel .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 98px;
  padding: 0 10px;
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(17, 63, 142, 0.11);
  border-radius: 8px;
  border: 1px solid #A8A8A8;
}
.free-combination-package .unselected-package .panel .list .item-left .name {
  font-size: 20px;
  font-weight: 600;
}
.free-combination-package .unselected-package .panel .list .item-left .day {
  margin-top: 8px;
  color: #666666;
}
.free-combination-package .unselected-package .panel .list .item-right {
  display: flex;
  align-items: center;
}
.free-combination-package .unselected-package .panel .list .item-right .price {
  margin-right: 15px;
  font-size: 22px;
  font-weight: 600;
}
.free-combination-package .unselected-package .panel .list .item-right .choose-btn {
  display: block;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
}
.free-combination-package .unselected-package .panel .list .item-right .choose-btn.unselected-btn, .free-combination-package .unselected-package .panel .list .item-right .choose-btn.popup-btn {
  background: #FFFFFF;
  border: 1px solid #0E357F;
  color: #0E357F;
}
.free-combination-package .unselected-package .panel .list .item-right .choose-btn.selected-btn {
  display: none;
  background: #0E357F;
}
.free-combination-package .unselected-package .panel .list .item-right .choose-btn.disable-btn {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  cursor: not-allowed;
}
.free-combination-package .selected-package {
  float: left;
  width: 320px;
  margin-top: 40px;
  background: #FFFDF8;
  border-radius: 5px;
  border: 1px solid #E5C96A;
}
.free-combination-package .selected-package .color-block {
  width: 320px;
  height: 8px;
  background: linear-gradient(79deg, #E5C866 0%, #FDEEB8 66%, #E6CA6A 100%);
  border-radius: 5px 5px 0px 0px;
}
.free-combination-package .selected-package-box {
  padding: 30px 10px;
}
.free-combination-package .selected-package-box > h6 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.free-combination-package .selected-package-box > p {
  margin-top: 15px;
  text-align: center;
  color: #666666;
}
.free-combination-package .selected-package-box a {
  height: 54px;
  line-height: 54px;
}
.free-combination-package .selected-package-box a.blue-bg {
  margin-top: 15px;
}
.free-combination-package .selected-package-lists {
  font-size: 18px;
}
.free-combination-package .selected-package-lists .list {
  display: none;
  border-top: 1px solid #E5C96A;
  padding-top: 20px;
}
.free-combination-package .selected-package-lists .list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.free-combination-package .selected-package-lists .list li .dot {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  background: #333333;
  border-radius: 50%;
  margin-right: 5px;
}
.free-combination-package .selected-package-lists .list li .yuan {
  font-size: 14px;
}
.free-combination-package .selected-package-lists .list--1 {
  margin-top: 20px;
}
.free-combination-package .selected-package-lists .list--1 .number {
  text-align: right;
}
.free-combination-package .selected-package-lists .list--2 h6 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.free-combination-package .selected-package-lists .total {
  display: none;
}
.free-combination-package .selected-package-lists .total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E5C96A;
  padding: 20px 0 40px;
}
.free-combination-package .selected-package-lists .total-box .text {
  font-weight: 600;
}
.free-combination-package .selected-package-lists .total-box .yuan {
  font-size: 14px;
}

.picture-popup {
  width: 880px;
}
.picture-popup .close-icon {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
}
.picture-popup h4 {
  padding: 30px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.picture-popup .list {
  margin: 0 50px;
}
.picture-popup .list .item {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 40px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(17, 63, 142, 0.11);
  border-radius: 8px;
  border: 1px solid #A8A8A8;
}
.picture-popup .list .item .col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.picture-popup .list .item .col--1 {
  flex: 1;
}
.picture-popup .list .item .col--1 .name {
  font-size: 20px;
  font-weight: 600;
}
.picture-popup .list .item .col--1 .price {
  font-size: 22px;
  font-weight: 600;
}
.picture-popup .list .item .col--2 {
  display: flex;
  align-items: center;
  width: 340px;
  margin-left: 50px;
}
.picture-popup .list .item .col--2 .number {
  display: flex;
  align-items: center;
}
.picture-popup .list .item .col--2 .number a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.picture-popup .list .item .col--2 .number a.minus {
  border: 1px solid #D2D2D2;
  border-right: none;
}
.picture-popup .list .item .col--2 .number a.minus.disable {
  cursor: not-allowed;
  color: #999999;
}
.picture-popup .list .item .col--2 .number a.plus {
  border: 1px solid #D2D2D2;
  border-left: none;
}
.picture-popup .list .item .col--2 .number input {
  width: 90px;
  height: 30px;
  text-align: center;
  border: 1px solid #D2D2D2;
}
.picture-popup .list .item .col--2 .choose-btn {
  display: block;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
}
.picture-popup .list .item .col--2 .choose-btn.unselected-btn {
  background: #FFFFFF;
  border: 1px solid #0E357F;
  color: #0E357F;
}
.picture-popup .list .item .col--2 .choose-btn.selected-btn {
  display: none;
  background: #0E357F;
}
.picture-popup .blue-bg {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 40px auto;
  background: #0E357F;
  border-radius: 8px;
  font-size: 20px;
}

/* 英文润色table弹框 */
.english-editing-popup {
  z-index: 99 !important;
}
.english-editing-popup .comparison-plans {
  width: 75%;
  height: 800px;
  overflow-y: auto;
}
.english-editing-popup .comparison-plans .close {
  position: fixed;
  top: 3%;
  right: 1%;
  cursor: pointer;
  z-index: 100;
}
.english-editing-popup .comparison-plans table,
.english-editing-popup .comparison-plans tr,
.english-editing-popup .comparison-plans td {
  border-collapse: collapse;
}
.english-editing-popup .comparison-plans table {
  width: 93%;
  margin: 30px 4% 0 3%;
}
.english-editing-popup .comparison-plans table tr:nth-child(even) {
  background: #f5f9ff;
}
.english-editing-popup .comparison-plans table td {
  width: 25%;
  padding: 15px 10px;
  border: 1px solid #ececec;
}
.english-editing-popup .comparison-plans table td.bg {
  background: #e5efff;
}
.english-editing-popup .comparison-plans table td .desc {
  margin-top: 5px;
  font-size: 12px;
  color: #e60012;
}
.english-editing-popup .comparison-plans h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.english-editing-popup .comparison-plans .table-box {
  margin: 30px 0 50px;
}
.english-editing-popup .comparison-plans .table tr td:first-of-type {
  min-width: 220px;
}
.english-editing-popup .comparison-plans .table tr td:nth-of-type(3) {
  border-left: 2px solid #8fc8f6;
  border-right: 2px solid #8fc8f6;
}
.english-editing-popup .comparison-plans .table tr:first-of-type td:nth-of-type(3) {
  border-left: unset;
  border-right: unset;
}
.english-editing-popup .comparison-plans .table .col h6 {
  position: relative;
  height: 77px;
  line-height: 77px;
  text-align: center;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.english-editing-popup .comparison-plans .table .col h6 .vip-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.english-editing-popup .comparison-plans .table .col h6 .recommend {
  position: absolute;
  top: -1px;
  right: -1px;
}
.english-editing-popup .comparison-plans .table .col .content {
  padding: 20px;
  text-align: center;
}
.english-editing-popup .comparison-plans .table .col .content del {
  margin-left: 10px;
  font-size: 12px;
  color: #999999;
}
.english-editing-popup .comparison-plans .table .col .content .p1 {
  font-size: 14px;
  color: #999999;
}
.english-editing-popup .comparison-plans .table .col .content .p1 .red {
  font-size: 12px;
}
.english-editing-popup .comparison-plans .table .col .content .p1 .red font {
  font-size: 20px;
}
.english-editing-popup .comparison-plans .table .col .content .p2 {
  margin: 20px 0 30px;
  font-size: 14px;
  color: #666666;
}
.english-editing-popup .comparison-plans .table .col .content .btn-wrap {
  display: flex;
  justify-content: center;
}
.english-editing-popup .comparison-plans .table .col .content .btn-wrap .btn {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.english-editing-popup .comparison-plans .table .col--1 h6,
.english-editing-popup .comparison-plans .table .col--1 .btn {
  background: linear-gradient(123deg, #6688cc 0%, #7597db 100%);
}
.english-editing-popup .comparison-plans .table .col--2 h6,
.english-editing-popup .comparison-plans .table .col--2 .btn {
  background: linear-gradient(123deg, #cca966 0%, #e4c385 100%);
}
.english-editing-popup .comparison-plans .table .col--3 h6,
.english-editing-popup .comparison-plans .table .col--3 .btn {
  background: linear-gradient(123deg, #474766 0%, #707098 100%);
}
.english-editing-popup .comparison-plans .table .title {
  display: flex;
  align-items: center;
}
.english-editing-popup .comparison-plans .table .title .icon {
  width: 4px;
  height: 22px;
  background: #0e357f;
  margin-right: 20px;
}
.english-editing-popup .comparison-plans .table .title h5 {
  font-size: 22px;
  font-weight: bold;
}
.english-editing-popup .comparison-plans .table .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.english-editing-popup .comparison-plans .table .box .item {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
  padding: 15px 10px;
  border-right: 1px solid #ececec;
}
.english-editing-popup .comparison-plans .table .box .wh {
  height: 100%;
  background: #e5efff;
  padding: 10px;
}
.english-editing-popup .comparison-plans .table .box .bd {
  border-left: 2px solid #8fc8f6;
  border-right: 2px solid #8fc8f6;
}
.english-editing-popup .comparison-plans .different td {
  width: 20%;
}
.english-editing-popup .comparison-plans .different td .col--0 h6,
.english-editing-popup .comparison-plans .different td .col--0 .btn {
  background: linear-gradient(123deg, #97A2B6 0%, #A6B0C6 100%);
}
.english-editing-popup .comparison-plans .different td .col h6 {
  padding-left: 0 !important;
}
.english-editing-popup .comparison-plans .assessment {
  display: flex;
  margin-top: 5px;
}
.english-editing-popup .comparison-plans .assessment .triangle {
  margin: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent; /* 左半边宽度 */
  border-right: 5px solid transparent; /* 右半边宽度 */
  border-bottom: 10px solid #FF8400;
}

/* 翻译润色table弹框 */
.translation-editing-popup .table tr td:nth-of-type(3) {
  border-left: unset !important;
  border-right: unset !important;
}

/***** 推广落地页首页 *****/
.home-page .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.home-page .banner {
  position: relative;
  width: 100%;
  height: 570px;
  margin-top: 80px;
  background: #0E357F;
}
.home-page .banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .banner-inner .words {
  position: relative;
  color: #FFFFFF;
}
.home-page .banner-inner .words p {
  font-size: 20px;
  opacity: 0.8;
}
.home-page .banner-inner .words h4 {
  margin: 10px 0 30px;
  line-height: 48px;
  font-size: 30px;
  font-weight: 600;
}
.home-page .banner-inner .words h4 font, .home-page .banner-inner .words h4 span {
  color: #FFD500;
}
.home-page .banner-inner .words h4 span {
  font-size: 36px;
}
.home-page .banner-inner .words .pic {
  position: absolute;
  left: 596px;
  top: 80px;
  width: 308px;
  height: 430px;
}
.home-page .banner-inner .words .list a {
  display: inline-block;
  width: 243px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  margin: 0 20px 20px 0;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
}
.home-page .banner-inner .words .list a:hover {
  color: #FF8400;
}
.home-page .banner-inner .quote-form {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 4px;
}
.home-page .banner-inner .quote-form h6 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.home-page .banner-inner .quote-form h6::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 1px;
  background: linear-gradient(270deg, #333333 0%, rgba(7, 27, 64, 0) 100%);
  margin-right: 10px;
}
.home-page .banner-inner .quote-form h6::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, #0E357F 0%, #FFFFFF 100%);
  margin-left: 10px;
}
.home-page .banner-inner .quote-form p font {
  font-size: 20px;
  color: #FF8400;
}
.home-page .strength {
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.home-page .strength .item {
  flex: 1;
  margin-right: 10px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 3px 12px 1px rgba(34, 89, 161, 0.07);
}
.home-page .strength .item:last-child {
  margin-right: 0;
}
.home-page .strength .item h6 {
  margin: 20px 0 15px;
  font-size: 18px;
  font-weight: 600;
}
.home-page .strength .item p {
  line-height: 26px;
  color: #666666;
}
.home-page .university {
  padding-top: 185px;
  background: #F2F4FA;
}
.home-page .pain-point-resolution {
  padding: 50px 0;
}
.home-page .pain-point-resolution .box {
  display: flex;
  width: 1240px;
  height: 476px;
  background: url(/v2/assets/images/popularize/home/pain/bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 30px auto 0;
}
.home-page .pain-point-resolution .box h4 {
  height: 109px;
  line-height: 109px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.home-page .pain-point-resolution .box li {
  display: flex;
  margin-bottom: 40px;
}
.home-page .pain-point-resolution .box li:last-child {
  margin-bottom: 0;
}
.home-page .pain-point-resolution .box li .pic {
  width: 20px;
  height: 20px;
  margin: 3px 15px 0 0;
}
.home-page .pain-point-resolution .box li p {
  flex: 1;
  line-height: 26px;
  font-size: 18px;
}
.home-page .pain-point-resolution .box-left {
  width: 605px;
}
.home-page .pain-point-resolution .box-left ul {
  width: 455px;
  padding: 60px 0 0 35px;
}
.home-page .pain-point-resolution .box-right {
  flex: 1;
}
.home-page .pain-point-resolution .box-right ul {
  padding: 30px 60px 0 100px;
}
.home-page .published {
  padding: 50px 0;
  background: #F2F4FA;
}
.home-page .published .list {
  display: flex;
  margin-top: 30px;
}
.home-page .published .item {
  width: 298px;
  height: 300px;
  margin-right: 16px;
}
.home-page .published .item h5 {
  padding: 80px 0 0 20px;
  font-size: 24px;
}
.home-page .published .item p {
  padding: 20px;
  line-height: 32px;
  color: #666666;
}
.home-page .published .item--01 {
  background: url(/v2/assets/images/popularize/home/published/01.png) no-repeat;
}
.home-page .published .item--01 a:hover h5 {
  color: #FDA24D;
}
.home-page .published .item--02 {
  background: url(/v2/assets/images/popularize/home/published/02.png) no-repeat;
}
.home-page .published .item--02 a:hover h5 {
  color: #908BFD;
}
.home-page .published .item--03 {
  background: url(/v2/assets/images/popularize/home/published/03.png) no-repeat;
}
.home-page .published .item--03 a:hover h5 {
  color: #45DBE0;
}
.home-page .published .item--04 {
  background: url(/v2/assets/images/popularize/home/published/04.png) no-repeat;
  margin-right: 0;
}
.home-page .published .item--04 a:hover h5 {
  color: #4CD29D;
}
.home-page .subjects {
  padding: 50px 0;
}
.home-page .subjects .list {
  display: flex;
  margin-top: 30px;
}
.home-page .subjects .item {
  flex: 1;
  padding: 40px 0;
  margin-right: 23px;
  text-align: center;
  border-radius: 6px;
}
.home-page .subjects .item--01 {
  background: #E3D69F;
}
.home-page .subjects .item--02 {
  background: #9DCED2;
}
.home-page .subjects .item--03 {
  background: #87BBD7;
}
.home-page .subjects .item--04 {
  background: #D6BAC2;
}
.home-page .subjects .item--05 {
  background: #B2ABD5;
  margin-right: 0;
}
.home-page .subjects .item h6 {
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: 600;
}
.home-page .subjects .item p {
  line-height: 26px;
}
.home-page .reasons {
  padding: 30px 0;
}
.home-page .reasons .box {
  position: relative;
  margin-top: 30px;
}
.home-page .reasons .box h4 {
  width: 197px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 41px;
  font-size: 28px;
  font-weight: 600;
}
.home-page .reasons .box-left {
  width: 704px;
  padding: 77px 50px;
  background: #5582D7;
  box-shadow: 0px 3px 12px 1px rgba(24, 75, 170, 0.47);
  border-radius: 20px;
}
.home-page .reasons .box-left h4 {
  background: #FFFFFF;
  color: #0E357F;
}
.home-page .reasons .box-left li {
  display: flex;
  padding: 30px 5px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.home-page .reasons .box-left li .pic {
  width: 21px;
  height: 21px;
  margin: 8px 15px 0 0;
}
.home-page .reasons .box-left li p {
  flex: 1;
  line-height: 42px;
  font-size: 26px;
}
.home-page .reasons .box-left li p span {
  color: #FFD500;
}
.home-page .reasons .box-left li:last-child {
  padding: 30px 5px 0;
  border-bottom: none;
}
.home-page .reasons .box-right {
  position: absolute;
  left: 623px;
  top: 39px;
  z-index: -1;
  width: 617px;
  padding: 40px 30px 40px 125px;
  background: #EBEFFA;
  box-shadow: 0px 3px 12px 1px rgba(195, 201, 217, 0.66);
  border-radius: 20px;
}
.home-page .reasons .box-right h4 {
  background: #DBE0F1;
  color: #666666;
}
.home-page .reasons .box-right li {
  padding: 30px 5px;
  line-height: 42px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 24px;
  color: #666666;
}
.home-page .reasons .box-right li:last-child {
  padding: 26px 5px 0;
  border-bottom: none;
}
.home-page .experts-team {
  padding: 50px 0 0;
}
.home-page .experts-team .tabs {
  margin-top: 30px;
}
.home-page .experts-team .tabs-header {
  width: 1240px;
  margin: 0 auto;
}
.home-page .experts-team .tabs-header a {
  display: inline-block;
  height: 76px;
  line-height: 76px;
  padding: 0 60px;
  font-size: 22px;
  color: #666666;
}
.home-page .experts-team .tabs-header a.active {
  background: #E0E5F3;
  border-radius: 22px 22px 0 0;
  font-weight: 600;
  color: #0E357F;
}
.home-page .experts-team .tabs-content {
  width: 100%;
  padding: 50px 0 30px;
  background: #E0E5F3;
}
.home-page .experts-team .tabs-content .layui-carousel {
  display: none;
}
.home-page .experts-team .tabs-content .layui-carousel > [carousel-item] > * {
  background-color: #E0E5F3;
}
.home-page .experts-team .tabs-content .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
  left: 50%;
  margin-left: -676px;
}
.home-page .experts-team .tabs-content .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: 50%;
  margin-right: -676px;
}
.home-page .experts-team .tabs-content .slide {
  display: flex;
  width: 1240px;
  height: 424px;
  margin: 0 auto;
  padding: 30px 50px 0 60px;
  background: url(/v2/assets/images/expert/bg.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 10px;
}
.home-page .experts-team .tabs-content .slide .info {
  flex: 1;
  color: #ffffff;
}
.home-page .experts-team .tabs-content .slide .info--1 {
  display: flex;
  align-items: center;
  margin: 30px 0 10px;
}
.home-page .experts-team .tabs-content .slide .info--1 h4 {
  font-size: 26px;
  font-weight: 600;
}
.home-page .experts-team .tabs-content .slide .info--1 .pic {
  width: 32px;
  height: 21px;
  margin: 0 5px 0 18px;
}
.home-page .experts-team .tabs-content .slide .info--1 .viewResume {
  margin-left: 20px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #ffffff;
}
.home-page .experts-team .tabs-content .slide .info--1 .viewResume:hover {
  color: #ff8400;
  border-bottom-color: #ff8400;
}
.home-page .experts-team .tabs-content .slide .info--1 .viewResume i {
  font-size: 12px;
}
.home-page .experts-team .tabs-content .slide .info--2 {
  display: flex;
}
.home-page .experts-team .tabs-content .slide .info--2 .CV {
  margin-right: 10px;
}
.home-page .experts-team .tabs-content .slide .info--2 .CV font {
  font-size: 28px;
  color: #ff8400;
}
.home-page .experts-team .tabs-content .slide .info--2 .CV .plus {
  margin-right: 3px;
  color: #ff8400;
}
.home-page .experts-team .tabs-content .slide .info--2 .CV i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
}
.home-page .experts-team .tabs-content .slide .info--2 .tags span {
  display: inline-block;
  padding: 0 15px;
  height: 37px;
  line-height: 37px;
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  color: #ffffff;
}
.home-page .experts-team .tabs-content .slide .info--3 {
  margin: 24px 0;
  line-height: 26px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.home-page .experts-team .tabs-content .slide .info--4 p {
  margin-top: 15px;
}
.home-page .experts-team .tabs-content .slide .info--4 p label {
  font-size: 15px;
}
.home-page .experts-team .tabs-content .slide .info--4 p span {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-page .experts-team .tabs-content .slide .head img {
  display: block;
  width: 100%;
  height: 100%;
}