.wrap-top {
  padding: 5px 0;
  background: #ebeced;
}
.wrap-top .welcom,
.wrap-top .link {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.wrap-top .link {
  margin-left: 20px;
}
.wrap-name {
  padding: 10px 0;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  background: #108245;
}
.wrap-footer {
  margin-top: 70px;
  padding: 30px 0 60px;
  background: #1D262E;
}
.wrap-footer .layout-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-footer .footer-left {
  width: 550px;
  height: auto;
}
.wrap-footer .footer-center {
  margin: 0 60px;
  padding-top: 20px;
  width: 250px;
  height: auto;
}
.wrap-footer .footer-right {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  overflow: hidden;
}
.wrap-footer .footer-h3 {
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
}
.wrap-footer .text {
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
}
.layout-head {
  padding: 18px 0;
}
.layout-head .head-name {
  width: 440px;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  color: #2196f3;
}
.layout-head .head-search {
  margin-top: 5px;
  width: 400px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}
.layout-head .head-search .select {
  width: 70px;
  height: 38px;
  padding-left: 8px;
  border: none;
  outline: none;
  border-right: 1px solid #cccccc;
  background-color: #FFFFFF;
}
.layout-head .head-search .input {
  display: block;
  width: 240px;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 10px;
}
.layout-head .head-search .search {
  margin-top: 3px;
  margin-right: 3px;
  width: 60px;
  height: 32px;
  cursor: pointer;
  border-radius: 8px;
  background: #c9e7ca url(../image/search.png) center no-repeat;
}
.layout-head .head-right {
  padding: 5px 0;
}
.layout-head .head-right .link {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.layout-head .head-right .head {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
/*导航*/
.wrap-nav {
  height: 60px;
}
.layout-nav {
  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;
}
.layout-nav .logo {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  color: #108245;
}
.layout-nav .login {
  display: inline-block;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  background: #108245;
  cursor: pointer;
}
.layout-nav .yellow {
  background: #FF862C;
}
.layout-nav .hdimg {
  margin-left: 20px;
  width: 40px;
  height: 40px;
}
.nav-box {
  margin-right: 40px;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 60px;
  font-size: 16px;
  line-height: 56px;
  color: #444444;
  text-align: center;
}
.nav-box .nav {
  position: relative;
}
.nav-box .nav .hot {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: inline-block;
  padding: 0 4px;
  font-size: 10px;
  line-height: 16px;
  color: #FFFFFF;
  border-radius: 2px;
  background: #DB3229;
}
.nav-box .nav:hover .hide-box {
  display: block;
}
.nav-box .nav:hover .link-nav {
  color: #18844A;
  border-bottom: 4px solid #18844A;
  background: #D1D1D1;
}
.nav-box .nav .link-nav {
  display: block;
  padding: 0 6px;
  color: #444444;
}
.nav-box .nav .active {
  color: #18844A;
  border-bottom: 4px solid #18844A;
  background: #D1D1D1;
}
.nav-box .nav .hide-box {
  position: absolute;
  left: 0;
  top: 59px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: auto;
  background: #01594b;
}
.nav-box .nav .hide-box a {
  display: block;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  color: #f6f6f6;
  border-top: 1px solid #758fb5;
}
.nav-box .nav .hide-box a:hover {
  color: #fff;
}
.layout-nav-2 {
  padding: 5px 0;
}
.nav-box-2 {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-box-2 .nav .link-nav {
  padding: 0 18px;
}
.nav-box-2 .nav .active {
  color: #18844A;
  border-bottom: 4px solid #18844A;
  background: transparent;
}
.nav-box-2 .nav:hover .link-nav {
  color: #18844A;
  border-bottom: 4px solid #18844A;
  background: transparent;
}
.wrap-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(28, 37, 54, 0.8)
}
.popup-login {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 550px;
  padding: 30px 50px;
  border-radius: 10px;
  background: #ffffff url(../image/bg-login.png) center bottom no-repeat;
}
.popup-login .back {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DBDBDB;
}
.popup-login .back::after {
  position: absolute;
  left: 8px;
  top: 7px;
  z-index: 9;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}
.popup-login .p-tab .tab {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #797C7C;
  cursor: pointer;
}
.popup-login .p-tab .active {
  font-weight: 600;
  color: #1A2D3E;
}
.popup-login .p-tab .active::after {
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 80%;
  height: 3px;
  background: #108245;
}
.popup-login .content {
  display: none;
  padding: 30px 0;
}
.popup-login .group-input {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
}
.popup-login .group-input .icon {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.popup-login .group-input .label {
  width: 60px;
  font-size: 14px;
  line-height: 18px;
  color: #292929;
}
.popup-login .group-input .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup-login .group-input .value .input {
  display: block;
  width: 100%;
  padding: 2px 0;
  font-size: 14px;
  line-height: 18px;
  color: #292929;
}
.popup-login .group-input .getcode {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 18px;
  color: #108245;
}
.popup-login .submit {
  margin: 60px auto 20px;
  display: block;
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 4px;
  background: #108245;
}
.popup-login .other {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #797C7C;
}
.popup-login .p-tip {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  text-align: center;
}
.content-qrcode .img {
  margin: 0 auto;
  width: 200px;
  height: 200px;
}
.content-qrcode .text {
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  text-align: center;
}
.content-qrcode .text span {
  color: #108245;
}
.f-cart {
  position: fixed;
  left: 50%;
  bottom: 80px;
  z-index: 99;
  margin-left: 540px;
  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: 60px;
  height: 60px;
  border-radius: 50%;
  background: #108245;
}
.f-cart .icon {
  margin-top: 3px;
  width: 20px;
  height: 20px;
}
.f-cart .text {
  font-size: 10px;
  line-height: 18px;
  color: #FFFFFF;
}
.f-cart .dage {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  background: #E1251B;
}
.wrap-background {
  background: url(../image/bg-top.png) center no-repeat;
}
