/* å…¬å…±æ ·å¼ */
@charset "UTF-8";

html {
  font-family: Calibri, 'Microsoft Yahei', tahoma, arial, 'helvetica neue', Simsun, sans-serif;
  height: 100%;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body,
html {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

/* a:hover{text-decoration:none;color:#00469c} */
a,
article,
audio,
b,
body,
caption,
dd,
div,
dl,
dt,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
menu,
nav,
ol,
p,
q,
s,
section,
small,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  height: 100%;
  border: none;
  vertical-align: top;
}

.bg {
  background: #fff;
}

.bg_f6 {
  background: #f7f7f7;
}

.bg_3f {
  background: #00469c;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w_220 {
  width: 220px;
}

.w_970 {
  width: 970px;
}

.pt_10 {
  padding-top: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.t_l {
  text-align: left;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.f_14 {
  font-size: 14px;
}

.error {
  color: #e04040;
}

.color_0b285b {
  color: #0b285b;
}

.color_ff9933 {
  color: #ff9933;
}

.color_c38 {
  color: #00469c;
}

.color_f63 {
  color: #f63;
}

.color_999 {
  color: #999;
}

.g-box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.g-box-h5 {
  width: 95%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 30px;
}

.clearfixed,
.clearfix,
.g-box {
  zoom: 1;
}

.clearfixed:after,
.clearfix:after,
.g-box:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

/* el-start  */
.el-button--primary {
  border-color: #eee !important;
  background-color: #00469c;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #00469c !important;
  border-color: #eee !important;
  color: #232323 !important;
}

.el-button.is-plain {
  color: #00469c !important;
  border: 1px solid #00469c !important;
}

.el-button.is-plain:focus,
.el-button.is-plain:hover {
  border: 1px solid #232323;
  color: #232323;
}

.el-button:active .el-button:focus,
.el-button:hover {
  color: #232323 !important;
  border-color: #00469c !important;
}

.el-tabs__active-bar {
  background-color: #00469c !important;
}

.el-tabs__item.is-active,
.el-tabs__item:hover {
  color: #00469c !important;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #00469c !important;
}

/* el-end */

/*btn æŒ‰é’®*/
.btn {
  display: inline-block;
  padding: 6px 25px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid transparent;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Calibri, 'HelveticaNeueLTPro-ThEx', tahoma, arial, 'Microsoft Yahei', 'helvetica neue', 'hiragino sans gb', Simsun,
    sans-serif;
}

.btn_sm {
  padding: 3px 15px 4px;
}

.btn_block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
  background: #e1e1e1;
  border: 1px solid #ddd;
  color: #999;
}

.btn_custom {
  color: #fff;
  border-color: #00469c;
  background-color: #00469c;
}

/*é»˜è®¤æŒ‰é’® çº¢èƒŒæ™¯*/
.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active {
  border-color: #00469c;
  background-color: #00469c;
  color: #fff;
}

.btn_custom2 {
  color: #666;
  border-color: #ccc;
  background-color: #fff;
}

/*è‡ªå®šä¹‰æŒ‰é’®2 ç°è¾¹ç™½åº•*/
.btn_custom2:hover,
.btn_custom2:focus,
.btn_custom2:active,
.btn_custom2.active {
  border-color: #002b5c;
  background-color: #002b5c;
  color: #fff;
}

.btn_custom3 {
  color: #999;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}

/*è‡ªå®šä¹‰æŒ‰é’®3 ç°åº•ç°å­—*/
.btn_custom3:hover,
.btn_custom3:focus,
.btn_custom3:active,
.btn_custom3.active {
  border-color: #dbdbdb;
  background-color: #dbdbdb;
  color: #999;
}

.btn_custom4 {
  color: #fff;
  border-color: #f93;
  background-color: #f93;
}

/*è‡ªå®šä¹‰æŒ‰é’®4 ä¿ƒé”€é»„åº•æŒ‰é’®*/
.btn_custom4:hover,
.btn_custom4:focus,
.btn_custom4:active,
.btn_custom4.active {
  border-color: #e58a2e;
  background-color: #e58a2e;
  color: #fff;
}

.btn_custom5 {
  color: #fff;
  border-color: #00469c;
  background-color: #00469c;
}

/*è‡ªå®šä¹‰æŒ‰é’®5 ä¿ƒé”€çº¢åº•æŒ‰é’®*/
.btn_custom5:hover,
.btn_custom5:focus,
.btn_custom5:active,
.btn_custom5.active {
  border-color: #00469c;
  background-color: #00469c;
  color: #fff;
}

/*æ–‡æœ¬è¾“å…¥æ¡†*/
.form_control {
  padding: 8px 10px 8px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-family: Calibri, 'microsoft YaHei';
  background-color: #fff;
  background-image: none;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  *vertical-align: middle;
  box-sizing: border-box;
}

.form_control:focus {
  border-color: #00469c;
  outline: 0;
}

.form_control[disabled],
.form_control[readonly] {
  cursor: not-allowed;
  background-color: #f0f0f0;
}

textarea.form_control {
  height: auto;
}

select.form_control {
  height: 34px;
  *vertical-align: middle;
}

select.form_control option {
  padding: 4px 10px;
}

/*é€šæ banner*/
.slider_fullscreen {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider_fullscreen .flexslider {
  position: relative;
  /* left: 50%; */
  width: 100%;
  /* margin-left: -960px; */
  /* overflow: hidden; */
}

/*flexslider ç®€å•banneråˆ‡æ¢ã€å†…å®¹åˆ‡æ¢å…¬å…±css*/
.flexslider {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.flex-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-viewport li {
  overflow: hidden;
  display: none;
}

.flexslider .slides:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flexslider .slides>li {
  /*display: none;*/
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
}

.flexslider .slides .isPointer {
  cursor: auto !important;
}

.no-js .slides>li:first-child {
  display: block;
}

.flex-direction-nav a {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  width: 19px;
  height: 37px;
  display: block;
  cursor: pointer;
  opacity: 1;
  z-index: 11;
  font-size: 0;
  line-height: 0;
}

.flex-direction-nav .flex-next {
  right: 3%;
  background-position: 0 -37px;
}

.flex-direction-nav .flex-prev {
  left: 3%;
}

.flex-control-nav {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.flex-control-paging li a {
  width: 30px;
  height: 3px;
  border-radius: 3px;
  display: block;
  *display: inline-block;
  background: #5a5959;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #fefefe;
}

.flex-control-thumbs li {
  max-width: 100px;
}

.flex-control-thumbs li img {
  max-width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

.flex-control-thumbs li .flex-active {
  border-color: #00469c;
}

/*owl-carousel å“åº”å¼å•†å“åˆ‡æ¢åŸºç¡€css*/
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.owl-carousel .owl-wrapper {
  position: relative;
}

.owl-carousel .owl-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-item {
  float: left;
}

/* æ–°äººç¦åˆ©ä¸“åŒº-start */
.owl-carousel_ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.q-ul-item {
  width: 248px;
  height: 290px;
  margin-right: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  background: #fff;
  transition: 0.5s;
}

.q-ul-item:hover {
  position: relative;
  top: -5px;
  transform: translateY(10px);
}

.q-ul-item .q-ul-txt {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.q-ul-item .q-ul-txt a {
  font-size: 16px;
}

.q-ul-imgdiv {
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.q-ul-imgdiv>img {
  display: block;
  width: 100%;
  height: 100%;
}

.q-ul-item>a {
  width: 244px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.q-ul-price {
  font-size: 16px;
  color: #00469c;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.q-ul-price-txt {
  margin-right: 35px;
}

/* é¡¶éƒ¨å¹¿å‘Š-start */
.topBanner {
  width: 100%;
  position: relative;
  min-width: 1200px;
  /* height: 80px;
	line-height: 80px; */
  color: #fff;
  font-size: 22px;
  letter-spacing: 6px;
  background: url('../../img/images/background/icon_title_background.png') no-repeat center center;
  background-size: cover;
  text-align: center;
}

/* é¡¶éƒ¨å¹¿å‘Š-end */

/*  */
.newcomerWelfareArea {
  width: 1200px;
  margin: auto;
  font-size: 0;
  border: 2px solid #00469c;
  box-sizing: border-box;
}

.newcomerWelfareArea_left {
  position: relative;
  width: 20%;
  height: 330px;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newcomerWelfareArea_left a {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.newcomerWelfareArea_left a>img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.newcomerWelfareArea_left .noPointer {
  cursor: auto !important;
}

/* æ›´æ”¹element-UIæŒ‰é’®æ ·å¼ */
.newcomerWelfareArea_left_button {
  position: absolute;
  left: 37px;
  bottom: 78px;
  z-index: 100;
  width: 130px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0 !important;
  font-size: 14px;
  color: #fff;
}

.newcomerWelfareArea_left_img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.newcomerWelfareArea_left_button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.newcomerWelfareArea_left_button:focus {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
  color: #fff;
}

.newcomerWelfareArea_right {
  width: 80%;
  height: 330px;
  padding: 20px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.newcomerWelfareArea_container {
  width: 100%;
  height: 286px;
  position: relative;
}

.newcomerWelfareArea_slide {
  padding: 0 19px;
  border-right: 1px solid #00469c;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}

.newcomerWelfareArea_slide .grouped_qitm_imgBox {
  width: 200px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newcomerWelfareArea_slide .grouped_qitm_imgBox.bigImg {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newcomerWelfareArea_slide .grouped_qitm_logoKeyBox {
  width: 200px;
  height: 20px;
  display: flex;
  padding: 3px 10px;
  box-sizing: border-box;
  align-items: center;
}

.newcomerWelfareArea_slide .grouped_qitm_logoKeyBox>img {
  display: block;
  max-width: 200px;
  max-height: 20px;
}

.newcomerWelfareArea_slide .grouped_qitm_imgBox>img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.newcomerWelfareArea_slide>p {
  font-size: 14px;
  color: #2d373c;
  line-height: 28px;
  /* margin-top: 10px; */
  text-align-last: left;
}

.newcomerWelfareArea_slide_bottom {
  font-size: 20px;
  color: #00469c;
  line-height: 26px;
}

.newcomerWelfareArea_slide_bottom>div {
  width: 100%;
  font-size: 10px;
  color: #2d373c;
}

.newcomerWelfareArea_slide_bottom>div>img {
  height: 24px;
  vertical-align: top;
  margin-left: 7px;
}

.newcomerWelfareArea_next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-left: 25px solid #999aa9;
}

.newcomerWelfareArea_next>i {
  margin: 20px 0 0 -25px;
}

.newcomerWelfareArea_prev {
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-right: 25px solid #999aa9;
}

.newcomerWelfareArea_navigation {
  height: 60px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 200;
  width: 25px;
  cursor: pointer;
}

.newcomerWelfareArea_navigation>i {
  color: #fff;
  font-size: 20px;
}

.newcomerWelfareArea_prev>i {
  margin: 20px -25px 0 0;
}

/*  */

/* æ–°äººç¦åˆ©ä¸“åŒº-end */

/* æ¥¼å±‚åˆ—è¡¨ä¸“åŒº-start */
.classificationZone {
  width: 1200px;
  margin: 20px auto 30px;
}

.classificationZone-h5 {
  width: 95%;
  margin: auto;
  margin-bottom: 20px;
}

.classificationZone_title {
  font-size: 20px;
  color: #2d373c;
  height: 60px;
  line-height: 60px;
}

.classificationZone_title>i {
  width: 6px;
  height: 20px;
  background-color: #00469c;
  vertical-align: middle;
  margin-right: 12px;
}

.broadcast_right {
  float: right;
  width: 46px;
  color: #00469c;
  cursor: pointer;
  font-size: 14px;
}

.broadcast_right_icon {
  font-size: 12px;
  color: #00469c;
}

.classificationZone_in {
  height: 640px;
  border-top: 1px solid #00469c;
  border-left: 1px solid #00469c;
  font-size: 0;
  box-sizing: border-box;
}

.classificationZone_in-h5 {
  height: auto;
  overflow: hidden;
  font-size: 0;
  box-sizing: border-box;
}

.classificationZone_swiper {
  float: left;
  width: 60%;
  height: 320px;
  border-bottom: 1px solid #00469c;
  border-right: 1px solid #00469c;
  overflow: hidden;
  box-sizing: border-box;
}

.classificationZone_swiper-h5 {
  width: 100%;
  height: 280px;
  border-bottom: 1px solid #00469c;
  border-right: 1px solid #00469c;
  overflow: hidden;
  box-sizing: border-box;
}

.classificationZone_swiper .el-carousel__indicator--horizontal {
  padding: 0;
  margin-bottom: 20px;
  margin-right: 5px;
}

.classificationZone_swiper .el-carousel__indicator--horizontal>button {
  width: 20px;
  height: 5px;
  border-radius: 3px;
  background: #000020;
  opacity: 0.3;
}

.classificationZone_swiper .is-active>button {
  opacity: 1;
}

.classificationZone_swiper-h5 .el-carousel__indicator--horizontal {
  padding: 0;
  margin-bottom: 20px;
  margin-right: 5px;
}

.classificationZone_swiper-h5.el-carousel__indicator--horizontal>button {
  width: 20px;
  height: 5px;
  border-radius: 3px;
  background: #000020;
  opacity: 0.3;
}

.classificationZone_swiper-h5 .is-active>button {
  opacity: 1;
}

.classificationZone_in_list {
  float: left;
  position: relative;
  cursor: pointer;
  width: 20%;
  height: 320px;
  border-right: 1px solid #00469c;
  border-bottom: 1px solid #00469c;
  box-sizing: border-box;
}

.classificationZone_in_list-h5 {
  float: left;
  position: relative;
  cursor: pointer;
  width: 50%;
  height: 400px;
  border-right: 1px solid #00469c;
  border-bottom: 1px solid #00469c;
  box-sizing: border-box;
}

.classificationZone_in_list_in {
  position: absolute;
  top: 0;
  left: 0;
  padding: 19px 19px 0;
  box-sizing: border-box;
  height: 318px;
  font-size: 16px;
}

.classificationZone_in_list_in-h5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 19px 19px 0;
  box-sizing: border-box;
  height: 398px;
  font-size: 18px;
}

.classificationZone_in_list_in_div {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.classificationZone_in_list_in_div-h5 {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.classificationZone_in_list_logoKey {
  padding: 3px 10px;
  box-sizing: border-box;
  width: 200px;
  height: 20px;
  display: flex;
  align-items: center;
}

.classificationZone_in_list_logoKey-h5 {
  padding: 3px 10px;
  box-sizing: border-box;
  height: 20px;
  display: flex;
  align-items: center;
}

.classificationZone_in_list_logoKey>img {
  display: block;
  max-width: 200px;
  min-height: 20px;
}

.classificationZone_in_list_logoKey-h5>img {
  display: block;
  max-width: 200px;
  min-height: 20px;
  min-width: 70px;
}

.classificationZone_in_list_in_div.bigImg {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.classificationZone_in_list_in_div.bigImg>img {
  display: block;
  max-width: 200px;
  min-height: 100%;
}

.classificationZone_in_list_in_div-h5.bigImg {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.classificationZone_in_list_in_div-h5.bigImg>img {
  display: block;
  max-width: 200px;
  min-height: 100%;
}

.twoEllipsis {
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.twoEllipsis-h5 {
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}

.classificationZone_in_list_in_div_logo {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  z-index: 10;
}

.classificationZone_in_list_in_div_img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.classificationZone_in_list_in>p {
  margin-top: 13px;
  font-size: 14px;
  color: #2d373c;
  line-height: 20px;
}

.newcomerWelfareArea_slide_bottom {
  font-size: 20px;
  color: #00469c;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newcomerWelfareArea_slide_bottom_price {
  font-size: 20px;
  color: #00469c !important;
  line-height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newcomerWelfareArea_slide_bottom_price1 {
  display: block;
  font-size: 20px;
  color: #00469c;
}

.newcomerWelfareArea_slide_bottom_sales {
  display: block;
  font-size: 14px;
  color: #000020;
}

/* .newcomerWelfareArea_slide_bottom>div {
	float: right;
	font-size: 10px;
	color: #2D373C;
}

.newcomerWelfareArea_slide_bottom>div>img {
	height: 24px;
	vertical-align: text-bottom;
	margin-left: 7px;
} */

.classificationZone_in_list_in:hover {
  /* top: -11px;
	left: -11px;
	background: linear-gradient(135deg, #4EBCC3 0%, #009EA6 52%, #009DDB 100%);
	box-shadow: 0px 20px 10px -10px rgba(0, 153, 153, 0.3);
	padding: 30px 30px 0;
	height: 340px;
	color: #fff;
	z-index: 1000;
	border: 0;
	transition: .3s; */
  box-shadow: 0px 0px 5px 5px #eee inset;
}

/* .classificationZone_in_list_in:hover p {
	color: #fff;
} */

/* .classificationZone_in_list_in:hover .newcomerWelfareArea_slide_bottom_price1 {
	color: #FFD732;
} */

/* .classificationZone_in_list_in:hover .newcomerWelfareArea_slide_bottom>div {
	color: #fff;
} */

/* æ¥¼å±‚åˆ—è¡¨ä¸“åŒº-end */

.owl-theme .owl-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  padding-top: 2px;
}

.owl-theme .owl-pagination .owl-page {
  display: inline-block;
  *display: inline;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
  background: #b5b5b5;
}

.owl-theme .owl-pagination .owl-page.active {
  background-color: #00469c;
}

.owl-theme .owl-buttons div {
  position: absolute;
  width: 21px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  background: url(../../img/index/img/store_bg.png) -40px -154px no-repeat #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 11;
}

.owl-theme .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-theme .owl-buttons .owl-prev {
  left: 0;
}

.owl-theme .owl-buttons .owl-next {
  right: 0;
  background-position: -71px -154px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/*å¤´éƒ¨css*/

.z-top-banner {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.z-topbannerbox {
  margin: 0 auto;
  /* width: 1200px; */
  /* height: 80px;
	line-height: 80px; */
  position: relative;
}

.z-adbannerbox {
  margin: 20px auto;
  width: 1200px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  position: relative;
}

.z-adbannerbox>a>img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.z-topbannerbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.z-top-bar {
  background: #3d3d3d;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.z-city {
  margin-right: 42px;
  cursor: pointer;
}

.z-city .z-area i {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url('../../img/index/img/location.png') no-repeat;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -2px;
}

.z-service label {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url('../../img/index/img/service-call.png') 0 0 no-repeat;
  vertical-align: middle;
}

.z-service span {
  padding: 0 10px;
}

.z-service b {
  color: #00469c;
}

.z-top-bar .z-tab-item li {
  float: left;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.z-top-bar .login-link {
  padding: 0 16px;
  display: inline-block;
  color: #fff;
}

.z-account .top-arrow {
  display: inline-block;
  background: url('../../img/index/img/arrow.png') 0 0 no-repeat;
  width: 6px;
  height: 3px;
  vertical-align: middle;
}

.z-fous label {
  display: inline-block;
  background: url('../../img/index/img/weixin.png') 0 0 no-repeat;
  width: 12px;
  height: 10px;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}

.z-phone.login-link {
  padding-right: 0px;
}

.z-phone label {
  display: inline-block;
  background: url('../../img/index/img/phone.png') 0 0 no-repeat;
  width: 10px;
  height: 15px;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}

.z-header {
  margin: 0 auto;
  width: 1200px;
  height: 120px;
  background: #fff;
  position: relative;
}

.z-header-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.z-logo {
  width: 155px;
  height: 120px;
  display: flex;
  align-items: center;
  /* margin-top: 18px; */
}

.z-logo>a {
  display: block;
  width: 155px;
  height: 120px;
}

.z-logo>a>img {
  display: block;
  width: 155px;
  /* height: 120px; */
}

.z-search {
  /* margin-left: 194px;
	margin-top: 25px; */
  height: 120px;
  vertical-align: middle;
  margin-left: 8%;
  width: 696px;
  display: flex;
  align-items: center;
}

.z-search-box {
  width: 696px;
  height: 120px;
  /* line-height: 100%; */
  display: flex;
  align-items: center;
  /* border: 1px solid #00469c; */
  background: #fff;
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}

.z-search-input {
  float: left;
  width: 90%;
  border: 1px solid #00469c;
  height: 16px;
  line-height: 16px;
  outline: none;
  padding: 10px 44px 10px 46px;
  color: #cccccc;
}

.seachin_inputin_but {
  float: right;
  display: flex;
}

.z-search-button {
  display: block;
  border-radius: 0;
  float: right;
  width: 90px;
  height: 38px;
  line-height: 38px;
  border: none;
  background-color: #00469c;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}

.search-icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url('../../img/index/img/Combined Shape.png') no-repeat;
  position: relative;
  left: 30px;
  top: 0px;
}

.z-search-box span,
.z-search-box .m_a {
  display: inline-block;
  padding: 0 7px;
  color: #999;
  height: 24px;
  line-height: 24px;
  background: #f6f6f6;
  border-radius: 22px;
  transition: all 0.6s;
  margin-left: 5px;
}

.z-search-box .m_a:hover {
  background: #00469c;
  color: #fff;
}

.z-search-box span.z-year-goods {
  position: absolute;
  right: 162px;
  top: 8px;
}

.z-topCart {
  /* position: relative;
	float: right;
	margin-top: 25px;
	z-index: 9; */
  position: relative;
  float: right;
  z-index: 9;
  height: 120px;
  display: flex;
  align-items: center;
}

.z-topCart .m-topcart-dropdown {
  width: 150px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 8;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 0;
  border: 1px solid #00469c;
  margin: 0 0 0 10px;
  vertical-align: middle;
  border-radius: 0 !important;
  -webkit-box-shadow: 3px 3px 3px #eee;
  box-shadow: 3px 3px 3px #eee;
}

.m-topcart-dropdown .f-tdn .J_minicart {
  background: #00469c;
  color: #fff;
}

.z-topCart .m-topcart-dropdown:hover {
  opacity: 0.8;
}

.z-topCart .z-cart-count {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  background: #00469c;
  border-radius: 50%;
  font-size: 12px;
}

.m-topcart-dropdown .cart-menu-icon {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url('../../img/images/icon/icon_cart.png') 0 0 no-repeat;
  vertical-align: middle;
  margin-top: -2px;
}

.z-top-nav {
  /* width: 518px; */
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  zoom: 1;
  white-space: nowrap;
  text-align: left;
  /* transform: translateX(-240px); */
}

.z-top-nav li {
  display: inline-block;
}

.z-top-nav li a {
  font-size: 14px;
  color: #fff;
  /* font-weight: bold; */
  display: inline-block;
  padding: 0 19px;
}

.z-news {
  margin-top: 8px;
  transform: translateX(200px);
}

.z-news .z-news-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../img/index/img/news.png') 0 0 no-repeat;
  margin-right: 13px;
  margin-top: 4px;
}

.z-news-info li {
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  color: #999;
}

/* search-start */
.inline-block_top {
  display: inline-block;
  vertical-align: top;
}

.seach {
  width: 1200px !important;
  height: 120px;
  line-height: 120px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.seach-h5 {
  width: 100% !important;
  height: 108px;
  line-height: 108px;
  margin: auto;
  display: flex;
  align-items: center;
}

.seach_logo {
  width: 155px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
}

.seach_logo-h5 {
  width: 131px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 18px;
  margin-right: 20px;
}

.seachin {
  height: 62px;
  vertical-align: middle;
  margin-left: 8%;
  width: 696px;
}

.seachin-h5 {
  height: 62px;
  vertical-align: middle;
  width: 360px;
}

.seachin_text {
  margin-top: 5px;
  font-size: 12px;
  color: #93a5b2;
  line-height: 17px;
}

.seachin_text>span {
  color: #2d373c;
  margin-right: 4px;
  cursor: pointer;
}

.seachin_text>.seachin_text_span {
  color: #00469c;
}

.seachin_text_h5 {
  margin-top: 12px;
  font-size: 18px;
  color: #93a5b2;
  line-height: 17px;
}

.seachin_text_h5>span {
  color: #2d373c;
  margin-right: 10px;
  cursor: pointer;
}

.seachin_text_h5>.seachin_text_span {
  color: #00469c;
}

.seachin_input {
  height: 40px;
  font-size: 0;
  display: flex;
}

.seachin_inputin {
  width: 536px !important;
  line-height: 0;
  vertical-align: top;
  font-size: 14px !important;
  color: #8ea1af;
  outline: none;
}

.seachin_inputin-h5 {
  width: 350px !important;
  line-height: 0;
  vertical-align: top;
  font-size: 18px !important;
  color: #8ea1af;
  outline: none;
}

.seachin_inputin>.el-input>.el-input__suffix {
  display: none;
}

.seachin_inputin-h5>.el-input>.el-input__suffix {
  display: none;
}

.seachin_inputin_but {
  width: 45px !important;
  height: 40px !important;
  background: #00469c !important;
  padding: 0 !important;
  border-radius: 0 !important;
  vertical-align: top;
}

.seachin_inputin_but_img {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.seachin_inputin .el-input-group__append {
  margin: 0 !important;
  width: auto !important;
  padding: 0 2px !important;
}

.seachin_inputin-h5 .el-input-group__append {
  margin: 0 !important;
  width: auto !important;
  padding: 0 2px !important;
}

.seachin_input_but {
  width: 110px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #00469c;
  border-radius: 0 !important;
  margin-left: 20px !important;
  border: 0;
}

.seachin_input_but>span {
  font-size: 14px;
  color: #fff;
}

.seachin_input_but_img {
  height: 20px;
  vertical-align: middle;
  margin-right: 7px;
}

.shoppingcart-h5 {
  padding: 0;
  font-size: 18px;
  color: #333;
  background: #ffffff;
  border: 1px solid #fff;
  margin: 0 0 60px 40px;
}

.seachin_right {
  float: right;
}

.shoppingcart_img {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.shoppingcart_img_h5 {
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 27px;
  vertical-align: text-bottom;
}

.seachin_right_badge {
  vertical-align: top;
}

.seachin_right_badge>.is-fixed {
  right: -10px;
}

.seachin_right_badge_h5 {
  vertical-align: top;
}

.seachin_right_badge_h5>.is-fixed {
  right: 8px;
}

/* search-end */

/*å¤´éƒ¨css End*/

/*æ–°å¢žæ ·å¼*/
#m-notice {
  width: 140px;
  height: 20px;
  line-height: 20px;
}

.z-news-info {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.m-hot {
  position: absolute;
  right: 110px;
  top: 7px;
}

.m-shortcut .m-dropdown {
  display: none;
  top: 30px;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -97px;
  width: 175px;
  padding: 10px 0;
  z-index: 9;
  box-shadow: 0 0 5px #b8aeae;
}

.m-account .m-dropdown {
  width: 100px;
  margin-left: -55px;
}

.m-shortcut.m-account .m-dropdown .item {
  display: block;
  text-align: center;
  width: 100%;
}

.m-shortcut .m-dropdown b,
.m-shortcut .sn-qrcode b {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -2px;
  border-width: 5px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}

.m-shortcut {
  position: relative;
}

.m-shortcut:hover .m-dropdown {
  display: block;
}

.m-shortcut .m-dropdown .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  line-height: 24px;
}

.m-shortcut .m-dropdown h3 {
  padding-left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #666;
}

.m-shortcut .m-dropdown .item-business {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #eee;
  border-color: #ccc;
}

/*äºŒç»´ç ä¸‹æ‹‰*/
.sn-qrcode {
  z-index: 10;
  position: absolute;
  width: 175px;
  background: #fff;
  left: -33px;
  top: 30px;
  box-shadow: 0 0 5px #b8aeae;
  display: none;
}

.m-shortcut:hover .sn-qrcode {
  display: block;
}

.sn-qrcode .sn-qrcode-content {
  text-align: center;
  padding: 10px 10px 0;
}

.sn-qrcode p {
  text-align: center;
  color: #000;
}

.sn-qrcode .sn-qrcode-content img {
  width: 100%;
}

.z-topCart:hover .dropdown-cart-menu {
  visibility: visible;
  opacity: 1;
  transform: translatey(0px);
}

.z-topCart .dropdown-cart-menu {
  display: block;
  visibility: hidden;
  min-width: 100%;
  opacity: 0;
  min-width: 290px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 2px solid #00469c;
  transform: translatey(10px);
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 35px;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  z-index: 900;
}

.z-topCart .dropdown-cart-menu .m-detailshtml {
  padding: 15px;
  overflow-y: auto;
  max-height: 324px;
}

.m-dropdowncartbottom {
  padding: 0 15px;
  overflow: hidden;
  zoom: 1;
}

.z-topCart .dropdown-cart-total {
  float: left;
  margin-top: 5px;
  width: 140px;
}

.z-topCart .dropdown-cart-total li {
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  color: #ff4349;
  margin-bottom: 5px;
}

.z-topCart .dropdown-cart-total li .dropdown-cart-total-title {
  text-transform: uppercase;
  color: #575a59;
  margin-right: 4px;
}

.z-topCart .dropdown-cart-action {
  float: right;
  margin-top: 7px;
}

.z-topCart .dropdown-cart-action>p {
  margin-bottom: 3px;
  width: 100px;
}

.z-topCart .dropdown-cart-action>p a {
  width: 100%;
  text-align: center;
  height: 34px;
  line-height: 34px;
  padding: 0px;
}

.z-topCart .dropdown-cart-product-list {
  margin-bottom: 5px;
  list-style-type: none;
}

.z-topCart .dropdown-cart-product-list li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.z-topCart .dropdown-cart-product-list .delete-item {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #828886;
  font-weight: 300;
}

.z-topCart .dropdown-cart-product-list .y_cartpic {
  width: 60px;
  float: left;
  margin-right: 15px;
  height: 60px;
  overflow: hidden;
}

.z-topCart .dropdown-cart-product-list .y_cartpic img {
  width: 60px;
  height: 60px;
}

.z-topCart .dropdown-cart-product-list .dropdown-cart-details {
  float: left;
  width: 140px;
  padding-right: 20px;
}

.z-topCart .dropdown-cart-product-list .item-name {
  line-height: 18px;
  height: 36px;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.z-topCart .dropdown-cart-product-list .item-price {
  font-size: 12px;
  color: #ff4349;
  font-weight: bold;
  padding-left: 1px;
}

/* åˆ†ç±»å¼¹å‡ºæ¡†start */
.category_nav {
  position: absolute;
  width: calc(1200px - 226px);
  font-size: 14px;
  color: #000;
  left: 226px;
  top: 0;
  padding-left: 15px;
  background: #fff;
  z-index: 999;
  display: none;
  overflow: auto;
  box-sizing: border-box;
}

.category_nav .category_content {
  width: calc(1200px - 226px);
  height: 100%;
  padding: 8px 0 0 60px;
  box-sizing: border-box;
  border-left: 1px solid #dfdfdf;
}

.category_nav .category_item {
  width: 200px;
  float: left;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.category_nav .category_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 900px;
  height: 1px;
  background: #dfdfdf;
}

.category_nav .category_item:first-child::before {
  display: none;
}

.category_item .category_secound a {
  display: inline-block;
}

.category_nav .category_item .category_secound a:hover {
  color: #00469c;
}

.category_item .category_secound a span {
  display: inline-block;
  width: 200px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 28px;
}

.category_item .category_secound a i {
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url('../../img/index/img/category_r.png') center center no-repeat;
  background-size: 100% 100%;
}

.category_item .category_third {
  padding: 15px 35px;
  width: calc(1200px - 226px);
  height: 100%;
  box-sizing: border-box;
}

.category_item .category_third li {
  float: left;
  margin: 0 10px;
  /* line-height: 30px; */
}

.category_item .category_third li a {
  float: left;
  font-size: 12px;
  color: #35363b;
}

.category_item .category_third li a:hover {
  color: #00469c;
}

/* åˆ†ç±»å¼¹å‡ºæ¡†end */

/* .rt-nav {
	position: absolute;
	bottom: 300px;
	left: 50%;
	width: 60px;
	background: rgba(255, 255, 255, 1);
	margin-left: 600px;
	text-align: center;
} */

.m-ol {
  width: 60px;
  overflow: hidden;
}

.m-ol-item {
  padding: 10px !important;
  border-top: 1px solid #00469c !important;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
}

.m-ol-item:nth-child(1) {
  border-top: 0 !important;
}

.m-service {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
  box-sizing: border-box;
}

.m-backtop {
  min-height: 60px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-bottom: 1px solid #00469c; */
  box-sizing: border-box;
}

.m-service>a {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.floorNav-wrap {
  position: fixed !important;
  bottom: 50%;
  left: 50% !important;
  transform: translate(-50%) !important;
  z-index: 9999;
  width: 1200px;
  margin: 0 auto;
}

.m-ol {
  position: absolute;
  top: 0;
  left: -75px;
  z-index: inherit;
  border: 1px solid #00469c;
}

.Backtop_on {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 9999;
}

@media (max-width: 1200px) {
  .rt-nav {
    margin-left: 600px;
  }
}

.rt-nav.tabfixed {
  position: fixed;
  top: 75px;
  -webkit-animation: eleShow 0.5s ease both;
  animation: eleShow 0.5s ease both;
}

.rt-nav ul {
  padding: 10px 0;
  min-height: 60px;
  box-sizing: border-box;
  color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rt-nav ul li a {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.rt-nav li {
  width: 100%;
  font-size: 12px;
  padding: 10px;
  white-space: pre-wrap;
  letter-spacing: 2px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rt-nav li s {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.rt-nav li:after {
  bottom: 0px;
  position: absolute;
  width: 46px;
  height: 1px;
  left: 50%;
  margin-left: -23px;
  content: '';
  display: block;
  background: #ddd;
}

.rt-nav li.m-lastchild:after {
  display: none;
}

li.m-ol-item:hover a {
  color: #00469c;
}

.m-nodata {
  padding: 20px;
  color: #999;
  text-align: center;
}

/* åœ°å€é€‰æ‹© */
.m-distributionto s {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  background: url(../../img/index/img/location.png) 0 0 no-repeat;
  vertical-align: middle;
}

.m_aretive .m-distributionto s {
  background-image: url('../../img/index/img/location_a.png');
}

.m-distributionto i {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.m_sendareabx .m-distributionto {
  line-height: 30px;
  display: block;
  margin-right: 0;
}

.m-distributionto .m_areasure {
  cursor: pointer;
  padding: 0 11px;
  font-weight: normal;
  margin-bottom: 0px;
}

.m_sendarea {
  position: relative;
  z-index: 1000;
}

.m_sendarea.m_aretive .m_areasure {
  background: #fff;
  padding: 0 10px;
  z-index: 9;
  display: inline-block;
  position: relative;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  color: #333;
}

.m_sendarea.m_aretive .m-distributionto i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.m_sendareabx {
  margin-right: 20px;
}

.m_sendarea .m_areabox .m_arelose {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  right: -10px;
  top: -10px;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  background: #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.m_sendareabx .m_areabox {
  position: absolute;
  width: 613px;
  border: 1px solid #e2e2e2;
  background: #fff;
  z-index: 5;
  padding: 16px 0 15px;
  top: 29px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.m_sendarea.m_aretive .m_areabox {
  opacity: 1;
  visibility: visible;
  top: 29px;
}

.m_areabox .area-list {
  overflow: hidden;
  zoom: 1;
}

.m_areabox .area-list li {
  float: left;
  min-width: 80px;
  padding: 2px 0 2px 15px;
  clear: none;
  line-height: 20px;
  color: #333;
  box-sizing: border-box;
}

.m_areabox .area-list li span {
  float: left;
  padding: 2px 4px;
  text-decoration: none;
  cursor: pointer;
}

.area-list li span:hover {
  background: #00469c;
  color: #fff;
}

.m_areabox .mt {
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #c26e6e;
  margin-bottom: 5px;
  padding: 0 18px;
  overflow: visible;
  box-sizing: border-box;
}

.m_areabox .mt ul {
  overflow: hidden;
  zoom: 1;
}

.m_areabox .mt li {
  float: left;
  padding: 0;
}

.m_areabox .tab span {
  position: relative;
  text-decoration: none;
  float: left;
  height: 23px;
  line-height: 23px;
  padding: 0 21px 1px 11px;
  margin-right: 3px;
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #ccc;
  text-align: center;
  cursor: pointer;
}

.m_areabox .tab li.hover span {
  height: 25px;
  background-color: #fff;
  border: 1px solid #00469c;
  border-bottom: 0;
  padding: 0 20px 0 10px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
}

.m_sendarea .y_arelose {
  color: #dedede;
  font-size: 28px;
  font-weight: 100;
  position: absolute;
  top: 5px;
  right: 30px;
  cursor: pointer;
  z-index: 99;
}

/*å¤´éƒ¨æµ®åŠ¨*/
.m-nav-fixed .m_scrollnav {
  position: fixed;
  width: 100%;
  height: 60px;
  min-width: 990px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
  left: 0;
  top: 0;
  opacity: 0.95;
  z-index: 998;
  -webkit-animation: hdnav2-show 0.3s;
  -moz-animation: hdnav2-show 0.3s;
  -o-animation: hdnav2-show 0.3s;
  animation: hdnav2-show 0.3s;
}

.m-nav-fixed .z-topCart {
  position: fixed;
  top: -30px;
  right: 50%;
  margin: 0 -600px 0 0;
  z-index: 999;
}

.m-nav-fixed .z-top-nav {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -410px;
  z-index: 100;
}

.m-nav-fixed .z-top-nav li a {
  padding: 6px 14px;
  font-size: 16px;
}

.m-nav-fixed .z-logo {
  position: fixed;
  top: 9px;
  left: 50%;
  margin-left: -600px;
  margin-top: 0;
  height: 45px;
  z-index: 999;
}

.m-nav-fixed .z-logo img {
  vertical-align: middle;
  height: 100%;
}

/* å¤´éƒ¨å·¥å…·æ -start */
.head-nav {
  margin: 0 auto;
  /* padding: 0 10px; */
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #232323;
  background-color: #f5f5f5;
}

.head-nav-h5 {
  margin: 0 auto;
  /* padding: 0 10px; */
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #232323;
  background-color: #fff;
  border-bottom: 1px solid#f8f8f8;
}

.wapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.hd-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.hd-right .li {
  float: left;
  font-size: 12px;
  padding: 0 10px;
  position: relative;
  border-right: 1px solid #b8aeae;
}

.hd-right .li.on {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.hd-right .li.on a {
  color: #009990;
}

.hd-right .li:nth-last-child(1) {
  border-right: 0;
}

.hd-right .li-h5 {
  float: left;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
  border-right: 1px solid #b8aeae;
}

.hd-right .li-h5.on {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.hd-right .li-h5.on a {
  color: #009990;
}

.hd-right .li-h5:nth-last-child(1) {
  border-right: 0;
}

.title_text_in_img {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 3px;
}

.dropBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropImgBox {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.codeImg {
  display: inline-block;
  width: 140px;
  height: 140px;
}

.dropItemList {
  width: 160px;
  height: 160px;
  border-left: 1px solid #eee;
  box-sizing: border-box;
  /* background-color: blue; */
}

.dropItemList .dropIt {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.dropItemList .dropIt:hover {
  background-color: #eee;
  transition: 0.5s;
}

.dropItemList .dropIt:nth-last-child(1) {
  border: 0;
}

/* å¤´éƒ¨å·¥å…·æ -end */

/* å¤´éƒ¨å¯¼èˆª-tab-start */
.all-view-swiper {
  width: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#4ebcc3), color-stop(73%, #009ea6), to(#009ddb));
  background: -webkit-linear-gradient(left, #4ebcc3, #009ea6 73%, #009ddb);
  background: -o-linear-gradient(left, #4ebcc3 0, #009ea6 73%, #009ddb 100%);
  background: linear-gradient(90deg, #4ebcc3, #009ea6 73%, #009ddb);
  -webkit-box-shadow: 0 3px 3px #eee;
  box-shadow: 0 3px 3px #eee;
}

.all-view-box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: center;
}

.all-view {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  position: relative;
  color: #fff !important;
  display: flex;
  align-items: center;
}

/*å·¦ä¾§æ‚¬æµ®å¯¼èˆª*/
.lt-nav {
  position: absolute;
  top: 50px;
  left: 0;
  background: #f5f7fa;
  color: #000;
  width: 226px;
  text-align: left;
  z-index: 999;
  display: block;
}

.lt-nav.tabfixed {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  -webkit-animation: eleShow 0.5s ease both;
  animation: eleShow 0.5s ease both;
}

.lt-nav ol>li {
  text-align: center;
  line-height: 38px;
  padding: 0 10px;
  cursor: pointer;
}

.lt-nav ol>li>a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: 1em;
  border-top: 1px solid #ebebeb;
}

.lt-nav ol>li:first-child>a {
  border-top: none;
}

.lt-nav ol>li:first-child.active {
  height: 40px;
  line-height: 40px;
}

.lt-nav ol>li.active {
  background: #00469c;
  height: 41px;
  line-height: 41px;
}

.lt-nav ol>li.active>a {
  color: #fff;
  border: none;
  position: relative;
}

.lt-nav ol>li.active>a:after {
  top: 4px;
  left: -6px;
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  /* border: 1px solid #fff; */
  content: '';
  display: block;
}

#allProduct {
  width: 226px;
  text-align: left;
  padding: 0;
  padding-left: 15px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #1f667f 0%, #00c7b9 100%);
}

#allProduct:hover>.nav_ol {
  display: block;
}

/* å¤´éƒ¨å¯¼èˆª-tab-end */

/*åº•éƒ¨*/
.g-box .g-row {
  padding-left: 30px;
  overflow: hidden;
  border-bottom: 1px solid #6a6a6a;
}

.bottom-nav .col-row-3 {
  width: 25%;
  float: left;
  position: relative;
}

.bottom-nav .bottom_promise {
  padding: 30px 0 20px 0;
  overflow: hidden;
}

.bottom_promise s {
  float: left;
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin-right: 17px;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.bottom_promise .bottom_tic {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}

.bottom_promise .bottom-desc {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}

.m-footernav-box {
  width: 100%;
  clear: both;
  background: -webkit-gradient(linear, left top, right top, from(#4ebcc3), color-stop(52%, #009ea6), to(#009ddb));
  background: -webkit-linear-gradient(left, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
  background: -o-linear-gradient(left, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
  background: linear-gradient(90deg, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
.wapper {} */

.wapper.bottomofinformation {
  width: 1200px;
  margin: 0 auto;
  min-height: 240px;
  padding-top: 32px;
  padding-bottom: 22px;
  box-sizing: border-box;
  display: flex;
  clear: both;
  /* height: 400px; */
  overflow: hidden;
  background: linear-gradient(90deg, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
}

.bottomofinformation_title {
  width: 100%;
  min-height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomofinformation_title .wapper {
  background: transparent;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bottomofinformation_title_text {
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #eff3f5;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomofinformation_title>div,
.bottomofinformation_bottom {
  font-size: 0;
}

.bottomofinformation_title_text>img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}

.wapper.bottomofinformation_bottom {
  padding: 32px 0 22px 0;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomofinformation_bottom_left {
  flex: 1;
  min-height: 240px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bottomofinformation_bottom_left_item {
  width: 25%;
  min-height: 240px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.bottomofinformation_bottom_left_item>p {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 15px;
}

.bottomofinformation_bottom_left_item>div>a {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
}

.bottomofinformation_bottom_mid {
  width: 25%;
  min-height: 240px;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottomofinformation_bottom_mid_item {
  min-height: 120px;
  text-align: center;
  line-height: 32px;
}

.bottomofinformation_bottom_mid_item_title {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}

.bottomofinformation_bottom_mid_item_p {
  font-size: 14px;
  line-height: 28px;
}

.bottomofinformation_bottom_right {
  width: 25%;
  min-height: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottomofinformation_bottom_right img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.bottomofinformation_bottom_right span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
}

.bottomofinformation_bottom_right_div {
  text-align: center;
  margin-right: 20px;
  font-size: 12px;
  color: #eff3f5;
  height: 42px;
  line-height: 42px;
}

.bottomofinformation_bottom_right_erwm {
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bottomofinformation_text {
  clear: both;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  padding: 10px 0;
  color: #000;
}

.bottomofinformation_text a {
  color: #000;
}

/* æœ€ä¸‹éƒ¨å¤‡æ¡ˆ */
.bottom-text-box {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 0.5px solid #fff;
  background: -webkit-linear-gradient(left, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
  background: -o-linear-gradient(left, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
  background: linear-gradient(90deg, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
}

.bottomofinformation_text {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}

.bottomofinformation_title_text a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.bot_Top {
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid #fff;
  clear: both;
  background: -webkit-gradient(linear, left top, right top, from(#4ebcc3), color-stop(52%, #009ea6), to(#009ddb));
  background: -webkit-linear-gradient(left, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
  background: -o-linear-gradient(left, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
  background: linear-gradient(90deg, #4ebcc3 0%, #009ea6 52%, #009ddb 100%);
}

.bot_Top_content {
  width: 1200px;
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bot_Top_content_text>a {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
}

.bot_Top_content_text img {
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.f-cb {
  zoom: 1;
}

.g-mn2 {
  float: left;
  width: 100%;
}

.g-sd2 {
  flex: 1;
}

.bottomofinformation_bottom_right {
  float: right;
  width: 25%;
  min-height: 240px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.inline-block_top>p {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.inline-block_top.bottomofinformation_bottom_right_div {
  width: 132px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.inline-block_top.bottomofinformation_bottom_right_div img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.bottomofinformation_bottom .bottomList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.bottomofinformation_bottom .bottomList>p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bottomofinformation_bottom .bottomList>div a {
  color: #fff;
  font-size: 14px;
}

.g-mn2c {
  margin-right: 150px;
}

.footer-nav {
  overflow: hidden;
  zoom: 1;
}

.footer-nav dl {
  float: left;
  width: 160px;
  padding-right: 15px;
}

.footer-nav dl dt {
  font-size: 16px;
  color: #fff;
  height: 21px;
  margin-bottom: 15px;
  overflow: hidden;
}

.footer-nav dl dd {
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  overflow: hidden;
}

.footer-nav dl dd a {
  color: #fff;
}

.footer-nav dl dd a:hover {
  color: #00469c;
}

.m-contact p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 23px;
}

.m-contact .m-erweima {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.m-line {
  border-top: 1px solid #6a6a6a;
}

.m-copyright p {
  text-align: center;
  padding: 5px 50px;
  color: #fff;
  line-height: 18px;
}

.z-top-bar .login-link a {
  color: #fff;
}

.top_close {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 0px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: url(../../img/index/img/top_close.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.menu-button>.bar {
  position: relative;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-button>.bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.alltypesin_first:hover>.alltypesin_first_list,
.alltypesin_first:hover>.alltypesin_first_list_in {
  display: block;
}

.alltypesin_first:hover>.menu-button>.bar:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-42deg);
  -ms-transform: translateY(7px) rotate(-42deg);
  transform: translateY(7px) rotate(-42deg);
}

.alltypesin_first:hover>.menu-button>.bar:nth-of-type(2) {
  opacity: 0;
}

.alltypesin_first:hover>.menu-button>.bar:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(42deg);
  -ms-transform: translateY(-7px) rotate(42deg);
  transform: translateY(-7px) rotate(42deg);
}

/* å…¨éƒ¨åˆ†ç±»-start */
.alltypes {
  height: 50px;
  line-height: 50px;
  background: linear-gradient(90deg, #4ebcc3 0%, #009ea6 73%, #009ddb 100%);
  box-shadow: 0 3px 3px #eee;
}

.alltypesin {
  width: 1200px;
  margin: auto;
}

.menu-button>.bar {
  position: relative;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-button>.bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.alltypesin_first:hover>.alltypesin_first_list,
.alltypesin_first:hover>.alltypesin_first_list_in {
  display: block;
}

.alltypesin_first:hover>.menu-button>.bar:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-42deg);
  -ms-transform: translateY(7px) rotate(-42deg);
  transform: translateY(7px) rotate(-42deg);
}

.alltypesin_first:hover>.menu-button>.bar:nth-of-type(2) {
  opacity: 0;
}

.alltypesin_first:hover>.menu-button>.bar:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(42deg);
  -ms-transform: translateY(-7px) rotate(42deg);
  transform: translateY(-7px) rotate(42deg);
}

.alltypesin_list {
  float: left;
  width: 820px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  border: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.alltypesin_list>li {
  padding: 0 10px;
  cursor: pointer;
  letter-spacing: 1px;
}

.alltypesin_list>li:hover {
  color: #232323;
  box-sizing: border-box;
}

.alltypesin_list_channel.active {
  color: #000;
}

.alltypesin_first_list {
  position: absolute;
  top: 50px;
  left: 0;
  width: 226px;
  /* height: 520px; */
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  z-index: 999;
  display: none;
}

.alltypesin_first_list>div {
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.alltypesin_first_list>div>span {
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.alltypesin_first_list_right {
  float: right;
}

.el-icon-arrow-right {
  font-size: 16px;
  color: #333;
}

.alltypesin_first_list>div:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #00469c;
}

.alltypesin_first_list>div:hover .alltypesin_first_list_in {
  display: block;
}

.alltypesin_first_list_in {
  display: none;
  /* min-height: 572px; */
  position: absolute;
  top: 0;
  left: 226px;
  z-index: 999;
  width: calc(1200px - 226px);
  height: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.alltypesin_first_list_in>div {
  /* margin: 0 30px 30px 0; */
  line-height: 24px;
  cursor: pointer;
}

.list_sec_float {
  float: left;
}

.list_sec_float .hov {
  padding: 3px 5px;
  box-sizing: border-box;
}

.list_sec_float:hover .hov {
  background-color: #00469c;
  color: #fff;
}

.block_top {
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
}

.alltypesin_first_list_in_title {
  display: inline-block;
  margin-left: 15px;
  width: 120px;
  height: 60px;
  padding: 10px 10px 30px 10px;
  box-sizing: border-box;
  /* font-weight: bold; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.alltypesin_first_list_in_title:hover {
  color: #000;
}

.alltypesin_first_list_sec {
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  /* font-weight: bold; */
  flex: 1;
  color: #333;
}

.menuH5_btnList {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 10px;
}

.menuH5List_btn {
  width: 20%;
  text-align: center;
  margin: 26px 0;
}

.menuH5List_btn img {
  height: 40px;
  width: auto;
}

.menuH5Title {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  height: 18px;
  line-height: 18px;
}

/* å…¨éƒ¨åˆ†ç±»-end */

/* æ‚¬æµ®å¯¼èˆª-start */

.Backtop {
  position: fixed;
  right: 0 !important;
  left: 0 !important;
  top: -10%;
  width: 1200px !important;
  height: 0 !important;
  margin: auto;
  background: transparent;
}

.Backtop_on {
  position: relative;
  width: 1200px !important;
}

/* .Backtop_left_div {
	position: absolute;
	top: 0;
	left: -70px;
	z-index: 999;
	display: none;
} */

.Backtop_right_div {
  position: fixed;
  top: 45%;
  right: 25px;
  z-index: 9999;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.Backtop_right_div-h5 {
  position: fixed;
  bottom: 150px;
  right: 5px;
  z-index: 9999;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.Backtop_right_div-h5 img {
  width: 68px;
  height: 68px;
}

.Backtop_text:hover>img {
  transform: rotate(10deg);
}

/* .Backtop_right_absolute {
	position: absolute;
	top: 50%;
	right: -70px;
	z-index: 999;
	display: none;
	background-color: #fff;
} */

.Backtop_on>div>div:nth-child(1) {
  border-top: 1px solid #d8d8d8;
}

.Backtop_left_div_icon {
  font-size: 26px;
}

.Backtop_div {
  width: 60px;
  height: 60px;
  font-size: 12px;
  text-align: center;
  color: #2d373c;
  font-weight: 600;
  line-height: 20px;
  background: #ffffff;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
  position: relative;
}

.Backtop_div:hover {
  color: #fff;
  background: #00469c;
}

.Backtop_div .el-backtop {
  position: absolute;
  left: 0;
  top: -15px;
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  font-size: 12px;
  color: #2d373c;
  transition: 0s;
  z-index: 99;
  border: 0;
}

.Backtop_text {
  color: #fff;
  background: #00469c;
  border-color: #00469c;
}

.Backtop_div>img {
  display: inline-block;
  margin-top: 5px;
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
}

.Backtop_div>div:nth-child(1) {
  margin-top: 10px;
}

.Backtop_div_div {
  margin-top: 4px !important;
}

.Backtop_divâ€”backBtn {
  width: 60px !important;
  height: 60px !important;
  bottom: 0;
  right: 0;
}

.el-backtop {
  border-radius: 0 !important;
}

/* æ‚¬æµ®å¯¼èˆª-end */

/* æ»šåŠ¨å…¬å‘Š-start */

.text-container {
  font-size: 14px;
  color: #00469c;
  background-color: #fff;
  margin: 0 auto;
  width: 1200px;
  height: 32px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.text-container-h5>p span {
  width: 500px;
  padding-left: 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-container-h5 {
  font-size: 18px;
  color: #00469c;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  height: 57px;
  line-height: 57px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.text-container-h5>p {
  display: flex;
  align-items: center;
}

.text-left {
  flex: 1;
}

.text-right {
  width: 100px;
  text-align: right;
}

.text {
  text-align: left;
  margin: auto 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: all 1s;
}

.slide-enter {
  transform: translateY(32px);
}

.slide-leave-to {
  transform: translateY(-32px);
}

/* æ»šåŠ¨å…¬å‘Š-end */
/* moreAD -start */
.z-moreAd {
  /* width: 1200px; */
  width: 100%;
  overflow: hidden;
  position: relative;
}

.z-moreAdbannerbox {
  /* margin-top: 7px;
	margin-bottom: 15px; */
  max-width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-moreAdbannerbox-h5 {
  /* margin-top: 7px;
	margin-bottom: 15px; */
  max-width: 640px;
  position: relative;
  left: 50%;
  margin-left: -320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .z-moreAdbannerbox>a {
	width: 100%;
} */

.z-moreAdbannerbox>a>img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  vertical-align: middle;
  height: auto;
}

.z-moreAdbannerbox-h5>a {
  height: auto;
  display: inline-block;
}

.z-moreAdbannerbox-h5>a.adNum1 {
  width: 100%;
}

.z-moreAdbannerbox-h5>a.adNum2 {
  width: 50%;
}

.z-moreAdbannerbox-h5>a.adNum2:first-child>img {
  object-position: right;
}

.z-moreAdbannerbox-h5>a.adNum2:last-child>img {
  object-position: left;
}

.z-moreAdbannerbox-h5>a.adNum3 {
  width: 30%;
}

.z-moreAdbannerbox-h5>a.adNum3:first-child {
  width: 35%;
}

.z-moreAdbannerbox-h5>a.adNum3:last-child {
  width: 35%;
}

.z-moreAdbannerbox-h5>a.adNum3:first-child>img {
  object-position: right;
}

.z-moreAdbannerbox-h5>a.adNum3:last-child>img {
  object-position: left;
}

.z-moreAdbannerbox-h5>a.adNum4 {
  width: 25%;
}

/* .z-moreAdbannerbox-h5>a.adNum4:first-child{
	width:30%;
}
.z-moreAdbannerbox-h5>a.adNum4:last-child{
	width:30%;
} */
.z-moreAdbannerbox-h5>a.adNum4:first-child>img {
  object-position: right;
}

.z-moreAdbannerbox-h5>a.adNum4:last-child>img {
  object-position: left;
}

.z-moreAdbannerbox-h5>a>img {
  display: inline-block;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
}

/* .imgAD1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imgAD2 {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.imgAD2:nth-of-type(2) {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}

.imgAD3 {
	width:33.3%;
	display: flex;
	justify-content: flex-end;
}
.imgAD3 :nth-of-type(2) {
	width:33.3%;
	display: flex;
}
.imgAD3:nth-of-type(3)  {
	width:33.3%;
}

.imgAD4 {
	width: 25%;
} */

/* moreAD -end */

.line_Price {
  text-decoration: line-through;
  font-size: 14px;
}

a.noPointer {
  /* cursor: auto !important; */
  cursor: pointer;
}

.isLoginShowBtn {
  color: #00469c;
  border: 1px solid #00469c;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.isLoginShowBtn-h5 {
  color: #00469c;
  border: 1px solid #00469c;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
}

.isLoginShowBtn:hover {
  cursor: pointer;
}

.bottomofinformation_left_h5 {
  width: 50%;
  height: auto;
  place-self: flex-start;
}

.bottomofinformation_right_h5 {
  width: 50%;
  height: auto;
  text-align: center;
  place-self: flex-start;
}

.bottomofinformation_right_h5>div {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.bottomofinformation_left_h5_content {
  padding-left: 28px;
  height: auto;
  font-size: 20px;
  color: #fff;
}

.bottomofinformation_left_h5_content_one {
  margin-bottom: 5px;
}

.bottomofinformation_left_h5_oneTitle {
  line-height: 32px;
  margin-bottom: 10px;
}

.bottomofinformation_left_h5_oneTitle span {
  font-size: 20px;
  color: #fff;
  float: right;
  vertical-align: middle;
  padding-right: 100px;
}

.bottomofinformation_left_h5_cateInfo {
  padding-left: 22px;
  line-height: 30px;
}

.bottomofinformation_left_h5_cateInfo>a {
  color: #fff;
}

.bottomofinformation_left_h5_cateInfo_main {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}

.h5tabBar {
  width: 100%;
  height: 110px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.h5tabBarLine {
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.h5tabBarLineBtn {
  width: 20%;
  height: 100%;
  text-align: center;
}

.h5tabBarLineBtn_img {
  margin: auto;
  height: 34px;
  padding-top: 12px;
}

.h5tabBarLineBtn_img img {
  height: 100%;
}

.h5tabBarLineFont {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 5px;
}

.h5tabBarLineFont.active {
  color: #00469c;
}

/* 顶部工具栏组件 */
/* TopBarComp——CSS */
.head-nav {
  background-color: #fff;
  height: 30px;
  line-height: 30px;
}

.head-nav-H5 {
  height: 50px;
  line-height: 50px;
}

.head-nav .wapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-nav .hd-left {
  font-size: 12px;
}

.head-nav .hd-left .hd-text a {
  color: #333 !important;
}

.hd-left .hd-text-H5 {
  color: #333 !important;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.hd-right .title_text_in_img {
  vertical-align: middle;
  margin: -4px 5px 0 0;
}

.head-nav .hd-right .li {
  float: left;
  font-size: 12px;
  padding: 0 10px;
  position: relative;
}

.head-nav .hd-right .li a {
  color: #00469c !important;
}

.hd-right .li-h5 {
  float: left;
  font-size: 18px !important;
  padding: 0 10px;
  position: relative;
}

.hd-right .li-h5.on {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.hd-right .li-h5:nth-last-child(1) {
  border-right: 0;
}

.head-nav .hd-right .li::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 1px;
  height: 15px;
  background-color: #b8aeae;
}

.head-nav .hd-right .li-h5-shu::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 1px;
  height: 18px;
  background-color: #b8aeae;
}

.head-nav .hd-right .li:first-child::after {
  display: none;
}

.el-dropdown-link {
  cursor: pointer;
  color: #2d373c;
  font-size: 12px;
}

.el-icon-arrow-down {
  font-size: 12px;
}

.el-dropdown-menu__item {
  font-size: 12px;
}

/* end */

/* logo/搜索框组件 */
/* LogoSearchCarComp-CSS */
/* PC */
.seach_pc {
  width: 1200px !important;
  height: 80px;
  margin: auto;
  position: relative;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.seach_logo—box_pc {
  margin-right: 110px;
}

.seach_logo_pc {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.seach_logo_pc img {
  vertical-align: middle;
  width: 240px;
  cursor: pointer;
}

.seach_logo_pc span {
  font-size: 18px;
  line-height: 30px;
  font-family: Calibri;
  font-weight: 400;
  color: #333333;
}

.zh_seachin_pc {}

.zh_seachin_input_pc {
  /* width: 650px; */
  height: 40px;
  font-size: 0;
  display: flex;
  /* justify-content: space-between; */
  margin-right: 24px;
}

.zh_seachin_inputin_pc {
  width: 542px;
  outline: none;
  margin-right: 6px;
}

.zh_seachin_inputin_pc .el-input__inner {
  border: 1.5px solid #00469c;

  &::placeholder {
    font-family: Calibri;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
  }
}

.zh_seachin_inputin_pc .el-input-group__append {
  background-color: #00469c;
  cursor: pointer;
  border: 1px solid #00469c;
}

.zh_seachin_input_pc .el-input-group__append:hover,
.zh_seachin_input_QuickBut_pc:hover {
  opacity: 0.7;
}

.zh_seachin_inputin_pc .el-icon-search {
  line-height: 40px;
  padding-left: 5px;
}

.zh_seachin_inputin_but_pc {
  padding: 10px 0px !important;
  color: #fff;
  font-size: 16px;
  font-family: Calibri;
  font-weight: 400;
}

.zh_seachin_input_QuickBut_pc {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-family: Calibri;
  font-weight: 400;
  background-color: #00469c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.zh_seachin_input_QuickBut_pc .zh_seachin_input_but_img_pc {
  width: 18px;
  height: 24px;
  vertical-align: middle;
  margin-right: 7px;
}

.zh_seachin_text_pc {
  margin-top: 10px;
  font-size: 12px;
  color: #93a5b2;
  line-height: 20px;
}

.zh_seachin_text_pc>span {
  color: #2d373c;
  margin-right: 4px;
  cursor: pointer;
}

.zh_seachin_text_pc>.zh_seachin_text_span_pc {
  color: #00469c;
}

.zh_seachin_right_pc {}

.shoppingcart_pc {
  width: 160px;
  height: 42px;
  padding: 0;
  font-size: 16px;
  font-family: Calibri;
  font-weight: 400;
  color: #00469c;
  background: #e2efff;
  border: 1.5px solid #00469c !important;
  box-shadow: 3px 3px 3px #eee;
  /* margin-bottom: 30px !important; */
  /* margin-right: 20px !important; */
}

.shoppingcart_pc .el-badge .el-badge__content.is-fixed {
  top: -10px;
  right: 4px;
  background-color: #fe0000;
  font-family: Calibri;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

.shoppingcart_pc .shoppingcart_img_pc {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

/* H5 */
.seach_h5 {
  width: 100% !important;
  /* height: 220px; */
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: linear-gradient(to top, #fff, #e2efff);
  position: relative;
}

.seach_logo_h5 {
  width: 100%;
  line-height: 70px;
}

.seach_logo_img_h5 {
  width: 257px;
  height: 32px;
  padding-left: 25px;
  vertical-align: middle;
  cursor: pointer;
}

.zh_seachin_h5 {}

.zh_seachin_inputin_h5 {
  width: 580px;
  font-size: 18px !important;
  color: #8ea1af;
  outline: none;
  position: relative;
}

.zh_seachin_inputin_h5 .el-input__inner {
  &::placeholder {
    font-family: Calibri;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
  }
}

.zh_seachin_inputin_h5 .el-input__inner {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-indent: 2em;
  font-size: 20px;
  border-color: #9ec6f5;
  border-width: 3px;
}

.zh_seachin_inputin_h5 .el-icon-search {
  line-height: 60px;
  padding-left: 25px;
  font-size: 24px;
}

.zh_seachin_inputin_h5 .el-input-group__append {
  font-size: 22px;
  color: #fff;
  font-family: Calibri;
  font-weight: 400;
  background: linear-gradient(to right, #00a3f8, #0074eb);
  border-radius: 27px;
  width: 140px;
  height: 52px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.zh_seachin_text_h5 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 20px;
  margin-left: 10px;
}

.zh_seachin_text_h5>span {
  color: #2d373c;
  margin-right: 6px;
  cursor: pointer;
}

.zh_seachin_text_h5>.zh_seachin_text_span_h5 {
  color: #00469c;
}

.shoppingcart_h5 {
  font-size: 18px;
  color: #333;
  background: #ffffff;
  border: 1px solid #fff;
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 5px 10px;
}

/* .shoppingcart_h5 img {
  width: 32px;
} */
.zh_seachin_right_login_h5 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 158px;
  height: 48px;
  background: #d0e6fe;
  border-radius: 25px;
}

.zh_seachin_right_login_img_h5 {
  width: 48px;
  height: 48px;
}

.zh_seachin_right_login_h5 span {
  font-family: Calibri;
  font-weight: 400;
  font-size: 22px;
  color: #003c89;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 12px;
}

/* ------------------ */
/* end */

/* 分类和导航组件 */
/* CategoryChannelComp-CSS */
/* PC */
.alltypesin_pc {
  width: 1200px;
  height: 59px;
  line-height: 59px;
  background-color: #fff;
  margin: auto;
  display: flex;
}

.alltypesin_first_pc {
  position: relative;
  width: 160px;
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  justify-content: left;
}

.alltypes-btn-box_pc {
  line-height: 34px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  /* border: 1px solid #ccc; */
  padding: 0 18px;
  border-radius: 5px;
  color: #00469c;
}

.alltypes-btn-box_pc .menu-button_pc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.alltypes-btn-box_pc .menu-button_pc>.bar_pc {
  position: relative;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #00469c;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.alltypes-btn-box_pc .menu-button_pc>.bar_pc:nth-of-type(3) {
  margin-bottom: 0px;
}

.alltypes-btn-box_pc>span {
  font-family: Calibri;
  font-weight: 600;
  font-size: 18px;
  color: #00469C;
}

.alltypesin_first_list_pc {
  position: absolute;
  top: 49px;
  left: 0;
  width: 160px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  z-index: 999999999;
}

.alltypesin_first_list_pc .alltypesin_first_list_item_pc {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.alltypesin_first_list_item_pc>span>a {
  display: inline-block;
  width: 160px;
  height: 100%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alltypesin_first_list_right_pc {
  float: right;
}

.alltypesin_first_list_right_pc .el-icon-arrow-right {
  font-size: 16px;
  color: #333;
}

.alltypesin_first_list_pc .alltypesin_first_list_item_pc>span>a:hover {
  font-size: 15px;
  color: #00469c;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}

.alltypesin_first_list_in_pc {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
  z-index: 999;
  width: calc(1200px - 160px);
  height: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}

.alltypesin_first_list_item_pc:hover .alltypesin_first_list_in_pc {
  display: block;
}

.alltypesin_first_list_in_pc .block_top_pc {
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
}

.alltypesin_first_list_in_title_pc {
  display: inline-block;
  margin-left: 15px;
  width: 120px;
  height: 60px;
  padding: 10px 10px 30px 10px;
  box-sizing: border-box;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  /* 添加标准属性 */
  box-orient: vertical;
  /* 添加标准属性 */
  color: #00469c;
}

.alltypesin_first_list_in_title_pc:hover {
  color: #000;
}

.alltypesin_first_list_sec_pc {
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  flex: 1;
  color: #333;
}

.alltypesin_first_list_sec_pc .list_sec_item_pc {
  display: inline-block;
}

.alltypesin_first_list_sec_pc .list_sec_item_pc .hov_pc {
  padding: 3px 5px;
  box-sizing: border-box;
}

.alltypesin_first_list_sec_pc .list_sec_item_pc:hover .hov_pc {
  background-color: #00469c;
  color: #fff;
  border-radius: 3px;
}

.alltypesin_list_pc {
  /* width: calc(100% - 160px); */
  height: 59px;
  padding: 0 10px 0 140px;
  font-size: 18px;
  font-family: Calibri;
  color: #000;
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}

.alltypesin_list_pc>li {
  padding: 0 16px;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: Calibri;
  /* font-weight: 600; */
  color: #00469C;
}

.alltypesin_list_pc>li:hover {
  color: #00469c;
}

.alltypesin_list_pc .active_pc {
  color: #00469c;
}

/* H5 */
.menuH5_btnList_h5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.menuH5List_btn_h5 {
  width: 25%;
  text-align: center;
  margin: 26px 0;
  cursor: pointer;
}

.menuH5List_btn_h5>img {
  height: 40px;
  width: auto;
}

.menuH5Title_h5 {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  height: 18px;
  line-height: 18px;
}

/* ------------------ */
/* end */

/* 轮播组件 */
/* GbSliderNewComp--CSS */
/* PC */
.slideshowFloor_PC {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 10px;
}

.slideshowFloor_PC .slideshowFloor_PC_container {
  height: 600px;
  color: #333;
  position: relative;
}

.slideshowFloor_PC_aside {
  width: 260px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 10px 10px;
}

.slideshowFloor_PC_aside_Up {
  width: 245px;
  height: 385px;
  position: relative;
}

/* 左侧分类样式strat */
.gbIndex_swiper_left {
  height: 100%;
  background: #ffffff;
  /* box-shadow: 0px 0px 12px 0px rgba(216, 216, 216, 0.5); */
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  transition: all 0.5s;
}

/* 整个滚动条的样式 */
.gbIndex_swiper_left::-webkit-scrollbar,
.gbIndex_left_tree_center::-webkit-scrollbar {
  width: 4px;
  height: 16px;
  border: 2px solid #fff;
  background-color: #fff;
}

/* 滚动条的轨道两端按钮，允许通过点击微调小方块的位置 */
.gbIndex_swiper_left::-webkit-scrollbar-button,
.gbIndex_left_tree_center::-webkit-scrollbar-button {
  display: none;
}

/* 滚动条的轨道样式 */
.gbIndex_swiper_left::-webkit-scrollbar-track,
.gbIndex_left_tree_center::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

/* 内层轨道样式 */
.gbIndex_swiper_left::-webkit-scrollbar-track-piece,
.gbIndex_left_tree_center::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

/* 滚动条里面的小方块，能上下移动 */
.gbIndex_swiper_left::-webkit-scrollbar-thumb,
.gbIndex_left_tree_center::-webkit-scrollbar-thumb {
  border-radius: 6px;
  box-shadow: inset 0 0 1px 0 #ddd;
  border: 3px solid #ddd;
  background-color: #ddd;
}

/* 滚动条滑块hover时样式 */
.gbIndex_swiper_left::-webkit-scrollbar-thumb:vertical:hover,
.gbIndex_swiper_left::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #c0c0c0;
}

.gbIndex_left_cate {
  /* height: 66px; */
  height: 40px;
  margin: auto;
  position: relative;
}

.gbIndex_left_cate.active {
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13); */
}

/* .gbIndex_left_cate::after {
  content: '';
  width: 200px;
  height: 1px;
  background: rgba(216, 216, 216, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
} */

.gbindeex_left_title_k {
  width: 100%;
  height: 42px;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.gbindeex_left_title_k.active {
  background: #fff;
}

.gbindeex_left_title_k.active .gbIndex_left_title {
  /* line-height: 42px !important; */
  color: #00469c;
  position: relative;
}

.gbindeex_left_title_k.active .gbIndex_left_title a {
  color: #00469c;
}

.gbindeex_left_title_k.active .gbIndex_left_title::after {
  content: '\203a';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -2px;
}

.gbIndex_left_title {
  /* height: 42px; */
  width: 195px;
  margin: auto;
  font-size: 18px;
  font-family: Calibri;
  font-weight: 500;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gbIndex_left_title a {
  color: #333333;
}

.gbIndex_left_cate_center {
  width: 100%;
  height: 24px;
  margin: auto;
  position: relative;
  padding: 4px 20px 0px 20px;
}

.gbIndex_left_cate_center.active {
  background: #fff;
  z-index: 999;
}

.gbIndex_left_dec {
  height: 12px;
  width: 100%;
  font-size: 12px;
  font-family: Calibri;
  font-weight: 400;
  color: #666666;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}

.gbIndex_left_dec a {
  margin-left: 12px;
  color: #666666;
}

.gbIndex_left_dec a:hover {
  color: #00469c;
}

.gbIndex_left_dec a:first-child {
  margin-left: 0px;
}

.gbIndex_swiper_grad {
  position: absolute;
  width: 95%;
  height: 66px;
  bottom: 0;
  z-index: 1111;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 40%,
      rgba(255, 255, 255, 1) 100%);
  background-image: -o-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 40%,
      rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 40%,
      rgba(255, 255, 255, 1) 100%);
  background-image: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 40%,
      rgba(255, 255, 255, 1) 100%);
  background-image: -ms-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 40%,
      rgba(255, 255, 255, 1) 100%);
}

.gbIndex_swiper_grad img {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-bottom: 8px;
  margin-left: 12px;
}

.gbIndex_left_tree {
  width: 945px;
  height: 590px;
  background: rgba(255, 255, 255, 0.94);
  position: absolute;
  z-index: 999;
  left: 245px;
  top: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}

.gbIndex_left_tree_center {
  padding: 0 20px;
  height: 100%;
  overflow-y: auto;
}

.left_tree_main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.left_tree_main:last-child {
  margin-bottom: 30px;
}

.left_tree_main_left {
  width: 130px;
  color: #00469c;
  font-size: 16px;
}

.left_tree_main_left a {
  color: #00469c;
  font-size: 14px;
  font-family: Calibri;
  padding: 3px 0;
}

.left_tree_main_left a:hover {
  color: #333;
}

.left_tree_main_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.left_tree_main_right a {
  font-size: 14px;
  font-family: Calibri;
  margin-bottom: 5px;
}

.left_tree_main_right span {
  color: #333;
  font-size: 16px;
  font-family: Calibri;
  margin: 0 20px;
  position: relative;
  padding: 3px 5px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.left_tree_main_right span:hover {
  background: #00469c;
  color: #fff;
}

.left_tree_main_right span::after {
  content: '';
  width: 1px;
  height: 12px;
  background: #333;
  position: absolute;
  right: -20px;
  top: 9px;
}

.left_tree_main_right a:last-child span::after {
  content: '';
  width: 0px;
  height: 0px;
  background: #333;
  position: absolute;
  right: -20px;
}

/* 左侧分类样式end */

.slideshowFloor_PC_aside_Down {
  height: 200px;
  padding-left: 10px;
}

.slideshowFloor_PC_aside_Down .el-select .el-input__inner {
  &::placeholder {
    font-family: Calibri;
    font-weight: 400;
    font-size: 13px;
    color: #666;
  }
}

.slideshowFloor_PC_aside_Down>h4 {
  font-family: Calibri;
  font-weight: 500;
  font-size: 18px;
  color: #00469C;
}

.slideshowFloor_PC_aside_Down .el-button {
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc !important;
}

.slideshowFloor_PC_aside_Down .el-button:hover {
  color: #00469c !important;
  border-color: #00469c !important;
}

.slideshowFloor_PC .slideshowFloor_PC_inMain {
  color: #333;
  padding: 20px 10px 10px;
}

.slideshowFloor_PC_inMain .slideshowFloor_PC_inMain_right {
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slideshowFloor_PC_inMain_left .el-carousel {
  overflow-y: clip !important;
}

.slideshowFloor_PC_inMain_right_User {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.slideshowFloor_PC_inMain_right_User>div {
  font-family: Calibri;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: -10px;
}

.slideshowFloor_PC_inMain_right_User .el-avatar {
  width: 40px !important;
  height: 40px !important;
}

.slideshowFloor_PC_inMain_right_User>p {
  width: 80%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #00469c;
  color: #fff;
  padding: 8px 0;
  border-radius: 5px;
}

.slideshowFloor_PC_inMain_right_User>.el-button {
  background-color: #00469c;
  color: #fff;
}

.slideshowFloor_PC_inMain_right_box {
  position: relative;
  height: 110px;
  box-sizing: border-box;
  margin-top: 5px;
  border-radius: 4px;
  padding: 15px;
}

.slideshowFloor_PC_inMain_right .color_box1 {
  /* background: linear-gradient(to right, #fdf7ee, #fef3e2); */
  /* background: url('../../img/comp_Image/slideshowFloor_bg2.png') no-repeat; */
  background: url('../../img/zh/视频.jpg') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.slideshowFloor_PC_inMain_right .color_box2 {
  /* background: linear-gradient(to right, #fff4f2, #ffe7e8); */
  background: url('../../img/comp_Image/slideshowFloor_bg1.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.slideshowFloor_PC_inMain_right .color_box1:hover,
.slideshowFloor_PC_inMain_right .color_box2:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
  transition: all 0.5s ease;
}

.slideshowFloor_PC_inMain_right_box>h4 {
  line-height: 25px;
  font-family: Calibri;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.slideshowFloor_PC_inMain_right_box>p {
  width: 140px;
  font-family: Calibri;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.slideshowFloor_PC_inMain_right_box>i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 30px;
}

.slideshowFloor_PC_inMain_right .color_box1>i {
  color: #ff9a0c;
}

.slideshowFloor_PC_inMain_right .color_box2>i {
  color: #ff513a;
}

.slideshowFloor_PC .slideshowFloor_PC_infooter {
  height: 210px !important;
  padding: 0px 20px;
  color: #333;
}

.slideshowFloor_PC_infooter .el-col h4 {
  line-height: 36px;
  color: #00469c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Calibri;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}

.slideshowFloor_PC_infooter .el-col p {
  font-size: 14px;
  margin-bottom: 10px;
}

.slideshowFloor_PC_infooter .slideshowFloor_PC_infooterImgBox {
  width: 220px;
  height: 135px;
  /* padding: 3px; */
  border-radius: 4px;
  cursor: pointer;
}

.slideshowFloor_PC_infooter .slideshowFloor_PC_infooterImgBox:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  transition: all 0.5s ease;
}

/* H5 */
.slideshowFloor_H5 .el-carousel__item--card {
  width: 8.5rem;
  margin-left: -15%;
}

.slideshowFloor_H5_botttom {
  background: #f5f5f5;
  padding: 10px 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slideshowFloor_H5_botttom>div {
  width: 49%;
  height: 220px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slideshowFloor_H5_botttom>div>p {
  position: absolute;
  top: 2px;
  left: 10px;
  font-family: Calibri;
  font-weight: 400;
  font-size: 24px;
}

.slideshowFloor_H5_botttom_imgBox {
  width: 70%;
  height: 68%;
}

/* ------------------ */
/* end */

/* 白色底楼层组件 */
/* Floor1Comp--CSS */
.wrap_bg {
  background-color: #f5f5f5;
}

.goodsFloorSecond {
  width: 1200px;
  margin: 0 auto;
  padding-top: 5px;
}

.goodsFloorSecond_title {
  font-size: 20px;
  font-weight: bold;
  color: #2d373c;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.goodsFloorSecond_title_tip {
  padding-left: 5px;
  margin-right: 10px;
}

.goodsFloorSecond_title_tip>i {
  width: 5px;
  height: 20px;
  background-color: #00469c;
  vertical-align: middle;
  transform: rotate(40deg);
}

.goodsFloorSecond_title_tip i:last-child {
  background-color: #e1be00;
}

.goodsFloorSecond_title_more {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  line-height: 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.goodsFloorSecond_title_more_icon {
  font-size: 12px;
}

.goodsFloorSecond_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.goodsFloorSecond_main_card {
  width: 100%;
  height: 360px;
  margin-bottom: 10px;
}

.goodsFloorSecond_main_card_left {
  height: 100%;
  cursor: pointer;
}

.goodsFloorSecond_main_card_left:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
  transition: all 0.5s ease;
}

.goodsFloorSecond_main_card_left .card_left_title {
  position: absolute;
  top: 50px;
  left: 20px;
  font-family: Calibri;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
}

.goodsFloorSecond_main_card_left .card_left_img {
  /* width: 90%;
  height: 120px; */
  margin: 0 auto;
  /* margin-top: 200px; */
}

.goodsFloorSecond_main_card_center {
  height: 100%;
  background-color: #fff;
  padding: 5px;
  border-right: 1px solid #f5f5f5;
  overflow-y: auto;
}

/* 整个滚动条的样式 */
.goodsFloorSecond_main_card_center::-webkit-scrollbar {
  width: 6px;
  height: 16px;
  border: 1px solid #fff;
  background-color: #fff;
}

/* 滚动条的轨道两端按钮，允许通过点击微调小方块的位置 */
.goodsFloorSecond_main_card_center::-webkit-scrollbar-button {
  display: none;
}

/* 滚动条的轨道样式 */
.goodsFloorSecond_main_card_center::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

/* 内层轨道样式 */
.goodsFloorSecond_main_card_center::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

/* 滚动条里面的小方块，能上下移动 */
.goodsFloorSecond_main_card_center::-webkit-scrollbar-thumb {
  border-radius: 6px;
  box-shadow: inset 0 0 1px 0 #ddd;
  border: 3px solid #ddd;
  background-color: #ddd;
  cursor: pointer;
}

/* 滚动条滑块hover时样式 */
.goodsFloorSecond_main_card_center::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #000;
}

.goodsFloorSecond_main_card_center_tabs .card_center_tabs_list {
  display: flex;
  flex-direction: column;
}

.goodsFloorSecond_main_card_center_tabs .card_center_tabs_list .tabs_item {
  padding: 18px 10px;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  font-family: Calibri;
}

.card_center_tabs_list .tabs_item:hover {
  background-color: #e2efff;
  color: #00469c;
}

.card_center_tabs_list .tabs_item.active {
  /* border: 1px solid #00469c; */
  background-color: #e2efff;
  color: #00469c;
}

.goodsFloorSecond_main_card_right {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.goodsFloorSecond_main_card_right .card_right_item {
  position: relative;
  width: 50%;
  height: 180px;
  box-sizing: border-box;
  border-radius: 4px;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px;
}

.goodsFloorSecond_main_card_right .card_right_item::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 12px;
  top: 36px;
  left: 25px;
  background:url('../../img/zh/logo.jpg');
  background-size: 100% 100%;
}

.goodsFloorSecond_main_card_right .card_right_item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
  transition: all 0.5s ease;
}

.goodsFloorSecond_main_card_right .card_right_item .card_right_item_img {
  height: 150px;
  padding: 20px;
}

.goodsFloorSecond_main_card_right .card_right_item .card_right_item_des {
  height: 130px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.goodsFloorSecond_main_card_right .card_right_item .card_right_item_des .title_pc {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 最多显示四行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #000000;
  font-family: Calibri;
  word-break: break-all;
}

.goodsFloorSecond_main_card_right .card_right_item .card_right_item_des .price_pc {
  font-size: 12px;
  font-weight: 500;
  color: #ff0000;
  line-height: 30px;
  font-family: Calibri;
}

.goodsFloorSecond_main_card_right .card_right_item .card_right_item_des .Unprice_pc {
  font-size: 12px;
  font-weight: 500;
  color: #f19359;
  line-height: 30px;
  font-family: Calibri;
}

/* H5 */
.goodsFloorSecond_h5 {
  padding: 0px 20px;
}

.goodsFloorSecond_head_h5 {
  background-color: #fff;
  padding: 0 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.goodsFloorSecond_tabs_h5 {
  height: 80px;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.goodsFloorSecond_tabs_h5 span {
  background-color: #fff;
  line-height: 40px;
  padding: 0px 26px;
  font-size: 20px;
  font-family: Calibri;
  font-weight: 500;
  margin-right: 15px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
}

.goodsFloorSecond_tabs_h5 .tabs_active_h5 {
  background: linear-gradient(-90deg, #1072E2, #23A2F1);
  color: #fff;
  border: none;
}

.goodsFloorSecond_content_h5 {
  overflow-x: auto;
  white-space: nowrap;
  /* 防止内容换行 */
  -webkit-overflow-scrolling: touch;
  /* 优化移动端滚动 */
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  transform: translateY(-1px);
}

.goodsFloorSecond_content_brandImg_h5{
  width: 145px;
  height: 280px;
  float: left;
}

.goodsFloorSecond_content_item_h5 {
  width: 240px;
  height: 280px;
  border-right: 1px solid #f5f5f5;
  display: inline-block;
}

.goodsFloorSecond_content_item_h5:last-child {
  margin-right: 0px !important;
}

.goodsFloorSecond_h5::-webkit-scrollbar {
  height: 8px;
  /* 滚动条高度 */
}

.goodsFloorSecond_h5::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滚动条轨道背景色 */
}

.goodsFloorSecond_h5::-webkit-scrollbar-thumb {
  background: #888;
  /* 滚动条滑块背景色 */
}

.goodsFloorSecond_h5::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滑块悬停背景色 */
}

.goodsFloorSecond_content_item_img_h5 {
  width: 200px;
  height: 140px;
  padding: 15px;
  margin: 0 auto;
}

.goodsFloorSecond_content_item_des_h5 {
  height: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.goodsFloorSecond_content_item_des_h5 .title_h5 {
  line-height: 40px;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Calibri;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.goodsFloorSecond_content_item_des_h5 .price_h5 {
  line-height: 30px;
  padding: 0 25px;
  font-family: Calibri;
  font-weight: 500;
  font-size: 18px;
  color: #ff0000;
}

.goodsFloorSecond_content_item_des_h5 .Unprice_h5 {
  line-height: 30px;
  padding: 0 25px;
  font-family: Calibri;
  font-weight: 400;
  font-size: 18px;
  color: #FE6843;
}

/* ------------------ */
/* end */

/* 灰色底楼层组件 */
/* Floor2Comp--CSS */
.wrap_bg {
  background-color: #f5f5f5;
}

.goodsFloorFirst {
  width: 1200px;
  margin: 0 auto;
  padding-top: 5px;
}

.goodsFloorFirst_title {
  font-size: 20px;
  font-weight: bold;
  color: #2d373c;
  height: 50px;
  line-height: 50px;
}

.goodsFloorFirst_title_tip {
  padding-left: 5px;
  margin-right: 10px;
}

.goodsFloorFirst_title_tip>i {
  width: 5px;
  height: 20px;
  background-color: #00469c;
  vertical-align: middle;
  transform: rotate(40deg);
}

.goodsFloorFirst_title_tip i:last-child {
  background-color: #e1be00;
}

.goodsFloorFirst_title_more {
  float: right;
  width: 100px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.goodsFloorFirst_title_more_icon {
  font-size: 12px;
}

.goodsFloorFirst_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.goodsFloorFirst_main_card {
  width: 49.6%;
  height: 560px;
  margin-bottom: 10px;
}

.goodsFloorFirst_main_card_left {
  height: 100%;
  /* background: linear-gradient(to bottom, #fce072, #ffc644); */
  border-right: 1px solid #f5f5f5;
  cursor: pointer;
}

.goodsFloorFirst_main_card_left:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  transition: all 0.5s ease;
}

.goodsFloorFirst_main_card_left .card_left_title {
  font-size: 26px;
  font-weight: 500;
  color: #010101;
  font-family: Calibri;
  position: absolute;
  top: 50px;
  left: 20px;
}

.goodsFloorFirst_main_card_left .card_left_img {
  /* width: 90%;
  height: 120px;
  margin: 0 auto;
  margin-top: 160px; */
}

.goodsFloorFirst_main_card_left .card_left_more {
  width: 90%;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 170px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  color: #000;
  font-family: Calibri;
  font-weight: 400;
  font-size: 14px;
}

.goodsFloorFirst_main_card_left .card_left_more:hover {
  border: 1px solid #00469c;
  color: #00469c;
  cursor: pointer;
}

.goodsFloorFirst_main_card_right {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.goodsFloorFirst_main_card_right .card_right_item {
  position: relative;
  width: 50%;
  height: 280px;
  box-sizing: border-box;
  border-radius: 4px;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.goodsFloorFirst_main_card_right .card_right_item::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 14px;
  top: 22px;
  left: 11px;
  background:url('../../img/zh/logo.jpg');
  background-size: 100% 100%;
}

.goodsFloorFirst_main_card_right .card_right_item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  transition: all 0.5s ease;
}

.goodsFloorFirst_main_card_right .card_right_item .card_right_item_img {
  height: 130px;
  padding: 20px 10px 10px;
}

.goodsFloorFirst_main_card_right .card_right_item .card_right_item_des {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.goodsFloorFirst_main_card_right .card_right_item .card_right_item_des .title_pc {
  width: 180px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  color: #000000;
  font-family: Calibri;
  word-break: break-all;
}

.goodsFloorFirst_main_card_right .card_right_item .card_right_item_des .price_pc {
  font-size: 12px;
  font-weight: 500;
  color: #ff0000;
  line-height: 30px;
  font-family: Calibri;
}

.goodsFloorFirst_main_card_right .card_right_item .card_right_item_des .Unprice_pc {
  font-size: 12px;
  font-weight: 500;
  color: #f19359;
  line-height: 30px;
  font-family: Calibri;
}

/* H5 */
.goodsFloorFirst_h5 {
  padding: 0 20px;
}

.goodsFloorFirst_tabs_h5 {
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
}

.goodsFloorFirst_tabs_h5 .el-tabs__nav-wrap::after {
  content: none;
}

.goodsFloorFirst_tabs_h5 .el-tabs__header {
  margin: 0 0 10px;
}

.goodsFloorFirst_tabs_h5 .el-tabs__item {
  font-family: Calibri;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  font-weight: 500;
}

.goodsFloorFirst_tabs_content_h5 {
  width: 100%;
  /* height: 800px; */
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.goodsFloorFirst_content_item_h5 {
  width: 49%;
  height: 360px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}

.goodsFloorFirst_content_item_img_h5 {
  height: 200px;
  padding: 20px 10px 10px;
  margin: 0 auto;
}

.goodsFloorFirst_content_item_des_h5 {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.goodsFloorFirst_content_item_des_h5 .title_h5 {
  font-size: 16px;
  line-height: 30px;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  font-family: Calibri;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.goodsFloorFirst_content_item_des_h5 .price_h5 {
  line-height: 30px;
  padding: 0 25px;
  font-family: Calibri;
  font-weight: 500;
  font-size: 18px;
  color: #ff0000;
}

.goodsFloorFirst_content_item_des_h5 .Unprice_h5 {
  line-height: 30px;
  padding: 0 25px;
  font-family: Calibri;
  font-weight: 400;
  font-size: 18px;
  color: #FE6843;
}

/* ------------------ */
/* end */

/* 为您推荐组件 */
/* MroRecommendProductComp--CSS */
.wrap_bg {
  background-color: #f5f5f5;
}

.goodsFloorThird {
  width: 1200px;
  margin: 0 auto;
  padding-top: 5px;
}

.goodsFloorThird_main {
  background-color: #fff;
}

.goodsFloorThird_title {
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #2d373c;
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #fff;
}

.goodsFloorThird_title_tip {
  padding-left: 5px;
  margin-right: 10px;
}

.goodsFloorThird_title_tip>i {
  width: 5px;
  height: 20px;
  background-color: #00469c;
  vertical-align: middle;
  transform: rotate(40deg);
}

.goodsFloorThird_title_tip i:last-child {
  background-color: #e1be00;
}

.goodsFloorThird_title_more {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  line-height: 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.goodsFloorThird_title_more_icon {
  font-size: 12px;
}

.goodsFloorThird_main_card {
  width: 100%;
  height: 330px;
  background-color: #fff;
}

.goodsFloorThird_main_card_right {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.goodsFloorThird_main_card_right .card_right_item {
  position: relative;
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px;
}

.goodsFloorThird_main_card_right .card_right_item::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 16px;
  top: 28px;
  left: 26px;
  background:url('../../img/zh/logo.jpg');
  background-size: 100% 100%;
}

.goodsFloorThird_main_card_right .card_right_item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  transition: all 0.5s ease;
}

.goodsFloorThird_main_card_right .card_right_item .card_right_item_img {
  height: 160px;
  padding: 20px;
}

.goodsFloorThird_main_card_right .card_right_item .card_right_item_des {
  height: 130px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.goodsFloorThird_main_card_right .card_right_item .card_right_item_des .title_pc {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最多显示四行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #000000;
  font-family: Calibri;
  word-break: break-all;
}

.goodsFloorThird_main_card_right .card_right_item .card_right_item_des .price_pc {
  font-size: 12px;
  font-weight: 500;
  color: #ff0000;
  line-height: 30px;
  font-family: Calibri;
}

.goodsFloorThird_main_card_right .card_right_item .card_right_item_des .Unprice_pc {
  font-size: 12px;
  font-weight: 500;
  color: #f19359;
  line-height: 30px;
  font-family: Calibri;
}

/* h5 */
.goodsFloorThird_h5 {
  padding: 10px 0px 0px 20px;
}


.goodsFloorThird_title_h5 {
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #2d373c;
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #fff;
}

.goodsFloorThird_title_tip_h5 {
  padding-left: 5px;
  margin-right: 10px;
}

.goodsFloorThird_title_tip_h5 > i {
  width: 5px;
  height: 20px;
  background-color: #00469c;
  vertical-align: middle;
  transform: rotate(40deg);
}
.goodsFloorThird_title_tip_h5 i:last-child {
  background-color: #e1be00;
}

.goodsFloorThird_title_more_h5 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  line-height: 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.goodsFloorThird_title_more_icon_h5 {
  font-size: 14px;
}


.goodsFloorThird_content_h5 {
  overflow-x: auto;
  white-space: nowrap;
  /* 防止内容换行 */
  -webkit-overflow-scrolling: touch;
  /* 优化移动端滚动 */
}

.goodsFloorThird_content_item_h5 {
  width: 240px;
  height: 300px;
  margin-right: 10px;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
}

.goodsFloorThird_content_item_h5:last-child {
  margin-right: 0px !important;
}

.goodsFloorThird_h5::-webkit-scrollbar {
  height: 8px;
  /* 滚动条高度 */
}

.goodsFloorThird_h5::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滚动条轨道背景色 */
}

.goodsFloorThird_h5::-webkit-scrollbar-thumb {
  background: #888;
  /* 滚动条滑块背景色 */
}

.goodsFloorThird_h5::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滑块悬停背景色 */
}

.goodsFloorThird_content_item_img_h5 {
  width: 200px;
  height: 150px;
  padding: 30px 10px 0px;
  margin: 0 auto;
}

.goodsFloorThird_content_item_des_h5 {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.goodsFloorThird_content_item_des_h5 .title_h5 {
  line-height: 40px;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Calibri;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.goodsFloorThird_content_item_des_h5 .price_h5 {
  line-height: 30px;
  padding: 0 25px;
  font-family: Calibri;
  font-weight: 500;
  font-size: 18px;
  color: #ff0000;
}

.goodsFloorThird_content_item_des_h5 .Unprice_h5 {
  line-height: 30px;
  padding: 0 25px;
  font-family: Calibri;
  font-weight: 400;
  font-size: 18px;
  color: #FE6843;
}

/* ------------------ */
/* end */

/* 底部信息组件 */
/* BottomHelpComp--CSS */
.zh_bottomofinformation {
  background-color: #fff;
  clear: both;
  overflow: hidden;
  color: #333;
}

.zh_bottomofinformation .wapper {
  padding: 32px 0 22px 0;
  min-height: 240px;
}

.zh_bottomofinformation_bottom_left {
  flex: 1;
  min-height: 240px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zh_bottomofinformation_bottom_left_item {
  width: 22%;
  min-height: 240px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.zh_bottomofinformation_bottom_left_item:nth-child(1) {
  margin-left: auto;
}

.zh_bottomofinformation_bottom_left_item>p {
  font-size: 16px;
  font-family: Calibri;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
}

.zh_bottomofinformation_bottom_left_item > div {
  font-size: 14px;
  font-family: Calibri;
  line-height: 28px;
  color: #666666;
  text-align: left;
}

.zh_bottomofinformation_text {
  clear: both;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
  border-top: 0.5px solid #333;
}

/* h5 */
.zh_bottomofinformation_h5 {
  width: 100%;
  height: 10px;
  background-color: #f5f5f5;
}

.h5tabBar_h5 {
  width: 100%;
  height: 110px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.h5tabBarLine_h5 {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.h5tabBarLineBtn_h5 {
  width: 24%;
  height: 100%;
  text-align: center;
}

.h5tabBarLineBtn_img_h5 {
  margin: auto;
  height: 40px;
  padding-top: 12px;
}

.h5tabBarLineBtn_img_h5 img {
  height: 100%;
}

.h5tabBarLineFont_h5 {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-top: 5px;
  font-family: Calibri;
  font-weight: 500;
}

.h5tabBarLineFont_h5.active_h5 {
  color: #00469c;
}

/* ------------------ */
/* end */

/* 标题组件 */
/* MoreAdComp--CSS */
.z-moreAd {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.z-moreAdbannerbox {
  max-width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-moreAdbannerbox>a>img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  vertical-align: middle;
  height: auto;
}
.z-moreAd-h5{
  padding: 0 20px;
  background-color: #f5f5f5;
}

.z-moreAdbannerbox-h5{
  display: flex;
  justify-content: space-around;
}
.z-moreAdbannerbox-h5 > a {
  width: 45vw;
  height: 55px;
  overflow: hidden;
}

.z-moreAdbannerbox-h5 > a:nth-child(1) > img {
  width: 620px;
  height: 100%;
}
.z-moreAdbannerbox-h5 > a:nth-child(2) {
  text-align: right;
  overflow: hidden;
}
.z-moreAdbannerbox-h5 > a:nth-child(2) > img {
  width: 600px;
  height: 100%;
  margin-left: -600px;
}
/* ------------------ */
/* end */

/* 楼层添加logo */
.card_right_itemH5{
  position: relative;
}
.card_right_itemH5::after{
   content: '';
  position: absolute;
  width: 46px;
  height: 14px;
  top: 20px;
  left: 10px;
  background:url('../../static/images/logo.jpg');
  background-size: 100% 100%;
}
/* ----------- */
.avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  width: 190px;
  height: 70px;
}

.avatar_img {
  max-width: 100%;
  max-height: 100%;
  height: 60%;
}
/* end----------------- */
