* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Arial", "Helvetica", "sans-serif";
}
body {
  background: #fff;
  min-width: 1200px;
}

.w {
  width: 1200px;
  margin: 0 auto;
}
.header {
  line-height: 62px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.header img {
  width: 206px;
  height: 60px;
  display: block;
}
.header .head-right {
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  line-height: 62px;
  margin-left: auto;
  cursor: pointer;
}
.header .head-right a {
  color: #222222;
  font-weight: 500;
  text-decoration: none;
}
.banner img {
  display: block;
  width: 100%;
}
.service {
  text-align: center;
}
.service .word {
  font-weight: bold;
  font-size: 56px;
  color: #222222;
  padding: 70px 0 28px;
}
.service .line {
  display: inline-block;
  width: 210px;
}
.service .left {
  text-align: left;
  width: 727px;
}
.service .left .title {
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 45px;
  margin-bottom: 70px;
}
.service .left .top {
  align-items: center;
}
.service .left .top p {
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 30px;
}
.service .cont {
  padding: 62px 0 50px;
}
.service .cont .item {
  margin-bottom: 42px;
}
.service .sj {
  width: 473px;
  height: 634px;
}
.gray {
  font-weight: 500;
  font-size: 24px;
  color: #999999;
  line-height: 30px;
  margin-top: 20px;
}
.footer {
  background: #ececec;
  font-weight: 500;
  font-size: 14px;
  color: #9a9a9a;
  padding: 12px 0 20px;
}
.footer .contant {
  width: 1000px;
  margin: 0 auto;
}
.right {
  margin-left: 20px;
}

.flex {
  display: flex;
}
.map {
  background: #f1f1f1;
  padding: 50px 0;
}
.map .cont {
  display: flex;
}
.map-img {
  margin-right: 64px;
  width: 563px;
  height: 406px;
}
.tel-w {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
}
.tel img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 14px;
}
.tel p {
  font-size: 26px;
  color: #222222;
  /* line-height: 45px; */
}
.alignCenter {
  align-items: center;
}
.loginBg {
  position: fixed;
  z-index: 1;
  width: 1920px;
  height: 168px;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
}

.login .main {
  width: 750px;
  height: 450px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -375px;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.02);
}

.login .leftBox {
  float: left;
  width: 430px;
  padding: 0 30px;
}

.login h2 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  line-height: 110px;
}

.login h2 img {
  width: 73px;
  float: right;
  margin-top: 22px;
}

.login ul {
  width: 420px;
}

.login li {
  border-bottom: 1px solid #ebebeb;
  height: 70px;
  overflow: hidden;
}

.login li img {
  width: 35px;
  height: 35px;
  float: left;
  margin-top: 17px;
  margin-right: 13px;
}

.login li input {
  width: 372px;
  height: 70px;
  line-height: 70px;
  border: 0;
  float: left;
}

.login li.yanz input {
  width: 264px;
}

.login li.yanz .button {
  width: 108px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  border-radius: 20px;
  background: #e5f5f5;
  color: #38560f;
  cursor: pointer;
}

.login li.imgYanz input {
  width: 216px;
}

.login li.imgYanz .imgyanz {
  width: 156px;
  height: 70px;
  float: right;
  margin: 0;
  cursor: pointer;
}

.login .btn {
  margin-top: 40px;
  overflow: hidden;
}

.login .btn a {
  float: left;
}

.login .btn .loginBtn {
  width: 130px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #6d9831;
  border-radius: 4px;
  margin-right: 25px;
}

.login .btn .forget {
  line-height: 50px;
  font-size: 14px;
  color: #333333;
}

.login .rightBox {
  width: 260px;
  height: 450px;
  float: right;
  background: url(../../../assets/img/loginBg2.jpg) no-repeat center top;
  position: relative;
}

