﻿@charset "utf-8";
/* #region CSS Public#  */

* {
  margin: 0;
  padding: 0;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

textarea,
input {
  vertical-align: middle;
  font-size: 14px;
  outline: none
}

.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.u-line-2 {
  -webkit-line-clamp: 2
}

.u-line-3 {
  -webkit-line-clamp: 3
}

.u-line-4 {
  -webkit-line-clamp: 4
}

.u-line-5 {
  -webkit-line-clamp: 5
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

/* body */
body {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: ' Arial, Helvetica,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif';
  -webkit-text-size-adjust: none;
  background: #FFF;
  margin: 0 auto;
}

i,
em {
  font-style: normal;
}

/* a */
a {
  color: #757575;
  font-size: 14px;
  text-decoration: none;
}

a:hover {
  color: #2f9ddc;
}


/* li */
ul,
li {
  list-style-type: none;
}

/* img */
body img {
  border: 0 none;
  vertical-align: middle;

}

body {
  max-width: 640px;
  margin: 0 auto;
}

/*#endregion#*/

/*#region banner#*/
.PicScroll {
  width: 100%;
  position: relative;
  padding-top: 50px;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.PicScroll .swiper-slide img {
  width: 100%;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 2px;
  width: 100%;
  text-align: center;
}

.PicScroll .swiper-pagination-bullets {
  bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  right: 0;
  margin: auto;
  /**/
}

.PicScroll .swiper-pagination-bullet {
  background: none;
  width: 12px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  margin: 0 5px;
  opacity: 1;
}

.PicScroll .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #bcbebe;
  margin: auto;
}

.PicScroll .swiper-pagination-bullet-active::after {
  background: rgba(1, 114, 182, 0.5);
}

/*#endregion#*/

/*#region 产品#*/
.myProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 25px;
}

.myProduct .li {
  /* Center slide text vertically */
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
}

.myProduct .li .boxText {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  border-radius: 6px;
}

.myProduct .li .pic {
  /* border-radius: 4px; */
  height: 100%;
  background: #f4f4f4;
  overflow: hidden;

}

.myProduct .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.myProduct .li .titleBox {
  color: #898989;
  font-size: 12px;
  padding: 10px;
  position: relative;
  line-height: 20px;
}

.myProduct .li::after {
  position: absolute;
  content: '';
  top: -5px;
  left: 6px;
  height: 70px;
  width: 70px;
}

.myProduct .li.new::after {
  background: url(../images/jb.png);
  background-size: 100%;
}

.myProduct .li.kfz::after {
  background: url(../images/kfz.png);
  background-size: 100%;
}

.myProduct .li.dkf::after {
  background: url(../images/dkf.png);
  background-size: 100%;
}

.promore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0;
}

.promore a {
  display: block;
  width: 160px;
  padding: 10px 0;
  color: #fff;
  background: #0071b6;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
}

/*#endregion#*/

/*#region QUALITY CONTROL PROCESS#*/
.QUALITYWrap {
  background: #f7f7f7;
  padding: 30px 0;
}

.QUALITYWrap .QUALITYBt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 10px 0 20px;
}

.QUALITYWrap .li {
  width: 280px;
  padding: 15px;
}

.QUALITYWrap .li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0 0 8px #d0d0d0;
  background: #FFF;
}

.QUALITYWrap .li .text {
  padding: 15px 10px;
  box-sizing: border-box;
  line-height: 24px;
}

.QUALITYWrap .li .text .title {
  font-size: 14px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 10px;
}

.QUALITYWrap .li .text .con {
  font-size: 12px;
  color: rgba(49, 49, 49, 0.6);
  min-height: 70px;
}

.QUALITYWrap .li .imga {
  width: 100%;
  height: 190px;
}

.QUALITYWrap .li .imga img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*#endregion#*/

/*#region 关于和视频#*/
.inAboutWrap {
  background: url(../images/aboutbj.jpg) center center no-repeat;
  background-size: cover;
  padding: 30px 10px;
  color: #FFF;
  line-height: 26px;
  font-size: 14px;
}

.inAboutWrap .logo02 {
  width: 70%;
  margin: 0 auto 15px;
}

.inAboutWrap .logo02 img {
  width: 100%;
}

.inAboutWrap strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.aboutmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0 10px;
}

.aboutmore a {
  display: block;
  width: 160px;
  padding: 10px 0;
  color: #0071b6;
  background: #FFF;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
}

