body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: #fff;
}
.phone {
  display: none;
}
.container {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex: 1;
}
.footer,
.header {
  flex: 0;
}
@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}
@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}
/* 上下一篇 */
.orientation {
  margin: 20px 0 0;
  line-height: 1.6;
}
.orientation .next {
  margin: 10px 0 0;
}

/* 导航 */
.pc-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%); */
  border-bottom: 1px solid #d5a088;
}
.pc-nav .logo-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pc-nav .logo-box .logo img {
  width: 300px;
}
.pc-nav .earth {
  display: flex;
  justify-content: flex-end;
  padding: 8px 0 16px;
}
.pc-nav .search-box {
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
}
.pc-nav .search {
  display: flex;
  align-items: center;
  width: 280px;
  height: 46px;
  border-radius: 5px;
  background: #f8f8f8;
}
.pc-nav .search input[type="text"] {
  flex: 1;
  height: 100%;
  border: none;
  padding: 0 0 0 20px;
  background: #f8f8f8;
}
.pc-nav .search input[type="image"] {
  width: 24px;
  border: none;
  padding: 0 20px;
}
.pc-nav .search-box .cart {
  margin: 0 30px 0 36px;
}
.pc-nav .search-box .cart img{
  width: 25px;
  height: 25px;
}
.pc-nav .search-box .download {
  font-size: 16px;
}
.pc-nav .search-box .avatar {
  width: 30px;
  height: 30px;
}
.pc-nav .search-box .login {
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}
.pc-nav .search-box .login a {
  font-size: 16px;
  color: #414141;
}
.pc-nav .search-box .login .line {
  margin: 0 8px;
  width: 1px;
  height: 14px;
  background: #414141;
}

.pc-nav .nav {
  padding: 52px 0 0;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo .company {
  margin: 0 0 0 20px;
}
.pc-nav .nav .logo .company p:first-child {
  font-size: 28px;
  color: #000;
}
.pc-nav .nav .logo .company p:last-child {
  font-size: 16px;
  color: #005f3b;
  text-align: center;
}
.pc-nav .nav .logo img {
  max-width: 100%;
}
.pc-nav .nav .menu {
  display: flex;
  align-items: center;
}
.pc-nav .nav .menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.pc-nav .nav .menu li a {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  white-space: nowrap;
  padding-bottom: 32px;
}
.pc-nav .nav .menu li .line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 60px;
  height: 6px;
  border-radius: 3px 3px 0 0;
  background: #e2001a;
}
.pc-nav .nav .menu li.cur .line {
  display: block;
}
.pc-nav .nav .menu .cur a {
  color: #000000;
}
.pc-nav .nav .menu .menu-son {
  display: none;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 160px;
  font-size: 14px;
  background: #fff;
  animation: fromBottomFade 0.6s ease both;
  -webkit-animation: fromBottomFade 0.6s ease both;
}
.pc-nav .nav .menu .menu-son a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 23px;
  text-align: center;
}
.pc-nav .nav .menu a:hover {
  color: #e2001a;
}
.pc-nav .nav .menu li:hover .line {
  display: block;
}
.pc-nav .nav .menu li:hover .menu-son {
  display: block;
}
.header-gap {
  height: 204px;
}

/* 内页导航 */
.sidenav {
  background-color: #fff;
  /* box-shadow: 0 6px 12px 10px rgba(235, 241, 248, 0.975); */
  /* border-bottom: 1px solid #e9e9e9; */
}
.sidenav .container {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.sidenav .right ul {
  display: flex;
}
.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
}
.sidenav .right ul li.cur a {
  color: #191919;
  font-weight: bold;
}

/* 主体 */
.tit-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  width: inherit;
  position: relative;
  z-index: 10;
}
.tit-box .tit {
  font-size: 46px;
  color: #000;
  font-weight: bold;
}
.tit-box .tit-en {
  font-size: 109px;
  color: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
  text-transform: uppercase;
}
.tit-box .more {
  font-size: 18px;
  color: #676767;
}

/* 首页banner */
.index-banner {
}
/* 内页banner */
.inside-banner {
}

.message-model {
  padding: 20px 30px;
}
.message-model-content input[type="submit"] {
  width: 100%;
  height: 40px;
  background: var(--color-primary);
  font-size: 18px;
  border: none;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
}
.message-model-content .sendcode {
  flex: 1;
  display: flex;
}
.message-model-content .sendcode img {
  margin: 0 0 0 20px;
  width: 100px;
  height: 40px;
}

