﻿@charset "utf-8";

/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900&display=swap"); */
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}

.block {
  display: block;
}

body {
  font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 1.12rem;
  color: #333333;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.44rem;
  border-radius: 100%;
  background-color: #ffffff;
  transition: height 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f18d00;
}

.web_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}


/*******头部********/
.head {
  background-color: #202324;
  position: relative;
  z-index: 1000;
}

.head .box {
  height: 40px;
}

.head .headLeft {
  display: flex;
  align-items: center;
}

.head .headLeft .link {
  font-size: 0.88rem;
  color: #ffffff;
  position: relative;
  padding-left: 0.88rem;
  margin-left: 0.88rem;
  display: block;
}

.head .headLeft .link .dot {
  position: absolute;
  top: 0;
  right: -6px;
  width: 6px;
  height: 6px;
  background-color: #b90016;
  border-radius: 100%;
  display: block;
}

.head .headLeft .link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: rgba(255, 255, 255, 0.5);
}

.head .headLeft .link:first-child {
  margin-left: 0;
  padding-left: 0;
}

.head .headLeft .link:first-child:after {
  display: none;
}

.head .headRight {
  display: flex;
  align-items: center;
}

.head .headRight .link {
  font-size: 0.88rem;
  color: #ffffff;
  position: relative;
  padding-left: 0.88rem;
  margin-left: 0.88rem;
  display: block;
}

.head .headRight .link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: rgba(255, 255, 255, 0.5);
}

.head .headRight .link:first-child {
  padding-left: 0;
  margin-left: 0;
}

.head .headRight .link:first-child:after {
  display: none;
}

.head .headRight .lang {
  position: relative;
  padding-left: 0.88rem;
  margin-left: 0.88rem;
}

.head .headRight .lang:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: rgba(255, 255, 255, 0.5);
}

.head .headRight .lang .lang_btn {
  cursor: pointer;
  font-size: 0.88rem;
  color: #ffffff;
  position: relative;
  padding: 0 1.12rem 0 1.5rem;
}

.head .headRight .lang .lang_btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0rem;
  height: 1.0rem;
  background-image: url(../images/icon05_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: -0.5rem;
}

.head .headRight .lang .lang_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.38rem solid #ffffff;
  margin-top: -0.19rem;
}

.head .headRight .lang .lang_ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  padding-top: 10px;
  background-color: #202324;
  padding-bottom: 10px;
  transition: all 400ms;
}

.head .headRight .lang .lang_ul .items {
  text-align: center;
}

.head .headRight .lang .lang_ul .items a {
  color: #ffffff;
  font-size: 0.88rem;
  display: block;
  line-height: 26px;
  height: 26px;
  padding: 0 7px;
  transition: all 100ms;
}

.head .headRight .lang .lang_ul .items:hover a {
  background-color: #ffffff;
  color: #111;
}

.head .headRight .lang:hover .lang_ul {
  opacity: 1;
  visibility: visible;
}


header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


header .logo {
  width: 10.0rem;
  position: relative;
}

header .logo a {
  width: 100%;
  display: block;
}

header .header-main {
  padding: 1.12rem 0;
  position: relative;
  background-color: #ffffff;
}

.searchField_form {
  position: relative;
  max-width: 28.12rem;
  width: 100%;
  padding-right: 4.12rem;
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
}

.searchField_form .form-control {
  font-size: 1.0rem;
  border-radius: 0;
  height: 2.75rem;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 8px;
  font-weight: 300;
  background-color: #ffffff;
}

.searchField_form .btn {
  position: absolute;
  width: 3.44rem;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(../images/search03.svg);
  background-color: #003e7e;
  background-size: 1.38rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

.headerBtn {}

.headerBtn .quick {
  margin-right: 2rem;
}

.headerBtn .items a {
  display: flex;
  align-items: center;
}

.headerBtn .items a img {
  display: block;
  margin-right: 1.25rem;
}

.headerBtn .quick a img {
  width: 1.75rem;
}

.headerBtn .cart a img {
  width: 2.0rem;
}


header .header-menu {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
  box-shadow: 0 -12px 12px rgba(0, 0, 0, 0.03);
}

header .header-nav>ul>li {
  width: 100%;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.25rem 0;
  color: #333333;
  font-size: 1.12rem;
  text-align: center;
}

header .header-nav>ul>li .link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #dddddd;
}

header .header-nav>ul>li:last-child .link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #dddddd;
}

header .header-nav>ul>li .link span {
  position: relative;
}

header .header-nav>ul>li .link span:after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #003e7e;
  transition: all 400ms;
  display: block;
  transition: all 400ms;
}

header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #003e7e;
}

/*下拉*/
body.hover .header-nav ul li.link_item_hover .headerDropDown {
  /* opacity: 1;
  visibility: visible; */
  display: block;
}

body.hover .header-nav ul li.link_item_hover .link span:after {
  width: 100%;
}

body.hover .headerDropDownBg {
  opacity: 1;
  visibility: visible;
}

.headerDropDownBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  /* opacity: 0; */
  /* visibility: hidden; */
  width: 100%;
  transition: all 400ms;
  background: #ffffff;
}

.headerDropDown:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.12rem;
  background-color: #eeeeee;
  pointer-events: none;
}

.headerDropDown .link_item {
  position: relative;
}

.headerDropDown ._link {
  position: relative;
  color: #666666;
  font-size: 1.0rem;
  padding: 1.88rem 0;
  display: block;
  z-index: 2;
  text-align: center;
  transition: all 400ms;
}

.headerDropDown ._link .img {
  width: 100%;
  height: 5.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerDropDown ._link .title {
  padding-top: 1.25rem;
}

@media (min-width: 1200px) {
  .headerDropDown .link_item {
    -ms-flex: 0 0 12.50%;
    flex: 0 0 12.50%;
    max-width: 12.50%;
  }
}

/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #f18d00;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  background-color: #f18d00;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #f18d00;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #f18d00;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/
footer {
  background-color: #1b1b1e;
  position: relative;
}

footer .footer_head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 15px;
}

footer .footer_head li .box {
  display: block;
  color: #bbbbbb;
}

footer .footer_head li .title {
  font-size: 1.38rem;
  padding-top: 1.5rem;
}

footer .footer_main {
  position: relative;
  padding: 5.0rem 0;
}

footer .footer_main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 66.145833%;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

footer .footer_nav {
  position: relative;
  width: 66.145833%;
  padding: 0 7.291667%;
}

footer .footer_nav li {
  position: relative;
}

footer .footer_nav li .title {
  font-size: 1.06rem;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 1.0rem;
  line-height: 1;
}

footer .footer_nav li .con {
  font-weight: 300;
}

footer .footer_nav li .con .items {
  color: #eeeeee;
  font-size: 0.88rem;
  line-height: 1;
  margin-bottom: 0.88rem;
}

footer .footer_nav li .con .items a {
  color: #eeeeee;
}

footer .footer_nav li .con a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer .footer_share {
  position: relative;
  width: 33.854167%;
  padding: 0 4%;
}

footer .footer_share .footer_title {
  font-size: 1.06rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.0rem;
}

footer .footer_share .img {
  width: 6.88rem;
  margin-right: 2.5rem;
}

footer .footer_share .img img {
  width: 100%;
  display: block;
}

footer .footer_share .text .items {
  margin-bottom: 1.0rem;
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.0rem;
  color: #eeeeee;
  font-weight: 300;
}

footer .footer_share .text .items img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1.62rem;
}


footer .footer_copyright {
  padding: 1.75rem 0;
  color: #eeeeee;
  font-size: 1.0rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer_copyright a {
  color: #eeeeee;
}


/*****主体开始*******/
/*首页*/
#banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home_banner {
  width: 100%;
  position: relative;
}

.home_banner li.swiper-slide {
  width: 100%;
}

.bannerHeading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  transform: translateY(-50%);
  color: #ffffff;
}

.bannerHeading .title {
  font-size: 3.75rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 57%;
}

.bannerHeading .text {
  font-size: 1.75rem;
  padding-left: 57%;
  padding-bottom: 2.5rem;
}

.bannerHeading .hMore {
  padding-left: 57%;
}

#banner .swiperFooter {
  bottom: 2.5rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
}

#banner .swiper-pagination {
  position: relative;
  text-align: right;
}

#banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.88rem;
  height: 0.88rem;
  border: 0.19rem solid #ffffff;
  background-color: #ffffff;
  opacity: 1;
}

#banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0);
}

/**/
.hTitle {
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding-bottom: 3.12rem;
}

.hTitle_fff {
  color: #ffffff;
}

.hText {
  font-size: 1.25rem;
  color: #666666;
  line-height: 1.7;
  font-weight: 300;
}

.hText_fff {
  color: #fff;
}


.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  display: block;
  font-size: 1.12rem;
  line-height: 1;
  color: #005eae;
  font-weight: 500;
  border: 1px solid #005eae;
  position: relative;
  width: 13.12rem;
  padding: 0.88rem 0.75rem;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  transition: all 400ms;
}

.hMore a:hover {
  color: #fff;
  background-color: #005eae;
}

.hMore_fff a {
  color: #ffffff;
  border-color: #ffffff;
}

.hMore_fff a:hover {
  color: #ffffff;
  border-color: #005eae;
  background-color: #005eae;
}

.hMore_f18d00 a {
  color: #f18d00;
  border-color: #f18d00;
}

.hMore_f18d00 a:hover {
  color: #ffffff;
  border-color: #f18d00;
  background-color: #f18d00;
}

.container-fluid {
  padding-left: 3.645833%;
  padding-right: 3.645833%;
}

.bg_f3f3f3 {
  background-color: #f3f3f3;
}

