@charset "UTF-8";
/*! sanitize.css v10.1.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
* ========================================================================== */
/**
* Add border box sizing in all browsers (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
* 1. Add text decoration inheritance in all browsers (opinionated).
* 2. Add vertical alignment inheritance in all browsers (opinionated).
*/
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
* 1. Use the default cursor in all browsers (opinionated).
* 2. Change the line height in all browsers (opinionated).
* 3. Use a 4-space tab width in all browsers (opinionated).
* 4. Remove the grey highlight on links in iOS (opinionated).
* 5. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
* 6. Breaks words to prevent overflow in all browsers (opinionated). 
*/
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
* ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Edge, Firefox, and Safari.
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Grouping content
* ========================================================================== */
/**
* Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
*/
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
* Remove the margin on nested lists in Edge 18- and IE.
*/
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
* 1. Add the correct sizing in Firefox.
* 2. Show the overflow in Edge 18- and IE.
*/
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* Add the correct display in IE.
*/
main {
  display: block;
}

/**
* Remove the list style on navigation lists in all browsers (opinionated).
*/
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
* ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/**
* Add the correct text decoration in Edge 18-, IE, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/* Embedded content
* ========================================================================== */
/*
* Change the alignment on media elements in all browsers (opinionated).
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on iframes in all browsers (opinionated).
*/
iframe {
  border-style: none;
}

/**
* Remove the border on images within links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Change the fill color to match the text color in all browsers (opinionated).
*/
svg:not([fill]) {
  fill: currentColor;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
* ========================================================================== */
/**
* Collapse border spacing in all browsers (opinionated).
*/
table {
  border-collapse: collapse;
}

/* Forms
* ========================================================================== */
/**
* Remove the margin on controls in Safari.
*/
button,
input,
select {
  margin: 0;
}

/**
* 1. Show the overflow in IE.
* 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
*/
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
* Correct the inability to style buttons in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* 1. Change the inconsistent appearance in all browsers (opinionated).
* 2. Correct the padding in Firefox.
*/
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
* Show the overflow in Edge 18- and IE.
*/
input {
  outline: none;
  overflow: visible;
}

/**
* 1. Correct the text wrapping in Edge 18- and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
*/
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in Edge 18- and IE.
* 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
*/
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Remove the inheritance of text transform in Firefox.
*/
select {
  text-transform: none;
}

/**
* 1. Remove the margin in Firefox and Safari.
* 2. Remove the default vertical scrollbar in IE.
* 3. Change the resize direction in all browsers (opinionated).
*/
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
* Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
* 1. Correct the odd appearance in Chrome, Edge, and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
* Remove the inner padding in Chrome, Edge, and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style upload buttons in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
* Remove the inner border and padding of focus outlines in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus outline styles unset by the previous rule in Firefox.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove the additional :invalid styles in Firefox.
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
* ========================================================================== */
/*
* Add the correct display in Edge 18- and IE.
*/
details {
  display: block;
}

/*
* Add the correct styles in Edge 18-, IE, and Safari.
*/
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
* ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* User interaction
* ========================================================================== */
/*
* 1. Remove the tapping delay in IE 10.
* 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
*/
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

/* Accessibility
* ========================================================================== */
/**
* Change the cursor on busy elements in all browsers (opinionated).
*/
[aria-busy=true] {
  cursor: progress;
}

/*
* Change the cursor on control elements in all browsers (opinionated).
*/
[aria-controls] {
  cursor: pointer;
}

/*
* Change the cursor on disabled, not-editable, or otherwise
* inoperable elements in all browsers (opinionated).
*/
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
* Change the display on visually hidden accessible elements
* in all browsers (opinionated).
*/
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-family: DIN;
  src: url("/assets/font/DIN-Bold.otf");
}
font {
  font-family: DIN;
}

.innerWidth {
  width: 1240px;
  margin: 0 auto;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.red {
  color: #e60012;
}

.blue-bg {
  display: block;
  text-align: center;
  background: #0e357f;
  color: #ffffff;
  border-radius: 2px;
}
.blue-bg:hover {
  background: #3e5d99;
  color: #ffffff;
}

.orange-bg {
  display: block;
  text-align: center;
  background: #ff8400;
  color: #ffffff;
  border-radius: 2px;
}
.orange-bg:hover {
  background: #ff9d33;
  color: #ffffff;
}

/****** 查看更多 ******/
.seemore {
  width: 248px;
  height: 46px;
  line-height: 46px;
  margin: 30px auto 0;
  font-size: 18px;
}

/****** 黄色小圆点 ******/
.badge-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 132, 0, 0.3);
  border-radius: 50%;
  margin-right: 6px;
}
.badge-dot span {
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ff8400;
  border-radius: 50%;
}

.pic img {
  display: block;
  width: 100%;
  height: 100%;
}

/****** 表单 ******/
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 99999s;
  transition: color 99999s ease-out, background-color 99999s ease-out;
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  -webkit-text-fill-color: #666666;
}

