@charset "UTF-8";
@font-face {
  font-family: DIN;
  src: url("/assets/font/DIN-Bold.otf");
}
.iconfont.right {
  color: #36ab60;
  margin-right: 8px;
}

.iconfont.wrong {
  color: #cccccc;
  margin-right: 8px;
}

/** 滑动价格修改默认样式 **/
.slider.slider-horizontal {
  width: 720px;
  height: 44px;
}

.slider.slider-horizontal .slider-track {
  height: 14px;
  background: #eeeeee;
}

.slider.slider-horizontal .slider-selection {
  background: #ff8400;
  border-radius: 7px;
}

.slider-handle {
  width: 44px;
  height: 44px;
  background: #ff8400;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -22px;
  margin-top: -15px;
}

.tooltip-main .tooltip-arrow {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #ff8400;
}

.tooltip-main .tooltip-inner {
  padding: 10px 20px;
  background: #ff8400;
  border-radius: 4px;
  font-size: 22px;
  font-family: DIN;
  color: #ffffff;
}

.slider .tooltip.top {
  margin-top: -60px;
}

/** 公用 - banner **/
.banner {
  width: 100%;
  height: 520px;
  margin-top: 137px;
}
.banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 520px;
}
.banner-inner .text {
  flex: 1;
}
.banner-inner .text h2 {
  font-size: 52px;
  color: #0e357f;
  font-weight: 600;
}
.banner-inner .text h2 span {
  display: inline-block;
  vertical-align: top;
  height: 41px;
  line-height: 41px;
  text-align: center;
  padding: 0 12px;
  margin-left: 12px;
  border-radius: 21px 21px 21px 0px;
  font-size: 16px;
  color: #ffffff;
}
.banner-inner .text p {
  line-height: 32px;
  font-size: 20px;
  color: #666666;
  margin: 13px 0 36px;
}
.banner-inner .text .list li {
  display: flex;
  align-items: center;
  line-height: 44px;
  color: #666666;
}
.banner-inner .text .list li span {
  display: block;
  flex: 1;
}
.banner-inner .text h4 {
  margin: 30px 0 18px -10px;
  font-size: 26px;
}
.banner-inner .text .addlist li {
  line-height: 24px;
  margin-bottom: 14px;
  font-size: 18px;
}
.banner-inner .text .addlist li span {
  display: inline-block;
  width: 230px;
}
.banner-inner .text .addlist li span img {
  margin: -3px 8px 0 0;
}
.banner-inner .form {
  width: 390px;
  padding: 30px;
  margin-left: 50px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 6px 12px rgba(184, 192, 206, 0.15);
}
.banner-inner .form h4 {
  font-size: 28px;
  font-weight: bold;
}
.banner-inner .form h4 img {
  vertical-align: top;
  margin-left: 7px;
}
.banner-inner .form h5 {
  margin: 15px 0;
  font-size: 14px;
  color: #999999;
}
.banner-inner .form h5 span {
  font-size: 32px;
  font-family: DIN;
  color: #e60012;
}
.banner-inner .form .tips {
  display: block;
  width: 280px;
  line-height: 46px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  background: rgba(255, 132, 0, 0.08);
  color: #ff8400;
  border-radius: 50px;
}
.banner-inner .form p {
  margin: 20px 0;
  color: #999999;
}
.banner-inner .form .form-item input {
  line-height: 48px;
}
.banner-inner .form .form-item label.error {
  top: 50px;
}
.banner-inner .form .form-item button {
  height: 54px;
  line-height: 54px;
  font-size: 20px;
}
.banner-inner .words {
  width: 780px;
}
.banner-inner .words h2 {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  color: #0e357f;
}
.banner-inner .words p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}
.banner-inner .words h4 {
  font-size: 24px;
  color: #e60012;
}
.banner-inner .words h4 span {
  font-family: DIN;
  font-size: 28px;
}
.banner-inner .words a {
  display: inline-block;
  width: 198px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin-top: 30px;
  border-radius: 2px;
  font-size: 24px;
}

/** 公用 - 适合人群 **/
.crowd {
  margin: 50px auto;
  padding: 30px 40px;
  background: #f9fbff;
}
.crowd-list {
  display: flex;
  margin-top: 30px;
}
.crowd-item {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-right: 30px;
  background: #ffffff;
  border-radius: 2px;
}
.crowd-item:nth-of-type(2n) {
  margin-right: 0;
}
.crowd-item .pic {
  width: 92px;
  height: 89px;
}
.crowd-item .text {
  margin-left: 10px;
  font-size: 22px;
  line-height: 35px;
}

/** 公用 - 专属特权 **/
.privilege {
  padding: 50px 0;
}
.privilege .title-text {
  margin-bottom: 40px;
}
.privilege-list {
  display: flex;
  margin-bottom: 30px;
}
.privilege-list:last-child {
  margin-bottom: 0;
}
.privilege-item {
  flex: 1;
  margin-right: 38px;
  padding: 20px 30px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.privilege-item:nth-of-type(3n) {
  margin-right: 0;
}
.privilege-item .pic {
  width: 52px;
  height: 52px;
}
.privilege-item .text h4 {
  margin-top: 24px;
  font-size: 28px;
  font-weight: bold;
}
.privilege-item .text p {
  line-height: 34px;
  color: #666666;
  margin: 12px 0;
}

/** 公用 - 返稿示例 **/
.example {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: url(/assets/images/case_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.example .title {
  color: #ffffff;
}
.example-container {
  margin: 30px auto;
}
.example-slide {
  display: flex;
  height: 440px;
  padding: 20px 0;
  background: #ffffff;
}
.example-slide .subject {
  width: 175px;
  margin-right: 20px;
  padding-top: 40px;
}
.example-slide .subject li {
  font-size: 20px;
}
.example-slide .subject li.active, .example-slide .subject li:hover {
  background: linear-gradient(90deg, rgba(255, 149, 0, 0.3), rgba(27, 104, 248, 0));
}
.example-slide .subject li.active a, .example-slide .subject li:hover a {
  color: #0e357f;
  border-left: 2px solid #ffaa7f;
}
.example-slide .subject li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 26px;
}
.example-slide .pic {
  flex: 1;
}
.example-slide .pic li {
  height: 400px;
  display: none;
}
.example-slide .pic li.active {
  display: block;
}
.example-slide .pic li img {
  padding: 20px;
}

/** 公用 - 助力成功发表 **/
.step {
  width: 100%;
  padding: 50px 0;
  background: #f9f9f9;
}
.step-line {
  margin: 30px 0;
  text-align: center;
}
.step-line span {
  font-size: 20px;
  color: #0e357f;
}
.step-line span:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 50px;
  height: 1px;
  margin: 0 4px;
  background: #0e357f;
}
.step-line span i {
  display: inline-block;
  width: 26px;
  line-height: 26px;
  margin-right: 4px;
  background: #0e357f;
  border-radius: 50%;
  font-style: normal;
  font-family: DIN;
  font-size: 16px;
  color: #ffffff;
}
.step-line span:first-child::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #0e357f 100%);
  margin-right: 8px;
}
.step-line span:last-child::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 100px;
  height: 1px;
  background: linear-gradient(102deg, #0e357f 0%, rgba(255, 255, 255, 0) 100%);
}
.step-item {
  display: flex;
  align-items: center;
  padding: 25px 45px;
  margin-bottom: 22px;
  background: #ffffff;
  border-radius: 4px;
}
.step-item:last-child {
  margin-bottom: 0;
}
.step-item .pic {
  width: 69px;
  height: 69px;
  margin-right: 45px;
}
.step-item .text {
  flex: 1;
}
.step-item .text h4 {
  font-size: 24px;
  font-weight: bold;
}
.step-item .text p {
  line-height: 34px;
  margin-top: 15px;
  color: #666666;
}
.step-item .text .orange-bg {
  display: block;
  width: 142px;
  line-height: 48px;
  text-align: center;
  margin-top: 15px;
}