.iProduct-box {
  margin: 35px 0 0;
}
.iProduct {
  display: flex;
  flex-wrap: wrap;
}
.iProduct .list {
  flex: 0 1 calc(97.5% / 4);
}
.iProduct .list:not(:nth-child(4n)) {
  margin-right: calc(2% / 3);
}
.iProduct .list .pic {
  background: #f8f8f8;
  overflow: hidden;
}
.iProduct .list p {
  font-size: 22px;
  font-weight: bold;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iProduct .list:hover img {
  transform: scale(1.1, 1.1);
}

.iMyProduct-box {
  padding: 66px 0 80px;
}
.iMyProduct .detail {
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iMyProduct .detail .list {
  flex: 0 0 19.46%;
  position: relative;
}
.iMyProduct .detail .list:nth-child(1),
.iMyProduct .detail .list:nth-child(2) {
  flex: 0 0 49%;
  margin: 0 0 10px 0;
}
.iMyProduct .detail .list .info {
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translateX(-50%);
  z-index: 100;
}
.iMyProduct .detail .list .info .title {
  white-space: nowrap;
  font-size: 30px;
  color: #fff;
}
.iMyProduct .detail .list .info .line {
  width: 36px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  margin: 18px auto 0;
}
.iMyProduct .detail .list:hover .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 18, 18, 0.8);
  z-index: 10;
}

.iHotProduct .tit-box .box {
  display: flex;
  align-items: baseline;
}
.iHotProduct .tit-box .box .line {
  width: 3px;
  height: 25px;
  background: #000;
  margin: 0 20px 0 26px;
}
.iHotProduct .tit-box .box p {
  color: #000;
  font-size: 28px;
}
.iHotProduct .detail {
  display: flex;
  flex-wrap: wrap;
  margin: 84px 0 0;
}
.iHotProduct .list {
  flex: 0 1 calc(93.75% / 5);
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8;
  margin: 0 0 20px 0;
}
.iHotProduct .list:not(:nth-child(5n)) {
  margin-right: calc(6.25% / 4);
}
.iHotProduct .list .info {
  padding: 0 28px 28px;
}
.iHotProduct .list .info .title {
  font-size: 20px;
}
.iHotProduct .list .info .des {
  margin: 17px 0 0;
  font-size: 16px;
  color: #909090;
}
.iHotProduct .list .info .price {
  display: flex;
  align-items: baseline;
  margin: 20px 0 0;
  font-size: 22px;
  color: #e32424;
}
.iHotProduct .list .info .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  font-size: 16px;
  height: 46px;
  border-radius: 46px;
  background: #000;
  color: #fff;
}
.iHotProduct .list .info .more:hover {
  background: #ab603d;
}