.login .rightBox .tit {
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.login .rightBox .tit h3 {
  font-size: 18px;
  font-weight: bold;
}

.login .rightBox .tit p {
  font-size: 20px;
  font-weight: bold;
}

.header .mt {
  padding-top: 32px;
  overflow: hidden;
}

.header .logo {
  width: 153px;
  height: 46px;
  float: left;
  margin-right: 87px;
}

.header .search {
  float: left;
  border: 2px solid #38560f;
  overflow: hidden;
}

.header .search img {
  float: left;
}

.header .search input {
  float: left;
  border: 0;
  width: 375px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.header .search a {
  display: block;
  float: left;
  width: 76px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  border-left: 2px solid #38560f;
  background: #38560f;
  text-align: center;
}

.header .btn {
  float: right;
  overflow: hidden;
}

.header .btn a {
  display: block;
  float: left;
  line-height: 40px;
  margin-left: 40px;
  font-size: 14px;
  text-align: center;
}

.header .btn a > img {
  vertical-align: middle;
  margin-right: 8px;
}

.header .btn .reg {
  width: 110px;
  color: #fff;
  background: #38560f;
}

.header .mb {
  padding-top: 18px;
  height: 44px;
  overflow: hidden;
}

.header .slide {
  float: left;
  margin-left: 240px;
}

.header .slide li {
  float: left;
  margin-right: 90px;
}

.header .slide li a {
  position: relative;
  display: block;
  line-height: 44px;
  font-size: 14px;
  color: #2c363f;
}

.header .slide li.active a {
  color: #38560f;
}

.header .slide li.active a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #38560f;
  margin-left: -15px;
}

.header .btn2 {
  float: right;
}

.header .btn2 a {
  float: left;
  line-height: 44px;
  display: block;
  width: 110px;
  text-align: center;
  font-size: 14px;
  color: #38560f;
  position: relative;
}

.header .btn2 img {
  vertical-align: middle;
  margin-right: 8px;
}

.header .btn2 span {
  position: absolute;
  top: 7px;
  left: 87px;
  height: 18px;
  width: 18px;
  font-size: 12px;
  color: #fff;
  background: #38560f;
  line-height: 18px;
  border-radius: 50%;
}

.footer {
  /* background: #008584; */
}

.footer .mt {
  overflow: hidden;
  padding: 70px 26px 50px;
}

.footer .mt .img {
  float: left;
}

.footer .mt .img .logo {
  margin-bottom: 30px;
}

.footer .mt .img .phone {
  line-height: 40px;
  color: #fff;
  font-size: 24px;
}

.footer .mt .img .phone img {
  margin-right: 15px;
}

.footer .mt .tit {
  float: right;
}

.footer .mt dl {
  float: left;
  margin-left: 65px;
}

.footer .mt dl:first-of-type {
  margin-left: 0;
}

.footer .mt dt {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .mt dd a {
  color: #b8d4d3;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
}

.footer .mt .erweima {
  text-align: center;
}

.footer .mt .erweima p {
  color: #b8d4d3;
  font-size: 14px;
  line-height: 30px;
}

.footer .mb {
  text-align: center;
  padding-bottom: 15px;
}

.footer .mb h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}

.footer .mb h2 img {
  vertical-align: middle;
  margin-right: 13px;
}

.footer .mb p {
  color: #b8d4d3;
  font-size: 14px;
  line-height: 22px;
}

.footer .mb p img {
  vertical-align: middle;
  margin-right: 5px;
}

.indexNav {
  margin-top: 20px;
}

.indexNav .nav {
  float: left;
  width: 220px;
  height: 500px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(33, 47, 70, 0.03);
  overflow: hidden;
}

.indexNav .nav h2 {
  text-align: center;
  height: 39px;
  line-height: 39px;
  background: #38560f;
  font-size: 14px;
  color: #fff;
}

.indexNav .nav dl {
  height: 62px;
  margin: 0 20px;
  border-top: 1px solid #e4ebf7;
  padding-top: 14px;
}

.indexNav .nav dl:first-of-type {
  border-top: 0;
}

.indexNav .nav dt a {
  font-size: 14px;
  color: #2c363f;
}

.indexNav .nav dt img {
  vertical-align: 1px;
  margin-left: 9px;
}

.indexNav .nav li {
  float: left;
  margin-left: 10px;
}

.indexNav .nav li:first-of-type {
  margin-left: 0;
}

.indexNav .nav li a {
  font-size: 14px;
  color: #b0b2bf;
}

.indexNav .banner {
  width: 960px;
  height: 500px;
  float: right;
}

.indexNav .banner .swiper-button-prev,
.indexNav .banner .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 12px;
}

.indexNav .banner .swiper-button-prev {
  left: 0;
}

.indexNav .banner .swiper-button-next {
  right: 0;
}

.indexNav .banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  background: none;
}

.indexProduct {
  padding-bottom: 30px;
}

.indexProduct .mt {
  overflow: hidden;
  height: 80px;
}

