@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  --container: 20rem;
  outline: none;
}

.p_top {
  position: absolute;
  top: -8.125rem;
}

.bg {
  background: #47AD49;
}

.c {
  color: #47AD49;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 0 !important;
}

.pagination>li {
  margin: 0 5px;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.pagination>li:last-child .iconfont,
.pagination>li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}

.pagination>li {
  margin: 0 5px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination>li {
  margin: 0 3px;
}

.pagination .active span {
  background-color: #fff;
  border-color: #47AD49 !important;
  color: #47AD49;
}

.pagination .active span:hover {
  background-color: #fff;
  color: #47AD49 !important;
}

.pagination li a:hover {
  background-color: #fff;
  border-color: #47AD49 !important;
  color: #47AD49 !important;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}

.pagination>li.active a,
.pagination>li.active span {
  color: #47AD49 !important;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.foot-fot {
  background: #2D3333;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #47AD49;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .nav_ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

body {
  --container: 20rem;
}

@media (max-width: 1600px) {
  body {
    --container: 15rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container: 12rem;
  }
}

@media (max-width: 1280px) {
  body {
    --container: 10rem;
  }
}

@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}

.serbtn {
  background: #47AD49;
}

.searchbox {
  border-color: #47AD49;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}

.m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
  display: none;
}

.m-bm-navbtn span,
.m-bm-navbtn:after,
.m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-navbtn:after,
.m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #47AD49;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #47AD49;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}

.title {
  color: #4C4948;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1rem;
  position: relative;
}

.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.5625rem;
  height: 1px;
  background: #47AD49;
}

.title.ta::before {
  left: 50%;
  transform: translateX(-50%);
}

.text {
  color: #858585;
  font-size: 1rem;
  line-height: 1.75rem;
}

.tj {
  text-align: justify;
}

.matuo {
  margin: 0 auto;
}

.more {
  line-height: 3.125rem;
  width: 9.375rem;
  border: 1px solid #858585;
  border-radius: 9999px;
  color: #858585;
  display: flex;
  align-items: center;
  z-index: 9;
  position: relative;
  text-align: center;
}

.more.cf {
  color: #fff;
  border-color: #fff;
  z-index: 1;
}

.more .iconfont {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more.bgg {
  color: #fff;
  border-color: #47AD49;
  z-index: 1;
  background: #47AD49;
}

.more.bgg::before {
  background: #fff;
  z-index: -1;
}

.more.bgg:hover {
  color: #47AD49;
  border-color: #47AD49;
}

.more.jc {
  justify-content: center;
}

.more.m0 {
  margin: 0 auto;
}

.more .iconfont {
  margin-left: 0.25rem;
  font-size: 1.25rem;
}

.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #47AD49;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}

.more:hover,
.more.active {
  border-color: #47AD49;
  color: #fff;
}

.more:hover .iconfont,
.more.active .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover::before,
.more.active::before {
  transform: scale(0.95, 0.85);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.header_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 2.4375rem;
  background: #47AD49;
  z-index: 1000;
}

.header_top .text_ {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.header_top .text_ a {
  color: #fff;
  text-decoration: underline;
}

.header_top .close_ {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5625rem;
  cursor: pointer;
  z-index: 9;
}

.header_top .close_:hover .iconfont {
  transform: rotate(90deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
}

.header_top .close_ .iconfont {
  font-size: 1rem;
  color: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.body {
  padding-top: 6.25rem;
}

.body header {
  position: fixed;
  top: 0;
}

.body header::before {
  height: 1px;
}

.body header .left ul li a::before {
  bottom: 2.2rem;
}

header:hover,
header.active,
.body header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover .left ul li a,
header.active .left ul li a,
.body header .left ul li a,
.body header .right ul .yuyan,
.body header .right ul .yuyan a {
  color: #4C4948;
}

.body header .right ul .yuyan a.c {
  color: #45AC48;
}

header:hover .logo img:nth-child(1),
header.active .logo img:nth-child(1),
.body header .logo img:nth-child(1) {
  display: none;
}

header:hover .logo img:nth-child(2),
header.active .logo img:nth-child(2),
.body header .logo img:nth-child(2) {
  display: inline-block;
}

header:hover .right ul li img,
header.active .right ul li img,
.body header .right ul li img {
  filter: brightness(1) invert(0);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  line-height: 6.25rem;
}

header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #E7E7E7;
}

header.active {
  position: fixed;
  top: 0;
  line-height: 5rem;
}

header.active::before {
  height: 1px;
}

header.active .logo img {
  height: 3.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header.active .left ul li a::before {
  bottom: 1.2rem;
}

header .logo {
  width: 10%;
}

header .logo img {
  height: 3.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .left,
header .right {
  width: 40%;
}

header .left ul li {
  float: left;
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 4rem;
}

header .left ul li:last-child {
  margin-right: 0;
}

header .left ul li:hover a,
header .left ul li.active a {
  color: #47AD49;
}

header .left ul li a {
  position: relative;
  color: #fff;
  font-weight: 600;
}

header .left ul li a::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #47AD49;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .left ul li:hover a {
  color: #47AD49;
}

header .left ul li:hover a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}

header .logo {
  text-align: center;
  width: 20%;
}

header .logo img:nth-child(1) {
  display: inline-block;
}

header .logo img:nth-child(2) {
  display: none;
}

header .right ul {
  display: flex;
  justify-content: flex-end;
}

header .right ul li {
  float: left;
  margin-left: 0.875rem;
  position: relative;
  padding-right: 0.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

header .right ul li a,
header .right ul li {
  color: #fff;
}

header:hover .right ul li a,
header:hover .right ul li,
header.active .right ul li a,
header.active .right ul li {
  color: #4C4948;
}

header .right ul li a {
  padding-left: 0.5rem;
}

header .right ul li a.c {
  color: #47AD49;
}

header .right ul li a:nth-child(2) {
  padding-right: 0.5rem;
}

header .right ul li ul li {
  float: none;
  padding: 0;
  margin: 0;
}

header .right ul li ul li a {
  color: #858585;
}

header .right ul li ul li:hover a {
  color: #45AC48;
}

header .right ul li:hover ul {
  transform: scaleY(1);
  opacity: 1;
  transition: 400ms ease-in-out;

}

header .right ul li ul.nologin {
  text-align: center;
}

header .right ul li ul {
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 8.5rem;
  padding: .9375rem 1.875rem;
  color: #858585;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: absolute;
  top: 100%;
  display: block;
  left: -3.875rem;
  display: block;
  border-top: none;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}

header .right ul li ul li:first-child {
  color: #4C4948;
  word-wrap: break-word;
  line-height: 1.875rem;
}

header .right ul li span {
  width: 0.8125rem;
  height: 0.8125rem;
  display: inline-block;
  border-radius: 50%;
  background: #47AD49;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.8125rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
}

header .right ul li img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
}

header .right ul li:first-child {
  margin-left: 0;
}

.banner .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 1;
}

.banner .img video {
  height: 100vh;
  object-fit: cover;
  display: block;
}

.banner .img img {
  animation: banneran 30s infinite;
}

@keyframes banneran {
  form {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 4.875rem;
  font-weight: 700;
  line-height: 5rem;
}

.index_one .swiper-pagination-bullet {
  border-radius: .3125rem;
  opacity: 1;
  background: #fff;
}

.index_one .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #45AC48;
}

.index_one {
  background: url(../img/1.png) no-repeat;
  background-size: cover;
  padding: 8.75rem 0 8.79rem;
}

.index_one .left {
  padding-right: 3rem;
}

.index_one .left .text {
  margin: 1.25rem 0 1.8rem;
}

.index_one .right {
  padding-left: 2rem;
}

.index_one .right .pr {
  padding-top: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.index_one .right ul li {
  position: absolute;
}

.index_one .right ul li img {
  width: 10rem;
}

.index_one .right ul li:nth-child(1) {
  top: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.index_one .right ul li:nth-child(2) {
  top: 31%;
  right: 0;
}

.index_one .right ul li:nth-child(3) {
  bottom: 0%;
  right: 15%;
}

.index_one .right ul li:nth-child(4) {
  bottom: 0%;
  left: 12%;
}

.index_one .right ul li:nth-child(5) {
  top: 31%;
  left: 0;
}

.index_one .right .hover {
  position: absolute;
  top: calc(50% + 2.5rem);
  transform: translateY(-50%);
  width: calc(100% - 4rem);
  text-align: center;
}

.index_one .right .hover .p1 {
  color: #46AD49;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 2rem;
}

.index_one .right .hover .p1 span {
  border-bottom: 1px solid #47AD49;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.index_one .right .hover .p2 {
  color: #46AD49;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

.alignc {
  align-items: center;
}

.index_two {
  padding: 5.94rem 0 6rem;
}

.index_two .squera_pro .hover .name_top {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.margin_case {
  margin: 1.875rem -0.8125rem 0;
}

.swiper_btn {
  background: none;
}

.swiper_btn .iconfont {
  color: #242424;
  font-size: 1.875rem;
  display: block;
}

.swiper_btn:hover .iconfont {
  color: #47AD49;
}

.squera_pro {
  padding: 1rem 0.8125rem;
}

.squera_pro:hover a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro:hover a .over {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro:hover a .over img {
  transform: scale(1.1);
}

.squera_pro .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.squera_pro .hover .img {
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.squera_pro .hover .img img {
  max-width: 90%;
  height: 100%;
  object-fit: contain;
}

.squera_pro .hover .name_top {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1.375rem;
  line-height: 1.65rem;
}

.squera_pro .hover .name_top i {
  font-style: italic;
}

.squera_pro .over,
.squera_pro .over img {
  border-radius: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro .name {
  color: #46AD49;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.squera_pro .name i {
  font-style: italic;
}

.squera_pro .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 0.3rem;
}

.index_two .swiper-button-next {
  right: -3.4375rem;
}

.index_two .swiper-button-prev {
  left: -3.4375rem;
}

.index_three {
  padding: 14rem 0 13rem;
  background: #E2F0DC url(../img/8.png) no-repeat;
  background-size: cover;
}

.index_three .left {
  padding-right: 3rem;
}

.index_three .left .pr:hover img {
  transform: scale(1.1);
}

.index_three .left .pr:hover .hover div {
  background: #47AD49;
  border-color: #47AD49;
}

.index_three .left .over,
.index_three .left .over img {
  border-radius: 1.875rem;
}

.index_three .left .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_three .left .hover div {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: linear-gradient(141deg, #FFF -6.93%, rgba(255, 255, 255, 0) 99.3%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_three .left .hover div .iconfont {
  font-size: 1.5rem;
  color: #fff;
  display: block;
}

.index_three .right {
  padding-left: 4.25rem;
}

.index_three .right .text {
  margin: 1rem 0 1.5rem;
  text-align: justify;
}

.index_four {
  padding: 8rem 0 6rem;
}

.index_four .swiper-container {
  margin-top: 3.75rem;
}

.index_four .text {
  color: #858585;
  text-align: justify;
  text-align-last: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.index_four .swiper-slide .icon {
  text-align: center;
  margin-bottom: 2.3rem;
}

.index_four .swiper-slide .icon img:nth-child(1) {
  width: 10.63rem;
  height: 10.625rem;
}

.index_four .swiper-slide .icon img:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 4.8125rem;
  display: block;
}

.index_five .swiper-container {
  margin-top: 2.1rem;
}

.index_five .swiper-container .swiper-slide {
  height: auto;
}

.index_five .swiper-container .text,
.index_five .swiper-container .name {
  color: #858585;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5rem;
}

.index_five .swiper-container .text {
  height: calc(100% - 4.65rem);
}

.index_five .swiper-container .name {
  margin-top: 1.65rem;
  text-align: right;
}

.index_six {
  padding: 6rem 0 5rem;
}

.index_six .pag_btn {
  margin-top: 2.5rem;
}

.index_six .over,
.index_six .over img {
  border-radius: 1.875rem;
}

.index_six .swiper-container {
  margin-top: 1.875rem;
  border-radius: 1.875rem;
}
.index_six .swiper-slide .text{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    top: 45%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.index_three.index_gy{
    background: #fff;
    padding: 8rem 0 6rem;
}

.index_three.index_gy .title.ta::before{
    left: 3%;
}
.index_three.index_gy .content .row{
    padding: 3.125rem 0 3.75rem;
    
}
.index_three.index_gy .content .row .left img{
    border-radius: 1.875rem;
}
.index_three.index_gy .right{
    padding-left: 1.875rem;
}
.col-md-6 h4.titi{
    color: #4c4948;
    font-weight: 700;
}
.index_gy h4.titi p:nth-child(1){
    padding-bottom: 5px;
}
.index_three.index_gy .content .bot{
    padding-top: 3.125rem;
    border-top: 2px solid #e5e5e5;
}

.index_one.index_ngib{
    background: #f1f8ef;
}
.index_one.index_ngib .row{
    padding: 3.125rem 0 2rem;
}
.index_ngib .row .right .over{
    padding: 2.5rem 0;
    background: #fff;
    border-radius: 1.875rem;
    text-align: center;
}
.index_ngib .row .right .over img{
    border-radius: 1.875rem;
}









footer {
  background: #46AD49;
  padding: 4.2rem 0 0;
}

footer .top {
  padding-bottom: 3.8rem;
  border-bottom: 0.25rem solid #fff;
}

footer .top .name {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5rem;
}

footer .top .email {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 1.5rem 0;
}

footer .top .email a {
  display: flex;
  align-items: center;
  color: #fff;
}

footer .top .email a .iconfont {
  font-size: 1.375rem;
  margin-right: 0.375rem;
  color: #fff;
  display: block;
}

footer .top .flex {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  justify-content: flex-start;
}

footer .top .flex ul {
  display: flex;
  align-items: center;
  margin-left: 0.625rem;
}

footer .top .flex ul li {
  margin-right: 0.8125rem;
  width: 2.31769rem;
  height: 2.3125rem;
  border-radius: 50%;
  background: #fff;
  line-height: 2.31769rem;
  text-align: center;
}

footer .top .flex ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

footer .top .flex ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .top .flex ul li:last-child {
  margin-right: 0;
}

footer .top .flex ul li .d>img {
  height: 1.25rem;
}

footer .top .flex ul li {
  position: relative;
}

footer .top .flex ul li .img22 {
  position: absolute;
  top: -6.5rem;
  left: -1.5rem;
  width: 6rem;
  height: 6rem;
  display: none;
}

footer .top .flex ul li:hover .img22 {
  display: block;
}

footer .bot {
  padding: 3.75rem 0 5.5rem;
}

footer .bot .name {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

footer .bot .text {
  color: #FFF;
  font-size: 1rem;
  line-height: 2.25rem;
}

footer .bot .text i {
  font-style: italic;
}

footer .bot a:hover {
  text-decoration: underline;
}

footer .bot .left {
  width: 23%;
}

footer .bot .left .logo img {
  height: 3.61488rem;
  filter: brightness(0) invert(1);
}

footer .bot .left .address {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.5rem 0 1.5rem;
}

footer .bot .left ul {
  display: flex;
  margin: 0 -0.3125rem;
}

footer .bot .left ul li {
  width: 20%;
  padding: 0 0.3125rem;
}

footer .bot .left ul li img {
  width: 100%;
}

footer .bot .center {
  width: 49%;
}

footer .bot .center ul {
  display: flex;
  padding-left: 3rem;
}

footer .bot .center ul li {
  padding-left: 5rem;
}

footer .bot .right {
  width: 28%;
}

footer .bot .right form {
  margin: 1.25rem 0 1.38rem;
}

footer .bot .right button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  border: none;
  background: transparent;
}

footer .bot .right button .iconfont {
  color: #fff;
  display: block;
  font-size: 1.375rem;
  font-weight: 200;
}

footer .bot .right .select div {
  line-height: 3.125rem;
  border-radius: 3.125rem;
  padding: 0 1.25rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  position: relative;
}

footer .bot .right .select div img {
  width: 1.5rem;
  height: 1.5rem;
}

footer .bot .right .select div img:last-child {
  position: absolute;
  top: 50%;
  display: block;
  right: 1.25rem;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}

footer .bot .right .select.active div {
  background: rgba(255, 255, 255, 0.1);
}

footer .bot .right .select.active div img:last-child {
  transform: rotate(0) translateY(-50%);
  transform-origin: top;
}

footer .bot .right .select.active ul {
  background: rgba(255, 255, 255, 0.1);
  display: block;
}

footer .bot .right .select ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1.25rem 1.25rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.625rem;
  z-index: 99;
  display: none;
}

footer .bot .right .select ul li {
  padding-bottom: 0.75rem;
}

footer .bot .right .select ul li:last-child {
  padding-bottom: 0;
}

footer .bot .right .select ul li a {
  color: #fff;
  font-size: 1rem;
}

footer .beian {
  padding: 0.875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .beian .text {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

footer .beian .text>div {
  margin-left: 0.3125rem;
}

footer .beian .text a {
  color: #fff;
}

footer .beian .text a:hover {
  text-decoration: underline;
}

.bread {
  margin-top: 1rem;
}

.bread .text {
  color: #A5A5A5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.bread .text i {
  font-style: italic;
}

.bread a:hover {
  color: #47AD49;
}

.bread span:last-child {
  display: none;
}

.list_pro.catstyle_5 .squera_pro .img,
.show_product.kyj_5 .mySwiper2 .swiper-slide .hover .img {
  display: none;
}
.list_pro.catstyle_11 .squera_pro .img,
.list_pro.catstyle_10 .squera_pro .img,
.list_pro.catstyle_12 .squera_pro .img,
.list_pro.catstyle_13 .squera_pro .img{
     display: none;
}

.list_pro.catstyle_5 .squera_pro .hover .name_top,
.show_product.kyj_5 .mySwiper2 .swiper-slide .hover .name_top {
  margin-top: 0;
}

.list_pro {
  padding-bottom: 5rem;
}

.list_pro .title {
  margin: 2.5rem 0 0.7rem;
}

.list_pro .title::before {
  display: none;
}

.list_pro .erji {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #EFEFEF;
}

.list_pro .erji li {
  padding: 0 .5rem;
}

.list_pro .erji li a {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.list_pro .erji li a i {
  font-style: italic;
}

.list_pro .erji li:hover a,
.list_pro .erji li.active a {
  color: #47AD49;
}

.list_pro .ul {
  margin-top: 2.56rem;
}

.list_pro .ul .over,
.list_pro .ul .over img {
  border-radius: 1.25rem;
}

.show_product {
  margin: 1.5625rem 0 5rem;
}

.show_product .scale {
  width: 2.3125rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 1.25rem;
  background: #FFFFFF;
  left: 1rem;
}

.show_product .scale .iconfont {
  display: block;
  font-size: 1.125rem;
  color: #4C4948;
}

.show_product .mySwiper2 .swiper-slide .over,
.show_product .mySwiper2 .swiper-slide .over img {
  border-radius: 1.25rem;
}

.show_product .mySwiper2 .swiper-slide .over img {
  height: 70vh;
  object-fit: cover;
}

.show_product .mySwiper2 .swiper-slide:hover .over img {
  transform: scale(1.1);
}

.show_product .mySwiper2 .swiper-slide .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.show_product .mySwiper2 .swiper-slide .hover .img {
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_product .mySwiper2 .swiper-slide .hover .img img {
  max-width: 85%;
  max-height: 100%;
  object-fit: contain;
}

.show_product .mySwiper2 .swiper-slide .hover .name_top {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3rem;
  opacity: 0.6;
  margin-top: 1.5rem;
}

.show_product .mySwiper2 .swiper-slide .hover .name_top i {
  font-style: italic;
}

.show_product .mySwiper {
  margin-top: 1rem;
}

.show_product .mySwiper .swiper-slide {
  border: 0.1875rem solid #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}

.show_product .mySwiper .swiper-slide img {
  height: 10rem;
  object-fit: cover;
}

.show_product .mySwiper .swiper-slide .over,
.show_product .mySwiper .swiper-slide .over img {
  border-radius: 1rem;
}

.show_product .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #47AD49;
}

.show_product .right {
  padding-left: 5rem;
}

.show_product .right .name {
  color: #46AD49;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.show_product .right .name p {
  display: inline-block;
}

.show_product .right .name i {
  font-style: italic;
}

.show_product .right .title {
  color: #4C4948;
  font-size: 1.875rem;
  line-height: 2.2rem;
  margin: 0.5rem 0 0.6rem;
  padding-bottom: 0;
}

.show_product .right .title::before {
  display: none;
}

.show_product .right .evaluate {
  display: flex;
  align-items: center;
  color: #858585;
  font-size: 1rem;
}

.show_product .right .evaluate img {
  width: 0.9375rem;
  height: 0.875rem;
  margin-right: 0.25rem;
}

.show_product .right .price {
  color: #4C4948;
  font-size: 1.625rem;
  line-height: 1.875rem;
  display: flex;
  font-weight: 500;
  align-items: center;
  margin: 1.1rem 0 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.69rem;
  font-weight: 600;
}

.show_product .right .price .price_list {}

.show_product .right .price .price_list.active {
  display: block;
}

.show_product .right .price del {
  color: #858585;
  font-size: 1rem;
  text-decoration-line: strikethrough;
  margin-right: 0.375rem;
}

.show_product .right .price div,
.show_product .right .price p {
  width: 100%;
}

.show_product .right .price p {
  margin-top: 0.375rem;
  color: #858585;
  font-size: 0.875rem;
  line-height: 1rem;
}

.show_product .right .fenzishi {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem 0 2.4rem;
}

.show_product .right .specifications .ul2 {
  margin-bottom: 1rem;
}

.show_product .right .specifications .sum .ul1 {
  display: none;
}

.show_product .right .specifications .sum .ul1.active {
  display: flex;
}

.show_product .right .specifications .sum .ul1 li span {
  display: none;
}

.show_product .right .specifications p {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.show_product .right .specifications ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.375rem;
}

.show_product .right .specifications ul li {
  cursor: pointer;
  padding: 0 0.375rem;
}

.show_product .right .specifications ul li.active div {
  border-color: #47AD49;
  color: #47AD49;
}

.show_product .right .specifications ul li div {
  border-radius: 5.625rem;
  border: 0.72px solid #D9D9D9;
  width: 5.85rem;
  line-height: 2.25rem;
  color: #858585;
  font-size: 1rem;
  text-align: center;
}

.show_product .right .specifications .join_car {
  margin-top: 1.38rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_product .right .specifications .join_car .number input {
  width: 100%;
  text-align: center;
}

.show_product .right .specifications .join_car .number {
  width: 8.125rem;
  line-height: 3.125rem;
  text-align: center;
  padding: 0 0.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 9099px;
  display: flex;
  justify-content: space-between;
}

.show_product .right .specifications .join_car .number button {
  width: 1.875rem;
}

.show_product .right .specifications .join_car .number button .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
  display: block;
}

.show_product .right .specifications .join_car .number span {
  width: calc(100% - 1.875rem * 2);
  color: #4C4948;
  font-size: 1.25rem;
}

.show_product .right .specifications .join_car .like {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #D9D9D9;
  line-height: 3.125rem;
  border-radius: 50%;
  text-align: center;
}

.show_product .right .specifications .join_car .like img {
  height: 1.25rem;
  margin: 0 auto;
}

.show_product .right .specifications .join_car .like img:nth-child(1) {
  display: block;
}

.show_product .right .specifications .join_car .like img:nth-child(2) {
  display: none;
}

.show_product .right .specifications .join_car .like.active img:nth-child(1) {
  display: none;
}

.show_product .right .specifications .join_car .like.active img:nth-child(2) {
  display: block;
}

.show_product .right .specifications .join_car button {
  border: none;
  background: transparent;
}

.show_product .right .specifications .join_car>.pr {
  width: calc(100% - 3.125rem - 8.125rem - 0.94rem * 2);
}

.show_product .right .specifications .join_car>.pr:hover .email,
.dayu200:hover .email {
  display: block;
}

.show_product .right .specifications .join_car>.pr .email,
.dayu200 .email {
  position: absolute;
  top: 130%;
  left: 0;
  border-radius: 1.25rem;
  background: #FFF;
  width: calc(100% + 3.125rem + 0.94rem);
  padding: 1.875rem 1rem 1.875rem 3rem;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.1));
  display: none;
}

.dayu200 {
  position: relative;
}

.dayu200 .email {
  width: 22rem !important;
  z-index: 999;
  padding: 20px;
  border-radius: 20px !important;
}

.dayu200 .email p {
  text-align: left !important;
}

.show_product .right .specifications .join_car>.pr .email p,
.dayu200 .email p {
  color: #4C4948 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 2rem !important;
  margin-bottom: 0.375rem !important;
}

.show_product .right .specifications .join_car>.pr .email a:hover,
.dayu200 .email a:hover {
  color: #47AD49;
}

.show_product .right .specifications .join_car>.pr .email::after,
.dayu200 .email::after {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: calc(100% + 3.125rem + 0.94rem);
  background: transparent;
  z-index: -1;
  height: 100%;
}

.show_product .right .specifications .join_car>.pr .email::before,
.dayu200 .email::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 2rem;
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #fff;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}

.show_product .right .specifications .join_car>.pr .email a,
.dayu200 .email a {
  display: flex;
  align-items: center;
}

.show_product .right .specifications .join_car>.pr .email a .iconfont,
.dayu200 .email .iconfont {
  font-size: 1.25rem;
  display: block;
  margin-right: 0.3125rem;
}

.show_product .right .specifications .join_car .join {
  line-height: 3.125rem;
  border-radius: 999px;
  background: #47AD49;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.show_product .right .specifications .join_car .join:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_product .right .agree {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.75rem;
  margin: 0.5rem 0 1rem;
  display: flex;
  align-items: center;
  /* 复选框组件 */
  /* 设置未选中样式 */
  /* 设置选中样式 */
}

.show_product .right .agree a {
  color: #858585;
  text-decoration: underline;
}

.show_product .right .agree input[type="checkbox"]::before {
  border: none;
  border-radius: 50%;
}

.show_product .right .agree a:hover {
  color: #47AD49;
}

.dayu200:hover .email {
  border: none !important;
}

.show_product .right .agree input {
  margin-right: 0.375rem;
  cursor: pointer;
}

.show_product .right .agree input[type="checkbox"] {
  position: relative;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border: 1px solid #47AD49;
  border-radius: 50%;
  /* 取消默认样式 */
  -webkit-appearance: none;
}

.show_product .right .agree input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.375rem;
  height: 0.375rem;
  background: #47AD49;
  text-align: center;
  border-radius: 50%;
}

.show_product .right .rightnow {
  border: 1px solid #D9D9D9 !important;
  width: 100%;
  line-height: 3.125rem;
  border-radius: 6.25rem;
  text-align: center;
  border: none;
  color: #858585;
  background: transparent;
  font-size: 1rem;
}

.show_product .right .rightnow:hover {
  background: #47AD49;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.show_product .right .bot {
  margin-top: 2.75rem;
}

.show_product .right .bot .text {
  color: #858585;
  font-size: 1rem;
  line-height: 1.75rem;
}

.show_product .right .bot .text p {
  padding-left: 1.375rem;
  position: relative;
}

.show_product .right .bot .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #858585;
}

.show_product .right .bot ul {
  border-top: 1px solid #D9D9D9;
  margin-top: 2rem;
}

.show_product .right .bot ul li>div:nth-child(1) {
  line-height: 3.125rem;
  border-bottom: 1px solid #D9D9D9;
  color: #858585;
  font-size: 1rem;
  cursor: pointer;
}

.show_product .right .bot ul li>div:nth-child(1) img {
  height: 1.75rem;
  margin-right: 0.75rem;
}

.show_product .right .bot ul li>div:nth-child(2) {
  padding: 1.25rem 0;
  border-bottom: 1px solid #D9D9D9;
  display: none;
}

.show_product .right .bot ul li .list p,
.show_product .right .bot ul li .list div {
  display: flex;
  flex-wrap: wrap;
}

.show_product .right .bot ul li .list span:nth-child(1) {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #E2F0DC;
  display: inline-block;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
}

.show_product .right .bot ul li .list span:nth-child(2) {
  width: calc(100% - 1.5rem);
  padding-left: 0.5rem;
  display: block;
}

.show_product .right .bot ul li .list p {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0.65rem;
  font-weight: 500;
  color: #4d4d4d;
}

.show_product .right .bot ul li .list div {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.show_product .right .bot ul li.clicked>div:nth-child(2) {
  display: block;
}

.show_product .right .comment {
  border: 1px solid #D9D9D9;
  padding: 1.25rem 1.875rem 1.375rem;
  margin-top: 1rem;
}

.show_product .right .comment p {
  color: #4C4948;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  line-height: 1.5rem;
}

.show_product .right .comment div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_product .right .comment div .left {
  color: #858585;
  font-size: 1rem;
  font-weight: 400;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.show_product .right .comment div .left .iconfont {
  font-size: 1.25rem;
  margin-right: 0.375rem;
}

.show_product .right .comment div a {
  display: block;
  width: 40%;
  color: #4C4948;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.show_product .right .comment div a:hover {
  color: #47AD49;
}

.show_product .left {
  position: sticky;
  top: 5rem;
  height: 100%;
}

.show_product_two {
  padding: 5rem 0 7.5rem;
}

.show_product_two .title::before {
  display: none;
}

.show_product_two ul {
  margin-top: 1rem;
}

.show_product_two ul li {
  height: 5rem;
  color: #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
}

.show_product_two ul li p {
  color: #646464;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: 70%;
}

.show_product_two ul li p i {
  font-style: italic;
}

.show_product_two ul li div {
  width: 30%;
  color: #646464;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.pag_btn {
  margin-top: 1.5625rem;
  position: relative;
}

.pag_btn .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #818181;
  opacity: 1;
  margin: 0 0.4375rem;
}

.pag_btn .swiper-pagination-bullet-active {
  background: #818181;
}

.padding60 {
  padding: 3.75rem 0 9.375rem;
}

.padding60.pt120 {
  padding-top: 7.5rem;
}

.list_login .name {
  color: #4C4948;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

.list_login .forget_pass {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration-line: underline;
}

.list_login .forget_pass:hover {
  color: #47AD49;
}

.list_login .left {
  padding-right: 6.875rem;
  border-right: 1px solid #D9D9D9;
}

.list_login .row {
  padding-top: 6.25rem;
}

.list_login .right {
  padding-left: 5.5rem;
}

.list_login .right .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.625rem 0 1.25rem;
}

.list_login .right .more {
  width: 200px;
  border: 1px solid #D9D9D9;
  color: #858585;
}

.list_login .right .more:hover {
  color: #fff;
}

.btn_login.payment {
  width: auto;
  padding: 0 2.5rem;
}

.btn_login {
  width: 100%;
  border: none;
  line-height: 3.125rem;
  border-radius: 9999px;
  text-align: center;
  background: #47AD49;
  color: #FFF;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.btn_login:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: rgba(71, 173, 73, 0.95);
}

.input_label {
  --left: 1.25rem;
}

.input_label .sel {
  position: absolute;
  top: 100%;
  z-index: 99;
  left: 0;
  width: 100%;
  padding: 0.5rem var(--left);
  background: #fff;
  border: 1px solid #ddd;
  display: none;
}

.input_label .sel.active {
  display: block;
}

.input_label .sel div {
  cursor: pointer;
  color: #858585;
  font-size: 1rem;
  line-height: 1.875rem;
}

.input_label .eyes,
.input_label .rili,
.input_label .xiala {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.125rem;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
}

.input_label .eyes::before,
.input_label .rili::before,
.input_label .xiala::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 1.4063rem;
  background: #D9D9D9;
}

.input_label .eyes .iconfont,
.input_label .rili .iconfont,
.input_label .xiala .iconfont {
  font-size: 1.25rem;
  color: #858585;
  display: block;
}

.input_label.c0 {
  --left: 1.75rem;
}

.input_label.c0 input,
.input_label.c0 select,
.input_label textarea {
  color: #858585;
  font-weight: 600;
  border: 1px solid #D9D9D9;
}

.input_label.c0 label {
  color: #ACACAC;
}

.input_label select {
  display: none;
}

.input_label.select {
  border: 1px solid #D9D9D9;
  width: 100%;
  line-height: 1.5rem;
  height: calc(1.5rem + 0.8125rem * 2 + 2px);
  border-radius: 3.125rem;
  padding: 0.8125rem var(--left);
}

.input_label.select select {
  border: none;
  width: 100%;
  padding: 0.65rem 0 0.25rem;
  background: transparent;
}

.input_label.select.active select {
  display: block;
}

.input_label input:focus~label,
.input_label textarea:focus~label,
.input_label input:not(:placeholder-shown)~label,
.input_label textarea:not(:placeholder-shown)~label,
.input_label.select.active label {
  top: 0;
  transform: translateY(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.input_label textarea {
  width: 100%;
  border-radius: .625rem;
  line-height: 1.5rem;
  padding: 0.8125rem var(--left);
  color: #858585;
  font-size: 1rem;
  background: transparent;
  display: block;
  height: 8.125rem;
}

.input_label input.form-control:focus {
  box-shadow: none;
}

.input_label input.form-control {
  height: auto;
}

.input_label input {
  width: 100%;
  line-height: 1.5rem;
  border-radius: 3.125rem;
  border: 1px solid #fff;
  padding: 0.8125rem var(--left);
  color: #FFF;
  font-size: 1rem;
  background: transparent;
}

.input_label input::placeholder,
.input_label textarea::placeholder {
  color: transparent;
}

.input_label input:focus,
.input_label textarea:focus,
.input_label textarea:not(:placeholder-shown),
.input_label input:not(:placeholder-shown) {
  padding: 1.375rem var(--left) 0.25rem;
}

.input_label.textarea label {
  top: .75rem;
  transform: translateY(0);
}

.input_label label {
  font-size: 1rem;
  left: var(--left);
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top 0.1s ease, font-size 0.1s ease;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 500;
}

.input_label #code_btn {
  border: none;
  background: transparent;
  color: #47AD49;
  font-size: 1rem;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  right: 1.625rem;
  transform: translateY(-50%);
  width: auto;
  padding: 0;
}

.input_label select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.create_account .content,
.forget_pas .content {
  width: 31.25rem;
  margin: 0 auto;
}

.agree {
  display: flex;
  align-items: center;
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.agree>div {
  width: calc(100% - 1.125rem - 0.625rem);
}

.agree a {
  color: #47AD49;
}

.agree input {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  margin-right: 0.625rem;
}

.agree input[type="checkbox"] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.agree input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #CACDCF;
}

.agree input[type="checkbox"]:checked::after {
  content: "\e606";
  font-family: "iconfont" !important;
  font-size: 0.75rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #47AD49;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  font-weight: bold;
}

.forget_pas {
  padding: 11.25rem 0 15rem;
}

.forget_pas .text {
  margin: 1.25rem 0 1.875rem;
}

.job-tanc,
.delcontent {
  width: 31.25rem !important;
}

.job-tanc .layui-layer-setwin,
.delcontent .layui-layer-setwin,
.layui-layer-setwin {
  top: 0;
  right: 0;
}

.job-tanc .layui-layer-setwin .layui-layer-close2,
.delcontent .layui-layer-setwin .layui-layer-close2,
.layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 1.375rem !important;
  top: 0rem !important;
  color: #4C4948 !important;
  background: transparent url(../img/close.png) no-repeat !important;
  background-position: center center !important;
}

.job-tanc .layui-layer-btn {
  padding: 0 1.25rem 3.75rem;
}

.job-tanc .layui-layer-btn a {
  width: 100%;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 9999px;
  background: #47AD49;
  border-color: #47AD49;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  text-transform: capitalize;
  margin: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.job-tanc .layui-layer-btn a:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0.95;
}

.job-tanc .c:hover {
  text-decoration: underline;
  color: #47AD49 !important;
}

.shopping_cart .ul1 {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  line-height: 3.125rem;
  background: #F5F5F5;
  padding: 0 0.8125rem;
}

.shopping_cart .ul2 li {
  padding: 1.6875rem 0;
  border-bottom: 1px solid #D9D9D9;
}

.shopping_cart ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping_cart ul li .div1 {
  width: 40%;
  display: flex;
  align-items: center;
}

.shopping_cart ul li .div1 .left {
  width: 5.625rem;
}

.shopping_cart ul li .div1 .left .over,
.shopping_cart ul li .div1 .left .over img {
  border-radius: 0.625rem;
}

.shopping_cart ul li .div1 .right {
  width: calc(100% - 5.625rem);
  padding-left: 1.875rem;
}

.shopping_cart ul li .div2 {
  width: 15%;
  text-align: center;
}

.shopping_cart ul li .div2,
.shopping_cart ul li .div4 {
  color: #4C4948;
  font-weight: 500;
  font-size: 1rem;
}

.shopping_cart ul li .div3 {
  width: 30%;
  text-align: center;
}

.shopping_cart ul li .div3 .del {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 0.625rem;
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}

.shopping_cart ul li .div3 .del:hover {
  color: #47AD49;
}

.shopping_cart ul li .div3 .del span {
  text-decoration-line: underline;
}

.shopping_cart ul li .div4 {
  width: 10%;
  text-align: center;
}

.shopping_cart .btn_login {
  display: inline-block;
  padding: 0 8.75rem;
  width: auto;
  margin-top: 2.5rem;
}

.shopping_cart .btn_login:hover {
  color: #fff;
}

.del_content {
  display: none;
}

.delcontent.layui-layer .layui-layer-content {
  width: 31.25rem;
  text-align: center;
  padding: 4rem 4rem;
}

.delcontent.layui-layer .text {
  color: #4C4948;
}

.delcontent.layui-layer .btn_more {
  text-align: center;
  padding: 1.5rem 0 0;
}

.delcontent.layui-layer .btn_more .more {
  width: 100%;
  text-align: center;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 999px;
  display: block;
  color: #4C4948;
}

.delcontent.layui-layer .btn_more .more::before {
  display: none;
}

.delcontent.layui-layer .btn_more .more:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0.9;
}

.delcontent.layui-layer .btn_more .more:nth-child(1) {
  background: #47AD49;
  border-color: #47AD49;
  margin-bottom: 0.875rem;
  color: #fff;
}

.jiajian {
  background: #FFFFFF;
  border: 1px solid #CFCDCD;
  border-radius: 3.125rem;
  line-height: 3.125rem;
  width: 8.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.jiajian button {
  border: none;
  background: transparent;
  color: #D9D9D9;
  font-size: 1.5rem;
  width: 2.8125rem;
}

.jiajian input {
  width: calc(100% - 2.8125rem - 2.8125rem);
  text-align: center;
  color: #4C4948;
}

.pro_p {
  color: #46AD49;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.pro_name {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.pro_name i {
  font-style: italic;
}

.pro_guige {
  color: #858585;
  font-size: 0.75rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.pro_hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.pro_hover .img img {
  height: 1.375rem;
}

.pro_hover .name_top {
  color: #FFF;
  text-align: center;
  font-size: 0.375rem;
  margin-top: 0.375rem;
}

.pro_hover .name_top i {
  font-style: italic;
}

.bgf7 {
  background: #F9F9F9;
}

.payment .return.ja {
  justify-content: center;
  margin-bottom: 0.625rem;
  color: #908E8E;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.pay_img {
  width: 15.5rem;
  margin: 0 auto;
}

.tobePaid {
  color: #636363;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

.tobePaid p {
  color: #47AD49;
  font-size: 1.375rem;
}

.payment .return {
  display: flex;
  align-items: center;
  color: #45AC48;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2.8125rem;
}

.payment .return .iconfont {
  color: #47AD49;
  font-size: 0.875rem;
  margin-right: 0.625rem;
}

.payment .tips {
  color: #B1B1B1;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.payment .tips a {
  color: #47AD49;
}

.payment .left_sum {
  padding-right: 3.125rem;
}

.payment .left_sum .list {
  padding-bottom: 3.125rem;
}

.payment .left_sum .list.list_address .left {
  width: 100%;
}

.payment .left_sum .list.list_address .edit_sum ul li {
  margin-bottom: 15px;
}

.payment .left_sum .list.list_address .edit_sum ul li:last-child {
  margin-bottom: 0;
}

.payment .left_sum .list.list_address .edit_sum .label::after {
  top: .1875rem;
}

.payment .left_sum .list.list_address .edit_sum .label::before {
  top: 0.5rem;
}

.payment .left_sum .list.list_address .edit_sum ul li label {
  margin-bottom: 0;
}

.payment .left_sum .list.list4 {
  padding-bottom: 2.25rem;
}

.payment .left_sum .list.list3 .edit_sum ul {
  margin-bottom: 1rem;
}

.payment .left_sum .list.list3 .edit_sum .radio {
  padding: 1rem 0;
  border-bottom: 1px solid #E7E7E7;
}

.payment .left_sum .list.list3 .edit_sum .radio label {
  margin-bottom: 0;
}

.payment .left_sum .list .edit {
  position: absolute;
  top: 0;
  right: 0;
}

.payment .left_sum .list .edit button {
  border: none;
  background: transparent;
  color: #4C4948;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration-line: underline;
}

.payment .left_sum .list .edit button:hover {
  color: #47AD49;
}

.payment .left_sum .list .fle {
  display: flex;
}

.payment .left_sum .list .fle .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  width: calc(100% - 6.25rem);
  word-break: break-all;
}

.payment .left_sum .list .fle .text p {
  color: #4C4948;
}

.payment .left_sum .list .edit_sum {
  display: none;
}

.payment .left_sum .list .name {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 1rem;
}

.payment .left_sum .list .add_address {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
  color: #47AD49;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
}

.payment .left_sum .list .add_address .iconfont {
  font-size: 1.25rem;
  color: #47AD49;
  display: block;
  margin-right: 0.5rem;
}

.payment .left_sum .list form .row {
  margin: 0 -0.6875rem;
}

.payment .left_sum .list form .row>div {
  padding: 0 0.6875rem;
}

.payment .left_sum .list form button {
  background: #E9E9E9;
  width: 10rem;
  color: #858585;
}

.payment .left_sum .list .btn_login.width {
  width: 13.75rem;
  margin-top: 3.125rem;
}

.payment .left_sum .list .btn_login.payment {
  width: 25rem;
  padding: 0 .625rem;
}

.payment .left_sum .list .payment_100 {
  padding: 1.375rem 0 1.5625rem;
  border-top: 1px solid #E7E7E7;
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 400;
}

.payment .left_sum .list .payment_100 label {
  width: 15rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 31.25rem;
  border: 1px solid #47AD49;
  position: relative;
  margin-right: 1.25rem;
  /** 未被选中的样式*/
  /** 选中的样式 */
}

.payment .left_sum .list .payment_100 label img {
  height: 1.4375rem;
  width: 5.75rem;
  margin-right: 0;
}

.payment .left_sum .list .payment_100 label input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.payment .left_sum .list .payment_100 label input[type="radio"]::before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  background: #fff;
  width: 105%;
  height: 105%;
  border: 1px solid #47AD49;
  border-radius: 50%;
}

.payment .left_sum .list .payment_100 label input[type="radio"]:checked::before {
  content: "\e606";
  font-family: "iconfont" !important;
  font-size: 0.75rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: lighter;
  /* 2713表示勾勾✓ */
  background-color: #47AD49;
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  width: 105%;
  height: 105%;
  border: 1px solid #47AD49;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.25rem;
}

.payment .left_sum .list .payment_100 .img {
  display: flex;
  align-items: center;
}

.payment .left_sum .list .payment_100 img {
  width: 1.125rem;
  margin-right: 0.5rem;
}

.payment .left_sum .list .payment_100 .text {
  margin: 0.625rem 0 1.5625rem;
}

.payment .right_sum {
  padding-left: 3.125rem;
}

.payment .right_sum .list:nth-child(1) {
  padding-right: 0;
}

.payment .right_sum .list:nth-child(1) .name_sum,
.payment .right_sum .list:nth-child(1) ul {
  padding-right: 1.5rem;
}

.payment .right_sum .list:nth-child(1) ul {
  max-height: 17rem;
  overflow-y: scroll;

}

.payment .right_sum .list:nth-child(1) ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}

.payment .right_sum .list:nth-child(1) ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.payment .right_sum .list:nth-child(1) ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #45AC48;
}

.payment .right_sum .list {
  margin-bottom: 1.25rem;
  border-radius: 1.875rem;
  border: 1px solid #E7E7E7;
  padding: 1.5rem;
}

.payment .right_sum .list:last-child {
  margin-bottom: 0;
}

.payment .right_sum .list .name_sum {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.payment .right_sum .list.list1 .over,
.payment .right_sum .list.list1 .over img {
  border-radius: 0.3125rem;
}

.payment .right_sum .list.list1 ul li {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #E7E7E7;
}

.payment .right_sum .list.list1 ul li:first-child {
  padding-top: 0;
}

.payment .right_sum .list.list1 ul li:last-child {
  border-bottom: none;
}

.payment .right_sum .list.list1 ul li .left {
  width: 5.625rem;
}

.payment .right_sum .list.list1 ul li .right {
  width: calc(100% - 5.625rem);
  padding-left: 1.5625rem;
}

.payment .right_sum .list.list1 ul li .right .pro_guige {
  line-height: 1.375rem;
}

.payment .right_sum .list.list2 .text {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}

.payment .right_sum .list.list2 ul li {
  border-bottom: 1px solid #E7E7E7;
  line-height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment .right_sum .list.list2 ul li div {
  color: #4C4948;
  font-size: 1rem;
}

.payment .right_sum .list.list2 ul li p {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 500;
}

.payment .right_sum .list.list2 ul li:first-child {
  padding-top: 0;
}

.payment .right_sum .list.list2 ul li:last-child {
  border-bottom: none;
}

.payment .right_sum .list.list2 ul li:last-child p {
  color: #4C4948;
  font-size: 1.125rem;
}

.payment .right_sum .list.list3 .btn_login {
  border: 1px solid #D9D9D9;
  background: transparent;
  color: #858585;
  margin-top: 0.875rem;
}

.payment .right_sum .list.list3 .btn_login:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}

.payment .right_sum .list.list3 .text {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.payment .right_sum .list.list3 ul li {
  padding-left: 1.375rem;
  position: relative;
}

.payment .right_sum .list.list3 ul li:before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  background: #858585;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: 0.5rem;
}

.radio {
  cursor: pointer;
}

.radio .label {
  display: block;
  position: relative;
  padding-left: 1.625rem;
  box-sizing: border-box;
  color: #999;
  font-weight: 500;
  cursor: pointer;
}

.radio .label.flex {
  display: flex;
  align-items: center;
}

.radio label {
  width: 100%;
}

.radio .label::after {
  content: "";
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 50%;
}

.radio .label::before {
  content: "";
  background: #47AD49;
  border-radius: 50%;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0.45rem;
  left: 0.3125rem;
  opacity: 0;
}

.radio label input {
  display: none;
}

.radio label input:checked+.label:after {
  border-color: #47AD49;
}

.radio label input:checked+.label:before {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.radio label input:checked+.label {
  transition: color 0.6s ease;
}

.personal_nav {
  border-bottom: 1px solid #E7E7E7;
  background: #F7F7F7;
  line-height: 3.75rem;
  position: fixed;
  top: 6.25rem;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.personal_nav.active {
  top: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.personal_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.personal_nav ul li {
  padding: 0 2.5rem;
}

.personal_nav ul li.active img,
.personal_nav ul li:hover img {
  filter: invert(51%) sepia(92%) saturate(333%) hue-rotate(72deg) brightness(94%) contrast(88%);
}

.personal_nav ul li.active a,
.personal_nav ul li:hover a {
  color: #47AD49;
}

.personal_nav ul li a {
  display: flex;
  align-items: center;
  color: #4C4948;
  font-size: 1rem;
  font-weight: 500;
}

.personal_nav ul li a img {
  margin-right: 0.5rem;
  height: 1.25rem;
}

.information .padding,
.add_address .padding,
.address_list .padding {
  padding: 0 14rem;
}

.information .padding {
  padding: 0 14rem;
}

.information form {
  margin-top: 2.5rem;
}

.information .btn_login {
  width: 10rem;
  color: #fff;
}

.information .btn_login.active {
  cursor: pointer;
  background: #47AD49;
  color: #fff;
}

.information .btn_login.active:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

.information .tips {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.information .list {
  padding: 2.1875rem 0;
  border-top: 1px solid #E7E7E7;
}

.information .list .mt22 {
  margin-top: 1.375rem;
}

.information .list .name {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}

.information .list.list3 label {
  display: flex;
  align-items: center;
}

.information .list.list3 .tips {
  margin: 0.5rem 0 2.5rem;
}

.information .list.list1 input {
  width: 100%;
  border-radius: 34.6875rem;
  line-height: 3.125rem;
  padding: 0 1.75rem;
  border: 1px solid #D9D9D9;
  color: #858585;
}

.order .top {
  padding-top: 5.625rem;
  display: flex;
  align-items: center;
}

.order .top .left {
  width: 50%;
}

.order .top .left ul {
  display: flex;
  align-items: center;
}

.order .top .left ul li {
  margin-right: 2.5rem;
  color: #4C4948;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.375rem;
  cursor: pointer;
}

.order .top .left ul li:last-child {
  margin-right: 0;
}

.order .top .left ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #47AD49;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.order .top .left ul li:hover {
  color: #47AD49;
}

.order .top .left ul li:hover::before,
.order .top .left ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.order .top .left ul li:hover a,
.order .top .left ul li.active a {
  color: #47AD49;
}

.order .top .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.order .top .right>button {
  margin-top: 0 !important;
  line-height: 3.125rem !important;
}

.order .top .right input {
  width: 100%;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  border: 1px solid #E7E7E7;
  color: #858585;
  font-size: 1rem;
  padding: 0 1.25rem 0 2.875rem;
}

.order .top .right .pr::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  background: url(/static/www/img/search.svg) no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;

}

.order .top .right input::placeholder {
  color: #BDBDBD;
}

.order .top .right form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9375rem;
  border: none;
  background: transparent;
}

.order .top .right form button .iconfont {
  font-size: 1.25rem;
  color: #4C4948;
  font-weight: 600;
}

.order .top .right select {
  width: 100%;
  height: 3.125rem !important;
  line-height: 3.125rem !important;
  padding: 0 1.25rem;
  border-radius: 3.125rem;
  display: none;
}

.order .top .right>button {
  width: 8.25rem;
  margin-left: 0.5rem;

}

.order .timer {
  display: flex;
  align-items: center;
}

.order .timer p {
  color: #4C4948;
  font-size: 1rem;
  margin-right: 1.125rem;
}

.order .timer .select {
  width: 7.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 1.875rem;
  border: 1px solid #ECECEC;
  background: #F7F7F7;
  text-align: center;
}

.order .timer .select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../img/jt.svg) no-repeat;
  background-size: 15px 15px;
  background-position-x: 80%;
  background-position-y: center;
  border: none;
  padding-right: 1.25rem;
  width: 100%;
  padding: 0 1.25rem 0 1.5rem;
  color: #858585;
  font-size: 0.875rem;
}

.order .btn_login {
  width: 6.25rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

.order,
.order_detail {
  --width: 15.375rem;
}

.order .bot .ul1,
.order_detail .bot .ul1 {
  background: #F7F7F7;
  padding: 1.25rem 1.5rem;
}

.order .bot .ul1 li,
.order_detail .bot .ul1 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #858585;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.order .bot .ul1 li font,
.order_detail .bot .ul1 li font {
  color: #858585 !important;
}

.order .bot .ul1 .div1,
.order_detail .bot .ul1 .div1 {
  width: 60%;
  display: flex;
  align-items: center;
}

.order .bot .ul1 .div1>div:nth-child(1),
.order_detail .bot .ul1 .div1>div:nth-child(1) {
  margin-right: 3.75rem;
}

.order .bot .ul1 .div1>div:nth-child(2),
.order_detail .bot .ul1 .div1>div:nth-child(2) {
  margin-right: 5.625rem;
}

.order .bot .ul1 .div1 .pr,
.order_detail .bot .ul1 .div1 .pr {
  cursor: pointer;
}

.order .bot .ul1 .div1 .pr .c,
.order_detail .bot .ul1 .div1 .pr .c {
  display: flex;
  align-items: center;
}

.order .bot .ul1 .div1 .pr .c .iconfont,
.order_detail .bot .ul1 .div1 .pr .c .iconfont {
  font-size: 0.75rem;
  margin-left: 0.5rem;
  display: block;
  height: 1.25rem;
}

.order .bot .ul1 .div1 .pr:hover .hover,
.order_detail .bot .ul1 .div1 .pr:hover .hover {
  display: block;
}

.order .bot .ul1 .div1 .pr .hover,
.order_detail .bot .ul1 .div1 .pr .hover {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 10px;
  border: 1px solid #ECECEC;
  background: #FFF;
  width: 16.6875rem;
  padding: 0.9375rem 0.8125rem 1.4375rem 1.3125rem;
  display: none;
}

.order .bot .ul1 .div1 .pr .hover .text,
.order_detail .bot .ul1 .div1 .pr .hover .text {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.order .bot .ul1 .div2,
.order_detail .bot .ul1 .div2 {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.order .bot .ul1 .div2 a,
.order_detail .bot .ul1 .div2 a {
  margin-left: 1.125rem;
}

.order .bot .ul1 .div2 a:first-child,
.order_detail .bot .ul1 .div2 a:first-child {
  margin-left: 0;
}

.order .bot .ul1 .div2 a:hover,
.order_detail .bot .ul1 .div2 a:hover {
  color: #47AD49;
  text-decoration: underline;
}

.order .bot .ul2>li,
.order_detail .bot .ul2>li {
  display: flex;
  border: 1px solid #ECECEC;
  margin-bottom: 2.0625rem;
}

.order .bot .ul2>li:last-child,
.order_detail .bot .ul2>li:last-child {
  margin-bottom: 0;
}

.order .bot .ul2>li .left_left,
.order_detail .bot .ul2>li .left_left {
  width: calc(100% - var(--width));
}

.order .bot .ul2>li .left_left>div,
.order_detail .bot .ul2>li .left_left>div {
  display: flex;
  border-bottom: 1px solid #ECECEC;
}

.order .bot .ul2>li .left_left>div:last-child,
.order_detail .bot .ul2>li .left_left>div:last-child {
  border-bottom: none;
}

.order .bot .ul2>li .left_left .div1,
.order_detail .bot .ul2>li .left_left .div1,
.order .bot .ul2>li .left_left .div2,
.order_detail .bot .ul2>li .left_left .div2 {
  padding: 1.25rem 0;
}

.order .bot .ul2>li .left_left .div1,
.order_detail .bot .ul2>li .left_left .div1 {
  padding-left: 1.25rem;
}

.order .bot .ul2>li .left_left .div2,
.order_detail .bot .ul2>li .left_left .div2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--width);
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
}

.order .bot .ul2>li .left_left .div1,
.order_detail .bot .ul2>li .left_left .div1 {
  width: calc(100% - var(--width));
  display: flex;
  align-items: center;
}

.order .bot .ul2>li .left_left .div1 .left,
.order_detail .bot .ul2>li .left_left .div1 .left {
  width: 5.625rem;
}

.order .bot .ul2>li .left_left .div1 .right,
.order_detail .bot .ul2>li .left_left .div1 .right {
  width: calc(100% - 5.625rem);
  padding-left: 1.5625rem;
}

.order .bot .ul2>li .right_right,
.order_detail .bot .ul2>li .right_right {
  width: var(--width);
  color: #7B867B;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order_detail .bottom .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #adadad;
  line-height: 2.5rem;
}

.order .bot .ul2>li .right_right label a {
  border: 1px solid #47AD49;
  border-radius: 5rem;
  font-size: 0.875rem;
  color: #fff;
  background: #47AD49;
}

.order .bot .ul2>li .right_right label a:hover {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  color: #fff !important;
}

.order .bot .ul2>li .right_right label .cancel {
  background: #cbcbcb;
  border: 1px solid #cbcbcb;
}

.order .bot .ul2>li .right_right .c label {
  display: block;
}

.order .bot .ul2>li .right_right .c label a:hover {
  color: #45AC48;
}

.order .bot .ul2>li .right_right .c label a {
  padding: 0 .625rem;
}

.order .bot .ul2>li .right_right .c label a:focus {
  box-shadow: none;
}

.order_detail .bot {
  margin-top: 2.0625rem;
}

.order_detail .top {
  margin-top: 3.4375rem;
}

.order_detail .top .text {
  color: #858585;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 500;
  text-transform: capitalize;
}

.order_detail .top .content {
  padding: 5rem 2.5rem 2.75rem;
  border: 1px solid #D9D9D9;
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.order_detail .top .content .left {
  padding-right: 4.5rem;
  width: 30%;
}

.order_detail .top .content .center {
  width: 50%;
}

.order_detail .top .content .right {
  width: 20%;
}

.order_detail .top .content .right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bor5 {
  border-radius: 0.3125rem;
}

.wish ul {
  margin-top: 2rem;
}

.wish ul li {
  margin-bottom: 2rem;
}

.wish ul li:hover a {
  border-color: #47AD49;
}

.wish ul li:hover .over img {
  transform: scale(1.1);
}

.wish ul li a {
  padding: 1rem 1.25rem 1.5625rem;
  border: 0.977px solid #ECECEC;
  display: flex;
  align-items: center;
}

.wish ul li .left {
  width: 8.125rem;
}

.wish ul li .right {
  width: calc(100% - 8.125rem);
  padding-left: 2.5rem;
}

.wish ul li .hover_ax {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
}

.wish ul li .hover_ax img {
  height: 1.25rem;
  filter: invert(51%) sepia(92%) saturate(333%) hue-rotate(72deg) brightness(94%) contrast(88%);
}

.add_address form {
  margin-top: 3.4375rem;
}

.add_address .agree {
  color: #4C4948;
  margin: 0 0 0.3125rem 0;
}

.add_address .btn_login,
.address_list .btn_login {
  width: 13.75rem;
  margin-top: 2.1875rem;
}

.add_address .btn_login:hover,
.address_list .btn_login:hover {
  color: #fff;
}

.address_list .btn_login {
  margin: 0 auto;
  margin-top: 2.1875rem;
  cursor: pointer;
}

.address_list .ul {
  margin-top: 2.5rem;
}

.address_list .ul>li {
  border-top: 1px solid #E7E7E7;
  padding: 2.3125rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.address_list .ul>li form {
  width: 100%;
  margin-top: 1.875rem;
  display: none;
}

.address_list .ul>li form.active {
  display: block;
}

.address_list .ul>li .flex {
  display: flex;
  align-items: center;
  margin-top: 0.8125rem;
  justify-content: flex-start;
}

.address_list .ul>li .flex div {
  display: flex;
  align-items: center;
  color: #858585;
  margin-right: 1.25rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.625rem;
}

.address_list .ul>li .flex div:hover {
  color: #47AD49;
}

.address_list .ul>li .flex div:last-child {
  margin-right: 0;
}

.address_list .ul>li .flex div .iconfont {
  font-size: 1.25rem;
  display: block;
  position: relative;
  top: -1px;
}

.address_list .ul>li .text {
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.625rem;
}

.address_list .ul>li .left {
  width: 60%;
  padding-right: 8rem;
}

.address_list .ul>li .right {
  width: 40%;
}

.address_list .ul>li .right ul {
  display: flex;
  align-items: center;
}

.address_list .ul>li .right .name {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
  margin-bottom: 0.75rem;
}

.address_list .ul>li .right .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  margin: 0 auto;
  position: relative;
}

.address_list .ul>li .right .circle.active {
  background: #47AD49;
}

.address_list .ul>li .right .circle.active::before {
  content: "\e606";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 0.75rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: lighter;
  color: #fff;
}

.address_list .ul>li .right ul li {
  width: 50%;
}

.shopping_fixed .btn_login:hover {
  color: #fff;
}

.bor30 {
  border-radius: 1.875rem;
}

.shopping_fixed {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  background: #fff;
  z-index: 99999;
  height: 100vh;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.shopping_fixed.active {
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.shopping_fixed .top {
  line-height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid #F2F2F2;
}

.shopping_fixed .top div:nth-child(1) {
  width: 60%;
  color: #4C4948;
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
}

.shopping_fixed .top div:nth-child(2) {
  width: 40%;
  text-align: right;
}

.shopping_fixed .top div:nth-child(2) .iconfont {
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
}

.shopping_fixed .bot {
  padding: 0 1rem;
}

.shopping_fixed .bot .ta {
  margin: 2.8125rem 0 2.1875rem;
}

.shopping_fixed .bot img {
  width: 2.875rem;
  height: 2.875rem;
}

.shopping_fixed .bot1>button {
  width: calc(100% - 1rem) !important;
}

.shopping_fixed .bot1 .sum,
.shopping_fixed .bot1 ul li {
  padding-right: 1rem !important;
}

.shopping_fixed .bot1 {
  padding: 0 0 0 1rem;
  height: calc(100vh - 4.375rem);
}

.shopping_fixed .bot1 #cartlistbox {
  max-height: calc(100vh - 25rem);
  overflow-y: scroll;
}

.shopping_fixed .bot1 #cartlistbox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}

.shopping_fixed .bot1 #cartlistbox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.shopping_fixed .bot1 #cartlistbox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #45AC48;
}

.shopping_fixed .bot1 .jiajian {
  line-height: 2rem;
}

.shopping_fixed .bot1 .sum {
  margin: 2.5rem 0 1rem;
}

.shopping_fixed .bot1 .sum .flex div {
  width: 8.125rem;
}

.shopping_fixed .bot1 .sum .agree {
  margin: 0;
}

.shopping_fixed .bot1 .sum .agree a {
  text-decoration: underline;
  color: #4C4948;
}

.shopping_fixed .bot1 .price {
  width: calc(100% - 8.125rem);
  text-align: right;
}

.shopping_fixed .bot1 ul li {
  padding: 0.9375rem 0;
  border-bottom: 1px solid #D9D9D9;
}

.shopping_fixed .bot1 ul li>div {
  display: flex;
  align-items: center;
}

.shopping_fixed .bot1 ul li .left {
  width: 5.625rem;
}

.shopping_fixed .bot1 ul li .right {
  width: calc(100% - 5.625rem);
  padding-left: 1.25rem;
}

.shopping_fixed .bot1 ul li .del {
  position: absolute;
  top: 0;
  right: 0;
}

.shopping_fixed .bot1 ul li .del:hover {
  cursor: pointer;
  color: #47AD49;
}

.shopping_fixed .bot1 .btn_login.bor {
  background: transparent;
  border: 1px solid #D9D9D9;
  color: #858585;
  margin-top: 0.8125rem;
}

.mask_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 9999;
}

.list_about {
  padding-top: 2.1875rem;
}

.list_about .text {
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_about .list_about_two {
  background: #F1F8EF;
  padding: 5.3125rem 0;
}

.list_about .list_about_two .text,
.list_about .list_about_one .text {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}

.list_about .list_about_one .text {
  line-height: 1.875rem;
  font-weight: 500;
}

.list_about .list_about_one .text2 {
  color: #46AD49;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin: 1.625rem 0 5.625rem;
}

.list_about_three {
  --height: 12.8125rem;
  padding: 6.25rem 0 7.5rem;
}

.list_about_three .swiper-container {
  margin-top: 4.0625rem;
}

.list_about_three .swiper-button-black {
  background-size: 1.5rem 1.5rem;
  opacity: 0.9;
}

.list_about_three .swiper-button-prev {
  left: -3.75rem;
}

.list_about_three .swiper-button-next {
  right: -3.75rem;
}

.list_about_three .year {
  color: #47AD49;
  font-size: 32px;
  font-weight: 600;
  line-height: 2.5rem;
}

.list_about_three .pr::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: calc(100% - 3px);
  height: 0.375rem;
  background: #47AD49;
}

.list_about_three .text {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  height: 11.375rem;
  overflow-y: scroll;
  padding-right: 1rem;
}

.list_about_three .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #fff;
  width: 4px;
  height: 164px;
  position: absolute;
}

.list_about_three .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.list_about_three .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #47AD49;
}

.list_about_three .swiper-slide {
  height: var(--height);
}

.list_about_three .swiper-slide>div {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 0.8125rem;
}

.list_about_three .swiper-slide>div::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0.125rem;
  width: 1px;
  height: calc(100% + 3.5rem);
  background: #D0D0D0;
}

.list_about_three .swiper-slide>div::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #D0D0D0;
  border-radius: 50%;
}

.list_about_three .swiper-slide>div>div {
  width: 100%;
}

.list_about_three .swiper-slide:nth-child(odd) {
  margin-top: var(--height);
}

.list_about_three .swiper-slide:nth-child(odd) .year {
  padding-bottom: 2.5rem;
}

.list_about_three .swiper-slide:nth-child(odd)>div {
  margin-top: -3.5rem;
}

.list_about_three .swiper-slide:nth-child(even)>div {
  height: calc(3.5rem + var(--height));
  align-items: flex-end;
}

.list_about_three .swiper-slide:nth-child(even)>div .text {
  height: calc(100% - 5rem);
  display: flex;
  align-items: flex-start;
}

.list_about_three .swiper-slide:nth-child(even)>div::after {
  top: auto;
  bottom: 1.25rem;
}

.list_about_three .swiper-slide:nth-child(even)>div::before {
  top: auto;
  bottom: 1.25rem;
}

.list_about_three .swiper-slide:nth-child(even) .year {
  order: 2;
  padding-top: 2.5rem;
}

.list_about_three .swiper-slide:nth-child(even) .text {
  order: 1;
}

.list_about_four {
  padding: 5.625rem 0 6.25rem;
  background: #F1F8EF;
}

.list_about_four ul.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem -0.4375rem 0;
}

.list_about_four ul.flex>li {
  padding: 0 0.4375rem;
  margin-bottom: 1rem;
}

.list_about_four ul.flex>li:nth-child(1) {
  width: 37.5rem;
}

.list_about_four ul.flex>li:nth-child(3),
.list_about_four ul.flex>li:nth-child(5) {
  width: 19.5625rem;
}

.list_about_four ul.flex>li:nth-child(2) {
  width: calc(100% - 37.5rem - 19.5625rem);
}

.list_about_four ul.flex>li:nth-child(4) {
  width: calc(100% - 19.5625rem);
}

.list_about_four ul.flex>li>div .top {
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 1.875rem;
  color: #47AD49;
  font-size: 1.125rem;
  font-weight: 600;
  background: #fff;
}

.list_about_four ul.flex>li>div .bot {
  padding: 1.5rem 1.875rem;
  border-top: 1px solid #EAEBEA;
  background: #fff;
}

.list_about_four ul.flex>li>div .bot .name {
  color: #47AD49;
  font-size: 0.875rem;
  line-height: 28px;
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.list_about_four ul.flex>li>div .bot .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/logo/8.svg) no-repeat;
  background-size: contain;
}

.list_about_four ul.flex>li>div .bot ul {
  display: flex;
}

.list_about_four ul.flex>li>div .bot ul li:nth-child(1) {
  width: 33.75rem;
}

.list_about_four ul.flex>li>div .bot ul li:nth-child(2) {
  width: calc(100% - 33.75rem);
  padding-left: 1.875rem;
}

.list_about_four ul.flex>li>div .bot .img {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_about_four ul.flex>li>div .bot .img img {
  max-height: 100%;
}

@media (max-width: 990px) {
  .list_about_four ul.flex>li:nth-child(1) {
    width: 100%;
    order: 1;
  }

  .list_about_four ul.flex>li:nth-child(4) {
    width: 100%;
    order: 2;
  }

  .list_about_four ul.flex>li:nth-child(2) {
    width: 60%;
    order: 3;
  }

  .list_about_four ul.flex>li:nth-child(3) {
    width: 40%;
    order: 3;
  }

  .list_about_four ul.flex>li:nth-child(5) {
    width: 100%;
    order: 4;
  }

  .list_about_four {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .list_about_four {
    padding: 32px 0;
  }

  .list_about_four ul.flex>li>div .bot ul {
    flex-wrap: wrap;
  }

  .list_about_four ul.flex>li>div .bot ul li {
    width: 100% !important;
  }
  .index_six .swiper-slide .text{
      font-size: 1.5rem;
  }

  .list_about_four ul.flex>li>div .bot ul li:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .list_about_four ul.flex>li>div .bot .name {
    margin-bottom: 13px;
  }

  .list_about_four ul.flex>li>div .bot .name::before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .list_about_four ul.flex>li>div .top {
    font-size: 12px;
    padding-left: 16px;
    line-height: 40px;
    height: 40px;
  }

  .list_about_four ul.flex {
    margin-top: 17px;
  }

  .list_about_four ul.flex>li>div .bot {
    padding: 14px 17px;
  }

  .list_about_four ul.flex>li>div .bot .img {
    height: auto;
  }

  .list_about_four ul.flex>li>div .bot ul li:nth-child(2) .img {
    justify-content: flex-start;
  }

  .list_about_four ul.flex>li>div .bot ul li:nth-child(2) .img img {
    width: 62%;
  }

  .list_about_four ul.flex>li:nth-child(2) {
    width: 52%;
  }

  .list_about_four ul.flex>li:nth-child(2) img {
    height: 41px;
  }

  .list_about_four ul.flex>li:nth-child(3) {
    width: 48%;
  }

  .list_about_four ul.flex>li:nth-child(3) img {
    height: 41px;
  }

  .list_about_four ul.flex>li:nth-child(5) {
    margin-bottom: 0;
  }

  .list_about_four ul.flex>li:nth-child(5) .img {
    justify-content: flex-start !important;
  }

  .list_about_four ul.flex>li:nth-child(5) img {
    width: 60%;
  }
}

.list_contact .mar {
  padding: 2.8125rem 0 5rem;
}

.list_contact .left {}

.list_contact .right .name {
  color: #4C4948;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.list_contact .right .ul li div,
.list_contact .right .name2 {
  font-weight: 600;
}

.list_contact .right .name2 {
  padding-top: 1.5625rem;
}

.list_contact .right .ul li,
.list_contact .right .name2 {
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.75rem;
}

.list_contact .right .ul li p {
  font-weight: 400;
}

.list_contact .right .ul {
  padding: .75rem 0 1.25rem;
  border-bottom: 1px solid #D5E0D1;
}

.list_contact .right>div {
  border-radius: 20px;
  background: #F1F8EF;
  padding: 3.125rem 3.375rem 5.3125rem;
}

.list_contact .right .ul2 {
  display: flex;
  align-items: center;
}

.list_contact .right .ul2 li {
  margin-right: 0.8125rem;
  width: 2.31769rem;
  height: 2.3125rem;
  border-radius: 50%;
  background: #fff;
  line-height: 2.31769rem;
  text-align: center;
}

.list_contact .right .ul2 li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.list_contact .right .ul2 li:nth-child(2) .d img {
  height: 1.25rem;
}

.list_contact .right .ul2 li:nth-child(2) .img22 {
  position: absolute;
  top: -7.2rem;
  left: -2.5rem;
  background: #fff;
  width: 7rem;
  height: 7rem;
  border: 1px solid #ddd;
  display: none;
}

.list_contact .right .ul2 li:nth-child(2):hover .img22 {
  display: block;
}

.list_contact .right .ul2 li a img,
.list_contact .right .ul2 li .d img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.list_contact .right .ul2 li {
  position: relative;
}

.list_contact .right .ul2 li:last-child {
  margin-right: 0;
}

.list_contact .img {
  margin-bottom: 5.625rem;
}

.form-control {
  line-height: 2.8125rem !important;
  height: 2.8125rem !important;
  border-radius: 3.125rem !important;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #47AD49 !important;
  background-color: #47AD49 !important;
}

.layui-layer {
  border-radius: 15px !important;
}

.layui-layer .layui-layer-title {
  font-weight: 600 !important;
  padding: 12px 20px !important;
  height: auto !important;
  border-radius: 15px 15px 0 0 !important;
  font-size: 1.125rem !important;
  line-height: 2.625rem !important;
}

.layui-layer .layui-layer-btn {
  text-align: center !important;
  padding-bottom: 25px !important;
}

.layui-layer .layui-layer-btn a {
  line-height: 2.375rem;
  height: 2.5rem;
  border-radius: 6.25rem;
  margin-top: 0 !important;
  font-size: .875rem;
}

.layui-layer .layui-layer-setwin {
  top: 1.625rem !important;
}

.layui-layer-setwin .layui-layer-min:hover cite {
  background-color: #47AD49 !important;
}

.layui-layer.layui-layer-iframe {
  height: 43rem !important;
}

@media (max-width:1920px) {
  .layui-layer.layui-layer-iframe {
    height: 44rem !important;
  }
}

@media (max-width:1280px) {

  .layui-layer.layui-layer-iframe {
    height: 38.5rem !important;
  }

  input[type="checkbox"]:checked::after {
    font-size: .5rem;
  }


}


@media (max-width: 1600px) {
  .layui-layer-content {
    height: auto !important;
  }
}

.logistics.c {
  color: #47AD49;
}

#embedMap {
  width: 100% !important;
}

.layui-layer-iframe iframe {
  border-radius: 1rem;
  background: #fff !important;
}

.fc-pages .pagination li a {
  border-radius: 0.5rem !important;
}

.fc-pages .pagination li.active a {
  background: #47AD49;
  color: #fff !important;
  border: 1px solid #47AD49;
}

.layui-layer .layui-layer-btn a {
  min-width: 10rem;
}

.more_nopay,
.more_pay {
  padding: 0 1.25rem;
}

.more_pay {
  background: #46AD49;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
}

.more_pay:hover {
  color: #fff;
  box-shadow: 0 0 0.5rem rbga(0, 0, 0, 0.1);
}


.invoice_type_textarea.aa textarea {
  color: #8d8f8d;
  border: 1px solid #e7e7e7;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem !important;
}

.invoice_type_title.aa {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0.25rem;

}

.invoice_type_radio.aa {
  display: flex;
  flex-wrap: wrap;

}

.invoice_type_radio.aa label {
  display: flex;
  align-items: center;
  width: 50%;
}

.invoice_type_radio.aa label input {
  width: 1rem;
  height: 1rem;
  position: relative;
  margin-right: 0.625rem;
  top: -1px;
}

.invoice_type_radio.aa label input[type="radio"]::before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  background: #fff;
  width: 105%;
  height: 105%;
  border: 1px solid #47AD49;
  border-radius: 50%;
}

.invoice_type_radio.aa label input[type="radio"]:checked::before {
  content: "\e606";
  font-family: "iconfont" !important;
  font-size: 0.75rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: lighter;
  /* 2713表示勾勾✓ */
  background-color: #47AD49;
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  width: 105%;
  height: 105%;
  border: 1px solid #47AD49;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1rem;
}

.pay_row .leftt {
  border-right: 1px solid #D9D9D9;
}

.pay_row .rightt .btn_login {
  width: 60%;
  margin: 0 auto;
}

.pay_row .rightt .btn_login:nth-child(1),
.pay_row .rightt>.btn_login.payment {
  margin-bottom: 1.875rem;
}

.pay_row .tl {
  text-align: left;
}

.pay_row .return.ja {
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.pay_row .tobePaid {
  text-align: left;
  margin-bottom: 0.375rem;
}

.steps>li::after {
  margin: 0 !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn:hover {
  color: #47AD49;
}

embed {
  width: 80% !important;
}

.fc-pay-remit .btn_login {
  width: 60%;
  margin-top: 1.7rem;
}

@media (max-width:767px) {
  .pay_row .rightt .btn_login:nth-child(1) {
    margin-bottom: 15px;
  }

  .pay_row .rightt {
    margin-top: 30px;
  }

  .fc-pay-remit {
    text-align: center;
  }
}