@charset "UTF-8";


/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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 {
  font-size: 2em;
  margin: 0.67em 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).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 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;
}

/**
  * 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 {
  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: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-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] {
  -ms-touch-action: manipulation;
  /* 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;
}

/**
 * =====================  定制化 end   =========================
 */


/**
 * ======================      icon      ========================
 */

/* Extending .icon-sh-arrowRight-small to .list-with-arrow-list-child */
.list-with-arrow-list-child {
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

@font-face {
  font-family: "icons";
  src: url("./fonts/icons.eot");
  /*url("./fonts/icons.woff2") format("woff2"), */
  src: url("./fonts/icons.eot?#iefix") format("eot"),
  url("./fonts/icons.woff") format("woff"),
  url("./fonts/icons.ttf") format("truetype"),
  url("./fonts/icons.svg#icons") format("svg");
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.icon-sh-all:before {
  content: "";
}

.icon-sh-arrowBottom-small:before {
  content: "";
}

.icon-sh-arrowBottom:before {
  content: "";
}

.icon-sh-arrowLeft-small:before {
  content: "";
}

.icon-sh-arrowLeft:before {
  content: "";
}

.icon-sh-arrowRight-small:before,
.list-with-arrow-list-child:before {
  content: "";
}

.icon-sh-arrowRight:before {
  content: "";
}

.icon-sh-arrowTop-small:before {
  content: "";
}

.icon-sh-arrowTop:before {
  content: "";
}

.icon-sh-calculator:before {
  content: "";
}

.icon-sh-cart:before {
  content: "";
}

.icon-sh-chat:before {
  content: "";
}

.icon-sh-close-button:before {
  content: "";
}

.icon-sh-company-info:before {
  content: "";
}

.icon-sh-computer:before {
  content: "";
}

.icon-sh-contact:before {
  content: "";
}

.icon-sh-download:before {
  content: "";
}

.icon-sh-earth:before {
  content: "";
}

.icon-sh-excel:before {
  content: "";
}

.icon-sh-external-link:before {
  content: "";
}

.icon-sh-facebook:before {
  content: "";
}

.icon-sh-hand-point-up:before {
  content: "";
}

.icon-sh-heart-open:before {
  content: "";
}

.icon-sh-heart:before {
  content: "";
}

.icon-sh-hide-password:before {
  content: "";
}

.icon-sh-information:before {
  content: "";
}

.icon-sh-instagram:before {
  content: "";
}

.icon-sh-language-select-mobile:before {
  content: "";
}

.icon-sh-language-select:before {
  content: "";
}

.icon-sh-linkedin:before {
  content: "";
}

.icon-sh-logout-mobile:before {
  content: "";
}

.icon-sh-logout:before {
  content: "";
}

.icon-sh-mail:before {
  content: "";
}

.icon-sh-map-pin:before {
  content: "";
}

.icon-sh-material:before {
  content: "";
}

.icon-sh-medicine:before {
  content: "";
}

.icon-sh-member-registration:before {
  content: "";
}

.icon-sh-members-only:before {
  content: "";
}

.icon-sh-mini-contact-mobile:before {
  content: "";
}

.icon-sh-mini-contact:before {
  content: "";
}

.icon-sh-my-page-mobile:before {
  content: "";
}

.icon-sh-my-page:before {
  content: "";
}

.icon-sh-pdf:before {
  content: "";
}

.icon-sh-person:before {
  content: "";
}

.icon-sh-phone:before {
  content: "";
}

.icon-sh-quick-view:before {
  content: "";
}

.icon-sh-report:before {
  content: "";
}

.icon-sh-research:before {
  content: "";
}

.icon-sh-search-mobile:before {
  content: "";
}

.icon-sh-search:before {
  content: "";
}

.icon-sh-share:before {
  content: "";
}

.icon-sh-shimadzu-logo:before {
  content: "";
}

.icon-sh-test-tube:before {
  content: "";
}

.icon-sh-tree:before {
  content: "";
}

.icon-sh-twitter:before {
  content: "";
}

.icon-sh-url:before {
  content: "";
}

.icon-sh-voteDownload:before {
  content: "";
}

.icon-sh-word:before {
  content: "";
}

.icon-sh-youtube:before {
  content: "";
}

.icon-sh-zoom-image:before {
  content: "";
}

/**
 * ======================      icon end      ========================
 */


/**
 * =========================== NotoSans ======================
 * */
@font-face {
  font-family: "NotoSans-Light";
  /*  url("../../shimadzu_an/fonts/NotoSans-Light.woff2") format("woff2"), */
  src: url("./fonts/NotoSans-Light.woff") format("woff"),
  url("./fonts/NotoSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans-LightItalic";
  /*url("../../shimadzu_an/fonts/NotoSans-LightItalic.woff2") format("woff2"), */
  src: url("./fonts/NotoSans-LightItalic.woff") format("woff"), url("./fonts/NotoSans-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans-Regular";
  /*url("../../shimadzu_an/fonts/NotoSans-Regular.woff2") format("woff2"), */
  src: url("./fonts/NotoSans-Regular.woff") format("woff"), url("./fonts/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans-Bold";
  /*url("../../shimadzu_an/fonts/NotoSans-Bold.woff2") format("woff2"), */
  src: url("./fonts/NotoSans-Bold.woff") format("woff"), url("./fonts/NotoSans-Bold.ttf") format("truetype");
}


.p-contentsIntroduction__wrapContents.blue:hover > div.p-contentsIntroduction__wrapImg {
  background-image: url("../images/introduction/Analysis_Routine.gif");
}

.p-contentsIntroduction__wrapContents.orange:hover > div.p-contentsIntroduction__wrapImg {
  background-image: url("../images/introduction/Learning_Portal.gif");
}

.p-contentsIntroduction__wrapContents.green:hover > div.p-contentsIntroduction__wrapImg {
  background-image: url("../images/introduction/Product_of_the_Month.gif");
}

[class*="u-lineClamp"][class*="--SP2"][class*="--heading1"] {
  min-height: 20px;
}


/*!
 * ========== .swiper-box is test ==============
 * */
.swiper-box {
  border: 1px solid blue;
  position: relative;
}

.home-swiper-title {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: center;
}

.home-swiper-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #6E6E6E;
  color: #6E6E6E;
  cursor: pointer;
  position: relative;
}

.home-swiper-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 12px;
  height: 12px;
}

.home-swiper-btn-prev {
  margin-right: 12px;
}

.home-swiper-btn-prev:before {
  left: 15px;
  border-top: 2px solid #6E6E6E;
  border-left: 2px solid #6E6E6E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-swiper-btn-next:before {
  border-right: 2px solid #6E6E6E;
  border-bottom: 2px solid #6E6E6E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-swiper-container {
  overflow: hidden;
}

.home-swiper-container .swiper-slide {
  overflow: hidden;
}

.home-swiper-service-card {
  width: 100%;
  overflow: hidden;
}

.home-swiper-container.service-swiper .home-swiper-service-card-img {
  max-width: 290px;
}

.home-swiper-service-card-img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home-swiper-service-card-img img {
  display: block;
  width: 100%;
}

.home-swiper-service-card-title {
  height: 56px;
  padding-top: 8px;
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.home-swiper-service-card-title p {
  font-weight: bold;
  text-align: center;
  color: #6E6E6E;
}

/*home 服务应用 mobile*/
.service-card-content-title-mb {
  margin: 0 0 10px;
  padding: 40px 0 10px;
  font-size: 24px;
  color: #333333;
}

.service-card-content-mb .home-swiper-service-card,
.service-card-content-mb .home-swiper-service-card-img,
.service-card-content-mb .home-swiper-service-card-img a,
.service-card-content-mb .home-swiper-service-card-img img {
  width: 100%;
}

.service-card-content-mb .home-swiper-service-card-img {
  height: 178px;
}

.service-card-content-mb .home-swiper-service-card-title {
  padding: 20px 10px 24px;
  height: auto;
}

.home-swiper-service-card-title p {
  text-align: center;
}

/*!
 * 行业应用 case-swiper
 */
.home-swiper-container.case-swiper .swiper-slide {
  height: 250px;
}

.case-swiper-card {
  height: 250px;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.case-swiper-card-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.case-swiper-card-img img {
  display: block;
  height: 100%;
}

.case-swiper-card-info {
  width: calc(100% - 250px);
  height: 250px;
  padding: 0 24px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.case-swiper-card-text {
  height: 178px;
  padding-top: 30px;
  color: #333333;
  font-weight: 400;
  border-bottom: 1px solid #BFBFBF;
}

.case-swiper-card-text p {
  max-height: 140px;
  overflow: hidden;
  font-size: 16px;
}

.case-swiper-card-tags {
  padding-top: 10px;
  color: #6E6E6E;
  font-weight: 700;
}

.case-swiper-card-tag {
  margin: 2px 4px;
  padding: 6px;
}


/* main.css 行业应用补充 */
@media screen and (max-width: 768px), print {
  .case-swiper-card-img {
    width: 166px;
  }

  .case-swiper-card-info {
    width: calc(100% - 166px);
    padding-bottom: 0;
  }

  .home-swiper-container.case-swiper .swiper-slide,
  .case-swiper-card,
  .case-swiper-card-img,
  .case-swiper-card-info {
    height: 166px;
  }

  .case-swiper-card-text {
    height: 120px;
  }

  .case-swiper-card-text p {
    max-height: 84px;
    overflow: hidden;
  }
}

.home-swiper-container.case-swiper .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 12px;
}

.home-swiper-container.case-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333333;
}

@media screen and (max-width: 768px), print {
  .home-swiper-container.case-swiper {
    margin: 0 12px;
  }

  .home-swiper-btn.case-swiper-btn-prev,
  .home-swiper-btn.case-swiper-btn-next {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .home-swiper-container.case-swiper .swiper .swiper-pagination {
    display: none;
  }
}


/*!
 * === home about sglc
 * */
.about-sglc {
  height: 510px;
  background-image: url(../images/about-sglc-bg.png);
  background-position: center 36px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about-sglc-title {
  font-weight: bold;
  padding: 0 0 20px 0;
  font-size: 40px;
  color: #3D3D3D;
  text-align: center;
}

.about-sglc-text, .about-sglc-text-bg {
  width: 440px;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #6E6E6E;
}

@media screen and (max-width: 768px), print {
  .about-sglc {
    height: auto;
    padding-bottom: 30px;
    background-image: none;
  }

  .about-sglc-title {
    margin: 4px 0 0 0;
    padding: 2px 0 10px;
    font-size: 18px;
    text-align: left;
  }

  .about-sglc-text-bg {
    margin: 0;
    padding: 0 0 10px 112px;
    width: 100%;
    background-image: url(../images/about-sglc-m-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 12px;
  }

  .about-sglc-text {
    margin: 0;
    padding: 0 0 10px 112px;
    width: 100%;
    font-size: 12px;
  }
}

.p-footer__siteInformation_number {
  padding: 8px 0;
}

.p-footer__siteInformation_number > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  text-align: center;
}

.p-footer__social h3,
.p-footer__social h4 {
  margin: 0;
}

.p-footer__social_title {
  padding: 2px 0;
  font-size: 14px;
  line-height: 18px;
  color: #BFBFBF;
  font-weight: 700;
}

.p-footer__social_wechat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 768px), print {
  .p-footer__social_wechat {
    flex-wrap: wrap;
  }
}

.p-footer__social_wechat_inner {
  margin-right: 20px;
}

@media screen and (max-width: 768px), print {
  .p-footer__social_wechat_inner {
    padding-bottom: 20px;
  }
}

.p-footer__social_wechat_inner:last-child {
  margin-right: 0;
}

.p-footer__social_wechat_inner_title {
  padding: 10px 0 14px;
  font-size: 12px;
  color: #BFBFBF;
  font-weight: 400;
}

.p-footer__social_wechat_inner_img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.p-footer__social_wechat_inner_img > img {
  display: block;
  width: 100%;
}

.p-footer__social + .p-snsIcon {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: none;
}

.p-footer__social + .p-snsIcon {
  padding-left: 0;
}


@media screen and (min-width: 768px), print {
  .p-footer__snsIcons .p-snsIcon .p-snsIcon__item {
    margin-right: 20px;
    margin-left: 0;
  }
}

.p-footer__snsIcons .p-snsIcon .p-snsIcon__item a {
  text-decoration: none;
  color: #BFBFBF;
}

.p-footer__snsIcons .p-snsIcon .p-snsIcon__item a span {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  color: #BFBFBF;
  line-height: 20px;
}

.p-footer_email {
  padding: 4px 0;
}

.p-footer_email > .p-snsIcon__title {
  padding: 12px 0 10px;
}

.p-footer__categoryItem_text {
  padding: 4px 0 20px;
  line-height: 1.5;
}

.p-footer__categoryItem_text .p-footer__categoryButton {
  font-size: 14px;
  color: #BFBFBF;
}


.home-events-list {
  overflow: hidden;
}

.home-events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 87px;
  padding: 4px 0;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px dotted #BFBFBF;
}

.home-events-item:first-child {
  border-top: 1px dotted #BFBFBF;
}

.home-events-item .date {
  width: 140px;
  margin-right: 20px;
  color: #6E6E6E;
  font-weight: normal;
}

.home-events-item .tag {
  width: 114px;
  height: 22px;
  margin: 0 10px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 200px;
  border: 1px solid #6E6E6E;
}

.home-events-item .tag.noti, .home-events-item .tag .noti {
  color: #74A642;
  border-color: #74A642;
}

.home-events-item .tag.news, .home-events-item .tag .news {
  color: #3192BF;
  border-color: #3192BF;
}

.home-events-item .tag.pro, .home-events-item .tag .pro {
  color: #D17B35;
  border-color: #D17B35;
}

.home-events-item .tag.eve, .home-events-item .tag .eve {
  color: #9474A6;
  border-color: #9474A6;
}

.home-events-item .title {
  max-width: calc(100% - 350px);
  overflow: hidden;
  margin-left: 30px;
  font-weight: normal;
  color: #333333;
  cursor: pointer;
}

.home-events-item .title a {
  color: #333333;
  text-decoration: none;
}

.home-events-item .title:hover,
.home-events-item .title a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 768px), print {
  .home-events-item {
    flex-wrap: wrap;
    align-items: baseline;
    height: auto;
    padding: 8px 0;
  }

  .home-events-item .date,
  .home-events-item .title {
    order: 1;
  }

  .home-events-item .title {
    margin-left: 0;
    max-width: calc(100% - 160px);
  }

  .home-events-item .tag {
    order: 0;
    margin-left: 0;
    margin-right: calc(100% - 120px);
    border: none;
    line-height: 22px;
    text-align: left;
  }

  .home-events-item .date {
    font-weight: normal;
  }
}

.p-footer {
  border-top: none;
}

@media screen and (max-width: 768px), print {
  .p-footer__categoriesWrap .p-footer__categoryItem {
    padding-bottom: 0;
  }

  .p-footer__categoriesWrap .p-footer__categoryItem:nth-child(3) {
    width: 90%;
  }

  .p-footer__snsIcons {
    padding: 0 12px 40px;
  }

  .p-footer__siteInformation .p-footer__copyright {
    height: auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer__categories .p-footer__categoriesInner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-footer__categories .p-footer__categoriesWrap {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .p-footer__categories .p-footer__snsIcons {
    width: 400px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.p-h1Block__titleArea_date {
  text-align: right;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #6E6E6E;
  font-weight: 400;
}

span.icon-circle {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #DD0000;
  overflow: hidden;
}

span.icon-circle:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  border-radius: 4px;
  background-color: white;
}

.news-main {
  padding: 0 0 50px;
  overflow: hidden;
}

.news-main-block {
  overflow: hidden;
  margin-bottom: 24px;
}

.news-main-title {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #6E6E6E;
  margin-bottom: 4px;
}

.news-main-title > p {
  margin: 0 0 0 8px;
  font-size: 28px;
  color: #6E6E6E;
  font-weight: 700;
  line-height: 1.5;
}

.news-main-item {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  border-bottom: 1px dotted #BFBFBF;
  margin-bottom: 10px;
}

.news-main-item-l {
  width: calc(100% - 140px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news-main-item-date {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
  height: 24px;
  width: 160px;
  margin-right: 64px;
  overflow: hidden;
}

.news-main-item-text {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-weight: 400;
  height: 24px;
  width: calc(100% - 230px);
}

.news-main-item-text a {
  color: #333333;
  text-decoration: none;
}

.news-main-item-text a:hover {
  text-decoration: underline;
}

.news-main-item-tag {
  font-size: 16px;
  color: #6E6E6E;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  height: 24px;
  width: 120px;
  padding: 0 16px 0 20px;
}

@media screen and (max-width: 768px), print {
  .news-main-item {
    flex-wrap: wrap;
    height: auto;
  }

  .news-main-item-l {
    order: 1;
    width: 100%;
    height: auto;
    max-height: 54px;
    padding: 0 10px;
  }

  .news-main-item-tag {
    width: 100%;
    padding: 0 10px 4px 10px;
    text-align: left;
  }
}


/*!
 * ==== news detail 详情
 * */
.news-detail {
  margin: 0 auto;
  padding: 20px;
  max-width: 820px;
  overflow: hidden;
}

.news-detail,
.news-detail > p {
  font-size: 14px;
  /*color: #6E6E6E;*/
  color: #000;
  line-height: 34px;
  /*text-indent: 1em;*/
}

.news-detail > p {
  margin: 2px 0 0;
  padding: 4px 0;
}

.news-detail img {
  max-width: 100% !important;
  height: auto !important;
}

.news-detail-img {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}

.contact-title {
  overflow: hidden;
  padding: 8px 0;
  margin: 8px 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.contact-title .icon-circle {
  margin-right: 8px;
}

.contact-title > h2 {
  margin: 0;
  font-size: 24px;
  color: #6E6E6E;
  font-weight: 700;
}

.contact-tel {
  overflow: hidden;
  margin: 0 0 20px 0;
}

.contact-tel p {
  margin: 0;
}

.contact-tel-text {
  font-size: 18px;
  color: #3D3D3D;
  line-height: 1.5;
  font-weight: 400;
}

.contact-tel-num {
  padding: 6px 0 0;
  font-size: 24px;
  color: #E50014;
  line-height: 1.5;
  font-weight: 700;
}

.contact-info {
  overflow: hidden;
  padding: 4px 0;
  margin: 10px 0 20px;
}

.contact-info-text {
  padding: 4px 0;
  margin: 0 0 2px 0;
  color: #3D3D3D;
  font-size: 18px;
  line-height: 34px;
}

.contact-map {
  padding: 4px 0 2px;
  margin: -12px 0 28px;
  overflow: hidden;
}

.contact-map img {
  display: block;
  width: 100%;
  max-width: 918px;
}

.contactb-left {
  padding-left: 36px;
}

.p-sideProductsNav.shi-pro {
  padding: 18px;
}

.proside-nav-item {
  overflow: hidden;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 6px 0 6px;
  cursor: pointer;
}

.proside-nav-item > i {
  color: #E50014;
}

.proside-nav-item-text {
  padding-left: 4px;
  font-size: 14px;
  color: #6E6E6E;
  font-weight: 400;
}

.proside-nav-item.is-active .proside-nav-item-text,
.proside-nav-item:hover .proside-nav-item-text {
  font-weight: 700;
}

.p-sideNavToggleFilter.sfil {
  border-top: none;
  padding: 10px 25px 30px;
}

.sfil .p-checkbox__label,
.sfil input[type="checkbox"] + label[class*="p-checkbox__label"] {
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #6E6E6E;
}

.sfil .p-sideNavToggleFilter__title p {
  color: #000000;
  font-size: 18px;
}

.search_page .c-downloads__header {
  border-top: none;
  border-bottom-color: #BFBFBF;
}

.search_page .c-downloads__header .c-downloads__summaryHead {
  text-align: left;
  font-size: 14px;
  color: #333333;
}

.search_page .c-downloads__header .c-downloads__summaryHead span {
  font-weight: 700;
}

.search_page .c-downloads__header .c-downloads__attributeHead {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.search_page .c-downloads__header .c-downloads__attributeHead.is-active {
  font-weight: 700;
}

.search_page .c-downloads__contents .c-primaryLink .p-resultText__title {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.search_page .c-downloads__contents .p-resultText__text span.u-lineClamp--text--SP6--PC3 {
  font-size: 14px;
  color: #6E6E6E;
}

.search_page .c-downloads__contents .p-resultText__text span.SS_highlight {
  color: #E50014;
}


/* search left none  */
.l-sideNav.left_side_none {
  display: none;
}

/* home search input */
@media screen and (min-width: 768px), print {
  .p-globalNav__searchArea .p-globalNav__searchBox .p-globalNav__searchText {
    max-width: 280px;
    width: 264px;
  }
}

@media screen and (min-width: 768px), print {
  .p-globalNav [class*="p-globalNav__unit"] [class*="p-globalNav__categoryName"] {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px), print {
  .p-headerIconMenu__text {
    color: #6E6E6E;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px), print {
  [class*="p-headerIconMenu__unit"] a {
    align-items: center;
  }

  [class*="p-headerIconMenu__unit"] a > i {
    padding-right: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-headerIconMenu.is-scroll {
    width: 0;
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (min-width: 768px) {
  .l-header.is-scroll .l-header__navigationMenu {
    width: calc(100% - 206px);
    max-width: 100%;
    padding-right: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .p-globalNav.is-scroll {
    /*max-width: 1200px;
    width: ;*/
  }

  .p-globalNav.is-scroll > nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .p-globalNav.is-scroll > nav .p-globalNav__wrap {
    width: 70%;
  }

  .p-globalNav.is-scroll > nav .p-globalNav__searchArea {
    display: block;
  }

  .p-globalNav.is-scroll .p-globalNav__searchArea .p-globalNav__searchBox .p-globalNav__searchText {
    width: 120px;
  }
}

.p-headerLogo__siteType p + p {
  font-weight: bold;
}

.p-headerLogo__siteType p:first-child {
  margin-bottom: 10px;
}


@media screen and (max-width: 1352px) and (min-width: 768px) {
  .p-headerIconMenu {
    max-width: calc(100vw - 432px);
  }
}

@media screen and (min-width: 1352px) {
  .container {
    max-width: calc(100vw - 632px);
  }
}



@media screen and (min-width: 768px), print {
  .p-headerLogo {
    padding-top: 10px;
    /*    height: 102px;*/
  }

  .p-headerLogo__siteType {
    margin-left: 22px;
    border-left: 1px solid #BFBFBF;
    padding-left: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-navMenu__categoryLink,
  .p-navMenu__categoryLink--child,
  .p-navMenu--white__categoryLink,
  .p-navMenu--white__categoryLink--child {
    margin-top: 14px;
  }

  .p-navMenu__categoryLink:nth-child(n + 2),
  .p-navMenu__categoryLink--child:nth-child(n + 2),
  .p-navMenu--white__categoryLink:nth-child(n + 2),
  .p-navMenu--white__categoryLink--child:nth-child(n + 2) {
    margin-top: 24px;
  }

  .p-navMenu__categoryLink > [class*="__categoryLinkText"],
  .p-navMenu__categoryLink--child > [class*="__categoryLinkText"],
  .p-navMenu--white__categoryLink > [class*="__categoryLinkText"],
  .p-navMenu--white__categoryLink--child > [class*="__categoryLinkText"] {
    padding: 0 0 0 8px;
    font-size: 14px;
    color: #6E6E6E;
  }
}


.p-navMenu__newProductsImage,
.p-navMenu--white__newProductsImage {
  padding-left: 0;
}

.p-navMenu__cardImgWrap,
.p-navMenu--white__cardImgWrap {
  max-width: 190px;
}

@media screen and (min-width: 768px), print {
  .p-navMenu__newProductWrap .p-navMenu__buttonWrap [class*="c-basicButton"],
  .p-navMenu__newProductWrap .p-navMenu__buttonWrap [class*="FullWidth"] {
    margin-top: 14px;
    color: #E50014;
    border-color: #E50014;
  }

  .p-navMenu__newProductWrap .p-navMenu__buttonWrap [class*="c-basicButton"]:hover,
  .p-navMenu__newProductWrap .p-navMenu__buttonWrap [class*="FullWidth"]:hover {
    background-color: white;
  }

  .p-navMenu__newProductWrap .p-navMenu__buttonWrap [class*="c-basicButton"] i,
  .p-navMenu__newProductWrap .p-navMenu__buttonWrap [class*="FullWidth"] i {
    font-size: 2.2rem;
    margin-right: 6px;
    color: #E50014;
  }

}

.p-tabMenu__unit > a,
.p-tabMenu__unit--year > a {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-tabMenu__unit,
  .p-tabMenu__unit--year {
    margin: 0 50px;
  }
}

.p-tabMenu--top .p-tabMenu__unit:hover > a,
.p-tabMenu--top .p-tabMenu__unit--year:hover > a,
.p-tabMenu--top .p-tabMenu__unit.is-current > a,
.p-tabMenu--top .p-tabMenu__unit--year.is-current > a {
  color: #dd0000;
}

.c-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #3D3D3D;
}

.c-card__summary {
  font-size: 12px;
  color: #3D3D3D;
}

@media screen and (min-width: 768px), print {
  [class*="u-lineClamp"][class*="--PC2"][class*="--text"] {
    max-height: calc(1.75em * 2);
  }
}

.c-tags {
  margin-top: 2px;
}

[class*="c-tags"] .c-tags__tagsArea [class*="c-tags__tag"],
[class*="c-tags"] .c-tags__tagsArea [class*="c-tags__tag--white"] {
  color: #3D3D3D;
}

.c-downloads__sideimg {
  width: 150px;
  padding-right: 24px;
  overflow: hidden;
}

.c-downloads__sideimg > img {
  display: block;
  width: 100%;
}

.c-card__titleArea > .icon-sh-arrowBottom-small {
  color: #dd0000;
  font-size: 1.8rem;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
  line-height: 1.3;
}

/* 资料中心 产品目录 */
@media screen and (min-width: 768px), print {
  .c-card:hover .c-balloon__contentWrap {
    background-color: #ffffff;
  }

  .c-card:hover .c-balloon__contentWrap:before {
    border: none;
    width: 42px;
    height: 49px;
    top: 2px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .c-card:hover .c-balloon--left .c-balloon__contentWrap:before {
    left: -23px;
    background-image: url(../images/tri-lt.png);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  .c-card:hover .c-balloon--right .c-balloon__contentWrap:before {
    right: -22px;
    background-image: url(../images/tri-rt.png);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  .p-categoryListCard__balloon .p-categoryListCard__balloonContentWrap.c-balloon__contentWrap {
    max-width: 350px;
  }
}

.p-categoryListCard__balloon .p-categoryListCard__balloonContentWrap.c-balloon__contentWrap .p-categoryListCard__balloonContentInner [class*="p-categoryListCard__subCategoryBlock"] .p-categoryListCard__subCategoryList > li {
  margin-top: 10px;
}

.c-secondaryLink__circle {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
}

.p-categoryListCard__balloon .p-categoryListCard__balloonContentWrap.c-balloon__contentWrap {
  border: 1px solid #BFBFBF;
  border-radius: 5px;
}

.p-categoryListCard__balloon .p-categoryListCard__balloonContentWrap.c-balloon__contentWrap .p-categoryListCard__balloonContentInner {
  overflow-y: hidden;
}

.resources-para {
  padding: 10px 0;
}

.resources-para > p {
  font-size: 14px;
  color: #3D3D3D;
  margin-top: 0;
  padding: 6px 0;
}

.resources-para-title {
  margin: 0;
  padding: 0 0 16px 0;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}

.resources-video-gridWrap .p-featuresCard__imageArea {
  border: none;
  padding: 0;
}

.resources-video-gridWrap .p-featuresCard {
  margin-bottom: 10px;
}

/*!
 * ==== resources-detail 详情
 * */
.resources-detail {
  margin: 0 auto;
  padding: 20px;
  max-width: 820px;
  overflow: hidden;
}

.resources-detail,
.resources-detail > p {
  font-size: 14px;
  color: #6E6E6E;
  line-height: 34px;
  text-indent: 1em;
}

.resources-detail > p {
  margin: 2px 0 0;
  padding: 4px 0;
}

.resources-detail img {
  max-width: 100%;
}

.resources-detail-content {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}

/*视频卡 时长标识*/
.c-card__imageArea_timeTag {
  padding: 4px 8px;
  background-color: #8C8C8C;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}

.c-card__imageArea_timeTag span {
  font-size: 12px;
  color: #FFFFFF;
}


/**
 * about-page
 */
@media screen and (min-width: 768px), print {
  .about-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .about-intro-text {
    width: calc(100% - 360px);
  }

  .about-intro-img-pc {
    width: 360px;
  }

  .about-intro-img-pc p {
    padding-left: 40px;
  }
}

.about-intro-img-pc p {
  text-align: center;
}

.about-intro-img-pc p img {
  display: block;
  margin: 0 auto;
}

.about-intro-text {
  text-indent: 2em;
}

.about-intro-img-m {
  padding: 10px 0 20px;
}

.about-intro-img-m p {
  text-align: center;
}

.about-pdf-down {
  margin: 20px 0 10px;
  padding: 10px 20px;
  border-top: 1px dotted #BFBFBF;
  border-bottom: 1px dotted #BFBFBF;
  text-indent: 0;
  line-height: 22px;
  color: #6E6E6E;
}

.pdf-text {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px), print {
  .about-page-title {
    padding: 0 0 10px;
    border-bottom: 1px solid #BFBFBF;
  }
}

.about-table {
  max-width: 850px;
}

.about-table-content {
  overflow: hidden;
}

.about-table-item {
  border-left: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}

.about-table-item:last-child {
  border-bottom: 1px solid #BFBFBF;
}

.about-table-item-left,
.about-table-item-right {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  border-right: 1px solid #BFBFBF;
}

.about-table-item-left {
  width: 130px;
  background-color: #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.about-table-item-right {
  width: calc(100% - 130px);
}


.about-videos-content img {
  display: block;
  width: 100%;
}

.about-videos-title {
  padding: 10px 0 20px;
  font-size: 18px;
  color: #3D3D3D;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .about-videos {
    overflow: hidden;
  }

  .about-videos-item {
    width: 410px;
    float: left;
  }

  .about-videos-item:nth-child(2) {
    /*padding-bottom: 4px;*/
  }

  .about-videos-item:nth-child(n + 2) {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*padding-left: 16px;*/
    margin-left: 20px;
  }

  .about-videos-item:nth-child(n + 2) .about-videos-content {
    /*width: 256px;*/
    /*margin-right: 24px;*/
  }
}

.shijihe-banner {
  overflow: hidden;
}

.shijihe-banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.shijihe-img {
  overflow: hidden;
  padding: 4px 0;
  margin-bottom: 10px;
}

.shijihe-img img {
  display: block;
  width: 100%;
}

.shijihe-info-list {
  padding: 10px 0;
  margin-bottom: 10px;
}

.shijihe-info-list-title {
  margin: 0 0 2px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #6E6E6E;
}

.shijihe-info-list-title .square {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: 4px 8px 0 0;
  background-color: #6E6E6E;
}

.shijihe-info-list-content li {
  font-size: 14px;
  line-height: 20px;
  color: #6E6E6E;
}

.shijihe-buttons {
  overflow: hidden;
  max-width: 610px;
  padding: 4px 0;
  margin: 10px auto 0;
}

.shijihe-btn,
.shijihe-btn-back {
  display: block;
  float: left;
  width: 276px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  border-radius: 26px;
  text-decoration: none;
}

.shijihe-btn {
  margin-right: 50px;
  color: #E50014;
  border: 1px solid #E50014;
}

.shijihe-btn-back {
  color: #333333;
  border: 1px solid #333333;
}

@media screen and (max-width: 768px), print {
  .shijihe-btn,
  .shijihe-btn-back {
    float: none;
    margin: 10px auto;
  }
}

/*!
 * 代理商地图 .agent-map
 * */
.agent-map {
  width: 100%;
  max-width: 1140px;
  height: 640px;
}

/* 代理商表格 */
.agent-table {
  margin: 10px auto;
}

.agent-table-content {
  overflow: hidden;
}

.agent-table-content .agent-table-item-title {
  background-color: #DFDFDF !important;
}

.agent-table-item:nth-child(2n+1) {
  background-color: #F5F5F5;
}

.agent-table-item {
  border-left: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;*/
}

.agent-table-content {
  border-bottom: 1px solid #BFBFBF;
}

.agent-table-province,
.agent-table-name,
.agent-table-tel,
.agent-table-contacts,
.agent-table-addr {
  padding: 10px 12px;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  border-right: 1px solid #BFBFBF;
}

.agent-table-province {
  width: 180px;
}

.agent-table-name {
  width: 340px;
}

.agent-table-tel {
  width: 124px;
}

.agent-table-contacts {
  width: 124px;
}

.agent-table-addr {
  width: calc(100% - 768px);
}

@media screen and (max-width: 768px), print {
  .agent-map {
    display: none;
  }

  .agent-table-province {
    width: 40px;
  }

  .agent-table-name {
    width: 90px;
  }

  .agent-table-tel {
    width: 80px;
  }

  .agent-table-contacts {
    width: 70px;
  }

  .agent-table-addr {
    width: calc(100% - 280px);
  }
}

/* agent-map  */
.map-tooltip * {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #6E6E6E;
}

.map-tooltip h5 {
  font-weight: bold;
}

.map-tooltip h5,
.map-tooltip p,
.map-tooltip b,
.map-tooltip a {
  font-size: 12px;
  color: #6E6E6E;
}

@media screen and (min-width: 768px), print {
  .p-globalNav__searchArea .p-globalNav__searchBox .p-globalNav__searchButton a i {
    color: #6e6e6e;
  }
}

/* .mask-container */
.mask-container {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask-container.mask-show {
  visibility: visible;
}

.consult-container {
  width: calc(100% - 40px);
  max-width: 638px;
  margin: 20px 20px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.consult-title {
  padding: 20px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
}

.consult-title h4 {
  margin: 0 30px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.consult-title i[class*="icon-"] {
  cursor: pointer;
}

.consult-main {
  padding: 30px 32px 34px 32px;
}

.consult-form-item {
  overflow: hidden;
  padding: 4px 0 20px;
}

.consult-form-item-title {
  display: block;
  padding: 2px 0 8px;
  font-size: 14px;
  color: #3D3D3D;
  font-weight: bold;
  line-height: 1.5;
}

.consult-form-item-text input[type="text"],
.consult-form-item-text input[type="password"],
.consult-form-item-text input[type="email"],
.consult-form-item-text input[type="tel"],
.consult-form-item-text input[type="number"],
.consult-form-item-text select {
  width: 100%;
  height: 45px;
}

.consult-form-item-text {
  position: relative;
}

.verify-code {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 14px;
  color: #0256FF;
  font-weight: bold;
}

.consult-form-item.error_p input[type="text"] {
  color: #DD0000;
  border-color: #DD0000;
}

/*.consult-form-item.error_p input::-webkit-input-placeholder {
  color: #DD0000;
}
.consult-form-item.error_p input::-moz-input-placeholder {
  color: #DD0000;
}
.consult-form-item.error_p input::-ms-input-placeholder {
  color: #DD0000;
}*/

.consult-form-item-error-info {
  display: none;
  color: #DD0000;
}

.consult-form-item.error_p .consult-form-item-error-info {
  display: block;
}

.consult-form-item-btn {
  display: block;
  width: 100%;
  max-width: 286px;
  padding: 15px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #DD0000;
  background-color: transparent;
  border: 1px solid #DD0000;
  outline: none;
  border-radius: 50px;
}

@media screen and (max-width: 768px), print {
  .consult-title,
  .consult-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .consult-title {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .consult-main {
    padding-top: 14px;
  }

  .consult-form-item {
    padding-bottom: 14px;
  }

  .consult-form-item-text input[type="text"],
  .consult-form-item-text input[type="password"],
  .consult-form-item-text input[type="email"],
  .consult-form-item-text input[type="tel"],
  .consult-form-item-text input[type="number"],
  .consult-form-item-text select {
    height: 38px;
  }

  .consult-form-item-btn {
    padding: 10px;
  }
}

.agent-table-name {
  position: relative;
}

.agent-table-name a {
  position: absolute;
  top: -90px;
}

/* cooperation */
.cooperation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.cooperation-item-logo-box {
  width: 420px;
  padding: 24px;
  background-color: #F5F5F5;
}

.cooperation-item-logo-box img {
  display: block;
  max-width: calc(420px - 48px);
}

.cooperation-item-img img {
  width: 100%;
}

.cooperation-item-logo {
  padding-top: 6px;
}

.cooperation-item-img {
  padding: 20px 0;
}

.cooperation-item-intro {
  width: calc(100% - 420px);
  padding: 24px;
}

.cooperation-item-intro-text {
  padding: 80px 0 0;
  min-height: 264px;
}

.cooperation-item-intro-text p {
  margin: 0;
  color: #6E6E6E;
  font-size: 14px;
  line-height: 1.5;
}

.cooperation-item-intro-text p span.intro-dot {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}

.cooperation-item-intro-btns {
  overflow: hidden;
}

.cooperation-item-intro-btns .c-basicButton {
  margin: 20px 48px 0 0;
  width: 188px;
  height: 40px;
  min-height: 40px;
  /*color: #6E6E6E;
  border-color: #6E6E6E;*/
}

.cooperation-item-intro-btns .p-primaryButton:hover,
.cooperation-item-intro-btns .p-primaryButton:active,
.cooperation-item-intro-btns .p-primaryButton:focus,
.cooperation-item-intro-btns .p-primaryButton.is-active,
.cooperation-item-intro-btns [class*="c-basicButton"]:hover,
.cooperation-item-intro-btns [class*="c-basicButton"]:active,
.cooperation-item-intro-btns [class*="c-basicButton"]:focus,
.cooperation-item-intro-btns [class*="c-basicButton"].is-active {
  /*color: #6E6E6E;
  border-color: #6E6E6E;
  background-color: #fff;*/
}

.cooperation-item-intro-btns .c-basicButton:nth-child(2) {
  margin-right: 0;
  border-color: #E50014;
  color: #E50014;
}

.cooperation-item-intro-btns .p-primaryButton:nth-child(2):hover,
.cooperation-item-intro-btns .p-primaryButton:nth-child(2):active,
.cooperation-item-intro-btns .p-primaryButton:nth-child(2):focus,
.cooperation-item-intro-btns .p-primaryButton:nth-child(2).is-active,
.cooperation-item-intro-btns [class*="c-basicButton"]:nth-child(2):hover,
.cooperation-item-intro-btns [class*="c-basicButton"]:nth-child(2):active,
.cooperation-item-intro-btns [class*="c-basicButton"]:nth-child(2):focus,
.cooperation-item-intro-btns [class*="c-basicButton"]:nth-child(2).is-active {
  background-color: #E50014;
  color: white;
}

@media screen and (max-width: 768px), print {
  .cooperation-main {
    padding-top: 10px;
  }

  .cooperation-item {
    flex-wrap: wrap;
  }

  .cooperation-item-logo-box,
  .cooperation-item-intro {
    width: 100%;
  }

  .cooperation-item-img {
    padding-bottom: 4px;
  }

  .cooperation-item-intro-text {
    min-height: auto;
    padding: 0 0 24px;
  }

  .cooperation-item-intro-btns .c-basicButton:nth-child(2) {
    margin: 16px 0 10px 0;
  }
}

.pfdurl {
  color: #6E6E6E;
  text-decoration: none;
}

.pfdurl:hover {
  color: #0256ff;
}


/*登录注册按钮*/
ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 120px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

header #head .container .util {
  overflow: inherit;
}

.suc-dropdown {
  position: relative;
}

.suc-dropdown:hover .suc-dropdown-menu {
  display: block;
  margin-top: 0;
}

.suc-dropdown-menu {
  min-width: 72px;
}

.suc-dropdown-menu li {
  text-align: center;
  margin: 0 !important;
  line-height: 20px !important;
  padding: 6px 10px !important;
}

.suc-dropdown-menu a {
  background: #fff !important;
  text-decoration: none;
}

.suc-dropdown a, .suc-dropdown a:hover, .suc-dropdown a span {
  color: #6E6E6E !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  text-decoration: none;
}

ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 120px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

header #head .container .util {
  overflow: inherit;
}

.suc-dropdown {
  position: relative;
}

.suc-dropdown:hover .suc-dropdown-menu {
  display: block;
  margin-top: 0;
}

.suc-dropdown-menu {
  min-width: 72px;
}

.suc-dropdown-menu li {
  text-align: center;
  margin: 0 !important;
  line-height: 20px !important;
  padding: 6px 10px !important;
}

.suc-dropdown-menu a {
  background: #fff !important;
  text-decoration: none;
}

.suc-dropdown a, .suc-dropdown a:hover, .suc-dropdown a span {
  color: #6E6E6E !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  text-decoration: none;
}