.hTitleFlex {
  border-bottom: 1px solid #003e7e;
  padding-bottom: 0.62rem;
  padding-top: 0.62rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.hTitleFlex .title {
  font-size: 1.5rem;
  font-weight: 500;
}

.hTitleFlex .more a {
  font-size: 1.0rem;
  color: #333333;
  background: url(../images/hTitleFlexIcon.png) no-repeat right center;
  padding-right: 1.12rem;
}

.pd_14 {
  padding: 14px;
}

/**/
.hHead {
  padding: 3.12rem 0;
}

.hHead ul {
  margin-left: -7px;
  margin-right: -7px;
}

.hHead li {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.hHead li .box {
  display: block;
}

.hColumn {
  position: relative;
  padding-bottom: 5.0rem;
}

.hColumnRow {
  margin-left: -7px;
  margin-right: -7px;
}

.hProduct {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.hProductSwiper {
  width: 100%;
  position: relative;
}

.hProductSwiper li.swiper-slide .box {
  overflow: hidden;
  display: block;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 18.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
}

.hProductSwiper li.swiper-slide .box img {
  display: block;
  max-height: 100%;
}

.hProductSwiper .hProductPrev,
.hProductSwiper .hProductNext {
  position: absolute;
  top: 50%;
  margin-top: -1.12rem;
  width: 1.56rem;
  height: 2.19rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}

.hProductSwiper .hProductPrev:hover,
.hProductSwiper .hProductNext:hover {
  background-color: #000;
}

.hProductSwiper .hProductPrev {
  left: -14px;
  border-radius: 0 100px 100px 0;
  background-position: left 0.38rem center;
  background-image: url(../images/prevIcon.png);
}

.hProductSwiper .hProductNext {
  right: -14px;
  border-radius: 100px 0 0 100px;
  background-position: right 0.38rem center;
  background-image: url(../images/nextIcon.png);
}

/**/
.hNews {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.hNewsMain {
  position: relative;
  padding-left: 13.75rem;
}

.hNewsMain .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 100%;
}

.hNewsMain li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 6px;
}

.hNewsMain li .box {
  display: block;
  position: relative;
  transition: all 300ms;
  padding: 0.5rem 0 0.75rem;
}

.hNewsMain li .box .title {
  font-size: 1.12rem;
  line-height: 1.68;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}

.hNewsMain li .box .time {
  font-size: 1.0rem;
  color: #666666;
  line-height: 1;
}

.hNewsMain li .box:hover .title {
  color: #003e7e;
}

.hApplication {
  position: relative;
  padding: 6.25rem 0 2.88rem;
}

.hApplicationTitle {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #2455b7;
  margin-bottom: 14px;
}

.hApplicationTitle.bg_2 {
  border-bottom-color: #6c8835;
}

.hApplicationTitle.bg_2 .title {
  background-color: #6c8835;
}

.hApplicationTitle.bg_3 {
  border-bottom-color: #e1610e;
}

.hApplicationTitle.bg_3 .title {
  background-color: #e1610e;
}

.hApplicationTitle.bg_4 {
  border-bottom-color: #742a81;
}

.hApplicationTitle.bg_4 .title {
  background-color: #742a81;
}

.hApplicationTitle .title {
  font-size: 1.62rem;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 19.25rem;
  height: 3.12rem;
  line-height: 3.12rem;
  background-color: #2455b7;
}

.hApplicationTitle .more {
  line-height: 1;
  padding-bottom: 1.0rem;
}

.hApplicationTitle .more a {
  font-size: 1.0rem;
  color: #444444;
}

.hApplicationListMain {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 19.25rem;
  padding-left: calc(19.25rem + 14px);
  min-height: 38.38rem;
}

.hApplicationListMain .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 14px;
  width: 19.25rem;
}

.hApplicationList ul {
  margin-left: -7px;
  margin-right: -7px;
}

.hApplicationList li {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.hApplicationList li .box {
  display: block;
  height: 100%;
  transition: all 400ms;
  background-color: #ffffff;
}

.hApplicationList li .box .img {
  position: relative;
  height: 13.75rem;
  width: 100%;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hApplicationList li .box .img img {
  display: block;
  max-height: 100%;
}

.hApplicationList li .box .con {
  position: relative;
  padding: 0.88rem;
  text-align: center;
}

.hApplicationList li .box .con .title {
  font-size: 1.12rem;
  font-weight: 500;
  padding-bottom: 0.38rem;
  transition: all 400ms;
  opacity: 1;
}

.hApplicationList li .box .con .sou {
  color: #d90101;
  font-size: 1.25rem;
  transition: all 400ms;
  opacity: 1;
  font-weight: 500;
}

.hApplicationList li .box .con .more {
  position: absolute;
  bottom: 0.88rem;
  left: 0;
  width: 100%;
  transition: all 400ms;
  opacity: 0;
}

.hApplicationList li .box .con .more span {
  display: block;
  width: 8.25rem;
  padding: 0.38rem 0;
  font-size: 0.88rem;
  color: #ffffff;
  background-color: #b90017;
  border-radius: 6.25rem;
  margin: 0 auto;
  text-align: center;
}

.hApplicationList li .box:hover {
  box-shadow: 0 0 0.62rem rgba(0, 0, 0, 0.1);
}

.hApplicationList li .box:hover .con .title {
  opacity: 0.3;
}

.hApplicationList li .box:hover .con .sou {
  opacity: 1;
}

.hApplicationList li .box:hover .con .more {
  opacity: 1;
}

/*内页banner*/
.breadcrumb {
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  padding: 1.88rem 0;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  color: #666666;
  font-size: 0.94rem;
  position: relative;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 1.62rem;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '';
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0.38rem;
  height: 0.5rem;
  width: 0.5rem;
  margin-top: -0.25rem;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.breadcrumb .breadcrumb-item a {
  color: #666666;
}

/**/
#wBanner {
  overflow: hidden;
  position: relative;
}

#wBanner .img {
  position: relative;
  height: 100%;
}

#wBanner .img img {
  width: 100%;
  display: block;
}

#wBanner .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#wBanner .box .title {
  font-size: 2.62rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.38rem;
  position: relative;
}

#wBanner .box .breadcrumb {
  padding: 0;
}

#wBanner .box .breadcrumb .breadcrumb-item {
  color: #ffffff;
}

#wBanner .box .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

#wBanner .box .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

/*导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #003e7e;
}

#sideNav .sideNavBox li {
  position: relative;
  width: 100%;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0.94rem 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li a:hover,
#sideNav .sideNavBox li.active a {
  background-color: #0070bf;
}

/*内页开始*/
.w_title {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 2.88rem;
}

.w_title_fff {
  color: #ffffff;
}

.w_text {
  font-size: 1.12rem;
  line-height: 1.77;
}

.w_text_fff {
  color: #fff;
}

.pb_16 {
  padding-bottom: 1.0rem !important;
}

.pb_26 {
  padding-bottom: 1.62rem !important;
}

.pb_36 {
  padding-bottom: 2.25rem !important;
}

.pb_46 {
  padding-bottom: 2.88rem !important;
}

.pb_56 {
  padding-bottom: 3.5rem !important;
}

.pb_66 {
  padding-bottom: 4.12rem !important;
}

.bg_fff {
  background-color: #ffffff;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

/*分页*/
.pagination {
  padding: 0;
  display: flex;
  border-radius: 100px;
}

.pagination .page-link {
  margin: 0 0.31rem;
  font-size: 1.12rem;
  color: #444444;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #e2e2e2;
  width: 2.81rem;
  height: 2.81rem;
  line-height: 2.81rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 600;
  font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #003e7e;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #666666;
  border-top: 2px solid #666666;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pagination span,
.pagination a {
  display: block;
  margin: 0 0.31rem;
  font-size: 1rem;
  color: #444444;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #e2e2e2;
  min-width: 2.81rem;
  height: 2.81rem;
  line-height: 2.81rem;
  padding: 0 12px;
  text-align: center;
  border-radius: 100px;
}

.pagination span.current,
.pagination a.current {
  color: #ffffff;
  background: #003e7e;
}

/*产品分类*/
.product {
  position: relative;
  padding-bottom: 5.0rem;
}

.pClassification {
  padding: 1.38rem 0 0.75rem;
}

.classificationBox {
  position: relative;
  padding-left: 6.88rem;
  padding-right: 6.88rem;
}

.classificationBox .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.88rem;
  font-weight: 600;
  height: 2.19rem;
  line-height: 2.19rem;
}

.classificationBox ul {
  height: 2.81rem;
  overflow: hidden;
}

.classificationBox ul.active {
  height: auto;
}

.classificationBox ul li {
  margin-bottom: 0.62rem;
  margin-right: 1.5rem;
}

.classificationBox ul li a {
  cursor: pointer;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 1.75rem;
  height: 2.19rem;
  line-height: 2.19rem;
  transition: all 400ms;
}

.classificationBox ul li.active a,
.classificationBox ul li a:hover {
  color: #ffffff;
  background-color: #003e7e;
}

.classificationBox .more {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 2.19rem;
  line-height: 2.19rem;
  padding-right: 1.38rem;
  background-image: url(../images/icon06.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.88rem auto;
}

.classificationBox .more.active {
  background-image: url(../images/icon06_.png);
}

.pSort {
  padding: 2.5rem 0;
  line-height: 1;
}

.pSort li {
  padding-right: 1.88rem;
  margin-right: 1.88rem;
  position: relative;
  font-size: 1.0rem;
}

.pSort li a {
  cursor: pointer;
  position: relative;
}

.pSort li.icon a {
  padding-right: 0.88rem;
}

.pSort li.icon a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 100%;
  background-image: url(../images/pSortIcon.png);
  background-size: 0.5rem auto;
  background-repeat: no-repeat;
  background-position: center;
}

.pSort li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.25rem;
  margin-top: -0.62rem;
  background-color: #dcdcdc;
}

.pSort li:last-child:after {
  display: none;
}

.pSort li.active {
  color: #b90016;
}

.pSort li.icon.active a:after {
  background-image: url(../images/pSortIcon_.png);
}

.productList {
  padding-bottom: 1.88rem;
}

.productList ul {
  margin-left: -0.62rem;
  margin-right: -0.62rem;
}

.productList li {
  position: relative;
  padding-left: 0.62rem;
  padding-right: 0.62rem;
  margin-bottom: 1.25rem;
}

.productList li .box {
  display: block;
  height: 100%;
  transition: all 400ms;
  background-color: #ffffff;
}

.productList li .box .img {
  position: relative;
  height: 17.5rem;
  width: 100%;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productList li .box .img img {
  display: block;
  max-height: 100%;
}

.productList li .box .con {
  position: relative;
  text-align: center;
  padding-bottom: 1.88rem;
}

.productList li .box .con .title {
  font-size: 1.12rem;
  font-weight: 500;
  padding-bottom: 0.38rem;
  transition: all 400ms;
}

.productList li .box .con .sou {
  color: #d90101;
  font-size: 1.62rem;
  transition: all 400ms;
  font-weight: 500;
}

.productList li .box .con .sou del {
  color: #999999;
  font-size: 1.12rem;
  padding-left: 0.38rem;
}

.productList li .box .con .more {
  width: 100%;
  margin-top: 1rem;
}

.productList li .box .con .more span {
  display: block;
  width: 10.0rem;
  padding: 0.44rem 0;
  font-size: 0.88rem;
  color: #666666;
  background-color: #eeeeee;
  border-radius: 6.25rem;
  margin: 0 auto;
  text-align: center;
  transition: all 400ms;
}

.productList li .box:hover {
  box-shadow: 0 0 0.62rem rgba(0, 0, 0, 0.1);
}

.productList li .box:hover .con .more span {
  background-color: #b90016;
  color: #ffffff;
}

/*详情*/
.ptb_16 {
  padding: 1.0rem;
}

.mt_25 {
  margin-top: 1.56rem;
}

.productDetail {
  border-top: 2px solid #003e7e;
}

.productDetailHead {
  position: relative;
  padding-top: 0.62rem;
  padding-bottom: 4.38rem;
}

.imgSwiper {
  width: 44.6154%;
  position: relative;
}

.imgSwiper li.swiper-slide {
  background-color: #f4f4f6;
}

.imgSwiper li.swiper-slide .img {
  position: relative;
}

.imgSwiper li.swiper-slide .img .mask {
  background-attachment: scroll;
  background-repeat: repeat;
  cursor: move;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  background-position: 0 0;
  width: 215px;
  height: 215px;
  background-image: url(../images/maskBg.png);
}

#bigView {
  position: absolute;
  top: 0;
  left: 100%;
  left: calc(100% + 15px);
  width: 36.25rem;
  height: 36.25rem;
  background-color: #ffffff;
  border: 1px solid #959595;
  overflow: hidden;
  z-index: 99;
  display: none;
}

#bigView img {
  width: 100%;
  display: block;
  max-width: inherit;
}

.imgSwiper .enlargeIcon {
  position: absolute;
  z-index: 9;
  pointer-events: none;
  bottom: 4px;
  right: 4px;
  width: 3.12rem;
  height: 3.12rem;
  background-image: url(../images/enlargeIcon.png);
  background-color: #ffffff;
  background-position: center;
  background-size: 1.25rem auto;
  background-repeat: no-repeat;
}

.imgSwiperSmall {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgSwiperSmall li {
  margin: 0 0.31rem;
  width: 2.62rem;
  height: 2.62rem;
  border-bottom: 2px solid #dddddd;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.imgSwiperSmall li img {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
  border: 2px solid #dddddd;
  transition: transform .2s ease;
  transform: translateY(100%);
}

.imgSwiperSmall li.active {
  border-bottom: 4px solid #003e7e;
}

.imgSwiperJs:hover .imgSwiperSmall li img {
  transform: none;
}

.imgSwiperJs:hover .imgSwiperSmall li.active img {
  border-color: #003e7e;
}

.imgSwiper .imgSwiperPrev,
.imgSwiper .imgSwiperNext {
  width: 2.5rem;
  height: 5.0rem;
  margin-top: -2.5rem;
  background-color: #999999;
}

.imgSwiper .imgSwiperPrev:after,
.imgSwiper .imgSwiperNext:after {
  color: #ffffff;
  font-size: 1.25rem;
}

.imgSwiper .imgSwiperPrev {
  left: 0;
}

.imgSwiper .imgSwiperNext {
  right: 0;
}

.productDetailCon {
  width: 50.76923%;
}

.titleHead {
  padding: 1.25rem 0;
  position: relative;
}

.titleHead .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  -ms-flex: 1;
  flex: 1;
}

