.light_plants_about .card {
  width: 12rem;
  height: 3.5rem;
  background: #fffaf1;
  margin: 0 auto;
  margin-top: -0.7rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.light_plants_about .card h4 {
  font-size: 0.24rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #020604;
  line-height: 0.29rem;
  text-align: center;
}

.light_plants_about .card p {
  margin-top: 0.28rem;
  font-size: 0.16rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #5c5445;
  line-height: 0.24rem;
  width: 7rem;
  text-align: center;
}

.light_plants_about .about_us_list .abs_pic2 {
  width: 4.2rem;
  position: absolute;
  right: 0;
  bottom: 0rem;
}

.light_plants_about .pic12 {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.light_plants_about .team {
  padding: 0 3.6rem;
}

.light_plants_about .team h3 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}

.light_plants_about .team .pic13 {
  margin-top: 0.3rem;
}

.light_plants_about .team .team_avatar_list {
  margin-bottom: 1.4rem;
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}

.light_plants_about .team .team_avatar_list .team_avatar_item {
  width: 3.6rem;
  text-align: center;
}

.light_plants_about .team .team_avatar_list .team_avatar_item .name {
  margin-bottom: 0.1rem;
}

.light_plants_contact {
  font-size: 0;
}

.light_plants_contact .contact-form {
  display: flex;
  margin-top: -0.7rem;
  z-index: 2;
  position: relative;
  padding: 0 3.6rem;
  margin-bottom: 1.2rem;
}

.light_plants_contact .contact-form .form form {
  background: #ffffff;
  box-shadow: 0rem 0.1rem 0.25rem 0rem rgba(228, 228, 228, 0.5);
  width: 7.49rem;
  height: 5.68rem;
  padding: 0.7rem 0.6rem 0 0.6rem;
}

.light_plants_contact .contact-form .form form .line-box {
  display: flex;
  justify-content: space-between;
}

.light_plants_contact .contact-form .form form .line-box .form-item .input-item {
  width: 2.99rem;
}

.light_plants_contact .contact-form .form form .line-box .form-item .input-item input {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0.12rem;
}

.light_plants_contact .contact-form .form form .form-item {
  margin-bottom: 0.32rem;
}

.light_plants_contact .contact-form .form form .form-item .input-item {
  width: auto;
  height: 0.4rem;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  margin-top: 0.12rem;
}

.light_plants_contact .contact-form .form form .form-item .input-item.text-item {
  height: auto;
}

.light_plants_contact .contact-form .form form .form-item .input-item input {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0.12rem;
  outline: none;
}

.light_plants_contact .contact-form .form form .form-item .input-item textarea {
  width: 100%;
  outline: none;
  padding: 0.12rem;
  resize: none;
  border: none;
}

.light_plants_contact .contact-form .form form .sub_btn {
  width: 1.5rem;
  height: 0.5rem;
  background: #020604;
  border: none;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}

.light_plants_contact .contact-form .form form .sub_btn:hover {
  opacity: .85;
}

.light_plants_contact .contact-form .info {
  margin-left: 1.2rem;
  margin-top: 1.7rem;
}

.light_plants_contact .contact-form .info h2 {
  margin-bottom: 0.44rem;
}

.light_plants_contact .contact-form .info .info-item {
  margin-bottom: 0.4rem;
}

.light_plants_contact .contact-form .info .info-item .label {
  margin-bottom: 0.1rem;
}

.light_plants_contact .contact-form .info .icon-list {
  width: 2.4rem;
  display: flex;
  justify-content: space-between;
  margin: 0.32rem 0;
}

.light_plants_contact .contact-form .info .icon-list a {
  display: flex;
}

.light_plants_contact .contact-form .info .icon-list a img {
  width: 0.24rem;
}

.light_plants_contact .contact-form .info .icon-list a:hover {
  opacity: 0.8;
}

.light_plants_home {
  font-size: 0;
}

.light_plants_home .banner {
  position: relative;
}

.light_plants_home .banner img {
  position: relative;
  z-index: 1;
}

.light_plants_home .banner .text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.light_plants_home .banner .text h2 {
  font-size: 0.72rem;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 0.88rem;
  margin-bottom: 0.24rem;
}

.light_plants_home .banner .text p {
  width: 8.8rem;
  text-align: center;
}

.light_plants_home .proven_results {
  padding: 0 3.6rem;
  margin-top: 1.06rem;
}

.light_plants_home .proven_results h3 {
  text-align: center;
  margin-top: 0.24rem;
}

.light_plants_home .proven_results p {
  text-align: center;
  width: 8.2rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.light_plants_home .proven_results .icon_list {
  margin-top: 0.32rem;
  display: flex;
  justify-content: space-between;
}

.light_plants_home .proven_results .icon_list .icon_item {
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.light_plants_home .proven_results .icon_list .icon_item img {
  width: 0.4rem;
}

.light_plants_home .proven_results .icon_list .icon_item span {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #020604;
  line-height: 0.18rem;
}

.light_plants_home .about_gallery {
  background: #fffaf1;
  padding: 1.2rem 3.6rem;
}

.light_plants_home .about_gallery p {
  text-align: center;
  width: 8.3rem;
  margin-bottom: 0.48rem;
}

.light_plants_home .about_gallery .gallery_list {
  display: flex;
  justify-content: space-between;
}

.light_plants_home .about_gallery .gallery_list .gallery_item {
  width: 2.88rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.light_plants_home .about_gallery .gallery_list .gallery_item img {
  width: 100%;
  height: auto;
}

.light_plants_home .about_gallery .gallery_list .gallery_item span {
  font-size: 0.16rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #1e1e1e;
  line-height: 0.19rem;
  margin-top: 0.12rem;
}

.light_plants_home .about_us_list {
  padding: 0 3.6rem;
  padding-top: 0.96rem;
  position: relative;
  margin-top: 1.4rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.light_plants_home .about_us_list .about_us_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.light_plants_home .about_us_list .about_us_item.reverse {
  flex-direction: row-reverse;
  margin: 0.56rem 0;
}

.light_plants_home .about_us_list .about_us_item.reverse img {
  margin-left: 0.8rem;
  margin-right: 0;
}

.light_plants_home .about_us_list .about_us_item img {
  width: 5.8rem;
  height: auto;
  margin-right: 0.8rem;
}

.light_plants_home .about_us_list .about_us_item .text p {
  margin: 0.32rem 0;
}

.light_plants_home .about_us_list .about_us_item .text a {
  font-size: 0.18rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 0.22rem;
  display: flex;
  text-decoration: underline;
}

.light_plants_home .about_us_list .abs_pic1 {
  width: 5.23rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.light_plants_home .about_us_list .abs_pic2 {
  width: 4.2rem;
  position: absolute;
  right: 0;
  bottom: -5.5rem;
}

.light_plants_product_detail {
  font-size: 0;
}

.light_plants_product_detail .detail_box {
  display: flex;
  padding: 0 3.6rem;
  padding-top: 1rem;
  justify-content: space-between;
  align-items: center;
}

.light_plants_product_detail .detail_box .pic {
  width: 5.8rem;
  height: 6rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
}

.light_plants_product_detail .detail_box .pic img {
  width: auto;
  height: 3.42rem;
}

.light_plants_product_detail .detail_box .detail {
  flex: 1;
  width: auto;
}

.light_plants_product_detail .detail_box .detail .price {
  margin-top: 0.12rem;
}

.light_plants_product_detail .detail_box .detail .star {
  color: #163e36;
  overflow: hidden;
  font-size: 0.2rem;
  position: relative;
  width: 0.82rem;
  margin-top: 0.2rem;
}

.light_plants_product_detail .detail_box .detail .star .star-before {
  color: #163e36;
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  z-index: 1;
  overflow: hidden;
}

.light_plants_product_detail .detail_box .detail .server_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 1.6rem;
  margin-top: 0.2rem;
}

.light_plants_product_detail .detail_box .detail .server_list .server_icon {
  display: flex;
  align-items: center;
  width: 40%;
}

.light_plants_product_detail .detail_box .detail .server_list .server_icon:nth-child(1), .light_plants_product_detail .detail_box .detail .server_list .server_icon:nth-child(3) {
  width: 60%;
}

.light_plants_product_detail .detail_box .detail .server_list .server_icon img {
  width: 0.4rem;
  margin-right: 0.2rem;
}

.light_plants_product_detail .detail_box .detail .server_list .server_icon .desc {
  margin-top: 0.06rem;
}

.light_plants_product_detail .detail_box .detail .counter_box {
  display: flex;
  height: 0.4rem;
  margin-top: 0.24rem;
}

.light_plants_product_detail .detail_box .detail .counter_box .minus,
.light_plants_product_detail .detail_box .detail .counter_box .plus {
  width: 0.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #c8c8c8;
  line-height: 0.22rem;
  border: 1px solid #c8c8c8;
  cursor: pointer;
}

.light_plants_product_detail .detail_box .detail .counter_box .plus {
  color: #1e1e1e;
}

.light_plants_product_detail .detail_box .detail .counter_box .counter_text {
  width: 0.48rem;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: none;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  outline: none;
}

.light_plants_product_detail .detail_box .detail .shop-btn {
  width: 3rem;
  height: 0.5rem;
  margin-top: 0.24rem;
  background: #020604;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.light_plants_product_detail .detail_box .detail .shop-btn:hover {
  opacity: .85;
}

.light_plants_product_detail .specifications {
  padding: 0 3.6rem;
  margin-top: 1rem;
}

.light_plants_product_detail .specifications h3 {
  text-align: left;
}

.light_plants_product_detail .specifications .specifications_list {
  margin-top: 0.4rem;
}

.light_plants_product_detail .specifications .specifications_list .specifications_line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}

.light_plants_product_detail .specifications .specifications_list .specifications_line .specifications_item {
  padding: 0.25rem 0;
  width: 40%;
}

.light_plants_product_detail .specifications .specifications_list .specifications_line .specifications_item .title {
  width: 1.8rem;
  font-size: 0.16rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #999999;
  line-height: 0.19rem;
  display: inline-block;
}

.light_plants_product_detail .specifications .specifications_list .specifications_line .specifications_item .val {
  font-size: 0.16rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #191919;
  line-height: 0.19rem;
}

.light_plants_product_detail .science {
  padding: 0 3.6rem;
  margin-top: 1.3rem;
  margin-bottom: 1.7rem;
}

.light_plants_product_detail .science h3 {
  text-align: center;
}

.light_plants_product_detail .science .desc {
  width: 8.2rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.light_plants_product_detail .science .pic17 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}

/* No CSS */
img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.header {
  display: flex;
  justify-content: center;
  height: 1.15rem;
  align-items: center;
}

.header .menu_item {
  font-size: 0.16rem;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #828282;
  display: flex;
  line-height: 0.19rem;
}

.header .menu_item:nth-child(1) {
  margin-right: 0.98rem;
}

.header .menu_item:nth-child(3) {
  margin: 0 1.2rem;
  font-size: 0;
}

.header .menu_item:nth-child(3) img {
  width: 1.37rem;
}

.header .menu_item:nth-child(5) {
  margin-left: 0.98rem;
}

.header .menu_item:hover {
  opacity: 0.8;
}

.header .menu_item.check {
  color: #020604;
}

.header .menu_item.check:hover {
  opacity: 1;
}

.footer {
  margin: 0 3.6rem;
  height: 3.12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e6edd9;
}

.footer .logo {
  display: flex;
}

.footer .logo img {
  width: 1.37rem;
}

.footer .logo:hover {
  opacity: 0.8;
}

.footer .icon_list {
  width: 2.4rem;
  display: flex;
  justify-content: space-between;
  margin: 0.32rem 0;
}

.footer .icon_list a {
  display: flex;
}

.footer .icon_list a img {
  width: 0.24rem;
}

.footer .icon_list a:hover {
  opacity: 0.8;
}

.footer .copyright {
  font-size: 0.12rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #020604;
  line-height: 0.15rem;
}

.policy_icon {
  display: flex;
  height: 3.2rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.6rem;
}

.policy_icon .icon_item {
  width: auto;
  height: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.policy_icon .icon_item img {
  width: 0.4rem;
}

.policy_icon .icon_item .fz6 {
  margin: 0.12rem 0;
}

.product_list {
  display: flex;
  justify-content: space-between;
  padding: 0 3.6rem;
  margin-top: 0.8rem;
}

.product_list .product_item {
  width: 5.8rem;
  height: 6.4rem;
  background: #fffaf1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 0;
}

.product_list .product_item img {
  height: 2.92rem;
  width: auto;
}

.product_list .product_item .text h5 {
  margin-top: 0.32rem;
  text-align: center;
}

.product_list .product_item .text p {
  width: 3.6rem;
  text-align: center;
  margin-top: 0.12rem;
}

.product_list .product_item a {
  width: 1.5rem;
  height: 0.5rem;
  background: #020604;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.36rem;
  font-size: 0.14rem;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.18rem;
}

.product_list .product_item a:hover {
  opacity: 0.8;
}

.about_us_list {
  padding: 0 3.6rem;
  padding-top: 0.96rem;
  position: relative;
  margin-top: 1.4rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.about_us_list .about_us_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.about_us_list .about_us_item.reverse {
  flex-direction: row-reverse;
  margin: 0.56rem 0;
}

.about_us_list .about_us_item.reverse img {
  margin-left: 0.8rem;
  margin-right: 0;
}

.about_us_list .about_us_item img {
  width: 5.8rem;
  height: auto;
  margin-right: 0.8rem;
}

.about_us_list .about_us_item .text p {
  margin: 0.32rem 0;
}

.about_us_list .about_us_item .text a {
  font-size: 0.18rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 0.22rem;
  display: flex;
  text-decoration: underline;
}

.about_us_list .abs_pic1 {
  width: 5.23rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.about_us_list .abs_pic2 {
  width: 4.2rem;
  position: absolute;
  right: 0;
  bottom: -5.5rem;
}

.page_banner {
  position: relative;
}

.page_banner img {
  position: relative;
  z-index: 1;
}

.page_banner .text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page_banner .text h2 {
  font-size: 0.6rem;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.73rem;
}

.fz1 {
  font-size: 0.18rem;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.27rem;
}

.fz2 {
  font-size: 0.24rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 0.29rem;
}

.fz3 {
  font-size: 0.14rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #5c5445;
  line-height: 0.18rem;
}

.fz4 {
  font-size: 0.18rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #646464;
  line-height: 0.27rem;
}

.fz5 {
  font-size: 0.4rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 0.49rem;
}

.fz6 {
  font-size: 0.18rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 0.22rem;
  margin: 0 auto;
}

.fz7 {
  font-size: 0.14rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #163d35;
  line-height: 0.18rem;
}

.fz8 {
  font-size: 0.24rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #020604;
  line-height: 0.29rem;
}

.fz9 {
  font-size: 0.16rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #5c5445;
  line-height: 0.24rem;
}

.fz10 {
  font-size: 0.3rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #1e1e1e;
  line-height: 0.37rem;
}

.fz11 {
  font-size: 0.16rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #1e1e1e;
  line-height: 0.19rem;
}

.fz12 {
  font-size: 0.12rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #163d35;
  line-height: 0.15rem;
}

.fz13 {
  font-size: 0.14rem;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.18rem;
}

.fz14 {
  font-size: 0.48rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #191919;
  line-height: 0.58rem;
}

.fz15 {
  font-size: 0.48rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #fff;
  line-height: 0.58rem;
}

.fz16 {
  font-size: 0.14rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #020604;
  line-height: 0.18rem;
}

.fz17 {
  font-size: 0.14rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 400;
  color: #020604;
  line-height: 0.18rem;
}

.fz18 {
  font-size: 0.18rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #020604;
  line-height: 0.22rem;
}

.fz19 {
  font-size: 0.16rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #828282;
  line-height: 0.19rem;
}
