/*banner-bar start*/
.banner-bar {
  margin-top: 144px;
}
.banner .img-size {
  padding-top: 31.2%;
}
.banner .ban > .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .ban > .swiper-pagination-bullet-active {
  background-color: #ff0000;
}
.wrap-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.wrap-box .wrap-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wrap-box .main-wrap {
  position: relative;
  z-index: 2;
}
.wrap-box .vid {
  width: 51.34%;
  margin: 0;
}
.wrap-box .vid a {
  display: block;
  width: 100%;
  position: relative;
}
.wrap-box .vid a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding-left: 28px;
  padding-right: 120px;
  box-sizing: border-box;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrap-box .vid .img-size {
  padding-top: 56.17%;
}
.wrap-box .vid .vpage {
  width: 120px;
  left: auto;
  right: 0;
  bottom: 0;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 46px;
}
.wrap-box .vid .vpage .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.wrap-box .vid .vpage .swiper-pagination-bullet-active {
  background-color: #ff0000;
}
.wrap-box .vb-i {
  width: 20%;
  height: 198px;
  background-color: #f0f0f0;
  border: solid 1px #b0b0b0;
  border-left-width: 0;
  box-sizing: border-box;
  color: #484848;
  padding: 32px 40px;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: 200ms;
}
.wrap-box .vb-i:first-child {
  border-left-width: 1px;
}
.wrap-box .vb-i .t {
  font-size: 1.25em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrap-box .vb-i .c {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap-box .vb-i .b {
  font-size: 0.875em;
}
.wrap-box .vb-i .b::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/icon_tb.png) no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .wrap-box .vb-i:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  .wrap-box .vb-i:hover .b::before {
    background-image: url(../images/icon_tw.png);
  }
}
.wrap-box .xs-box {
  width: 1485px;
  position: relative;
  z-index: 2;
  margin: 100px auto 0;
}
.wrap-box .xs-box .bg {
  width: 100%;
}
.wrap-box .xs-box .i-layer {
  position: absolute;
  left: 8%;
  top: 14%;
  width: 57%;
  height: 75%;
}
.wrap-box .xs-box .i-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wrap-box .xs-box a {
  transition: 200ms;
}
.wrap-box .xs-box .l-layer {
  position: absolute;
}
.wrap-box .xs-box .l-layer img {
  display: block;
  width: 100%;
}
.wrap-box .xs-box .l-layer.l-dj {
  width: 5.1%;
  right: 29.6%;
  top: 27%;
}
.wrap-box .xs-box .l-layer.l-dj.mobile {
  display: none;
}
.wrap-box .xs-box .l-layer.l-xs {
  width: 2%;
  right: 24.5%;
  top: 34.3%;
}
.wrap-box .xs-box .l-layer.l-kc {
  width: 2%;
  right: 18.5%;
  top: 34.3%;
}
.wrap-box .xs-box .l-layer.l-fz {
  width: 2%;
  right: 12.7%;
  top: 34.3%;
}
.wrap-box .xs-box .l-layer.l-sct {
  width: 2.5%;
  right: 6.7%;
  top: 30.6%;
}
@media screen and (min-width: 992px) {
  .wrap-box .xs-box a:hover {
    transform: scale(1.1);
  }
}
.wrap-box .news {
  justify-content: space-between;
}
.wrap-box .news > div {
  width: 30%;
}
.wrap-box .news-s {
  margin: 0;
}
.wrap-box .news-s .img-size {
  padding-top: 75%;
}
.wrap-box .news-s a {
  display: block;
  width: 100%;
  position: relative;
}
.wrap-box .news-s a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.n-list a {
  font-size: 1.125em;
  line-height: 1.5em;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .n-list a:hover {
    color: #a04824;
  }
}
.n-list > a {
  margin-top: 1.25em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.n-list > a:first-child {
  margin-top: 0;
}
.n-list.s a::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 8px 14px;
  border-color: transparent transparent transparent #000;
}
.n-list.sub .n-item {
  border-bottom: 1px dashed #000;
  padding-bottom: 30px;
  margin-top: 40px;
}
.n-list.sub h2 {
  font-size: 1.25em;
}
.n-list.sub .t {
  margin-left: 40px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.n-list.sub .more {
  margin-left: auto;
}
.n-list.sub p {
  line-height: 1.875em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  height: 5.625em;
}
.n-list.flex-box {
  flex-wrap: wrap;
}
.n-list.flex-box .n-item {
  width: 48%;
}
.n-list.flex-box .t {
  margin-left: 0;
}
.n-list.flex-box .more {
  margin-top: 20px;
}
/*企业简介 start*/
.as-box {
  padding-left: 10px;
}
.as-box .txt {
  font-size: 1.125em;
  line-height: 2.5em;
  color: #000000;
}
.as-box .txt p {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.as-box a {
  color: #a04824;
  margin-top: 10px;
  display: block;
}
.zs-img {
  position: relative;
  width: 45%;
  flex-shrink: 0;
}
.zs-img .layer {
  position: absolute;
  left: 11%;
  top: 13%;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 79%;
  overflow: hidden;
}
.zs-img .layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.zs-img > img {
  display: block;
  width: 100%;
}
.at-i {
  width: 33.33%;
}
.at-i a {
  display: block;
  width: 80%;
  margin: 0 auto;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .at-i a:hover {
    color: #a04824;
  }
  .at-i a:hover span {
    background-color: #a04824;
  }
  .at-i a:hover .layer img {
    transform: scale(1.1);
  }
}
.at-i .img-b {
  position: relative;
}
.at-i .img-b .bg {
  display: block;
  width: 100%;
}
.at-i .img-b .layer {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 13%;
  overflow: hidden;
  border-radius: 100%;
}
.at-i .img-b .layer img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  transition: 200ms;
}
.at-i h2 {
  font-size: 1.5em;
  text-align: center;
  margin-top: 1em;
}
.at-i span {
  display: block;
  width: 38px;
  height: 5px;
  background-color: #000000;
  margin: 0 auto;
  margin-top: 1em;
}
.at-i p {
  margin-top: 1em;
  line-height: 2.5em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*企业简介 end*/
.sub-wrap-box {
  background: url(../images/sub_bg.png) repeat;
  padding-top: 100px;
  padding-bottom: 90px;
  margin-top: 144px;
}
.j-list .txt {
  margin-left: 20px;
}
.j-list h2 {
  font-size: 1.5em;
  line-height: 1.5rem;
  font-weight: bold;
}
.j-list p {
  line-height: 2.25em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.j-list .more {
  display: block;
  width: 28%;
  margin-top: 20px;
  transition: 200ms;
}
.j-list a {
  display: block;
  transition: 200ms;
  color: #000000;
}
.j-list a .layer {
  overflow: hidden;
}
.j-list a .layer img {
  transition: 200ms;
}
.j-list.flex {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.j-list.flex a {
  width: 30%;
}
.j-list.flex a:not(:nth-child(3n+1)) {
  margin-left: 5%;
}
.j-list.flex a .zs-img {
  width: 100%;
}
.j-list.flex .txt {
  text-align: center;
  margin-top: 20px;
}
.j-list.flex .more {
  width: 45%;
}
.j-list.flex p {
  height: 9em;
}
@media screen and (min-width: 992px) {
  .j-list a:hover {
    color: #a04824;
  }
  .j-list a:hover .more,
  .j-list a:hover .layer img {
    transform: scale(1.2);
  }
}
/*内容页 start*/
.news-page {
  margin-top: 30px;
}
.news-page li {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-page li * {
  display: block;
}
.news-page li span {
  float: left;
  color: #535353;
  font-weight: bold;
}
.news-page li a {
  color: #1c1c1c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .news-page li a:hover {
    color: #a04824;
  }
}
.news-content {
  line-height: 2em;
}
.news_content_content {
  padding-top: 15px;
  color: #999;
}
.news_content_content table {
  margin: 0 auto;
}
.news-content .big-title {
  font-size: 1.625em;
  text-align: center;
  color: #080d07;
  font-weight: bold;
}
.news-content .content-small-title {
  text-align: center;
  color: #000000;
  line-height: 2em;
  margin-top: 20px;
}
.news-content .cmt {
  display: inline-block;
  margin-right: 5px;
}
.news-content p {
  padding: 10px 0;
  color: #000000;
}
.news-content img {
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
}
.news_content_description {
  font-size: 0.875em;
  color: #888;
  border: 1px dotted #ccc;
  background-color: #f3f3f3;
  line-height: 1.75em;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 5px;
}
.news_content_description:before {
  content: "摘要：";
}
.news-content .page {
  padding-top: 50px;
}
.video-wrap {
  /*width: 1160px;*/
  height: 646px;
  margin: 15px auto 0;
}
.video-wrap .video-js {
  width: 100%;
  height: 100%;
}
.l-box {
  width: 706px;
  height: 489px;
  background-color: #f5f5f5;
  margin: 0 auto;
  color: #000000;
}
.l-box .lf-box {
  width: 52%;
  height: 100%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: initial;
}
.l-box .lf-t {
  font-size: 1.25em;
  line-height: 2em;
  color: #000000;
  cursor: pointer;
}
.l-box .lf-t.focus {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .l-box .lf-t:hover {
    font-weight: bold;
  }
}
.l-box .lf-t:first-child {
  margin-right: 20px;
}
.l-box form {
  display: none;
  margin-top: 35px;
}
.l-box form.focus {
  display: block;
}
.l-box li {
  height: 43px;
  border: solid 1px #bfbfbf;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 14px;
}
.l-box li .it {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.l-box li .code {
  color: #ccc;
  flex-shrink: 0;
  padding-right: 20px;
  line-height: 40px;
  cursor: pointer;
}
.l-box .sub {
  display: block;
  height: 43px;
  background-color: #d1cbc6;
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .l-box .sub:hover {
    background-color: #000;
    color: #fff;
  }
}
.sp-b {
  background-color: #000000;
  color: #fff;
  height: 52px;
  line-height: 52px;
  padding-right: 20px;
}
.sp-b h2 {
  font-weight: bold;
  padding: 0 25px;
}
.sp-b a {
  font-size: 14px;
  color: #fff;
}
.sp-b .sp-sort a {
  display: block;
  padding: 0 15px;
  height: 100%;
  height: 52px;
}
@media screen and (min-width: 992px) {
  .sp-b .sp-sort a:hover {
    background-color: #d1cbc6;
    color: #000;
  }
}
.sp-b .sp-br a {
  margin-right: 20px;
}
.sp-b .sp-br a img {
  height: 20px;
  margin-right: 5px;
}
.sp-b .sp-f {
  width: 225px;
  height: 33px;
  background-color: #ffffff;
  border-radius: 17px;
  border: solid 1px #999999;
  padding: 0 20px;
  box-sizing: border-box;
}
.sp-b .sp-f .sp-i {
  width: 100%;
  height: 100%;
}
.sp-b .sp-f .sp-bd {
  flex-shrink: 0;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.sp-b .sp-f .sp-bd img {
  display: block;
  width: 20px;
}
.sp-b.gw {
  justify-content: flex-start;
}
.sp-b.gw h2 {
  padding: 0 10px;
  word-break: break-all;
}
.sp-b.gw .sp-br {
  margin-left: auto;
}
.sp-b .check-all {
  width: 26px;
  height: 26px;
  margin-left: 25px;
}
.sp-b .ml-20 {
  margin-left: 20px;
}
.sp-b .price {
  font-size: 14px;
  font-weight: bold;
}
.sp-b .price i {
  font-size: 1.5em;
  font-weight: bold;
}
.sp-b .btn-r {
  height: 35px;
  line-height: 35px;
  background-color: #ff0000;
  cursor: pointer;
  color: #fff;
  padding: 0 15px;
  margin-left: 20px;
}
.sp-l {
  flex-wrap: wrap;
}
.sp-l li {
  width: 22.75%;
}
.sp-l li:not(:nth-child(4n + 1)) {
  margin-left: 3%;
}
.sp-l li .img-size {
  padding-top: 100%;
  overflow: hidden;
}
.sp-l li .img-size img {
  transition: 200ms;
}
.sp-l li a {
  display: block;
  transition: 200ms;
}
@media screen and (min-width: 992px) {
  .sp-l li a:hover .spl-b {
    border-color: #000;
  }
  .sp-l li a:hover .spl-b p {
    color: #a04824;
  }
  .sp-l li a:hover img {
    transform: scale(1.1);
  }
}
.sp-l li .spl-b {
  border: solid 1px #ccc;
  border-top: 0;
  padding: 20px;
}
.sp-l li .spl-b h2 {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2em;
  color: #ff3434;
}
.sp-l li .spl-b span {
  color: #999;
}
.sp-l li .spl-b p {
  color: #232323;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sp-l-box {
  width: 34.34%;
  flex-shrink: 0;
}
.sp-l-box .img-size {
  padding-top: 100%;
}
.sp-l-box .sp-ls {
  margin-top: 20px;
}
.sp-r-box {
  margin-left: 30px;
  flex: 1;
}
.sp-r-box h2 {
  font-size: 1.125em;
  line-height: 1.5em;
  color: #000000;
}
.sp-r-box .sp-g {
  background-color: #f5f5f5;
  margin-top: 10px;
  padding: 20px;
}
.sp-r-box .xl {
  color: #999999;
  font-size: 1.25em;
}
.sp-r-box span {
  font-size: 14px;
  line-height: 2.5em;
  color: #666;
}
.sp-r-box .price {
  color: #ff3434;
  font-weight: bold;
  font-size: 1.125em;
}
.sp-r-box .price i {
  font-size: 1.4em;
}
.sp-r-box .pr-20 {
  padding-right: 20px;
}
.sp-r-box .flex-box {
  align-items: center;
}
.sp-r-box ul {
  flex-wrap: wrap;
}
.sp-r-box ul.sp-sz li {
  text-align: center;
  user-select: none;
}
.sp-r-box ul.sp-sc li {
  line-height: 28px;
  user-select: none;
}
.sp-r-box li {
  color: #666;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  cursor: pointer;
  margin-right: 18px;
  padding: 0 6px;
}
.sp-r-box li.focus {
  border-color: #a0a0a0;
}
@media screen and (min-width: 992px) {
  .sp-r-box li:hover {
    border-color: #a0a0a0;
  }
}
.sp-r-box .sp-o {
  padding-left: 20px;
  margin-top: 30px;
}
.sp-r-box .btn {
  height: 38px;
  background-color: #000000;
  border-radius: 2px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  width: 176px;
  transition: 200ms;
}
.sp-r-box .btn:first-child {
  width: 137px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .sp-r-box .btn:hover {
    background-color: #ff0000;
  }
}
.add-reduce-wrap {
  text-align: center;
}
.add-reduce-wrap a {
  width: 22px;
  height: 22px;
  background-color: #eeeeee;
  line-height: 22px;
  cursor: pointer;
  color: #666;
  user-select: none;
}
.add-reduce-wrap .buy-num {
  width: 32px;
  height: 22px;
  border: solid 1px #a0a0a0;
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px;
}
.spc-l > li {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #d1cbc6;
  padding: 30px 25px;
  font-size: 14px;
  color: #232323;
}
.spc-l > li .check {
  width: 26px;
  height: 26px;
  margin-right: 36px;
}
.spc-l > li .img {
  width: 77px;
}
.spc-l > li .img-size {
  padding-top: 100%;
}
.spc-l > li .spc-i {
  margin-left: 10px;
  position: relative;
}
.spc-l > li .spc-i .layer-op {
  display: none;
  width: 430px;
  height: 185px;
  background-color: #ffffff;
  border: solid 1px #d1cbc6;
  position: absolute;
  top: 77px;
  left: 40px;
}
.spc-l > li .spc-i .layer-op::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  background: url(../images/sc_arr.png) no-repeat center;
  width: 17px;
  height: 8px;
  top: -8px;
}
.spc-l > li .spc-i .layer-op .ll-o {
  flex: 1;
  padding: 20px;
  color: #666;
}
.spc-l > li .spc-i .layer-op .ll-o .ll-o-sc {
  height: 90px;
  overflow-y: auto;
}
.spc-l > li .spc-i .layer-op .ll-o .mb-15 {
  margin-bottom: 15px;
}
.spc-l > li .spc-i .layer-op .ll-o .btn {
  width: 64px;
  height: 24px;
  border-radius: 2px;
  margin-top: 30px;
  background-color: #fff;
  cursor: pointer;
  margin-left: 0;
}
.spc-l > li .spc-i .layer-op .ll-o .btn.sure {
  background-color: #000000;
  color: #fff;
}
.spc-l > li .spc-i .layer-op .ll-o li {
  color: #666;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  cursor: pointer;
  margin-left: 15px;
  padding: 0 6px;
}
.spc-l > li .spc-i .layer-op .ll-o li.focus {
  border-color: #a0a0a0;
}
@media screen and (min-width: 992px) {
  .spc-l > li .spc-i .layer-op .ll-o li:hover {
    border-color: #a0a0a0;
  }
}
.spc-l > li .spc-i .layer-op .lr-i {
  width: 185px;
  height: 100%;
  flex-shrink: 0;
  border-left: solid 1px #d1cbc6;
}
.spc-l > li .spc-i .layer-op .lr-i .img {
  width: 86%;
}
.spc-l > li .spc-i .layer-op .lr-i .img .img-size {
  padding-top: 100%;
}
.spc-l > li .spc-i em {
  height: 22px;
  line-height: 22px;
  border: solid 1px #a0a0a0;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
}
.spc-l > li .spc-total {
  margin-left: 100px;
}
.spc-l > li .btn {
  width: 119px;
  height: 28px;
  line-height: 28px;
  margin-left: auto;
  display: block;
  cursor: pointer;
}
.spc-l > li .btn.black {
  background-color: #000000;
  border-radius: 2px;
  color: #ffffff;
  transition: 200ms;
}
@media screen and (min-width: 992px) {
  .spc-l > li .btn.black:hover {
    background-color: #ff0000;
  }
}
.spc-l > li .btn.white {
  border: solid 1px #eeeeee;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .spc-l > li .btn.white:hover {
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
  }
}
.spc-l > li .flex-box.left > .flex-box.cc {
  flex: 1;
}
.spc-l .mt-10 {
  margin-top: 10px;
}
.spc-l .mt-20 {
  margin-top: 20px;
}
.spc-l .ml-30 {
  margin-left: 30px;
}
.spc-l.order > li {
  background-color: #f5f5f5;
}
.spc-l.order > li .color-r {
  color: #ff2f2f;
}
.add-l li {
  height: 52px;
  background-color: #f1f1f1;
  padding: 0 25px;
  margin-top: 7px;
}
.add-l li .check {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.add-l li h2 {
  margin-right: 10px;
}
.add-l li span {
  font-size: 14px;
  color: #ff0000;
  cursor: pointer;
}
.add-btn {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: #eeeeee;
  border: solid 1px #eeeeee;
  font-size: 14px;
  margin-left: 65px;
  text-align: center;
  color: #666666;
  margin-top: 20px;
  transition: 200ms;
}
@media screen and (min-width: 992px) {
  .add-btn:hover {
    color: #ff0000;
  }
}
.order-info {
  background-color: #ffffff;
  padding: 20px 15px 45px;
  margin-top: 30px;
}
.order-info .order-b {
  height: 164px;
  background-color: #f5f5f5;
  border: solid 1px #d1cbc6;
  margin-top: 20px;
  padding: 0 25px;
  color: #000;
}
.order-info .order-b h2 {
  line-height: 1.875em;
}
.order-info .order-b h2:first-child {
  margin-bottom: 20px;
}
.order-info .order-b h2 strong {
  font-size: 1.625em;
  color: #ff2f2f;
}
.order-info .order-b .sub {
  width: 176px;
  height: 38px;
  line-height: 38px;
  background-color: #000000;
  border-radius: 2px;
  color: #ffffff;
  transition: 200ms;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .order-info .order-b .sub:hover {
    background-color: #ff0000;
  }
}
.gr-info {
  height: 107px;
  background-color: #000000;
  padding: 0 25px;
  color: #fff;
}
.gr-info .ava {
  width: 64px;
  margin-right: 15px;
}
.gr-info h2 {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2em;
}
.gr-info p {
  font-size: 14px;
  line-height: 1.5em;
}
.gr-info span {
  width: 40px;
  height: 21px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  margin-left: 5px;
}
.gr-info .edit-add {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.gr-info .login-out {
  width: 103px;
  height: 40px;
  background-color: #fcfcfc;
  font-size: 14px;
  transition: 200ms;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .gr-info .login-out:hover {
    background-color: #ff0000;
    color: #fff;
  }
}
.order-tab {
  margin-top: 30px;
}
.order-tab a {
  line-height: 2em;
  color: #000;
  margin-right: 40px;
}
.order-tab a.focus {
  font-weight: bold;
  font-size: 1.125em;
}
@media screen and (min-width: 992px) {
  .order-tab a:hover {
    font-size: 1.125em;
    font-weight: bold;
  }
}
.order-l > dd {
  background-color: #fff;
}
.order-lt {
  height: 108px;
  padding: 0 25px;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #d1cbc6;
  border-bottom: 0;
  background-color: #fff;
}
.order-lt.bg-d {
  background-color: #d1cbc6;
}
.order-lt h2 {
  font-size: 1.25em;
}
.order-lt p {
  font-size: 14px;
  margin-top: 10px;
}
.order-lt .price {
  margin-top: auto;
}
.order-lt .price strong {
  font-size: 1.5em;
}
.order-lt .mr-20 {
  margin-right: 20px;
}
.layer-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.layer-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.layer-box .flex-box {
  width: 100%;
  height: 100%;
}
.layer-box .address-box {
  width: 945px;
  height: 634px;
  background-color: #ffffff;
  overflow-y: auto;
  position: relative;
}
.layer-box .address-box .ot {
  color: #232323;
  padding-left: 25px;
  padding-top: 20px;
  display: block;
}
.layer-box .address-box .ast {
  padding-left: 25px;
  margin-top: 20px;
  display: block;
}
.layer-box .address-box .color-r {
  color: #ff0000;
}
.layer-box .address-box .add-form-box {
  font-size: 12px;
  padding-right: 40px;
}
.layer-box .address-box .add-form-box .flex-box {
  width: auto;
  height: auto;
  margin-top: 15px;
}
.layer-box .address-box .add-form-box .flex-box.mt0 {
  margin-top: 0;
}
.layer-box .address-box .add-form-box .af-t {
  height: 31px;
  background-color: #f2f2f2;
  margin-left: 40px;
  font-size: 14px;
  padding-left: 10px;
}
.layer-box .address-box .add-form-box label {
  color: #666;
  flex-shrink: 0;
  line-height: 31px;
  width: 90px;
  text-align: right;
}
.layer-box .address-box .add-form-box .i-box {
  border: solid 1px #dcdcdc;
  flex: 1;
}
.layer-box .address-box .add-form-box .i-box .ai-txt {
  width: 100%;
  height: 31px;
}
.layer-box .address-box .add-form-box .i-box .ai-tea {
  width: 100%;
  height: 47px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.layer-box .address-box .add-form-box .ml-20 {
  margin-left: 20px;
}
.layer-box .address-box .add-form-box .def {
  margin-left: 90px;
}
.layer-box .address-box .add-form-box .def label {
  width: auto;
  color: #000000;
  user-select: none;
  margin-left: 5px;
  line-height: inherit;
}
.layer-box .address-box .add-form-box .sub {
  width: 50px;
  height: 29px;
  background-color: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  margin-left: auto;
  transition: 200ms;
}
@media screen and (min-width: 992px) {
  .layer-box .address-box .add-form-box .sub:hover {
    background-color: #ff0000;
    color: #fff;
  }
}
.layer-box .address-box .add-tl-box {
  padding: 0 40px 40px 30px;
  margin-top: 30px;
}
.layer-box .address-box .add-tl-box .atl-t {
  height: 41px;
  background-color: #f5f5f5;
  border-radius: 2px;
  padding-left: 10px;
  font-size: 12px;
  box-sizing: border-box;
}
.layer-box .address-box .add-tl-box .atl-t img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.layer-box .address-box .add-tl-box .atl-l {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  border-collapse: collapse;
  margin-top: 20px;
  text-align: left;
}
.layer-box .address-box .add-tl-box .atl-l th {
  background-color: #ebecf0;
}
.layer-box .address-box .add-tl-box .atl-l th,
.layer-box .address-box .add-tl-box .atl-l td {
  border: solid 1px #cfcfcf;
  padding: 10px;
}
.layer-box .address-box .add-tl-box .atl-l .step {
  margin: 0 5px;
}
.layer-box .address-box .add-tl-box .atl-l .op-b {
  cursor: pointer;
  width: 26px;
}
@media screen and (min-width: 992px) {
  .layer-box .address-box .add-tl-box .atl-l .op-b:hover {
    color: #ff0000;
  }
}
.layer-box .address-box .add-tl-box .atl-l .def {
  width: 80px;
  height: 30px;
  color: #ff0000;
  background-color: #ffcccc;
  border: 1px solid #ff0000;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
}
.layer-box .code-box {
  width: 450px;
  height: 405px;
  background-color: #f5f5f5;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 36px;
  box-sizing: border-box;
}
.layer-box .code-box img {
  display: block;
  width: 173px;
  margin: 0 auto;
}
.layer-box .code-box h2 {
  font-size: 1.25em;
  color: #232323;
  margin-top: 20px;
}
.layer-box .code-box h3 {
  font-size: 1.125em;
  color: #232323;
  margin-top: 10px;
}
.layer-box .code-box .cancle-code {
  height: 67px;
  line-height: 67px;
  border-top: 1px solid #e7e5e5;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.25em;
  color: #666666;
  cursor: pointer;
}
.layer-box .logistics-box {
  width: 975px;
  height: 604px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px 56px 60px 35px;
  box-sizing: border-box;
  position: relative;
}
.layer-box .logistics-box .lb-tit {
  font-size: 1.25em;
  color: #333333;
}
.layer-box .logistics-box .lb-top {
  height: 142px;
  background-color: #f5f5f5;
  border: solid 1px #d1cbc6;
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.5em;
  color: #333;
  margin-top: 30px;
}
.layer-box .logistics-box .lb-top .img {
  width: 77px;
  margin-right: 18px;
}
.layer-box .logistics-box .lb-top .img .img-size {
  padding-top: 100%;
}
.layer-box .logistics-box .lb-top p {
  font-size: 14px;
}
.layer-box .logistics-box .line {
  height: 1px;
  background-color: #ebebeb;
  margin: 18px 0;
}
.layer-box .logistics-box .lb-bot {
  background-color: #f8f8f8;
}
.layer-box .logistics-box .lb-bot h2 {
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: solid 1px #ebebeb;
}
.layer-box .logistics-box .lb-bot dl {
  padding: 20px 15px 16px;
  color: #333333;
}
.layer-box .logistics-box .lb-bot dl span {
  display: flex;
}
.layer-box .logistics-box .lb-bot dl dd {
  margin: 3px 0;
  padding-left: 20px;
  position: relative;
  border-left: 1px solid #d9d9d9;
  display: flex;
}
.layer-box .logistics-box .lb-bot dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: -3.5px;
  top: 0;
}
.layer-box .logistics-box .lb-bot dl dd.active {
  border-left-width: 0;
}
.layer-box .logistics-box .lb-bot dl dd.active::before {
  background-color: #000;
}
.layer-box .logistics-box .lb-bot dl dd > * {
  font-size: 0.75em;
  line-height: 1.5em;
  vertical-align: top;
}
.layer-box .logistics-box .lb-bot dl dd > var {
  display: flex;
  width: 120px;
  flex-shrink: 0;
}
.layer-box .logistics-box .lb-bot dl dd .week {
  margin-left: 20px;
}
.layer-box .logistics-box .lb-bot dl dd .status {
  margin-left: 40px;
}
.layer-box .logistics-box .lb-bot dl dd .lb-mes {
  height: 242px;
  overflow-y: auto;
}
.layer-box .logistics-box .lb-bot .lb-mes {
  height: 240px;
  overflow-y: auto;
}
.df-box {
  width: 1536px;
  margin: 0 auto;
}
.df-box .df {
  width: 95%;
  margin: 0;
}
.df-box .swiper-slide {
  position: relative;
}
.df-box .b-img {
  display: block;
  width: 100%;
}
.df-box .l-con {
  position: absolute;
  width: 82%;
  top: 19%;
  left: 16%;
}
.df-box .l-con .img {
  width: 31%;
  margin-right: 40px;
}
.df-box .l-con .img .img-size {
  padding-top: 100%;
}
.df-box .l-con .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.df-box .l-con h2 {
  font-size: 1.875em;
  color: #000000;
  margin-bottom: 25px;
}
.df-box .l-con p {
  font-size: 1.125em;
  line-height: 2em;
}
.fg-list {
  flex-wrap: wrap;
}
.fg-list a {
  width: 24.5%;
  height: 53px;
  line-height: 53px;
  /* background-color: #010101; */
  font-size: 16px;
  /* color: #fff; */
  color: #010101;
  text-align: center;
  margin-top: 30px;
  transition: 200ms;
  padding: 0 10px;
  box-sizing: border-box;
  /* text-align: justify; */
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fg-list a:not(:nth-child(4n+1)) {
  margin-left: 0.66%;
}
@media screen and (min-width: 992px) {
  .fg-list a:hover {
    background-color: #a04824;
    color: #fff;
  }
}
.fg-list.ccl a {
  width: 15%;
  text-align: center;
}
.fg-list.ccl a:not(:nth-child(4n+1)) {
  margin-left: 0;
}
.fg-list.ccl a:not(:nth-child(6n+1)) {
  margin-left: 2%;
}
.map-box {
  width: 1289px;
  background-color: #f5f5f5;
  margin: 40px auto 0;
  padding: 50px 45px 57px;
  box-sizing: border-box;
}
.map-box h2 {
  font-size: 1.25em;
  color: #c89d68;
  text-align: center;
}
.map-box #map {
  width: 100%;
  height: 436px;
}
.cc-box {
  width: 1289px;
  background-color: #f5f5f5;
  margin: 40px auto 0;
  padding: 50px 45px 57px;
  box-sizing: border-box;
}
.cc-box .ct-box {
  overflow: hidden;
}
.cc-box .cc {
  width: 616px;
  height: 346px;
  overflow: initial;
  margin: 0 auto;
}
.cc-box .cc.mobile {
  display: none;
}
.cc-box .cc .img-size {
  padding-top: 56.16%;
}
.cc-box .cc .swiper-slide:not(.swiper-slide-active) .img-frame::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.ccd_det {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 40px;
}
.ccd_det .news-content {
  width: 760px;
  margin: 0 auto;
}
.ccd_det .news-content .big-title {
  margin-bottom: 20px;
}
.ccd_det .news-content img {
  width: 100%;
}
.ccd_det .ccd-p a {
  width: 180px;
  height: 53px;
  line-height: 53px;
  /* background-color: #000000; */
  color: #000;
  text-align: center;
}
.ccd_det .ccd-p a:first-child {
  margin-right: 25px;
}
@media screen and (min-width: 992px) {
  .ccd_det .ccd-p a:hover {
    background-color: #a04824;
    color: #fff;
  }
}
@media screen and (max-width: 1536px) {
  .df-box {
    width: 100%;
  }
}
@media screen and (max-width: 1485px) {
  .wrap-box .xs-box {
    width: 100%;
  }
}
@media screen and (max-width: 1289px) {
  .map-box,
  .cc-box {
    width: 100%;
    padding: 50px 20px 57px;
  }
}
@media screen and (max-width: 1200px) {
  .n-list > a {
    margin-top: 0.8em;
  }
  .wrap-box .vb-i {
    padding: 20px 20px;
  }
  .spc-l .ml-30 {
    margin-left: 15px;
  }
  .spc-l > li {
    padding: 20px 15px;
  }
  .spc-l > li .check {
    margin-right: 15px;
  }
  .spc-l > li .spc-total {
    margin-left: 30px;
  }
  .df-box .l-con h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
  .banner-bar,
  .sub-wrap-box {
    margin-top: 140px;
  }
  .wrap-box .vb-i {
    padding: 10px;
    height: 140px;
  }
  .wrap-box .news > div {
    width: 32%;
  }
  .sp-b {
    height: auto;
    line-height: 40px;
    padding: 10px 15px;
  }
  .sp-b h2 {
    padding-left: 0;
    padding-right: 10px;
  }
  .sp-b .sp-bl {
    flex: 2;
  }
  .sp-b .sp-bl .sp-sort {
    flex-wrap: wrap;
  }
  .sp-b .sp-bl .sp-sort a {
    padding: 0 10px;
    height: 40px;
  }
  .sp-b .sp-br {
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .sp-b .sp-br a {
    margin-right: 10px;
  }
  .sp-b .sp-br a:last-child {
    margin-right: 0;
  }
  .sp-b .check-all {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }
  .sp-b.gw {
    line-height: 1.5em;
  }
  .sp-b.gw .sp-br {
    flex: initial;
  }
  .sp-l li .spl-b {
    padding: 10px;
  }
  .sp-r-box {
    margin-left: 20px;
  }
  .add-l li {
    padding: 0 15px;
  }
  .add-l li .check {
    width: 20px;
    height: 20px;
  }
  .add-btn {
    margin-left: 40px;
  }
  .spc-l.order > li {
    flex-wrap: wrap;
  }
  .spc-l.order > li > div:first-child {
    margin-bottom: 20px;
  }
  .spc-l.order > li .spc-total:first-child {
    margin-left: 0;
  }
  .spc-l > li .btn {
    margin-left: 20px;
  }
  .spc-l > li > .flex-box.left > .flex-box.cc {
    margin-left: auto;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0;
  }
  .spc-l > li > .flex-box.left > .flex-box.cc .btn {
    margin-top: 20px;
  }
  .order-info .order-b {
    padding: 0 15px;
  }
  .order-info .order-b .sub {
    width: 140px;
  }
  .order-lt > .flex-box .flex-box {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .order-lt > .flex-box .flex-box .mr-20 {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .gr-info {
    padding: 0 15px;
  }
  .layer-box .address-box {
    width: 95%;
  }
  .layer-box .address-box .add-tl-box {
    padding: 0 20px 30px 20px;
    margin-top: 30px;
  }
  .layer-box .address-box .ot,
  .layer-box .address-box .ast {
    padding-left: 20px;
  }
  .layer-box .address-box .add-form-box .af-t {
    margin-left: 20px;
  }
  .layer-box .logistics-box {
    width: 95%;
    padding: 20px 30px 40px 15px;
  }
  .df-box .df {
    width: 100%;
  }
  .ccd_det .news-content {
    width: 95%;
  }
  .cc-box .cc.mobile {
    display: block;
  }
  .cc-box .cc.pc {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .banner-bar,
  .sub-wrap-box {
    margin-top: 120px;
  }
  .sub-wrap-box {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .banner .img-size {
    padding-top: 56.25%;
  }
  .vid-sp {
    flex-direction: column;
  }
  .vid-sp .ml-35 {
    margin-left: 0;
  }
  .vid-sp .n-list.ml-35 {
    margin-top: 20px;
  }
  .n-list a {
    font-size: 1em;
  }
  .wrap-box .vid {
    width: 100%;
  }
  .vid-sp-bl {
    flex-wrap: wrap;
  }
  .wrap-box .vb-i {
    width: 50%;
  }
  .wrap-box .vb-i:last-child {
    display: none;
  }
  .wrap-box .vb-i:nth-child(3) {
    border-left-width: 1px;
  }
  .wrap-box .vb-i:nth-child(3),
  .wrap-box .vb-i:nth-child(4) {
    border-top-width: 0;
  }
  .ab-f-b {
    flex-direction: column;
  }
  .ab-f-b .zs-img {
    width: 100%;
  }
  .as-box {
    padding-left: 0;
  }
  .as-box .txt {
    font-size: 1em;
    margin-top: 10px;
  }
  .at-i {
    width: 50%;
  }
  .at-i:last-child {
    display: none;
  }
  .at-i a {
    width: 85%;
  }
  .wrap-box .xs-box {
    margin-top: 50px;
  }
  .wrap-box .news {
    flex-direction: column;
  }
  .wrap-box .news > div {
    width: 100%;
    margin-top: 20px;
  }
  .n-list.s a::before {
    border-width: 4px 7px;
  }
  .wrap-box {
    padding-bottom: 40px;
  }
  .wrap-box .xs-box {
    width: 140%;
  }
  .wrap-box .xs-box .l-layer.l-dj {
    display: none;
  }
  .wrap-box .xs-box .l-layer.l-dj.mobile {
    display: block;
    width: 9.1%;
    right: 30.6%;
    top: 13%;
  }
  .j-list > a > .flex-box {
    flex-direction: column;
  }
  .j-list > a .zs-img {
    width: 100%;
  }
  .j-list .txt {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
  .j-list .txt p {
    line-height: 1.75em;
  }
  .j-list.flex a {
    width: 48%;
  }
  .j-list.flex a:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .j-list.flex a:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  .j-list.flex p {
    height: 7em;
  }
  .j-list .more {
    margin: 5px auto 0;
    width: 40%;
  }
  .n-list.sub .more {
    width: 30%;
  }
  .n-list.sub h2 {
    font-size: 1.125em;
  }
  .n-list.sub .t {
    margin-left: 20px;
  }
  .n-list.sub p {
    line-height: 1.5em;
    height: 4.5em;
  }
  .n-list.sub .n-item {
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .n-list.sub.flex-box .more {
    width: 50%;
    margin-top: 10px;
  }
  .n-list.sub.flex-box .t {
    margin-left: 0;
  }
  .l-box {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .l-box .lf-box {
    width: 100%;
  }
  .sp-b {
    padding: 10px;
  }
  .sp-b:not(.sp-b.gw) {
    flex-direction: column-reverse;
  }
  .sp-b .sp-br {
    width: 100%;
    justify-content: flex-start;
  }
  .sp-b .sp-br form {
    width: 100%;
  }
  .sp-b .sp-br .sp-f {
    width: 100%;
  }
  .sp-b.gw {
    flex-direction: column;
  }
  .sp-b.gw .sp-bl {
    justify-content: flex-start;
    width: 100%;
  }
  .sp-b.gw .sp-br {
    margin-top: 10px;
  }
  .sp-b.gw h2:last-child {
    margin-left: auto;
  }
  .sp-b.gw .ml-20 {
    margin-left: auto;
  }
  .sp-b.gw .btn-r {
    margin-left: auto;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
  .sp-b.address {
    flex-direction: row;
  }
  .sp-b.address .check-all {
    margin-right: 10px;
    flex-shrink: 0;
  }
  .sp-b.address .sp-bl {
    flex-direction: column;
    align-items: flex-start;
  }
  .sp-b.address .sp-bl h2 {
    padding: 0;
  }
  .sp-b.address .sp-bl h2:last-child {
    margin-left: 0;
  }
  .sp-b.address .sp-br {
    width: auto;
    flex-shrink: 0;
  }
  .sp-l li {
    width: 48.5%;
  }
  .sp-l li:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .sp-l li:not(:nth-child(2n + 1)) {
    margin-left: 3%;
  }
  .sp-detail {
    flex-wrap: wrap;
  }
  .sp-l-box {
    width: 100%;
  }
  .sp-r-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .sp-r-box h2 {
    text-align: center;
  }
  .sp-r-box .sp-g {
    padding: 10px;
  }
  .sp-r-box .pr-20 {
    padding-right: 10px;
  }
  .sp-r-box li {
    margin-right: 5px;
  }
  .sp-r-box ul.sp-sc li {
    margin-right: 10px;
  }
  .sp-r-box .sp-o {
    padding-left: 10px;
    margin-top: 10px;
  }
  .sp-r-box .btn {
    width: auto;
    flex: 1;
  }
  .spc-l > li {
    padding: 10px;
  }
  .spc-l > li .check {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  .spc-l > li > .flex-box.left {
    flex-direction: column;
  }
  .spc-l > li > .flex-box.left > .flex-box.cc {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
  }
  .spc-l > li > .flex-box.left > .flex-box.cc .btn {
    margin-top: 0;
  }
  .spc-l > li .spc-i span,
  .spc-l > li .spc-i em {
    font-size: 12px;
  }
  .spc-l > li .spc-i .mt-20 {
    margin-top: 0;
  }
  .spc-l > li .spc-i > .flex-box {
    flex-wrap: wrap;
  }
  .spc-l > li .spc-i > .flex-box .flex-box {
    margin-top: 5px;
  }
  .spc-l > li .spc-i > .flex-box .ml-30 {
    margin-left: 10px;
  }
  .spc-l > li .spc-i em {
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
  }
  .spc-l > li .spc-i .buy-num {
    margin: 0 5px;
  }
  .spc-l > li .spc-i .layer-op {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    box-sizing: border-box;
  }
  .spc-l > li .spc-i .layer-op::before {
    display: none;
  }
  .spc-l > li .spc-i .layer-op > .flex-box {
    width: 80%;
    height: 390px !important;
    background-color: #fff;
    flex-direction: column-reverse;
    position: absolute;
    left: 10%;
    top: calc(50% - 195px);
  }
  .spc-l > li .spc-i .layer-op > .flex-box .lr-i {
    width: 100%;
    height: auto;
    border-left-width: 0;
    border-bottom: solid 1px #d1cbc6;
  }
  .spc-l > li .spc-i .layer-op > .flex-box .lr-i .img {
    height: 206px;
    overflow: hidden;
    width: 100%;
  }
  .spc-l > li .spc-i .layer-op > .flex-box .ll-o {
    width: 100%;
    box-sizing: border-box;
  }
  .spc-l > li .btn {
    width: 100px;
    margin-top: 0;
  }
  .spc-l > li .spc-total {
    margin-left: 0;
  }
  .spc-l > li .flex-box.left .btn {
    margin-left: 0;
  }
  .add-l > li {
    height: auto;
    padding: 10px;
  }
  .add-l > li > .flex-box {
    flex-direction: column;
  }
  .add-l > li h2 {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .order-info {
    padding: 20px 10px 40px;
  }
  .order-info .order-b .sub {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .spc-l.order > li > div:first-child {
    margin-bottom: 10px;
  }
  .spc-l.order > li > .flex-box.cc {
    flex-direction: column;
    align-items: flex-start;
  }
  .spc-l.order > li > .flex-box.cc .spc-total {
    margin-bottom: 5px;
  }
  .gr-info {
    flex-direction: column;
    padding: 10px;
    height: auto;
  }
  .gr-info span {
    flex-shrink: 0;
  }
  .gr-info .ava {
    width: 50px;
    margin-right: 5px;
  }
  .gr-info .login-out {
    width: 41px;
    height: 18px;
    margin-top: 10px;
    margin-left: auto;
  }
  .order-tab a {
    font-size: 1em;
    margin-right: 0;
    width: 25%;
  }
  .order-lt {
    padding: 10px;
    height: auto;
  }
  .order-lt .flex-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-lt p {
    margin-top: 5px;
  }
  .order-lt .price {
    margin-top: 5px;
    margin-bottom: 0px !important;
  }
  .order-l .spc-l > li {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-l .spc-l > li > div:last-child {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    width: 100%;
  }
  .order-l .spc-l .btn:first-child {
    margin-left: 0;
  }
  .order-l .spc-l .mt-10 {
    margin-top: 0;
  }
  .layer-box .address-box .add-form-box {
    padding-right: 10px;
  }
  .layer-box .address-box .add-form-box > .flex-box {
    flex-direction: column;
  }
  .layer-box .address-box .add-form-box > .flex-box > .left {
    width: 100%;
  }
  .layer-box .address-box .add-form-box .ml-20 {
    margin-left: 0;
  }
  .layer-box .address-box .add-tl-box {
    padding: 0 10px 20px 10px;
  }
  .layer-box .address-box .add-tl-box .la-t-box {
    width: 100%;
    overflow-x: auto;
  }
  .layer-box .address-box .add-tl-box .la-t-box .atl-l {
    width: 700px;
  }
  .layer-box .address-box .add-tl-box .la-t-box .atl-l th,
  .layer-box .address-box .add-tl-box .la-t-box .atl-l td {
    padding: 5px;
  }
  .layer-box .address-box .add-tl-box .la-t-box .atl-l .def {
    width: 60px;
  }
  .layer-box .code-box {
    width: 80%;
  }
  .layer-box .logistics-box {
    padding: 20px 10px 40px 10px;
    height: 564px;
  }
  .layer-box .logistics-box .lb-top {
    padding: 10px;
    height: 110px;
  }
  .layer-box .logistics-box .lb-bot dl {
    padding: 20px 10px 15px;
  }
  .layer-box .logistics-box .lb-bot dl dd .status {
    margin-left: 10px;
  }
  .layer-box .logistics-box .lb-bot dl dd > var {
    width: 100px;
  }
  .layer-box .logistics-box .lb-bot dl dd .week {
    margin-left: 5px;
  }
  .df-box {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .df-box .df .b-img {
    display: none;
  }
  .df-box .df .l-con {
    position: inherit;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 20px;
  }
  .df-box .df .l-con .flex-box {
    flex-direction: column;
  }
  .df-box .df .l-con .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .df-box .df .l-con .img img {
    border-radius: 0;
  }
  .fg-list a {
    width: 49%;
    height: 43px;
    line-height: 43px;
    margin-top: 10px;
    font-size: 14px;
  }
  .fg-list a:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .fg-list a:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .fg-list.ccl a {
    width: 23.5%;
  }
  .fg-list.ccl a:not(:nth-child(6n+1)) {
    margin-left: 0;
  }
  .fg-list.ccl a:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
  .cc-box .cc {
    width: 100%;
    height: auto;
  }
  .cc-box .cc .swiper-slide:not(.swiper-slide-active) .img-frame::before {
    display: none;
  }
}