.titleHead .collection a {
  font-size: 1.25rem;
  display: block;
  padding-left: 1.88rem;
  background-image: url(../images/collectionIcon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25rem auto;
  cursor: pointer;
}

.titleHead .collection a.active {
  background-image: url(../images/collectionIcon_.png);
}

.productDetail_choice {
  background-color: #f1f1f1;
  padding: 1.25rem;
  font-size: 1.0rem;
  color: #666666;
  margin-bottom: 2.5rem;
}

.productDetail_choice span {
  padding-right: 0.75rem;
}

.productDetail_price {
  border-bottom: 1px solid #b90016;
  padding-bottom: 1.0rem;
  line-height: 1;
  margin-bottom: 1.88rem;
}

.productDetail_price .my {
  -ms-flex: 1;
  flex: 1;
}

.productDetail_price .my .num {
  color: #b90016;
  font-size: 2.62rem;
  font-weight: 600;
  font-family: 'Manrope';
}

.productDetail_price .my .num small {
  font-size: 1.88rem;
  font-weight: 600;
}

.productDetail_price .distributor .num {
  color: #999999;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Manrope';
}

.productDetail_price .distributor .num small {
  font-size: 1.12rem;
  font-weight: 600;
}

.productDetail_list {
  position: relative;
  padding-left: 6.12rem;
  margin-bottom: 0.2rem;
}

.productDetail_list .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.12rem;
  height: 2.12rem;
  line-height: 2.12rem;
  font-size: 1.0rem;
  color: #666666;
}

.optionBox {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.optionBox li {
  border: 1px solid #c5c5c5;
  min-width: 4.75rem;
  text-align: center;
  height: 2.12rem;
  line-height: 2.12rem;
  cursor: pointer;
  font-size: 0.88rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.optionBox li a {
  display: block;
  padding: 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.optionBox li.isActive {
  border-color: #b90016;
}

.optionBox li.isActive a {
  color: #b90016;
}

.quantity {
  border: 1px solid #c5c5c5;
  position: relative;
  display: flex;
  font-size: 1.0rem;
  color: #666666;
  width: 7.25rem;
  text-align: center;
}

.quantityJia,
.quantityJian {
  width: auto;
  height: 2.12rem;
  line-height: 2.12rem;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  -ms-flex: 1;
  flex: 1;
}

.quantityJia:after,
.quantityJian:after,
.quantityJia:before,
.quantityJian:before {
  content: '';
  position: absolute;
  background-color: #999999;
  transition: all 400ms;
  top: 50%;
  left: 50%;
}

.quantityJia:after,
.quantityJian:after {
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}

.quantityJia:before {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;
}

.quantityCon {
  width: 2.88rem;
  height: 2.12rem;
  line-height: 2.12rem;
  border: none;
  padding: 0;
  text-align: center;
  box-shadow: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}

.quantityCon[readonly] {
  background-color: rgba(0, 0, 0, 0);
}

.quantityCon:focus {
  box-shadow: none;
  border: none;
}

.quantityTable {
  width: 6.25rem;
}

.quantityTable .quantityJia,
.quantityTable .quantityJian {
  height: 2.5rem;
  line-height: 2.5rem;
}

.quantityTable .quantityCon {
  width: 2.12rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.quantityTable .quantityJia:after,
.quantityTable .quantityJian:after,
.quantityTable .quantityJia:before,
.quantityTable .quantityJian:before {
  background-color: #000;
}

/**/
.productDetail_button {
  padding-bottom: 2.5rem;
  padding-top: 1.5rem;
}

.productDetail_button .btn {
  display: block;
  font-size: 1.25rem;
  width: 11.25rem;
  border-radius: 0;
  border: none;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
}

.productDetail_button .btn.purchase {
  background-color: #b90016;
  margin-right: 1.0rem;
}

.productDetail_button .btn.purchase:hover {
  background-color: #990617;
}

.productDetail_button .btn.cart {
  background-color: #f48f20;
}

.productDetail_button .btn.cart:hover {
  background-color: #d7780f;
}

.productDetail_download a {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 1.25rem;
}

.productDetail_download a img {
  display: block;
  margin-right: 0.62rem;
  max-width: 2.38rem;
}

.productDetailMain {
  position: relative;
  display: flex;
  padding-bottom: 5.0rem;
}

.productDetailRecommend {
  position: relative;
  width: 19.38rem;
}

.recommendTitle {
  border-left: 4px solid #003e7e;
  color: #333333;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.88rem 1.25rem;
  background-color: #f1f1f1;
  margin-bottom: 1.5rem;
}

.productList_border li {
  margin-bottom: 10px;
}

.productList_border li .box {
  border: 1px solid #cccccc;
}

.productDetailBox {
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.88rem;
  padding-top: 4.38rem;
  position: relative;
}

.productDetailBoxTab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.productDetailBoxTab ul.scroll_nav {
  background-color: #003e7e;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: auto;
}

.productDetailBoxTab li {
  width: 100%;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  padding: 1.06rem 0.62rem;
  position: relative;
  cursor: pointer;
}

.productDetailBoxTab li.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f48f20;
  height: 0.25rem;
}

.productDetailBoxTab li.active:before {
  content: '';
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  margin-left: -0.44rem;
  border-bottom: 0.56rem solid #f48f20;
  border-left: 0.44rem solid transparent;
  border-right: 0.44rem solid transparent;
}

.productDetailParameter table {
  width: 100%;
}

.productDetailParameter table td {
  padding: 0.5rem 2.5rem;
  font-size: 1.0rem;
  border-bottom: 1px solid #e5e5e5;
}

.productDetailParameter table td:first-child {
  width: 11.25rem;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.productDetailCertificate {
  text-align: center;
  padding: 2.75rem 1.0rem;
}

.productDetailDownload table {
  width: 100%;
}

.productDetailDownload table .materials {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 35.24%;
}

.productDetailDownload table .enclosure {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 37.63%;
}

.productDetailDownload table .operation {
  padding-left: 1.62rem;
  padding-right: 1.62rem;
  text-align: center;
}

.productDetailDownload table th {
  background-color: #d3edfa;
  font-size: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
}

.productDetailDownload table td {
  padding-top: 1.62rem;
  padding-bottom: 1.62rem;
  font-size: 1.0rem;
  border-bottom: 1px solid #e5e5e5;
}

.productDetailDownload table .img {
  display: flex;
  align-items: center;
}

.productDetailDownload table .img img {
  width: 1.88rem;
  margin-right: 0.88rem;
}

.operationBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.operationBtn .btn {
  display: block;
  background-color: #aaaaaa;
  border-radius: 100px;
  padding: 3px 1.75rem;
  color: #ffffff;
  margin: 0 0.31rem;
}

.operationBtn .btn02 {
  background-color: #003e7e;
}

.productDetailResume .accordion {
  padding-bottom: 0;
}

.productDetailResume .accordion .accordion_item {
  padding-left: 2.5rem;
}

.productDetailResume .accordion .accordion_item .accordion_head .title {
  font-size: 1.12rem;
}

.productDetailResume .accordion .accordion_item .accordion_head .icon {
  background-image: url(../images/topIcon.svg);
}

.productDetailAccessories {}

.productDetailAccessories table {
  width: 100%;
}

.productDetailAccessories table .name {
  width: 27%;
}

.productDetailAccessories table .company {}

.productDetailAccessories table .distribution {}

.productDetailAccessories table .discount {}

.productDetailAccessories table .orderQuantity {
  width: 8.5rem;
}

.productDetailAccessories table .subtotal {}

.productDetailAccessories table .operation {
  text-align: center;
}

.productDetailAccessories table th {
  background-color: #d3edfa;
  font-size: 1.25rem;
  padding: 1.25rem 0.62rem;
  font-weight: 400;
  white-space: nowrap;
}

.productDetailAccessories table td {
  padding: 1.62rem 0.62rem;
  font-size: 1.0rem;
  border-bottom: 1px solid #e5e5e5;
}

.productDetailAccessories table td.subtotal {
  color: #b90016;
}

.nameBox {
  -ms-display: flex;
  display: flex;
}

.nameBox .img {
  width: 3.75rem;
}

.nameBox .con {
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2;
  padding-left: 1.0rem;
  text-align: left;
}

.nameBox .con .title {
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nameBox .con .weight {
  color: #999999;
  font-weight: 500;
  font-family: 'Manrope';
}

.cartBtnIcon {
  width: 2.88rem;
  height: 2.88rem;
  border-radius: 100%;
  background-image: url(../images/cartIcon.png);
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.38rem auto;
  margin: 0 auto;
  display: block;
}

/*案例中心*/
.case {
  padding: 5.0rem 0;
  position: relative;
}

.caseList {
  padding-bottom: 0.62rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  .caseList {
    margin-bottom: 3.12rem;
  }

  .caseList ul {
    margin-left: -1.56rem;
    margin-right: -1.56rem;
  }

  .caseList ul li {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
    margin-bottom: 3.12rem;
  }
}

.caseList ul {}

.caseList ul li {
  margin-bottom: 2.25rem;
}

.caseList ul li .box {
  display: block;
}

.caseList ul li .box .img {
  position: relative;
  overflow: hidden;
}

.caseList ul li .box .title {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.62rem 0 0.5rem;
}

.caseList ul li .box .text {
  font-size: 1.0rem;
  line-height: 1.64;
  color: #666;
}

/*详情*/
.bg_f4f4f4 {
  background-color: #f4f4f4;
}

.bg_f0f0f0 {
  background-color: #f0f0f0;
}

.caseDetailHead {
  position: relative;
  border-bottom: 2px solid #003e7e;
}

.caseDetailHead .w_title {
  padding-top: 1.88rem;
}

.caseDetailMain {
  padding-top: 3.75rem;
  padding-bottom: 5.0rem;
  padding-right: 25.0rem;
  position: relative;
}

.caseDetailSide {
  position: absolute;
  top: -4.0rem;
  right: 0;
  width: 18.75rem;
}

.caseDetailSide .title {
  height: 4.0rem;
  padding: 0 1.25rem;
  position: relative;
  background-color: #003e7e;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.caseDetailSide .title img {
  margin-right: 0.62rem;
  width: 1.38rem;
  display: block;
}

.caseDetailSide ul {
  padding: 1.0rem 1.25rem;
}

.caseDetailSide ul li+li {
  border-top: 1px solid #d8d8d8;
}

.caseDetailSide ul li {
  padding: 1rem 0;
  font-size: 1.0rem;
  line-height: 1.5;
}

.caseDetailSide .share {
  padding: 1.88rem 1.25rem;
}

.caseDetailSide .share .shareTitle {
  font-size: 1.0rem;
  padding-bottom: 1.0rem;
}

.caseDetailSide .share .bshare-custom a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25rem auto;
  padding: 0;
  margin: 0;
  font-size: 1.0rem;
  padding-left: 1.88rem;
  margin-right: 1.25rem;
}

.caseDetailSide .share .bshare-custom .bshare-sinaminiblog {
  background-image: url(../images/weiboIcon.svg);
}

.caseDetailSide .share .bshare-custom .bshare-weixin {
  background-image: url(../images/wechatIcon.svg);
}

.caseDetailSide .share .bshare-custom .bshare-clipboard {
  background-image: url(../images/urlIcon.svg);
  background-size: 1.0rem auto;
  padding-left: 1.62rem;
  margin-right: 0;
}

.bsBox {
  box-sizing: content-box;
}

/**/
.relatedArticles {
  padding: 3.12rem 0 3.75rem;
}

.relatedArticlesTitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.88rem;
}

.relatedArticles ul {
  margin-left: -0.62rem;
  margin-right: -0.62rem;
}

.relatedArticles ul li {
  padding-left: 0.62rem;
  padding-right: 0.62rem;
  margin-bottom: 1.25rem;
}

.relatedArticles ul li .box {
  padding: 1.25rem 1.25rem 3.75rem;
  display: block;
  border-top: 8px solid #003e7e;
  background-color: #ffffff;
  position: relative;
  height: 100%;
}

.relatedArticles ul li .box .lable {
  font-size: 1.0rem;
  color: #666666;
  padding-left: 1.62rem;
  background-image: url(../images/relatedArticlesIcon.png);
  background-repeat: no-repeat;
  background-size: 1.0rem;
  background-position: left center;
}

.relatedArticles ul li .box .time {
  font-size: 1.0rem;
  color: #666666;
}

.relatedArticles ul li .box .title {
  font-size: 1.5rem;
  margin: 1.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relatedArticles ul li .box .more {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  font-size: 0.88rem;
  color: #003e7e;
  border-bottom: 1px solid #003e7e;
}

/*下载中心*/
#downloadSideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#downloadSideNav .downloadSideNavBox li {
  position: relative;
  margin-right: 5.62rem;
}

#downloadSideNav .downloadSideNavBox li:last-child {
  margin-right: 0;
}

#downloadSideNav .downloadSideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0.94rem 0;
  color: #111111;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#downloadSideNav .downloadSideNavBox li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #003e7e;
  transition: all 400ms linear;
}

#downloadSideNav .downloadSideNavBox li a:hover,
#downloadSideNav .downloadSideNavBox li.active a {
  color: #003e7e;
}

