:root {
  --main-color: #3fc3c7;
}
.main .ystd-banner {
  width: 640px;
  height: 350px;
  margin-bottom: 35px;
}
.main .zzyxm {
  margin-bottom: 80px;
}
.main .zzyxm .xm-title {
  margin: 0 auto;
  margin-bottom: 36px;
  text-align: center;
}
.main .zzyxm .xm-title span {
  font-size: 30px;
  line-height: 40px;
  padding-top: 5px;
  border-top: 1px solid #999999;
}
.main .zzyxm .zzyjs {
  width: 620px;
  height: 326px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3fc3c7;
  display: flex;
  justify-content: space-between;
}
.main .zzyxm .zzyjs .zzyjs-left {
  width: 287px;
  height: 328px;
}
.main .zzyxm .zzyjs .zzyjs-right {
  width: 315px;
  height: 326px;
  position: relative;
}
.main .zzyxm .zzyjs .zzyjs-right p {
  font-size: 17px;
  line-height: 25px;
}
.main .zzyxm .zzyjs .zzyjs-right p strong {
  font-weight: 700;
}
.main .zzyxm .zzyjs .zzyjs-right ul {
  width: 315px;
  height: 97px;
  padding: 10px 0px;
  background-color: #fafafa;
  position: absolute;
  bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main .zzyxm .zzyjs .zzyjs-right ul li {
  width: 138px;
  height: 26px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .zzyxm .zzyjs .zzyjs-right ul li i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f0a04b;
  margin-right: 3px;
}
.main .zzyxm .zzyjs .zzyjs-right ul li span {
  color: #f0a04b;
  font-size: 15px;
}
.main .zzyxm .zzxt {
  background-color: #fafafa;
  padding-top: 12px;
}
.main .zzyxm .zzxt .zzxt-title {
  text-align: center;
}
.main .zzyxm .zzxt .zzxt-title span {
  font-size: 25px;
  position: relative;
  z-index: 999;
}
.main .zzyxm .zzxt .zzxt-title span:after {
  display: block;
  content: '';
  width: 106%;
  height: 6px;
  background-color: #6cf4f4;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -53%;
  z-index: 1;
  opacity: 0.5;
}
.main .zzyxm .zzxt .zzt-img {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.main .zzyxm .zzxt .zzybz {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
}
.main .zzyxm .zzxt .zzybz li {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  padding: 5px;
  font-size: 14px;
  color: #ff0000;
}
.main .zzyxm .guahao-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.main .zzyxm .guahao-button a {
  display: block;
  width: 160px;
  height: 42px;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  margin: 0 16px;
}
.main .zzyxm .guahao-button a:nth-of-type(1) {
  background-color: var(--main-color);
}
.main .zzyxm .guahao-button a:nth-of-type(2) {
  background-color: #fb9e13;
}
