/**/
.message {
  padding: 15px;
  font-size: 12px;
}
.message .box {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.message .box p {
  color: #333;
  line-height: 24px;
  margin: 10px 0 5px;
}
.message .box dl {
  line-height: 21px;
  color: #666666;
}
.message .box h3 {
  font-weight: bold;
  font-size: 15px;
}
.message .box h3 span {
  color: #6cb933;
  font-size: 12px;
  border-radius: 5px;
  line-height: 21px;
  padding: 0 10px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #6cb933;
  font-weight: normal;
}
.message .box .btn {
  font-size: 12px;
  border-radius: 5px;
  width: 75px;
  height: 30px;
  margin-top: 10px;
  display: flex;
  background: #71b92f;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.message .box dd span + span::before {
  content: "|";
  color: #dadada;
  padding: 0 7px;
}
/**/
.notice {
  padding: 15px;
}
.notice li + li {
  margin-top: 15px;
}
.notice li a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}
.notice li .pic {
  position: relative;
  margin-right: 15px;
  width: 45px;
}
.notice li .pic span {
  position: absolute;
  font-size: 9px;
  width: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  top: -2px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #f45446;
}
.notice li p {
  color: #666;
  margin-top: 6px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.notice li h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice li h3 span {
  font-size: 12px;
  color: #666;
}
.notice li h3 b {
  font-size: 16px;
}
/**/
.need {
  padding: 25px 15px 0;
}
.need .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.need .box {
  margin-bottom: 25px;

  text-align: center;
}
.need .tabbox {
  padding: 15px;
}
.need .tabbox ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: -4px;
}
.need .tabbox ul li {
  width: 33.333%;
  padding: 4px;
}
.need .tabbox ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  height: 35px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.need .bd {
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  background: #71b92f;
}
.need .tabtitle {
  display: flex;
  font-size: 13px;
  cursor: pointer;
  background: #5e9a27;
}
.need .tabtitle li {
  flex: 1;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.need .tabtitle li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.need .tabtitle li.on {
  background: #71b92f;
}
.need .box-color .bd,
.need .box-color .tabtitle li.on {
  background: #71b92f;
}
.need .box-color .tabtitle {
  background: #5e9a27;
}

/**/
.detail {
  padding: 15px 6px;
}
.detail .box {
  border-radius: 10px;
  background: #fff;
  line-height: 24px;
  padding: 15px 0px;
}
.detail .box .bd {
  font-size: 11px;
  color: #666666;
}
.detail .box img {
  width: 100%;
  margin-top: 10px;
}
.detail .box h1 {
  font-weight: bold;
  font-size: 15px;
}
/**/
.prolists {
  padding: 15px;
}
.prolists .bd {
  padding: 15px;
  background: #fff;
  font-size: 13px;
  border-radius: 10px;
}
.prolists .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.prolists .bd ul li {
  width: 50%;
  line-height: 18px;
  text-align: center;
  padding: 7px;
}
.prolists .bd ul li p {
  color: #666666;
  font-size: 11px;
}
.prolists .bd ul li h4 {
  margin-top: 5px;
}
/**/
.fenlei .need .bd,
.fenlei .need .tabtitle li.on {
  background: #fff;
}
.fenlei .need .tabbox ul a {
  color: #3b6911;
  background: #fcfff8;
  border: 1px solid #cadaba;
}
.fenlei .need .tabtitle {
  background: #71b92f;
}
.fenlei .need .tabtitle li.on {
  color: #71b92f;
}
.fenlei .tab {
  display: flex;
  background: #fff;
}
.fenlei .tab li {
  flex: 1;
}
.fenlei .tab li a {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #666666;
}
.fenlei .tab li.on a {
  color: #71b92f;
  font-weight: bold;
}
.fenlei .tab li.on a:after {
  content: "";
  border-bottom: 2px solid #71b92f;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.fenlei .info {
  padding: 15px;
}
.fenlei .info .in {
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.fenlei .info .in > ul {
  line-height: 30px;
  color: #333;
}
.fenlei .info .btn {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.fenlei .info .btn a {
  font-size: 12px;
  color: #fff;
  background: #71b92f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 190px;
  height: 45px;
}
.fenlei .info .title {
  font-weight: bold;
}
.fenlei .info .title:after {
  content: "";
  width: 12px;
  height: 3px;
  background: #71b92f;
  display: block;
  margin: 10px 0 15px;
  border-radius: 3px;
}
/**/
.orders .one {
  background: #fff;
  padding: 10px 15px;
}
.orders .one .search {
  display: flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 30px;
}
.orders .one .search .input {
  font-size: 12px;
  height: 35px;
  width: 100%;
}
.orders .one .search i {
  display: block;
  background: url(../images/search.png) left center no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 11px;
  margin-right: 10px;
}
.orders .one select {
  width: 80px;
  margin-left: 20px;
  background: url(../images/1_03.png) left center no-repeat;
  background-size: 15px auto;
  padding-left: 20px;
}
.orders .two {
  padding: 15px;
}
.orders .two li + li {
  margin-top: 15px;
}
/* .orders .two li a {
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
} */

.orders .two li div {
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 15px 5px;
}
.orders .two li p {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 12px;
  margin-top: 6px;
  justify-content: space-between;
}
.orders .two li p img {
  width: 11px;
  margin-right: 3px;
}
.orders .two li h4 {
  font-weight: bold;
}
.orders .two li h4 span {
  display: inline-block;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: #ec6941;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 5px;
  color: #fff;
}
/**/
.orderitem {
  padding: 15px;
}
.orderitem .box {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 15px;
}
.orderitem .box .title {
  font-weight: bold;
  position: relative;
  font-size: 15px;

  padding: 12px 15px;
}
.orderitem .box .title:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 2px 2px 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
}
.orderitem .box .title.on:after {
  border-width: 2px 0 0 2px;
}
.orderitem .box .one {
  padding: 0 15px;
  font-weight: bold;
  font-size: 13px;
}

.orderitem .box .one li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  line-height: 180%;
  font-size: 12px;
  font-weight: 100;
}
.orderitem .box .one li + li {
  border-top: 1px dotted #ddd;
}
.orderitem .box .one .btn {
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  border-radius: 3px;
  width: 40px;
  background: #f39800;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
}
.orderitem .box .two {
  padding: 15px;
}
.orderitem .box .two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.orderitem .box .two ul li {
  padding: 5px;
  width: 25%;
  text-align: center;
}
.orderitem .box .two ul li a {
  display: block;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  font-size: 11px;
  line-height: 25px;
  background: #71b92f;
}
.orderitem .box .down {
  display: none;
  border-top: 1px solid #eee;
}
/**/
.login {
  background: url(../images/login.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.login .header {
  background: none;
}
.login .header .back {
  border-color: #2d6426;
}
.login .ft {
  color: #31551e;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  padding-bottom: 20px;
}
.login .bd {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 600px;
  margin-top: -30px;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 27px;
}
.login .bd dl {
  color: #31551e;
  padding-left: 32px;
}
.login .bd dl dt {
  font-size: 18px;
  font-weight: bold;
}
.login .bd dl dd {
  font-size: 23px;
  font-weight: bold;
  margin-top: 5px;
}
.login .bd .box {
  border-radius: 10px;
  background: #fff;
  padding: 32px;
  margin-top: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.login .bd .box p {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
.login .bd .box p a {
  color: #35b256;
  text-decoration: underline;
}
.login .bd .box .btn {
  margin-top: 15px;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  background: #35b256;
}
.login .bd .box .forget a {
  color: #999;
  font-size: 12px;
}
.login .bd .box .flex {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.login .bd .box .flex .input {
  height: 37px;
  width: 100%;
}
.login .bd .box .flex .yzm {
  color: #f17816;
}
.login .link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 46px;
  border-radius: 5px;
  font-size: 13px;
  margin-top: 40px;
  background: #35b256;
}
.login .link img {
  width: 20px;
  margin-right: 10px;
}
/**/
.userpage .header {
  background: none;
}
.userpage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 220px;
  background-image: linear-gradient(to bottom, #83d836, #83d836, #f9f9f9);
}
.userpage .one {
  padding: 15px;
  font-size: 11px;
  border-radius: 10px;
  background: #fff;
}
.userpage .one .hd .pic {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  margin-right: 10px;
}
.userpage .one .hd dd {
  color: #666666;
  margin-top: 10px;
}
.userpage .one .hd dt {
  font-size: 21px;
  font-weight: bold;
}
.userpage .one ul {
  line-height: 21px;
  margin-top: 10px;
}
.userpage .one ul li {
  display: flex;
  align-items: center;
}
.userpage .one ul li span + span::before {
  content: "|";
  color: #ddd;
  padding: 0 10px;
}
.userpage .one .bd {
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
  line-height: 30px;
}
.userpage .one .bd h3 {
  font-weight: bold;
  font-size: 24px;
  color: #ff9600;
}
.userpage .one .ft {
  display: flex;
  justify-content: center;
  font-size: 13px;
}
.userpage .one .ft a {
  color: #71b92f;
  border-radius: 36px;
  width: 75px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #71b92f;
}
.userpage .one .ft a + a {
  margin-left: 8px;
}
.userpage .one .ft a.btn {
  color: #fff;
  background: #71b92f;
}
.userpage .info {
  padding: 0 15px 15px;
  position: relative;
  z-index: 1;
}
.userpage .two {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.userpage .two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.userpage .two ul li {
  width: 33.333%;
  padding: 5px;
}
.userpage .two ul dd {
  font-size: 10px;
  color: #acacad;
}
.userpage .two ul img {
  width: 35px;
  margin-bottom: 10px;
}
.userpage .two ul a {
  height: 107px;
  display: flex;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: center;
}
/**/
.banner_sm {
  padding: 0 15px;
}
.banner_sm img {
  width: 100%;
}
.homepage .head {
  padding: 15px;
  background-image: linear-gradient(to right bottom, #7fd134, #71ba2f);
}
.homepage .head .logo {
  text-align: center;
}
.homepage .head .logo img {
  width: 105px;
}
.homepage .head .flex {
  margin-top: 12px;
}
.homepage .head .search {
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 30px;
  background: #fff;
}
.homepage .head .search .input {
  width: 100%;
  height: 40px;
  font-size: 11px;
}
.homepage .head .search i {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/home_10.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.homepage .head .micon {
  display: block;
  position: relative;
  margin-left: 15px;
}
.homepage .head .micon span {
  position: absolute;
  font-size: 8px;
  color: #fff;
  background: #f45446;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -6px;
}
.homepage .head .micon i {
  display: block;
  width: 28px;
  height: 22px;
  background: url(../images/home_07.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .scroll {
  font-size: 12px;
  position: relative;
}

.homepage .scroll .menu {
  position: absolute;
  right: 0;
  z-index: 6;
  width: 60px;
  background-image: linear-gradient(
    to right,
    rgba(249, 249, 249, 0.4),
    rgba(249, 249, 249, 0.9),
    #f9f9f9
  );
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 0;
}
.homepage .scroll .menu i {
  width: 10px;
  height: 2px;
  display: block;
  background: #71b92f;
}
.homepage .scroll .menu i + i {
  margin-top: 3px;
}
.homepage .scroll .swiper-slide {
  width: auto;
  margin-right: 25px;
  display: inline-block;
}
.homepage .scroll .swiper-slide:last-child {
  margin-right: 60px;
}
.homepage .scroll a {
  color: #666;
  display: block;
  line-height: 38px;
}
.homepage .scroll .on a {
  color: #71b92f;
}
.homepage .info {
  padding: 0 15px;
}
.homepage .need {
  padding: 0;
  margin-top: 5px;
}
.homepage .need .bd {
  border-radius: 0 0 10px 10px;
}
.homepage .need .box {
  margin: 0;
}
.homepage .title {
  display: flex;
  margin-bottom: 20px;
  padding-top: 2px;
  align-items: center;
  justify-content: space-between;
}
.homepage .title a {
  font-size: 12px;
  color: #ff5c03;
}
.homepage .title b {
  position: relative;
  font-size: 15px;
}
.homepage .title b:after {
  content: "";
  width: 15px;
  height: 3px;
  border-radius: 3px;
  background: #71b92f;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .banner {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.homepage .banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.homepage .banner .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 5px;
}
.homepage .banner img {
  width: 100%;
}
.homepage .one {
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin-bottom: 15px;
  padding: 15px;
}
.homepage .one .hd {
  padding-left: 15px;
  background: url(../images/home_19.png) left center no-repeat;
  background-size: 9px auto;
}
.homepage .one .hd a {
  color: #ff5c03;
  font-size: 12px;
}
.homepage .one .hd .flex_item {
  font-weight: bold;
}
.homepage .one .bd {
  margin-top: 6px;
}
.homepage .one .bd li {
  position: relative;
  padding-left: 10px;
}
.homepage .one .bd li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #71b92f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .one .bd li span {
  color: #999999;
}
.homepage .one .bd li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 34px;
}
.homepage .two {
  margin-bottom: 15px;
}
.homepage .two .tab {
  display: flex;
  color: #666666;
  font-size: 15px;
  margin: 15px 0;
}
.homepage .two .tab li {
  position: relative;
}
.homepage .two .tab li + li::before {
  content: "/";
  padding: 0 12px;
  color: #ddd;
}
.homepage .two .tab li.on:after {
  content: "";
  width: 15px;
  height: 3px;
  border-radius: 3px;
  background: #71b92f;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .two .tab li.on {
  font-weight: bold;
  color: #000;
}
.homepage .two .bd {
  background: #fff;
  border-radius: 10px;
}
.homepage .two .bd .tabbox {
  padding: 15px;
  font-size: 13px;
}
.homepage .two .bd .tabbox li {
  display: flex;
  line-height: 30px;
  padding: 0 10px;
  align-items: center;
  font-size: 14px;
}
.homepage .two .bd .tabbox li span {
  color: #666;
}
.homepage .two .bd .tabbox li b {
  color: #666;
  font-family: DIN;
  width: 22px;
}
.homepage .two .bd .tabbox li:first-child b,
.homepage .two .bd .tabbox li:nth-child(2) b,
.homepage .two .bd .tabbox li:nth-child(3) b {
  color: #ff6000;
}
.homepage .two .bd .tabbox li:nth-child(even) {
  background: #faf9f9;
}
.homepage .two .bd .tabtitle {
  display: flex;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.homepage .two .bd .tabtitle li {
  flex: 1;
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .two .bd .tabtitle li.on {
  color: #71b92f;
}
.homepage .two .bd .tabtitle li.on:after {
  content: "";
  border-bottom: 2px solid #71b92f;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.dropmenu {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  background: #71b92f;
  text-align: center;
}
.dropmenu .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.dropmenu .close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 35%;
  top: -10px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
}
.dropmenu .close::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 35%;
  top: -10px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
}
.dropmenu li a {
  display: block;
  color: #fff;
  line-height: 36px;
}