#downloadSideNav .downloadSideNavBox li a:hover:after,
#downloadSideNav .downloadSideNavBox li.active a:after {
  width: 100%;
}

.downloadColumn {
  border-bottom: 1px solid #dbdbdb;
}

.dClassification {}

.dClassification ul li {
  margin-right: 1.56rem;
}

.dClassification ul li a {
  cursor: pointer;
  padding: 0 1.25rem;
  border-radius: 6px;
  height: 2.19rem;
  line-height: 2.19rem;
  display: block;
}

.dClassification ul li a:hover,
.dClassification ul li.active a {
  background-color: #0070bf;
  color: #ffffff;
}

.download {
  padding: 5.0rem 0 0.94rem;
}

@media (min-width: 992px) {
  .downloadList ul {
    margin-left: -1.88rem;
    margin-right: -1.88rem;
  }

  .downloadList ul li {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
    margin-bottom: 4.06rem;
  }
}

.downloadList ul li {
  margin-bottom: 3.0rem;
}

.downloadList ul li .box {
  display: block;
  background-color: #ffffff;
  padding: 0 1.88rem 2.25rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.downloadList ul li .box .left {
  width: 46.4285%;
}

.downloadList ul li .box .right {
  width: 53.5715%;
  padding-left: 1.25rem;
}

.downloadList ul li .box .img {
  background-color: #e8e8e8;
  height: 9.25rem;
  position: relative;
  margin-top: -1.25rem;
  display: flex;
  align-items: center;
  padding: 4%;
  justify-content: center;
}

.downloadList ul li .box .img img {
  max-height: 100%;
}

.downloadList ul li .box .time {
  padding-top: 2.0rem;
}

.downloadList ul li .box .title {
  font-size: 1.38rem;
  padding: 1.62rem 0 0.62rem;
}

.downloadList ul li .box .text {
  font-size: 1.0rem;
  color: #999999;
}

.downloadList ul li .box .icon {
  position: absolute;
  bottom: 1.25rem;
  right: 1.88rem;
  color: #666666;
  height: 3.25rem;
  line-height: 3.25rem;
  padding-right: 4.25rem;
}

.downloadList ul li .box .icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  background-color: #e8e8e8;
  background-image: url(../images/icon07.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.62rem auto;
  transition: all 300ms;
}

.downloadList ul li .box:hover .icon:after {
  background-color: #0070bf;
  background-image: url(../images/icon07_.png);
}

/*学习中心*/
.l_title {
  font-size: 1.88rem;
  font-weight: 500;
  border-bottom: 2px solid #003e7e;
  padding-bottom: 1.88rem;
  line-height: 1;
}

.learning {
  background: linear-gradient(to right, #f4f4f4 50%, #ffffff 50%);
}

.learning_main {
  position: relative;
  padding-left: 18.12rem;
}

.learning_nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7.5rem 0;
  width: 16.25rem;
}

.learning_nav li {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.25rem;
}

.learning_nav li:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #111;
  height: 1px;
  width: 0;
  transition: all 400ms;
}

.learning_nav li a {
  display: block;
  padding: 1.06rem 0 1.06rem 2.88rem;
  position: relative;
  font-weight: 400;
  color: #666666;
  transition: all 400ms;
}

.learning_nav li span {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 0.5rem;
  color: rgba(17, 17, 17, 0.4);
  font-size: 1.0rem;
  font-weight: 600;
}

.learning_nav li.active:after,
.learning_nav li:hover:after {
  width: 100%;
}

.learning_nav li.active a,
.learning_nav li:hover a {
  color: #111;
  font-weight: 500;
}

.learning_con {
  background-color: #ffffff;
  min-height: 49.38rem;
  padding: 5.0rem 0 5.0rem 5.0rem;
}

.learningList {
  padding-bottom: 2.5rem;
}

.learningList li {
  border-bottom: 1px solid #cccccc;
}

.learningList li a {
  font-size: 1.38rem;
  display: block;
  padding: 1.62rem 3.12rem 1.62rem 0;
  position: relative;
  transition: all 300ms;
}

.learningList li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.0rem;
  width: 2.88rem;
  height: 2.88rem;
  border-radius: 100%;
  background-color: #eeeeee;
  background-image: url(../images/jsRight.svg);
  background-repeat: no-repeat;
  background-size: 0.88rem auto;
  background-position: center;
  margin-top: -1.44rem;
  transition: all 300ms linear;
  opacity: 0;
}

.learningList li a:hover {
  color: #003e7e;
}

.learningList li a:hover:after {
  right: 0;
  opacity: 1;
}

/*详情*/
.learningDetail {
  border-top: 1px solid #e5e5e5;
}

.learningDetailWidth {
  max-width: 930px;
  margin: 0 auto;
  padding: 1.88rem 15px 7.5rem;
}

.learningDetailWidth .l_title {
  font-size: 2.25rem;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 1.88rem;
  text-align: center;
}

.learningDetailWidth .w_text {
  line-height: 2;
}

/*销售政策*/
.accordion {
  padding-bottom: 1.25rem;
}

.accordion .accordion_item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.accordion .accordion_item .accordion_head {
  position: relative;
  padding: 1.62rem 5.38rem 1.62rem 0;
  cursor: pointer;
}

.accordion .accordion_item .accordion_head .title {
  font-size: 1.38rem;
  font-weight: 400;
}

.accordion .accordion_item .accordion_head .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.38rem;
  height: 100%;
  background-image: url(../images/topIcon_999.svg);
  background-repeat: no-repeat;
  background-size: 2.0rem auto;
  background-position: center;
  transition: all 300ms linear;
  transform: rotate(180deg);
}

.accordion .accordion_item .accordion_con {
  font-size: 1.12rem;
  line-height: 1.88;
  color: #555555;
  display: none;
  padding-right: 1.88rem;
  padding-bottom: 1.88rem;
}

.accordion .accordion_item.isActive .accordion_head .title {
  color: #003e7e;
}

.accordion .accordion_item.isActive .accordion_head .icon {
  background-image: url(../images/topIcon.svg);
  transform: rotate(0);
}

.accordion .accordion_item.isActive .accordion_con {
  display: block;
}

/*公司新闻*/
.news {
  padding: 5.0rem 0;
}

.newsList {
  padding-bottom: 3.12rem;
}

.newsList li {
  border-bottom: 1px solid #bababa;
  position: relative;
}

.newsList li .box {
  display: block;
  position: relative;
  font-size: 1.12rem;
  padding: 1.62rem 0 1.62rem 12.88rem;
}

.newsList li .box .time {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12.88rem;
  font-size: 1.0rem;
  text-align: center;
  font-weight: 500;
  color: #444444;
  transform: translateY(-50%);
}

.newsList li .box .time:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.12rem;
  margin-top: -0.56rem;
  background-color: #e5e5e5;
}

.newsList li .box .title {
  transition: all 300ms;
  padding-left: 3.75rem;
}

.newsList li .box:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #003e7e;
  transition: all 600ms;
}

.newsList li .box:hover .title {
  color: #003e7e;
}

.newsList li .box:hover:after {
  width: 100%;
}

/*关于台衡*/
.ptb_120 {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}

.aboutHead {
  position: relative;
  background-color: #f0f0f0;
}

.aboutHead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 7.291667%;
  width: 61.666667%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
}

.aboutHeadBox {
  position: relative;
  z-index: 2;
}

.aboutHeadBox .w_text {
  width: 53.84615%;
}

.aboutHeadBox .list {
  width: 38.46154%;
  background-color: #f9f9f9;
  padding: 0 2.25rem;
}

.aboutHeadBox .list li+li {
  border-top: 1px solid #bfbfbf;
}

.aboutHeadBox .list li {
  padding: 3.75rem 0 3.75rem 5.0rem;
  position: relative;
  text-align: center;
  font-weight: 500;
}

.aboutHeadBox .list li .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutHeadBox .list li .sou {
  font-size: 1.25rem;
  line-height: 1.1;
}

.aboutHeadBox .list li .sou span {
  font-size: 3.0rem;
  font-weight: 600;
  font-family: 'Manrope';
}

.aboutNewsHead {
  padding-bottom: 2.5rem;
}

.aboutNewsHead .w_title {
  padding-bottom: 0;
}

.aboutNewsHead .more a {
  font-size: 1.0rem;
  display: block;
  line-height: 1.8;
  color: #333333;
  border-bottom: 1px solid #333333;
}

.aboutNewsHead .more a:hover {
  color: #003e7e;
  border-bottom: 1px solid #003e7e;
}

.aboutNewsList {
  overflow: hidden;
}

.aboutNewsList ul {
  margin-left: -3.64583vw;
  margin-right: -3.64583vw;
}

.aboutNewsList li {
  padding-left: 3.64583vw;
  padding-right: 3.64583vw;
  position: relative;
}

.aboutNewsList li .box {
  display: block;
  position: relative;
  padding: 1.62rem 0;
  border-bottom: 1px solid #bababa;
}

.aboutNewsList li .box:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #003e7e;
  transition: all 600ms;
}

.aboutNewsList li .box .time {
  font-size: 1.0rem;
  font-weight: 500;
  color: #666666;
  padding-bottom: 0.5rem;
}

.aboutNewsList li .box .title {
  font-size: 1.12rem;
  transition: all 300ms;
}

.aboutNewsList li .box:hover .title {
  color: #003e7e;
}

.aboutNewsList li .box:hover:after {
  width: 100%;
}

.aboutHistory {
  background-color: #003e7e;
  position: relative;
}

.historySwiper {
  position: relative;
  padding-left: 4.12rem;
  padding-right: 4.12rem;
  margin: 1.88rem 0 7.5rem;
}

.historySwiper .swiper-container:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  pointer-events: none;
}

.historySwiper li.swiper-slide .box {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.historySwiper li.swiper-slide .box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 100%;
  margin-top: -0.31rem;
  margin-left: -0.31rem;
  border: 2px solid #ffffff;
  background-color: #212857;
}

.historySwiper li.swiper-slide .box .time {
  position: relative;
  max-width: 12.5rem;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-family: 'Manrope';
  background-color: #ffffff;
  font-size: 1.5rem;
  color: #003e7e;
  margin: 0 auto 3.75rem;
}

.historySwiper li.swiper-slide .box .time:after {
  content: '';
  position: absolute;
  bottom: -0.56rem;
  left: 50%;
  margin-left: -0.5rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.56rem solid #fff;
}

.historySwiper li.swiper-slide .box .text {
  font-size: 1.0rem;
  color: #ffffff;
}

.historySwiper li.swiper-slide:nth-child(2n) .box {
  flex-direction: column-reverse;
}

.historySwiper li.swiper-slide:nth-child(2n) .time {
  margin: 3.75rem auto 0;
}

.historySwiper li.swiper-slide:nth-child(2n) .time:after {
  top: -0.56rem;
  bottom: inherit;
  border-bottom: 0.56rem solid #fff;
  border-top: none;
}

.historySwiper .history_next,
.historySwiper .history_prev {
  position: absolute;
  top: 50%;
  width: 2.88rem;
  height: 2.88rem;
  margin-top: -1.44rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 400ms;
  background-size: 0.56rem auto;
}

.historySwiper .history_prev {
  left: 0;
  background-image: url(../images/swiperLeft.png);
}

.historySwiper .history_next {
  right: 0;
  background-image: url(../images/swiperRight.png);
}

.historySwiper .history_prev:hover {
  background-color: #ffffff;
  background-image: url(../images/swiperLeft_.png);
}

.historySwiper .history_next:hover {
  background-color: #ffffff;
  background-image: url(../images/swiperRight_.png);
}

.honorSwiper {
  position: relative;
  padding-bottom: 2.5rem;
}

.honorSwiper li.swiper-slide .box {
  display: block;
  height: 23.75rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.honorSwiper li.swiper-slide .box img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.honorSwiper li.swiper-slide .box .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
  opacity: 0;
  pointer-events: none;
}

.honorSwiper li.swiper-slide .box .more .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 auto 1.0rem;
  position: relative;
}

.honorSwiper li.swiper-slide .box .more .icon:after,
.honorSwiper li.swiper-slide .box .more .icon:before {
  content: '';
  position: absolute;
  background-color: #003e7e;
  transition: all 400ms;
  top: 50%;
  left: 50%;
}

.honorSwiper li.swiper-slide .box .more .icon:after {
  width: 1.38rem;
  height: 2px;
  margin-top: -1px;
  margin-left: -0.69rem;
}