.indexProduct .mt h2 {
  float: left;
  font-size: 20px;
  color: #2c363f;
  font-weight: bold;
  line-height: 80px;
  position: relative;
  padding-left: 18px;
}

.indexProduct .mt h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  width: 4px;
  height: 16px;
  background: #38560f;
}

.indexProduct .mt ul {
  float: right;
}

.indexProduct .mt li {
  float: left;
  margin-left: 50px;
}

.indexProduct .mt li a {
  position: relative;
  line-height: 80px;
  font-size: 14px;
  color: #2c363f;
}

.indexProduct .mt li.active a {
  color: #38560f;
}

.indexProduct .mt li.active a:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #38560f;
  margin-left: -10px;
}

.indexProduct .line {
  overflow: hidden;
}

.indexProduct .line ul {
  width: 1215px;
  overflow: hidden;
}

.indexProduct .line li {
  float: left;
  width: 228px;
  margin-right: 15px;
  height: 1px;
}

.indexProduct .line .li1 {
  background: #38560f;
}

.indexProduct .line .li2 {
  background: #ff5756;
}

.indexProduct .line .li3 {
  background: #00e498;
}

.indexProduct .line .li4 {
  background: #3f78f6;
}

.indexProduct .line .li5 {
  background: #ffb000;
}

.productList ul {
  width: 1215px;
}

.productList li {
  float: left;
  width: 228px;
  height: 280px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  height: 280px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(33, 47, 70, 0.03);
}

.productList .img {
  width: 228px;
  height: 170px;
  overflow: hidden;
}

.productList .img img {
  width: 100%;
  height: 100%;
}

.productList .tit {
  padding: 0 20px;
}

.productList h2 {
  font-size: 14px;
  color: #2c363f;
  line-height: 34px;
}

.productList p {
  font-size: 12px;
  color: #b0b2bf;
  line-height: 16px;
}

.productList span {
  font-size: 16px;
  color: #ff5756;
  font-weight: bold;
  display: block;
  margin-top: 16px;
}

.productList span em {
  font-size: 12px;
  color: #b0b2bf;
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 17px;
}

.c-page {
  text-align: center;
  padding: 25px 0;
}

.c-page a {
  color: #646464;
  font-size: 12px;
  display: inline-block;
  line-height: 34px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 0 13px;
  margin: 10px 5px;
}

.c-page a.active {
  background: #38560f;
  border: 1px solid #38560f;
  color: #fff;
}

.c-page a.dian {
  color: #646464;
  background: transparent;
  border: 1px solid transparent;
  cursor: text;
}

.c-page a:hover {
  background: #38560f;
  border: 1px solid #38560f;
  color: #fff;
}

.c-page a.dian:hover {
  color: #646464;
  background: transparent;
  border: 1px solid transparent;
  cursor: text;
}

.commonNav {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #b0b2bf;
}

.commonNav a {
  font-size: 14px;
  color: #b0b2bf;
  display: inline-block;
}

.commonNav a.active {
  color: #38560f;
}

.productFilter .top {
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(33, 47, 70, 0.03);
  border-bottom: 1px solid #029e9c;
  margin-bottom: 20px;
}

.productFilter .top .mt {
  border-bottom: 1px solid #f0f2f2;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}

.productFilter .top .mt h2 {
  float: left;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #2c363f;
}

.productFilter .top .mt h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  height: 14px;
  width: 4px;
  background: #029e9c;
}

#clearFilter {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #38560f;
  cursor: pointer;
}

#clearFilter img {
  vertical-align: -1px;
  margin-right: 10px;
}

.productFilter .top .mb {
  padding: 11px 20px;
}

.productFilter .top .mb .item {
  overflow: hidden;
  padding-top: 11px;
}

.productFilter .top .mb .item span {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #b0b2bf;
  width: 80px;
  text-align: right;
  margin-right: 20px;
}

.productFilter .top .mb .item ul {
  float: left;
  overflow: hidden;
  width: 1060px;
}

.productFilter .top .mb .item li {
  float: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  color: #2c363f;
  margin-right: 50px;
  margin-bottom: 11px;
}

.productFilter .top .mb .item li.active {
  color: #38560f;
  background: #e5f5f5;
}

.productFilter .bottom {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 2px rgba(33, 47, 70, 0.03);
  height: 40px;
}

.productFilter .bottom .slide {
  float: left;
  margin-left: 40px;
}

