/*公共样式*/
.wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.layout {
  position: relative;
  width: 1200px;
  /*padding-right: 40px;*/
  /*padding-left: 40px;*/
  height: auto;
  margin: 0 auto;
}
.layout:after {
  display: block;
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.margin-top {
  margin-top: 20px;
}
.wra-banner {
  height: 200px;
}
.wra-banner .banner {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.wra-banner .big {
  position: absolute;
  left: 50%;
  top: 45px;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #FFFFFF;
}
.wra-banner .link {
  position: absolute;
  left: 50%;
  top: 95px;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 30px;
  border-radius: 6px;
  background: #FFFFFF;
}
.wra-banner .link .icon {
  width: 16px;
  height: 16px;
}
.wra-banner .link i {
  padding: 0 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #108245;
}
.g-product-left {
  width: 930px;
  height: auto;
  overflow: hidden;
}
.g-product-left .m-product {
  position: relative;
  padding: 15px 15px;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-product-left .m-product .yuan {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 100px;
  height: 30px;
  padding: 5px 13px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 0 6px 0 35px;
  background: #728CC2;
}
.g-product-left .m-product .img-box {
  float: left;
  width: 300px;
  height: auto;
}
.g-product-left .m-product .img-box .big-img {
  width: 300px;
  height: 300px;
}
.g-product-left .m-product .img-box .small-img {
  width: 100%;
  height: 52px;
  margin-top: 10px;
}
.g-product-left .m-product .img-box .small-img .ig {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 52px;
  height: 52px;
}
.g-product-left .m-product .img-box .small-img .ig:nth-child(5) {
  margin-right: 0;
}
.g-product-left .m-product .img-box .small-img .active::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: block;
  content: '';
  width: 46px;
  height: 46px;
  border: 3px solid #108245;
  background-color: transparent;
}
.g-product-left .info-box {
  float: right;
  width: 580px;
  height: auto;
  overflow: hidden;
  margin-top: 10px
}
.g-product-left .info-box .title {
  padding: 10px 0;
}
.g-product-left .info-box .title .big {
  width: 100%;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  color: #383838;
}
.g-product-left .info-box .title .small {
  font-size: 12px;
  line-height: 20px;
  color: #797C7C;
}
.g-product-left .info-box .specs-box {
  padding: 5px 0;
}
.g-product-left .info-box .specs-box .specs {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.g-product-left .info-box .specs-box .specs .label {
  float: left;
  width: 70px;
  height: auto;
  color: #797C7C;
}
.g-product-left .info-box .specs-box .specs .surplus {
  float: left;
  width: 450px;
  height: auto;
  color: #383838;
}
.g-product-left .info-box .specs-box .specs .surplus .spe {
  margin-bottom: 10px;
  padding: 2px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
}
.g-product-left .info-box .specs-box .specs .surplus .active {
  color: #FFFFFF;
  border-color: #108245;
  background: #108245;
}
.g-product-left .info-box .specs-box .specs .surplus .input {
  display: block;
  margin-right: 15px;
  width: 100px;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #383838;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}
.g-product-left .info-box .specs-box .specs .surplus .red {
  color: #DE1A10;
}
.g-product-left .info-box .l-btn {
  margin-top: 5px;
}
.g-product-left .info-box .l-btn .btn {
  margin-left: 15px;
  display: block;
  width: 100px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #A6A6A6;
}
.g-product-left .info-box .l-btn .btn-1 {
  color: #828282;
}
.g-product-left .info-box .l-btn .btn-2 {
  color: #FFFFFF;
  border-color: #DE1A10;
  background: #DE1A10;
}
.g-product-left .info-box .supplier {
  margin-top: 5px;
  font-size: 14px;
  color: #828282;
  text-align: right;
}
.g-product-left .b-tab {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
}
.g-product-left .b-tab .tab {
  float: left;
  display: inline-block;
  padding: 15px 15px;
  font-size: 12px;
  line-height: 20px;
  color: #707070;
}
.g-product-left .b-tab .active {
  color: #16B867;
}
.g-product-left .l-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.g-product-left .l-deal {
  font-size: 12px;
  line-height: 20px;
  color: #707070;
}
.g-product-left .l-deal .th {
  padding: 0px 20px;
  border-bottom: 1px solid #F2F2F2;
}
.g-product-left .l-deal .th .td {
  float: left;
  padding: 5px 0;
}
.g-product-left .l-deal .td:nth-child(1) {
  width: 20%;
}
.g-product-left .l-deal .td:nth-child(2) {
  width: 30%;
}
.g-product-left .l-deal .td:nth-child(3) {
  width: 25%;
}
.g-product-left .l-deal .td:nth-child(4) {
  width: 25%;
}
.g-product-left .l-deal .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px;
}
.g-product-left .hd {
  float: left;
  width: 20px;
  height: 20px;
}
.g-product-left .name {
  padding: 0 10px;
}
.g-product-left .l-comment .com {
  padding: 8px 20px;
  border-bottom: 1px solid #F2F2F2;
}
.g-product-left .l-comment .com .u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
}
.g-product-left .l-comment .com .u .name {
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
.g-product-left .l-comment .com .c {
  width: 85%;
}
.g-product-left .l-comment .com .c .xing img {
  margin-right: 3px;
  width: 14px;
  height: 14px;
}
.g-product-left .l-comment .com .c .text {
  padding: 4px 0;
  font-size: 14px;
  line-height: 18px;
  color: #797C7C;
}
.g-product-left .l-comment .com .c .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.g-product-left .l-comment .com .c .img img {
  float: left;
  margin: 5px;
  width: 100px;
  height: 100px;
}
.g-product-left .l-comment .com .c .small {
  margin-top: 5px;
  font-size: 12px;
  color: #BDBDBD;
}
.g-product-left .l-shuo {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #797C7C;
}
.g-product-left .l-box {
  display: none;
}
.g-product-right {
  width: 250px;
  height: auto;
}
.g-product-right .huo {
  margin-top: 15px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
  background: url(../image/huo.png) center no-repeat;
  background-size: 100% 100%;
}
.g-product-right .m-user {
  position: relative;
  padding: 15px 0;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-product-right .m-user .hd {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border: 4px solid #E0E0E0;
  border-radius: 50%;
}
.g-product-right .m-user .real {
  position: absolute;
  left: 50%;
  top: 66px;
  z-index: 9;
  margin-left: -30px;
  width: 60px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 9px;
  background: #108245;
}
.g-product-right .m-user .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #292929;
}
.g-product-right .m-user .dage i,
.g-product-right .m-user .dage b {
  display: inline-block;
  margin: 2px 3px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
}
.g-product-right .m-user .dage i {
  color: #728CC2;
  border: 1px solid #728CC2;
  background: #EFF4FB;
}
.g-product-right .m-user .dage b {
  color: #845A40;
  border: 1px solid #FDCA8D;
  background: #FBE8CB;
}
.g-product-right .m-user .look {
  margin: 20px auto 0;
  width: 100px;
  height: 20px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #A6A6A6;
  cursor: pointer;
  border: 1px solid #A6A6A6;
  border-radius: 20px;
}
.g-product-right .b-data {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-product-right .b-data .num {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #292929;
  text-align: center;
}
.g-product-right .b-data .text {
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  text-align: center;
}
.g-product-right .b-data .item {
  position: relative;
  width: 30%;
}
.g-product-right .b-data .item:nth-child(2)::after,
.g-product-right .b-data .item:nth-child(2)::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #F2F2F2;
}
.g-product-right .b-data .item:nth-child(2)::after {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
}
.g-product-right .b-data .item:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
}
.wra-swiper {
  position: relative;
  height: 590px;
}
.wra-swiper .swiper-index {
  width: 100%;
  height: 100%;
}
.subnav-left {
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 9;
  margin-left: -600px;
  width: 215px;
  height: 500px;
  padding-bottom: 10px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.subnav-left .subnav-h2 {
  padding: 10px 20px;
  background: #22A860;
}
.subnav-left .subnav-h2 span {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.subnav-left .subnav-h2 .icon {
  width: 22px;
  height: 22px;
}
.subnav-left .subnav-box {
  width: 100%;
  height: 460px;
  overflow-y: auto;
}
.subnav-left .subnav-item {
  position: relative;
  padding: 10px 10px 10px 50px;
}
.subnav-left .subnav-item .icon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 0;
  width: 28px;
  height: 28px;
}
.subnav-left .subnav-item .big {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.subnav-left .subnav-item .small {
  margin-top: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.subnav-left .subnav-item .small a {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.nav-search {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-search {
  margin-right: 15px;
  width: 370px;
  height: 30px;
  border: 2px solid #108245;
  border-radius: 4px;
  overflow: hidden;
}
.head-search .select {
  width: 49px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #707070;
  border-right: 1px solid #F2F2F2;
  background-color: #FFFFFF;
}
.head-search .input {
  display: block;
  width: 240px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
}
.head-search .search {
  display: inline-block;
  width: 60px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  background: #108245;
}
.wrap-descript {
  height: 400px;
}
.layout-descript {
  position: relative;
  height: 340px;
  padding: 50px 0 10px;
}
.layout-descript .bgimg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swiper-descript .swiper-button-next,
.swiper-descript .swiper-button-prev {
  top: 80%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FCFCFC;
}
.swiper-descript .swiper-button-next {
  margin-left: 450px;
}
.swiper-descript .swiper-button-next::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid #108245;
  border-bottom: 10px solid transparent;
}
.swiper-descript .swiper-button-prev {
  margin-left: 380px;
}
.swiper-descript .swiper-button-prev::after {
  position: absolute;
  left: 15px;
  top: 15px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 16px solid #108245;
  border-bottom: 10px solid transparent;
}
.swiper-descript .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.swiper-descript .swiper-button-next.swiper-button-disabled::after {
  border-left-color: #C4C4C4;
}
.swiper-descript .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-descript .swiper-button-prev.swiper-button-disabled::after {
  border-right-color: #C4C4C4;
}
.g-descript-left {
  width: 750px;
  height: auto;
}
.g-descript-left .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #F3F5F7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.g-descript-left .dage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-descript-left .dage span {
  margin: 0 3px;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  line-height: 16px;
  color: #F3F5F7;
  border-radius: 3px;
  background: #1C573B;
  border: 1px solid #ABDBC5;
}
.g-descript-left .text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #F3F5F7;
}
.g-descript-right {
  width: 450px;
  height: auto;
  padding: 0 50px;
}
.g-descript-right .b-img {
  width: 380px;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
}
.t-quotation-h2 {
  padding: 10px 20px;
  border-radius: 4px;
  background: #FFFFFF;
}
.t-quotation-h2 span {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.t-quotation-h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 30px;
  border-radius: 6px;
  background: #108245;
}
.t-quotation-h2 a .icon {
  width: 16px;
  height: 16px;
}
.t-quotation-h2 a i {
  padding: 0 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.wrap-hang {
  height: auto;
  padding: 50px 0;
  background: url(../image/bg-news.png) center no-repeat;
}
.wrap-hang .g-hang {
  padding: 0;
}
.t-hang span {
  margin-right: 5px;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #FFFFFF;
  border-radius: 0 10px 0 10px;
  background: #108245;
}
.t-hang i {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #292929;
}
.t-hang a {
  font-size: 12px;
  line-height: 18px;
  color: #292929;
}
.layout-answer {
  padding: 40px 0;
}
.layout-answer .t-answer-h2 .big {
  font-size: 26px;
  line-height: 40px;
  color: #292929;
  text-align: center;
}
.layout-answer .t-answer-h2 .small {
  font-size: 12px;
  line-height: 20px;
  color: #797C7C;
  text-align: center;
}
.layout-answer .item {
  width: 250px;
  height: 92px;
  padding: 15px 20px;
  border-radius: 4px;
  background: #FFFFFF;
}
.layout-answer .item .title {
  font-size: 16px;
  line-height: 20px;
  color: #292929;
}
.layout-answer .item .text {
  height: 42px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
  color: #797C7C;
}
.layout-answer .item .link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 14px;
  color: #108245;
}
.layout-answer .item:nth-child(1) {
  background: url(../image/a-1.png) center no-repeat;
  background-size: 100% 100%;
}
.layout-answer .item:nth-child(2) {
  background: url(../image/a-2.png) center no-repeat;
  background-size: 100% 100%;
}
.layout-answer .item:nth-child(3) {
  background: url(../image/a-3.png) center no-repeat;
  background-size: 100% 100%;
}
.layout-answer .item:nth-child(4) {
  background: url(../image/a-4.png) center no-repeat;
  background-size: 100% 100%;
}
.wrap-data {
  background: #108245;
}
.layout-data {
  height: 165px;
}
.layout-data .g-data-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-data .g-data-right .num {
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
}
.layout-data .g-data-right .text {
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
}
.layout-data .g-data-right .item {
  position: relative;
  width: 30%;
}
.layout-data .g-data-right .item:nth-child(2)::after,
.layout-data .g-data-right .item:nth-child(2)::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #FAFFFC;
}
.layout-data .g-data-right .item:nth-child(2)::after {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
}
.layout-data .g-data-right .item:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
}
.link-product-more {
  margin: 30px auto;
  display: block;
  width: 90px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  background: #108245;
}
.column-side {
  margin-top: 20px;
  width: 200px;
  height: auto;
}
.column-side .g-follow {
  padding: 10px 10px;
  border-radius: 6px;
  background: #FFFFFF;
}
.column-side .g-follow .title {
  font-size: 14px;
  font-weight: 600;
  color: #292929;
}
.column-side .g-follow .m-follow {
  margin-top: 10px;
}
.column-side .g-follow .m-follow span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #292929;
}
.column-side .g-follow .m-follow i {
  position: relative;
  top: -9px;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  line-height: 16px;
  color: #DD1A21;
  border-radius: 9px;
  border: 1px solid #DD1A21;
}
.column-side .g-follow .m-follow .text {
  font-size: 14px;
  line-height: 18px;
  color: #797C7C;
}
.column-side .publish {
  margin-top: 15px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #108245;
}
.column-side .publish img {
  width: 14px;
  height: 14px;
}
.column-side .publish span {
  margin: 0 4px;
  font-size: 12px;
  color: #FFFFFF;
}
.column-content {
  float: left;
  margin-left: 20px;
  width: 760px;
  height: auto;
  padding: 20px 00px;
  border-radius: 6px;
}
.column-content .g-user .m-user {
  width: 140px;
  height: 120px;
  border-radius: 4px;
  background: url(../image/bg-user.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.column-content .g-user .m-user .hd {
  width: 60px;
  height: 60px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
}
.column-content .g-user .m-user .name {
  margin-top: 5px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.column-content .g-user .m-data {
  width: 560px;
  height: 100px;
  padding: 10px 20px;
  border-radius: 6px;
  background: #FFFFFF;
}
.column-content .g-user .m-data .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #292929;
}
.column-content .g-user .m-data .b-data .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  height: 80px;
}
.column-content .g-user .m-data .b-data .item .num {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  color: #292929;
}
.column-content .g-user .m-data .b-data .item .text {
  font-size: 14px;
  color: #797C7C;
}
.m-price {
  padding: 10px 20px;
  border-top: 1px solid #F2F2F2;
}
.m-price .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.m-count {
  margin: 10px 0px;
  padding: 10px 20px;
  border-radius: 6px;
}
.m-count .p {
  width: 100%;
  height: auto;
  padding: 3px 0;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.m-count .p .label {
  float: left;
  width: 10%;
  height: auto;
  color: #292929;
}
.m-count .p .value {
  float: left;
  width: 80%;
  height: auto;
  color: #919191;
}
.m-count .p .red {
  color: #F35047;
}
.g-order-address {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-order-address .m-address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-order-address .m-address .name {
  font-size: 14px;
  line-height: 20px;
  color: #292929;
}
.g-order-address .m-address .name span {
  margin-right: 10px;
}
.g-order-address .m-address .text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
}
.g-order-address .op {
  display: inline-block;
  width: 70px;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  border-radius: 14px;
  border: 1px solid #707070;
}
.g-he {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-he i {
  font-size: 12px;
  color: #292929;
}
.g-he span {
  font-size: 20px;
  color: #F35047;
}
.g-he .btn {
  margin-left: 10px;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  border-radius: 14px;
  border: 1px solid transparent;
}
.g-he .btn-1 {
  border-color: #707070;
}
.g-he .btn-2 {
  color: #FFFFFF;
  background: #F63434;
}
.g-order-tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding-right: 30px;
  background: #FFFFFF;
  border-bottom: 1px solid #F2F2F2;
}
.g-order-tab .m-tab .item {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 30px;
  color: #292929;
  cursor: pointer;
}
.g-order-tab .m-tab .active {
  color: #FFFFFF;
  background: #108245;
}
.g-order-tab .m-search {
  width: 320px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-order-tab .m-search .input {
  display: block;
  width: 230px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #292929;
  border-radius: 16px 0 0 16px;
  background: #F7F7F7;
}
.g-order-tab .m-search .button {
  display: block;
  width: 50px;
  padding: 6px 5px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0 16px 16px 0;
  background: #108245;
}
.g-order-list {
  padding: 5px;
  background: #FFFFFF;
}
.g-order-list .m-th {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 20px;
  background: #F2F2F2;
}
.g-order-list .td:nth-child(1) {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.g-order-list .td:nth-child(2) {
  width: 10%;
  text-align: center;
}
.g-order-list .td:nth-child(3) {
  width: 10%;
  text-align: center;
}
.g-order-list .td:nth-child(4) {
  width: 15%;
  text-align: center;
}
.g-order-list .td:nth-child(5) {
  width: 20%;
  text-align: center;
}
.g-order-list .td:nth-child(6) {
  width: 15%;
  text-align: center;
}
.g-order-list .td-checked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.g-order-list .td-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.g-order-list .border {
  position: relative;
}
.g-order-list .border::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  content: '';
  width: 1px;
  height: 100%;
  background: #E0E0E0;
}
.g-order-list .m-order .item {
  margin-top: 5px;
  border: 1px solid #E0E0E0;
}
.g-order-list .m-order .item .b-other {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 20px;
  color: #707070;
  background: #f9f9f9;
}
.g-order-list .m-order .item .b-other i {
  margin-right: 15px;
}
.g-order-list .m-order .item .b-order {
  margin-top: 8px;
  padding: 0 8px 8px;
}
.g-order-list .m-order .item .b-img {
  width: 70px;
  height: 70px;
}
.g-order-list .m-order .item .b-info {
  margin-left: 10px;
  width: 200px;
}
.g-order-list .m-order .item .b-info .title {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.g-order-list .m-order .item .b-info .sp {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #797C7C;
}
.g-order-list span {
  font-size: 14px;
  color: #333333;
}
.g-order-list .price {
  font-size: 14px;
  color: #DD1A21;
}
.g-order-list .free,
.g-order-list .link {
  font-size: 12px;
  color: #797C7C;
}
.g-order-list .op {
  display: inline-block;
  margin: 3px 0;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  border-radius: 4px;
}
.g-order-list .red {
  background: #DD1A21;
}
.g-order-list .green {
  background: #108245;
}
.m-create-address {
  padding: 20px 20px;
}
.m-create-address .address,
.m-create-address .add {
  display: block;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
}
.m-create-address .address {
  display: inline-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47%;
  margin: 5px 15px;
}
.m-create-address .active {
  border-color: #108245;
  background: #FAFFFC;
}
.m-create-address .address .name {
  padding: 0 20px;
  font-size: 14px;
  line-height: 18px;
}
.m-create-address .address .name span {
  margin-right: 10px;
  color: #292929;
}
.m-create-address .address .name i {
  margin-left: 5px;
  color: #707070;
  cursor: pointer;
}
.m-create-address .address .text {
  margin-top: 4px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
}
.m-create-address .add {
  display: inline-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
  margin: 5px 15px;
  flex-direction: column;
}
.m-create-address .add img {
  width: 18px;
  height: 18px;
}
.m-create-address .add span {
  padding: 0 5px;
  font-size: 14px;
  color: #707070;
}
.g-create-payment {
  margin-top: 15px;
  border-radius: 6px;
  background: #FFFFFF;
}
.b-create-title {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #292929;
  border-bottom: 1px solid #F2F2F2;
}
.b-create-payment {
  padding: 5px 20px 30px;
}
.b-create-payment .item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  width: 202px;
  height: auto;
  padding: 10px 10px;
  font-size: 14px;
  color: #797C7C;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
}
.b-create-payment .item:nth-child(5n) {
  margin-right: 0;
}
.b-create-payment .item .icon {
  margin: 0 5px;
  width: 22px;
  height: 22px;
}
.b-create-payment .active {
  border-color: #108245;
  background: #FAFFFC;
}
.g-create-bill,
.g-create-address {
  margin-top: 15px;
  border-radius: 6px;
  background: #FFFFFF;
}
.m-bill {
  padding: 20px 20px;
}
.m-bill .item {
  margin-top: 10px;
}
.m-bill .item:nth-child(1) {
  margin-top: 0;
}
.m-bill .item .b-img {
  width: 100px;
  height: 100px;
}
.m-bill .item .b-info {
  margin-left: 10px;
  width: 450px;
}
.m-bill .item .b-info .title {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.m-bill .item .b-info .sp {
  font-size: 12px;
  line-height: 18px;
  color: #797C7C;
}
.m-bill .item .b-info .dage {
  margin-top: 5px;
}
.m-bill .item .b-info .dage span {
  margin-right: 3px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #728CC2;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #728CC2;
  background: #EFF4FB;
}
.m-bill .td:nth-child(1) {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-bill .td:nth-child(2) {
  width: 15%;
  font-size: 18px;
  color: #797C7C;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-bill .td:nth-child(3) {
  width: 15%;
  font-size: 14px;
  color: #797C7C;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-bill .td:nth-child(4) {
  width: 25%;
  font-size: 20px;
  color: #DE1A10;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-create-submit {
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-create-submit .p {
  font-size: 14px;
  color: #797C7C;
  text-align: right;
}
.g-create-submit .p span {
  margin: 0 3px;
}
.g-create-submit .p i {
  color: #DE1A10;
}
.g-create-submit .p b {
  font-size: 18px;
  font-weight: 500;
  color: #DE1A10;
}
.g-create-submit .submit {
  margin-top: 15px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 20px;
  background: #DE1A10;
}
.g-cart-none {
  margin-top: 20px;
  padding: 50px 0;
}
.g-cart-none .icon {
  width: 38px;
  height: 38px;
}
.g-cart-none .text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #494949;
}
.g-cart-none .link {
  margin-top: 8px;
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 11px;
  background: #F63434;
}
.g-all {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #108245;
  background: #FFFFFF;
}
.wrap-checked {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 30px 0;
}
.wrap-checked .layout-checked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: #383838;
}
.wrap-checked .layout-checked .checked-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap-checked .label {
  margin: 0 5px;
  vertical-align: middle;
}
.wrap-checked .delete {
  margin-left: 25px;
}
.wrap-checked i {
  margin-right: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #E1251B;
}
.wrap-checked .suan {
  display: inline-block;
  padding: 3px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  border-radius: 13px;
  background: #E1251B;
}
.wrap-source {
  margin-top: -30px;
}
.g-source {
  margin-top: 20px;
}
.g-source .item {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 265px;
  height: auto;
  padding: 10px 10px;
  overflow: hidden;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-source .item .m-base {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.g-source .item .m-base .hd {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.g-source .item .m-base .b-info {
  float: left;
  margin-left: 10px;
  width: 200px;
  height: 46px;
}
.g-source .item .m-base .b-info .name {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #292929;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-source .item .m-base .b-info .icon {
  margin-top: 2px;
}
.g-source .item .m-base .b-info .icon img {
  margin-right: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: top;
}
.g-source .item .m-img {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
.g-source .item .m-img img {
  float: left;
  margin-right: calc(6.5px);
  width: 84px;
  height: 84px;
  border-radius: 4px;
  vertical-align: top;
}
.g-source .item .m-img img:nth-child(3) {
  margin-right: 0;
}
.g-source .item .m-op {
  margin-top: 12px;
}
.g-source .item .m-op .op {
  display: inline-block;
  width: 120px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
.g-source .item .m-op .op-1 {
  color: #292929;
  background: #EBEBEB;
}
.g-source .item .m-op .op-2 {
  color: #FFFFFF;
  background: #18A15C;
}
.swiper-source {
  width: 100%;
  height: 100%;
}
.swiper-source img {
  border-radius: 4px;
}
.p-source {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 900px;
  height: auto;
  padding: 30px 50px;
  border-radius: 15px;
  background: #FFFFFF;
}
.p-source .m-source-img {
  margin-top: 20px;
  width: 100%;
  height: 140px;
}
.p-source .m-source-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-source .m-source-info .item {
  margin: 5px 5px;
  width: 435px;
  height: 32px;
  font-size: 12px;
  line-height: 20px;
  color: #797C7C;
  border-radius: 3px;
  border: 1px solid #FAFAFA;
}
.p-source .m-source-info .item .label {
  float: left;
  width: 100px;
  height: 20px;
  padding: 6px 0;
  text-align: center;
  background: #FAFAFA;
}
.p-source .m-source-info .item .value {
  float: left;
  width: 300px;
  height: 20px;
  margin: 6px 15px;
}
.p-source .dage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: #108245;
  border-radius: 15px 0 15px 0;
}
.p-source .ok {
  display: block;
  margin: 20px auto 0;
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
  background: #108245;
}
.p-tel {
  width: 500px;
  height: 200px;
  padding: 50px 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 15px;
  background: #ffffff url(../image/bg-tel.png) center bottom no-repeat;
}
.p-tel .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.p-tel .tel {
  font-size: 38px;
  line-height: 50px;
  color: #108245;
  text-align: center;
}
.p-tel .company {
  font-size: 12px;
  line-height: 18px;
  color: #797C7C;
  text-align: center;
}
.wrap-quotation {
  margin-top: -30px;
}
.g-quotation {
  margin-top: 15px;
}
.g-quotation .m-quotation-hd {
  padding: 10px 25px;
  color: #000000;
  background: #ebf3f5;
}
.g-quotation .item {
  padding: 10px 25px;
  color: #797C7C;
}
.g-quotation .item:hover {
  background: #f7fcf9;
}
.g-quotation .item i,
.g-quotation .item b {
  display: inline-block;
  padding: 0 3px;
  color: #FFFFFF;
  border-radius: 3px;
}
.g-quotation .item i {
  background: #108245;
}
.g-quotation .item b {
  background: #E1251B;
}
.g-quotation .item .link {
  display: inline-block;
  width: 50px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
}
.g-quotation .item .link-1 {
  color: #108245;
  border-color: #108245;
}
.g-quotation .item .link-2 {
  color: #E1251B;
  border-color: #E1251B;
}
.g-quotation .td {
  font-size: 12px;
  line-height: 18px;
}
.g-quotation .td:nth-child(1) {
  width: 230px;
}
.g-quotation .td:nth-child(2) {
  width: 150px;
}
.g-quotation .td:nth-child(3) {
  width: 350px;
}
.g-quotation .td:nth-child(4) {
  width: 220px;
}
.g-quotation .td:nth-child(5) {
  width: 100px;
}
.g-quotation .td:nth-child(6) {
  width: 100px;
}
.g-order-after {
  position: relative;
  margin-top: 15px;
  height: auto;
  padding: 40px 80px;
  border-radius: 6px;
  background: #ffffff url(../image/check.png) 50px 45px no-repeat;
}
.g-order-after .text-1 {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
}
.g-order-after .text {
  padding: 2px 0;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.g-order-after .text span {
  color: #DD1A21;
}
.g-order-after .m-link {
  margin-top: 15px;
}
.g-order-after .m-link .link {
  margin-right: 8px;
  display: inline-block;
  width: 70px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #797C7C;
  border: 1px solid #797C7C;
}
.g-order-after .m-link .link-1 {
  color: #FFFFFF;
  background: #108245;
}
.wrap-product {
  margin-top: -30px;
}
.g-filter {
  padding: 10px 20px;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-filter .m-filter {
  width: 100%;
  height: auto;
  padding: 5px 0;
  font-size: 14px;
  line-height: 22px;
  color: #707070;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.g-filter .m-filter:last-child {
  border: none;
}
.g-filter .m-filter .label {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: -60px;
  height: auto;
  padding: 3px 0;
}
.g-filter .m-filter .b-value {
  width: 100%;
  height: auto;
}
.g-filter .m-filter .b-value .value {
  margin-left: 60px;
  height: auto;
  overflow: hidden;
}
.g-filter .m-filter .b-value .value span {
  float: left;
  margin: 3px 5px;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 6px;
}
.g-filter .m-filter .b-value .value .active {
  color: #FFFFFF;
  background: #108245;
}
.g-product-h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #292929;
}
.g-product-h3 {
  font-size: 16px;
  line-height: 20px;
  color: #292929;
}
.g-product-h5 {
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  color: #292929;
  background: #FFFFFF;
}
.g-product-h4 {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #292929;
  text-align: center;
}
.g-product-h4::after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  content: '';
  margin-left: -80px;
  width: 160px;
  height: 1px;
  background: #ADADAD;
}
.g-product-h4 span {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 0 8px;
  background: #F3F5F7;
}
.g-product {
  margin-top: 20px;
  /* 如果最后一行是3个元素 */
  /* 如果最后一行是2个元素 */
}
.g-product .item {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 245px;
  height: auto;
  padding: 20px 20px;
  overflow: hidden;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-product .item .m-img {
  height: 245px;
  border-radius: 3px;
  overflow: hidden;
}
.g-product .item .position-1 {
  position: absolute;
  left: 20px;
  top: 245px;
  z-index: 9;
  width: 40px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  background: #108245;
  border-radius: 0 0 0 3px;
}
.g-product .item .position-2 {
  position: absolute;
  left: 60px;
  top: 245px;
  z-index: 9;
  display: inline-block;
  height: 20px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: #108245;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0 6px 0 0;
}
.g-product .item .m-info {
  margin-top: 5px;
}
.g-product .item .m-info .title {
  width: 100%;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
.g-product .item .m-info .dage {
  margin-top: 8px;
  width: 100%;
  height: 20px;
  overflow: hidden;
}
.g-product .item .m-info .dage span {
  float: left;
  margin-right: 5px;
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 14px;
  color: #728CC2;
  border-radius: 3px;
  border: 1px solid #728CC2;
  background: #EFF4FB;
}
.g-product .item .m-info .dage span:last-child {
  margin: 0;
}
.g-product .item .m-info .price {
  margin-top: 5px;
  width: 100%;
  height: 20px;
}
.g-product .item .m-info .price i {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #A6A6A6;
}
.g-product .item .m-info .price span {
  float: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #E1251B;
}
.g-product .item:last-child:nth-child(4n - 1) {
  /*margin-right: calc(305px);*/
}
.g-product .item:last-child:nth-child(4n - 2) {
  margin-right: calc(610px);
}
.g-product-five .item {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  width: 212px;
  height: auto;
  padding: 10px 10px;
}
.g-product-five .item:nth-child(5n) {
  margin-right: 0 !important;
}
.g-product-five .item .m-img {
  height: 212px;
}
.g-product-five .item .position-1 {
  left: 10px;
  top: 202px;
}
.g-product-five .item .position-2 {
  left: 50px;
  top: 202px;
}
.g-product-five .item-1 {
  margin-right: 0;
}
.g-product-five-small {
  margin-top: 10px;
  padding: 5px 5px;
  background: #FFFFFF;
}
.g-product-five-small .item {
  float: left;
  margin: 0;
  width: 140px;
  height: auto;
  padding: 5px 5px;
}
.g-product-five-small .item:nth-child(5n) {
  margin-right: 0;
}
.g-product-five-small .item .m-img {
  height: 140px;
}
.g-product-five-small .item .position-1 {
  left: 5px;
  top: 125px;
}
.g-product-five-small .item .position-2 {
  left: 45px;
  top: 125px;
}
.wrap-detail {
  margin-top: -100px;
}
.layout-detail {
  border-radius: 6px;
  background: #FFFFFF;
}
.layout-detail .g-title {
  padding: 20px 30px;
  border-bottom: 1px solid #F2F2F2;
}
.layout-detail .g-title .big {
  font-size: 32px;
  line-height: 50px;
  color: #383838;
}
.layout-detail .g-title .small {
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}
.layout-detail .g-title .small span {
  margin-right: 10px;
}
.g-detail {
  padding: 20px 50px 30px;
}
.g-detail .m-bu {
  font-size: 16px;
  line-height: 30px;
  color: #292929;
}
.g-detail .m-text {
  font-size: 14px;
  line-height: 24px;
  color: #797C7C;
}
.g-detail img {
  margin: 8px 0;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 6px;
}
.layout-demand-detail {
  margin-top: 15px;
}
.layout-demand-detail .g-demand-detail-left {
  width: 780px;
  border-radius: 6px;
  background: #FFFFFF;
}
.layout-demand-detail .g-demand-detail-right {
  width: 260px;
  padding: 20px 20px;
  overflow: hidden;
  border-radius: 6px;
  background: #FFFFFF;
}
.layout-demand-detail .g-demand-detail-right .dage {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: inline-block;
  padding: 5px 10px 5px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  border-radius: 0 6px 0 28px;
  background: #728CC2;
}
.layout-demand-detail .g-demand-detail-right .m-user {
  position: relative;
}
.layout-demand-detail .g-demand-detail-right .m-user .hd {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border: 6px solid #E0E0E0;
  border-radius: 50%;
}
.layout-demand-detail .g-demand-detail-right .m-user .real {
  position: absolute;
  left: 50%;
  top: 56px;
  z-index: 9;
  margin-left: -30px;
  width: 60px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 9px;
  background: #108245;
}
.layout-demand-detail .g-demand-detail-right .m-user .name {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #292929;
}
.layout-demand-detail .g-demand-detail-right .m-user .date {
  font-size: 12px;
  text-align: center;
  color: #797C7C;
}
.layout-demand-detail .g-demand-detail-right .m-des {
  margin-top: 10px;
  padding: 10px 0;
}
.layout-demand-detail .g-demand-detail-right .m-des .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #292929;
}
.layout-demand-detail .g-demand-detail-right .m-des .text {
  margin-top: 3px;
  font-size: 12px;
  line-height: 18px;
  color: #797C7C;
}
.wra-demand-banner {
  height: 200px;
  background: #1C2536;
}
.layout-demand-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.layout-demand-banner .dage {
  width: 50px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #099E4F;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #099E4F;
}
.layout-demand-banner .text {
  font-size: 14px;
  line-height: 18px;
  color: #F2F2F2;
}
.layout-demand-banner .text-1 {
  height: 36px;
}
.layout-demand-banner .m-name {
  padding: 3px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-demand-banner .name {
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
.layout-demand-banner .m-tel {
  margin-top: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-demand-banner .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 46px;
  border-radius: 4px;
  background: #099E4F;
}
.layout-demand-banner .tel .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
}
.layout-demand-banner .tel span {
  margin-left: 4px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.g-address {
  margin-top: 20px;
  padding: 15px 30px 30px;
}
.g-address .m-address-h2 {
  position: relative;
  padding-left: 14px;
}
.g-address .m-address-h2 .big {
  font-size: 24px;
  line-height: 40px;
  color: #333333;
}
.g-address .m-address-h2 .small {
  margin-left: 10px;
  font-size: 14px;
  line-height: 40px;
}
.g-address .m-address-h2::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  margin-top: -12px;
  content: '';
  width: 6px;
  height: 24px;
  border-radius: 3px;
  background: #108245;
}
.g-address .input-group {
  margin-top: 20px;
}
.g-address .input-group .label {
  margin-right: 20px;
  width: 120px;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  color: #313131;
}
.g-address .input-group .value {
  width: 270px;
  min-height: 24px;
  padding: 3px 15px;
  border: 1px solid #E0E0E0;
}
.g-address .input-group .value .input {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #313131;
}
.g-address .input-group .value .textarea {
  display: block;
  width: 100%;
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  resize: none;
}
.g-address .input-group .select {
  margin-right: 20px;
  display: block;
  width: 160px;
  height: 30px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
}
.g-address .input-group .select-1 {
  width: 300px;
  padding: 0 10px;
}
.g-address .input-group .radio,
.g-address .input-group .file {
  display: none;
}
.g-address .input-group .label-type,
.g-address .input-group .label-period {
  margin-right: 10px;
  display: block;
  width: 65px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #313131;
  border-radius: 2px;
  background: #F2F3F5;
}
.g-address .input-group .radio-1:checked + label {
  color: #FFFFFF;
  background: #108245;
}
.g-address .input-group .label-period {
  border-radius: 15px;
}
.g-address .input-group .radio-2:checked + label {
  color: #FFFFFF;
  background: #516FB0;
}
.g-address .input-group .label-file {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
}
.g-address .form-submit {
  margin-top: 25px;
  margin-right: 98px;
}
.g-address .form-submit .check-label {
  margin-left: 6px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.g-address .form-submit .btn {
  margin-left: 15px;
  display: block;
  width: 80px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  background: #108245;
}
.g-address .m-addres-h3 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.g-address .m-addres {
  margin-top: 40px;
}
.g-address .m-addres .item {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #3E3E3E;
  border: 1px solid #E0E0E0;
  border-top: none;
}
.g-address .m-addres .item:first-child {
  border-top: 1px solid #E0E0E0;
}
.g-address .m-addres .item .name {
  width: 15%;
}
.g-address .m-addres .item .location {
  width: 55%;
}
.g-address .m-addres .item .tel {
  width: 10%;
}
.g-address .m-addres .item .operation {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.g-address .m-addres .item .operation .op {
  margin: 0 5px;
  cursor: pointer;
}
.g-address .m-addres .item .operation .op-2 {
  color: #C6C6C6;
}
.wrap-enter {
  margin-top: -50px;
}
.g-enter-left {
  margin-right: 10px;
  width: 540px;
  height: auto;
  padding: 20px 30px;
  border-radius: 6px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.g-enter-left .m-enter-h3 {
  padding: 5px 0 15px;
  border-bottom: 1px solid #f2f2f2;
}
.g-enter-left .m-enter-h3 .big {
  font-size: 26px;
  line-height: 36px;
  color: #108245;
}
.g-enter-left .m-enter-h3 .small {
  font-size: 14px;
  line-height: 18px;
  color: #737373;
}
.g-enter-left .m-form-enter .b-h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #313131;
}
.g-enter-left .m-form-enter .input-group {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-enter-left .m-form-enter .input-group .label {
  width: 80px;
  height: auto;
  font-size: 14px;
  line-height: 32px;
  color: #313131;
}
.g-enter-left .m-form-enter .input-group .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 22px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #F2F3F5;
}
.g-enter-left .m-form-enter .input-group .value .input {
  display: block;
  width: 100%;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #313131;
  background: transparent;
}
.g-enter-left .m-form-enter .input-group .value .textarea {
  display: block;
  width: 100%;
  height: 66px;
  font-size: 14px;
  line-height: 22px;
  color: #313131;
  background: transparent;
  resize: none;
}
.g-enter-left .m-form-enter .input-group .value .file {
  display: none;
}
.g-enter-left .m-form-enter .input-group .value .label {
  padding-left: 25px;
  color: #ADADAD;
  background: url(../image/file.png) left center no-repeat;
}
.g-enter-left .m-form-enter .tip {
  padding: 10px 90px;
  font-size: 12px;
  line-height: 20px;
  color: #ADADAD;
}
.g-enter-left .m-form-enter .m-btn {
  margin-top: 50px;
}
.g-enter-left .m-form-enter .m-btn .btn {
  margin-left: 20px;
  display: block;
  width: 80px;
  height: 32px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-radius: 16px;
}
.g-enter-left .m-form-enter .m-btn .btn-1 {
  color: #707070;
  background: #F2F3F5;
}
.g-enter-left .m-form-enter .m-btn .btn-2 {
  color: #FFFFFF;
  background: #108245;
}
.g-enter-right {
  width: 250px;
  height: auto;
  min-height: 200px;
  padding: 15px 20px;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-enter-right .title {
  font-size: 16px;
  line-height: 26px;
  color: #313131;
}
.g-enter-right .text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #737373;
}
.g-enter-right .text p {
  padding: 3px 0;
}
.layout-column .column-left {
  width: 200px;
  height: auto;
  background: #FFFFFF;
}
.layout-column .column-left .item {
  position: relative;
  display: block;
  padding: 16px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #292929;
}
.layout-column .column-left .active {
  color: #108245;
}
.layout-column .column-left .active::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  margin-top: -10px;
  content: '';
  width: 3px;
  height: 20px;
  border-radius: 1px;
  background: #108245;
}
.layout-column .column-right {
  width: 980px;
  height: auto;
}
.g-demand .item {
  margin-top: 15px;
  display: block;
  padding: 10px 20px;
  background: #FFFFFF;
}
.g-demand .item .m-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a6a6a6;
}
.g-demand .item .m-title .title {
  font-size: 20px;
  line-height: 28px;
  color: #292929;
}
.g-demand .item .m-title .dage {
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}
.g-demand .item .m-title .dage-1 {
  background: url(../image/d-1.png) left center no-repeat;
}
.g-demand .item .m-title .dage-2 {
  background: url(../image/d-2.png) left center no-repeat;
}
.g-demand .item .m-title .state {
  margin-left: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #108245;
}
.g-demand .item .m-info {
  margin-top: 10px;
}
.g-demand .item .m-info .b-img {
  width: 200px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
.g-demand .item .m-info .b-info {
  padding-left: 20px;
}
.g-demand .item .m-info .b-info .l-text {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}
.g-demand .item .m-info .b-info .text-1 {
  height: 20px;
}
.g-demand .item .m-info .b-info .text-2 {
  margin-top: 5px;
  height: 60px;
}
.g-demand .item .m-info .b-info .l-btn {
  margin-top: 11px;
}
.g-demand .item .m-info .b-info .l-btn .btn {
  margin-left: 8px;
  display: inline-block;
  width: 74px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #C4C4C4;
  text-align: center;
  border-radius: 3px;
  background: #f7f7f7;
  cursor: pointer;
}
.g-demand .item .m-info .b-info .l-btn .active {
  color: #FFFFFF;
  background: #108245;
}
.wrap-school {
  margin-top: -36px;
}
.g-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
  background: #FFFFFF;
}
.g-tab .m-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-tab .m-tab .tab {
  margin-right: 12px;
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 28px;
  color: #707070;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 14px;
}
.g-tab .m-tab .active {
  color: #FFFFFF;
  border-color: #45B035;
  background: #45B035;
}
.g-tab .m-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #808080;
  line-height: 20px;
}
.g-tab .m-filter .filter {
  position: relative;
  margin-left: 18px;
  padding-left: 15px;
  cursor: pointer;
}
.g-tab .m-filter .filter::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  margin-top: -5px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C4C4C4;
}
.g-tab .m-filter .active {
  color: #45B035;
}
.g-tab .m-filter .active::before {
  background: #45B035;
}
.g-school-article {
  padding: 15px 0;
}
.g-school-article .item {
  margin-top: 15px;
  display: block;
  width: 550px;
  padding: 20px 20px;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-school-article .item .m-title {
  position: relative;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-school-article .item .m-title .h {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  margin-top: -7px;
  display: inline-block;
  padding: 0 2px;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  background: #108245;
}
.g-school-article .item .m-title .title {
  width: 100%;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #242424;
}
.g-school-article .item .m-info {
  margin-top: 10px;
}
.g-school-article .item .m-info .b-img {
  width: 154px;
  height: 90px;
}
.g-school-article .item .m-info .b-des {
  padding-left: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #707070;
}
.g-school-article .item .m-info .b-des .text {
  width: 100%;
  height: 60px;
}
.g-school-article .item .m-info .b-des .date {
  margin-top: 10px;
}
.g-school-video {
  padding: 15px 0;
  /* 如果最后一行是3个元素 */
  /* 如果最后一行是2个元素 */
}
.g-school-video .item {
  margin-top: 20px;
  display: block;
  width: 285px;
  overflow: hidden;
  border-radius: 6px;
  background: #FFFFFF;
}
.g-school-video .item .m-img {
  width: 100%;
  height: 180px;
}
.g-school-video .item .m-info {
  padding: 7px 20px;
}
.g-school-video .item .m-info .title {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #292929;
}
.g-school-video .item .m-info .look {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #C4C4C4;
  text-align: right;
}
.g-school-video .item:last-child:nth-child(4n - 1) {
  margin-right: calc(305px);
}
.g-school-video .item:last-child:nth-child(4n - 2) {
  margin-right: calc(610px);
}
.g-page {
  padding: 20px 0;
}
.g-page span {
  margin: 0 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #606266;
  padding: 5px 12px;
  background: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
}
.g-page .active {
  color: #FFFFFF;
  background: #45B035;
}