.honorSwiper li.swiper-slide .box .more .icon:before {
  width: 2px;
  height: 1.38rem;
  margin-top: -0.69rem;
  margin-left: -1px;
}

.honorSwiper li.swiper-slide .box:hover .more {
  opacity: 1;
}

.honorSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.88rem;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: #ffffff;
  transition: height 400ms;
}

.honorSwiper .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.62rem;
}

/*放大*/
#pictureViewer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 10000;
}

#pictureViewer>.content {
  position: absolute;
  width: 81.98vw;
  height: 77.78vh;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#pictureViewer .menu-bar {
  width: 100%;
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 1.875rem;
}

#pictureViewer .menu-bar .handel {
  width: 44px;
  height: 44px;
  float: right;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  opacity: .75;
  transition: opacity .2s;
}

#pictureViewer .menu-bar .handel:hover {
  opacity: 1;
}

#pictureViewer .menu-bar .handel.maximization {
  background-position: 0 0;
}

#pictureViewer .menu-bar .handel.miniaturization {
  background-position: -44px 0;
}

#pictureViewer .menu-bar .handel.close-view {
  background-position: 0 -44px;
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
  display: block;
  width: 3.38rem;
  height: 3.38rem;
  position: fixed;
  top: 50%;
  margin-top: -1.69rem;
  border-radius: 100%;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}

#pictureViewer .handel-prev {
  left: 20px;
}

#pictureViewer .handel-next {
  right: 20px;
}

#pictureViewer .handel-prev::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 0.56rem auto;
  background-image: url(../images/swiperLeft.png);
  background-repeat: no-repeat;
  background-position: center;
}

#pictureViewer .handel-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 0.56rem auto;
  background-image: url(../images/swiperRight.png);
  background-repeat: no-repeat;
  background-position: center;
}

#pictureViewer .picture-content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#pictureViewer .picture-content .cover {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#pictureViewer .counter {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #808080;
  font-size: 13px;
  display: none;
}

#pictureViewer .hide {
  display: none;
}

#pictureViewer .left {
  float: left;
}

#pictureViewer .right {
  float: right;
}

#pictureViewer .clear-flex {
  clear: both;
}

#pictureViewer img {
  max-width: 100%;
  max-height: 100%;
}

/*放大结束*/
.aboutContactText {
  padding-bottom: 5.0rem;
}

.aboutContactText ul {
  display: table;
  width: 100%;
}

.aboutContactText ul li {
  display: table-cell;
  line-height: 1.77;
}

.aboutContactText ul li+li {
  padding-left: 1.5rem;
}

.aboutContactMap {
  position: relative;
  height: 31.25rem;
  margin-left: calc(((100vw - 1300px) / 2) - (8px));
}

.aboutContactMap .more {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  z-index: 9;
}

.aboutContactMap .more a {
  width: 7.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 6.25rem;
  background-color: #212857;
  color: #ffffff;
  text-align: center;
  font-size: 0.88rem;
  display: block;
}

/*我的订单*/

.allSearch {
  position: relative;
  margin: 0.62rem auto 3.12rem;
  max-width: 31.25rem;
  width: 100%;
}

.allSearch .inputText {
  width: 100%;
  position: relative;
}

.allSearch .inputText .form-control {
  height: 3.5rem;
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #003e7e;
  padding: 0 3.75rem;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
}

.allSearch .inputText .form-control::placeholder {
  color: #999999;
}

.allSearch .btn {
  background-image: url(../images/search02.svg);
  background-repeat: no-repeat;
  background-size: 1.38rem auto;
  background-position: center;
  border: none;
  color: #ffffff;
  font-size: 1.12rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 100%;
  padding: 0;
  border-radius: 0;
  text-indent: -999px;
  overflow: hidden;
  box-shadow: none;
  transform: rotateY(180deg);
}

.quickOrder {
  padding-bottom: 5.0rem;
}

.mb_20 {
  margin-bottom: 1.25rem;
}

.mb_80 {
  margin-bottom: 5.0rem;
}

.quickOrderTitle {
  font-size: 1.62rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1.12rem;
}

.quickOrderMain {
  padding-bottom: 4.38rem;
}

.quickOrderMain_mb {
  padding-bottom: 0;
}

.quickOrderMain_mb .quickOrderTable {
  margin-bottom: 0;
}

.quickOrderTable {
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #f4f4f4;
}

.quickOrderTable table {
  width: 100%;
  font-size: 1.0rem;
}

.quickOrderTable table .select {
  width: 6.25rem;
  text-align: left;
}

.quickOrderTable table .itemNo {
  width: 10%;
}

.quickOrderTable table .itemNo .btn {
  box-shadow: none;
}

.dropdownForm {
  padding: 0 0.5rem;
  position: relative;
}

.dropdownForm .btn-primary {
  position: absolute;
  top: 0;
  right: 0.5rem;
  z-index: 2;
}

.quickOrderTable table .name {
  width: 27%;
}

.quickOrderTable table .orderQuantity {
  width: 10rem;
}

.quickOrderTable table .operation {}

.quickOrderTable table th,
.quickOrderTable table td {
  padding: 1.56rem 0.62rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 2;
}

.quickOrderTable table th {
  border-bottom: 1px solid #dbdbdb;
  white-space: nowrap;
}

.quickOrderTable table td {
  border-top: 2px solid #f4f4f4;
}

.quickOrderTable table td.subtotal {
  color: #b90016;
}

.quickOrderTable table tbody tr:first-child td {
  border-top: none;
}

.quickOrderTable table tbody tr {
  position: relative;
}

.quickOrderTable table tbody tr:after {
  content: '';
  position: absolute;
  top: 0.38rem;
  bottom: 0.38rem;
  left: 0.94rem;
  right: 0.94rem;
  border-radius: 1.25rem;
  background-color: #f4f4f4;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.quickOrderTable table tbody tr:hover:after {
  opacity: 1;
  visibility: visible;
}

.quickOrderTable table tbody tr:hover td {
  border-top-color: #ffffff;
}

.quickOrderTable table tbody tr:hover+tr td {
  border-top-color: #ffffff;
}

.quickOrderTable .nameBox .con .title {
  -webkit-line-clamp: 1;
  margin-top: 0.38rem;
  font-size: 1.12rem;
  margin-bottom: 0.38rem;
}

.quickOrderTable .quantity {
  margin: 0 auto;
}

.selectBtn {
  position: relative;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 1.88rem;
}

.selectBtn span {
  display: block;
  margin-left: 1.25rem;
}

.selectBtn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center;
}

.selectBtn.active:after {
  background-color: #b90016;
  background-image: url(../images/selectBtnIcon.png);
}

.selectBtn_014689.active:after {
  background-color: #014689;
}

.operationClose {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  margin: 0 auto;
}

.quickOrderSide {
  position: relative;
  height: 5.62rem;
}

.quickOrderSideBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 1.25rem;
  transition: all 500ms;
}

.quickOrderSideLeft {
  -ms-flex: 1;
  flex: 1;
}

.quickOrderSideLeft .continue {
  position: relative;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  font-size: 1.25rem;
}

.quickOrderSideLeft .continue:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.0rem;
  margin-top: -0.5rem;
  background-color: #999999;
}

.quickOrderSideLeft .piece {
  font-size: 1.25rem;
}

.quickOrderSideLeft .piece span {
  font-weight: 800;
  font-family: 'Manrope';
  color: #b90016;
  padding: 0 0.38rem;
}

.quickOrderSideLeft .selectBtn {
  margin-left: 1.25rem;
}

.quickOrderSideLeft .delete {
  position: relative;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  cursor: pointer;
}

.quickOrderSideLeft .delete:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.0rem;
  margin-top: -0.5rem;
  background-color: #999999;
}

.quickOrderSideRight {}

.quickOrderSideRight .piece {
  font-size: 1.25rem;
  padding-right: 3.12rem;
}

.quickOrderSideRight .piece span {
  font-weight: 800;
  font-family: 'Manrope';
  color: #b90016;
  padding: 0 0.38rem;
}

.quickOrderSideRight .total {
  padding-right: 3.12rem;
  font-size: 1.0rem;
  color: #b90016;
}

.quickOrderSideRight .total span {
  font-size: 2.12rem;
  font-weight: 800;
  font-family: 'Manrope';
}

.quickOrderSideRight .btn {
  display: block;
  font-size: 1.12rem;
  width: 10.88rem;
  border-radius: 0;
  border: none;
  color: #ffffff;
  padding: 0.75rem;
  background-color: #b90016;
}

.quickOrderSideRight .btn:hover {
  background-color: #990617;
}

.quickOrderSideBox.open {
  position: fixed;
  background-color: #003e7e;
  color: #ffffff;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.quickOrderSideBox.open .quickOrderSideLeft .continue:after {
  background-color: #ffffff;
}

.quickOrderSideBox.open .quickOrderSideLeft .piece span,
.quickOrderSideBox.open .quickOrderSideRight .total {
  color: #ffffff;
}

.quickOrderSideBox.open .quickOrderSideRight .btn {
  background-color: #ffffff;
  color: #b90016;
}

.quickOrderSideBox.open .quickOrderSideRight .btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/*侧边栏*/
#sideMenu {
  position: fixed;
  bottom: 7.5rem;
  right: 1.25rem;
  z-index: 98;
  display: none;
}

#sideMenu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  transition: all 400ms linear;
}

#sideMenu li .box {
  position: relative;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  line-height: 1;
  padding-top: 0.62rem;
  background-color: #ffffff;
  transition: all 400ms linear;
  text-align: center;
  cursor: pointer;
}

#sideMenu li .box .icon {
  position: relative;
  width: 1.12rem;
  height: 1.12rem;
  margin: 0 auto;
}

#sideMenu li .box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#sideMenu li .box .icon img.static {
  opacity: 1;
}

#sideMenu li .box .icon img.hover {
  opacity: 0;
}

#sideMenu li .box .text {
  font-size: 0.75rem;
  padding-top: 0.5rem;
}

#sideMenu li .box:hover .icon img.static {
  opacity: 0;
}

#sideMenu li .box:hover .icon img.hover {
  opacity: 1;
}

#sideMenu li .box:hover .text {
  color: #003e7e;
}

#sideMenu li.items_1 .box {
  border-radius: 6px 6px 0 0;
}

#sideMenu li.items_5 {
  border-bottom: none;
}

#sideMenu li.items_5 .box {
  border-radius: 0 0 6px 6px;
}

#sideMenu li.items_top {
  border-bottom: none;
  margin-top: 0.62rem;
}

#sideMenu li.items_top .box {
  border-radius: 6px;
}

/*我的购物车*/
.myShoppingCartHeader {
  padding: 1.38rem 0;
}

.myShoppingCartHeader .logoText .text {
  padding-left: 3.12rem;
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 1;
}

.myShoppingCartHeader .information {
  font-size: 0.88rem;
}

.myShoppingCartHeader .information .title {
  position: relative;
  padding-right: 1.25rem;
}

.myShoppingCartHeader .information .title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 0.31rem solid transparent;
  border-right: 0.31rem solid transparent;
  border-top: 0.38rem solid #666666;
  margin-top: -0.19rem;
}

.myShoppingCartHeader .information .orderlink {
  padding-left: 1.38rem;
  margin-left: 1.38rem;
  position: relative;
}

.myShoppingCartHeader .information .orderlink:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.75rem;
  margin-top: -0.38rem;
  background-color: #888888;
}

.myShoppingCart {
  border-top: 2px solid #003e7e;
  padding-top: 2.5rem;
  padding-bottom: 1.88rem;
}

.commodityRecommendTitle {
  color: #888888;
  font-weight: 500;
  font-size: 2.0rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.commodityRecommendTitle span {
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
  padding: 0 4.38rem;
}

.commodityRecommendTitle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.orderCompletion {
  padding: 2.5rem 0 7.5rem;
}

.orderCompletion .img {
  width: 25.0rem;
}

.orderCompletion .con {
  padding-top: 4rem;
}

.orderCompletion .con .title {
  font-size: 3.0rem;
  font-weight: 600;
  color: #003e7e;
  line-height: 1.8;
}

.orderCompletion .con .text {
  padding-bottom: 2.5rem;
}

.orderCompletion .con .text strong {
  color: #003e7e;
}

.orderCompletion .con .link {}

.orderCompletion .con .link .more {
  margin-right: 2.5rem;
  display: inline-block;
  font-size: 1.25rem;
}

.orderCompletion .con .link .more:hover {
  color: #b90016;
  text-decoration: underline;
}

/**/
.ptrbl_25 {
  padding: 1.56rem;
}

.orderConfirmTitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.94rem 0 1.25rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 2.25rem;
}