.productFilter .bottom .slide li {
  float: left;
  margin-right: 90px;
}

.productFilter .bottom .slide li {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #2c363f;
  cursor: pointer;
}

.productFilter .bottom .slide li.active {
  color: #38560f;
}

.productFilter .bottom .slide li.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #38560f;
  margin-left: -15px;
}

.productFilter .bottom span {
  float: right;
  line-height: 40px;
  margin-right: 20px;
  font-size: 14px;
  color: #b0b2bf;
}

.productFilter .bottom span em {
  color: #38560f;
}

.shoppingCart {
  margin-bottom: 30px;
}

.car-headers-menu {
  height: 40px;
  background: #f5f7f7;
}

.car-headers-menu .car-menu {
  float: left;
  line-height: 40px;
  font-size: 12px;
  color: #b0b2bf;
  text-align: center;
}

.car-headers-menu .checkBox {
  width: 12%;
  padding-left: 1%;
  text-align: left;
}

.car-headers-menu .checkBox input[type="checkbox"] {
  vertical-align: -2px;
}

.car-headers-menu .checkBox span {
  margin-left: 10px;
}

.car-headers-menu .goods-image {
  width: 28%;
  text-align: left;
}

.car-headers-menu .goods-price {
  width: 13%;
}

.car-headers-menu .goods-counts {
  width: 20%;
}

.car-headers-menu .goods-money-count {
  width: 13%;
}

.car-headers-menu .goods-operate {
  width: 13%;
}

.panel-body {
  overflow: hidden;
  padding: 20px 0;
}

.panel-body .car-goods-info {
  float: left;
  text-align: center;
}

.panel-body .checkBox {
  width: 2%;
  padding-left: 1%;
  text-align: left;
}

.panel-body .checkBox input[type="checkbox"] {
  vertical-align: top;
  margin-top: 34px;
}

.panel-body .goods-image {
  width: 38%;
  text-align: left;
}

.panel-body .goods-image img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.panel-body .goods-image h2 {
  font-size: 14px;
  color: #2c363f;
  margin-top: 10px;
}

.panel-body .goods-image p {
  font-size: 14px;
  color: #b0b2bf;
  margin-top: 15px;
}

.panel-body .goods-price {
  width: 13%;
  line-height: 80px;
  font-size: 14px;
  color: #2c363f;
  font-weight: bold;
}

.panel-body .goods-counts {
  width: 20%;
  padding-top: 25px;
}

.panel-body .goods-counts input {
  display: inline-block;
  width: 48px;
  height: 30px;
  border: 0;
  text-align: center;
  background: #f5f7f7;
  font-size: 14px;
}

.panel-body .goods-counts input::-webkit-outer-spin-button,
.panel-body .goods-counts input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.panel-body .goods-counts input[type="number"] {
  -moz-appearance: textfield;
}

.panel-body .goods-counts .input-group-btn {
  display: inline-block;
}

.panel-body .goods-counts .input-group-btn button {
  width: 30px;
  background: #fff;
  border: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.panel-body .goods-money-count {
  width: 13%;
  line-height: 80px;
  font-size: 14px;
  color: #2c363f;
  font-weight: bold;
}

.panel-body .goods-operate {
  width: 13%;
}

.panel-body .goods-operate img {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-top: 30px;
  cursor: pointer;
}

.bottom-menu-include {
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  background: #f5f7f7;
}

.bottom-menu-include .bottom-menu {
  float: left;
  font-size: 12px;
  color: #b0b2bf;
  text-align: center;
}

.bottom-menu-include .check-all-bottom {
  width: 12%;
  padding-left: 1%;
  text-align: left;
}

.bottom-menu-include .check-all-bottom input[type="checkbox"] {
  vertical-align: -2px;
}

.bottom-menu-include .check-all-bottom span {
  margin-left: 10px;
  color: #2c363f;
}

.bottom-menu-include .del {
  text-align: left;
}

.bottom-menu-include .del span {
  cursor: pointer;
}

.bottom-menu-include .submitData {
  width: 180px;
  float: right;
  height: 56px;
  color: #fff;
  background: #38560f;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.bottom-menu-include .money {
  padding: 0 22px;
  float: right;
  color: #2c363f;
}

.bottom-menu-include .money span span {
  color: #fc5260;
  font-weight: bold;
  font-size: 18px;
}

.bottom-menu-include .num {
  float: right;
}

.bottom-menu-include .num > span {
  padding: 0 22px;
  color: #2c363f;
}

.bottom-menu-include .num span span {
  color: #fc5260;
}

.emptyBox {
  text-align: center;
  padding: 40px 0;
}

.emptyBox h2 {
  color: #38560f;
  font-size: 20px;
  font-weight: bold;
}

.emptyBox h2.red {
  color: #fc5260;
}

.emptyBox p {
  font-size: 16px;
  color: #b0b2bf;
  padding: 10px 0 20px 0;
}

.emptyBox p span {
  color: #38560f;
}

.emptyBox p.red span {
  color: #fc5260;
}

.emptyBox .btn {
  text-align: center;
  font-size: 0;
}

.emptyBox .btn a {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 40px;
}

.emptyBox .btn a.yes {
  background: #38560f;
  color: #fff;
}

.emptyBox .btn a.yes.red {
  background: #fc5260;
}

.emptyBox .btn a.no {
  background: #f5f7f7;
  color: #2c363f;
  margin-right: 40px;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #38560f !important;
  background: #38560f !important;
}

.layui-layer-title {
  font-weight: bold;
  position: relative;
}

.layui-layer-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 14px;
  background: #38560f;
}