.inVideoWrap {
  padding: 0 10px;
  color: #999999;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}

.inVideoWrap .videoImg {
  margin: 0 15px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
}

.inVideoWrap .videoImg img {
  width: 100%;
}

.inVideoWrap .Text {
  padding: 20px 0 30px;
}

.inVideoWrap .videoBt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 30px 0;
}

.inVideoWrap strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #000;
}

/*#endregion#*/

/*#region History#*/

.inHistoryWrap {
  padding: 0 0 20px;
  color: #999999;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  background: #f7f7f7;
}

.inHistoryWrap .mySwiper {
  background: url(../images/hisd.jpg) center top 30px no-repeat;
  background-size: 100%;
}

.inHistoryWrap .HistoryBt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 30px 0;
}


.inHistoryWrap .mySwiper .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.history_list {
  display: flex;
  width: calc(110px * 14);
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 15px;
}

.history_list .list {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.history_list .text {
  position: absolute;
  left: 0;
  width: 180px;
  height: 100px;
  line-height: 16px;
  text-align: left;
  font-size: 11px;
  color: #323232;
  padding-left: 30px;
}

.history_list .shang {
  top: 0;
}

.history_list .xia {
  bottom: 0;
  left: 20px;
  display: flex;
  align-items: flex-end;
}

.history_list .list .tit {
  width: 110px;
  height: 31px;
  background: url(../images/linx.png) center center no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
}

.history_list .text::after {
  content: '';
  position: absolute;
  left: 15px;
  width: 1px;
  height: 100%;
  top: 0;
  background: #0071b6;
  z-index: 1;
}

.history_list .text::before {
  content: '';
  position: absolute;
  left: 9px;
  width: 10px;
  height: 10px;
  top: 0;
  border-radius: 50px;
  border: 1px solid #0071b6;
  background: #f7f7f7;
  z-index: 5;
}

.history_list .text.xia::before {
  bottom: 0;
  top: auto;
}

/*#endregion#*/

/*#region 新闻#*/
.newWrap {}

.newWrap .newBt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 30px 0;
}

.new_ul_top {
  padding: 0 10px;
}