.webForm ul.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.webForm ul.row li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.webForm .form-group {
  margin-bottom: 1.88rem;
  display: flex;
  align-items: center;
}

.webForm .form-group .label {
  width: 9.12rem;
  text-align: right;
  padding-right: 0.38rem;
}

.webForm .form-group .label span {
  color: #b90016;
}

.webForm .form-group .input {
  -ms-flex: 1;
  flex: 1;
}

.webForm .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 3.12rem;
  font-size: 1.12rem;
}

.webForm .form-group select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/selectIcon.png);
  background-repeat: no-repeat;
  background-position: right 1.0rem center;
  background-size: 1.12rem auto;
}

.webForm .form-group .form-control::placeholder {
  color: #999999;
}

.webForm .form_type {
  height: 3.12rem;
}

.webForm .form_type .radio {
  font-size: 1.12rem;
  color: #333333;
  position: relative;
  margin-left: 0.94rem;
}

.webForm .form_type .radio+.radio {
  margin-top: 0;
  margin-left: 4.38rem;
}

.webForm .form_type .radio label {
  padding-left: 2.0rem;
  position: relative;
  cursor: pointer;
}

.webForm .form_type .radio label>span {
  display: block;
  position: relative;
  z-index: 9;
}

.webForm .form_type .radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.webForm .form_type .radio input[type="radio"]+.radio-label::before {
  content: '';
  border-radius: 100%;
  border: 2px solid #003e7e;
  display: block;
  width: 1.38rem;
  height: 1.38rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.69rem;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 9;
}

.webForm .form_type .radio input[type="radio"]+.radio-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.44rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 100%;
  background-color: #003e7e;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0;
}

.webForm .form_type .radio input[type="radio"]:checked+.radio-label::after {
  opacity: 1;
}

/**/
.receiving {
  position: relative;
  padding-bottom: 4.06rem;
}

.receivingList li {
  margin-bottom: 1.56rem;
}

.receivingList li .box {
  position: relative;
  border: 1px solid #e8e8e8;
  padding: 1.12rem;
  font-size: 1.0rem;
  height: 11.25rem;
  cursor: pointer;
}

.receivingList li .box:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 3px solid #b90016;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
}

.receivingList li .box:before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../images/addToIcon.png);
  background-size: 2.25rem;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
}

.receivingList li.items .box .title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e8e8e8;
}

.receivingList li.items .box .add {
  padding-bottom: 0.5rem;
}

.receivingList li.items .box .tle {
  padding-bottom: 0.5rem;
}

.receivingList li.items .box .modify a {
  color: #003e7e;
  cursor: pointer;
}

.receivingList li .box:hover:after {
  opacity: 1;
  visibility: visible;
}

.receivingList li.items.isActive .box:after,
.receivingList li.items.isActive .box:before {
  opacity: 1;
  visibility: visible;
}

.receivingList li.addTo .box .icon {
  margin: 0 auto 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: #e2e2e2;
  position: relative;
}

.receivingList li.addTo .box .icon:after,
.receivingList li.addTo .box .icon:before {
  content: '';
  position: absolute;
  background-color: #003e7e;
  transition: all 400ms;
  top: 50%;
  left: 50%;
}

.receivingList li.addTo .box .icon:after {
  width: 0.75rem;
  height: 2px;
  margin-top: -1px;
  margin-left: -0.38rem;
}

.receivingList li.addTo .box .icon:before {
  width: 2px;
  height: 0.75rem;
  margin-top: -0.38rem;
  margin-left: -1px;
}

.allAddresses {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #dddddd;
  font-size: 1.0rem;
  height: 2.5rem;
  cursor: pointer;
  line-height: 2.5rem;
}

.paymentMethodList li {
  margin-right: 1.25rem;
  margin-bottom: 1.56rem;
}

.paymentMethodList li:last-child {
  margin-right: 0;
}

.paymentMethodList li .box {
  border: 1px solid #e8e8e8;
  height: 3.88rem;
  width: 11.0rem;
  display: flex;
  font-size: 1.12rem;
  font-weight: 600;
  color: #003e7e;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.38rem 0.75rem;
}

.paymentMethodList li.isActive .box {
  border-color: #b90016;
}


.orderConfirmMain .quickOrderTable {
  margin-bottom: 0;
}

.orderConfirmMain .quickOrderTable table .name {
  padding-left: 2.5rem;
}

.orderConfirmRemarks {
  padding: 1.25rem 1.56rem 1.75rem;
}

.orderConfirmRemarksBox {
  position: relative;
}

.orderConfirmRemarksBox .lable {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.12rem;
  width: 5.0rem;
  height: 2.81rem;
  line-height: 2.81rem;
  text-align: center;
}

.orderConfirmRemarksBox .form-control {
  border: 1px solid #dbdbdb;
  height: 2.81rem;
  border-radius: 0;
  font-size: 1.0rem;
  padding: 0 0.75rem 0 5.0rem;
}

.mb_50 {
  margin-bottom: 3.12rem;
}

.orderConfirmCalculation {
  padding: 1.88rem 2.5rem;
}

.orderConfirmCalculation table {
  margin-left: auto;
  max-width: 21.88rem;
  width: 100%;
  table-layout: fixed;
  text-align: right;
}

.orderConfirmCalculation table th {
  font-weight: 400;
  font-size: 1.0rem;
  color: #666;
  padding-top: 0.62rem;
}

.orderConfirmCalculation table td {
  color: #b90016;
  font-size: 1.0rem;
  padding-top: 0.62rem;
}

.orderConfirmCalculation table th.total {
  color: #111;
  padding-top: 1.25rem;
}

.orderConfirmCalculation table td.total {
  font-size: 1.75rem;
  font-weight: 600;
  padding-top: 1.25rem;
}

.orderConfirmCalculation table .link {
  padding-top: 1.25rem;
}

.orderConfirmCalculation table .link a {
  display: block;
  width: 10.0rem;
  text-align: center;
  font-size: 1.0rem;
  padding: 0.5rem;
  border: none;
  background-color: #eeeeee;
  color: #999999;
  border-radius: 0;
}

.orderConfirmCalculation table .link a:hover {
  background-color: #e7e0e0;
}

.orderConfirmCalculation table .link a.purchase {
  background-color: #b90016;
  color: #ffffff;
}

.orderConfirmCalculation table .link a.purchase:hover {
  background-color: #990617;
}

/*个人中心*/
.personal {
  border-top: 2px solid #014689;
  position: relative;
  padding-bottom: 5.0rem;
  overflow: hidden;
}

.personalNav {
  background: #ffffff;
  position: relative;
  width: 14.38rem;
  margin-right: 0.88rem;
}

.personalNav .title {
  font-size: 1.38rem;
  color: #666666;
  font-weight: 500;
  padding: 1.44rem 1.88rem;
}

.personalNav .list {}

.personalNav .list li {
  padding-bottom: 2px;
}

.personalNav .list li a {
  display: flex;
  align-items: center;
  height: 3.75rem;
  line-height: 1.5;
  padding: 0 0.62rem 0 1.88rem;
  position: relative;
  width: 100%;
}

.personalNav .list li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #014689;
  transition: all 400ms;
  opacity: 0;
}

.personalNav .list li a .span {
  display: block;
  font-size: 0.88rem;
  color: #666666;
}

.personalNav .list li.active a,
.personalNav .list li:hover a {
  background-color: #f4f7f8;
  color: #003e7e;
}

.personalNav .list li:hover a::after,
.personalNav .list li.active a::after {
  opacity: 1;
}

.personalBox {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  padding: 1.88rem 3.0rem 5.0rem;
}

.personalTitle {
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
  position: relative;
}

.personalBox .myordertitle span:hover {
  cursor: pointer;
  color: #003e7e;
}

.personalBox .myordertitle .tabcolor {
  color: #003e7e;
}

.personalTitle .link {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  display: block;
  color: #003e7e;
  font-size: 1.0rem;
}

.personalTitleSamil {
  font-size: 1.12rem;
  padding-bottom: 1.25rem;
}

.enterpriseInformationText {
  padding-bottom: 0.62rem;
}

.enterpriseInformationText li {
  font-size: 1.12rem;
  padding-bottom: 1.25rem;
}

.enterpriseInformationText li span {
  color: #0070bf;
  font-weight: 500;
}

.enterpriseInformationList {
  padding-bottom: 2.5rem;
}

.enterpriseInformationList ul {
  margin-left: -0.44rem;
  margin-right: -0.44rem;
}

.enterpriseInformationList li {
  padding-left: 0.44rem;
  padding-right: 0.44rem;
  margin-bottom: 0.88rem;
}

.enterpriseInformationList li .box {
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0 0.62rem rgba(0, 0, 0, 0.2);
}

.enterpriseInformationList li .box .title {
  font-size: 1.0rem;
  line-height: 1.2;
}

.enterpriseInformationList li .box .title span {
  font-size: 2.62rem;
  font-family: Arial;
}

.personalInformation ul {
  max-width: 29.38rem;
}

.personalInformation li {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  padding-bottom: 1.88rem;
}

.personalInformation li .title {
  width: 5.38rem;
  text-align: right;
}

.personalInformation li .text {
  -ms-flex: 1;
  flex: 1;
}

.personalInformation li .text .link {
  color: #014689;
  margin-left: 6.25rem;
}

.personalInformation li .text .binding {
  color: #014689;
  font-size: 1.25rem;
  box-shadow: none;
  padding: 0;
  border: none;
  margin-left: 2.5rem;
}

.personalInformation li .text .form-control {
  border-radius: 0;
  border-color: #ebebeb;
  height: 3.12rem;
  padding: 0 1.25rem;
  font-size: 1.12rem;
}

.personalInformation li .submit {
  color: #fff;
  background-color: #c10216;
  width: 10.0rem;
  display: block;
  font-size: 1.0rem;
  border-radius: 0;
}

.receivingAddressList {
  min-height: 80vh;
}

.receivingAddressList ul {
  margin-left: -0.44rem;
  margin-right: -0.44rem;
}

.receivingAddressList li {
  padding-left: 0.44rem;
  padding-right: 0.44rem;
  margin-bottom: 0.88rem;
}

.receivingAddressList li .box {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 1.25rem 1.88rem;
  font-size: 1.0rem;
  height: 11.25rem;
  cursor: pointer;
}

.receivingAddressList li .box .btnIcon {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 5.0rem;
  padding: 2px;
  text-align: center;
  color: #fff;
  font-size: 0.88rem;
  background-color: #b90016;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
}

.receivingAddressList li.items .box .title {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.12rem;
  border-bottom: 1px solid #e8e8e8;
}

.receivingAddressList li.items .box .add {
  padding-bottom: 0.5rem;
}

.receivingAddressList li.items .box .tle {
  padding-bottom: 0.5rem;
}

.receivingAddressList li.items .box .modify {
  position: absolute;
  bottom: 0.62rem;
  right: 0.62rem;
  display: flex;
}

.receivingAddressList li.items .box .modify a {
  color: #003e7e;
  cursor: pointer;
  display: block;
  margin-right: 1.25rem;
}

.receivingAddressList li .box:hover,
.receivingAddressList li.items.isActive .box {
  border-color: #b90016;
}

.receivingAddressList li.items.isActive .box .btnIcon {
  opacity: 1;
  visibility: visible;
}

.receivingAddressList li.items.isActive .box .link1 {
  display: none;
}

.receivingAddressList li.addTo .box .icon {
  margin: 0 auto 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: #e2e2e2;
  position: relative;
}

.receivingAddressList li.addTo .box .icon:after,
.receivingAddressList li.addTo .box .icon:before {
  content: '';
  position: absolute;
  background-color: #003e7e;
  transition: all 400ms;
  top: 50%;
  left: 50%;
}

.receivingAddressList li.addTo .box .icon:after {
  width: 0.75rem;
  height: 2px;
  margin-top: -1px;
  margin-left: -0.38rem;
}

.receivingAddressList li.addTo .box .icon:before {
  width: 2px;
  height: 0.75rem;
  margin-top: -0.38rem;
  margin-left: -1px;
}

.receivingAddressList li.addTo .box .add {
  color: #999999;
}

.myNewsTab {
  padding-bottom: 2.5rem;
}