.iZj-box {
  background: url("../images/zj.png") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 138px 0;
  display: flex;
}
.zj-bg {
  position: relative;
  z-index: 1;
}
.iZj-box .detail {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.iZj-box .detail .left {
  flex: 0 0 40%;
  padding-left: 65px;
}
.iZj-box .detail .left .p1,
.p2 {
  font-size: 46px;
  color: #fff;
}
.iZj-box .detail .left .p2 {
  color: #ab603d;
  margin: 36px 0 0;
}
.iZj-box .detail .left .des {
  color: #fff;
  margin: 70px 0 0;
}
.iZj-box .detail .left .des {
  font-size: 20px;
  line-height: 40px;
}
.iZj-box .detail .right {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 40%;
}
.iZj-box .detail .right .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iZj-box .detail .right .line {
  width: 45px;
  height: 5px;
  background: #fff;
  margin: 28px 0;
}
.iZj-box .detail .right .num {
  font-size: 45px;
  color: #ab603d;
}
.iZj-box .detail .right .des {
  font-size: 20px;
  color: #fff;
}
.iGhgy {
  padding: 70px 0 0;
}
.iGhgy .tit-box {
  justify-content: center;
}
.iGhgy .detail {
  margin: 77px 0 0;
  background: #f8f8f8;
  padding: 0 0 100px;
}
.iGhgy .detail .info {
  background: #fff;
  padding: 44px 36px;
}
.iGhgy .detail .info .tt {
  font-size: 26px;
}
.iGhgy .detail .info .des {
  font-size: 14px;
  color: #999;
  margin: 22px 0 0;
}
.iGhgy .detail .info .more {
  font-size: 18px;
  margin: 38px 0 0;
  color: #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  display: inline-flex;
}

.inset {
  padding: 30px 40px;
}

.article .detail li {
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 25px 40px;
  font-size: 16px;
  overflow: hidden;
}
.article .detail li a span {
  margin: 0 25px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
  flex: 1 1 auto;
}
.article .detail li a .date {
  flex: 0 0 100px;
  text-align: right;
}
.article .detail li a:hover span {
  background-color: #005f3b;
}
.article .detail li a:hover {
  color: #005f3b;
}
.article-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-show .info .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.article-show .info .date {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.article-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.article-show .editor {
  margin: 20px 0 0;
}

.article-img-box {
  background: #f8f8f8;
}
.article-img-title {
  padding: 30px 0 60px;
  text-align: center;
  font-size: 40px;
}
.article-img .list {
  display: flex;
}
.article-img .list .item {
  flex: 0 1 calc(86% / 3);
  border-radius: 25px;
  overflow: hidden;
}
.article-img .list .item .pic {
  height: 300px;
  position: relative;
  z-index: -1;
}
.article-img .list .item:not(:nth-child(3n)) {
  margin-right: calc(14% / 2);
}
.article-img .item .date {
  position: absolute;
  left: 20px;
  bottom: 55px;
}
.article-img .item .day {
  font-size: 50px;
  color: #fff;
}
.article-img .item .year {
  font-size: 12px;
  color: #fff;
}
.article-img .item .info {
  border-radius: 25px 25px 0 0;
  margin-top: -25px;
  background: #ffffff;
  padding: 40px 20px 40px;
}
.article-img .item .info .title {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #eba789;
}
.article-img .item .info .des {
  margin: 20px 0 30px;
  font-size: 18px;
  color: #333;
}
.article-img .item .info .fa-chevron-circle-right {
  font-size: 23px;
  color: #ab603d;
}
.article-img .item:hover p,
.article-img .item:hover .title,
.article-img .item:hover .des {
  color: #ab603d;
}
.article-img .item:hover img {
  transform: scale(1.1, 1.1);
}

/* 产品 */
.goods {
  display: flex;
}
.goods .goods-menu {
  background: #f8f8f8;
  flex: 0 0 290px;
  padding: 46px 25px 46px 40px;
  border-radius: 15px;
  box-sizing: border-box;
}
.goods .goods-menu .goods-tt {
  font-size: 26px;
  font-weight: bold;
}
.goods .goods-menu .menu {
  margin: 30px 0 0;
}
.goods .goods-menu .menu ul li {
  margin: 0 0 22px 0;
}
.goods .goods-menu .menu ul li .title {
  font-size: 20px;
}
.goods .goods-menu .menu ul li > ul {
  padding-left: 20px;
  margin: 20px 0 0;
}
.goods .goods-menu .menu ul li > ul .title {
  font-size: 18px;
}
.goods .goods-menu .menu ul li > ul li {
  margin: 10px 0;
}
.goods .goods-menu .menu ul a {
  width: 100%;
  display: flex;
  align-items: center;
}
.goods .goods-menu .menu ul a .title {
  flex: 1;
}
.goods .goods-menu .menu ul a i {
  flex: 0 0 20px;
  font-size: 20px;
  text-align: right;
}
.goods .goods-detail {
  flex: 1;
  margin: 0 0 0 30px;
}
.goods .goods-detail .cate_info {
  padding: 44px 50px;
  background: #f8f8f8;
  border-radius: 20px;
}
.goods .cate_info .title {
  font-size: 30px;
  color: #000;
}
.goods .cate_info .des {
  margin: 30px 0 0;
  font-size: 20px;
  color: #000;
  line-height: 40px;
}
.goods .cate_info .des {
  margin: 30px 0 0;
  font-size: 20px;
  color: #000;
  line-height: 40px;
}
.goods .cate_info .detail {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.goods .cate_info .detail p {
  position: relative;
  padding-left: 16px;
}
.goods .cate_info .detail p::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #9e9e9e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.goods .filter {
  padding: 44px 50px;
  background: #f8f8f8;
  border-radius: 20px;
  margin: 24px 0 0;
}
.goods .filter .title {
  font-size: 26px;
  font-weight: bold;
}
.goods .filter .detail {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.goods .filter .detail select {
  flex: 0 0 calc(96% / 4);
  height: 50px;
  padding: 0 20px;
  border-color: #adadad;
  background: #f8f8f8
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7"><path d="M1 1l5 5 5-5" stroke="%23020202" stroke-width="2" fill="none"/></svg>')
    no-repeat;
  background-size: 12px;
  background-position: right 12px center;
  padding: 0 24px; /* 这里的 padding 现在会生效 */
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 14px;
}
.goods .filter .detail select:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}

.goods .goods-list {
  padding: 44px 0;
  border-radius: 20px;
  margin: 24px 0 0;
}
.goods .goods-list .list-count {
  display: flex;
  justify-content: space-between;
}
.goods .goods-list .list-count .title {
  font-size: 26px;
}
.goods .goods-list .list-count .count {
  font-size: 16px;
}
.goods .goods-list .list-count .count span {
  color: var(--primary-color);
}
.goods .goods-list .list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
.goods .goods-list .item {
  flex: 0 0 calc(96% / 4);
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8;
  margin: 0 0 20px 0;
}
.goods .goods-list .item:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.goods .goods-list .item .pic {
  /* height: 300px; */
}
.goods .goods-list .item .info {
  padding: 0 28px 28px;
}
.goods .goods-list .item .info .title {
  font-size: 20px;
}
.goods .goods-list .item .info .des {
  margin: 17px 0 0;
  font-size: 16px;
  color: #909090;
}
.goods .goods-list .item .info .price {
  display: flex;
  align-items: baseline;
  margin: 20px 0 0;
  font-size: 22px;
  color: #e32424;
}
.goods .goods-list .item .info .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  font-size: 16px;
  height: 46px;
  border-radius: 46px;
  background: #000;
  color: #fff;
}
.goods .goods-list .list .info .more:hover {
  background: #ab603d;
}
.goodsD .info-wrap {
  display: flex;
}
.goodsD .info-wrap .pic {
  flex: 0 1 43.5%;
  margin: 0 60px 0 0;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}
.goodsD .info-wrap .pic img {
  max-width: 100%;
}
.goodsD .info-wrap .info {
  flex: 1;
  padding: 60px 48px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
  border-radius: 24px;
}
.goodsD .info-wrap .info .title-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.goodsD .info-wrap .info .title {
  font-size: 36px;
  color: #000000;
}
.goodsD .info-wrap .info .sn {
  margin: 20px 0 0;
  font-size: 18px;
  color: #999999;
}
.goodsD .info-wrap .info .icon {
  margin: 28px 0 0;
}
.goodsD .info-wrap .info .des {
  margin: 36px 0 0;
  line-height: 1.6;
  font-size: 16px;
}
.goodsD .info-wrap .info .des p {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 28px;
}
.goodsD .info-wrap .info .des p::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #aa5f3d;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.goodsD .info-wrap .info .price {
  margin: 30px 0 0;
  color: var(--primary-color);
  font-size: 32px;
}
.goodsD .info-wrap .info .price span {
  font-size: 16px;
}
.goodsD .info-wrap .info .dobuy {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goodsD .info-wrap .info .buy {
  display: flex;
  align-items: center;
}
.goodsD .info-wrap .info .buy a {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
  margin: 0 18px 0 0;
}
.goodsD .info-wrap .info .buy p {
  font-size: 16px;
  color: var(--primary-color);
}
.goodsD .info-wrap .info .collect {
  display: flex;
  align-items: center;
}
.goodsD .tabs-wrap {
  position: sticky;
  top: 0;
  margin: 40px 0 0;
  display: flex;
  background: #000;
  height: 70px;
}
.goodsD .tabs-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 230px;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.goodsD .tabs-wrap a.current {
  background: #e2001a;
}
.goodsD .spec-wrap {
  margin: 40px 0 0;
  background: #f8f8f8;
  padding: 50px 40px;
}
.goodsD .spec-wrap .search {
  padding: 0 50px;
}
.goodsD .spec-wrap .search .title {
  font-size: 28px;
}
.goodsD .spec-wrap .search .select {
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.goodsD .spec-wrap .search select {
  flex: 0 0 calc(96% / 4);
  height: 50px;
  padding: 0 20px;
  border-color: #adadad;
  background: #f8f8f8
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7"><path d="M1 1l5 5 5-5" stroke="%23020202" stroke-width="2" fill="none"/></svg>')
    no-repeat;
  background-size: 12px;
  background-position: right 12px center;
  padding: 0 24px; /* 这里的 padding 现在会生效 */
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 14px;
}
.goodsD .spec-wrap .search select:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.goodsD .spec-wrap .search a {
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
  margin: 0 18px 0 0;
}
.goodsD .spec-wrap .search .color {
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.goodsD .spec-wrap .search .color h3 {
  margin: 0 30px 20px 0;
  font-size: 18px;
}
.goodsD .spec-wrap .search .color-box {
  display: flex;
  flex-wrap: wrap;
}
.goodsD .spec-wrap .search .color-box .item {
  flex: 0 1 114px;
  margin: 0 2px 10px 0;
}
.goodsD .spec-wrap .search .color-box .item p {
  margin: 12px 0 0;
  font-size: 14px;
  text-align: center;
}
.goodsD .spec-wrap .search .color-box .item p:nth-child(3){
  margin: 8px 0 0;
  font-size: 12px;
}
.goodsD .spec-wrap .search .color-box .item.cur p {
  color: var(--primary-color);
}
.goodsD .spec-wrap .table {
  margin: 60px 0 0;
}
.goodsD .spec-wrap .table .mt {
  display: flex;
  align-items: center;
}
.goodsD .spec-wrap .table .mt .item {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.goodsD .spec-wrap .table .mt .item.flex1_5 {
  flex: 1.5;
}
.goodsD .spec-wrap .table .mc {
  margin: 20px 0 0;
}
.goodsD .spec-wrap .table .mc .list .item {
  display: flex;
  align-items: center;
  background: #e7e7e7;
  overflow: hidden;
  padding: 0 10px;
}
.goodsD .spec-wrap .table .mc .list .item:nth-child(2n) {
  background: #fff;
}
.goodsD .spec-wrap .table .mc .item-con {
  height: 70px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.goodsD .spec-wrap .table .mc .item-con.flex1_5 {
  flex: 1.5;
}
.goodsD .spec-wrap .table .mc .item-con .sn_pic {
  width: 16px;
  height: 16px;
  object-fit: cover;
}
.goodsD .spec-wrap .table .mc .operate-price {
  display: flex;
  align-items: center;
}
.goodsD .spec-wrap .table .mc .operate-price a {
  font-size: 24px;
}
.goodsD .spec-wrap .table .mc select {
  width: 80px;
  height: 32px;
  margin: 0 14px;
  border: 0;
  padding: 0 4px;
}
.goodsD .spec-wrap .table .mc .operate-price input {
  width: 80px;
  height: 32px;
  margin: 0 8px;
  text-align: center;
}
.goodsD .spec-wrap .table .mc .nowbuy {
  margin: 30px 0 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px 54px;
}
.goodsD .spec-wrap .table .mc .nowbuy .buy {
  display: flex;
  flex: 1;
}
.goodsD .spec-wrap .table .mc .nowbuy .buy a {
  width: 160px;
  height: 50px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.goodsD .spec-wrap .table .mc .nowbuy .buy a:last-child {
  background: #fff;
  color: var(--primary-color);
  margin: 0 0 0 10px;
}
.goodsD .spec-wrap .table .mc .nowbuy .price,
.goodsD .spec-wrap .table .mc .nowbuy .total-unit,
.goodsD .spec-wrap .table .mc .nowbuy .unit {
  margin: 0 0 0 50px;
  display: flex;
  align-items: center;
}
.goodsD .spec-wrap .table .mc .nowbuy .total span {
  font-size: 32px;
}
/* 下订单 */
.goodsCO,
.goodsC {
  padding: 50px 80px;
  background: #f8f8f8;
  box-sizing: border-box;
  border-radius: 20px;
}
.goodsCO-title,
.goodsC-title {
  font-size: 30px;
  color: var(--primary-color);
}
.goodsCO .address-title {
  font-size: 26px;
  margin: 50px 0 30px;
}
.goodsCO .address-content {
  padding: 46px 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 8px;
}
.goodsCO .product {
  margin: 40px 0 60px;
}
.goodsCO .product-title {
  font-size: 26px;
}
.goodsCO .product-content {
  margin: 30px 0 0;
  padding: 40px 34px;
  background: #fff;
  border-radius: 8px;
}
.goodsCO .product-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}
.goodsCO .product-item .info-box {
  flex: 2;
  display: flex;
  align-items: center;
}
.goodsCO .product-item .pic {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  overflow: hidden;
}
.goodsCO .product-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goodsCO .product-item .info {
  margin: 0 50px;
}
.goodsCO .product-item .info .name {
  font-size: 18px;
}
.goodsCO .product-item .info .num {
  margin: 20px 0 0;
  color: #999999;
}
.goodsCO .product-item .operate-price {
  display: flex;
  align-items: center;
  flex: 1;
}
.goodsCO .product-item .operate-price a {
  font-size: 24px;
}
.goodsCO .product-item .operate-price input {
  width: 100px;
  height: 32px;
  margin: 0 14px;
  text-align: center;
}
.goodsCO .product-item .unit-price {
  display: flex;
  align-items: center;
  margin: 0 20px;
  flex: 1;
}
.goodsCO .product-item .total {
  flex: 0.5;
}
.goodsCO .product-item .total p:last-child {
  font-size: 26px;
}
.goodsCO .amount-title,
.goodsC .amount-title {
  font-size: 26px;
}
.goodsCO .amount-content,
.goodsC .amount-content {
  margin: 30px 0 0;
  padding: 40px 34px;
  background: #fff;
  border-radius: 8px;
}
.goodsCO .amount-content .tip,
.goodsC .amount-content .tip {
  margin-bottom: 18px;
}
.goodsCO .amount-content .price span,
.goodsC .amount-content .price span {
  font-size: 32px;
}
.goodsCO .amount-content .submit,
.goodsC .amount-content .submit {
  margin: 30px 20px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  width: 130px;
  height: 40px;
  border-radius: 6px;
  background: var(--primary-color);
}
/* 下订单 end*/
/* 购物车 */
.goodsC .product {
  margin: 40px 0 60px;
}
.goodsC .product-title {
  font-size: 26px;
}
.goodsC .product-content {
  margin: 30px 0 0;
  padding: 40px 34px;
  background: #fff;
  border-radius: 8px;
}
.goodsC .product-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}
.goodsC .product-item .info-box {
  flex: 2;
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}
.goodsC .product-item .pic {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  overflow: hidden;
}
.goodsC .product-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goodsC .product-item .info {
  margin: 0 50px;
}
.goodsC .product-item .info .name {
  font-size: 18px;
}
.goodsC .product-item .info .num {
  margin: 20px 0 0;
  color: #999999;
}
.goodsC .product-item .operate-price {
  display: flex;
  align-items: center;
  flex: 1;
}
.goodsC .product-item .operate-price a {
  font-size: 24px;
}
.goodsC .product-item .operate-price input {
  width: 100px;
  height: 32px;
  margin: 0 14px;
  text-align: center;
}
.goodsC .product-item .unit-price {
  display: flex;
  align-items: center;
  margin: 0 20px;
  flex: 1;
}
.goodsC .product-item .total {
  flex: 0.5;
}
.goodsC .product-item .total p:last-child {
  font-size: 20px;
}
.goodsC .product-item .btn i {
  font-size: 16px;
  flex: 0.5;
}
/* 购物车end */
.userI .row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}
.userI .row .img {
  width: 34px;
}
.userI .row .title {
  color: #666666;
  flex: 0 0 174px;
  margin: 0 0 0 15px;
  font-size: 18px;
}
.userI .row .content {
  color: #666666;
  flex: 1;
  font-size: 18px;
}
.orderI .search {
  display: flex;
  align-items: center;
}
.orderI .search-item {
  display: flex;
  align-items: center;
  height: 50px;
  margin: 0 90px 20px 0;
}
.orderI .search-item .search-title {
  margin: 0 30px 0 0;
  white-space: nowrap;
}
.orderI .search-item .search-content {
  display: flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  border: 1px solid #939393;
}
.orderI .search-item .search-content.date input {
  text-align: center;
  color: var(--primary-color);
}
.orderI .search-item input[type="text"] {
  display: flex;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  border: 0;
}
.orderI .list {
  margin: 60px 0 0;
}
.orderI .list {
  margin: 60px 0 0;
}
.orderI .list .tabs {
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d8d8d8;
}
.orderI .list .tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 138px;
  height: 36px;
  margin: 0 3px 3px 0;
  background: #fff;
}
.orderI .list .tabs a.cur {
  background: var(--primary-color);
  color: #fff;
}
.orderI .list-content {
  margin: 36px 0;
}
.orderI .list-item {
  padding: 34px 24px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 20px 0;
}
.orderI .list-item .order-info {
  display: flex;
}
.orderI .list-item .order-info .sn {
  font-size: 16px;
  color: #333333;
}
.orderI .list-item .order-info .sn-date {
  flex: 1;
  font-size: 16px;
  color: #333333;
  margin: 0 0 0 12px;
}
.orderI .item-content {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.orderI .item-content .info-box {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
}
.orderI .item-content .pic {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  overflow: hidden;
}
.orderI .item-content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orderI .item-content .info {
  margin: 0 50px;
}
.orderI .item-content .info .name {
  font-size: 18px;
}
.orderI .item-content .info .num {
  margin: 20px 0 0;
  color: #999999;
}
.orderI .item-content .free {
  flex: 1;
}
.orderI .item-content .free-price {
  font-size: 26px;
}
.orderI .item-content .btn {
  display: flex;
  flex-direction: column;
}
.orderI .item-content .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  width: 130px;
  height: 32px;
  border-radius: 4px;
  margin: 0 8px 8px 0;
}
.orderI .item-content .pay {
  color: #fff;
  background: var(--primary-color);
}
.orderD .step {
  display: flex;
  align-items: center;
}
.orderD .step-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.orderD .step-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.orderD .step-item img {
  position: relative;
  z-index: 1;
}
.orderD .step-item:last-child::after {
  display: none;
}
.orderD .step-item p {
  margin: 18px 0 0;
  font-size: 18px;
}
.orderD .step-item.cur p {
  color: var(--primary-color);
}
.orderD .wrap {
  margin: 50px 0 0;
}
.orderD .wrap-title {
  font-size: 24px;
}
.orderD .wrap-content {
  margin: 30px 0 0;
  background: #fff;
  padding: 40px;
  border-radius: 4px;
}
.orderD .info .row {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
  font-size: 18px;
}
.orderD .info .row:last-child {
  margin: 0;
}
.orderD .info .row .label {
  width: 128px;
}
.orderD .addressinfo {
  color: #000;
}
.orderD .timeline-item {
  display: flex;
  position: relative;
  padding: 0 0 20px 40px;
}
.orderD .timeline-circle {
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #999;
  background: #fff;
  z-index: 1;
}
.orderD .timeline-item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 1px;
  height: 100%;
  background: #999;
}
.orderD .timeline-item:last-child::after {
  display: none;
}
.orderD .timeline-content {
  font-size: 16px;
}
.orderD .goodsinfo .item {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.orderD .goodsinfo .info-box {
  flex: 1 1 35%;
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}
.orderD .goodsinfo .info-box .num {
  margin: 20px 0 0;
  color: #999;
}
.orderD .goodsinfo .pic {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  overflow: hidden;
}
.orderD .goodsinfo .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orderD .goodsinfo .info {
  margin: 0 50px;
}
.orderD .goodsinfo .unit-price {
  flex: 1;
  color: #999;
  line-height: 25px;
}
.orderD .goodsinfo .total p:nth-child(2) {
  font-size: 26px;
}
.orderD .payinfo .amount-content .tip {
  margin-bottom: 18px;
}
.orderD .payinfo .amount-content .price span {
  font-size: 32px;
}
.orderD .payinfo .amount-content .submit {
  margin: 30px 20px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  width: 130px;
  height: 40px;
  border-radius: 6px;
  background: var(--primary-color);
}
.orderD .bill .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    width: 130px;
    height: 40px;
    border-radius: 6px;
    background: var(--primary-color);
}

.userAddress .address-bar a {
  width: 90px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
}
.userAddress .address-list {
  margin: 30px 0 0;
}
.userAddress .address-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.userAddress .address-list .list-item .name {
  display: flex;
  align-items: center;
}
.userAddress .address-list .list-item .name p:nth-child(2) {
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 0 0 10px;
}
.userAddress .address-list .list-item .tel {
  margin: 20px 0 10px;
}
.userAddress .address-list .list-item .btn a {
  margin: 0 0 0 10px;
}

.userAddress .form-group {
  margin: 0 0 20px 0;
}
.userAddress .form-group.row {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.userAddress .form-group.row label,
.userAddress .form-group.row .layui-form-switch {
  margin: 0;
}
.userAddress .form-group label {
  display: block;
  margin: 0 0 10px 0;
}
.userAddress .form-group label span {
  color: red;
  margin: 0 2px 0 0;
}
.userAddress .form-group .city {
  display: flex;
  justify-content: space-between;
}
.userAddress .submit {
  display: flex;
  justify-content: center;
}
.userAddress .submit button {
  min-width: 120px;
  background-color: var(--primary-color);
}

.product-img .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-img .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product-img .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.product-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.page .editor {
  font-size: 16px;
}
.fwzx .fwzx-title {
  margin: 70px 0 0;
  font-size: 40px;
  text-align: center;
}
.fwzx .fwzx-content {
  padding: 0 200px;
  margin: 45px 0;
  font-size: 16px;
  line-height: 35px;
}
.fwzx .detail .list {
  margin: 40px 0 0;
}
.fwzx .detail .list .item {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 46px 0;
  height: 540px;
}
.fwzx .detail .list .item:nth-child(2n) {
  justify-content: start;
}
.fwzx .detail .list .item .info {
  flex: 0 0 48.56%;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
  margin: 40px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 40px;
}
.fwzx .detail .list .item .info .title {
  font-size: 40px;
}
.fwzx .detail .list .item .info .des {
  margin: 30px 0 60px;
}
.fwzx .detail .list .item .info .btn {
  display: inline-flex;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #000;
  border-radius: 16px;
  color: #fff;
  justify-content: center;
}
.job {
  padding: 30px 0;
}
.job .job-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.job .detail a {
  padding: 38px 48px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 20px 0;
}
.job .detail .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.job .detail .des {
  margin: 26px 0 0;
  font-size: 18px;
}
.job .detail .ask {
  margin: 14px 0 0;
  font-size: 18px;
}
.job .detail .des span,
.job .detail .ask span {
  font-weight: bold;
}

/* 登录 */
.login-box {
  height: 100vh;
  padding: 30px 140px 30px 30px;
  box-sizing: border-box;
}
.login-box .login {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}
.login-box .left {
  flex: 0 0 61.7%;
  height: 100%;
  position: relative;
}
.login-box .left .img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-box .left a {
  display: block;
  position: absolute;
  left: 80px;
  top: 60px;
  z-index: 1;
}
.login-box .right {
  margin: 0 0 0 112px;
  flex: 1;
}
.login-box .right .title {
  font-size: 34px;
  margin-bottom: 30px;
  color: #000;
}
.login-box .right .form-group {
  position: relative;
  background: #f3f5f9;
  border-radius: 8px;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.login-box .right .form-group label {
  margin: 0 18px 0 0;
}
.login-box .right .form-group input {
  flex: 1;
  border: unset;
  background: #f3f5f9;
}
.login-box .right .form-group input:-internal-autofill-selected {
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
}
.login-box .right .captcha_code {
  position: absolute;
  right: 0;
  top: 0;
}
.login-box .right .captcha_code img {
  width: 100%;
  height: 100%;
}
.login-box .right .code {
  color: var(--primary-color);
}
.login-box .right .agree .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.login-box .right .agree .content input {
  margin: 0 6px 0 0;
}
.login-box .right .agree a {
  color: var(--primary-color);
}
.login-box .right .agree button {
  margin-bottom: 30px;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
}
.user-order form {
  width: 500px;
}
.user-order form .form-group .xin-input-block {
  display: flex;
  background: #ffff;
  margin-bottom: 20px;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 20px;
}
.user-order form .form-group label {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.user-order form .form-group .upload {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
}
.user-order form input[type="text"] {
  flex: 1;
}
.user-order button {
  margin-bottom: 30px;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
}
.user-order .agree .content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.user-order .agree .content a {
  color: var(--primary-color);
}

/* 用户中心 */
.user {
  margin: 30px 0 100px;
  display: flex;
  align-items: flex-start;
}
.user .user-menu {
  flex: 0 0 290px;
  background: #f8f8f8;
  padding: 46px 24px 140px 40px;
  border-radius: 16px;
  box-sizing: border-box;
}
.user-menu .welcome {
  color: #000;
  font-size: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--primary-color);
}
.user-menu ul {
  margin: 15px 0 0;
}
.user-menu ul li {
  padding: 15px 0;
}
.user-menu ul li a {
  font-size: 20px;
  color: #000;
}
.user-menu ul li.cur a {
  font-size: 20px;
  color: var(--primary-color);
}
.user .user-main {
  margin: 0 0 0 34px;
  flex: 1;
  background: #f8f8f8;
  padding: 50px 40px;
  border-radius: 16px;
}
.user-main .main-title {
  font-size: 26px;
  color: #000;
  margin-bottom: 30px;
}
.user-main .main-content form {
  max-width: 520px;
}
/* 底部波纹 */
.footerWave-box {
  position: relative;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  height: 80px;
}
.footerWave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
}
.footerWave > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footerWave .wave-g > use {
  animation: move-forever 12s linear infinite;
}
.footerWave .wave-g > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.5;
}
.footerWave .wave-g > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: 0.7;
}
.footerWave .wave-g > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.iFixed {
  display: none;
  position: fixed;
  z-index: 999;
}
.iFixed .iFixed-box {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 52px;
  background-color: #d2ebd8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
/* 底部 */
.footer {
  background: url("../images/footer-bg.png") no-repeat center;
  background-size: cover;
}
.footer .footer-top {
  padding: 55px 0 70px;
  border-bottom: 1px solid #d2d2d2;
}
.footer .footer-top .logo {
  padding: 0 0 60px;
}
.footer .footer-top .address-box {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .address li {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.footer .footer-top .address li:first-child {
  font-size: 20px;
  color: #000;
  margin: 0 0 15px 0;
}

.footer-bottom {
  padding: 35px 0;
}
.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  color: #000;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 10px;
  margin: 5px;
}
.mypage li.active {
  background: #3e929e;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
