body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
input {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  overflow-x: hidden;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.wrap {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
@font-face {
  font-family: 'logo';
  src: url('../font/SingYiEG-Ultra-GB.TTF'), url('../font/SingYiEG-Ultra-GB.TTF') format('truetype');
}
.D12 {
  width: 1200px;
  margin: auto;
}
.header {
  width: 100%;
  background-color: #333;
}
.head {
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .l {
  line-height: 35px;
}
.head .l span,
.head .l a {
  font-size: 12px;
  color: #fff;
}
.head .l span:last-child {
  padding-left: 12px;
}
.head .l a {
  color: #ff9501;
}
.head .r {
  display: flex;
}
.head .r li {
  padding: 0 17px;
  position: relative;
}
.head .r li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.2;
}
.head .r li > a {
  line-height: 35px;
  font-size: 12px;
  color: #fff;
}
.head .r li:last-child:after {
  display: none;
}
.head .r .dropDown {
  padding-right: 25px;
}
.head .r .dropDown:before {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url(../img/icon01.png);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 12px;
}
.head .r .dropDown ol {
  z-index: 999;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  text-align: center;
  width: 105px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.25);
}
.head .r .dropDown ol:after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
}
.head .r .dropDown ol a {
  display: block;
  border-bottom: solid 1px #e7e7e7;
  line-height: 43px;
  font-size: 14px;
  color: #666;
}
.head .r .dropDown ol a:hover {
  color: #ff9501;
}
.head .r .dropDown:hover ol {
  display: block;
  animation: 0.7s fadeInDown;
}
.head .r .accountWrap {
  z-index: 9999;
  width: 377px;
  min-height: 154px;
  background: #fff;
  border: solid 1px #ccc;
  position: absolute;
  top: 38px;
  left: 0;
  display: none;
}
.head .r .accountWrap:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  top: -5px;
}
.head .r .accountWrap .account {
  width: 88.85941645%;
  padding: 15px 0;
  margin: auto;
  display: flex;
}
.head .r .accountWrap .account .img {
  width: 108px;
  height: 108px;
  border-radius: 108px;
  margin-right: 23px;
  position: relative;
}
.head .r .accountWrap .account .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.head .r .accountWrap .account .img:hover {
  animation: 1s swing;
}
.head .r .accountWrap .account .infor {
  width: 204px;
}
.head .r .accountWrap .account .inforMod1 {
  padding-right: 30px;
  margin-top: 7px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.head .r .accountWrap .account .inforMod1 p {
  padding-top: 5px;
  font-size: 16px;
  color: #333;
}
.head .r .accountWrap .account .inforMod1 a {
  width: 21px;
  height: 22px;
  display: block;
  background-image: url(../img/icon11.png);
  position: absolute;
  right: 5px;
  top: 0;
}
.head .r .accountWrap .account .inforMod1 a:hover {
  animation: 1s shakeX;
}
.head .r .accountWrap .account .inforMod2 {
  display: flex;
  flex-wrap: wrap;
}
.head .r .accountWrap .account .inforMod2 a {
  margin-top: 4px;
  width: 77px;
  color: #aaa;
  font-size: 14px;
}
.head .r .accountWrap .account .inforMod2 a span {
  padding-left: 8px;
  font-size: 16px;
  color: #ff7700;
}
.head .r .accountWrap .account .inforMod2 a:nth-child(2n+1) {
  width: 125px;
}
.head .r .account-hover:hover .accountWrap {
  display: block;
  animation: 1s flipInX;
}
.head .r .shoppCart {
  padding-left: 38px;
}
.head .r .shoppCart:before {
  content: "";
  width: 15px;
  height: 14px;
  background-image: url(../img/icon02.png);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 12px;
  top: -2px;
}
.logoSearch {
  height: 105px;
  display: flex;
  align-items: center;
}
.logoSearch .logo {
  padding: 0px 70px 0 17px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  font-family: 'logo';
  height:100%;
}
.logoSearch .logo span {
  color: #ff9501;
}
.logoSearch .logo img{
  max-height:100%;
}
.logoSearch .search {
  width: 879px;
  height: 44px;
  border: solid 1px #dddddd;
  display: flex;
  align-items: center;
}
.logoSearch .search input {
  width: 754px;
  padding-left: 23px;
  height: 95%;
  border: 0;
}
.logoSearch .search button {
  cursor: pointer;
  width: 103px;
  height: 100%;
  background: #ff9501;
  border: 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 5px;
}
.logoSearch .search button img {
  position: relative;
  top: -1px;
  padding-left: 7px;
}
.navWrap {
  height: 51px;
  background-color: #f1f1f1;
}
.nav {
  display: flex;
}
.nav > li {
  width: 16.66666667%;
  text-align: center;
}
.nav > li > a {
  line-height: 51px;
  color: #333;
  font-size: 18px;
}
.nav > li:hover a {
  color: #ff9501;
}
.nav > li:hover a:after {
  color: #ff9501;
}
.nav > .twoLi {
  position: relative;
}
.nav > .twoLi > a {
  position: relative;
}
.nav > .twoLi > a:after {
  content: "next";
  font-family: "swiper-icons";
  line-height: 51px;
  display: block;
  font-size: 12px;
  position: absolute;
  top: -13px;
  right: -20px;
  transform: rotate(90deg);
}
.nav > .twoLi:hover .nav_sort {
  display: flex;
}
.nav_sort {
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  width: 719px;
  border: solid 1px #ff9501;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: none;
}
.nav_sort:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  top: -20px;
  left: 0;
}
.nav_sort .l {
  width: 200px;
}
.nav_sort .l a {
  text-align: left;
  width: 91%;
  padding-left: 9%;
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 45px;
  border-bottom: solid 1px #ff9501;
  border-right: solid 1px #ff9501;
  position: relative;
}
.nav_sort .l a:after {
  content: "next";
  font-family: "swiper-icons";
  line-height: 45px;
  display: block;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 12px;
}
.nav_sort .l .active {
  background: #ff9501;
  color: #fff;
}
.nav_sort .l .active:after {
  color: #fff;
}
.nav_sort .l a:last-child {
  border-bottom: 0;
}
.nav_sort .r {
  width: 582px;
}
.nav_sort_c {
  width: 95%;
  margin: auto;
}
.nav_sort_c .li {
  padding: 13px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: dashed 1px #f7f7f7;
}
.nav_sort_c .li h3 {
  text-align: left;
  line-height: 22px;
  width: 25%;
  color: #454545;
  font-size: 14px;
}
.nav_sort_c .li div a {
  margin: 0 14px 1px 14px;
  display: inline-block;
  font-size: 14px;
  color: #999;
  position: relative;
}
.nav_sort_c .li div a:after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #999;
  left: -14px;
}
.f8f8f8 {
  background: #f8f8f8;
  width: 100%;
}
.IMod1 {
  display: flex;
  justify-content: space-between;
}
.IMod1 .NotLogin {
  width: 390px;
  height: 430px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.IMod1 .NotLogin .img {
  margin: auto;
  margin-top: 37px;
  width: 108px;
  height: 108px;
  border-radius: 108px;
  border: solid 7px rgba(255, 255, 255, 0.55);
}
.IMod1 .NotLogin .img:hover {
  animation: 1s jello;
}
.IMod1 .NotLogin li {
  padding: 15px 0 45px;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
}
.IMod1 .NotLogin .a {
  width: auto;
  display: table;
  margin: auto;
}
.IMod1 .NotLogin .a a {
  margin: 0 10px;
  display: inline-block;
  width: 104px;
  line-height: 43px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.IMod1 .NotLogin .a a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-color: #ff9501;
  opacity: 0.8;
}
.IMod1 .banner1 {
  width: 800px;
}
.IMod1 .banner1 .swiper-button-next,
.IMod1 .banner1 .swiper-button-prev {
  outline: none;
}
.IMod1 .banner1 .swiper-button-next:hover:after,
.IMod1 .banner1 .swiper-button-prev:hover:after {
  color: #ff9501;
}
.IMod1 .banner1 .swiper-button-next:before,
.IMod1 .banner1 .swiper-button-prev:before {
  content: "";
  width: 84px;
  height: 41px;
  background-color: #ffffff;
  border-radius: 20px;
  opacity: 0.51;
  display: block;
  position: absolute;
}
.IMod1 .banner1 .swiper-button-next:after,
.IMod1 .banner1 .swiper-button-prev:after {
  font-size: 20px;
  z-index: 9;
  color: #333;
}
.IMod1 .banner1 .swiper-button-next:before {
  left: 0px;
}
.IMod1 .banner1 .swiper-button-next:after {
  padding-left: 14px;
}
.IMod1 .banner1 .swiper-button-prev:before {
  right: 0px;
}
.IMod1 .banner1 .swiper-button-prev:after {
  padding-right: 14px;
}
.IMod1 .banner1 .swiper-slide a {
  position: absolute;
  left: 20px;
  top: 140px;
  display: block;
  width: 127px;
  line-height: 42px;
  background-color: #ff9501;
  border-radius: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.IMod1 .banner1 .swiper-slide a:hover {
  animation: 1s headShake;
}
.Imod2 {
  padding-top: 66px;
  width: 1180px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.Imod2 .l {
  width: 460px;
}
.Imod2 .r {
  width: 675px;
}
.Imod2 .r ul {
  display: flex;
  flex-wrap: wrap;
}
.Imod2 .r li {
  margin-right: 20px;
  width: 205px;
}
.Imod2 .r li b {
  padding: 2px 0;
  width: 100%;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  color: #d84545;
  font-size: 16px;
}
.Imod2 .r li b span {
  width: 160px;
  word-wrap: break-word;
}
.Imod2 .r li b a {
  width: 45px;
  text-align: right;
}
.Imod2 .r li > a {
  display: block;
  padding-top: 5px;
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
.Imod2 .r li > a:hover {
  text-decoration: underline;
  color: #81c5f0;
}
.Imod2-title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
  border-bottom: solid 1px #ccc;
}
.Imod2-title h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.Imod2-title h3:after {
  content: "";
  width: 120%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.Imod2-title a {
  display: block;
  width: 114px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.Imod2-tap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.Imod2-tap a {
  min-width: 70px;
  padding: 0 30px;
  margin: 0px 5px 5px 5px;
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 16px;
  border-radius: 20px;
  background: #f5f5f5;
  display: block;
}
.Imod2-slide {
  padding-top: 55px;
  width: 412px;
}
.Imod2-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}
.Imod2C1-55cdf0 .Imod2-title h3 {
  color: #55cdf0;
}
.Imod2C1-55cdf0 .Imod2-title h3:after {
  background-color: #55cdf0;
}
.Imod2C1-55cdf0 .Imod2-title a {
  background: #55cdf0;
}
.Imod2C1-55cdf0 .Imod2-tap a:hover {
  color: #55cdf0;
}
.Imod2C1-55cdf0 .Imod2-tap .aa {
  color: #55cdf0;
}
.Imod2C1-55cdf0 .Imod2-slide .swiper-pagination-bullet-active {
  background: #55cdf0;
}
.Imod2C1-55cdf1 .Imod2-title h3 {
  color: #fb504e;
}
.Imod2C1-55cdf1 .Imod2-title h3:after {
  background-color: #fb504e;
}
.Imod2C1-55cdf1 .Imod2-title a {
  background: #fb504e;
}
.Imod2C1-55cdf1 .Imod2-tap a:hover {
  color: #fb504e;
}
.Imod2C1-55cdf1 .Imod2-tap .aa {
  color: #fb504e;
}
.Imod2C1-55cdf1 .Imod2-slide .swiper-pagination-bullet-active {
  background: #fb504e;
}
.Imod2C1-55cdf2 .Imod2-title h3 {
  color: #4cc365;
}
.Imod2C1-55cdf2 .Imod2-title h3:after {
  background-color: #4cc365;
}
.Imod2C1-55cdf2 .Imod2-title a {
  background: #4cc365;
}
.Imod2C1-55cdf2 .Imod2-tap a:hover {
  color: #4cc365;
}
.Imod2C1-55cdf2 .Imod2-tap .aa {
  color: #4cc365;
}
.Imod2C1-55cdf2 .Imod2-slide .swiper-pagination-bullet-active {
  background: #4cc365;
}
.Imod2C1-55cdf3 .Imod2-title h3 {
  color: #ff7301;
}
.Imod2C1-55cdf3 .Imod2-title h3:after {
  background-color: #ff7301;
}
.Imod2C1-55cdf3 .Imod2-title a {
  background: #ff7301;
}
.Imod2C1-55cdf3 .Imod2-tap a:hover {
  color: #ff7301;
}
.Imod2C1-55cdf3 .Imod2-tap .aa {
  color: #ff7301;
}
.Imod2C1-55cdf3 .Imod2-slide .swiper-pagination-bullet-active {
  background: #ff7301;
}
.Imod2C1-55cdf4 .Imod2-title h3 {
  color: #6081d2;
}
.Imod2C1-55cdf4 .Imod2-title h3:after {
  background-color: #6081d2;
}
.Imod2C1-55cdf4 .Imod2-title a {
  background: #6081d2;
}
.Imod2C1-55cdf4 .Imod2-tap a:hover {
  color: #6081d2;
}
.Imod2C1-55cdf4 .Imod2-tap .aa {
  color: #6081d2;
}
.Imod2C1-55cdf4 .Imod2-slide .swiper-pagination-bullet-active {
  background: #6081d2;
}
.Imod2C1-55cdf5 .Imod2-title h3 {
  color: #fc7a7c;
}
.Imod2C1-55cdf5 .Imod2-title h3:after {
  background-color: #fc7a7c;
}
.Imod2C1-55cdf5 .Imod2-title a {
  background: #fc7a7c;
}
.Imod2C1-55cdf5 .Imod2-tap a:hover {
  color: #fc7a7c;
}
.Imod2C1-55cdf5 .Imod2-tap .aa {
  color: #fc7a7c;
}
.Imod2C1-55cdf5 .Imod2-slide .swiper-pagination-bullet-active {
  background: #fc7a7c;
}
.Imod2C1-55cdf6 .Imod2-title h3 {
  color: #6bb3e5;
}
.Imod2C1-55cdf6 .Imod2-title h3:after {
  background-color: #6bb3e5;
}
.Imod2C1-55cdf6 .Imod2-title a {
  background: #6bb3e5;
}
.Imod2C1-55cdf6 .Imod2-tap a:hover {
  color: #6bb3e5;
}
.Imod2C1-55cdf6 .Imod2-tap .aa {
  color: #6bb3e5;
}
.Imod2C1-55cdf6 .Imod2-slide .swiper-pagination-bullet-active {
  background: #6bb3e5;
}
.Imod2C1-55cdf7 .Imod2-title h3 {
  color: #f04704;
}
.Imod2C1-55cdf7 .Imod2-title h3:after {
  background-color: #f04704;
}
.Imod2C1-55cdf7 .Imod2-title a {
  background: #f04704;
}
.Imod2C1-55cdf7 .Imod2-tap a:hover {
  color: #f04704;
}
.Imod2C1-55cdf7 .Imod2-tap .aa {
  color: #f04704;
}
.Imod2C1-55cdf7 .Imod2-slide .swiper-pagination-bullet-active {
  background: #f04704;
}
.Imod2C1-55cdf8 .Imod2-title h3 {
  color: #efacad;
}
.Imod2C1-55cdf8 .Imod2-title h3:after {
  background-color: #efacad;
}
.Imod2C1-55cdf8 .Imod2-title a {
  background: #efacad;
}
.Imod2C1-55cdf8 .Imod2-tap a:hover {
  color: #efacad;
}
.Imod2C1-55cdf8 .Imod2-tap .aa {
  color: #efacad;
}
.Imod2C1-55cdf8 .Imod2-slide .swiper-pagination-bullet-active {
  background: #efacad;
}
.Imod2C1-55cdf9 .Imod2-title h3 {
  color: #eac11e;
}
.Imod2C1-55cdf9 .Imod2-title h3:after {
  background-color: #eac11e;
}
.Imod2C1-55cdf9 .Imod2-title a {
  background: #eac11e;
}
.Imod2C1-55cdf9 .Imod2-tap a:hover {
  color: #eac11e;
}
.Imod2C1-55cdf9 .Imod2-tap .aa {
  color: #eac11e;
}
.Imod2C1-55cdf9 .Imod2-slide .swiper-pagination-bullet-active {
  background: #eac11e;
}
.footerNav {
  width: 100%;
  background: #ff9501;
}
.footNav {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footNav .l {
  padding-left: 180px;
  position: relative;
}
.footNav .l h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  line-height: 18px;
  padding-left: 15px;
  font-size: 32px;
  color: #fff;
  font-family: "logo";
}
.footNav .l a {
  margin-left: 37px;
  font-size: 16px;
  color: #fff;
}
.footNav .r {
  display: flex;
}
.footNav .r a {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 10px;
}
.footNav .r a:hover {
  animation: 1s flash;
}
.footNav .r a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer {
  display: flex;
}
.footer .h3 {
  margin: 25px 0 15px;
  font-size: 16px;
  color: #000;
  position: relative;
  font-weight: bold;
}
.footer .h3:after {
  content: "";
  width: 41px;
  height: 3px;
  background-color: #ff9501;
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
}
.footerMod1 {
  width: 350px;
  padding-left: 15px;
}
.footerMod1 li {
  width: 280px;
  padding: 6px 0;
  min-height: 40px;
  position: relative;
}
.footerMod1 li img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.footerMod1 li .text {
  padding-left: 40px;
  font-size: 14px;
  color: #999;
}
.footerMod1 li:nth-child(3) img {
  left: -3px;
}
.footerMod2 {
  width: 275px;
}
.footerMod2 .h3 {
  margin-bottom: 20px;
}
.footerMod2 a {
  transition: all 0.3s;
  margin-top: 10px;
  padding-left: 25px;
  display: block;
  color: #999;
  font-size: 14px;
  position: relative;
}
.footerMod2 a span {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  border: solid 1px #999999;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.footerMod2 a span:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #999999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footerMod2 a:hover {
  margin-left: 10px;
  color: #ff9501;
}
.footerMod2 a:hover span {
  border: solid 1px #ff9501;
}
.footerMod2 a:hover span:after {
  background-color: #ff9501;
}
.footerMod3 {
  width: 540px;
}
.footerMod3 .qr {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}
.footerMod3 .qr .tbwxQr {
  width: 225px;
  padding: 7px 12px;
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
}
.footerMod3 .qr .tbwxQr .img {
  width: 105px;
  height: 105px;
  background: #fff;
  position: relative;
}
.footerMod3 .qr .tbwxQr .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footerMod3 .qr .tbwxQr .text {
  width: 115px;
}
.footerMod3 .qr .tbwxQr .text h3 {
  font-size: 16px;
  color: #000;
  padding-top: 5px;
  padding-bottom: 7px;
  position: relative;
}
.footerMod3 .qr .tbwxQr .text h3:after {
  content: "";
  width: 43px;
  height: 2px;
  display: block;
  background-color: #ff9501;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footerMod3 .qr .tbwxQr .text p {
  padding-top: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
.footerMod3 .qr .tbwxQr:nth-child(2) {
  margin-left: 50px;
}
.footerMod3 .copy {
  padding-top: 10px;
}
.footerMod3 .copy span,
.footerMod3 .copy a {
  font-size: 14px;
  color: #999;
}
.slidebarWrap {
  z-index: 999;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}
/*.slidebarWrap .sidebar {
  position: absolute;
  right: -62px;
  top: 0;
}*/
.slidebarWrap .sidebar {
    position: fixed;
    right: 0px;
    top: 30%;
}
.slidebarWrap .sidebar a {
  display: block;
  width: 62px;
  height: 62px;
  background: #ccc;
  margin-bottom: 1px;
  position: relative;
}
.slidebarWrap .sidebar .eweim{
  display: none;
  width: 100px;
  position: absolute;
  right: 60px;
  top: 46px;
}
.slidebarWrap .sidebar a:hover .eweim{
  display: block;
}
.slidebarWrap .sidebar a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slidebarWrap .sidebar a .icon_active {
  display: none;
}
.slidebarWrap .sidebar a .text {
  padding: 0 15px;
  height: 100%;
  background: #ff9501;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: -110%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.slidebarWrap .sidebar a:hover {
  background: #f6f6f6;
}
.slidebarWrap .sidebar a:hover span {
  display: none;
}
.slidebarWrap .sidebar a:hover .icon_active {
  display: block;
}
.slidebarWrap .sidebar a:hover .text {
  display: flex;
  animation: 1s jackInTheBox;
}
.Imod2Floor {
  padding-bottom: 140px;
  position: relative;
}
.floorNav {
  width: 64px;
  border: 1px solid #cccacb;
  border-bottom: 0;
  position: absolute;
  left: -126px;
  top: 73px;
  text-align: center;
  z-index: 111;
  display: none;
}
.floorNav li:first-child {
  background: #f6f6f6;
}
.floorNav li {
  background: #fff;
  width: 100%;
/*  height: 43px;*/
  border-bottom: 1px solid #cccacb;
  cursor: pointer;
  padding-bottom:6px;
}
.floorNav li h3 {
  line-height: 43px;
  font-weight: bold;
  font-size: 13px;
  color: #555;
}
.floorNav li span:first-child {
  padding: 6px 0 3px;
}
.floorNav li span {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #999;
}
.floorNav li:hover span {
  color: #ff9501;
}
.floorNav .active span {
  color: #ff9501;
}
.floorNav li:last-child span {
  color: #999;
}
.login_regist {
  padding: 110px 0;
  width: 100%;
  position: relative;
  z-index: 9;
}
.login_regist .D12 {
  position: relative;
}
.login-from {
  position: relative;
  z-index: 2;
  margin-left: 255px;
  padding-bottom: 34px;
  width: 620px;
  background-color: #ffffff;
  box-shadow: 7px 4px 29px 3px rgba(13, 3, 6, 0.09);
  border-radius: 10px;
}
.login-from .tap {
  padding-top: 22px;
  width: 360px;
  margin: auto;
  border-bottom: 1px solid #e5e5e5;
}
.login-from .tap ul {
  width: 80%;
  margin: auto;
  display: flex;
}
.login-from .tap li {
  width: 100%;
  text-align: center;
}
.login-from .tap li a {
  color: #ccc;
  font-size: 20px;
  line-height: 40px;
  position: relative;
}
.login-from .tap li a:after {
  content: "";
  width: 130%;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: -15%;
  bottom: -8px;
  display: none;
}
.login-from .tap li .active {
  color: #333;
}
.login-from .tap li .active:after {
  display: block;
}
.login-from form {
  padding-top: 18px;
  width: 275px;
  margin: auto;
}
.login-from form .input {
  margin-top: 10px;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ff9501;
}
.login-from form .input .icon {
  width: 20.5%;
  padding-left: 2.5%;
}
.login-from form .input input {
  width: 77%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 18px;
  color: #333;
}
.login-from form .input input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 18px;
  color: #aaa;
}
.login-from form .input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 18px;
  color: #aaa;
}
.login-from form .input input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 18px;
  color: #aaa;
}
.login-from form .captcha-input input {
  width: 43%;
}
.login-from form .captcha-input .captcha {
  width: 34%;
  cursor: pointer;
}
.login-from form .a {
  height: 51px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login-from form .a > a {
  text-align: right;
  display: block;
  font-size: 14px;
  color: #999;
}
.login-from form .button {
  text-align: center;
}
.login-from form button {
  width: 159px;
  height: 50px;
  background-color: #ff9501;
  border-radius: 25px;
  border: 0;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.loginSearch {
  height: 84px;
  align-items: flex-end;
  align-items: center;
  padding-bottom: 10px;
}
.promptWrap {
  z-index: 1;
  width: 500px;
  height: 333px;
  background-color: #cba84e;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 32px;
}
.prompt {
  padding-top: 60px;
  width: 58.8%;
  margin-left: auto;
  text-align: center;
}
.prompt a {
  display: block;
  text-decoration: underline;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.prompt li {
  margin: 45px 0 25px;
  font-size: 14px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.prompt li:before {
  content: "";
  width: 63px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  left: -75px;
}
.prompt li:after {
  content: "";
  width: 63px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -75px;
}
.prompt .wq a {
  display: inline-block;
  margin: 0 15px;
}
.regist-from .tap li {
  width: 100%;
}
.regist-from form {
  width: 355px;
}
.regist-from form .a {
  justify-content: space-between;
}
.regist-from form .a span {
  color: #999;
  font-size: 14px;
}
.regist-from form .button {
  padding: 30px 0;
}
.regist-from .captcha-input .captcha a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 34px;
  background: #ff9501;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
}
.regist-prompt {
  padding-top: 80px;
}
.f8f8f8 {
  margin-top: 10px;
  width: 100%;
  background: #f8f8f8;
}
.product-listMod1 {
  padding: 25px 0 30px;
  position: relative;
}
.product-listMod1 .swiper-container {
  width: 1100px;
  margin: auto;
}
.product-listMod1 .swiper-container .swiper-slide a {
  display: block;
  text-align: center;
}
.product-listMod1 .swiper-container .swiper-slide a .img {
  width: 98%;
  height: 158px;
  border-radius: 158px;
  background: #fff;
  box-shadow: 3px 5px 7px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}
.product-listMod1 .swiper-container .swiper-slide a .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-listMod1 .swiper-container .swiper-slide a .img:hover {
  animation: 1s swing;
}
.product-listMod1 .swiper-container .swiper-slide a p {
  padding-top: 12px;
  font-size: 16px;
  color: #999;
}
.product-listMod1 .swiper-button-next:after,
.product-listMod1 .swiper-button-prev:after {
  font-size: 28px;
  color: #333;
}
.product-listMod1 .swiper-button-next:hover:after,
.product-listMod1 .swiper-button-prev:hover:after {
  color: #ff9501;
}
.product-listMod2 {
  /*padding-top: 20px;*/
  /*display: flex;*/
}
.product-listMod2 a {
  text-align: center;
  margin-right: 14px;
  min-width: 70px;
/*  max-width: 100px;*/
  line-height: 39px;
  padding: 0 25px;
  border-radius: 20px;
  display: block;
  background: #f5f5f5;
  color: #999;
  font-size: 16px;
  display: block;
  float:left;
  margin-top: 20px;
}
.product-listMod2 a:hover {
  color: #ff9501;
}
.product-listMod3 {
  padding-bottom: 130px;
  border-bottom: 1px solid #ccc;
}
.product-listMod3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-listMod3 li {
  padding-top: 20px;
  margin: 0 1.5%;
  width: 22%;
  float: left;
}
.product-listMod3 li b {
  padding: 2px 0;
  width: 100%;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  color: #d84545;
  font-size: 16px;
}
.product-listMod3 li b span {
  width: 160px;
  word-wrap: break-word;
}
.product-listMod3 li b a {
  width: 45px;
  text-align: right;
}
.product-listMod3 li > a {
  display: block;
  padding-top: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #888;
}
.product-listMod3 li > a:hover {
  text-decoration: underline;
  color: #ff9501;
}
.pagingWrap {
  display: table;
  width: auto;
  margin: auto;
  padding-bottom: 120px;
}
.paging {
  padding: 17px 7px;
  border: solid 1px #aaaaaa;
  display: flex;
}
.paging a {
  margin: 0 4px;
  min-width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 100px;
  font-size: 16px;
  color: #666;
}
.paging a:hover {
  color: #fff;
  background: #ff9501;
}
.paging .aa {
  background: #ff9501;
  color: #fff;
}
.paging a:first-child {
  font-family: "swiper-icons";
}
.paging a:first-child:hover {
  color: #ff9501;
  background: #fff;
}
.paging a:last-child {
  font-family: "swiper-icons";
}
.paging a:last-child:hover {
  color: #ff9501;
  background: #fff;
}
.productMod1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.productMod1 .l {
  width: 685px;
  height: 540px;
  display: flex;
  justify-content: space-between;
}
.productMod1 .l .gallery-thumbs {
  width: 128px;
}
.productMod1 .l .gallery-thumbs .swiper-slide-thumb-active {
  position: relative;
}
.productMod1 .l .gallery-thumbs .swiper-slide-thumb-active:before {
  content: "";
  width: 98.5%;
  height: 98.5%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #ff9501;
}
.productMod1 .l .gallery-top {
  width: 540px;
}
.productMod1 .l .gallery-top .swiper-slide {
  position: relative;
}
.productMod1 .l .gallery-top .swiper-slide img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.productMod1 .l .gallery-top .swiper-button-prev:after,
.productMod1 .l .gallery-top .swiper-button-next:after {
  font-size: 34px;
  color: #999;
}
.productMod1 .r {
  width: 440px;
}
.productMod1 .r h3 {
  padding: 10px 0;
  font-size: 18px;
  color: #666;
}
.integral .price{
  width: 100%;
  display:block;
}
.integral .price span{
  margin-right: 6px;
}
li.dao a{
  color:#999;
}
.productMod1 .r .integral {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.productMod1 .r .integral p {
  color: #d84545;
  font-size: 22px;
}
.productMod1 .r .integral p span {
  padding-left: 4px;
  font-size: 14px;
  color: #999;
}
.productMod1 .r .integral a {
  position: relative;
  top: -2px;
  margin-left: 18px;
  width: 38px;
  height: 15px;
  display: block;
  color:#ff9909;
  /*background: url(../img/icon12.png);*/
}
.productMod1 .r .integral .aa {
  background: url(../img/icon12f.png);
}
.productMod1 .r li {
  padding-top: 5px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
}
.productMod1 .r li span {
  color: #333;
}
.productMod1 .r .video {
  padding-top: 15px;
  position: relative;
}
.productMod1 .r .video a {
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.plusLess-addcart {
  padding-top: 20px;
}
.plusLess-addcart form {
  display: flex;
}
.plusLess-addcart button {
  border: 0;
  margin-left: 25px;
  display: block;
  width: 151px;
  line-height: 38px;
  background-color: #ff9501;
  border-radius: 19px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  float: left;
}
.plueLess {
  width: 151px;
  height: 38px;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.18);
  border-radius: 19px;
  display: flex;
  align-items: center;
  float: left;
}
.plueLess span {
  width: 25%;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.plueLess input {
  outline: none;
  width: 50%;
  border: solid 1px #e5e5e5;
  text-align: center;
  border-top: 0;
  border-bottom: 0;
  color: #000;
}
.plueLess input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
.plueLess input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.plueLess input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.productMod2 .Tap {
  height: 63px;
  border-bottom: 1px solid #e3e3e3;
}
.productMod2 .Tap a {
  display: inline-block;
  width: 13.16666667%;
  line-height: 63px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #ff9501;
}
.productMod2 .img {
  padding: 20px 0 80px;
  max-width: 100%;
  text-align: center;
}
.logoCarNav {
  justify-content: space-between;
}
.cardNav {
  display: flex;
}
.cardNav li {
  padding: 0 21px;
  position: relative;
}
.cardNav li:after {
  content: "";
  width: 1px;
  height: 66%;
  background: #ff9501;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.cardNav li a {
  font-size: 16px;
  color: #666;
}
.cardNav li:last-child:after {
  display: none;
}
.myCarHeadWrap {
  width: 100%;
  background: #ff9501;
}
.myCarHead {
  display: flex;
  height: 72px;
  justify-content: space-between;
  align-items: center;
}
.myCarHead h1 {
  padding-left: 17px;
  font-size: 28px;
  color: #fff;
}
.myCarHead a {
  display: inline-block;
  margin: 0 15px;
  font-size: 12px;
  color: #fff;
  position: relative;
}
.myCarHead a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -17px;
}
.myCarHead a:last-child:after {
  display: none;
}
.myCarfooter {
  background: #333;
}
.myCar {
  padding-bottom: 100px;
}
.myCarTable tr th {
  color: #424242;
  font-size: 14px;
  height: 100px;
  text-align: left;
}
.myCarTable tr th:nth-child(1) {
  width: 100px;
}
.myCarTable tr th:nth-child(1) span {
  padding-left: 12px;
}
.myCarTable tr th:nth-child(2) {
  width: 548px;
  padding-left: 117px;
}
.myCarTable tr th:nth-child(3) {
  width: 115px;
}
.myCarTable tr th:nth-child(4) {
  width: 70px;
  text-align: center;
}
.myCarTable tr th:nth-child(5) {
  width: 140px;
  text-align: center;
}
.myCarTable tr th:nth-child(6) {
  width: 40px;
  text-align: center;
}
.myCarTable tr td {
  padding-bottom: 20px;
  vertical-align: middle;
}
.myCarTable tr td:nth-child(2) a {
  display: flex;
  align-items: center;
}
.myCarTable tr td:nth-child(2) a .img {
  width: 80px;
  height: 80px;
}
.myCarTable tr td:nth-child(2) a p {
  width: 500px;
  padding-left: 35px;
  font-size: 18px;
  color: #424242;
}
.myCarTable tr td:nth-child(3) {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.myCarTable tr td:nth-child(4) > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.myCarTable tr td:nth-child(4) input {
  width: 40px;
  height: 28px;
  text-align: center;
  border: solid 1px #b8b8b8;
  color: #232323;
  outline: none;
}
.myCarTable tr td:nth-child(4) .nextPrev {
  margin-left: 3px;
}
.myCarTable tr td:nth-child(4) .nextPrev li {
  width: 20px;
  height: 14px;
  cursor: pointer;
}
.myCarTable tr td:nth-child(4) .nextPrev li:first-child {
  background-image: url(../img/icon14a.png);
}
.myCarTable tr td:nth-child(4) .nextPrev li:last-child {
  margin-top: 2px;
  background-image: url(../img/icon14b.png);
}
.myCarTable tr td:nth-child(4) .nextPrev .no {
  opacity: 0.5;
  cursor: unset;
}
.myCarTable tr td:nth-child(5) {
  color: #ff9501;
  font-size: 18px;
  text-align: center;
}
.myCarTable tr td:nth-child(6) {
  font-size: 28px;
  text-align: center;
}
.myCarTable tr td:nth-child(6) .delete {
  margin: auto;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  position: relative;
}
.myCarTable tr td:nth-child(6) .delete:after {
  content: "";
  width: 10px;
  height: 11px;
  background-image: url(../img/icon15a.png);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.myCarTable tr td:nth-child(6) .delete:hover:after {
  width: 26px;
  height: 26px;
  background-image: url(../img/icon15b.png);
}
.myCarTable .CarCheck {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: solid 1px #999999;
  position: relative;
}
.myCarTable .CarCheck input {
  width: 0;
  height: 0;
  border: 0;
}
.myCarTable .fa-check-square:after {
  content: "";
  display: none;
  width: 9px;
  height: 7px;
  background-image: url(../img/icon16.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.myCarTable .fa-check-square {
  background: #ff9501;
  border: solid 1px #ff9501;
}
.myCarTable .fa-check-square:after {
  display: block;
}
.myCarOp {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}
.myCarOp .l {
  padding-top: 5px;
}
.myCarOp .l li a {
  margin: 0 25px;
  font-size: 16px;
  color: #424242;
  display: inline-block;
  position: relative;
}
.myCarOp .l li a:hover {
  color: #ff9501;
}
.myCarOp .l li a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -26px;
}
.myCarOp .l li a:last-child:after {
  display: none;
}
.myCarOp .l p {
  padding-left: 24px;
  padding-top: 10px;
  color: #424242;
  font-size: 16px;
}
.myCarOp .l p span {
  padding: 0 5px;
  color: #ff9501;
}
.myCarOp .r {
  display: flex;
  align-items: center;
}
.myCarOp .r h3 {
  font-size: 16px;
  color: #ff9501;
}
.myCarOp .r h3 span {
  padding: 0 25px  0  12px;
  font-size: 22px;
  font-weight: bold;
}
.myCarOp .r a {
  width: 150px;
  line-height: 61px;
  background-color: #ff9501;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.my {
  padding-bottom: 100px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.my .l {
  width: 213px;
  min-height: 734px;
  padding-left: 60px;
  border: 1px solid #ff9501;
}
.my .l h3 {
  padding-top: 20px;
  font-size: 18px;
  color: #333;
}
.my .l a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.my .l a:hover {
  color: #ff9501;
}
.my .r {
  width: 907px;
  min-height: 734px;
  border: 1px solid #ff9501;
}
.my .r .D860 {
  width: 860px;
  margin: auto;
}
.my .r .tap {
  display: flex;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.my .r .tap li {
  padding: 0 30px;
}
.my .r .tap li a {
  padding: 0 15px;
  margin-top: 23px;
  font-size: 18px;
  color: #999;
  display: inline-block;
  position: relative;
}
.my .r .tap li a:after {
  content: "";
  width: 100%;
  height: 11px;
  display: none;
  background-image: url(../img/icon17.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  bottom: -14px;
}
.my .r .tap li a:hover {
  color: #333;
}
.my .r .tap li a:hover:after {
  display: block;
  animation: 1s slideInDown;
}
.my .r .tap li .aa {
  color: #333;
}
.my .r .tap li .aa:after {
  display: block;
  animation: 1s slideInDown;
}
.my .r .content {
  margin-top: 18px;
  width: 100%;
  border: 1px solid #eeeeee;
}
.my .r .content .Order {
  width: 91.27906977%;
  margin: auto;
}
.my .r .content .OrderHead {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.my .r .content .OrderHead li span {
  margin-left: 16px;
  color: #666;
  font-size: 14px;
}
.my .r .content .OrderHead li .i {
  padding: 0 12px;
}
.my .r .content .OrderHead li:last-child span {
  margin-left: 0;
}
.my .r .content .O {
  padding: 15px 0;
  display: flex;
}
.my .r .content .O .img {
  width: 130px;
}
.my .r .content .O p {
  width: 295px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.my .r .content .O li {
  padding-left: 84px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.my .r .content .O li span {
  color: #ff9501;
}
.jf-recommend {
  width: 100%;
  padding: 22px 0;
  margin: 20px 0;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.jf-recommend .label {
  position: absolute;
  left: 21px;
  top: -42px;
  width: 53px;
  height: 74px;
  background-image: url(../img/icon18.png);
  font-size: 14px;
  color: #fff;
}
.jf-recommend .label span {
  display: block;
  width: 77%;
  margin: auto;
  padding-top: 12px;
  text-align: center;
  line-height: 17px;
}
.jf-recommend .l {
  display: flex;
  padding-left: 95px;
  position: relative;
}
.jf-recommend .l .recommend {
  padding-right: 40px;
  display: flex;
  align-content: stretch;
  align-items: center;
}
.jf-recommend .l .recommend .text {
  padding-left: 16px;
}
.jf-recommend .l .recommend .text h3 {
  font-size: 16px;
  color: #888;
}
.jf-recommend .l .recommend .text li {
  padding: 6px 0;
  font-size: 16px;
  color: #888;
}
.jf-recommend .l .recommend .text li span {
  padding-right: 5px;
  font-size: 24px;
  color: #ff9501;
}
.jf-recommend .l .recommend .text a {
  width: 93px;
  line-height: 33px;
  background-color: #ffe7b3;
  border-radius: 2px;
  border: solid 1px #9d6c01;
  display: block;
  color: #9d6c01;
  font-size: 14px;
  text-align: center;
}
.jf-recommend .l .recommend .text a:hover {
  animation: 1s tada;
}
.jf-recommend .l .recommendD210 {
  width: 210px;
}
.jf-recommend .l .recommendD200 {
  width: 200px;
}
.jf-recommend .l .recommendD245 {
  width: 245px;
}
.jf-recommend .r {
  width: 272px;
  padding-left: 48px;
  display: flex;
  position: relative;
}
.jf-recommend .r .label {
  left: -11px;
}
.jf-recommend .r ul li:nth-child(2) {
  margin: 10px 0;
}
.jf-recommend .r ul:last-child {
  padding-left: 22px;
}
.jfHead {
  width: 100%;
  padding: 12px 0;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jfHead .l {
  display: table;
  word-spacing: -1em;
}
.jfHead .l h3 {
  padding-left: 50px;
  padding-right: 15px;
  display: inline-block;
  font-size: 16px;
  color: #999;
  position: relative;
}
.jfHead .l h3:after {
  content: "";
  width: 21px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 22.5px;
  display: block;
  background-image: url(../img/icon19.png);
}
.jfHead .l li {
  padding: 0 7px;
  display: inline-block;
}
.jfHead .l li a {
  padding: 8px 15px;
  font-size: 16px;
  color: #999;
  position: relative;
  z-index: 1;
}
.jfHead .l li a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #ff9501;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.jfHead .l li a:hover {
  color: #fff;
}
.jfHead .l li a:hover:after {
  display: block;
  animation: 1s flip;
}
.jfHead .l li .active {
  color: #fff;
}
.jfHead .l li .active:after {
  display: block;
  animation: 1s flip;
}
.jfHead .r form {
  display: flex;
}
.jfHead .r .input {
  display: flex;
  align-items: center;
}
.jfHead .r .input input {
  width: 93px;
  height: 33px;
  border-radius: 2px;
  border: solid 1px #cccccc;
}
.jfHead .r .input span {
  color: #666;
  padding: 0 2px;
}
.jfHead .r button {
  cursor: pointer;
  margin: 0 40px 0 14px;
  width: 63px;
  height: 33px;
  background-color: #ffe7b3;
  border-radius: 2px;
  border: solid 1px #9d6c01;
  color: #9d6c01;
  font-size: 14px;
}
.jfProduct-list {
  padding-bottom: 70px;
}
.jfProduct {
  display: flex;
  justify-content: space-between;
  margin-top:12px;
}
.jfProduct h3 {
  font-size: 14px;
  color: #999;
}
.jfProduct h3 span {
  padding-right: 4px;
  font-size: 22px;
  color: #d84545;
}
.jfProduct > div {
  padding-right: 5px;
  position: relative;
}
.jfProduct > div .jf-prompt {
  position: absolute;
  top: -41px;
  right: -8px;
  width: 79px;
  padding-top: 7px;
  height: 30px;
  background-image: url(../img/icon21.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: none;
}
.jfProduct > div a {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: #ff9501;
  display: block;
  position: relative;
}
.jfProduct > div a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.jfProduct > div:hover .jf-prompt {
  display: block;
  animation: 1s fadeInUp;
}
.brand_list1 {
  padding-top: 40px;
}
.brand_list1 .pagingWrap {
  padding: 70px 0;
}
.brand_list1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand_list1 ul li {
  padding-bottom: 22px;
  width: 290px;
}
.brand_list1 ul li a {
  /*height: 145px;*/
  border: solid 1px #cccccc;
  display: block;
  position: relative;
}
.brand_list1 ul li a img {
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*margin: auto;*/
}
.brand_list1 ul li p {
  text-align: center;
  font-size: 16px;
  padding-top: 8px;
  color: #333333;
}
.brand_list1 ul li:hover a {
  border: 1px solid #ff9501;
}
.brand_list2 {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.brand_list2 .l {
  width: 259px;
/*  height: 399px;*/
  border: solid 1px #cccccc;
}
.brand_list2 .l h1 {
  width: 224px;
  line-height: 61px;
  background-color: #ff9501;
  margin: auto;
  margin-top: 14px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.brand_list2 .l .a {
  padding-top: 15px;
  width: 224px;
  margin: auto;
}
.brand_list2 .l .a a {
  display: inline-block;
  padding: 3px 0;
  margin-right: 22px;
  font-size: 16px;
  color: #999;
}
.brand_list2 .l .a a:hover {
  color: #ff9501;
  text-decoration: underline;
}
.brand_list2 .r {
  width: 850px;
}
.brand_list2 .r .product-listMod3 {
  border-bottom: 0;
  padding-bottom: 0;
}
.brand_list2 .r .product-listMod3 li {
  padding-top: 0;
  padding-bottom: 70px;
}
.brand_list2 .r .pagingWrap .paging {
  border: 0;
}
.jion {
  padding: 50px 0 30px;
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
}
.jion > div {
  width: 50%;
  height: 432px;
}
.jion .jionMod1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.jion .jionMod1 h1,
.jion .jionMod1 a {
  margin: 0 33px 0 50px;
}
.jion .jionMod1 h1 {
  margin-bottom: 20px;
}
.jion .jionMod1 a {
  padding: 18px 0;
  width: 100%;
  display: block;
  font-size: 18px;
  color: #555;
  border-bottom: 1px solid #dfdfdf;
}
.jion .jionMod1 a span {
  padding-right: 10px;
}
.jion .jionMod1 a b {
  display: inline-block;
  font-weight: normal;
}
.jion .jionMod2 a {
  display: flex;
}
.jion .jionMod2 a span {
  width: 40px;
  padding-right: 0;
}
.jion .jionMod2 a div {
  width: 78px;
}
.jion .jionMod2 a b {
  width: 380px;
}
.jion_h1 {
  font-size: 24px;
  color: #333;
  padding-left: 21px;
  position: relative;
}
.jion_h1:after {
  content: "";
  width: 9px;
  height: 30px;
  background-color: #ff9501;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.jionHTitle {
  height: 133px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/jion2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.jionHTitle .l {
  margin-left: 44px;
}
.jionHTitle .l h1 {
  color: #fff;
}
.jionHTitle .l p {
  padding-top: 15px;
  font-size: 16px;
  color: #fff;
}
.jionHTitle .r {
  margin-right: 44px;
  position: relative;
}
.jionHTitle .r:after {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url(../img/icon23.png);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  left: -64px;
}
.jionHTitle .r li {
  font-size: 16px;
  color: #fff;
}
.jionHTitle .r li:last-child {
  padding-top: 5px;
}
.jionHForm {
  padding-bottom: 80px;
  width: 1122px;
  margin: auto;
}
.jionHForm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jionHForm .input {
  margin: 20px 0;
  display: flex;
  align-items: center;
  width: 354px;
  height: 54px;
  border: solid 1px #cccccc;
}
.jionHForm .input span {
  padding-left: 22px;
  color: #666;
}
.jionHForm .input input {
  width: 254px;
  margin-left: 10px;
  border: 0;
  font-size: 16px;
  height: 100%;
  outline: none;
}
.jionHForm textarea {
  padding-top: 16px;
  padding-left: 24px;
  width: 1120px;
  height: 114px;
  border: solid 1px #cccccc;
}
.jionHForm textarea::-webkit-textarea-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
  font-size: 16px;
}
.jionHForm textarea:-ms-textarea-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
  font-size: 16px;
}
.jionHForm textarea::-ms-textarea-placeholder {
  /* Microsoft Edge */
  color: #aaa;
  font-size: 16px;
}
.jionHForm .button {
  padding: 20px 135px;
  width: 100%;
  text-align: center;
}
.jionHForm .button button {
  border: 0;
  width: 155px;
  height: 59px;
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  margin: 0 14px;
}
.about .title {
  position: relative;
}
.about .title .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*width: 290px;*/
  height: 115px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.about .title .text h1 {
  font-size: 56px;
}
.about .title .text li {
  font-size: 28px;
}
.about_c {
  padding-top: 36px;
  padding-bottom: 190px;
  color: #232323;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  width: 918px;
  margin: auto;
}
.about_c h3 {
  padding: 40px 0 15px;
  font-size: 24px;
  font-weight: bold;
}
.about_c p {
  line-height: 30px;
  font-size: 16px;
  width: 918px;
  margin: auto;
}
.about_c .img {
  padding-top: 20px;
}

.pro_band{
  width: 100%;
}
.pro_band li{
  float: left;
  margin-right: 12px;
  width: 110px;
}


/*ddtj*/
.shdz{
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 38px;
}
.shdz h2{
  font-size: 14px;
  line-height: 36px;
  color: #2b2b2b;
  background: #f7f7f7;
  padding-left: 12px;
}
.shdz_box{
  padding: 28px 12px;
}

.shdz_box ul{
  width: 100%;
}
.shdz_box ul li{
  width: 284px;
  height: 127px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/dz_kuang.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 16px;
  margin-right: 12px;
  float: left;
}
.shdz_box ul li:nth-of-type(4n){
  margin-right: 0;
}
.shdz_box ul li h3{
  font-size: 14px;
  line-height: 28px;
  color: #555555;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 12px;
  margin-bottom: 6px;
}
.shdz_box ul li p{
  font-size: 14px;
  line-height: 22px;
  color: #777777;
}
.shdz_box ul li a{
  font-size: 14px;
  line-height: 22px;
  color: #ff4146;
  display: none;
}

.shdz_cz{
  font-size: 14px;
  line-height: 22px;
  margin-top: 14px;
}
.shdz_cz .fl{
  color: #d10c20;
}
.shdz_cz .fr{
  color: #ff4146;
}
.shdz_box ul li.on{
  background: url(../img/dz_kuang_gou.png) no-repeat;
  background-size: 100% 100%;
}
.shdz_box ul li.on a{
  display: inline;
}


/*确认订单*/
.ddtj3{
  width: 100%;
  padding-top: 15px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.ddtj3_top{
  font-size: 15px;
  line-height: 45px;
}
.ddtj3_top h3{
  font-size: 15px;
  float: left;
}
.ddtj3_top a{
  float: right;
  color: #d9010e;
  margin-right: 20px;
}
.ddtj3_top a img{
  margin-right: 6px;
}


.ddtj3_box{
  width: 100%;
}
.ddtj3_box ul{
  width: 100%;
}
.ddtj3_box ul li{
  height: 135px;
}
.ddtj3_box ul li:first-of-type{
  width: 600px;
  padding-left: 15px;
  float: left;
}
.ddtj3_box ul li .gwc_js{
  width: 436px;
}
.ddtj3_box ul li:nth-of-type(2){
  width: 210px;
  display: table;
  float: left;
}
.ddtj3_box ul li:nth-of-type(2) p{
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #333333;
  text-align: center;
}
.ddtj3_box ul li:nth-of-type(3){
  width: 260px;
  display: table;
  float: right;
  margin-right: 36px;
}
.ddtj3_box ul li:nth-of-type(3) p{
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #d9010e;
  text-align: right;
}

.zj{
  margin-top: 20px;
  margin-bottom: 130px;
}
.zj_table{
  width: 100%;
  float: left;
}
.zj_table table{
  float: right;
}
.zj_table table tr td:first-of-type{
  font-size: 15px;
  line-height: 32px;
  color: #2f2f2f;
  text-align: right;
}
.zj_table table tr td:nth-of-type(2n){
  font-size: 15px;
  line-height: 32px;
  color: #d9010e;
}

.zje{
  font-size: 26px !important;
  font-weight: bold;
}


.zj a{
  display: block;
  width: 155px;
  height: 46px;
  background: #ff9501;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  float: right;
  text-align: center;
  line-height: 46px;
  margin-top: 25px;
}

/*gwc*/
.gwc{
  width: 100%;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 42px;
  border-bottom: none;
}
.gwc tr th{
  font-size: 14px;
  color: #757575;
  background: #f7f7f7;
  line-height: 36px;
  text-align: left;
}
.gwc tr th:first-of-type+th{
  padding-left: 50px;
}
.gwc tr th:first-of-type+th+th+th{
  text-align: center;
}
.gwc tr td{
  height: 138px;
  border-bottom: 1px solid #dcdcdc;
}
.gwc tr th:first-of-type,
.gwc tr td:first-of-type{
  padding-left: 9px;
}
.gwc tr th:first-of-type+th+th+th+th,
.gwc tr td:first-of-type+td+td+td+td{
  padding-left: 40px;
}
.gwc_img{
  width: 134px;
  height: 100%;
  float: left;
  display: table;
}
.gwc_img img{
  max-height: 104px;
}
.gwc_js{
  width: 450px;
  float: left;
  display: table;
  height: 100%;
  margin-left: 28px;
}
.gwc_img p,.gwc_js p{
  display: table-cell;
  vertical-align: middle;
}
.gwc_js p{
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.gwc tr td:first-of-type+td+td,
.gwc tr td:first-of-type+td+td+td+td{
  font-size: 16px;
  line-height: 20px;
  color: #d10c20;
  font-weight: bold;
}


.gwc tr td:first-of-type+td+td+td+td+td a{
  font-size: 14px;
  line-height: 20px;
  color: #777777;
}


.of_tab{
  width: 100%;
  font-size: 12px;
  color: #2b2b2b;
  line-height: 32px;
  background: #f5f5f5;
  margin: 18px 0;
}
.of_tab li{
  float: left;
  text-align: center;
}
.of_tab li:first-of-type{
  width: 332px;
  text-align: left;
  text-indent: 18px;
}
.of_tab li:first-of-type+li{
  width: 62px;
}
.of_tab li:first-of-type+li+li{
  width: 117px;
}
.of_tab li:first-of-type+li+li+li{
  width: 112px;
}
.of_tab li:first-of-type+li+li+li+li{
  width: 101px;
}
.of_tab li:first-of-type+li+li+li+li+li{
  width: 121px;
}
.of_tab li:first-of-type+li+li+li+li+li+li{
  width: 126px;
}


.of_lists{
  width: 100%;
  border: 1px solid #e7e7e7;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.of_ltop{
  font-size: 11px;
  color: #666666;
  line-height: 28px;
  background: #f5f5f5;
  padding-left: 9px;
}
.of_ltop span:first-of-type{
  margin-right: 66px;
}
.of_on{
  width: 100%;
  display: table;
}
.of_onl{
  width: 510px;
  display: table-cell;
  vertical-align: top;
}
.of_onl ul{
  width: 510px;
  height: 100px;
  display: table;
}
.of_onl ul li{
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.of_onl ul li:first-of-type{
  width: 331px;
}
.of_cp{
  width: 100%;
  height: 100%;
  display: table;
}
.of_img,.of_f{
  display: table-cell;
  vertical-align: middle;
}
.of_img{
  width: 84px;
  padding-left: 10px;
}
.of_img img{
  max-height: 66px;
}
.of_f{
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0 18px;
}
.of_onl ul li:first-of-type+li{
  width: 62px;
  text-align: center;
  font-size: 12px;
  color: #2b2b2b;
}
.of_onl ul li:first-of-type+li+li{
  width: 117px;
  text-align: center;
  font-size: 12px;
  color: #2b2b2b;
}
.of_onr{
  width: 459px;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.of_onrs{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.of_onrs ul{
  display: table;
  width: 100%;
  height: 100%;
}
.of_onrs ul li{
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e7e7e7;
}
.of_onrs ul li p{
  font-size: 12px;
  line-height: 18px;
  color: #2b2b2b;
  text-align: center;
}
.of_onrs ul li p a{
  color: #fff;
}
.of_onrs ul li:first-of-type{
  width: 112px;
}
.of_onrs ul li:first-of-type+li{
  width: 101px;
}
.of_onrs ul li:first-of-type+li+li{
  width: 121px;
}
.of_onrs ul li:first-of-type+li+li+li{
  width: 125px;
  border-right: none;
}
.of_onrs ul li:first-of-type+li p{
  color: #d9010e;
}


.grzx_fy{
  width: 100%;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 50px;
}

.product_person ul{
  width: 1200px;
}
.product_person li {
    padding-top: 70px;
    margin-right: 20px;
    width: 205px;
    float: left;
}

.product_person li > a {
    display: block;
    padding-top: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #888;
}

.jilu_1{
  height: 426px;
  width: 100%;
  overflow-y: scroll;
}

.home_info{
  padding-top: 30px;
}
.home_info table{
  margin:auto;
  width: 300px;
}
.home_info table td{
  width: 50%;
}
.home_info table td a{
  color:#000;
  font-weight: bold;
  line-height: 300%
}

@media screen and (max-width: 1440px){
  /*.floorNav {
    width: 124px;
    border: 1px solid #cccacb;
    border-bottom: 0;
    position: absolute;
    left: 0px;
    top: 70px;
    text-align: center;
    z-index: 111;
  }*/
  /*.slidebarWrap .sidebar {
      position: absolute;
      right: 0px;
      top: 0;
  }*/
}
.list_item{
  padding-bottom:16px;
}
.list_item .img{
  text-align:center;
}
.list_item .img img{
  width:100%;
  height:auto;
  border:1px solid #ddd;
}