#newAddress {
  display: none;
}

.c-form {
  text-align: center;
  padding: 10px 0;
}

.c-form li {
  display: inline-block;
  text-align: left;
  padding: 10px 0;
  font-size: 0;
  width: 357px;
  position: relative;
}

.c-form li span {
  text-align: right;
  width: 75px;
  margin-right: 22px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  color: #565f6a;
}

.c-form li input[type="text"],
.c-form li input[type="password"] {
  display: inline-block;
  width: 228px;
  height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  line-height: 38px;
  font-size: 14px;
}

.c-form li select {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

.c-form li select#s_city,
.c-form li select#s_county {
  margin-left: 10px;
}

.c-form li label {
  display: inline-block;
  font-size: 14px;
  color: #1f2438;
}

.c-form li label input {
  vertical-align: -2px;
  margin-right: 10px;
}

.c-form li label.first {
  margin-right: 40px;
}

.c-form li .button {
  position: absolute;
  top: 10px;
  right: 0;
  height: 40px;
  line-height: 40px;
  width: 110px;
  background: #38560f;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 14px;
  cursor: pointer;
}

.submitOrder .c-h2 {
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 13px;
  background: #f5f7f7;
  color: #2c363f;
  font-size: 14px;
}

.submitOrder .c-h2:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 14px;
  background: #38560f;
}

.orderAddress {
  padding-top: 30px;
  overflow: hidden;
}

.orderAddress .item {
  width: 178px;
  padding: 0 20px;
  height: 118px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  color: #2c363f;
  font-size: 12px;
  line-height: 20px;
}

.orderAddress .item .mt {
  overflow: hidden;
  height: 40px;
  border-bottom: 1px solid #f5f7f7;
  margin-bottom: 5px;
}

.orderAddress .item .mt .name {
  float: left;
  font-size: 14px;
  color: #2c363f;
  font-weight: bold;
  line-height: 40px;
}

.orderAddress .item .mo {
  float: left;
  width: 34px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fecbcf;
  border-radius: 2px;
  color: #fc5260;
  font-size: 12px;
  margin-top: 11px;
  margin-left: 14px;
  /* display: none; */
}

.orderAddress .item .mt .type {
  float: right;
  margin-top: 11px;
  display: none;
}

.orderAddress .item .mb {
  height: 40px;
  overflow: hidden;
}

.orderAddress .item.active {
  border-color: #38560f;
  box-shadow: 0 0 10px 2px rgba(33, 47, 70, 0.08);
  background: rgba(133, 209, 208, 0.3);
}

.orderAddress .item.active .mo {
  display: block;
}

.orderAddress .item.active .type {
  display: block;
}

.orderAddress #addAddress {
  float: left;
  width: 220px;
  height: 120px;
  margin-bottom: 30px;
  margin-right: 20px;
  cursor: pointer;
}

.orderAddress #addInvoice {
  float: left;
  width: 220px;
  height: 120px;
  margin-bottom: 30px;
  margin-right: 20px;
  cursor: pointer;
}

.submitOrder .product .goods-image {
  width: 50%;
}

.submitOrder .product .goods-price {
  width: 35%;
  text-align: left;
  color: #b0b2bf;
  font-weight: normal;
}