.myNewsTab li+li {
  position: relative;
  padding-left: 1.88rem;
  margin-left: 1.88rem;
}

.myNewsTab li+li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.25rem;
  margin-top: -0.62rem;
  background-color: #cccccc;
}

.myNewsTab li a {
  display: block;
  line-height: 1;
  font-size: 1.38rem;
  font-weight: 500;
  color: #888888;
  cursor: pointer;
}

.myNewsTab li.active a {
  color: #014689;
}

.myNewsAccordion .accordion .accordion_item .selectBtn {
  position: absolute;
  top: 2rem;
  left: 0;
  margin-left: 0;
  z-index: 9;
}

.myNewsAccordion .accordion .accordion_item .accordion_head {
  padding-left: 2.5rem;
}

.myNewsAccordion .accordion .accordion_item .accordion_head .title span {
  display: inline-block;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 100%;
  background-color: #b90016;
  margin-right: 0.62rem;
  position: relative;
  top: -2px;
}

.myNewsAccordion .accordion .accordion_item .accordion_head .icon {
  width: 2rem;
}

.myNewsAccordion .accordion .accordion_item .accordion_con {
  padding-left: 2.5rem;
  padding-right: 6.25rem;
}

.myNewsPage {
  padding-top: 0.94rem;
}

.myNewsPage {}

.myNewsPage .conLeft {
  font-size: 1.12rem;
}

.myNewsPage .conLeft .selectBtn {
  margin-left: 0;
}

.myNewsPage .conLeft .delete {
  color: #014689;
  cursor: pointer;
  margin-left: 1.88rem;
}

/**/
.w_180 {
  width: 14rem;
}

.personalTable {}

.personalTable table {
  width: 100%;
  font-size: 1.0rem;
  table-layout: fixed;
  text-align: center;
}

.personalTable table thead th {
  background-color: #eeeeee;
  color: #3a3a3a;
  position: relative;
  padding: 1.5rem 0.62rem;
}

.personalTable table tbody td {
  position: relative;
  padding: 1rem 0.62rem;
  color: #333333;
  border-bottom: 2px solid #efefef;
}

.personalTable table tbody td .link {
  color: #003e7e;
  font-weight: 500;
  padding: 0 0.62rem;
}

.personalTable table tbody td .link_c10217 {
  color: #c10217;
}

.personalTable table tbody td.totalAmount {
  color: #c10217;
}

.personalTableBorder table tbody td {
  border: 1px solid #eeeeee;
  padding: 0.62rem;
}

.personalTableBorder table .name {
  width: 50px;
}

.personalTableBorder table .discount {
  width: 70px;
}

.personalTableHead table {
  width: 100%;
}

.personalTableHead table th,
.personalTableHead table td {
  border: 1px solid #e5e5e5;
  padding: 0.62rem 1.62rem;
}

.personalTableHead table th {
  background-color: #f4f4f4;
  text-align: right;
  font-weight: 400;
  font-size: 0.88rem;
}

.personalTableHead table th {
  width: 20%;
}

.personalTableHead table td {
  font-size: 1.0rem;
  width: 30%;
}

.personalTableHead table td.totalAmount {
  color: #c10217;
}

.personalTableHead table th[colspan],
.personalTableHead table td[colspan] {
  text-align: center;
}

.myProductTable {}

.myProductTable table {
  width: 100%;
  table-layout: fixed;
}

.myProductTable table .name {
  width: 28%;
}

.myProductTable table .orderQuantity {
  width: 7.5rem;
}

.myProductTable table th {
  background-color: #eeeeee;
  font-size: 1.12rem;
  padding: 1.25rem 0.62rem;
  text-align: center;
}

.myProductTable table td {
  padding: 1.62rem 0.62rem;
  font-size: 1.0rem;
  border-bottom: 2px solid #efefef;
  text-align: center;
}

.myProductTable table td.subtotal {
  color: #c10217;
}

.myProductTable table td .nameBox .con .title {
  font-size: 1.12rem;
  -webkit-line-clamp: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.myProductTable table td.discount {
  font-size: 1.12rem;
}

.myProductTable table td.discount del {
  font-size: 0.88rem;
  color: #888888;
}

.myProductTable table td.operation .link {
  color: #3a3a3a;
  padding: 3px 0;
  font-weight: 500;
}

.myProductTable table td.operation .link_pdf {
  color: #014689;
}

.myCollectionProductList ul {
  margin-left: -0.44rem;
  margin-right: -0.44rem;
}

.myCollectionProductList li {
  padding-left: 0.44rem;
  padding-right: 0.44rem;
  margin-bottom: 0.88rem;
}

.myCollectionProductList li .box {
  border: 1px solid #cccccc;
}

.myCollectionProductList li .collectionBtn {
  position: absolute;
  top: 1px;
  right: calc(1px + 0.44rem);
  z-index: 9;
  width: 2.5rem;
  height: 2.12rem;
  background-color: #ffffff;
  cursor: pointer;
}

.myCollectionProductList li .collectionBtn .icon {
  width: 1.0rem;
}

.myCollectionProductList li .collectionBtn .icon img {
  display: block;
}

.myCollectionProductList li .collectionBtn span {
  padding-left: 0.38rem;
  font-size: 0.88rem;
  display: none;
}

.myCollectionProductList li .collectionBtn:hover {
  width: 6.25rem;
  background-color: #f4f4f4;
}

.myCollectionProductList li .collectionBtn:hover span {
  display: block;
}

.invoiceQueryForm {
  position: relative;
  padding-bottom: 1.88rem;
}

.invoiceQueryForm .time {
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.62rem;
}

.invoiceQueryForm .time .input {
  width: 10.62rem;
  margin-right: 5px;
}

.invoiceQueryForm .time .input .form-control {
  border-color: #ededed;
  border-radius: 0;
  height: 2.5rem;
}

.invoiceQueryForm .time .input .form-control::-webkit-calendar-picker-indicator {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-image: url(../images/indicatorIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.62rem auto;
  cursor: pointer;
  width: 1.62rem;
  height: 2.5rem;
}

.invoiceQueryForm .time .button {
  width: 3.75rem;
}

.invoiceQueryForm .time .button .btn {
  display: block;
  border-radius: 0;
  color: #fff;
  padding: 0;
  width: 100%;
  height: 2.5rem;
  font-size: 1.0rem;
  background-color: #014689;
}

.invoiceQueryForm .time .section .form-control {
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #f4f4f4;
  border-radius: 0;
  border: none;
  cursor: pointer;
}


.invoiceQueryForm .switch {
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.invoiceQueryForm .switch .switch1 {
  width: 30px;
  height: 30px;
  background: url(../images/swich1.png) no-repeat;
  background-size: 60% 60%;
  background-position: center;
  cursor: pointer;
}

.invoiceQueryForm .switch .switch2 {
  width: 30px;
  height: 30px;
  background: url(../images/swich2.png) no-repeat;
  background-size: 60% 60%;
  background-position: center;
  cursor: pointer;
}

.invoiceQueryForm .switch .active {
  background-color: #eaf0f3;
  border-radius: 5px;
}

.invoiceQueryForm .search {
  position: relative;
}

.invoiceQueryForm .search .input {
  width: 16.25rem;
  padding-right: 2.5rem;
}

.invoiceQueryForm .search .input .form-control {
  border-color: #ededed;
  border-radius: 0;
  height: 2.5rem;
}

.invoiceQueryForm .search .button {
  position: absolute;
  top: 0;
  right: 1px;
  width: 2.5rem;
}

.invoiceQueryForm .search .button .btn {
  height: 2.5rem;
  border-color: #ededed;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  text-indent: -999px;
  text-align: center;
  background-image: url(../images/searchIcon02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.38rem;
  box-shadow: none;
}

/**/
.personalTable table tbody tr:hover td,
.personalTable table tbody tr:hover td .link {
  color: #c10217;
}

.myContractPdf {
  position: relative;
  background-color: #f4f4f4;
  padding: 0.88rem 1.88rem;
}

.myContractPdf .title {
  -ms-flex: 1;
  flex: 1;
  font-size: 1.0rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.25rem;
}

.myContractPdf .button .link {
  margin-right: 0.62rem;
  font-size: 1.0rem;
}

.myContractPdf .button .link .icon {
  margin-right: 0.62rem;
  width: 2.62rem;
  height: 2.62rem;
  border-radius: 100%;
  background-color: #ffffff;
}

.myContractPdf .button .link .icon img {
  display: block;
  width: 1.12rem;
}

/**/
.myOrderTable {
  border: 1px solid #014689;
  margin-bottom: 1.25rem;
}

.myOrderTableHead {
  position: relative;
  padding: 1.62rem 1.88rem;
  background-color: #f4f4f4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.myOrderTableHead .state {
  -ms-flex: 1;
  flex: 1;
}

.myOrderTableHead .state .title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #b90016;
  padding-bottom: 0.38rem;
}

.myOrderTableHead .state .text {
  font-size: 1.0rem;
  line-height: 1;
}

.myOrderTableHead .state .text span+span {
  position: relative;
  padding-left: 0.88rem;
  margin-left: 0.88rem;
  position: relative;
}

.myOrderTableHead .state .text span+span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.88rem;
  margin-top: -0.44rem;
  background-color: #cccccc;
}

.myOrderTableHead .money {
  font-size: 1.0rem;
  line-height: 1;
}

.myOrderTableHead .money span {
  font-size: 2.25rem;
  font-weight: 500;
  font-family: Arial;
}

.myOrderTableCon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myOrderTableCon .list {
  -ms-flex: 1;
  flex: 1;
  padding-right: 8%;
}

.myOrderTableCon .list li {
  border-bottom: 1px solid #efefef;
  display: table;
  width: 100%;
  padding: 1rem 0;
}

.myOrderTableCon .list li:last-child {
  border-bottom: none;
}

.myOrderTableCon .list li .name {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.88rem;
}

.myOrderTableCon .list li .name .nameBox .con .title {
  font-size: 1.12rem;
  -webkit-line-clamp: 1;
  margin-top: 0.38rem;
  margin-bottom: 0.38rem;
}

.myOrderTableCon .list li .sou,
.myOrderTableCon .list li .money {
  width: 20%;
  text-align: center;
  font-size: 1.12rem;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #efefef;
}

.myOrderTableCon .state {
  padding: 1.25rem 1.88rem;
}

.myOrderTableCon .state .items {
  padding: 0.31rem 0;
}

.myOrderTableCon .state .items .link {
  display: block;
  width: 7.5rem;
  padding: 3px;
  text-align: center;
  color: #666666;
  font-size: 0.94rem;
  border: 1px solid #b0afb0;
}

.myOrderTableCon .state .items .link:hover {
  background-color: #b90016;
  border-color: #b90016;
  color: #fff;
}

.myOrderDNumber {
  font-size: 1.25rem;
  padding-bottom: 1.5rem;
}

.myOrderDTitle {
  font-size: 1.88rem;
  line-height: 1;
  padding-bottom: 1.88rem;
}

.myOrderDTitle._bbbbbb {
  color: #bbbbbb;
}

.myOrderDProduct {
  padding-bottom: 3.12rem;
}

.myOrderDProduct li {
  border-bottom: 2px solid #efefef;
  display: table;
  width: 100%;
  padding: 1rem 0;
}

.myOrderDProduct li .name {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
}

.myOrderDProduct li .name .nameBox .con .title {
  font-size: 1.12rem;
  /* -webkit-line-clamp: 1; */
  margin-top: 0.38rem;
  margin-bottom: 0.38rem;
}

.myOrderDProduct li .sou,
.myOrderDProduct li .money {
  width: 30%;
  text-align: center;
  font-size: 1.12rem;
  display: table-cell;
  vertical-align: middle;
}

.myOrderDProgress {
  padding-bottom: 1.25rem;
}

.myOrderDProgress li {
  width: 100%;
  text-align: center;
}

.myOrderDProgress li .bar {
  height: 28px;
  line-height: 28px;
  font-size: 0.88rem;
  background-color: #eeeeee;
}

.myOrderDProgress li .bar span {
  display: block;
  width: 100%;
  height: 100%;
}

.myOrderDProgress li .text {
  font-size: 0.75rem;
  padding-top: 0.38rem;
}

.myOrderDProgress li:first-child .bar {
  border-radius: 100px 0 0 100px;
}

.myOrderDProgress li:last-child .bar {
  border-radius: 0 100px 100px 0;
}

.myOrderDProgress li.pro .bar span {
  background-color: #014689;
  color: #fff;
  border-radius: 100px;
}

.myOrderDList {
  padding-bottom: 3.12rem;
  margin-bottom: 3.12rem;
  border-bottom: 2px solid #e5e5e5;
}

.myOrderDList table {
  width: 100%;
  font-size: 1.12rem;
}

.myOrderDList table th {
  font-weight: 400;
  color: #3a3a3a;
  padding-bottom: 0.5rem;
  width: 6.25rem;
  text-align: right;
}

.myOrderDList table td {
  color: #666666;
  padding-left: 0.38rem;
  padding-bottom: 0.5rem;
}

.myOrderDCalculation table {
  margin-left: auto;
  font-size: 1.0rem;
  text-align: right;
}

.myOrderDCalculation table th {
  font-weight: 400;
  padding-bottom: 0.38rem;
}

.myOrderDCalculation table td {
  color: #b90016;
  padding-bottom: 0.38rem;
  padding-left: 1.25rem;
}

.myOrderDCalculation table td.total span {
  font-size: 2.25rem;
  font-weight: 500;
  font-family: Arial;
  line-height: 1;
}

.personalCompanyTitle {
  font-size: 1.38rem;
  padding-bottom: 2.25rem;
}

.personalEchart {
  position: relative;
  padding-bottom: 3.75rem;
  margin-bottom: 1.88rem;
}

.personalEchart::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3rem;
  right: -3rem;
  height: 1.25rem;
  background-color: #f4f4f4;
}

#personalEchart {
  width: 100%;
  height: 23.75rem;
}