/** 去掉input type=number时的默认样式 **/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.form-item {
  font-size: 14px;
  margin-bottom: 30px;
}
.form-item--required {
  margin-bottom: 36px;
}
.form-item__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.form-item__content {
  position: relative;
}
.form-item__content input {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding: 0 14px;
  background: #ffffff;
  color: #666666;
  border: 1px solid #ececec;
  border-radius: 2px;
}
.form-item__content input:focus {
  border: 1px solid #0e357f;
}
.form-item__content label.error {
  position: absolute;
  left: 0;
  top: 52px;
  font-size: 12px;
  color: #e60012;
}
.form-item__content button {
  display: block;
  width: 100%;
  height: 54px;
  text-align: center;
  background: #0e357f;
  color: #ffffff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.form-item__content.code {
  display: flex;
  align-items: center;
}
.form-item__content.code input {
  width: 200px;
}
.form-item__content.code button {
  width: 170px;
  height: 50px;
  margin-left: 12px;
}
.form-item__content.code button[disabled],
.form-item__content.code button:disabled {
  cursor: not-allowed;
  background: #f4f4f5;
  color: #999999;
}

/****** 公用标题 ******/
.title {
  font-size: 28px;
  font-weight: 600;
}
.title-text {
  text-align: center;
}
.title-text > p {
  margin: 15px 0 30px;
  line-height: 28px;
}

/****** 头部 ******/
.header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 99;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left__logo {
  display: flex;
  align-items: center;
}
.header-left__logo a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 30px;
  margin: 0 8px;
  background: rgba(51, 51, 51, 0.1);
}
.header-left__logo .text {
  font-size: 14px;
}
.header-left__advert {
  margin-left: 20px;
}
.header-left .notice-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 350px;
  height: 48px;
  padding: 0 10px;
  margin-left: 30px;
  background: #FCF5DE;
  border-radius: 4px;
}
.header-left .notice-container:hover .notice-content__text {
  animation-play-state: paused;
}
.header-left .notice-container:hover .dropdown-content {
  display: block;
}
.header-left .notice-container .notice-content {
  white-space: nowrap;
  overflow: hidden;
}
.header-left .notice-container .notice-content__text {
  height: 45px;
  line-height: 45px;
  animation: marquee 4s linear infinite;
}
.header-left .notice-container .dropdown-content {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
}
.header-left .notice-container .dropdown-content__text {
  position: relative;
  width: 350px;
  line-height: 25px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 20px 20px 20px;
}
.header-left .notice-container .dropdown-content__text::before {
  position: absolute;
  top: -20px;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FFFFFF;
}
.header-left .notice-container .dropdown-content:hover a {
  color: #0E357F;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right .line {
  border: 1px dashed #e9e9e9;
  margin: 15px 0;
}
.header-right__recommend {
  display: none;
}
.header-right__recommend a {
  display: inline-block;
  width: 84px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  border-radius: 2px;
  border: 1px solid #ff8400;
  color: #ff8400;
}
.header-right__recommend a:hover {
  border: 1px solid #ff9d33;
  color: #ff9d33;
}
.header-right__recommend::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background: #eee;
}
.header-right__buttonGroup span {
  cursor: pointer;
}
.header-right__buttonGroup .register-button:hover {
  color: #ff8400;
}
.header-right__buttonGroup .login-button {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-left: 10px;
  background: #0e357f;
  color: #ffffff;
  border-radius: 2px;
}
.header-right__buttonGroup .login-button:hover {
  background: #3e5d99;
  color: #ffffff;
}
.header-right__tel {
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  margin: 0 20px;
  cursor: pointer;
}
.header-right__tel::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background: #eee;
}
.header-right__tel a .icon-xiangxia1 {
  display: inline-block;
  transition: transform 0.3s linear;
  margin: 0 15px 0 5px;
  font-size: 12px;
  color: #ccc;
}
.header-right__tel a:hover {
  color: #0E357F;
}
.header-right__tel a:hover .icon-xiangxia1 {
  transform: rotate(180deg);
  color: #0E357F;
}
.header-right__tel-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  line-height: 30px;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.header-right__tel-dropdown .btn {
  display: inline-block;
  padding: 5px 25px;
  margin: 10px 0;
  background: #0e357f;
  color: #ffffff;
  border-radius: 5px;
}
.header-right__tel-dropdown .btn:hover {
  background: #3e5d99;
  color: #ffffff;
}
.header-right__qrcode {
  position: relative;
  margin: 0 15px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
.header-right__qrcode .iconfont {
  font-size: 24px;
}
.header-right__qrcode-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 356px;
  text-align: center;
  line-height: 30px;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.header-right__qrcode-dropdown h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.header-right__qrcode-dropdown p {
  font-size: 16px;
  color: #666666;
}
.header-right__ucenter {
  display: none;
  position: relative;
  height: 80px;
  cursor: pointer;
}
.header-right__ucenter .pic {
  width: 28px;
  height: 28px;
  margin-top: 26px;
}
.header-right__ucenter-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.header-right__ucenter-dropdown > li > a {
  color: #333333;
}
.header-right__ucenter-dropdown > li > a:hover {
  color: #0E357F;
}
.header-right__language {
  position: relative;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
.header-right__language .iconfont {
  font-size: 24px;
}
.header-right__language-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.header-right__language-dropdown > li > a {
  color: #333333;
}
.header-right__language-dropdown > li > a:hover {
  color: #0e357f;
}
@keyframes marquee {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}

/****** 导航栏 ******/
.nav {
  width: 100%;
  height: 57px;
  background: #0E357F;
  position: fixed;
  top: 80px;
  z-index: 98;
}
.nav.special-nav {
  background: transparent;
}
.nav-inner {
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 98;
}
.nav-menu {
  flex: 1;
  display: flex;
  align-items: center;
  height: 57px;
}
.nav-item {
  position: relative;
  height: 57px;
  font-size: 16px;
  margin-right: 42px;
}
.nav-item:hover .layui-menu {
  display: block;
}
.nav-item:hover .serve-container {
  display: flex !important;
}
.nav-item:hover a::before {
  height: 2px;
}
.nav-item > a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 36px;
  color: #FFFFFF;
}
.nav-item > a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.3s;
}
.nav-item > a:visited {
  color: #ffffff;
}
.nav-item > a:hover {
  color: #FF8400;
}
.nav-item > a:hover::before {
  width: 80%;
}
.nav-item > a:hover .zd_icon {
  transform: rotate(180deg);
  color: #FFFFFF;
}
.nav-item > a .zd_icon {
  display: inline-block;
  transition: transform 0.3s linear;
  color: #9EAECC;
}
.nav-item > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 52px;
  width: 240px;
  line-height: 50px;
  background: #ffffff;
  box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.2);
}
.nav-item .serve-container {
  width: auto;
  padding: 10px;
}
.nav-item .serve-container .layui-menu-body-title {
  display: flex;
  align-items: center;
}
.nav-item .serve-container .layui-menu-body-title a {
  margin: 0;
  padding-top: 0;
  font-size: 18px;
  color: #333333;
}
.nav-item .serve-container .layui-menu-body-title a p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.nav-item .serve-container .nav-hr {
  width: 1px;
  height: auto;
  margin: 0 10px;
  background: #ececec;
}
.nav-item .layui-menu li {
  line-height: 34px;
  font-size: 16px;
}
.nav-item .layui-menu li a .iconfont {
  font-size: 20px;
  color: #e60012;
  margin-left: 10px;
}
.nav-item .layui-menu li a .layui-badge-dot {
  background-color: #e60012;
  margin-left: 5px;
}
.nav-item .layui-menu-body-panel {
  margin-left: -1px;
}
.nav-btn {
  display: block;
  width: 110px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background: #ff8400;
  color: #ffffff;
  font-size: 18px;
}
.nav-btn:hover {
  background: #ff9d33;
  color: #ffffff;
}