.submitOrder .product .goods-money-count {
  width: 15%;
  text-align: left;
}

.submitOrder .delivery {
  overflow: hidden;
}

.submitOrder .delivery .c-form {
  float: left;
}

.submitOrder .delivery p {
  float: right;
  font-size: 14px;
  color: #2c363f;
  line-height: 60px;
}

.submitOrder .delivery p span {
  color: #fc5260;
}

.invoice {
  overflow: hidden;
}

.invoice .c-form {
  float: left;
}

.invoiceBox {
  padding-top: 0;
}

.invoiceBox .item .mt {
  margin-top: 10px;
}

.invoiceBox .item .mt .name {
  width: 140px;
  line-height: 22px;
}

.invoiceBox .item .mt .type {
  margin-top: 3px;
}

.invoiceBox .item .mo {
  margin-left: 0;
}

.bottomPay {
  height: 56px;
  overflow: hidden;
  background: #f5f7f7;
  text-align: center;
  line-height: 56px;
  margin: 30px 0;
}

.bottomPay span {
  padding: 0 22px;
  float: right;
  color: #2c363f;
}

.bottomPay span em {
  color: #fc5260;
  font-weight: bold;
  font-size: 18px;
}

.bottomPay a {
  width: 180px;
  float: right;
  height: 56px;
  color: #fff;
  background: #38560f;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

#erweimaBox {
  text-align: center;
  display: none;
  padding: 55px 0;
}

#erweimaBox img {
  width: 200px;
  height: 200px;
  display: inline-block;
}

#erweimaBox p {
  font-size: 14px;
  color: #2c363f;
  text-align: center;
  margin-top: 20px;
}

.layui-layer-setwin .layui-layer-close2 {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

#newInvoice {
  display: none;
}

.personCenter .head {
  width: 100%;
  height: 280px;
  background: url(../../../assets/img/bg.jpg) no-repeat center top;
  overflow: hidden;
}

.personCenter .head .imgBox {
  width: 110px;
  height: 110px;
  text-align: center;
  margin: 80px auto 0 auto;
  position: relative;
}

.personCenter .head .imgBox .img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}

.personCenter .head .imgBox > img {
  position: absolute;
  right: 5px;
  bottom: 3px;
}

.personCenter .Main {
  overflow: hidden;
  padding: 20px 0;
}

.personCenterNav {
  background: #fff;
  float: left;
  width: 200px;
  box-shadow: 0 0 10px 2px rgba(33, 47, 70, 0.03);
}

.personCenterNav li {
  border-top: 2px solid #f5f7f7;
}

.personCenterNav li:first-of-type {
  border-top: 0;
}

.personCenterNav li a {
  display: block;
  padding: 0 22px;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.personCenterNav .img {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 23px;
}

.personCenterNav .li1 .img {
  background: url(../../../assets/img/icon14.png);
}

.personCenterNav .li2 .img {
  background: url(../../../assets/img/icon16.png);
}

.personCenterNav .li3 .img {
  background: url(../../../assets/img/icon18.png);
}

.personCenterNav .li4 .img {
  background: url(../../../assets/img/icon20.png);
}

.personCenterNav .li5 .img {
  background: url(../../../assets/img/icon25.png);
}

.personCenterNav .li6 .img {
  background: url(../../../assets/img/icon27.png);
}

.personCenterNav .li7 .img {
  background: url(../../../assets/img/icon29.png);
}

.personCenterNav .li8 .img {
  background: url(../../../assets/img/icon31.png);
}

.personCenterNav .li1:hover .img {
  background: url(../../../assets/img/icon15.png);
}

.personCenterNav .li2:hover .img {
  background: url(../../../assets/img/icon17.png);
}

.personCenterNav .li3:hover .img {
  background: url(../../../assets/img/icon19.png);
}

.personCenterNav .li4:hover .img {
  background: url(../../../assets/img/icon21.png);
}

.personCenterNav .li5:hover .img {
  background: url(../../../assets/img/icon26.png);
}

.personCenterNav .li6:hover .img {
  background: url(../../../assets/img/icon28.png);
}

.personCenterNav .li7:hover .img {
  background: url(../../../assets/img/icon30.png);
}

.personCenterNav .li8:hover .img {
  background: url(../../../assets/img/icon32.png);
}

.personCenterNav .li1.active .img {
  background: url(../../../assets/img/icon15.png);
}

.personCenterNav .li2.active .img {
  background: url(../../../assets/img/icon17.png);
}

.personCenterNav .li3.active .img {
  background: url(../../../assets/img/icon19.png);
}

.personCenterNav .li4.active .img {
  background: url(../../../assets/img/icon21.png);
}

.personCenterNav .li5.active .img {
  background: url(../../../assets/img/icon26.png);
}

.personCenterNav .li6.active .img {
  background: url(../../../assets/img/icon28.png);
}

.personCenterNav .li7.active .img {
  background: url(../../../assets/img/icon30.png);
}

.personCenterNav .li8.active .img {
  background: url(../../../assets/img/icon32.png);
}

.personCenterNav p {
  float: left;
  font-size: 14px;
  color: #2c363f;
  margin-left: 16px;
}

.personCenterNav span {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #38560f;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.personCenterNav li:hover p {
  color: #38560f;
}

.personCenterNav li.active p {
  color: #38560f;
}

.personCenterNav li:hover a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #38560f;
}