.new_ul_top li {
  -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
  margin-bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.new_ul_top li a {
  color: #9f9f9f;
  font-size: 15px;
  background: url(../images/jia.png) right bottom no-repeat;
  background-size: 32px;
  display: flex;
  justify-content: flex-start;
}

.new_ul_top li a .new_pic {
  width: calc(100vw / 2.5);
  height: 120px;
}

.new_ul_top li a .new_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new_ul_top li a .new_title {
  padding: 10px;
  flex: 1;
  line-height: 18px;
}

.new_ul_top li a .title {
  color: #111111;
  margin-bottom: 8px;
  height: 20px;
  overflow: hidden;
}

.new_ul_top li a .date {
  color: #9f9f9f;
  font-size: 12px;
  margin-top: 8px;
}

.new_ul_foot {
  padding: 10px;
}

.new_ul_foot li {
  -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden;
}

.new_ul_foot li a {
  color: #9f9f9f;
  font-size: 15px;
  background: url(../images/jia.png) right bottom no-repeat;
  background-size: 32px;
  padding: 15px;
  display: block;
}

.new_ul_foot li a .title {
  color: #111111;
  margin-bottom: 5px;
}

.new_ul_foot li a .date {
  color: #9f9f9f;
  font-size: 12px;
  margin-top: 5px;
}

/*#endregion#*/

/*#region 联系方式#*/
.inCantactWrap {
  background: url(../images/cantact.jpg) center top no-repeat #f9f9f9;
  background-size: 100%;
  padding: 0 10px 30px;
  color: #767676;
}

.inCantactWrap .canTit {
  text-align: center;
  font-size: 20px;
  color: #FFF;
  padding: 25px 0 20px;
  font-weight: bold;
}

.inCantactWrap .canContent {
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 5px rgba(128, 128, 128, 0.4);
  padding: 20px 0px 10px 10px;
  display: flex;
  flex-wrap: wrap;
}

.inCantactWrap .canContent p {
  width: 50%;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.inCantactWrap .canContent p.add {
  white-space: inherit;
  width: 100%;
}

.inCantactWrap .canContent p strong {
  color: #51515e;
}

/*#endregion#*/

/*#region 内页#*/
.nybanner {
  padding-top: 50px;
}

.nybanner img {
  width: 100%;
}

.aboutContent {}

.aboutTitle {
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subNyLeft {
  display: flex;
  justify-content: center;
  padding: 20px 10px 0;
}

.subNyLeft li {
  flex: 1;
  margin: 0 5px;
}

.subNyLeft li a {
  border: 1px solid #ccc;
  display: block;
  padding: 5px 0px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}

.about li:nth-child(1) a,
.Promotional li:nth-child(2) a,
.Honorlist li:nth-child(3) a,
.factory li:nth-child(4) a {
  border: 1px solid #017dc5;
  background: #017dc5;
  color: #FFF;
}


.aboutText {
  padding: 15px;
  font-size: 16px;
}

.aboutText img {
  max-width: 100%;
}

.caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 20px 8px 0;
}

.caseList li {
  width: 50%;
  margin-bottom: 20px;
}

.caseList li .box {
  border: 1px solid #e7e7e7;
  margin: 0 8px;
  transition: all 0.3s;
}

.caseList li .pic {
  display: block;
  overflow: hidden;
}


.caseList li a>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.caseList li a.txt {
  font-size: 15px;
  display: block;
  height: 24px;
  overflow: hidden;
  margin: 10px 0;
  text-align: center;
  line-height: 24px;
}

.RD_list {
  padding: 20px 0;
  font-size: 16px;
  line-height: 32px;
}

.RD_list li {
  padding: 5px 15px;
  font-size: 16px;
  color: #4c4c4c;
}

.RD_list li img {
  max-width: 100%;
}



.QuaTab {
  padding: 20px 0;
  font-size: 16px;
  line-height: 32px;
}

.QuaTab_nr {
  padding: 5px 15px;
}

.QuaTab .QuaTab_nr .text {
  font-size: 15px;
  line-height: 26px;
  color: #b2b2b2;
}

.QuaTab .QuaTab_nr .text strong {
  display: block;
  font-size: 18px;
  color: #007dc5;
  text-transform: uppercase;
}

.QuaTab_nr img {
  margin-bottom: 10px;
  max-width: 100%;
}

/*#endregion#*/

/*#region 内页新闻#*/
.ny-right-news {
  margin: 0 auto 15px;
  padding: 30px 15px 0;
}

.ny-right-news li {
  position: relative;

}

.ny-right-news li a {
  color: #000;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: block;

}


.ny-right-news li a strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.ny-right-news li a .data {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-bottom: 5px;
}


.newsShow {
  width: auto;
  padding: 15px;
  margin: 0 auto;
  overflow: hidden;
}

.newsShow .title {
  font-size: 20px;
  color: #4c4c4c;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin: 20px 0 20px;
}

.newsShow .data {
  font-size: 14px;
  color: #808080;
  text-align: center;
  line-height: 36px;
  height: 36px;
  background: #f5f5f5;
  margin: 20px 0;
}

.newsShow .newsShow_nr {
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

/*#endregion#*/

/*#region 产品列表#*/

.LeftBox {
  padding: 10px 10px 0;
}

.LeftTitle {
  background: #f5f5f5;
  padding: 10px 15px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.Left_ul {
  display: none;
}

.LeftList {
  display: flex;
  flex-wrap: wrap;
}

.LeftList li {
  width: 100%;
}

.LeftList li a {
  padding: 10px 0;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #f5f5f5;
}

.LeftList li.cur a {
  color: #0071b6;
  font-weight: bold;
}

.proSearch {
  padding: 15px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  margin: 10px 10px;
  border-top: 1px solid #007dc5;
}

.proSearch .list {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 13px;
  color: #333;
  position: relative;
}

.proSearch .list span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.proSearch select {
  height: 30px;
  border: 1px solid #ccc;
  color: #333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-left: 10px;
  font-size: 12px;
  outline: none;
}

.proSearch select option {
  font-size: 12px !important;
}

.proSearch input {
  height: 30px;
  border: 1px solid #ccc;
  color: #333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-left: 10px;
  font-size: 12px
}

.proSearch .list .Radio {
  background: url(../images/icon14.jpg) right center no-repeat;
  padding-right: 25px;
  display: inline-block;
  cursor: pointer;
  margin-right: 12px;

}

.proSearch .list .Radio.cur {
  background: url(../images/icon15.jpg) right center no-repeat;
}


.proSearch .list .button {
  cursor: pointer;
  width: 90px;
  padding: 0;
  height: 32px;
  color: #333;
  background: #FFF
}

.proSearch .tips {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #4c4c4c;
}

.proSearch .tips a {
  margin-left: 20px;
  color: #333;
  font-size: 16px;
  background: url(../images/txt.jpg) right center no-repeat;
  display: inline-block;
  padding-right: 30px;
}

.proSearch .tips i {
  color: #0071b6
}


/*#endregion#*/

/*#region 产品详情#*/
.productPhoto {
  margin: 60px 10px 10px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0;
  width: auto;
}

.productPhoto::after {
  position: absolute;
  content: '';
  top: -6px;
  left: -5px;
  height: 70px;
  width: 70px;
  /*background: url(../images/jb.png);*/
  background-size: 100%;
  z-index: 100;
}

.productShow {
  padding: 0 10px;
  color: #808080;
}

.productShow .proTitle {
  line-height: 24px;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}

.productShow .parameter {
  margin: 10px auto 20px;
}

.productShow .parameter li {
  margin-bottom: 6px;
  position: relative;
}


.productShow .stock {
  position: relative;
  margin-bottom: 10px;
  line-height: 35px;
  padding-left: 70px
}

.productShow .stock span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.productShow .stock .spec {
  width: auto;
}

.productShow .stock .spec p {
  display: inline-block;
  padding: 0 10px;
  height: 34px;
  margin-bottom: 10px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  color: #808080;
  cursor: pointer;
  margin-right: 10px;
}

.productShow .stock .spec p:hover,
.productShow .stock .spec p.cur {
  background: #007dc5;
  color: #FFF
}

.productShow .stock input {
  width: 80px;
  height: 35px;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  font-size: 16px;
  color: #808080;
  margin-right: 10px
}

.productShow .buybtn {
  margin: 20px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #007dc5;
}

.productShow .buybtn a {
  display: block;
  width: 50%;
  padding: 10px 0;
  text-align: center;
  color: #007dc5;
  font-size: 16px;
}

.productShow .buybtn a.add {
  color: #FFF;
  background: #007dc5
}


.ParameterNav {
  margin: 30px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.ParameterNav li {
  width: 25%;
  position: relative;

}

.ParameterNav li a {
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 6px 5px;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.ParameterNav li.cur {
  background: #007dc5;
}

.ParameterNav li.cur a {
  color: #FFF;
}

.arameterNav_nr img {
  max-width: 100%;
}


.shopping {
  width: 40px;
  height: 40px;
  background: url(../images/cart.jpg) center center no-repeat;
  background-size: 100%;
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 2;
}

.shopping a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.shopping a span {
  width: 18px;
  height: 18px;
  background: #FFF;
  border: 1px solid #007dc5;
  color: #007dc5;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  text-align: center;
  display: block;
  position: absolute;
  right: -6px;
  top: -8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 50px;
}

/*#endregion#*/

/*#region 购物车#*/
.cartWrap {
  width: 100%;
  padding: 50px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}

.cartWrap .bt {
  font-size: 24px;
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
  color: #4c4c4c;
}



.cartForm {
  background: #f5f5f5;
  margin: 0 auto;
  padding: 25px 15px;
}

.cartForm .tips {
  font-size: 16px;
  color: #757575;
  margin-bottom: 20px;
}

.cartForm .list {
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
  position: relative;
}

.cartForm .list span {
  display: block;
  margin-bottom: 5px;
}

.cartForm .list input {
  font-size: 14px;
  color: #333333;
  border: 1px solid #e6e6e6;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;

}



.cartForm .list.textarea textarea {
  font-size: 18px;
  color: #333333;
  width: 100%;
  height: 80px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  box-sizing: border-box;
}

.cartForm .last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.cartForm .last .btn {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  width: 50%;
  background: #007dc5;
  border: 0;
  padding: 10px 0;
  margin: 0 10px;
}

.cartForm .last .btn.Reset {
  margin-right: 0;
}

.cartForm .last .btn:nth-child(1) {
  margin-left: 0;
}


.shop_didang {
  color: #000;
  width: auto;
  overflow: hidden;
  margin: 0 auto
}

.shop_didang li {
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 10px;
  display: flex;
  background: #FFF;
}


.shop_didang .shop_didang_c {
  width: 80px;
}

.shop_didang .shop_didang_c img {
  width: 80px;
  border: 1px solid #ebebeb
}

.shop_didang .shop_didang_R {
  font-size: 14px;
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 18px;
}

.shop_didang .shop_didang_R .title {
  margin-right: 40px;
  font-size: 15px;
}

.shop_didang .shop_didang_R .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #a1a1a1;
}


.shop_didang .shop_didang_R .bottom .nobner strong {
  display: block;
  font-weight: normal;
}

.shop_didang .shop_didang_R .btn-list {
  display: flex;
}

.shop_didang .shop_didang_R .btn-list input {
  width: 40px;
  height: 26px;
  text-align: center;
  border: 0;
  box-sizing: border-box;
  color: #999999;
  font-size: 18px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.shop_didang .shop_didang_R .btn-list>div {
  display: block;
  border: 1px solid #ebebeb;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  color: #999999;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop_didang .del {
  width: 30px;
  height: 30px;
  background: url(../images/del.png) right top no-repeat;
  background-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 13
}


/*#endregion#*/

/*#region 登录注册#*/
.loginWrap {
  background: url(../images/loginbj.jpg) center center no-repeat;
  background-size: cover;
  padding: 90px 20px 40px;
  box-sizing: border-box;
  min-height: calc(100vh - 157px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.NewRight {
  width: 100%;
}

.NewRight p {
  width: 100%;
  height: 40px;
  background: #FFF;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  -webkit-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}

.NewRight p input {
  height: 100%;
  width: 100%;
  border: 0;
  background: none;
  font-size: 14px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif
}

.NewRight p span {
  position: absolute;
  left: 0;
  width: 40px;
  height: 100%;
  background: url(../images/icon01.png) center center no-repeat;
  background-size: 20px;
}

.NewRight p:nth-child(2) span {
  background: url(../images/icon02.png) center center no-repeat;
  background-size: 20px;
}


.NewRight .login {
  display: block;
  width: 100%;
  height: 40px;
  margin: 10px auto;
  text-align: center;
  background: #FFF;
  box-sizing: border-box;
  color: #2983b6;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -moz-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  -webkit-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
}

.NewRight .reg {
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}

.logoImg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.logoImg img {
  max-width: 80%;
}

.regBtn {
  display: block;
  width: 100%;
  height: 40px;
  margin: 10px auto 10px;
  text-align: center;
  background: #FFF;
  color: #2983b6;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -moz-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  -webkit-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  cursor: pointer
}

.reg p {
  padding: 0 0 0 10px;
}

/*#endregion#*/

/*#region 底部#*/
.footWrap {
  overflow: hidden;
  position: relative;
  background: url(../images/footbj.jpg) center center no-repeat;
  background-size: cover;
  z-index: 5;
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footWrap .search {
  margin: 0 auto 25px;
  width: 100%;
  position: relative;
}

.footWrap .search .keys {
  width: 100%;
  height: 36px;
  border: 0;
  background: #FFF;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #555;
  padding-right: 70px;
}

.footWrap .search .btns {
  border: 0;
  background: url(../images/ss.png) center center no-repeat #007dc5;
  background-size: 24px;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

.footWrap .search .keys:focus {
  border: 0;
}

.footWrap .footlogo {
  width: 60%;
  margin: 0 auto;
}

.footWrap .footlogo img {
  width: 100%;
}

/*#endregion#*/

/*#region 导航#*/


.top-T_Wrap {
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 50px;
  background: #FFF;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.top-T_Wrap .logo {
  width: auto;
  display: block;
  height: 50px;
  width: 100%;
  background: url(../images/logo.png) left center no-repeat;
  background-size: auto 40px;
  overflow: hidden;
}

.top-T_Wrap .headRight {
  position: absolute;
  right: 50px;
  z-index: 10;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
}

.top-T_Wrap .headRight a.Login {
  margin-left: 5px;
}

.top-T_Wrap .hea-R {
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 0;
  cursor: pointer;
  display: block
}

.top-T_Wrap .hea-R img {
  height: 100%;
}

#navwrap {
  position: fixed;
  left: 0;
  z-index: 99999;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}

#navwrap.winshow {
  opacity: 1;
  visibility: visible;
}

.navwrap_wrap {
  position: absolute;
  top: 0;
  width: 150px;
  right: 0;
  height: 100%;
  background: rgba(1, 114, 182, 0.8);
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.winshow .navwrap_wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.navwrap_wrap ul {
  width: 150px;
  padding: 10px 0;
  height: auto;
}

.navwrap_wrap ul li {
  width: 100%;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
}

.navwrap_wrap ul li a {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #FFF
}

/*#endregion#*/