/** 公用 - 多轮润色服务说明 **/
.description {
  width: 100%;
  padding: 50px 0;
  background: #ffffff;
}
.description-cont {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.description-cont .pic {
  width: 440px;
  height: 365px;
  margin-right: 50px;
}
.description-cont .text {
  flex: 1;
}
.description-cont .text h4 {
  font-size: 32px;
  font-weight: bold;
}
.description-cont .text ul {
  line-height: 52px;
  margin: 20px 0 25px;
  font-size: 18px;
  color: #666666;
}
.description-cont .text ul .layui-badge-dot {
  margin-right: 10px;
}
.description-cont .text .tips {
  padding: 20px;
  line-height: 32px;
  background: rgba(255, 132, 0, 0.04);
  border-radius: 2px;
  color: #ff8400;
  font-size: 18px;
}

/** 公用 - 服务流程 **/
.process {
  padding: 50px 0;
}
.process-list {
  display: flex;
  margin-bottom: 30px;
}
.process-list:last-child {
  margin-bottom: 0;
}
.process-item {
  flex: 1;
  display: flex;
  padding: 30px 20px;
  margin-right: 30px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.process-item:nth-of-type(3n) {
  margin-right: 0;
}
.process-item .number {
  width: 55px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #f5f7fa;
  border-radius: 50%;
  color: #0e357f;
  font-size: 30px;
  font-family: DIN;
  margin-right: 18px;
}
.process-item .text {
  flex: 1;
}
.process-item .text h5 {
  line-height: 33px;
  font-size: 22px;
  font-weight: bold;
}
.process-item .text p {
  margin-top: 20px;
  line-height: 26px;
  color: #666666;
}

/** 公用 - 常见问题 **/
.problem {
  padding: 50px 0;
  background: #f5f7fa;
}
.problem-item {
  position: relative;
  padding: 30px 38px 30px 56px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px 4px rgba(232, 232, 232, 0.1);
  border-radius: 10px;
}
.problem-item:last-child {
  margin-bottom: 0;
}
.problem-item .number {
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  line-height: 48px;
  margin: -24px 0 0 -24px;
  background: #0e357f;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-family: DIN;
  color: #ffffff;
}
.problem-item .text h5 {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #0e357f;
}
.problem-item .text .line {
  margin: 15px 0;
  border: 1px dashed #ff8400;
}
.problem-item .text p {
  line-height: 36px;
  font-size: 18px;
}
.problem-item .text .orange-bg {
  display: block;
  width: 142px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  border-radius: 4px;
}

/** 公用 - 不知该如何选择 **/
.help {
  width: 100%;
  padding: 50px 0 30px;
  background: #ffffff;
}
.help-list {
  display: flex;
}
.help-item {
  flex: 1;
  text-align: center;
  padding: 30px 25px;
  margin-right: 25px;
  background: #f9fafc;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
}
.help-item:last-child {
  margin-right: 0;
}
.help-item .iconfont {
  font-size: 36px;
}
.help-item .text {
  margin-top: 22px;
  font-size: 20px;
}
.help-item p {
  line-height: 24px;
  color: #999999;
}
.help-item .tel {
  font-size: 38px;
  font-family: DIN;
  color: #0e357f;
  margin: 12px auto 28px;
}
.help-item .btn {
  margin: 18px 0 28px;
}
.help-item .btn a {
  display: block;
  width: 172px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
}
.help-item .weChat {
  width: 90px;
  height: 90px;
  margin: 10px auto 14px;
}
.help-item .weChat img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ff8400;
}
.help-item .email {
  margin: 24px auto 36px;
}
.help-item .email a {
  font-size: 22px;
  color: #0e357f;
}

/** 公用 - 同行评审专家、期刊推荐专家 **/
.experts {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background: url(/assets/images/case_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.experts-inner {
  width: 1423px;
  margin: 0 auto;
}
.experts .title-text {
  color: #ffffff;
}
.experts .title-text > p {
  color: rgba(255, 255, 255, 0.8);
}
.experts .tags {
  text-align: center;
  margin-bottom: 30px;
}
.experts .tags span {
  display: inline-block;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 15px;
  color: #ffffff;
}
.experts .tags span:last-child {
  margin-right: 0;
}
.experts .swiper-wrapper {
  height: 500px;
}
.experts .swiper-slide {
  background: #ffffff;
  border-radius: 8px;
}
.experts .swiper-slide-prev {
  width: 800px !important;
  left: -120px;
  margin-left: 56px;
}
.experts .swiper-slide-active {
  width: 1000px !important;
  left: -640px;
}
.experts .swiper-slide-next {
  width: 800px !important;
  left: -1160px;
}
.experts .slide-left {
  height: 500px;
  padding: 40px 30px;
  background: #f5f7fa;
  border-radius: 8px 30px 30px 8px;
}
.experts .slide-left .pic {
  width: 200px;
  height: auto;
}
.experts .slide-left h4 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
}
.experts .slide-left h4 img {
  width: 32px;
  height: 22px;
  margin-left: 15px;
}
.experts .slide-left .text {
  margin: 20px 0;
}
.experts .slide-left .text li {
  margin-bottom: 12px;
}
.experts .slide-left .text li:last-child {
  margin-bottom: 0;
}
.experts .slide-left .text span {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  background: rgba(255, 132, 0, 0.08);
  color: #ff8400;
}
.experts .slide-left h5 {
  font-size: 24px;
}
.experts .slide-left h5 span {
  color: #0e357f;
  font-family: DIN;
}
.experts .slide-right {
  flex: 1;
  padding: 0 40px;
}
.experts .slide-right h6 {
  font-weight: 600;
}
.experts .slide-right p {
  line-height: 33px;
  margin-top: 15px;
}
.experts .slide-right .resume {
  margin-top: 60px;
}
.experts .slide-right .resume .red {
  font-family: DIN;
  margin: 0 3px;
}

/** 公用 - 同行评审、期刊推荐需要提交的资料 **/
.data {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.data-item {
  margin-top: 30px;
  padding: 20px 0;
  background: #ffffff;
  border-radius: 4px;
  font-size: 20px;
  color: #666666;
}
.data-item span {
  margin-left: -22px;
  display: inline-block;
  width: 44px;
  line-height: 44px;
  text-align: center;
  background: #0e357f;
  border-radius: 50%;
  font-family: DIN;
  font-size: 22px;
  color: #ffffff;
}
.data-item img {
  margin: 0 15px 0 30px;
}
.data-item a {
  text-decoration: underline;
}
.data-item a:hover {
  color: #ff8400;
}

/** 公用 - 上传稿件，获取询价 **/
.inquiry {
  padding: 50px 0;
  background: linear-gradient(90deg, #084dbd, #0e357f);
}
.inquiry-inner {
  padding: 30px 0;
  background: #ffffff;
  box-shadow: 0 6px 12px 4px rgba(163, 170, 182, 0.15);
}
.inquiry form {
  margin-top: 30px;
}
.inquiry form input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin: -3px 5px 0 0;
  cursor: pointer;
}
.inquiry form .radios {
  text-align: center;
}
.inquiry form .radios span {
  margin-right: 78px;
  font-size: 22px;
}
.inquiry form .radios span:last-child {
  margin-right: 0;
}
.inquiry form .inline {
  display: flex;
  justify-content: center;
}
.inquiry form .inline input {
  width: 300px;
  height: 60px;
  line-height: 58px;
  margin-right: 20px;
  font-size: 18px;
  color: #666666;
}
.inquiry form .inline label.error {
  top: 62px;
}
.inquiry form .inline .orange-bg {
  width: 150px;
  height: 60px;
  font-size: 24px;
}
.inquiry form .article {
  margin-top: 10px;
  font-size: 18px;
  color: #999999;
}
.inquiry form .article .blue {
  margin: 0 3px;
}
.inquiry form .article .blue:hover {
  color: #ff8400;
}
.inquiry form .article span {
  margin-left: 78px;
}

/** 公用 - 润色服务方案 **/
.polish-plan {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.polish-plan .plan-list {
  display: flex;
  margin: 30px 0;
}
.polish-plan .plan-item {
  flex: 1;
  margin-right: 40px;
  background: #ffffff;
  border-radius: 20px;
}
.polish-plan .plan-item:last-child {
  margin-right: 0;
}
.polish-plan .plan-item .desc {
  position: relative;
  width: auto;
  height: 145px;
}
.polish-plan .plan-item .desc > img {
  display: block;
  width: 100%;
  height: 100%;
}
.polish-plan .plan-item .desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.polish-plan .plan-item .desc-text h4 {
  padding: 35px 0 10px;
  font-size: 28px;
}
.polish-plan .plan-item .desc-text h4 img {
  vertical-align: top;
  margin-left: 10px;
}
.polish-plan .plan-item .desc-text h5 {
  font-size: 22px;
}
.polish-plan .plan-item .cont {
  padding: 15px 40px 30px;
}
.polish-plan .plan-item .cont h5 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999999;
}
.polish-plan .plan-item .cont h5 span {
  font-size: 24px;
  color: #e60012;
}
.polish-plan .plan-item .cont h5 b {
  font-size: 40px;
  font-family: DIN;
  color: #e60012;
}
.polish-plan .plan-item .cont .choose a {
  font-size: 22px;
  color: #0e357f;
  text-decoration: underline;
}
.polish-plan .plan-item .cont .choose a:hover {
  color: #ff8400;
}
.polish-plan .plan-item .cont ul {
  height: 330px;
  text-align: left;
  margin: 30px 0;
}
.polish-plan .plan-item .cont ul li {
  display: flex;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 18px;
}
.polish-plan .plan-item .cont ul li.extra {
  font-size: 22px;
  color: #E60012;
}
.polish-plan .plan-item .cont .orange-bg {
  display: block;
  line-height: 52px;
  text-align: center;
  border-radius: 2px;
}
.polish-plan .plan-tips {
  margin-bottom: 30px;
  color: #666666;
}
.polish-plan .plan-btns a {
  display: inline-block;
  width: 240px;
  line-height: 72px;
  font-size: 24px;
}
.polish-plan .plan-btns a.blue-bg {
  margin-right: 20px;
}

/** 公用 - 润色案例图片移入 **/
.move-case {
  padding: 50px 0;
  background: #f5f7fa;
}
.move-case .case-list {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.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: 450px;
  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: 450px;
  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;
}

/**** SCI论文英文润色、学术翻译润色、投稿前同行评审 ****/
.english,
.translation {
  /** 服务介绍 **/
  /** 增值服务 **/
}
.english .banner .words h2,
.translation .banner .words h2 {
  font-size: 60px;
}
.english .banner .words h3,
.translation .banner .words h3 {
  font-size: 36px;
  color: #ff8400;
  margin-top: 10px;
}
.english .banner .words p,
.translation .banner .words p {
  margin: 20px 0 50px;
  font-size: 24px;
  line-height: 40px;
}
.english .banner .words p .orange,
.translation .banner .words p .orange {
  font-family: DIN;
}
.english .banner .words a,
.translation .banner .words a {
  margin-top: 0;
}
.english .banner .words a.orange-bg,
.translation .banner .words a.orange-bg {
  margin-left: 20px;
}
.english .intro,
.translation .intro {
  padding: 50px 0;
}
.english .intro-tags,
.translation .intro-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.english .intro-tags span,
.translation .intro-tags span {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 16px;
  background: rgba(14, 53, 127, 0.04);
  border-radius: 2px;
  font-size: 16px;
  color: #0e357f;
}
.english .intro-tags span:last-child,
.translation .intro-tags span:last-child {
  margin-right: 0;
}
.english .intro-cont,
.translation .intro-cont {
  display: flex;
  align-items: center;
}
.english .intro-cont .pic,
.translation .intro-cont .pic {
  width: 567px;
  height: 293px;
  border-radius: 2px;
  margin-right: 80px;
}
.english .intro-cont .text,
.translation .intro-cont .text {
  flex: 1;
}
.english .intro-cont .text h4,
.translation .intro-cont .text h4 {
  font-size: 28px;
  font-weight: 600;
}
.english .intro-cont .text-list li,
.translation .intro-cont .text-list li {
  font-size: 22px;
  margin-top: 40px;
}
.english .intro-cont .text-list li img,
.translation .intro-cont .text-list li img {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.english .added,
.translation .added {
  padding: 50px 0;
}
.english .added-list,
.translation .added-list {
  display: flex;
  margin-bottom: 30px;
}
.english .added-list:last-child,
.translation .added-list:last-child {
  margin-bottom: 0;
}
.english .added-item,
.translation .added-item {
  flex: 1;
  height: 330px;
  padding: 30px 30px 0;
  text-align: center;
  margin-right: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  background: #ffffff;
  transition: all 0.5s;
}
.english .added-item:hover,
.translation .added-item:hover {
  background: #1b5ad0;
  cursor: pointer;
  color: #ffffff;
}
.english .added-item:hover p,
.translation .added-item:hover p {
  color: rgba(255, 255, 255, 0.75);
}
.english .added-item:hover .img_def,
.translation .added-item:hover .img_def {
  display: none;
}
.english .added-item:hover .img_sel,
.translation .added-item:hover .img_sel {
  display: inline-block;
}
.english .added-item:nth-of-type(2n),
.translation .added-item:nth-of-type(2n) {
  margin-right: 0;
}
.english .added-item h4,
.translation .added-item h4 {
  margin: 30px 0 15px;
  font-size: 28px;
}
.english .added-item p,
.translation .added-item p {
  line-height: 34px;
  color: #666666;
}
.english .added-item .img_def,
.translation .added-item .img_def {
  display: inline-block;
}
.english .added-item .img_sel,
.translation .added-item .img_sel {
  display: none;
}

/**** SCI论文英文润色 ****/
.english {
  /** 服务方案 **/
  /** 交付方案弹框 **/
}
.english .banner {
  background: url(/assets/images/english/banner.png?v=20221202) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 197px;
}
.english .banner .pic {
  margin-top: 74px;
}
.english .polish-plan .cont {
  border: 1px solid #e9e9e9;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.english .popup-box {
  width: 60%;
  height: 770px;
  padding: 30px 50px;
  border-radius: 8px;
}
.english .popup-box > p {
  text-align: center;
  font-size: 14px;
  margin: 10px 0 20px;
}
.english .popup-box table {
  width: 100%;
}
.english .popup-box table th,
.english .popup-box table td {
  border: 1px solid #e9e9e9;
}
.english .popup-box table th {
  height: 82px;
}
.english .popup-box table th:first-child {
  position: relative;
}
.english .popup-box table th .time {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 82px solid #0e357f;
  border-left: 180px solid transparent;
}
.english .popup-box table th .time span {
  position: absolute;
  right: 10px;
  top: -72px;
  white-space: nowrap;
  font-size: 18px;
}
.english .popup-box table th .number {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 82px solid #0076f6;
  border-right: 180px solid transparent;
}
.english .popup-box table th .number span {
  position: absolute;
  left: 10px;
  top: 48px;
  white-space: nowrap;
  font-size: 18px;
}
.english .popup-box table td {
  text-align: center;
  height: 62px;
}
.english .popup-box table td:first-child {
  text-align: left;
  padding-left: 10px;
}
.english .popup-box table td .money {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
}
.english .popup-box table td.discount {
  position: relative;
}
.english .popup-box table td.discount .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 37px solid #e60012;
  border-left: 50px solid transparent;
}
.english .popup-box table td.discount .text span {
  position: absolute;
  right: 2px;
  top: -36px;
  white-space: nowrap;
  font-size: 14px;
  color: #ffffff;
}
.english .popup-box table td .line {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}
.english .popup-box table thead tr {
  background: #0e357f;
  color: #ffffff;
}
.english .popup-box table tbody tr:nth-of-type(even) {
  background: #f1f4f9;
}
.english .popup-box .tips {
  margin: 10px 0 20px;
}
.english .popup-box .tips p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.english .popup-box .orange-bg {
  display: block;
  width: 360px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 2px;
}

/**** 优质版、润色版 ****/
.high .banner,
.retouch .banner {
  background: url(/assets/images/high/banner.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 197px;
}
.high .banner h2 span,
.retouch .banner h2 span {
  background: linear-gradient(180deg, #27d1cb 0%, #4695fe 100%);
}

/**** 标准版 ****/
.standard .banner,
.standardEdition .banner {
  background: url(/assets/images/standard/banner.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 197px;
}
.standard .banner h2 span,
.standardEdition .banner h2 span {
  background: linear-gradient(180deg, #4ddfa6 0%, #13ba99 100%);
}

.standard {
  /** 专属特权 **/
}
.standard .privilege-item {
  display: flex;
  padding: 20px;
  margin-right: 30px;
}
.standard .privilege-item:nth-of-type(2n) {
  margin-right: 0;
}
.standard .privilege-item .pic {
  margin-right: 30px;
}
.standard .privilege-item .text {
  flex: 1;
}
.standard .privilege-item .text h4 {
  margin-top: 0;
}

.standardEdition .step .text {
  font-size: 22px;
}

/**** 科学版、全程版 ****/
.depth .banner,
.whole .banner {
  background: url(/assets/images/depth/banner.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 197px;
}
.depth .banner h2 span,
.whole .banner h2 span {
  background: linear-gradient(180deg, #789bff 0%, #957aff 100%);
}
.depth .banner .list li,
.whole .banner .list li {
  line-height: 34px;
}

/**** 服务方案对比 ****/
.compare .table {
  margin-top: 247px;
}
.compare .table table {
  width: 100%;
}
.compare .table table th,
.compare .table table td {
  width: 25%;
  padding: 20px;
  line-height: 26px;
  border: 1px solid #e9e9e9;
}
.compare .table table tbody tr:hover {
  background: #f5f7fa;
}
.compare .table-plan {
  text-align: center;
}
.compare .table-plan th.standard {
  background: linear-gradient(89deg, rgba(78, 224, 166, 0.04) 0%, rgba(19, 186, 153, 0.04) 100%);
}
.compare .table-plan th.standard .tips {
  border: 1px solid #13ba99;
  color: #13ba99;
}
.compare .table-plan th.high {
  background: rgba(67, 157, 248, 0.04);
}
.compare .table-plan th.high .tips {
  border: 1px solid #4795ff;
  color: #4795ff;
}
.compare .table-plan th.depth {
  background: rgba(149, 122, 255, 0.04);
}
.compare .table-plan th.depth .tips {
  border: 1px solid #957aff;
  color: #957aff;
}
.compare .table-plan th.standard h4, .compare .table-plan th.high h4, .compare .table-plan th.depth h4 {
  font-size: 26px;
  font-weight: bold;
}
.compare .table-plan th.standard .tips, .compare .table-plan th.high .tips, .compare .table-plan th.depth .tips {
  display: inline-block;
  padding: 3px 10px;
  margin-top: 20px;
  text-align: center;
  border-radius: 21px;
}
.compare .table-plan td .p1 {
  color: #999999;
}
.compare .table-plan td .p1 .money {
  margin-right: 3px;
  font-size: 34px;
  font-family: DIN;
}
.compare .table-plan td .p2 {
  margin: 15px 0;
  color: #999999;
  text-decoration: line-through;
}
.compare .table-plan td .orange-bg {
  display: block;
  width: 220px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}
.compare .table-plan tr:nth-child(even) {
  background: #fcfcfd;
}
.compare .table-service th, .compare .table-added th {
  font-size: 22px;
}
.compare .table-service td, .compare .table-added td {
  text-align: center;
}
.compare .table-service td:first-child, .compare .table-added td:first-child {
  text-align: left;
}
.compare .table-service td .right,
.compare .table-service td .wrong, .compare .table-added td .right,
.compare .table-added td .wrong {
  margin-right: 0;
}
.compare .table-service tr:nth-child(odd), .compare .table-added tr:nth-child(odd) {
  background: #fcfcfd;
}
.compare .table-added td .blue {
  margin-left: 20px;
}
.compare .table-added td .blue:hover {
  color: #ff8400;
}
.compare .table-added td .flex {
  display: flex;
  align-items: center;
}
.compare .table-added td .red {
  margin-left: 5px;
}
.compare .popup-box {
  width: 600px;
  height: 800px;
  padding: 15px;
}
.compare .popup-box .pic {
  height: 720px;
  margin-top: 10px;
}

/**** 论文润色价格 ****/
.price .table {
  width: 100%;
  margin-top: 197px;
  padding-top: 50px;
  background: linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, #f6f9ff 100%);
}
.price .table .content {
  padding: 30px 40px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
.price .table .content > h3 {
  font-size: 32px;
  text-align: center;
}
.price .table .content > p {
  margin-top: 10px;
  text-align: center;
  color: #666666;
}
.price .table .content .slider-row {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 70px;
}
.price .table .content .slider-group {
  flex: 1;
  display: flex;
  align-items: center;
}
.price .table .content .slider-group .label {
  font-size: 26px;
  font-weight: bold;
}
.price .table .content .slider-group .text {
  position: absolute;
  left: 275px;
  width: 40px;
  line-height: 60px;
  background: #f5f7fa;
  font-size: 26px;
}
.price .table .content .slider-range {
  width: 720px;
}
.price .table .content .slider-range input {
  display: block !important;
  position: absolute;
  left: 156px;
  top: 0px;
  width: 120px;
  height: 60px;
  background: #f5f7fa;
  padding-left: 20px;
  font-size: 34px;
  font-family: DIN;
  border: none;
}
.price .table .content .slider-range .tooltip {
  position: absolute;
}
.price .table .content .slider-number {
  margin-left: 40px;
  font-size: 22px;
  font-family: DIN;
}
.price .table .content .remarks {
  font-size: 20px;
  margin: 30px 0;
}
.price .table .content .remarks .blue {
  margin: 0 5px;
}
.price .table .content .remarks .blue:hover {
  color: #ff8400;
}
.price .table-pricing {
  width: 100%;
}
.price .table-pricing th,
.price .table-pricing td {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e9e9e9;
}
.price .table-pricing th .zhekou,
.price .table-pricing td .zhekou {
  font-size: 15px;
  color: #999999;
  text-decoration: line-through;
}
.price .table-pricing th {
  background: #fcfcfd;
}
.price .table-pricing .desc .fw-tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.price .table-pricing .desc td {
  text-align: left;
}
.price .table-pricing .desc td h4 {
  font-size: 24px;
  font-weight: bold;
}
.price .table-pricing .desc td p {
  height: 120px;
  line-height: 30px;
  margin: 15px 0;
  font-size: 18px;
  font-weight: normal;
}
.price .table-pricing .desc td ul {
  height: 90px;
}
.price .table-pricing .desc td ul li {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
}
.price .table-pricing .desc td .orange-bg {
  display: block;
  width: auto;
  line-height: 52px;
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  font-weight: normal;
}

/**** 学术翻译润色 ****/
.translation {
  /** 服务方案 **/
  /** 润色案例 **/
  /** 显著优势 **/
}
.translation .banner {
  background: url(/assets/images/translation/banner.png?v=20221202) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 197px;
}
.translation .banner .pic {
  width: 390px;
  height: 471px;
  margin-top: 49px;
}
.translation .polish-plan {
  background: #f5f7fa;
}
.translation .case {
  width: 100%;
  height: 750px;
  padding: 50px 0;
  background: url(/assets/images/case_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.translation .case-inner {
  width: 1430px;
  margin: 0 auto;
  position: relative;
}
.translation .case .title-text {
  color: #ffffff;
  margin-bottom: 30px;
}
.translation .goodness {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.translation .goodness-list {
  display: flex;
  margin-top: 30px;
}
.translation .goodness-item {
  flex: 1;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 0;
  margin-right: 30px;
}
.translation .goodness-item h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.translation .goodness-item h5 {
  text-align: center;
  font-size: 20px;
  margin: 12px 0 24px;
}
.translation .goodness-item ul {
  margin: 0 auto;
}
.translation .goodness-item ul li {
  line-height: 40px;
  color: #666666;
}
.translation .goodness-item ul li .layui-badge-dot {
  margin-right: 6px;
}

/**** SCI同行评审 ****/
.review .banner {
  margin-top: 197px;
  background: #fbf7ef;
}
.review .banner .pic {
  margin-top: 23px;
}
.review .serve {
  padding: 50px 0;
}
.review .serve-list {
  display: flex;
}
.review .serve-list--1 {
  margin-top: 40px;
}
.review .serve-list--1 .serve-item {
  padding-bottom: 25px;
}
.review .serve-list--2 {
  border-top: 1px solid #e9e9e9;
  margin-bottom: 40px;
}
.review .serve-list--2 .serve-item {
  padding-top: 20px;
  padding-bottom: 10px;
}
.review .serve-item {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #e9e9e9;
}
.review .serve-item:last-child {
  border-right: none;
}
.review .serve-item .pic {
  width: 58px;
  height: 58px;
  margin: 0 auto;
}
.review .serve-item p {
  height: 48px;
  text-align: center;
  margin-top: 20px;
}
.review .serve .btns {
  text-align: center;
}
.review .serve .btns a {
  display: inline-block;
  width: 240px;
  line-height: 54px;
  text-align: center;
}
.review .serve .btns a.blue-bg {
  margin-left: 20px;
}
.review .priceAndTime-table {
  margin: 30px auto 50px;
  text-align: center;
  font-size: 20px;
}
.review .priceAndTime-table__thead {
  display: flex;
  height: 88px;
  line-height: 88px;
  background: #0E357F;
  color: #FFFFFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.review .priceAndTime-table__thead .item {
  flex: 1;
  border-right: 1px solid #E9E9E9;
}
.review .priceAndTime-table__thead .item:last-child {
  border-right: 0;
}
.review .priceAndTime-table__tbody {
  border: 1px solid #E9E9E9;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.review .priceAndTime-table__tbody .row {
  display: flex;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #E9E9E9;
}
.review .priceAndTime-table__tbody .row:last-child {
  border-bottom: 0;
}
.review .priceAndTime-table__tbody .row .item {
  flex: 1;
  border-right: 1px solid #E9E9E9;
}
.review .priceAndTime-table__tbody .row .item:last-child {
  border-right: 0;
}
.review .problem .p2, .review .problem .p3 {
  text-indent: 1.6em;
}

/**** SCI目标期刊推荐 ****/
.recommend .banner {
  background: url(/assets/images/recommend/banner.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 197px;
}
.recommend .services {
  padding: 50px 0;
}
.recommend .services table {
  width: 100%;
  margin: 30px auto;
}
.recommend .services table th, .recommend .services table td {
  border: 1px solid #E9E9E9;
}
.recommend .services table th {
  height: 68px;
  background: #0e357f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.recommend .services table td {
  text-align: center;
}
.recommend .services table td .red {
  font-family: DIN;
  font-size: 28px;
}
.recommend .services table td p {
  margin-bottom: 18px;
}
.recommend .services table td p:first-child {
  margin-top: 18px;
}
.recommend .services .btns {
  text-align: center;
}
.recommend .services .btns a {
  display: inline-block;
  width: 240px;
  line-height: 54px;
  text-align: center;
}
.recommend .services .btns a.blue-bg {
  margin-left: 20px;
}
.recommend .help {
  background: #f5f7fa;
}
.recommend .help-item {
  background: #ffffff;
}

/**** 查看学术专家评审报告 ****/
.report-inner {
  margin-top: 197px;
}
.report-inner .topic {
  text-align: center;
  font-size: 18px;
  color: #0e357f;
}
.report-inner .subtopic {
  text-align: center;
  margin: 30px auto;
}
.report-inner .subtopic span {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 50px;
  font-size: 18px;
  border: 1px solid #0e357f;
  border-radius: 2px;
}
.report-list {
  margin-top: 30px;
}
.report-list:first-child {
  margin-top: 0;
}
.report-box {
  display: table;
}
.report-box:nth-of-type(2n) {
  border-top: 1px solid #e9e9e9;
}
.report-left {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  padding: 30px;
  line-height: 2em;
  background: rgba(14, 53, 127, 0.04);
}
.report-right {
  display: table-cell;
  vertical-align: middle;
  width: 880px;
  padding: 30px;
  line-height: 2em;
  background: rgba(14, 53, 127, 0.08);
}
.report-row {
  line-height: 2em;
  padding: 30px;
  background: rgba(255, 132, 0, 0.08);
}

/**** SCI图表服务 ****/
.chart .banner {
  margin-top: 197px;
  background: #F9FAFF;
}
.chart .services {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.chart .services-cont {
  padding: 30px 100px 30px 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.chart .services-cont .pic {
  width: 189px;
  height: auto;
}
.chart .services-cont .text {
  flex: 1;
  margin-left: 40px;
}
.chart .services-cont .text h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.chart .services-cont .text h5 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.chart .services-cont .text .p1 {
  padding-top: 15px;
  font-size: 18px;
  color: #666666;
}
.chart .services-cont .text .p2 {
  margin-top: 20px;
  color: #666666;
}
.chart .services-cont .text .p2 span {
  margin-right: 30px;
}
.chart .services-cont .text .p2 span i {
  margin-right: 10px;
}
.chart .services-cont .text .p3 {
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
}
.chart .table {
  padding: 50px 0;
}
.chart .table table {
  width: 100%;
  margin: 30px auto;
}
.chart .table table th, .chart .table table td {
  border: 1px solid #E9E9E9;
}
.chart .table table th.left, .chart .table table td.left {
  text-align: left;
  padding-left: 100px;
}
.chart .table table th {
  height: 68px;
  background: #0e357f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.chart .table table td {
  padding: 15px;
  text-align: center;
}
.chart .table table td .red {
  font-family: DIN;
  font-size: 22px;
  margin: 0 3px 0 12px;
}
.chart .table table td .grey {
  font-size: 12px;
  color: #999999;
}
.chart .table table td p {
  line-height: 30px;
}
.chart .table .remarks {
  line-height: 32px;
  color: #666666;
}
.chart .table .orange-bg {
  display: block;
  width: 330px;
  line-height: 54px;
  text-align: center;
  margin: 30px auto 0;
}
.chart .demo {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.chart .demo-list {
  margin-top: 30px;
  display: flex;
  position: relative;
}
.chart .demo-item {
  flex: 1;
  background: #ffffff;
  position: relative;
}
.chart .demo-item .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  line-height: 40px;
  text-align: center;
  background: #ff8400;
  border-radius: 0px 0px 36px 0px;
  font-size: 18px;
  color: #ffffff;
}
.chart .demo-item .text {
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #0E357F;
  font-weight: 500;
}
.chart .demo-center {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -48px;
  z-index: 2;
  width: 95px;
  height: 95px;
  padding: 13px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.chart .demo-center span {
  display: block;
  width: 69px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  background: #0e357f;
  border-radius: 50%;
  font-size: 34px;
  color: #ffffff;
}

/**** SCI格式排版服务 ****/
.format .banner {
  background: url(/assets/images/format/banner.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 197px;
}
.format .banner .words {
  width: 600px;
}
.format .services {
  padding: 50px 0;
}
.format .services .tags {
  text-align: center;
  margin: 20px 0 30px;
}
.format .services .tags span {
  display: inline-block;
  margin-right: 20px;
  background: rgba(14, 53, 127, 0.04);
  padding: 5px 15px;
  color: #0e357f;
}
.format .services .tags span:last-child {
  margin-right: 0;
}
.format .services-cont {
  display: flex;
  align-items: center;
}
.format .services-cont .pic {
  width: 567px;
  height: auto;
}
.format .services-cont .text {
  flex: 1;
  margin-left: 30px;
}
.format .services-cont .text h3 {
  font-size: 26px;
  font-weight: bold;
}
.format .services-cont .text p {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  line-height: 28px;
  font-size: 18px;
  color: #666666;
}
.format .services-cont .text p i {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: #0e357f;
  border-radius: 3px;
  transform: rotate(45deg);
}
.format .services-cont .text p span {
  position: absolute;
  top: 3px;
  left: 5px;
  font-family: DIN;
  font-size: 14px;
  color: #ffffff;
}
.format .table {
  padding-bottom: 50px;
}
.format .table table {
  width: 100%;
  margin: 30px auto;
}
.format .table table th, .format .table table td {
  border: 1px solid #E9E9E9;
}
.format .table table th.left, .format .table table td.left {
  text-align: left;
  padding: 0 50px;
}
.format .table table th {
  height: 68px;
  background: #0e357f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.format .table table td {
  text-align: center;
}
.format .table table td .red {
  font-family: DIN;
  font-size: 28px;
}
.format .table table td p {
  line-height: 24px;
  margin-bottom: 15px;
}
.format .table table td p:first-child {
  margin-top: 15px;
}
.format .table .remarks {
  line-height: 32px;
  color: #666666;
}
.format .table .orange-bg {
  display: block;
  width: 330px;
  line-height: 54px;
  text-align: center;
  margin: 30px auto 0;
}
.format .quality {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.format .quality-cont {
  display: flex;
  align-items: center;
}
.format .quality-cont .pic {
  width: 567px;
  height: auto;
}
.format .quality-cont .text {
  flex: 1;
  margin-left: 30px;
}
.format .quality-cont .text h4 {
  font-size: 24px;
  font-weight: bold;
}
.format .quality-cont .text p {
  line-height: 34px;
  color: #666666;
  margin-top: 20px;
}

/**** SCI投稿协助服务 ****/
.assist .banner {
  margin-top: 197px;
  background: #f8f7f6;
}
.assist .banner .pic {
  width: 371px;
  height: 481px;
  margin-top: 39px;
}
.assist .table {
  padding: 50px 0;
}
.assist .table table {
  width: 100%;
  margin: 30px auto;
}
.assist .table table th, .assist .table table td {
  border: 1px solid #E9E9E9;
}
.assist .table table th.left, .assist .table table td.left {
  text-align: left;
  padding: 15px 50px;
}
.assist .table table th {
  height: 68px;
  background: #0e357f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.assist .table table td {
  text-align: center;
  line-height: 24px;
}
.assist .table table td .red {
  font-family: DIN;
  font-size: 28px;
}
.assist .table .remarks {
  line-height: 32px;
  color: #666666;
}
.assist .table .remarks .blue {
  font-weight: bold;
  margin: 0 3px;
}
.assist .table .remarks .blue:hover {
  color: #ff8400;
}
.assist .table .orange-bg {
  display: block;
  width: 330px;
  line-height: 54px;
  text-align: center;
  margin: 30px auto 0;
}
.assist .help {
  background: #f5f7fa;
}
.assist .help-item {
  background: #ffffff;
}

/**** 书籍出版服务 ****/
.book {
  /** 润色服务 **/
  /** 润色服务内容 **/
  /** 润色服务案例 **/
}
.book .banner {
  background: #fcf9f6;
}
.book .banner .text {
  flex: 1;
}
.book .banner .text h2 {
  font-size: 58px;
}
.book .banner .text h3 {
  font-size: 40px;
  margin: 25px 0;
}
.book .banner .text p {
  font-size: 28px;
  color: #999999;
}
.book .banner .text .orange-bg {
  display: block;
  width: 198px;
  line-height: 72px;
  text-align: center;
  font-size: 24px;
}
.book .banner .pic {
  width: 517px;
  height: 517px;
}
.book .serve {
  padding: 50px 0;
}
.book .serve-list {
  display: flex;
}
.book .serve-item {
  flex: 1;
  background: #f9fafc;
  padding: 15px 20px;
  margin-right: 15px;
}
.book .serve-item:last-child {
  margin-right: 0;
}
.book .serve-item p {
  line-height: 28px;
  margin-top: 20px;
}
.book .details {
  padding: 50px 0;
  background: #f5f7fa;
}
.book .details-list {
  display: flex;
  margin-top: 30px;
}
.book .details-item {
  flex: 1;
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 40px;
  margin-right: 30px;
}
.book .details-item:last-child {
  margin-right: 0;
}
.book .details-item h4 {
  font-size: 32px;
  font-weight: bold;
}
.book .details-item p {
  margin: 20px 0;
  line-height: 34px;
  color: #666666;
}
.book .details-item .tags span {
  padding: 5px 10px;
  margin-right: 10px;
  background: rgba(255, 132, 0, 0.08);
  color: #ff8400;
  border-radius: 2px;
}
.book .details-item .list {
  margin-top: 30px;
}
.book .details-item .list li {
  line-height: 44px;
}
.book .case {
  width: 100%;
  height: 750px;
  padding-top: 60px;
  background: url(/assets/images/case_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.book .case .title-text {
  color: #ffffff;
  margin-bottom: 50px;
}
.book .case-box {
  padding-right: 35px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
.book .case-cont {
  display: flex;
  align-items: center;
}
.book .case-cont__bg {
  width: 420px;
  height: 510px;
  background: #f5f7fa;
  border-radius: 0 30px 30px 0;
}
.book .case-cont__bg .pic {
  width: 305px;
  height: 354px;
  margin: 78px auto;
}
.book .case-cont__text {
  flex: 1;
  margin-left: 35px;
}
.book .case-cont__text h5 {
  font-size: 24px;
}
.book .case-cont__text > p {
  margin-top: 15px;
  line-height: 36px;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.book .case-cont__text-link {
  margin: 45px 0 60px;
}
.book .case-cont__text-link h5 {
  margin-bottom: 15px;
}
.book .case-cont__text-link a {
  font-size: 20px;
  color: #0e357f;
  text-decoration: underline;
}
.book .case-cont__text-desc p {
  font-size: 18px;
  margin-bottom: 20px;
}
.book .case-cont__text-desc p:last-child {
  margin-bottom: 0;
}
.book .case-cont__text-desc p span {
  color: #666666;
}

/**** 预存款服务 ****/
.deposit {
  /** 服务流程 **/
}
.deposit .banner {
  background: url(/assets/images/deposit/banner.png) no-repeat center center;
  background-size: 100% 100%;
}
.deposit .banner .words h3 {
  font-size: 32px;
  margin: 20px 0 10px;
}
.deposit .banner .words h6 {
  margin-top: 30px;
  font-size: 26px;
  color: #999999;
}
.deposit .flow {
  padding: 50px 0;
}
.deposit .flow-list {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.deposit .flow-item {
  flex: 1;
}
.deposit .flow-item h3 {
  white-space: nowrap;
  font-size: 20px;
}
.deposit .flow-item h3 .blue {
  font-size: 50px;
  font-family: DIN;
}
.deposit .flow-item p {
  margin-top: 15px;
  white-space: nowrap;
}
.deposit .flow-item .pic {
  margin: 0 10px;
}
.deposit .good {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.deposit .good-list {
  display: flex;
  align-items: center;
}
.deposit .good-item {
  margin-right: 20px;
}
.deposit .good-item--1, .deposit .good-item--3 {
  width: 340px;
}
.deposit .good-item--1 .cont .cont_tt, .deposit .good-item--3 .cont .cont_tt {
  min-height: 310px;
}
.deposit .good-item--1 .cont .cont_tt p, .deposit .good-item--3 .cont .cont_tt p {
  line-height: 30px;
  margin-bottom: 10px;
}
.deposit .good-item--1 .cont .orange-bg, .deposit .good-item--3 .cont .orange-bg {
  width: 206px;
}
.deposit .good-item--1 h4 {
  color: #b65d00;
}
.deposit .good-item--1 .orange-bg {
  background: #ffb76b;
  color: #5F3100;
}
.deposit .good-item--2 {
  flex: 1;
}
.deposit .good-item--2 .desc {
  height: 146px;
}
.deposit .good-item--2 .desc h5 {
  font-size: 24px;
  margin-top: 10px;
}
.deposit .good-item--2 .cont .table {
  width: 100%;
}
.deposit .good-item--2 .cont .table thead tr {
  background: rgba(255, 132, 0, 0.04);
  color: #ff8400;
}
.deposit .good-item--2 .cont .table thead th {
  height: 70px;
}
.deposit .good-item--2 .cont .table thead th .or {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 19px;
  border-radius: 50%;
  background: #FF8400;
  color: #FFFFFF;
  font-weight: 400;
}
.deposit .good-item--2 .cont .table tbody tr:nth-child(even) {
  background: #fcfcfd;
}
.deposit .good-item--2 .cont .table tbody tr:hover {
  background: #f5f7fa;
}
.deposit .good-item--2 .cont .table tbody td {
  height: 60px;
  text-align: center;
}
.deposit .good-item--2 .cont .orange-bg {
  width: 258px;
}
.deposit .good-item--3 {
  margin-right: 0;
}
.deposit .good-item--3 h4 {
  color: #aa6715;
}
.deposit .good-item--3 .orange-bg {
  background: #f9d354;
  color: #894C01;
}
.deposit .good-item .desc {
  position: relative;
  width: auto;
}
.deposit .good-item .desc > img {
  display: block;
  width: 100%;
  height: 100%;
}
.deposit .good-item .desc-text {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.deposit .good-item .desc-text h4 {
  font-size: 30px;
}
.deposit .good-item .cont {
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}
.deposit .good-item .cont .orange-bg {
  display: block;
  margin: 20px auto 0;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
}
.deposit .prestore {
  width: 100%;
  padding: 40px 0 60px;
  background: #F9F9F9;
}
.deposit .prestore-inner {
  width: 1200px;
  padding: 40px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
}
.deposit .prestore h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.deposit .prestore .list p {
  margin-bottom: 15px;
}
.deposit .prestore .list .orange-bg {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  font-size: 20px;
}
.deposit .prestore .gifts {
  position: relative;
  margin: 50px auto;
}
.deposit .prestore .gifts .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 41px;
  display: block;
  width: 212px;
  height: 56px;
  margin: 0 auto;
}

/**** 基金标书 ****/
.fund .banner .layui-carousel-arrow {
  left: 100px;
}
.fund .banner .layui-carousel-arrow[lay-type=add] {
  right: 100px;
}
.fund .banner .slide--1 {
  background: #F5F3EE;
}
.fund .banner .slide--1 .words {
  width: 560px;
}
.fund .banner .slide--1 .words h2 {
  font-size: 58px;
}
.fund .banner .slide--1 .words h3 {
  font-size: 36px;
  margin: 10px 0 15px;
}
.fund .banner .slide--1 .words p {
  font-size: 20px;
  color: #999999;
}
.fund .banner .slide--1 .words h4 {
  margin-top: 30px;
  font-size: 30px;
  color: #E60012;
}
.fund .banner .slide--1 .pic {
  width: 380px;
  height: auto;
}
.fund .banner .slide--1 .price-form {
  width: 300px;
  height: 320px;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 6px;
}
.fund .banner .slide--1 .price-form h5 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
.fund .banner .slide--1 .price-form .form-item {
  margin-bottom: 30px;
}
.fund .banner .slide--2 {
  background: url(/assets/images/fund/banner.png) no-repeat;
}
.fund .plan {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.fund .plan-box {
  display: flex;
  margin-top: 30px;
}
.fund .plan-box .desc {
  position: relative;
  width: 340px;
  height: auto;
}
.fund .plan-box .desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 30px;
  text-align: center;
  color: #ffffff;
}
.fund .plan-box .desc-text h4 {
  font-size: 32px;
  font-weight: bold;
}
.fund .plan-box .desc-text p {
  line-height: 28px;
  margin: 20px 0 30px;
  font-size: 18px;
}
.fund .plan-box .desc-text .price {
  width: 234px;
  height: 62px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 32px;
  font-size: 22px;
  color: #999999;
}
.fund .plan-box .desc-text .price strong {
  font-family: DIN;
  font-size: 44px;
  color: #e60012;
}
.fund .plan-box .desc-text .price .assess {
  line-height: 62px;
  font-size: 28px;
  font-weight: bold;
  color: #E60012;
}
.fund .plan-box .desc-text .days {
  display: inline-block;
  line-height: 36px;
  padding: 0 20px;
  margin: 20px auto 0;
  background: #ff8400;
  border-radius: 18px;
  font-size: 20px;
  color: #ffffff;
}
.fund .plan-box .cont {
  flex: 1;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
}
.fund .plan-box .cont .text {
  flex: 1;
  color: #666666;
}
.fund .plan-box .cont .text h5 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.fund .plan-box .cont .text p {
  line-height: 32px;
  margin-bottom: 40px;
}
.fund .plan-box .cont .text p img {
  margin-right: 8px;
}
.fund .plan-box .cont .text p span:first-child {
  margin-right: 60px;
}
.fund .plan-box .cont .text ul li {
  line-height: 32px;
}
.fund .plan-box .cont .text ul i {
  margin-right: 8px;
}
.fund .plan-box .cont .link-btn {
  width: 160px;
  margin-left: 15px;
  font-size: 20px;
}
.fund .plan-box--3 .desc-text {
  margin-top: 30px;
}
.fund .plan-box--3 .cont {
  padding: 10px 20px;
}
.fund .plan-box--3 .text p {
  margin-bottom: 5px !important;
}
.fund .plan-box--3 ul li {
  line-height: 26px !important;
}
.fund .plan-box--3 .link-btn {
  margin-left: 50px !important;
}
.fund .plan .remarks {
  margin-top: 30px;
}
.fund .plan .remarks p {
  line-height: 32px;
  color: #666666;
}
.fund .inquiry {
  height: 230px;
  background: url(/assets/images/english/manuscript_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.fund .crowd-list {
  padding: 0 100px;
}
.fund .crowd-item {
  padding-left: 70px;
}
.fund .crowd .desc {
  margin-left: 30px;
}
.fund .crowd .desc h5 {
  font-size: 24px;
  font-weight: bold;
}
.fund .crowd .desc p {
  font-size: 18px;
  margin-top: 10px;
}
.fund .crowd-title {
  width: 100%;
  line-height: 80px;
  text-align: center;
  margin-top: 40px;
  background: #0e357f;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.fund .crowd-text {
  padding: 30px 100px;
  font-size: 18px;
}
.fund .crowd-text p {
  line-height: 45px;
}
.fund .team-cont {
  display: flex;
}
.fund .team-cont .pic {
  width: 720px;
  height: auto;
}
.fund .team-cont .text {
  flex: 1;
  margin-left: 60px;
}
.fund .team-cont .text-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px 60px;
  margin-bottom: 20px;
}
.fund .team-cont .text-item:last-child {
  margin-bottom: 0;
}
.fund .team-cont .text-item .img {
  width: 90px;
  height: 80px;
}
.fund .team-cont .text-item .desc {
  flex: 1;
  margin-left: 60px;
}
.fund .team-cont .text-item .desc h4 {
  font-size: 30px;
  color: #0e357f;
}
.fund .team-cont .text-item .desc h4 span {
  font-family: DIN;
  font-size: 50px;
}
.fund .team-cont .text-item .desc p {
  margin-top: 5px;
  font-size: 18px;
}
.fund .points {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.fund .points-list {
  display: flex;
  margin-top: 30px;
}
.fund .points-item {
  flex: 1;
  padding: 50px 50px 20px;
  background: #ffffff;
  border-radius: 10px;
}
.fund .points-item--1 {
  box-shadow: 10px 10px 20px rgba(214, 220, 228, 0.43);
}
.fund .points-item--1 h4 {
  background: #ff8400;
}
.fund .points-item--1 .cont .number {
  background: rgba(255, 132, 0, 0.08);
  color: #ff8400;
}
.fund .points-item--2 {
  margin-left: 20px;
}
.fund .points-item--2 h4 {
  background: #0e357f;
}
.fund .points-item--2 .cont .number {
  background: rgba(14, 53, 127, 0.04);
  color: #0e357f;
}
.fund .points-item h4 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 60px;
}
.fund .points-item .cont {
  display: flex;
  align-items: center;
  height: 140px;
  margin-top: 20px;
}
.fund .points-item .cont .number {
  width: 85px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-family: DIN;
  font-size: 36px;
}
.fund .points-item .cont .text {
  flex: 1;
  margin-left: 30px;
}
.fund .points-item .cont .text p {
  line-height: 35px;
}
.fund .problem {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F9FF 100%);
}
.fund .problem-item {
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 1600px) {
  .fund .poster {
    left: 0;
    transform: none;
  }
}

/**** 落地页公共部分 ****/
.marketing .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #0E357F;
}
.marketing .top-menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.marketing .top-menu__right {
  height: 70px;
}
.marketing .top-menu__right a {
  display: inline-block;
  height: 70px;
  font-size: 20px;
  color: #ffffff;
}
.marketing .top-menu__right a:hover {
  color: #ff8400;
}
.marketing .top-menu__right a:first-child {
  margin-left: 0;
}
.marketing .top-menu__right a.in {
  display: inline-block;
  width: 160px;
  height: 70px;
  text-align: center;
  margin-left: 100px;
  font-size: 26px;
  background: #ff8400;
}
.marketing .top-menu__right a.in:hover {
  background: #ff9d33;
  color: #ffffff;
}
.marketing .copyright {
  padding: 30px 0;
  text-align: center;
  background: #04112a;
  color: #ffffff;
}
.marketing .copyright a {
  color: #ffffff;
}
.marketing .copyright a:hover {
  color: #ff8400;
}

/**** 基金标书落地页 ****/
.fund-bid .top-menu__right a {
  margin-left: 30px;
}
.fund-bid .top-menu__right a.template {
  position: relative;
}
.fund-bid .top-menu__right a.template span {
  position: absolute;
  top: 7px;
  display: inline-block;
  width: 68px;
  height: 21px;
  line-height: 21px;
  margin-left: 5px;
  text-align: center;
  background: #E60012;
  border-radius: 11px 11px 11px 0px;
  font-size: 14px;
  color: #ffffff;
}
.fund-bid .fund-banner {
  width: 100%;
  height: 430px;
  background: #F8FCFE;
  margin-top: 70px;
}
.fund-bid .fund-banner-inner {
  display: flex;
  align-items: center;
}
.fund-bid .fund-banner-inner a {
  margin-right: 30px;
}
.fund-bid .guide {
  padding: 50px 0;
}
.fund-bid .guide-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fund-bid .guide-list--1 {
  margin: 30px 0 20px;
}
.fund-bid .guide-item {
  flex: 1;
  height: 148px;
  background: rgba(14, 53, 127, 0.04);
  margin-right: 70px;
  text-align: center;
}
.fund-bid .guide-item:nth-of-type(5n) {
  margin-right: 0;
}
.fund-bid .guide-item:hover {
  background: #0E357F;
}
.fund-bid .guide-item:hover a, .fund-bid .guide-item:hover i {
  color: #ffffff;
}
.fund-bid .guide-item a {
  display: inline-block;
  width: 100%;
  height: 148px;
}
.fund-bid .guide-item i {
  display: block;
  font-size: 36px;
  color: #75819A;
  margin: 35px 0 15px;
}
.fund-bid .guide-item p {
  font-size: 18px;
}
.fund-bid .types {
  padding: 50px 0;
  background: #F5F7FA;
}
.fund-bid .types .tags {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
}
.fund-bid .types .tags-item {
  flex: 1;
  height: 80px;
  line-height: 80px;
  background: #ffffff;
  margin-right: 60px;
  font-size: 28px;
}
.fund-bid .types .tags-item:nth-of-type(3n) {
  margin-right: 0;
}
.fund-bid .types .tags-item img {
  margin-left: 60px;
}
.fund-bid .types .tags-item i {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border: 1px solid #E9E9E9;
  margin: 0 30px 0 20px;
}
.fund-bid .types .conts {
  display: flex;
  align-items: center;
}
.fund-bid .types .conts-item {
  flex: 1;
  padding: 20px;
  background: #ffffff;
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.fund-bid .types .conts-item:nth-of-type(2n) {
  margin-right: 0;
}
.fund-bid .types .conts-item .pic {
  width: 263px;
}
.fund-bid .types .conts-item .text {
  flex: 1;
  margin-left: 20px;
}
.fund-bid .types .conts-item .text h5 {
  font-size: 22px;
  font-weight: bold;
}
.fund-bid .types .conts-item .text p {
  margin: 10px 0 30px;
  color: #666666;
}
.fund-bid .types .conts-item .text .orange-bg {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.fund-bid .know {
  padding-top: 50px;
}
.fund-bid .know-bg {
  margin: 30px 0 50px;
  padding: 40px 0;
  background: #F5F7FA;
}
.fund-bid .know-box {
  display: flex;
  align-items: center;
}
.fund-bid .know-box .pic {
  width: 496px;
}
.fund-bid .know-box .text {
  flex: 1;
  display: flex;
  align-items: center;
}
.fund-bid .know-box .text .item {
  flex: 1;
  margin-left: 30px;
}
.fund-bid .know-box .text .item p {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  margin-bottom: 20px;
}
.fund-bid .know-box .text .item p:nth-of-type(4n) {
  margin-bottom: 0;
}
.fund-bid .know-box .text .item p i {
  font-style: normal;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #0E357F;
  text-align: center;
  font-family: DIN;
  font-size: 24px;
  color: #ffffff;
}
.fund-bid .know-box .text .item p a {
  margin-left: 20px;
  text-decoration: underline;
}
.fund-bid .know-box .text .item p a:hover {
  color: #0E357F;
}
.fund-bid .questions-inner {
  position: relative;
  margin: 30px auto 50px;
}
.fund-bid .questions-box {
  position: absolute;
  left: 100px;
  top: 120px;
}
.fund-bid .questions-box h4 {
  font-size: 26px;
  font-weight: bold;
  color: #0E357F;
}
.fund-bid .questions-box .tags {
  display: flex;
  align-items: center;
  margin: 15px 0 30px;
}
.fund-bid .questions-box .tags:last-child {
  margin-bottom: 0;
}
.fund-bid .questions-box .tags-item {
  width: 196px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  background: #ffffff;
  border-radius: 9px;
}
.fund-bid .questions-box .tags-item:last-child {
  margin-right: 0;
}
.fund-bid .schemes {
  padding: 50px 0;
  background: #F9FBFF;
}
.fund-bid .schemes-list {
  display: flex;
  margin: 30px 0 10px;
}
.fund-bid .schemes-list .item {
  position: relative;
  flex: 1;
  width: 100%;
  height: 520px;
  background-size: 100% 100%;
  text-align: center;
  padding: 80px 0 40px;
  margin-right: 30px;
  color: #ffffff;
  border-radius: 10px;
}
.fund-bid .schemes-list .item--1 {
  background: url(/assets/images/fund/bid/bg1.png) no-repeat center center;
}
.fund-bid .schemes-list .item--1 a {
  color: #31C1A3;
}
.fund-bid .schemes-list .item--2 {
  background: url(/assets/images/fund/bid/bg2.png) no-repeat center center;
}
.fund-bid .schemes-list .item--2 a {
  color: #5AA0FA;
}
.fund-bid .schemes-list .item--3 {
  background: url(/assets/images/fund/bid/bg3.png) no-repeat center center;
}
.fund-bid .schemes-list .item--3 .price {
  font-size: 26px;
}
.fund-bid .schemes-list .item--3 a {
  color: #A28BFC;
}
.fund-bid .schemes-list .item--4 {
  background: url(/assets/images/fund/bid/bg4.png) no-repeat center center;
  margin-right: 0;
}
.fund-bid .schemes-list .item--4 a {
  color: #F790ED;
}
.fund-bid .schemes-list .item .day {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  background: #E60012;
  font-size: 18px;
  color: #ffffff;
  border-radius: 0px 10px 0px 10px;
}
.fund-bid .schemes-list .item h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.fund-bid .schemes-list .item p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  line-height: 26px;
}
.fund-bid .schemes-list .item .price {
  width: 230px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  color: #333333;
}
.fund-bid .schemes-list .item .price strong {
  font-size: 36px;
  color: #E60012;
}
.fund-bid .schemes-list .item a {
  display: block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2px;
  font-size: 20px;
}
.fund-bid .schemes-list .item a:hover {
  color: #ff8400;
}
.fund-bid .schemes .remarks {
  line-height: 30px;
  color: #666666;
}
.fund-bid .give {
  padding: 50px 0;
  background: #F5F7FA;
}
.fund-bid .give .tags {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
}
.fund-bid .give .tags-item {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  background: rgba(14, 53, 127, 0.08);
  margin-right: 50px;
}
.fund-bid .give .tags-item:last-child {
  margin-right: 0;
}
.fund-bid .give .cont {
  display: flex;
  align-items: center;
  padding: 40px;
  background: #ffffff;
}
.fund-bid .give .cont .pic {
  width: 428px;
  height: auto;
}
.fund-bid .give .cont .text {
  flex: 1;
  margin-left: 30px;
}
.fund-bid .give .cont .text h5 {
  font-size: 24px;
  font-weight: bold;
}
.fund-bid .give .cont .text p {
  margin: 20px 0 40px;
  line-height: 28px;
  color: #666666;
}
.fund-bid .give .cont .text .list li {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #F5F7FA;
  margin-bottom: 15px;
}
.fund-bid .give .cont .text .list li:last-child {
  margin-bottom: 0;
}
.fund-bid .give .cont .text .list li i {
  font-style: normal;
  display: inline-block;
  width: 60px;
  height: 70px;
  line-height: 70px;
  background: #0E357F;
  text-align: center;
  margin-right: 20px;
  font-family: DIN;
  font-size: 24px;
  color: #ffffff;
}

.fund-poster {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fund-poster .poster-img {
  width: 1020px;
  height: auto;
}
.fund-poster .close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/**** 论文润色落地页 ****/
.polish .top-menu__right a {
  margin-left: 60px;
}
.polish .polish-banner {
  width: 100%;
  height: 480px;
  background: #F7F8FA;
  margin-top: 70px;
}
.polish .polish-banner-inner {
  position: relative;
}
.polish .polish-banner-inner .text {
  padding-top: 75px;
}
.polish .polish-banner-inner .text h3 {
  font-size: 38px;
  font-weight: bold;
  color: #E60012;
}
.polish .polish-banner-inner .text p {
  margin: 10px 0 40px;
  font-size: 22px;
  color: #666666;
}
.polish .polish-banner-inner .text li {
  line-height: 45px;
  font-size: 22px;
  color: #0E357F;
}
.polish .polish-banner-inner .text li img {
  margin-right: 10px;
}
.polish .polish-banner-inner .pic {
  position: absolute;
  right: 0;
  top: 24px;
  width: 1001px;
  height: auto;
}
.polish .advantage {
  display: flex;
  transform: translateY(-50%);
}
.polish .advantage-item {
  flex: 0 0 calc((100% - 60px) / 3);
  height: 132px;
  margin-right: 30px;
  padding: 30px 0 0 30px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(184, 192, 206, 0.15);
}
.polish .advantage-item:nth-of-type(3n) {
  margin-right: 0;
}
.polish .advantage-item a {
  display: flex;
  align-items: center;
}
.polish .advantage-item a:hover .text h5 {
  color: #ff8400;
}
.polish .advantage-item a .pic {
  width: 54px;
  height: 54px;
  margin-right: 20px;
}
.polish .advantage-item a .text {
  flex: 1;
}
.polish .advantage-item a .text h5 {
  font-size: 24px;
  font-weight: bold;
  color: #0E357F;
}
.polish .advantage-item a .text p {
  margin-top: 10px;
  font-size: 22px;
  color: #666666;
}
.polish .pain {
  display: flex;
  align-items: center;
  margin: -15px auto 50px;
  padding: 30px 100px;
  background: #F6F6F6;
}
.polish .pain .pic {
  width: 459px;
  height: auto;
}
.polish .pain .text {
  flex: 1;
  margin-left: 120px;
}
.polish .pain .text h5 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.polish .pain .text li {
  width: 472px;
  height: 53px;
  line-height: 53px;
  margin-bottom: 15px;
  background: #FFFFFF;
  color: #0E357F;
}
.polish .pain .text li:last-child {
  margin-bottom: 0;
}
.polish .pain .text li .number {
  margin: 0 20px;
  font-family: DIN;
  color: #666666;
}
.polish .pain .text li .orange {
  margin: 0 3px;
  font-size: 22px;
  font-weight: bold;
}
.polish .publish-case {
  background: #ffffff;
}
.polish .publish-case .case-box {
  background: #FCFCFC;
}
.polish .publish-case .case-box .pic {
  background: #ffffff;
}
.polish .polish-plan .title-text .p1 {
  margin-bottom: 10px;
}
.polish .polish-plan .title-text .p2 {
  margin-top: 0;
  font-size: 20px;
  color: #E60012;
}
.polish .polish-plan .plan-list {
  margin: 0 auto;
}
.polish .polish-plan .plan-list .cont {
  border: 1px solid #e9e9e9;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.polish .move-case {
  background: #ffffff;
}
.polish .subject {
  width: 100%;
  padding: 50px 0;
  background: #F5F7FA;
}
.polish .subject-list {
  display: flex;
  margin-top: 30px;
}
.polish .subject-item {
  flex: 1;
  margin-right: 20px;
  padding: 30px 20px;
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
.polish .subject-item:last-child {
  margin-right: 0;
}
.polish .subject-item__cont .pic {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.polish .subject-item__cont h4 {
  font-size: 22px;
  font-weight: bold;
  color: #0E357F;
}
.polish .subject-item__cont .list {
  margin-top: 20px;
  color: #666666;
}
.polish .subject-item__cont .list li {
  line-height: 24px;
  margin-bottom: 12px;
}
.polish .subject-item__cont .list li .layui-badge-dot {
  background: #ff8400;
  margin: 0 6px 2px 0;
}
.polish .subject-item__cont .list li .number {
  font-family: DIN;
  margin-right: 2px;
}
.polish .subject-item__cont .list li:last-child {
  margin-bottom: 0;
}
.polish .iso-bg {
  width: 100%;
  height: 364px;
  background: url(/assets/images/iso/banner.png) no-repeat center center;
  background-size: 100% 100%;
}
.polish .iso-inner {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.polish .iso-inner .text {
  flex: 1;
  margin-right: 50px;
}
.polish .iso-inner .text h3 {
  font-size: 36px;
  font-weight: bold;
  color: #0e357f;
}
.polish .iso-inner .text p {
  margin-top: 30px;
  line-height: 34px;
  font-size: 22px;
}
.polish .iso-inner .mask {
  position: relative;
  background: url(/assets/images/iso/banner_pic.png) no-repeat center center;
  background-size: 100% 100%;
  width: 610px;
  height: 269px;
}
.polish .iso-inner .mask-1 {
  cursor: zoom-in;
  width: 194px;
  height: 264px;
  position: absolute;
  left: 0;
}
.polish .iso-inner .mask-2 {
  cursor: zoom-in;
  width: 194px;
  height: 264px;
  position: absolute;
  left: 209px;
}
.polish .iso-inner .mask-3 {
  width: 194px;
  height: 264px;
  cursor: zoom-in;
  position: absolute;
  right: 0;
}
.polish .iso .popup-box {
  width: 600px;
  height: 840px;
}
.polish .iso .popup-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.polish .team-btn,
.polish .reviews-btn {
  display: none;
}

/**** 同领域专家学术修改 ****/
.academic .banner {
  background: #F3F8FB;
}
.academic .banner-inner {
  position: relative;
}
.academic .banner-inner .words {
  width: 550px;
}
.academic .banner-inner .words h2 {
  font-size: 46px;
}
.academic .banner-inner .words p {
  font-size: 24px;
}
.academic .banner-inner .words p.p1 {
  margin-bottom: 30px;
  color: #ff8400;
}
.academic .banner-inner .words p.p2 {
  color: #333333;
}
.academic .banner-inner img {
  height: 520px;
  position: absolute;
  right: -80px;
  top: 0;
}
.academic .introduce {
  padding: 50px 0;
}
.academic .introduce-cont {
  display: flex;
  align-items: center;
}
.academic .introduce-cont .pic {
  width: 567px;
  height: auto;
}
.academic .introduce-cont .text {
  flex: 1;
  margin-left: 40px;
}
.academic .introduce-cont .text h4 {
  font-size: 30px;
  font-weight: bold;
}
.academic .introduce-cont .text li {
  margin-top: 30px;
  font-size: 18px;
  color: #666666;
}
.academic .need {
  padding: 50px 0;
  background: #F5F7FA;
}
.academic .need-list {
  display: flex;
  margin-top: 30px;
}
.academic .need-item {
  flex: 1;
  margin-right: 30px;
}
.academic .need-item:nth-of-type(2n) {
  margin-right: 0;
}
.academic .need-item .desc {
  position: relative;
  width: auto;
  height: 164px;
}
.academic .need-item .desc img {
  display: block;
  width: 100%;
  height: 100%;
}
.academic .need-item .desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.academic .need-item .desc-text h4 {
  margin: 50px 0 10px;
  font-size: 26px;
}
.academic .need-item .desc-text h5 {
  font-size: 20px;
}
.academic .need-item .cont {
  padding: 20px 35px 30px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}
.academic .need-item .cont h5 {
  text-align: center;
  font-size: 18px;
}
.academic .need-item .cont h5 strong {
  font-size: 40px;
  color: #E60012;
}
.academic .need-item .cont h5 .grey {
  color: #666666;
}
.academic .need-item .cont .day {
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 10px auto 20px;
  background: rgba(230, 0, 18, 0.06);
  border-radius: 2px;
  color: #E60012;
}
.academic .need-item .cont p {
  line-height: 28px;
  color: #666666;
}
.academic .need-item .cont h6 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.academic .need-item .cont .item1 {
  margin-top: 30px;
}
.academic .need-item .cont .item {
  margin-top: 20px;
}
.academic .need-item .cont .item li {
  display: flex;
  line-height: 24px;
  margin-bottom: 10px;
  color: #666666;
}
.academic .need-item .cont .item li:last-child {
  margin-bottom: 0;
}
.academic .need-item .cont .orange-bg {
  display: block;
  width: 280px;
  line-height: 52px;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 2px;
  font-size: 18px;
}