.personalTableRanking .name {
  width: 10.0rem;
}

.personalTableRanking .totalAmount {
  width: 12.5rem;
}

.personalTableRanking td.company .nameBox .con .title {
  font-size: 1.12rem;
  margin-top: 0.5rem;
  margin-bottom: 0.38rem;
  -webkit-line-clamp: 1;
}

.personalTableRanking .caret-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}

.personalTableRanking .caret-wrapper .sort-caret {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  left: 7px;
}

.personalTableRanking .caret-wrapper .sort-caret.ascending {
  border-bottom-color: #c0c4cc;
  top: 5px;
}

.personalTableRanking .caret-wrapper .sort-caret.descending {
  border-top-color: #c0c4cc;
  bottom: 7px;
}

/*登录*/
.signIn {
  position: relative;
  padding-left: 31.77083vw;
}

.signInBg {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 24vh;
  width: 31.77083vw;
  height: 100%;
  color: #ffffff;
  text-align: center;
  z-index: 10;
  background-image: url(../images/signInBg.jpg);
}

.signInBg .title {
  font-size: 1.88rem;
  font-weight: 500;
  margin-bottom: 1.0rem;
}

.signInBg .text {
  font-size: 1.12rem;
}

.signInBg .text span {
  position: relative;
}

.signInBg .text span::after,
.signInBg .text span::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 6.25rem;
  height: 1px;
}

.signInBg .text span::after {
  left: -7.5rem;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.signInBg .text span::before {
  right: -7.5rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.signInMain {
  position: relative;
  min-height: 100vh;
  padding: 8.75rem 2.5rem;
}

.signInHead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.88rem 2.5rem;
  background-color: #ffffff;
  z-index: 7;
}

.signInHead.bg_f4f4f4 {
  background-color: #f4f4f4;
}

.signInHead .logo {
  width: 8.5rem;
}

.signInHead .signInHeadRight {
  display: flex;
  align-items: flex-start;
}

.signInHead .signInHeadRight .link {
  font-size: 0.88rem;
  color: #666666;
  position: relative;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  display: block;
}

.signInHead .signInHeadRight .link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #666666;
}

.signInHead .signInHeadRight .lang {
  position: relative;
}

.signInHead .signInHeadRight .lang .lang_btn {
  cursor: pointer;
  font-size: 0.88rem;
  color: #666666;
  position: relative;
  padding: 0 1.12rem 0 1.5rem;
}

.signInHead .signInHeadRight .lang .lang_btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0rem;
  height: 1.0rem;
  background-image: url(../images/icon05.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: -0.5rem;
}

.signInHead .signInHeadRight .lang .lang_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.38rem solid #666;
  margin-top: -0.19rem;
}

.signInHead .signInHeadRight .lang .lang_ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  padding-top: 10px;
  background-color: #202324;
  padding-bottom: 10px;
  transition: all 400ms;
}

.signInHead .signInHeadRight .lang .lang_ul .items {
  text-align: center;
}

.signInHead .signInHeadRight .lang .lang_ul .items a {
  color: #ffffff;
  font-size: 0.88rem;
  display: block;
  line-height: 26px;
  height: 26px;
  padding: 0 7px;
  transition: all 100ms;
}

.signInHead .signInHeadRight .lang .lang_ul .items:hover a {
  background-color: #ffffff;
  color: #111;
}

.signInHead .signInHeadRight .lang:hover .lang_ul {
  opacity: 1;
  visibility: visible;
}

.signInTab {
  padding-bottom: 2.5rem;
  position: relative;
}

.signInTab li {
  padding: 0 0.88rem;
}

.signInTab li a {
  font-size: 1.38rem;
  color: #0f0f0f;
  font-weight: 500;
}

.signInTab li.active a {
  border-bottom: 2px solid #c10216;
  color: #c10216;
}

.signInForm {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.signInForm .form-group {
  display: block;
}

.signInForm .form-group .label {
  font-size: 1.0rem;
  padding-bottom: 0.62rem;
  font-weight: 600;
  color: #3a3a3a;
  text-align: left;
  width: 100%;
}

.signInForm .form-group .input {
  position: relative;
}

.signInForm .form-group .form-control {
  height: 2.5rem;
  font-size: 0.88rem;
}

.signInForm .form-check {
  font-size: 14px;
}

.signInForm .form-check .form-check-label {
  cursor: pointer;
}

.signInForm .form-check .form-check-label a {
  color: #014689;
}

.passwordBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  background-image: url(../images/passwordHide.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.19rem auto;
  cursor: pointer;
  z-index: 2;
}

.passwordBtn.active {
  background-image: url(../images/passwordShow.png);
}

.verificationCode {
  margin-top: 1.25rem;
  position: relative;
  padding-right: 9.38rem;
}

.verificationCode .codeImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.12rem;
}

.getVerificationCode {
  position: relative;
  margin-top: 1.25rem;
}

.getVerificationCode .getCodeImg {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 8.12rem;
  background-color: #1a5a96;
  color: #fff;
  font-size: 1.0rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signInForm .btn {
  background-color: #c10216;
  color: #fff;
  font-size: 1.0rem;
  border-radius: 0;
  width: 100%;
  padding: 0.45rem 0.75rem;
  display: block;
}

.signInForm .linkFooter {
  position: relative;
  padding-top: 1.0rem;
  font-size: 0.88rem;
}

/**/
.registerForm {
  max-width: 62.5rem;
  margin: 0 auto;
}

.registerFormPd {
  padding: 2.5rem 1.88rem 0.62rem;
}

.registerFormTitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1.25rem;
  margin-bottom: 1.88rem;
}

.registerForm .form-group {
  margin-bottom: 1.25rem;
}

.registerForm .form-group .label {
  width: 8.12rem;
  font-size: 1.0rem;
  padding-right: 0.75rem;
}

.registerForm .form-group .form-control {
  height: 2.5rem;
  font-size: 1.0rem;
}

.registerForm .form-group .form_checkbox {
  font-size: 1.0rem;
}

.registerForm .form-group .form_checkbox .form-check-label {
  cursor: pointer;
  white-space: nowrap;
}

.registerForm .form-group .form_checkbox .checkbox_input {
  margin-left: 10px;
  height: 2rem;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  width: 80px;
  padding: 0;
}


.registerForm .form-group .address {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.registerForm .form-group .address .addressItems {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.registerForm .form-group .address .addressItems select.form-control {
  background-image: url(../images/selectIcon_.png);
  background-repeat: no-repeat;
  background-position: right 0.62rem center;
  background-size: 0.75rem auto;
}

.uploadCertificateBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.uploadCertificateBox .img {
  width: 4.88rem;
  height: 3.88rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
}

.uploadCertificateBox .uploadCertificateFile .label {
  width: 4.88rem;
  height: 3.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #999999;
  text-align: center;
  padding-right: 0;
  line-height: 1;
  font-size: 0.75rem;
  cursor: pointer;
}

.uploadCertificateBox .uploadCertificateFile .label .icon {
  width: 1.31rem;
  margin: 0 auto 0.5rem;
}

.uploadCertificateBox .uploadCertificateFile .text {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.75rem;
  color: #999999;
}

.uploadCertificateBox .uploadCertificateFile .form-control-file {
  display: none;
}

.registerFormBtn {}

.registerFormBtn .btn {
  background-color: #c10216;
  color: #ffffff;
  font-size: 1.0rem;
  border-radius: 0;
  display: block;
  width: 17.5rem;
  padding: 0.45rem 0.75rem;
  margin: 0 0.5rem;
}

.registerFormBtn a.btn {
  background-color: #999999;
}

/**/
.modalPage .modal-content {
  border-radius: 0;
}

.modalPage .modalClose {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 99;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #eeeeee;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalPage .modalClose img {
  display: block;
  width: 1.5rem;
}

.modalPage .modalMain {
  padding: 3.75rem 2.5rem;
}

.modalPageTitle {
  font-size: 1.62rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1.5rem;
}

.formBtn {
  margin-top: 0.62rem;
  width: 100%;
}

.formBtn .btn {
  background-color: #c10216;
  color: #ffffff;
  font-size: 1.0rem;
  border-radius: 0;
  display: block;
  width: 49%;
  padding: 0.45rem 0.75rem;
}

.formBtn .btnReset {
  background-color: #b0afb0;
}

#receivingAddressModal .webForm {
  max-width: 30.62rem;
  margin: 0 auto;
  width: 100%;
}

#bindMailboxModal .webForm {
  max-width: 25.0rem;
  margin: 0 auto;
  width: 100%;
}

.swiperVideo {
  width: 100%;
  height: 344px;
}


.headall {
  align-items: center;
}

.headall .headportait {
  padding-left: 30px;
  padding-right: 15px;
}

.headall .see {
  font-size: 14px;
  color: #888888;
  text-decoration: underline;
  cursor: pointer;
}

.informationleft {
  text-align: end;
}

.informationleft div,
.informationright div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.informationleft div {
  font-size: 1rem;
  color: #888888;
  font-weight: 500;
}

.informationright {
  margin-left: 10px;
}

.informationright div {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}

#personalEchartwindow .personalEchart::after {
  height: 0;
}

#personalEchartwindow .personalEchart {
  padding-bottom: 0;
  margin-bottom: 0;
}

#personalEchartwindow #personalEchart1 {
  width: 60rem;
  height: 23.75rem;
}
.swichcontent .productList {
  display: none;
}

.swichcontent .active {
  display: block;
}

.swichcontent .productList .th {
  background-color: #eeeeee;
  color: #3a3a3a;
  position: relative;
  padding: 1.5rem 0.62rem;
}

.commoditytd {
  display: flex;
}

.commoditytd .tdimg {
  width: 30px;
  height: 56px;
  margin-right: 2.1875rem;
}

.introduce .name {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.introduce .specifications {
  font-size: 1rem;
  color: #a3a3a3;
  text-align: left;
}

.productList table thead th {
  background-color: #eeeeee;
  color: #3a3a3a;
  position: relative;
  padding: 1.5rem 0.62rem;
  text-align: center;
}

.productList table {
  width: 100%;
}

.productList table tbody td {
  position: relative;
  padding: 1rem 0.62rem;
  color: #333333;
  border-bottom: 2px solid #efefef;
  text-align: center;
}

.productList table del {
  font-size: 0.875rem;
  color: #888888;
}

.additionAndSubtraction {
  display: flex;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
}

.number {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.reduce,
.plus {

  cursor: pointer;
}

.actualPrice {
  font-size: 1rem;
  color: #c10217;
}

.myoperation {
  font-size: 1rem;
}

.mydownload {
  font-size: 1rem;
  color: #014689;
  cursor: pointer;
}

.myjoin {
  cursor: pointer;
}


.head  .hasMessage::before{
    content: '';
     background-color: red;
  position: absolute;
  top: 0;
  left: 0.1375rem;
   width: .5rem;
  height: .5rem;
 border-radius: 100px;
}