* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;}
img {display: block;max-width: 100%;}
.jztb {}
.jzmain {
    max-width: 1200px;
    margin: 20px auto;
    width: 95%;}
.bar {
  width: 100%;
  padding: 3px 0;
  height: 50px;
  position: relative;}
.bar div.bg {
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, #48caa4 0%, #62d7b5 100%);
  border-radius: 30px;}
.bar .items {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 40px;
  height: 8px;
  line-height: 56px;
  display: flex;
  flex-wrap: wrap;}
.bar .items > div {
  width: 20%;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;}
.bar .items > div a {
    color: #fff;}
.bar .items .curr {
  background: linear-gradient(360deg, #00a273 0%, #34c49a 100%);
  border-radius: 30px;}
.jzmain .list {
    margin-bottom: 120px;
}
.jzmain .list ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1.5%;}
.jzmain .list ul li {
    position: relative;
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0 8px 10px 0 rgb(86 253 148 / 22%);
    border-radius: 20px;
    border: 1px solid rgba(203, 203, 203, 0.5);
    box-sizing: border-box;
    margin: 0 1.5%;
    margin-top: 30px;
    padding: 18px 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;}
.jzmain .list ul li .wxjzimg {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    box-shadow: 0 8px 10px 0 rgb(36 178 119 / 30%);
    border: 10px solid #199874;
    margin: 0 auto;
    margin-bottom: 20px;}
.jzmain .list ul li .wxjzimg img {
    border-radius: 50%;}
.jzmain .list ul li p {
    font-size: 28px;
    color: #666;
    text-align: center;}
.jzmain .list ul li .jzewm {
    position: absolute;
    bottom: 94%;
    width: 180px;
    display: none;}
.jzmain .list ul li .jzewm img {
    width: 100%;
    border: 1px solid #199874;
    border-radius: 10px;}
.jzmain .list ul li:hover .jzewm {
    display: block;}
@media (max-width: 767px){
.bar .items > div {
    font-size: 16px;
    line-height: 35px;
}
.bar {
    height: 30px;
}
.bar div.bg {
    height: 30px;
}
.jzmain .list ul li .wxjzimg {
    width: 70px;
    height: 70px;
    border: 4px solid #199874;
}
.jzmain .list ul li p {
    font-size: 16px;
}
.jzmain .list ul li:hover .jzewm {
    display: none;}
}