﻿@charset "utf-8";
/* CSS Document */

/**-- 背景 --**/
.bg_fff {
  background: #fff;
  background-size: 100%;
}

.bg {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-image: url(../images/bg.png);
  background-size: 100% 100%;
  letter-spacing: 0.01rem;
}

.zp{
font-size: 0.5rem;
color: #00935d;
font-weight: 600;
}
.top_img img {
  width: 100%;
  /* padding: 0 0.6rem; */
  margin-bottom: 0.5rem;
}
.nr{
  color: #7c7c7c;
  font-size: 0.32rem;
  line-height: 0.65rem;

}
.index_box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0.6rem;
  color: #333;
  background-color: #ffffffcc;
  /* background-image: linear-gradient(0deg,#0b4c31,#187d56); */
  padding: 0.8rem 0.6rem 0.8rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.02rem 0.3rem #d8d8d8;
  /* margin-top: 0.5rem; */
}
.cp_mssg{
  padding: 0.2rem 0 0.3rem;
  border-bottom: 1px solid #f0f0f0;
}
.index_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.32rem;
  padding-top: 0.3rem;
  /* padding-bottom: 0.2rem; */
  width: 100%;
  margin: 0 auto;
}
.res{
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.6rem;
  /* border-top: 1px solid #fff; */
  padding: 0rem 0 0.6rem;
  width: 72%;
  margin: 0 auto;
}
.code_tit{
  display: inline-block;
  border-radius: 2rem;
  padding: 0 0.2rem;
  border: 1px solid #00935d41;
  font-size: 0.26rem;
  color: #00935d;
  line-height: 0.45rem;
  margin: 0.5rem auto 0.2rem;
  background-color: #e9f2ed;
}
.code{
  color: #00935d;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: normal;
}
.res p:last-child{
  font-size: 0.28rem;
}
.tit{
  font-size: 0.48rem;
  font-weight: 600;
  /* padding: 0rem 0.1rem 0.5rem; */
}
.list{
  font-size: 0.32rem;
  padding: 0.2rem 0;
}
.li_left{
  font-size: 0.36rem;
  font-weight: 500;
}
.li_right{
  width: 40%;
  font-weight: 500;
  font-size: 0.36rem;
  /* text-align: right; */
}
.en{
  font-size: 0.28rem;
  color: #7c7c7c;
  font-weight: 500;
}

.li{
  display: flex;
  width: 100%;
  font-size: 0.32rem;
  padding: 0.4rem 0 0.1rem;
}

.li_lf{
  width: 40%;
  color: #7c7c7c;
}
.li_rg{
  width: 60%;
  font-weight: 500;
}