.personCenterNav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #38560f;
}

.personCenter .c-h2 {
  border-bottom: 2px solid #f5f7f7;
  position: relative;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  font-size: 14px;
  color: #2c363f;
}

.personCenter .c-h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  background: #38560f;
  width: 4px;
  height: 14px;
}

.personCenter .c-h2 a {
  float: right;
  margin-left: 25px;
}

.personCenter .c-h2 a img {
  margin-top: 22px;
  margin-right: 6px;
}

.personCenterRight {
  width: 980px;
  float: right;
}

.whiteBox {
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(33, 47, 70, 0.03);
  overflow: hidden;
}

.centerOrder .Main {
  padding: 20px;
}

.centerOrder li {
  margin-bottom: 20px;
}

.centerOrder .mt {
  overflow: hidden;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #f5f7f7;
}

.centerOrder .mt .orderNumber {
  float: left;
  font-size: 14px;
  color: #2c363f;
}

.centerOrder .mt .orderNumber img {
  margin-top: 12px;
  margin-right: 15px;
}

.centerOrder .mt .del {
  float: right;
  color: #b0b2bf;
  font-size: 12px;
  cursor: pointer;
}

.centerOrder .mt .del img {
  width: 9px;
  height: 12px;
  margin-top: 14px;
  margin-right: 10px;
}

.centerOrder .mb {
  padding: 20px;
  border: 1px solid #f5f7f7;
  border-top: 0;
  overflow: hidden;
  display: flex;
}

.centerOrder .mb .img {
  width: 80px;
  height: 80px;
  float: left;
}

.centerOrder .mb .tit {
  float: left;
  width: 340px;
  padding: 0 20px;
  overflow: hidden;
}

.centerOrder .mb .tit p {
  font-size: 14px;
  color: #b0b2bf;
}

.centerOrder .mb .num {
  float: left;
  width: 180px;
}

.centerOrder .mb .num h2 {
  font-size: 14px;
  color: #2c363f;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 5px;
  font-weight: bold;
}

.centerOrder .mb .num p {
  font-size: 14px;
  color: #b0b2bf;
}

.centerOrder .mb .type {
  float: left;
  line-height: 80px;
  font-size: 14px;
  font-weight: bold;
  width: 148px;
}

.centerOrder .mb .type.red {
  color: #fc5260;
}

.centerOrder .mb .type.green {
  color: #38560f;
}

.centerOrder .mb .type.gray {
  color: #b0b2bf;
}

.centerOrder .mb .btn {
  float: left;
  margin-top: 20px;
}

.centerOrder .mb .btn a {
  display: block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #38560f;
  font-size: 14px;
}

.centerOrder .c-page {
  padding: 0;
  text-align: right;
}

.centerPhoneNumber .c-form {
  float: left;
}

.centerPhoneNumber .c-form li {
  display: block;
}

.c-form li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100px;
  background: #f5f7f7;
  color: #b0b2bf;
  margin-left: 20px;
  font-size: 14px;
}

.c-form li .green {
  margin: 0;
  color: #fff;
  background: #38560f;
}

.c-form li p {
  display: inline-block;
  font-size: 12px;
  color: #fc5260;
  line-height: 40px;
  margin-left: 14px;
}

.orderSetting .c-form {
  float: left;
}

.orderSetting .c-form li {
  display: block;
  width: auto;
}

