html,
body {
  background: #fff;
}
.about-wrapper {
  min-width: 1360px;
}
.about-wrapper .about-container {
  border-top: 10px solid #f5f5f5;
  border-bottom: 10px solid #f5f5f5;
  padding-bottom: 30px;
}
.about-wrapper .about-navs {
  width: 1100px;
  margin: 5px auto 0;
  border-bottom: 2px solid #e4e7ed;
  text-align: center;
}
.about-wrapper .about-navs .about-nav {
  font-size: 14px;
  color: #303133;
  margin-left: 60px;
  cursor: pointer;
  width: 90px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  transition: all linear 0.1s;
}
.about-wrapper .about-navs .about-nav span {
  width: 60px;
  height: 2px;
  background: #09c867;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -30px;
  display: none;
}
.about-wrapper .about-navs .about-nav.active {
  color: #09c867;
  font-size: 18px;
}
.about-wrapper .about-navs .about-nav.active span {
  display: block;
}
.about-wrapper .about-navs .about-nav:first-child {
  margin-left: 0;
  cursor: pointer;
}
.about-wrapper .about-us-section {
  display: none;
}
.about-wrapper .about-us-section.active {
  display: block;
}
.about-wrapper .comp-intro-section .intro-div {
  margin-top: 40px;
}
.about-wrapper .comp-intro-section .intro-div .intro-text {
  width: 540px;
  color: #333;
}
.about-wrapper .comp-intro-section .intro-div .intro-text .intro-title {
  font-size: 26px;
}
.about-wrapper .comp-intro-section .intro-div .intro-text .intro-desc {
  font-size: 14px;
  margin-top: 30px;
  line-height: 24px;
}
.about-wrapper .comp-intro-section .intro-div img {
  height: 360px;
  width: 560px;
  position: relative;
  top: 95px;
}
.about-wrapper .comp-intro-section .map-div {
  height: 520px;
  margin-top: 40px;
  background-color: #1b1b1b;
  padding-top: 58px;
}
.about-wrapper .comp-intro-section .map-div .map-img {
  height: 386px;
  width: 760px;
  background: url("../../images/map.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
  /* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
  background: none\9;
  position: relative;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #09c867;
  border-radius: 50%;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #09c867;
  opacity: 0.8;
  animation: scale 3s infinite linear;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point-red {
  background-color: #eb222b;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point-red::before {
  background-color: #eb222b;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point1 {
  top: 132px;
  left: 118px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point2 {
  top: 156px;
  left: 137px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point3 {
  top: 100px;
  left: 393px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point4 {
  top: 132px;
  left: 346px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point5 {
  top: 132px;
  left: 393px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point6 {
  top: 164px;
  left: 393px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point7 {
  top: 115px;
  right: 370px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point8 {
  top: 140px;
  right: 123px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point9 {
  top: 148px;
  right: 102px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point10 {
  top: 195px;
  right: 225px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point11 {
  top: 203px;
  right: 181px;
}
.about-wrapper .comp-intro-section .map-div .map-img .map-point.map-point12 {
  top: 178px;
  right: 155px;
}
.about-wrapper .comp-intro-section .map-div .text {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 9px;
}
.about-wrapper .comp-intro-section .img-desc-div {
  padding: 18px 0;
}
.about-wrapper .comp-intro-section .img-desc-div .img-desc-item {
  width: 396px;
  height: 144px;
  padding: 42px 0 0 49px;
}
.about-wrapper .comp-intro-section .img-desc-div .img-desc-item i {
  font-size: 60px;
}
.about-wrapper .comp-intro-section .img-desc-div .img-desc-item .desc {
  margin-left: 40px;
  color: #333;
  font-size: 18px;
}
.about-wrapper .comp-intro-section .img-desc-div .img-desc-item .desc p {
  line-height: 34px;
}
.about-wrapper .comp-intro-section .img-desc-div .img-desc-item .desc p.title {
  font-weight: 600;
}
.about-wrapper .comp-intro-section .img-desc-div .img-desc-item .desc p.text {
  margin-top: 3px;
}
.about-wrapper .comp-intro-section .develop-div {
  width: 1360px;
  margin: 0 auto;
}
.about-wrapper .comp-intro-section .develop-div .dv-tit {
  height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #303133;
  line-height: 30px;
}
.about-wrapper .comp-intro-section .develop-div .cent-div {
  width: 1200px;
  height: 540px;
  margin-left: 32px;
  background: url('../../images/about/about-50.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 80px;
  overflow: hidden;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div {
  margin-top: 60px;
  height: 86px;
  position: relative;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4px;
  height: 11px;
  background: rgba(198, 215, 242, 0.5);
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div .itms .itm {
  margin-left: 70px;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div .itms .itm:first-child {
  margin-left: 26px;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div .itms .itm.active .time {
  font-size: 32px;
  color: #09C867;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div .itms .itm.active .circle {
  background: #09c811;
  position: relative;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div .itms .itm.active .circle::after {
  display: block;
  content: '';
  position: absolute;
  left: -4px;
  width: 22px;
  top: -4px;
  height: 22px;
  background: rgba(9, 200, 103, 0.16);
  border-radius: 50% 50%;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div .itms .itm .time {
  font-size: 24px;
  color: #606266;
  height: 45px;
  line-height: 45px;
  transition: all 0.5s linear;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .time-div .itms .itm .circle {
  height: 14px;
  width: 14px;
  background: #c0c4cc;
  border: 4px solid #f5f7fa;
  border-radius: 50% 50%;
  margin: 0 auto;
  position: relative;
  top: 19px;
  z-index: 2;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .year-itms {
  height: 170px;
  margin-top: 18px;
  width: 3191px;
  position: relative;
  left: -1960px;
  z-index: 2;
  margin-left: -32px;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .year-itms .year-itm {
  margin-left: 32px;
  height: 150px;
  width: 360px;
  padding: 24px 32px 0;
  background: linear-gradient(180deg, #f3f5f8, #ffffff);
  border: 2px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 11px 0px rgba(228, 228, 228, 0.4);
  margin-top: 10px;
  transition: all linear 0.5s;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .year-itms .year-itm.active {
  height: 170px;
  width: 415px;
  padding: 32px 40px 0;
  background: linear-gradient(180deg, #f6fff6, #ffffff);
  margin-top: 0;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .year-itms .year-itm.active p.tit {
  color: #09C867;
  font-size: 18px;
  line-height: 25px;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .year-itms .year-itm p {
  line-height: 22px;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .year-itms .year-itm p.desc {
  font-size: 14px;
  color: #606266;
  width: 292px;
}
.about-wrapper .comp-intro-section .develop-div .cent-div .year-itms .year-itm p.tit {
  color: #303133;
  font-weight: 600;
  font-size: 16px;
}
.about-wrapper .comp-intro-section .develop-div .switch {
  top: 335px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about-wrapper .comp-intro-section .develop-div .switch.left {
  background-image: url('../../images/about/about-51.png');
}
.about-wrapper .comp-intro-section .develop-div .switch.right {
  background-image: url('../../images/about/about-52.png');
}
.about-wrapper .comp-intro-section .honor-div {
  border-top: 1px solid #f2f3f5;
  padding-bottom: 50px;
}
.about-wrapper .comp-intro-section .honor-div .honor-div-center {
  width: 1140px;
  margin: 0 auto;
  padding-top: 60px;
}
.about-wrapper .comp-intro-section .honor-div .honor-div-center .title {
  color: #000;
  font-size: 26px;
}
.about-wrapper .comp-intro-section .honor-div .honor-div-center .title span {
  font-size: 22px;
}
.about-wrapper .comp-intro-section .honor-div .honor-div-center .honor-img {
  margin-top: 25px;
  height: 483px;
  width: 1140px;
  background: url("../../images/honor-img.png") no-repeat;
  background-size: 100% 100%;
  /* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
  background: none\9;
}
.about-wrapper .comp-intro-section .power-div {
  border-top: 1px solid #f2f3f5;
  padding-bottom: 110px;
}
.about-wrapper .comp-intro-section .power-div .power-div-center {
  width: 1140px;
  margin: 0 auto;
  padding-top: 60px;
}
.about-wrapper .comp-intro-section .power-div .power-div-center .title {
  color: #000;
  font-size: 26px;
}
.about-wrapper .comp-intro-section .power-div .power-div-center .power-items {
  margin-top: 100px;
}
.about-wrapper .comp-intro-section .power-div .power-div-center .power-items .power-item {
  height: 120px;
  width: 285px;
  border-right: 1px solid #eeeff2;
  padding: 20px 0 0 40px;
}
.about-wrapper .comp-intro-section .power-div .power-div-center .power-items .power-item:last-child {
  border: none;
}
.about-wrapper .comp-intro-section .power-div .power-div-center .power-items .power-item i {
  font-size: 54px;
  color: #09c867;
  margin-top: 10px;
}
.about-wrapper .comp-intro-section .power-div .power-div-center .power-items .power-item .desc {
  margin-left: 21px;
}
.about-wrapper .comp-intro-section .power-div .power-div-center .power-items .power-item .desc .num {
  font-size: 28px;
  color: #333;
}
.about-wrapper .comp-intro-section .power-div .power-div-center .power-items .power-item .desc .text {
  font-size: 18px;
  color: #666;
  margin-top: 2px;
}
.about-wrapper .comp-intro-section .customer-div {
  border-top: 1px solid #f2f3f5;
}
.about-wrapper .comp-intro-section .customer-div .customer-div-center {
  padding-top: 60px;
}
.about-wrapper .comp-intro-section .customer-div .customer-div-center .title {
  color: #000;
  font-size: 26px;
  padding-left: 35px;
}
.about-wrapper .comp-intro-section .customer-div .customer-div-center .title span {
  font-size: 22px;
}
.about-wrapper .comp-intro-section .customer-div .customer-div-center .customer-img {
  margin-top: 25px;
  height: 381px;
  width: 1190px;
  background: url("../../images/customer-img-1.png") no-repeat;
  background-size: 100% 100%;
  /* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
  background: none\9;
}
.about-wrapper .other-comp-section .width-1110 {
  width: 1110px;
  margin: 0 auto;
}
.about-wrapper .other-comp-section .width-1110 .supplier-div .title,
.about-wrapper .other-comp-section .width-1110 .customer-div .title {
  color: #000;
  font-size: 26px;
  text-align: center;
  padding: 100px 0 28px;
}
.about-wrapper .other-comp-section .width-1110 .supplier-div.customer-div .title,
.about-wrapper .other-comp-section .width-1110 .customer-div.customer-div .title {
  padding-top: 60px;
}
.about-wrapper .other-comp-section .width-1110 .supplier-div .items,
.about-wrapper .other-comp-section .width-1110 .customer-div .items {
  width: 1140px;
  margin-left: -30px;
}
.about-wrapper .other-comp-section .width-1110 .supplier-div .items .item,
.about-wrapper .other-comp-section .width-1110 .customer-div .items .item {
  margin: 12px 0 0 30px;
}
.about-wrapper .other-comp-section .width-1110 .supplier-div .items .item img,
.about-wrapper .other-comp-section .width-1110 .customer-div .items .item img {
  height: 80px;
  width: 160px;
}
.about-wrapper .other-comp-section .width-1110 .group-intro-div {
  margin-top: 80px;
}
.about-wrapper .other-comp-section .width-1110 .group-intro-div .title {
  font-size: 26px;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.about-wrapper .other-comp-section .width-1110 .group-intro-div .desc {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-indent: 30px;
}
.about-wrapper .concat-us-section p {
  cursor: pointer;
}
.about-wrapper .concat-us-section .copy-btn {
  font-size: 22px;
  color: #3f3f3f;
  margin-left: 5px;
  display: none;
}
.about-wrapper .concat-us-section .copy-btn textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
  filter: alpha(opacity=0);
}
.about-wrapper .concat-us-section .concat-div {
  padding-top: 78px;
}
.about-wrapper .concat-us-section .concat-div .title {
  color: #000;
  font-size: 26px;
  padding-left: 16px;
  cursor: inherit;
}
.about-wrapper .concat-us-section .concat-div .items {
  color: #333;
  font-size: 14px;
  margin-top: 23px;
}
.about-wrapper .concat-us-section .concat-div .items .item {
  height: 190px;
  width: 290px;
  background-color: #f8f8f8;
  padding-left: 16px;
  margin-left: 8px;
}
.about-wrapper .concat-us-section .concat-div .items .item:first-child {
  margin-left: 0;
}
.about-wrapper .concat-us-section .concat-div .items .item p {
  padding-top: 13px;
  line-height: 20px;
  height: 20px;
}
.about-wrapper .concat-us-section .concat-div .items .item p.item-title {
  font-size: 16px;
  padding-top: 16px;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  cursor: inherit;
}
.about-wrapper .concat-us-section .concat-div .items .item p.item-title.yel {
  color: #ff5a06;
}
.about-wrapper .concat-us-section .comp-address-div {
  margin-top: 43px;
}
.about-wrapper .concat-us-section .comp-address-div .title {
  color: #000;
  font-size: 26px;
  padding-left: 16px;
  cursor: inherit;
}
.about-wrapper .concat-us-section .comp-address-div .items {
  margin-top: 23px;
  color: #333;
  font-size: 14px;
}
.about-wrapper .concat-us-section .comp-address-div .items .item {
  width: 588px;
  height: 224px;
  background: #f8f8f8;
  padding-left: 29px;
  margin-left: 7px;
}
.about-wrapper .concat-us-section .comp-address-div .items .item:first-child {
  margin-left: 0;
}
.about-wrapper .concat-us-section .comp-address-div .items .item p {
  margin-top: 4px;
  height: 28px;
  line-height: 28px;
}
.about-wrapper .concat-us-section .comp-address-div .items .item p.item-title {
  padding: 18px 0 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: inherit;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.4);
  }
  20% {
    transform: scale(1.8);
  }
  30% {
    transform: scale(2.2);
  }
  40% {
    transform: scale(2.6);
  }
  50% {
    transform: scale(3);
  }
  60% {
    transform: scale(3.4);
  }
  70%,
  80%,
  90%,
  100% {
    opacity: 0;
  }
}
.search-input {
  position: relative;
  height: 40px;
}
.search-input .input-div {
  height: 100%;
  width: 435px;
  padding: 0 25px;
  line-height: 36px;
  position: relative;
}
.search-input .input-div input {
  height: 35px;
  border: none;
  color: #28292b;
  width: 385px;
  border-bottom: 1px solid #ebebeb;
}
.search-input .input-div .search-history {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  padding-top: 9px;
  z-index: 4;
}
.search-input .input-div .search-history .wrp {
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}
.search-input .input-div .search-history .history-ul {
  padding-top: 9px;
  max-height: 204px;
  overflow: auto;
}
.search-input .input-div .search-history .history-ul::-webkit-scrollbar {
  width: 5px;
}
.search-input .input-div .search-history .history-ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #cccccc;
}
.search-input .input-div .search-history .history-ul .history-li {
  cursor: pointer;
}
.search-input .input-div .search-history .history-ul .history-li:hover {
  background-color: #f7f8fa;
}
.search-input .input-div .search-history .history-ul .history-li a {
  font-size: 14px;
  color: #666666;
  line-height: 34px;
  width: 100%;
  padding: 0 20px;
}
.search-input .input-div .search-history .clear-history {
  padding: 8px 20px 15px;
  text-align: right;
  line-height: normal;
}
.search-input .input-div .search-history .clear-history a {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}
.search-input .common-search-btn {
  width: 51px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  position: relative;
  top: 4px;
  text-align: center  ;
  color: #191919;
  background: #09c867;
  cursor: pointer;
  color: #fff;
}
.search-input .common-search-btn i {
  font-size: 20px;
}
.search-input .search-kwds {
  width: 100%;
}
.search-input .search-kwds ul {
  padding: 0 35px 0 25px;
}
.search-input .search-kwds ul:last-child {
  padding-bottom: 24px;
}
.search-input .search-kwds ul .brd-tit,
.search-input .search-kwds ul .name-tit {
  height: 20px;
  line-height: 20px;
  color: #191919;
  font-size: 14px;
  padding-top: 15px;
}
.search-input .search-kwds ul .brd-tit i,
.search-input .search-kwds ul .name-tit i {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
.search-input .search-kwds ul .brd-tit i {
  background-image: url('../../images/common/brand-icon.png');
}
.search-input .search-kwds ul .name-tit i {
  background-image: url('../../images/common/name-icon.png');
}
.search-input .search-kwds ul .kwd {
  border-radius: 14px;
}
.search-input .search-kwds ul .kwd a {
  display: block;
  color: #606266;
  padding: 4px 23px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  margin-top: 8px;
}
.search-input .search-kwds ul .kwd a .f-red {
  color: #09C867;
}
.search-input .search-kwds ul .kwd:hover {
  background: #f5f7fa;
}
.search-input .s-i-l {
  font-size: 14px;
  width: 496px;
  background: #ffffff;
  border: 2px solid #09c867;
  border-radius: 20px ;
  position: absolute;
  left: 0;
  top: 0;
}
.search-input .header-r-r {
  position: relative;
  top: 2px;
  margin-left: 510px;
}
.search-input .header-r-r .common-car:hover + .small-cart-wrp {
  display: block;
}
.search-input .header-r-r .small-cart-wrp:hover {
  display: block;
}
.search-input .header-r-r .small-cart-wrp {
  display: none;
  position: absolute;
  padding-top: 10px;
  top: 30px;
  right: 0;
  width: 606px;
}
.search-input .header-r-r .small-cart-wrp .small-cart {
  background: #ffffff;
  border: 1px solid #f7f7f7;
  border-radius: 2px;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  z-index: 104;
  box-sizing: border-box;
  padding: 10px 20px 20px;
  color: #333;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm {
  color: #131313;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  line-height: 22px;
  padding-bottom: 5px;
  transition: all linear 0.1s;
  margin-right: 20px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm.active {
  color: #09c867;
  font-weight: 600;
  border-bottom: 2px solid #09c867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm:hover {
  color: #09c867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table {
  margin-top: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-head {
  background: #f6fcf6;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-head .tb-td {
  color: #999999;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body {
  max-height: 160px;
  overflow: auto;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e3e3e3;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body::-webkit-scrollbar {
  width: 5px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp .tb-tr {
  margin-top: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp .tb-tr.checked .tb-td .tb-check {
  color: #09C867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp.hide {
  display: none;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td {
  box-sizing: border-box;
  padding-left: 4px;
  line-height: 22px;
  height: 22px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-check {
  color: #515151;
  cursor: pointer;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-check.check-all.checked {
  color: #09C867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-delete {
  cursor: pointer;
  color: #000;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.red {
  color: #EB222B;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td1 {
  width: 20px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td2 {
  width: 116px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td3 {
  width: 135px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td4 {
  width: 94px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td5 {
  width: 61px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td6 {
  width: 93px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td7 {
  width: 34px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom {
  margin-top: 10px;
  height: 24px;
  background: #f6fcf6;
  color: #131313;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom a {
  height: 24px;
  line-height: 24px;
  width: 56px;
  border-radius: 4px;
  font-size: 12px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom b {
  color: #eb222b;
  line-height: 24px;
  margin-left: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom p {
  line-height: 24px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom .money-div {
  margin-right: 30px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom .num-div {
  margin-right: 10px;
}
.common-car {
  width: 127px;
  height: 37px;
  border: 1px solid #09C867;
  border-radius: 20px;
  line-height: 35px;
  color: #09C867;
}
.common-car img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.common-car span {
  font-size: 14px;
}
.common-car b {
  position: absolute;
  height: 16px;
  border-radius: 8px;
  color: #fff;
  background: #FF5A06;
  line-height: 16px;
  padding: 0 3px;
  font-size: 12px;
  top: -8px;
  right: 0;
}
.big-header {
  height: 199px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #ebebeb;
}
.big-header .top-login {
  height: 35px;
  width: 100%;
  color: #333333;
  line-height: 35px;
  background: #f6f6f6;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
}
.big-header .top-login .top-login-l li {
  margin-left: 10px;
}
.big-header .top-login .top-login-l li.li-1 {
  margin-left: 0;
}
.big-header .top-login .top-login-l li a {
  color: #333;
}
.big-header .top-login .top-login-r li {
  margin-left: 27px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic {
  margin-left: 0;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div {
  margin-left: 27px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.big-header .top-login .top-login-r li.user-order-li {
  position: relative;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-a {
  height: 36px;
}
.big-header .top-login .top-login-r li.user-order-li i {
  font-size: 24px;
}
.big-header .top-login .top-login-r li.user-order-li:hover .user-order-drop {
  display: block;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.big-header .top-login .top-login-r li a {
  color: #333;
  cursor: pointer;
}
.big-header .header-m {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.big-header .header-m .header-m-l {
  margin-top: 5px;
}
.big-header .header-m .header-m-l img {
  width: 193px;
  height: 48px;
}
.big-header .header-m .header-m-l .web-title {
  position: relative;
  left: 71px;
  top: -10px;
  color: #333;
}
.big-header .header-m .header-m-r .command-searches {
  text-align: left;
  margin-top: 16px;
}
.big-header .header-m .header-m-r .command-searches li {
  cursor: pointer;
  margin-left: 16px;
  line-height: 17px;
  font-size: 12px;
}
.big-header .header-m .header-m-r .command-searches li a {
  color: #333;
}
.big-header .header-m .header-m-r .command-searches li.active a {
  color: #09C867;
}
.big-header .header-m .header-m-r .command-searches li:first-child {
  margin-left: 24px;
}
.big-header .header-m .sc-cms-banner {
  display: none;
}
.big-header .header-btm {
  margin-top: 9px;
}
.big-header .header-btm .all-clsf {
  width: 212px;
  height: 42px;
  background: #09c867;
  border-radius: 16px 16px 0 0 ;
  padding: 8px 16px 8px 15px;
  margin-right: 16px;
}
.big-header .header-btm .all-clsf img {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}
.big-header .header-btm .all-clsf p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-left: 12px;
}
.big-header .header-btm .all-clsf i {
  color: #fff;
  margin-top: 2px;
  font-size: 22px;
}
.big-header .header-btm .nav {
  font-size: 16px;
  margin: 13px 0 0 0;
}
.big-header .header-btm .nav ul li {
  margin-right: 64px;
  line-height: 16px;
}
.big-header .header-btm .nav ul li:last-child {
  margin-right: 0;
}
.big-header .header-btm .nav ul li .hot-i {
  height: 15px;
  object-fit: cover;
  position: relative;
  top: -5px;
}
.big-header .header-btm .nav ul li.hot-li a {
  color: #E2402F !important;
  font-weight: 600;
  font-family: Douyin Sans, Douyin Sans-Bold;
}
.big-header .header-btm .nav ul li a {
  color: #333;
  cursor: pointer;
  transition: all linear 0.3s;
}
.big-header .header-btm .nav ul li a.active,
.big-header .header-btm .nav ul li a:hover {
  color: #09c867;
}
.big-header.fixed {
  position: fixed;
  height: 70px;
  min-width: 1190px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
  top: 0;
  left: 0;
  right: 0;
}
.big-header.fixed .top-login {
  display: none;
}
.big-header.fixed .header-m {
  margin-top: 0;
}
.big-header.fixed .header-m .header-m-l {
  margin-top: 9px;
}
.big-header.fixed .header-m .header-m-l img {
  width: 180px;
  height: 45px;
}
.big-header.fixed .header-m .header-m-l .web-title {
  left: 65px;
  top: -15px;
}
.big-header.fixed .header-m .header-m-r .search-input {
  margin-top: 15px;
}
.big-header.fixed .header-m .header-m-r .command-searches {
  display: none;
}
.big-header.fixed .header-m .sc-cms-banner {
  display: block;
  height: 70px;
  width: 180px;
  margin-left: 20px;
}
.big-header.fixed .header-m .sc-cms-banner img {
  width: 100%;
  height: 100%;
}
.big-header.fixed .header-btm {
  display: none;
}
.footer {
  margin-top: 0;
}