/****** 尾部 ******/
.footer-bg {
  padding: 60px 0 50px;
  background: #051433;
  color: #ffffff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-inner .leftside__text1 {
  margin: 10px 0 40px 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.98);
}
.footer-inner .leftside__text2 {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .leftside .propose {
  display: flex;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .leftside .propose .right a {
  display: block;
  line-height: 21px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .leftside .propose .right a:hover {
  color: #FF8400;
}
.footer-inner .leftside__icon {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.footer-inner .leftside__icon .item .iconfont {
  padding: 0 15px;
  font-size: 30px;
  color: #ffffff;
}
.footer-inner .leftside__icon .item:hover .iconfont {
  color: #ff8400;
}
.footer-inner .leftside__icon .item-img {
  position: relative;
}
.footer-inner .leftside__icon .item-img img {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.footer-inner .leftside__icon .item-img:hover img {
  opacity: 1;
}
.footer-inner .rightside {
  display: flex;
}
.footer-inner .rightside .item {
  margin-right: 60px;
}
.footer-inner .rightside .item:last-child {
  margin-right: 0;
}
.footer-inner .rightside .item > p {
  margin-bottom: 40px;
  font-size: 18px;
}
.footer-inner .rightside .item a {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .rightside .item a:hover {
  color: #ff8400;
}
.footer-inner .rightside .card .deposit,
.footer-inner .rightside .card .friends {
  position: relative;
  display: block;
}
.footer-inner .rightside .card .deposit img,
.footer-inner .rightside .card .friends img {
  width: 270px;
  height: 101px;
}
.footer-inner .rightside .card .deposit .box,
.footer-inner .rightside .card .friends .box {
  position: absolute;
  top: 20px;
  left: 10px;
  line-height: 30px;
}
.footer-inner .rightside .card .deposit .box h6,
.footer-inner .rightside .card .friends .box h6 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.footer-inner .rightside .card .deposit .box p,
.footer-inner .rightside .card .friends .box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .rightside .card .deposit .box p span,
.footer-inner .rightside .card .friends .box p span {
  font-size: 16px;
  color: #ffe140;
}
.footer-inner .rightside .card .friends {
  margin-top: 20px;
}
.footer-statement {
  width: 100%;
  line-height: 24px;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.footer-copyright {
  width: 100%;
  height: 126px;
  padding-top: 30px;
  text-align: center;
  background: #020E21;
  color: rgba(255, 255, 255, 0.6);
}
.footer-copyright .line-1 .icp {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-copyright .line-1 i {
  margin: 0 10px;
}
.footer-copyright .line-1 .security {
  color: rgba(255, 255, 255, 0.8);
}
.footer-copyright .line-1 .security img {
  margin-right: 5px;
}
.footer-copyright .line-1 .security a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.footer-copyright .line-1 a:hover {
  color: #FF8400;
}
.footer-copyright .line-2 {
  margin-top: 20px;
}

/****** 七大服务保障 ******/
.service-assurance {
  padding: 50px 0;
}
.service-assurance-list {
  display: flex;
  margin-top: 30px;
  width: 1240px;
  overflow: hidden;
}
.service-assurance-item {
  width: 128px;
  height: 284px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.service-assurance-item.default {
  flex: 472px;
}
.service-assurance-item.default .mask {
  opacity: 1;
}
.service-assurance-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s opacity;
  z-index: 0;
  width: 472px;
  height: 284px;
  background: linear-gradient(48deg, #fe9345 0%, #ff6d48 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 20px;
}
.service-assurance-item .mask .text {
  width: 260px;
  color: #ffffff;
}
.service-assurance-item .mask .text h4 {
  font-size: 26px;
  font-weight: 600;
}
.service-assurance-item .mask .text .solutions {
  margin-top: 30px;
}
.service-assurance-item .mask .text .solutions li {
  line-height: 32px;
  transition: all 0.3s;
}
.service-assurance-item .mask .text .solutions li:hover {
  transform: translate(10px, 0);
}
.service-assurance-item .mask .text .solutions li span {
  margin-right: 3px;
  font-size: 12px;
}
.service-assurance-item .mask .text .solutions li a {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}
.service-assurance-item .mask .text .solutions li a i {
  margin-left: 3px;
}
.service-assurance-item .mask .text p {
  line-height: 32px;
  margin-top: 35px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.service-assurance-item:hover {
  flex: 472px;
  transform: translate(10px, 0);
  margin-left: -10px;
}
.service-assurance-item:hover .mask {
  opacity: 1;
}
.service-assurance-item .cell {
  position: relative;
  background: #333333;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.service-assurance-item .cell .number {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-family: DIN;
  font-size: 102px;
  color: rgba(255, 255, 255, 0.05);
}
.service-assurance-item:last-child .cell {
  border-right: none;
}
.service-assurance-item .cell--1,
.service-assurance-item .cell--2 {
  height: 142px;
  padding: 30px 0 0 10px;
}
.service-assurance-item .cell--1 .desc,
.service-assurance-item .cell--2 .desc {
  color: rgba(255, 255, 255, 0.8);
}
.service-assurance-item .cell--1 .icon,
.service-assurance-item .cell--2 .icon {
  margin-top: 45px;
  color: #ffffff;
}
.service-assurance-item .cell--1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/****** 科研高校 ******/
.university {
  padding: 50px 0 30px;
  background: #fafbff;
}
.university .title span {
  display: inline-block;
  width: 0;
  height: 21px;
  border: 1px solid #ececec;
  margin: 0 10px;
}
.university-list {
  display: flex;
}
.university-item {
  flex: 1;
  height: 74px;
  margin: 0 18px 18px 0;
  cursor: pointer;
}
.university-item:nth-of-type(6n) {
  margin-right: 0;
}
.university-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.university-item:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

/****** 最右侧 ******/
.sidebar {
  position: fixed;
  right: 10px;
  top: 58%;
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
  box-shadow: 0 6px 12px 0 rgba(41, 110, 230, 0.1);
  z-index: 999;
}
.sidebar .iconfont {
  font-size: 26px;
}
.sidebar p {
  margin-top: 5px;
  font-size: 14px;
}
.sidebar .consult {
  width: 70px;
  padding-top: 20px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}
.sidebar .consult-weChat {
  position: relative;
  height: 70px;
}
.sidebar .consult-weChat:hover {
  color: #ff8400;
}
.sidebar .consult-weChat:hover img {
  display: block;
}
.sidebar .consult-weChat img {
  width: 200px;
  height: auto;
  position: absolute;
  right: 75px;
  top: 0;
  transform: translateY(-50%);
  display: none;
}
.sidebar .consult-online {
  height: 70px;
}
.sidebar .consult-online a {
  color: #333333;
}
.sidebar .consult-online a:hover {
  color: #ff8400;
}
.sidebar .consult-online__box {
  width: 320px;
  padding: 20px;
  text-align: left;
  position: absolute;
  right: 75px;
  top: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 6px 12px 0 rgba(41, 110, 230, 0.3);
  opacity: 0;
  display: none;
}
.sidebar .consult-online__box h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333333;
}
.sidebar .consult-online__box p {
  line-height: 30px;
  vertical-align: middle;
  font-size: 16px;
}
.sidebar .consult-online:hover .consult-online__box {
  opacity: 1;
  display: block;
}
.sidebar .backtop {
  display: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.sidebar .backtop:hover {
  color: #ff8400;
}

/* 价格及返稿时间一览 */
.Return-manuscript {
  width: 100%;
  height: 646px;
  padding: 40px 0;
  background: #f8f9fe;
}
.Return-manuscript h2 {
  padding-bottom: 30px;
  text-align: center;
}
.Return-manuscript .Return-manuscript-wrap {
  display: flex;
  flex-direction: column;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 135px;
  width: 100%;
  height: 67px;
  background: #ffffff;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-tab .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 259px;
  height: 100%;
  text-align: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-tab .item.active {
  background: #f0f6ff;
  border-bottom: 2px solid #2254f4;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-tab .item img {
  margin-left: 10px;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item {
  display: flex;
  margin-top: 20px;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme {
  width: calc(100% - 16.6666666667px);
  margin-right: 20px;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .head {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 18px;
  width: 100%;
  height: 69px;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .head .head-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .head::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid #759fff;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 321px;
  background: #ffffff;
  margin-top: 20px;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 20%;
  text-align: center;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item .triangle {
  position: absolute;
  right: 0;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 37px solid #e60012;
  border-left: 50px solid transparent;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item .triangle .text {
  position: absolute;
  right: 2px;
  top: -36px;
  white-space: nowrap;
  font-size: 14px;
  color: #ffffff;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item .code-1 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item .content-item-span {
  display: block;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px dashed #cccccc;
  font-size: 18px;
  white-space: nowrap;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item .content-item-span .span-1 {
  font-size: 14px;
  color: #333;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item .content-item-span .span-2 {
  font-size: 20px;
  color: #e60012;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item .content-item-span del {
  font-size: 12px;
  color: #999999;
  margin-left: 3px;
  white-space: nowrap;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme .content .content-item:last-child span {
  border-bottom: unset;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(2) .head {
  background: #ed6033;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(2) .head::before {
  border-top-color: #ed6033;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(3) .head {
  background: #29b8c9;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(3) .head::before {
  border-top-color: #29b8c9;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(4) .head {
  background: #eba522;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(4) .head::before {
  border-top-color: #eba522;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(5) .head {
  background: #3ca594;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(5) .head::before {
  border-top-color: #3ca594;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(6) .head {
  background: #24a7e6;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:nth-child(6) .head::before {
  border-top-color: #24a7e6;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:first-child .head {
  background: linear-gradient(20deg, #759fff 50%, #4d7cff 50%);
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:first-child .head span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:first-child .head span:first-child {
  line-height: 77px;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:last-child {
  margin-right: 0;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:last-child .head .head-title {
  text-align: center;
}
.Return-manuscript .Return-manuscript-wrap .Return-manuscript-list .item .Return-manuscript-itme:last-child .head .head-title .span-2 {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.75;
}

/** 表头固定 **/
.sticky {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

/* 润色 翻译 组合支持广告样式 */
.safety-efficiency-container {
  height: 148px;
  margin: 70px auto;
  background: url(/v2/assets/images/services/efficiency.png?v=20230505) no-repeat center center;
  background-size: cover;
}
.safety-efficiency-container .content {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding-left: 120px;
}
.safety-efficiency-container .content .arrow {
  position: absolute;
  right: 60px;
  bottom: 24px;
  width: 35px;
  height: 35px;
  z-index: 1;
}
.safety-efficiency-container .content h2 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
.safety-efficiency-container .content p {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.7;
  margin-left: 30px;
  padding-top: 20px;
}
.safety-efficiency-container .content .btn {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 35px;
  right: 50px;
  display: block;
  width: 250px;
  height: 80px;
  background: #ff8400;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 600;
}
.safety-efficiency-container .content .btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .header-right__qrcode-dropdown {
    transform: translateX(-63%);
  }
  .supervision .comparison-plans .table-box {
    width: 92%;
    padding-right: 30px;
    overflow-x: auto;
    margin-left: 30px;
  }
  .supervision .comparison-plans .table {
    display: inline-block;
    margin: 0;
  }
}
/* 常见问题，默认只展示问题 */
.latest-common-problem {
  width: 100%;
  height: auto;
  background: url(/v2/assets/images/supervision/problem_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 50px 0 70px;
}
.latest-common-problem .problem-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.latest-common-problem .problem-item {
  position: relative;
  flex: 0 0 calc((100% - 20px) / 2);
  padding: 30px 40px;
  margin: 0 20px 40px 0;
  background: #ffffff;
  border-radius: 2px;
}
.latest-common-problem .problem-item:nth-of-type(2n) {
  margin-right: 0;
}
.latest-common-problem .problem-item .number {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #0e357f;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
}
.latest-common-problem .problem-item h6 {
  font-size: 18px;
  font-weight: bold;
}
.latest-common-problem .problem-item p {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 40px;
  min-height: 124px;
  line-height: 26px;
  background: #ffffff;
  font-size: 14px;
  color: #666666;
}

/***** 查看专家编辑团队的简历 *****/
.resume-view {
  width: 824px;
  height: auto;
}
.resume-view .upper-box {
  display: flex;
  align-items: center;
  position: relative;
  width: 824px;
  height: 209px;
  padding: 49px 0 49px 25px;
  background: #0e357f;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
  color: #FFFFFF;
}
.resume-view .upper-box .resume-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 7px 9px;
  cursor: pointer;
}
.resume-view .upper-box .public-img {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resume-view .upper-box .right-wrap {
  display: flex;
  flex-direction: column;
  margin-left: 28px;
}
.resume-view .upper-box .right-wrap .right-info {
  display: flex;
  align-items: center;
  font-size: 26px;
}
.resume-view .upper-box .right-wrap .right-info img {
  width: 32px;
  height: 21px;
  -o-object-fit: cover;
     object-fit: cover;
}
.resume-view .upper-box .right-wrap .right-info span {
  margin-right: 18px;
}
.resume-view .upper-box .right-wrap .right-info span:not(:first-child) {
  padding: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px 2px 2px 2px;
  font-size: 16px;
}
.resume-view .upper-box .right-wrap .right-info .info-up-item-1 {
  margin-left: 5px;
  font-size: 26px;
}
.resume-view .upper-box .right-wrap .info-down {
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
}
.resume-view .upper-box .right-wrap .info-down span, .resume-view .upper-box .right-wrap .info-down font {
  color: #ff8400;
  font-weight: 700;
}
.resume-view .upper-box .right-wrap .info-down span {
  font-size: 28px;
}
.resume-view .next-box {
  padding: 40px 122px 67px 30px;
}
.resume-view .next-box .one-box-head,
.resume-view .next-box .two-box-head {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.resume-view .next-box .one-box-head b:first-child,
.resume-view .next-box .two-box-head b:first-child {
  margin-right: 20px;
  color: #0e357f;
}
.resume-view .next-box .one-box-footer,
.resume-view .next-box .two-box-footer {
  padding: 10px 0 0 24px;
  line-height: 1.5;
  font-size: 18px;
}
.resume-view .next-box .two-box-footer {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.resume-view .next-box .two-box {
  margin-top: 50px;
}

/***** 服务案例轮播图 *****/
.service-case-carousel .tabs {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.service-case-carousel .tabs-header {
  width: 288px;
  height: 442px;
  background: #EBF1FF;
  border-radius: 14px;
  margin-right: 30px;
}
.service-case-carousel .tabs-header .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.service-case-carousel .tabs-header .item:first-child {
  margin-top: 33px;
}
.service-case-carousel .tabs-header .item img {
  margin-right: 30px;
}
.service-case-carousel .tabs-header .item .icon-Right_arrow {
  display: none;
  position: absolute;
  padding: 2px 4px;
  border-radius: 50%;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background: #FFFFFF;
  color: #0e357f;
}
.service-case-carousel .tabs-header .item.active {
  width: 288px;
  background: linear-gradient(89deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-left: 3px solid #0E357F;
  font-size: 20px;
  color: #0E357F;
}
.service-case-carousel .tabs-content {
  flex: 1;
  height: 442px;
  background: #F0F5FF;
  border-radius: 10px;
}
.service-case-carousel .tabs-content .slide {
  display: flex;
  padding: 20px;
  transition: all 1s;
}
.service-case-carousel .tabs-content .slide-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 266px;
  height: 359px;
  background: #fbfafa;
  border-radius: 4px;
  padding-top: 30px;
}
.service-case-carousel .tabs-content .slide-left .pic {
  width: 207px;
  height: auto;
  padding: 0 30px;
}
.service-case-carousel .tabs-content .slide-left .line1 {
  margin: 15px 20px 10px;
  font-size: 14px;
  text-align: center;
}
.service-case-carousel .tabs-content .slide-left .line2 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.service-case-carousel .tabs-content .slide-left .line2 span {
  font-size: 16px;
  font-weight: 600;
  color: #0e357f;
}
.service-case-carousel .tabs-content .slide-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 14px 20px 20px;
}
.service-case-carousel .tabs-content .slide-right .paragraph {
  line-height: 28px;
  font-weight: 600;
}
.service-case-carousel .tabs-content .slide-right .paragraph i {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 61px;
  color: #0e357f;
  opacity: 0.05;
}
.service-case-carousel .tabs-content .slide-right .tags {
  margin: 25px 0 30px;
}
.service-case-carousel .tabs-content .slide-right .tags span {
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 10px 0;
  background: rgba(26, 99, 245, 0.08);
  font-size: 14px;
  color: #0e357f;
}
.service-case-carousel .tabs-content .slide-right .tags span:last-child {
  margin-right: 0;
}
.service-case-carousel .tabs-content .slide-right .topic {
  display: flex;
  font-weight: 600;
}
.service-case-carousel .tabs-content .slide-right .topic-left {
  font-size: 14px;
  white-space: nowrap;
}
.service-case-carousel .tabs-content .slide-right .topic-right a {
  text-decoration: underline;
  line-height: 22px;
  font-size: 16px;
  color: #0e357f;
}
.service-case-carousel .tabs-content .slide-right .topic-right a:hover {
  color: #ff8400;
}
.service-case-carousel .tabs-content .slide-right .list {
  margin-top: 30px;
}
.service-case-carousel .tabs-content .slide-right .list li {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.service-case-carousel .tabs-content .slide-right .list li .item {
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
.service-case-carousel .tabs-content .slide-right .list li .item span {
  color: #0e357f;
}
.service-case-carousel .tabs-content .slide-right .list li .item label {
  font-size: 14px;
  color: #666666;
}
.service-case-carousel .tabs .layui-carousel > [carousel-item] > * {
  background: #F0F5FF;
}

/***** 客服评价 *****/
.customer-reviews {
  width: 100%;
  height: auto;
  padding: 50px 0 30px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.customer-reviews .list {
  display: flex;
  width: 130%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.customer-reviews .list--1 {
  margin: 30px 0 20px;
}
.customer-reviews .list--1 .item {
  animation: slide 48s linear infinite;
}
.customer-reviews .list--1 .item:nth-of-type(1n) {
  background: #c5f0fc;
}
.customer-reviews .list--1 .item:nth-of-type(2n) {
  background: #feeb93;
}
.customer-reviews .list--1 .item:nth-of-type(3n) {
  background: #d3fea7;
}
.customer-reviews .list--1 .item:nth-of-type(4n) {
  background: #bae3e3;
}
.customer-reviews .list--2 .item {
  animation: slide 58s linear infinite;
}
.customer-reviews .list--2 .item:nth-of-type(1n) {
  background: #fecabf;
}
.customer-reviews .list--2 .item:nth-of-type(2n) {
  background: #c5f0fc;
}
.customer-reviews .list--2 .item:nth-of-type(3n) {
  background: #feeb93;
}
.customer-reviews .list--2 .item:nth-of-type(4n) {
  background: #d3fea7;
}
.customer-reviews .item {
  width: 25%;
  height: 219px;
  padding: 20px 20px 10px;
  margin-right: 20px;
  border-radius: 4px;
}
.customer-reviews .item .basicinfo {
  display: flex;
  align-items: flex-start;
}
.customer-reviews .item .basicinfo .pic {
  width: 74px;
  min-width: 74px;
  height: 74px;
  border-radius: 8px;
  background: transparent;
}
.customer-reviews .item .basicinfo .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.customer-reviews .item .basicinfo .infos {
  flex: 1;
  margin-left: 15px;
  line-height: 24px;
  font-size: 14px;
}
.customer-reviews .item .basicinfo .infos .info {
  display: flex;
  align-items: flex-start;
}
.customer-reviews .item .basicinfo .infos .info .left {
  width: 70px;
  color: #666666;
}
.customer-reviews .item .basicinfo .infos .info .right {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-reviews .item .basicinfo .infos .info--1 .left {
  width: 65px;
  overflow: hidden;
  margin-right: 5px;
  color: #333333;
}
.customer-reviews .item .basicinfo .infos .info--1 .right i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 12px;
  height: 0;
  border: 1px solid #999999;
}
.customer-reviews .item .basicinfo .infos .info--2 {
  margin: 10px 0;
}
.customer-reviews .item p {
  margin-top: 15px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-750%);
  }
}

/***** 医学SCI无忧发表 *****/
.mediCare-free .quote {
  display: block;
  width: 190px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin: 0 auto;
  background: #F54847;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.mediCare-free .banner {
  width: 100%;
  height: 500px;
  margin-top: 137px;
  background: #F7F7F9;
}
.mediCare-free .banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
.mediCare-free .banner .words {
  flex: 1;
}
.mediCare-free .banner .words h3 {
  font-size: 38px;
  font-weight: 600;
  color: #363636;
}
.mediCare-free .banner .words--2 {
  margin: 10px 0 40px;
}
.mediCare-free .banner .words--2 h2 {
  font-size: 42px;
  font-weight: 600;
  color: #131313;
}
.mediCare-free .banner .words--2 .block {
  width: 500px;
  height: 23px;
  background: #81E7FE;
  margin-top: -25px;
}
.mediCare-free .banner .words p {
  line-height: 45px;
  font-size: 24px;
  color: #757575;
}
.mediCare-free .banner .pic {
  width: 500px;
  height: auto;
}
.mediCare-free .target-audience {
  padding: 40px 0;
  background: #FFFFFF;
}
.mediCare-free .target-audience .list {
  display: flex;
  margin-top: 30px;
}
.mediCare-free .target-audience .item {
  position: relative;
  flex: 1;
  margin-right: 20px;
}
.mediCare-free .target-audience .item:last-child {
  margin-right: 0;
}
.mediCare-free .target-audience .item p {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 4px 4px;
  color: #FFFFFF;
}
.mediCare-free .publication {
  padding: 30px 0;
  background: #FFFFFF;
}
.mediCare-free .publication .box {
  display: flex;
  margin-top: 30px;
  background: #F4F5F9;
}
.mediCare-free .publication .box .pic {
  width: 313px;
  height: auto;
}
.mediCare-free .publication .box .text {
  position: relative;
  flex: 1;
  margin-left: 50px;
}
.mediCare-free .publication .box .text p {
  width: 660px;
  line-height: 36px;
  padding-top: 76px;
}
.mediCare-free .publication .box .text .icon {
  position: absolute;
  right: -10px;
  top: 6px;
}
.mediCare-free .package {
  padding: 30px 0;
  background: #FFFFFF;
}
.mediCare-free .package .list {
  display: flex;
}
.mediCare-free .package .list .item {
  flex: 1;
  height: 156px;
  text-align: center;
}
.mediCare-free .package .list .item img {
  padding: 40px 0 30px;
}
.mediCare-free .package .list .item p {
  font-size: 18px;
  font-weight: 600;
}
.mediCare-free .package .list-1 .item:nth-child(odd) {
  background: #EFF3F6;
}
.mediCare-free .package .list-1 .item:nth-child(even) {
  background: #E8EEF1;
}
.mediCare-free .package .list-2 .item:nth-child(odd) {
  background: #E8EEF1;
}
.mediCare-free .package .list-2 .item:nth-child(even) {
  background: #EFF3F6;
}
.mediCare-free .package .description {
  margin: 20px 0;
  color: #666666;
  font-size: 16px;
}
.mediCare-free .package-contents {
  padding: 30px;
  background: #FFFFFF;
}
.mediCare-free .package-contents .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.mediCare-free .package-contents .item {
  display: flex;
  align-items: center;
  width: calc((100% - 20px) / 2);
  padding: 30px;
  margin-bottom: 20px;
  background: #F4F5F9;
  border-radius: 4px;
}
.mediCare-free .package-contents .item:nth-child(odd) {
  margin-right: 20px;
}
.mediCare-free .package-contents .item:hover {
  background: #205ED1;
  box-shadow: 0px 3px 6px 1px rgba(17, 68, 162, 0.41);
  color: #FFFFFF;
}
.mediCare-free .package-contents .item:hover .text P {
  color: rgba(255, 255, 255, 0.8);
}
.mediCare-free .package-contents .item .number {
  font-family: DIN;
  font-size: 36px;
}
.mediCare-free .package-contents .item .text {
  flex: 1;
  margin-left: 20px;
}
.mediCare-free .package-contents .item .text h6 {
  font-size: 20px;
  font-weight: 600;
}
.mediCare-free .package-contents .item .text p {
  margin-top: 10px;
  line-height: 26px;
  color: #666666;
}
.mediCare-free .optional-services {
  width: 100%;
  padding: 50px 0;
  background: #F4F5F9;
}
.mediCare-free .optional-services .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.mediCare-free .optional-services .item {
  position: relative;
  width: calc((100% - 56px) / 5);
  padding: 20px 30px;
  margin-right: 14px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
}
.mediCare-free .optional-services .item:nth-child(5n) {
  margin-right: 0;
}
.mediCare-free .optional-services .item .service {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.mediCare-free .optional-services .item .service img {
  margin-right: 10px;
}
.mediCare-free .optional-services .item .service span {
  margin-left: 20px;
}
.mediCare-free .optional-services .item .price {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.mediCare-free .optional-services .item p {
  margin-top: 15px;
  line-height: 24px;
  font-size: 15px;
  color: #999999;
}
.mediCare-free .optional-services .item-mask {
  display: none;
  position: absolute;
  top: 109px;
  left: 30px;
  z-index: 97;
}
.mediCare-free .optional-services .item-mask__box {
  position: relative;
  width: 440px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
.mediCare-free .optional-services .item-mask__box::before {
  position: absolute;
  left: 80px;
  top: -20px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #E9E9E9;
}
.mediCare-free .optional-services .total {
  width: 416px;
  height: 74px;
  line-height: 74px;
  margin: 10px auto 0;
  text-align: center;
  background: #D5D5D5;
  border-radius: 46px;
  font-size: 28px;
  color: #646464;
}
.mediCare-free .optional-services .total span {
  text-decoration: line-through;
}
.mediCare-free .special-price {
  padding: 20px 0 50px;
}
.mediCare-free .special-price .pic {
  width: 1240px;
  height: auto;
  margin: 0 auto;
}