.orderSetting .personSetting {
  overflow: hidden;
  padding: 30px 0;
}

.orderSetting .personSetting .touxiang {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

.orderSetting .personSetting .touxiang .upload {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.orderSetting .personSetting .touxiang .icon {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.orderSetting .personSetting .touxiang .upload input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.orderSetting .personSetting > input {
  width: 300px;
  height: 42px;
  display: block;
  margin: 0 auto;
  border: 1px solid #e8ebeb;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-top: 30px;
}

.centerAddress {
  padding: 0 20px;
}

.centerAddress #addAddress {
  cursor: pointer;
  margin: 20px 0;
  padding: 0 15px;
  background: #38560f;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
}

.centerAddress table {
  width: 100%;
  text-align: center;
}

.centerAddress th {
  font-size: 14px;
  color: #b0b2bf;
  background: #f5f7f7;
  padding: 9px 20px;
  line-height: 22px;
}

.centerAddress td {
  font-size: 14px;
  color: #2c363f;
  padding: 22px 20px;
  line-height: 22px;
}

.centerAddress td a {
  color: #b0b2bf;
}

.centerAddress td a:hover {
  color: #38560f;
}

.centerAddress td span {
  color: #b0b2bf;
}

.centerAddress td .btn {
  display: inline-block;
  padding: 0 12px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #e1f2f1;
  color: #38560f;
  border-radius: 13px;
}

.centerAddress tr.active td .btn {
  background: #fc5260;
  color: #fff;
}

.commonProduct .nav {
  background: #f5f7f7;
  margin: 30px 0;
  height: 40px;
}

.commonProduct .nav li {
  float: left;
  width: 130px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #2c363f;
}

.commonProduct .nav li.active a {
  color: #38560f;
  font-weight: bold;
  position: relative;
  display: block;
}

.commonProduct .nav li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background: #38560f;
}

.productTitList {
  margin-bottom: 30px;
}

.productTitList table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 100%;
}

.productTitList td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.productTitList td span {
  color: #38560f;
}

.productList {
  text-align: center;
  margin-bottom: 30px;
}

.productList img {
  display: inline-block;
}

.commonProduct .c-h2 {
  position: relative;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
  color: #2c363f;
  background: #f5f7f7;
}

.commonProduct .c-h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: #38560f;
  width: 4px;
  height: 14px;
}

.productEva .du {
  overflow: hidden;
  padding: 30px 0 20px 0;
}

.productEva .du .num {
  float: left;
  margin-right: 45px;
}

.productEva .du .num h2 {
  font-size: 36px;
  color: #38560f;
}

.productEva .du .num p {
  font-size: 14px;
  color: #333333;
}

.productEva .du ul {
  float: left;
  overflow: hidden;
  margin-top: 20px;
}

.productEva .du li {
  float: left;
  padding: 0 20px;
  border: 1px solid #e0e0e0;
  height: 34px;
  line-height: 34px;
  border-radius: 18px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #ebebeb;
}

.productEva .du li.active {
  border-color: #38560f;
}

.productEva li {
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
}

.productEva .mt {
  overflow: hidden;
  margin-bottom: 5px;
}

.productEva .mt .img {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  margin-right: 12px;
}

.productEva .mt .img img {
  width: 100%;
  height: 100%;
}

.productEva .mt .name {
  float: left;
  line-height: 40px;
  font-size: 12px;
  color: #333333;
}

.productEva .mt .star {
  float: right;
  width: 117px;
  height: 16px;
  background: url(../../../assets/img/star.png);
}

.productEva .mt .starMain {
  float: left;
  height: 16px;
}

.productEva .mt .star1 {
  background: url(../../../assets/img/star2.png);
  width: 20%;
}

.productEva .mt .star2 {
  background: url(../../../assets/img/star2.png);
  width: 40%;
}

.productEva .mt .star3 {
  background: url(../../../assets/img/star1.png);
  width: 60%;
}

.productEva .mt .star4 {
  background: url(../../../assets/img/star1.png);
  width: 80%;
}

.productEva .mt .star5 {
  background: url(../../../assets/img/star1.png);
  width: 100%;
}

.productEva .mc {
  padding: 8px 0;
  padding-left: 52px;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}

.productEva .mb {
  padding: 10px 0;
  padding-left: 52px;
  font-size: 14px;
  color: #8f9aa8;
  line-height: 26px;
}
