/*===== p1-4 领导班子 =====*/
.lead .next dl {
  display: flex;
  margin-bottom: 20px;
  padding: 10px 30px;
  line-height: 42px;
  font-size: 16px;
  background: #f8f8f8;
}
.lead .next dl:last-child {
  margin-bottom: 0;
}
.lead .next dl dt {
  margin-right: 10px;
  width: 80px;
  height: 42px;
  color: #333;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
}
.lead .next dl dt::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
}
.lead .next dl dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  color: #00622f;
}
.lead .next dl dd a {
  color: #00622f;
}
.lead .next dl dd a:last-child i {
  display: none;
}
.lead .next dl dd i:last-child {
  display: inline;
}
@media (max-width: 1200px) {
  .lead .next dl {
    margin-bottom: 0.4rem;
    padding: 0.55rem 0.5rem;
    line-height: 0.9rem;
    font-size: 0.56rem;
  }
  .lead .next dl dt {
    margin-right: 0.3rem;
    width: 2.85rem;
    height: 0.9rem;
  }
}
/*===== p1-5分支机构 =====*/
.organization .pageTitle {
  margin-bottom: 0;
}
.organization .list {
  display: flex;
  flex-wrap: wrap;
}
.organization .list a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px 4% 0 0;
  padding: 30px 0;
  width: 48%;
  background: #f9f9f9;
}
.organization .list a:nth-child(2n) {
  margin-right: 0;
}
.organization .list a .icon {
  position: absolute;
  right: 8%;
  bottom: 0;
  width: 70px;
}
.organization .list a .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.organization .list a .icon .m2 {
  opacity: 0;
}
.organization .list a p {
  position: relative;
  z-index: 2;
  margin: 0 5%;
  width: 90%;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.organization .list a:hover {
  transition: all 0.5s;
  background: #e6f4e5;
}
.organization .list a:hover .icon .m1 {
  transition: all 0.5s;
  opacity: 0;
}
.organization .list a:hover .icon .m2 {
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1200px) {
  .organization .pageTitle {
    margin-bottom: 0.48rem;
  }
  .organization .list a {
    margin: 0.46rem 0 0 0;
    padding: 1rem 0;
    width: 100%;
  }
  .organization .list a .icon {
    right: 0.45rem;
    width: 2rem;
  }
  .organization .list a p {
    position: relative;
    z-index: 2;
    margin: 0 0.8rem;
    width: calc(100% - 1.6rem);
    line-height: 0.9rem;
    font-size: 0.6rem;
  }
}
/*===== p2-1新闻资讯 =====*/
.new {
  padding: 20px 0 100px;
}
.new .list {
  margin-bottom: 70px;
  padding: 0 5.5%;
}
.new .list a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 35px 0;
  border-bottom: #e6e6e6 1px solid;
}
.new .list a::before {
  transition: all 0.7s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #00622f;
  content: "";
}
.new .list a .pic {
  margin-right: 3%;
  width: 22.55%;
  min-width: 22.55%;
  height: 175px;
  overflow: hidden;
}
.new .list a .pic i {
  transition: all 0.7s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.new .list a .time {
  align-items: center;
  justify-content: center;
  margin-right: 5.6%;
  padding: 20px 16px;
  line-height: 30px;
  font-size: 30px;
  color: #00622f;
  font-family: Arial;
  background: #f8f8f8;
}
.new .list a .time i {
  font-size: 18px;
  font-weight: bold;
}
.new .list a .time span {
  font-weight: bold;
}
.new .list a .text {
  flex: 1;
}
.new .list a .text span {
  display: none;
}
.new .list a .text b {
  margin-bottom: 18px;
  max-height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new .list a .text i {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 25px;
  color: #999;
  font-family: Arial;
}
.new .list a .text p {
  max-height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new .list a em {
  margin-left: 4.1%;
  width: 28px;
  height: 28px;
  background: url(../images/icon/i11.png) center no-repeat;
  background-size: 100% auto;
}
.new .list a:hover::before {
  transition: all 0.7s;
  width: 100%;
}
.new .list a:hover .pic i {
  transition: all 0.7s;
  transform: scale(1.08);
}
.new .list a:hover .text b {
  color: #00622f;
}
.new .list a:hover em {
  background-image: url(../images/icon/i11s.png);
}
@media (max-width: 1200px) {
  .new {
    padding: 0;
    background: none;
  }
  .new .list {
    margin-bottom: 0.3rem;
    padding: 0;
  }
  .new .list a {
    flex-wrap: wrap;
    margin-bottom: 0.96rem;
    padding: 0;
    border-bottom: #e6e6e6 0px solid;
    background: #fff;
  }
  .new .list a::before {
    height: 2px;
  }
  .new .list a .pic {
    margin-right: 0;
    width: 100%;
    height: 7.15rem;
  }
  .new .list a .time {
    display: none;
  }
  .new .list a .text {
    flex: auto;
    box-sizing: border-box;
    padding: 0.9rem 1rem;
    width: 100%;
  }
  .new .list a .text span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.54rem;
    color: #00622f;
    font-family: Arial;
  }
  .new .list a .text b {
    margin-bottom: 0.5rem;
    max-height: 2.16rem;
    line-height: 1.08rem;
    font-size: 0.6rem;
    -webkit-line-clamp: 2;
  }
  .new .list a .text i {
    display: none;
  }
  .new .list a .text p {
    max-height: 1.84rem;
    line-height: 0.92rem;
    font-size: 0.56rem;
  }
  .new .list a em {
    display: none;
  }
}
/*===== p2-2新闻详情 =====*/
.newDetal {
  padding-bottom: 0;
}
.newDetal .title {
  margin-bottom: 25px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.newDetal .cen {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.newDetal .cen i {
  margin-right: 30px;
}
.newDetal .cen .icon-text {
  display: flex;
}
.newDetal .cen .icon-text span {
  position: relative;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  border: #fff 1px solid;
}
.newDetal .cen .icon-text span.big,
.newDetal .cen .icon-text span.middle,
.newDetal .cen .icon-text span.small {
  margin: 0 5px;
  min-width: 22px;
  cursor: pointer;
}
.newDetal .cen .icon-text span.cur {
  color: #bd1a2d;
  border: #bd1a2d 1px solid;
}
.newDetal .text {
  padding: 30px 0 50px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
  border-top: #d9e5d8 1px solid;
}
.newDetal .text b {
  font-weight: bold;
}
.newDetal .text p {
  margin-bottom: 10px;
  text-indent: 2em;
  text-align: justify;
}
.newDetal .text p:has(img) {
  text-indent: 0em;
}
.newDetal .text img,
.newDetal .text video {
  display: block;
  margin: 10px auto;
  width: 80%;
  max-width: 100%;
  height: auto !important;
}
.newDetal .text span,
.newDetal .text i,
.newDetal .text em,
.newDetal .text a,
.newDetal .text b {
  display: inline;
}
.newDetal .text table {
  margin: 0 auto;
  border-top: #000 1px solid !important;
  border-right: #000 1px solid !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.newDetal .text table td {
  border-bottom: #000 1px solid !important;
  border-left: #000 1px solid !important;
}
.newDetal .text table p {
  text-indent: 0em;
  text-align: inherit;
}
.newDetal .go_page {
  padding: 42px 0;
  position: relative;
  border-top: #e6e6e6 2px solid;
}
.newDetal .go_page .up {
  margin-bottom: 25px;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.newDetal .go_page .up a {
  max-width: calc(100% - 110px);
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newDetal .go_page .up:hover a {
  color: #00622f;
}
@media (max-width: 1200px) {
  .newDetal .title {
    margin-bottom: 0.84rem;
    line-height: 1.08rem;
    font-size: 0.72rem;
  }
  .newDetal .cen {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    width: 100%;
    line-height: 0.9rem;
    font-size: 0.52rem;
  }
  .newDetal .cen i,
  .newDetal .cen span {
    margin: 0 0 0.37rem 0;
  }
  .newDetal .cen .icon-text {
    width: 100%;
    justify-content: center;
  }
  .newDetal .cen .icon-text span {
    height: 0.72rem;
    line-height: 0.72rem;
    border-radius: 4px;
  }
  .newDetal .cen .icon-text span.big,
  .newDetal .cen .icon-text span.middle,
  .newDetal .cen .icon-text span.small {
    margin: 0 0.2rem;
    min-width: 0.72rem;
  }
  .newDetal .text {
    padding: 0.7rem 0 1.2rem;
    font-size: 0.52rem;
    line-height: 0.8rem;
  }
  .newDetal .text p {
    margin-bottom: 0.6rem;
  }
  .newDetal .text img,
  .newDetal .text video {
    margin: 0.6rem auto;
    width: 100% !important;
  }
  .newDetal .go_page {
    padding: 0;
  }
  .newDetal .go_page .up {
    width: 50%;
    margin-bottom: 0;
    line-height: 3rem;
    font-size: 0.52rem;
  }
  .newDetal .go_page .up a {
    display: none;
    max-width: 100%;
  }
  .newDetal .go_page .up a.mobile {
    display: block;
  }
  .newDetal .go_page .up.fr a {
    float: right;
  }
}
/*===== p4-1学会活动 =====*/
.activity {
  padding: 0;
  background: none;
}
.activity .mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff url(../images/icon/i20.png) right top no-repeat;
  background-size: 14.28% auto;
}
.activity .mode .mySwiper {
  margin: 0;
  width: 40%;
}
.activity .mode .mySwiper .swiper-pagination {
  left: 4%;
  width: 92%;
}
.activity .mode .mySwiper .bigPic {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.activity .mode .mySwiper .bigPic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.activity .mode .mySwiper .bigPic:hover i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.activity .mode .mySwiper .swiper-slide-active {
  transition: all 0.5s;
  opacity: 1;
}
.activity .mode .mySwiper .swiper-slide-active a p {
  transition: all 0.5s;
  opacity: 1;
}
.activity .mode .mySwiper .pos {
  position: absolute;
  z-index: 2;
  left: 28px;
  top: 0;
  padding: 10px;
  color: #fff;
  line-height: 30px;
  background: #00622f;
}
.activity .mode .mySwiper .pos span {
  font-size: 30px;
  font-weight: bold;
  font-family: Arial;
}
.activity .mode .mySwiper .pos em {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
}
.activity .mode .mySwiper .pos p {
  font-size: 16px;
}
.activity .mode .next {
  width: 56%;
}
.activity .mode .next b {
  margin-bottom: 50px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.activity .mode .next dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.activity .mode .next dl dt {
  padding-left: 30px;
  color: #00622f;
}
.activity .mode .next dl dd {
  flex: 1;
}
.activity .mode .next dl.time dt {
  background: url(../images/icon/i5.png) left 5px no-repeat;
  background-size: auto 16px;
}
.activity .mode .next dl.place dt {
  background: url(../images/icon/i6.png) left 4px no-repeat;
  background-size: auto 18px;
}
.activity .mode .next dl.phone dt {
  background: url(../images/icon/i7.png) left 5px no-repeat;
  background-size: auto 15px;
}
@media (max-width: 1200px) {
  .activity .mode {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0;
    background: #fff;
  }
  .activity .mode .mySwiper {
    width: 100%;
  }
  .activity .mode .mySwiper .bigPic {
    height: 8.6rem;
  }
  .activity .mode .mySwiper .pos {
    left: 0.76rem;
    padding: 0.3rem 0.3rem 0.2rem;
    line-height: 0.9rem;
  }
  .activity .mode .mySwiper .pos span {
    font-size: 0.81rem;
  }
  .activity .mode .mySwiper .pos em {
    font-size: 0.58rem;
  }
  .activity .mode .mySwiper .pos p {
    font-size: 0.48rem;
  }
  .activity .mode .next {
    width: 100%;
    background: url(../images/index/ind03_bac2.png) right bottom no-repeat;
    background-size: 44% auto;
  }
  .activity .mode .next .bor {
    padding: 1.4rem 0.8rem 0.9rem;
  }
  .activity .mode .next b {
    margin-bottom: 0.7rem;
    font-size: 0.6rem;
  }
  .activity .mode .next dl {
    margin-bottom: 0.1rem;
    font-size: 0.48rem;
    line-height: 0.9rem;
  }
  .activity .mode .next dl dt {
    padding-left: 0.87rem;
  }
  .activity .mode .next dl.time dt {
    background: url(../images/icon/i5.png) left 0.235rem no-repeat;
    background-size: auto 0.43rem;
  }
  .activity .mode .next dl.place dt {
    background: url(../images/icon/i6.png) left 0.21rem no-repeat;
    background-size: auto 0.49rem;
  }
  .activity .mode .next dl.phone dt {
    background: url(../images/icon/i7.png) left 0.235rem no-repeat;
    background-size: auto 0.43rem;
  }
  .activity .mode .next .more_02 {
    float: none;
    margin: 1rem auto 0;
  }
}
/*===== p4-2 活动报名 =====*/
.signup {
  background: url(../images/page/signup_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.signup .title {
  margin-bottom: 40px;
  font-size: 40px;
  color: #333;
  text-align: center;
}
.signup .next {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 90px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.signup .next .Flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.signup .next .mode {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  width: 47.85%;
}
.signup .next .mode.on {
  width: 100%;
}
.signup .next .mode.cur {
  position: relative;
  z-index: 3;
}
.signup .next .mode.modeFlex {
  display: flex;
}
.signup .next .mode.modeFlex .text {
  justify-content: end;
  margin-bottom: 0;
  width: 112px;
}
.signup .next .mode.modeFlex .inp {
  flex: 1;
}
.signup .next .text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
}
.signup .next .text i {
  margin: 3px 5px 0 0;
  color: #e21b20;
}
.signup .next .text em {
  margin-right: 15px;
  color: #333;
}
.signup .next .text span {
  font-size: 14px;
  color: #999;
}
.signup .next .inp {
  position: relative;
  z-index: 2;
  padding: 0 5.7%;
  border: #ddd 1px solid;
}
.signup .next .inp input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
}
.signup .next .inp input::-moz-placeholder {
  color: #999;
}
.signup .next .inp input::-webkit-input-placeholder {
  color: #999;
}
.signup .next .inp input::-o-input-placeholder {
  color: #999;
}
.signup .next .inp input::-ms-input-placeholder {
  color: #999;
}
.signup .next .inp textarea {
  padding: 30px 0;
  width: 100%;
  height: 117px;
  font-size: 16px;
  color: #333;
  outline: none;
  border: none;
  background: none;
}
.signup .next .inp textarea::-moz-placeholder {
  color: #999;
}
.signup .next .inp textarea::-webkit-input-placeholder {
  color: #999;
}
.signup .next .inp textarea::-o-input-placeholder {
  color: #999;
}
.signup .next .inp textarea::-ms-input-placeholder {
  color: #999;
}
.signup .next .inp .select {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.signup .next .inp .select p {
  position: relative;
  padding-right: 22px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #999;
}
.signup .next .inp .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: url(../images/icon/i21.png) right center no-repeat;
  background-size: 100%;
  content: "";
}
.signup .next .inp .select .pos {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 20px 10px;
  width: calc(100% - 20px);
  max-height: 264px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.signup .next .inp .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.signup .next .inp .select .pos a:hover {
  color: #00622f;
}
.signup .next .inp .select.on p::before {
  transform: rotate(180deg);
}
.signup .next .file {
  margin-top: 20px;
  width: 160px;
  height: 50px;
  background: #e9f9f1;
  cursor: pointer;
}
.signup .next .file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.signup .next .file.fileBut {
  position: relative;
}
.signup .next .file.fileBut i {
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.signup .next .file.fileImg {
  position: relative;
  width: 146px;
  height: 146px;
  background: #f7f7f7;
}
.signup .next .file.fileImg i {
  padding-top: 90px;
  font-size: 14px;
  color: #666;
  text-align: center;
  background: url(../images/icon/i22.png) top 43px center no-repeat;
  background-size: 34px auto;
}
.signup .next .file.fileImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.signup .next .file.fileImg .delete {
  position: absolute;
  z-index: 3;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #00622f url(../images/icon/i23.png) center center no-repeat;
  background-size: 10px auto;
  cursor: pointer;
}
.signup .next #zhaiyaoInfo {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.signup .next .bot {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  width: 100%;
}
.signup .next .bot .code {
  display: flex;
  border: #ddd 1px solid;
}
.signup .next .bot .code input {
  float: left;
  margin: 0 20px;
  width: 150px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
}
.signup .next .bot .code .codetext {
  float: left;
  width: 100px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  color: #333;
  background: #e9f9f1;
  border-left: #ddd 1px solid;
  cursor: pointer;
}
.signup .next .bot .but {
  margin: 0 0 0 50px;
  width: 165px;
  line-height: 60px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .signup {
    background: #fff;
  }
  .signup .title {
    margin-bottom: 0.9rem;
    font-size: 0.72rem;
  }
  .signup .next {
    padding: 0.9rem 0.6rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.08);
  }
  .signup .next .mode {
    margin-bottom: 0.9rem;
    width: 100%;
  }
  .signup .next .mode.modeFlex {
    display: flex;
  }
  .signup .next .mode.modeFlex .text {
    justify-content: end;
    margin: 0 0.36rem 0 0;
    width: 3.9rem;
  }
  .signup .next .mode.modeFlex .inp {
    flex: 1;
  }
  .signup .next .text {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    font-size: 0.56rem;
  }
  .signup .next .text i {
    margin: 3px 5px 0 0;
  }
  .signup .next .text em {
    margin-right: 0;
  }
  .signup .next .text span {
    margin-top: 0.4rem;
    width: 100%;
    line-height: 0.72rem;
    font-size: 0.5rem;
  }
  .signup .next .inp {
    padding: 0 0.55rem;
  }
  .signup .next .inp input {
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.56rem;
  }
  .signup .next .inp textarea {
    padding: 30px 0;
    height: 117px;
    font-size: 0.56rem;
  }
  .signup .next .inp .select p {
    padding-right: 0.5rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.56rem;
  }
  .signup .next .inp .select p::before {
    width: 0.24rem;
  }
  .signup .next .inp .select .pos {
    top: 1.75rem;
    padding: 0.4rem 0.2rem;
    width: calc(100% - 0.4rem);
    max-height: 8rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .signup .next .inp .select .pos a {
    padding: 0.1rem;
    line-height: 0.8rem;
    font-size: 0.52rem;
  }
  .signup .next .file {
    margin-top: 0.4rem;
    width: 4.3rem;
    height: 1.8rem;
  }
  .signup .next .file.fileBut i {
    line-height: 1.8rem;
    font-size: 0.56rem;
  }
  .signup .next .file.fileImg {
    width: 5.4rem;
    height: 5.4rem;
  }
  .signup .next .file.fileImg i {
    padding-top: 3.3rem;
    font-size: 0.5rem;
    background: url(../images/icon/i22.png) top 1.57rem center no-repeat;
    background-size: 1.2rem auto;
  }
  .signup .next .file.fileImg .delete {
    right: -0.4rem;
    top: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.34rem auto;
  }
  .signup .next #zhaiyaoInfo {
    margin-top: 0.2rem;
    font-size: 0.5rem;
  }
  .signup .next .bot {
    flex-wrap: wrap;
    margin-top: 0.8rem;
  }
  .signup .next .bot .code {
    margin-bottom: 0.75rem;
  }
  .signup .next .bot .code input {
    margin: 0 0.4rem;
    width: calc(100% - 3.4rem);
    line-height: 1.7rem;
    font-size: 18px;
  }
  .signup .next .bot .code .codetext {
    width: 3rem;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 0.54rem;
  }
  .signup .next .bot .but {
    margin: 0 auto;
    width: 4.86rem;
    line-height: 1.8rem;
    font-size: 0.6rem;
  }
}
/*===== p1-4 领导班子详情 =====*/
.leadDetal .next {
  display: flex;
}
.leadDetal .next .leftMode {
  margin-right: 50px;
}
.leadDetal .next .leftMode .pic {
  width: 228px;
  height: 276px;
}
.leadDetal .next .leftMode .pic img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.leadDetal .next .leftMode .title {
  display: none;
}
.leadDetal .next .rightMode {
  flex: 1;
}
.leadDetal .next .rightMode .title {
  margin-bottom: 30px;
  padding: 8px 0 20px 0;
  font-size: 30px;
  border-bottom: #e1eade 2px solid;
}
.leadDetal .next .rightMode .text {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
}
.leadDetal .next .rightMode .text b {
  font-weight: bold;
}
.leadDetal .next .rightMode .text p {
  text-align: justify;
}
.leadDetal .next .rightMode .text img,
.leadDetal .next .rightMode .text video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.leadDetal .next .rightMode .text span,
.leadDetal .next .rightMode .text i,
.leadDetal .next .rightMode .text em,
.leadDetal .next .rightMode .text a,
.leadDetal .next .rightMode .text b {
  display: inline;
}
.leadDetal .next .rightMode .text table {
  margin: 0 auto;
  border-top: #000 1px solid !important;
  border-right: #000 1px solid !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.leadDetal .next .rightMode .text table td {
  border-bottom: #000 1px solid !important;
  border-left: #000 1px solid !important;
}
.leadDetal .next .rightMode .text table p {
  text-indent: 0em;
  text-align: inherit;
}
@media (max-width: 1200px) {
  .leadDetal .next {
    display: block;
  }
  .leadDetal .next .leftMode {
    margin: 0 0 1.2rem 0;
    width: 100%;
  }
  .leadDetal .next .leftMode .pic {
    float: left;
    margin-right: 0.9rem;
    width: 3.45rem;
    height: 4.18rem;
  }
  .leadDetal .next .leftMode .title {
    display: block;
    float: right;
    margin-bottom: 0;
    padding: 0.9rem 0 0.7rem;
    width: calc(100% - 3.45rem - 0.9rem);
    font-size: 0.72rem;
    border-bottom: #e1eade 2px solid;
  }
  .leadDetal .next .rightMode {
    flex: auto;
    width: 100%;
  }
  .leadDetal .next .rightMode .title {
    display: none;
  }
  .leadDetal .next .rightMode .text {
    font-size: 0.52rem;
    line-height: 0.9rem;
  }
}
/*=============  登录页 忘记密码 =============*/
.login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6vh 0;
  width: 100%;
  min-height: 88vh;
  background: url(../images/page/login_bac.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.login .con {
  margin: 0 auto;
  width: 600px;
}
.login .logo {
  margin: 0 auto 50px;
  width: 420px;
}
.login .logo img {
  margin: 0 auto;
  width: 100%;
}
.login .tab {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.02);
}
.login .tab .bor {
  padding: 45px 65px;
  overflow: hidden;
}
.login .tab .tab_title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.login .tab .tab_title b {
  position: relative;
  padding-right: 40px;
  font-size: 26px;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}
.login .tab .tab_title b::before {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 1px;
  height: 24px;
  margin-top: -10px;
  background: #e5e5e5;
  content: "";
}
.login .tab .tab_title b:last-child {
  padding-right: 0;
}
.login .tab .tab_title b:last-child::before {
  display: none;
}
.login .tab .tab_title b.cur {
  color: #333;
}
.login .tab .next .inp {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 7%;
  line-height: 62px;
  font-size: 18px;
  border-radius: 10px;
  color: #333;
  border: #e0e0e0 1px solid;
}
.login .tab .next .inp input {
  flex: 1;
  height: 62px;
  font-size: 18px;
}
.login .tab .next .inp input::placeholder {
  color: #999;
}
.login .tab .next .inp p {
  position: relative;
  margin-right: 18px;
  width: 64px;
  color: #666;
}
.login .tab .next .inp p::before {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #e5e5e5;
  content: "";
}
.login .tab .next .inp.inp3 {
  padding-right: 10px;
}
.login .tab .next .inp.inp3 i {
  width: 170px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background: #00622f;
  cursor: pointer;
}
.login .tab .next .inp.inp4 em {
  width: 30px;
  height: 62px;
  background: url(../images/icon/i31.png) right center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.login .tab .next .inp.inp4.on em {
  background-image: url(../images/icon/i31s.png);
}
.login .tab .next .inp.inp5 {
  padding: 0;
  border: none;
}
.login .tab .next .inp.inp5 input {
  margin-right: 18px;
  padding: 0 7%;
  width: calc(100% - 18px - 14% - 145px);
  border-radius: 10px;
  border: #e0e0e0 1px solid;
}
.login .tab .next .inp.inp5 .code {
  width: 180px;
  height: 62px;
  border-radius: 10px;
  border: #e0e0e0 1px solid;
  cursor: pointer;
}
.login .tab .next .inp.inp6 .icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 18px;
  height: 62px;
}
.login .tab .next .inp.inp6 .icon img {
  width: 100%;
}
.login .tab .next .but {
  display: block;
  margin: 20px 0;
  width: 100%;
  line-height: 62px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: #00622f;
}
.login .tab .next .a_href {
  display: flex;
  justify-content: center;
}
.login .tab .next .a_href a {
  position: relative;
  padding-right: 40px;
  font-size: 18px;
  color: #00622f;
}
.login .tab .next .a_href a::before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #00622f;
  content: "";
}
.login .tab .next .a_href a:last-child {
  padding-right: 0;
}
.login .tab .next .a_href a:last-child::before {
  display: none;
}
@media (max-width: 1200px) {
  .login {
    background-image: url(../images/mobile/page/login_bac.jpg);
  }
  .login .con {
    flex-wrap: wrap;
    width: 86%;
  }
  .login .logo {
    margin-bottom: 1.1rem;
    width: 100%;
  }
  .login .logo img {
    width: 9rem;
  }
  .login .tab {
    width: 100%;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.02);
  }
  .login .tab .bor {
    padding: 1.1rem 1.3rem;
  }
  .login .tab .tab_title {
    margin-bottom: 0.76rem;
  }
  .login .tab .tab_title b {
    padding-right: 0.9rem;
    font-size: 0.72rem;
  }
  .login .tab .tab_title b::before {
    right: 0.3rem;
    height: 0.24rem;
    margin-top: -0.1rem;
  }
  .login .tab .next .inp {
    margin-bottom: 0.5rem;
    padding: 0 0.53rem;
    line-height: 1.7rem;
    font-size: 0.48rem;
    border-radius: 0.2rem;
  }
  .login .tab .next .inp input {
    height: 1.7rem;
    font-size: 0.48rem;
  }
  .login .tab .next .inp p {
    margin-right: 0.3rem;
    width: 1.5rem;
  }
  .login .tab .next .inp p::before {
    right: 0;
    height: 0.48rem;
    margin-top: -0.24rem;
  }
  .login .tab .next .inp.inp3 {
    padding-right: 0.25rem;
  }
  .login .tab .next .inp.inp3 input {
    width: calc(100% - 4.2rem);
  }
  .login .tab .next .inp.inp3 i {
    width: 4.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.2rem;
  }
  .login .tab .next .inp.inp4 em {
    width: 0.53rem;
    height: 1.7rem;
    background-image: url(../images/icon/i31s.png);
  }
  .login .tab .next .inp.inp4.on em {
    background-image: url(../images/icon/i31.png);
  }
  .login .tab .next .inp.inp5 input {
    margin-right: 0.34rem;
    padding: 0 0.53rem;
    border-radius: 0.2rem;
  }
  .login .tab .next .inp.inp5 .code {
    width: 3.9rem;
    height: 1.7rem;
    border-radius: 0.2rem;
  }
  .login .tab .next .inp.inp6 .icon {
    margin-right: 0.23rem;
    width: 0.38rem;
    height: 1.7rem;
  }
  .login .tab .next .but {
    margin: 0.6rem 0;
    line-height: 1.7rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
  }
  .login .tab .next .a_href a {
    padding-right: 1.6rem;
    font-size: 0.48rem;
  }
  .login .tab .next .a_href a::before {
    right: 0.8rem;
    height: 0.56rem;
    margin-top: -0.28rem;
  }
}
/*=============  p6-3会员注册流程-填写信息 =============*/
.register {
  background: url(../images/page/signup_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.register .title {
  margin-bottom: 60px;
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.register02 {
  position: relative;
  background: #ecf2eb;
}
.register02 .leftMode {
  box-sizing: border-box;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 100px 0 55px 55px;
  width: 260px;
  background: #ecf2eb;
}
.register02 .leftMode .list {
  position: relative;
}
.register02 .leftMode .list::before {
  position: absolute;
  left: 5px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #87b398;
  content: "";
}
.register02 .leftMode .list a {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
.register02 .leftMode .list a::before {
  transition: all 0.5s;
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 1px;
  height: calc(100% + 60px);
  background: #00622f;
  content: "";
}
.register02 .leftMode .list a:first-child {
  margin-top: 0;
}
.register02 .leftMode .list a:first-child::before {
  display: none;
}
.register02 .leftMode .list a i {
  position: relative;
  z-index: 3;
  float: left;
  margin-right: 20px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #87b398;
}
.register02 .leftMode .list a p {
  float: left;
  line-height: 11px;
  font-size: 18px;
  color: #333;
}
.register02 .leftMode .list a.cur i {
  background: #00622f;
}
.register02 .leftMode .list a.cur p {
  color: #00622f;
  font-weight: bold;
}
.register02 .rightMode {
  box-sizing: border-box;
  padding: 60px 10%;
  width: calc(100% - 260px);
  background: #fff;
}
.register02 .rightMode .tit {
  margin-bottom: 50px;
  font-size: 30px;
  color: #00622f;
  text-align: center;
  font-weight: bold;
}
.register02 .rightMode .next {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: #e1eade 2px solid;
  /* .lie{
                margin-bottom: 60px;
                width: 100%;
                height: 2px;
                background: #e1eade;
            } */
}
.register02 .rightMode .next .anchorTop {
  position: absolute;
  left: 0;
  top: -100px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.register02 .rightMode .next .titleMode {
  margin-bottom: 30px;
  font-size: 24px;
  color: #00622f;
  font-weight: bold;
}
.register02 .rightMode .listMode {
  margin: 70px 0 0;
}
.register02 .rightMode .listMode .listTop {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: #00622f;
}
.register02 .rightMode .listMode .listTop b {
  font-size: 20px;
  font-weight: bold;
}
.register02 .rightMode .listMode .listTop .addBox .el-button {
  padding: 0 0 0 25px;
  font-size: 18px;
  color: #00622f;
  background: url(../images/icon/i28.png) left center no-repeat;
  background-size: 17px auto;
  cursor: pointer;
  border: none;
}
.register02 .rightMode .listMode .list li:nth-child(1) .delete {
  display: none;
}
.register02 .rightMode .listMode .list .delete {
  float: right;
  margin: 20px 0 10px;
}
.register02 .rightMode .listMode .list .delete .el-button {
  padding: 0 0 0 31px;
  font-size: 18px;
  line-height: 22px;
  color: #666;
  background: url(../images/icon/i29.png) left center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  border: none;
}
.register02 .rightMode .listMode .list .bor {
  width: calc(100% - 90px);
}
.register02 .rightMode .listMode .list .bor .select .pos {
  display: block;
}
.register02 .rightMode .listMode .list .bor .dataInp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register02 .rightMode .listMode .list .bor .dataInp input {
  width: 40%;
  text-align: center;
}
.register02 .rightMode .listMode .list .bor .dataInp em {
  width: 10px;
  height: 1px;
  background: #333;
}
.register02 .rightMode .listMode.OfficeList .list li:nth-child(1) .delete {
  display: block;
}
.register02 .rightMode .textMode {
  margin-top: 60px;
}
.register02 .rightMode .textMode .mode {
  margin-left: 54px;
  align-items: end;
}
.register02 .rightMode .textMode .textTit {
  margin-bottom: 15px;
  font-size: 20px;
  color: #00622f;
  font-weight: bold;
}
.register02 .rightMode .textMode .text .hint {
  margin-bottom: 20px;
  font-size: 16px;
}
.register02 .rightMode .textMode .text textarea {
  display: block;
  padding: 20px 0;
  width: 100%;
  height: 150px;
  line-height: 30px;
  font-size: 16px;
  color: #999;
}
.register02 .rightMode .textMode .text textarea::placeholder {
  font-size: 16px;
}
.register02 .rightMode .textMode .num {
  display: flex;
  justify-content: end;
  margin-left: 4px;
  width: 86px;
  font-size: 14px;
  color: #999;
}
.register02 .rightMode .bot {
  display: flex;
  justify-content: center;
}
.register02 .rightMode .bot .but_01 {
  margin: 0 9px;
  color: #fff;
  text-align: center;
}
.register02 .rightMode .bot .but_01.but1 {
  background: #84bd95;
}
.register02 .rightMode .bot .but_01.but2 {
  background: #a9a9a9;
}
.register02 .rightMode .bot .but_01.but3 {
  background: #00622f;
}
.regTable .mode {
  display: flex;
  margin-bottom: 25px;
}
.regTable .mode .titBox {
  display: flex;
  justify-content: end;
  margin-right: 20px;
  width: 130px;
  line-height: 51px;
  font-size: 16px;
  color: #333;
}
.regTable .mode .titBox i {
  margin-right: 6px;
  color: #e21b20;
}
.regTable .mode .text {
  flex: 1;
}
.regTable .mode .text .inp {
  position: relative;
  padding: 0 25px;
  border: #ddd 1px solid;
}
.regTable .mode .text .inp input {
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  color: #999;
}
.regTable .mode .text .inp input::placeholder {
  color: #999;
}
.regTable .mode .text .inp.on {
  z-index: 2;
}
.regTable .mode .text .inp .el-select {
  width: 100%;
}
.regTable .mode .text .hint {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.regTable .mode .text .choice {
  margin-top: 13px;
}
.regTable .mode .text .choice i {
  float: left;
  margin: 0 25px 13px 0;
  padding-left: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  background: url(../images/icon/i27.png) left 4px no-repeat;
  background-size: 18px;
  cursor: pointer;
}
.regTable .mode .text .choice i.cur {
  background-image: url(../images/icon/i27s.png);
}
.regTable .mode .text .choice i:last-child {
  margin-right: 0;
}
.regTable .mode .text .choice.choiceBox i {
  background: url(../images/icon/i33.png) left 4px no-repeat;
  background-size: 18px;
}
.regTable .mode .text .choice.choiceBox i.cur {
  background-image: url(../images/icon/i33s.png);
}
.regTable .mode .text .file {
  display: flex;
  align-items: center;
  margin: 20px 0 15px;
}
.regTable .mode .text .file .fileImg {
  position: relative;
  margin-right: 20px;
  width: 146px;
  height: 146px;
  background: #f7f7f7;
  cursor: pointer;
}
.regTable .mode .text .file .fileImg .picfile input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.regTable .mode .text .file .fileImg .picfile i {
  padding-top: 90px;
  font-size: 15px;
  color: #333;
  text-align: center;
  background: url(../images/icon/i22.png) top 43px center no-repeat;
  background-size: 34px auto;
}
.regTable .mode .text .file .fileImg .pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 146px;
}
.regTable .mode .text .file .fileImg .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.regTable .mode .text .file .fileImg .pic i {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #00622f url(../images/icon/i23.png) center no-repeat;
  background-size: 10px auto;
  border-radius: 100%;
}
.regTable .mode .text .file .hint {
  margin-top: 0;
  line-height: 30px;
}
.regTable .mode .text .select {
  position: relative;
  z-index: 1;
  width: 100%;
  cursor: pointer;
}
.regTable .mode .text .select p {
  position: relative;
  padding-right: 22px;
  line-height: 49px;
  font-size: 16px;
  color: #999;
}
.regTable .mode .text .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: url(../images/icon/i21.png) right center no-repeat;
  background-size: 100% auto;
  content: "";
}
.regTable .mode .text .select .pos {
  display: none;
  position: absolute;
  left: 0;
  top: 49px;
  padding: 10px 15px;
  width: calc(100% - 30px);
  max-height: 264px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.regTable .mode .text .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.regTable .mode .text .select .pos a:hover {
  color: #00622f;
}
.regTable .mode .text .select .pos .kindTit {
  font-size: 16px;
  color: #333;
}
.regTable .mode .text .select .pos .kindText {
  margin-left: 16px;
}
.regTable .mode .text .select .pos .kindText a {
  font-size: 14px;
  line-height: 24px;
}
.regTable .mode .text .select.on p::before {
  transform: rotate(180deg);
}
.regTable .mode .text .el-date-editor.el-input {
  width: 100%;
}
.regTable .mode .text .el-date-editor.el-input input {
  padding-left: 0;
  height: 49px;
  border: none;
}
.regTable .mode .text .el-date-editor.el-input .el-input__prefix {
  display: none;
}
.regTable .mode .text .el-input__suffix {
  right: 0;
  width: 7px;
  height: 100%;
  background: url(../images/icon/i21.png) right center no-repeat;
  background-size: 100% auto;
}
.regTable .mode .text .el-input__suffix span {
  display: none;
}
.regTable .mode .text .el-cascader {
  width: 100%;
}
.regTable .mode .text .el-cascader .el-input__inner {
  padding-left: 0;
  border: none;
}
.regTable .mode .text .el-input__inner {
  padding: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: none;
}
.regTable .mode .text .el-date-editor .el-range-separator {
  line-height: 49px;
}
.regTable .mode .text .el-date-editor .el-range__icon {
  display: none;
}
.el-picker-panel__icon-btn {
  margin-top: 0;
  height: 30px;
  width: 20px;
}
.el-picker-panel span {
  display: inline-block;
}
.el-picker-panel .el-icon-d-arrow-left:before,
.el-picker-panel .el-icon-arrow-left:before,
.el-picker-panel .el-icon-d-arrow-right:before,
.el-picker-panel .el-icon-arrow-right:before {
  display: block;
  line-height: 30px;
}
.el-cascader__search-input {
  margin: 0;
}
.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 5px;
}
.el-select-group__wrap:not(:last-of-type)::after {
  display: none;
}
.el-select-group__wrap .el-select-group__title {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.el-select-group__wrap .el-select-dropdown__item span {
  padding-left: 16px;
}
.el-select-group__wrap:nth-child(1) .el-select-dropdown__item span {
  padding-left: 0px;
}
.el-message-box {
  max-width: 92%;
}
.el-message {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 1200px) {
  .register {
    background: #ecf2eb;
  }
  .register .title {
    margin-bottom: 1.36rem;
    font-size: 0.72rem;
  }
  .register02 {
    padding-top: 1px;
    width: 100%;
  }
  .register02 .leftMode {
    margin-bottom: 1rem;
    padding: 0;
    top: 4.2rem;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .register02 .leftMode .bor {
    position: relative;
    width: 100%;
    height: 2rem;
    overflow-x: auto;
  }
  .register02 .leftMode .list {
    display: flex;
    position: absolute;
  }
  .register02 .leftMode .list::before {
    display: none;
  }
  .register02 .leftMode .list a {
    margin-top: 0;
  }
  .register02 .leftMode .list a::before {
    display: none;
  }
  .register02 .leftMode .list a i {
    display: none;
  }
  .register02 .leftMode .list a p {
    white-space: nowrap;
    margin-left: 1.1rem;
    line-height: 2rem;
    font-size: 0.56rem;
  }
  .register02 .leftMode .list a.cur p {
    color: #00622f;
    font-weight: bold;
  }
  .register02 .rightMode {
    float: none;
    padding: 1.3rem 0.6rem;
    margin: 3rem auto 0;
    width: 84.6%;
  }
  .register02 .rightMode .tit {
    margin-bottom: 1.1rem;
    font-size: 0.72rem;
  }
  .register02 .rightMode .next {
    margin-bottom: 1.4rem;
    padding-bottom: 0.6rem;
  }
  .register02 .rightMode .next .anchorTop {
    top: -6.5rem;
  }
  .register02 .rightMode .next .titleMode {
    margin-bottom: 0.9rem;
    font-size: 0.6rem;
  }
  .register02 .rightMode .listMode {
    margin: 1.3rem 0 0;
  }
  .register02 .rightMode .listMode .listTop {
    margin-bottom: 0.8rem;
  }
  .register02 .rightMode .listMode .listTop b {
    font-size: 0.6rem;
  }
  .register02 .rightMode .listMode .listTop .addBox .el-button {
    padding: 0 0 0 0.75rem;
    font-size: 0.56rem;
    background-size: 0.55rem auto;
  }
  .register02 .rightMode .listMode .list .delete {
    margin: 0;
  }
  .register02 .rightMode .listMode .list .delete .el-button {
    padding: 0 0 0 0.78rem;
    font-size: 0.56rem;
    line-height: 0.6rem;
    background-size: 0.44rem auto;
  }
  .register02 .rightMode .listMode .list .bor {
    width: 100%;
  }
  .register02 .rightMode .textMode {
    margin-top: 1rem;
  }
  .register02 .rightMode .textMode .mode {
    display: block;
    margin-left: 0;
  }
  .register02 .rightMode .textMode .textTit {
    margin-bottom: 0.65rem;
    font-size: 0.6rem;
  }
  .register02 .rightMode .textMode .text {
    width: 100%;
  }
  .register02 .rightMode .textMode .text .hint {
    margin-bottom: 0.6rem;
    font-size: 0.56rem;
  }
  .register02 .rightMode .textMode .text textarea {
    padding: 0.5rem 0;
    height: 4rem;
    line-height: 0.8rem;
    font-size: 0.56rem;
  }
  .register02 .rightMode .textMode .text textarea::placeholder {
    font-size: 0.56rem;
  }
  .register02 .rightMode .textMode .num {
    margin: 0.35rem 0 0 0;
    width: 100%;
    font-size: 0.48rem;
  }
  .register02 .rightMode .bot .but_01 {
    justify-content: space-between;
    flex: 1;
    margin: 0;
    width: auto;
    line-height: 1.8rem;
    font-size: 0.6rem;
  }
  .register02 .rightMode .bot .but_01.but2 {
    margin: 0 0.3rem;
  }
  .regTable .mode {
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
  }
  .regTable .mode .titBox {
    justify-content: start;
    margin: 0 0 0.4rem 0;
    width: 100%;
    line-height: 0.7rem;
    font-size: 0.56rem;
  }
  .regTable .mode .titBox i {
    margin-right: 4px;
  }
  .regTable .mode .text {
    flex: 1;
  }
  .regTable .mode .text .inp {
    padding: 0 0.7rem;
  }
  .regTable .mode .text .inp input {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.56rem;
  }
  .regTable .mode .text .hint {
    margin-top: 0.3rem;
    font-size: 0.48rem;
  }
  .regTable .mode .text .choice {
    margin-top: 0;
  }
  .regTable .mode .text .choice i {
    margin: 0 1.1rem 0.4rem 0;
    padding-left: 0.84rem;
    line-height: 0.88rem;
    font-size: 0.52rem;
    background-position: left 0.16rem;
    background-size: 0.55rem auto;
  }
  .regTable .mode .text .choice i:last-child {
    margin-bottom: 0;
  }
  .regTable .mode .text .choice.choiceBox i {
    background-position: left 0.16rem;
    background-size: 0.55rem auto;
  }
  .regTable .mode .text .file {
    margin: 0;
  }
  .regTable .mode .text .file .fileImg {
    margin-right: 0.5rem;
    width: 4rem;
    height: 4rem;
  }
  .regTable .mode .text .file .fileImg .picfile i {
    padding-top: 2.5rem;
    font-size: 0.48rem;
    background: url(../images/icon/i22.png) top 1rem center no-repeat;
    background-size: 1.05rem auto;
  }
  .regTable .mode .text .file .fileImg .pic {
    height: 4rem;
  }
  .regTable .mode .text .file .fileImg .pic i {
    right: -0.26rem;
    top: -0.26rem;
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.4rem auto;
  }
  .regTable .mode .text .file .hint {
    margin-top: 0;
    line-height: 0.72rem;
  }
  .regTable .mode .text .select p {
    padding-right: 0.6rem;
    line-height: 1.8rem;
    font-size: 0.56rem;
  }
  .regTable .mode .text .select p::before {
    width: 0.24rem;
  }
  .regTable .mode .text .select .pos {
    top: 1.8rem;
    padding: 0.2rem 0.3rem;
    width: calc(100% - 0.6rem);
    max-height: 7rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .regTable .mode .text .select .pos a {
    padding: 0.1rem 0 0.1rem 0.05rem;
    line-height: 1rem;
    font-size: 0.5rem;
  }
  .regTable .mode .text .select .pos .kindTit {
    font-size: 0.5rem;
  }
  .regTable .mode .text .select .pos .kindText {
    margin-left: 0.4rem;
  }
  .regTable .mode .text .select .pos .kindText a {
    font-size: 0.48rem;
    line-height: 1rem;
  }
  .regTable .mode .text .el-date-editor.el-input input {
    height: 1.8rem;
  }
  .regTable .mode .text .el-input__suffix {
    width: 0.24rem;
  }
  .regTable .mode .text .el-input__inner {
    height: 1.8rem;
    line-height: 1.8rem;
  }
  .regTable .mode .text .el-date-editor .el-range-separator {
    line-height: 1.8rem;
  }
  .el-date-range-picker {
    width: 100%;
    max-width: 666px;
  }
  .el-date-range-picker .el-picker-panel__body {
    min-width: 100%;
  }
  .el-date-range-picker__content .el-date-range-picker__header div {
    margin: 0 auto;
  }
  .el-date-range-picker__content {
    padding: 16px 8px;
  }
  .el-month-table td .cell {
    width: 100%;
    max-width: 60px;
  }
  .el-picker-panel__icon-btn {
    margin-top: 0;
    height: 30px;
    width: 20px;
  }
  .el-picker-panel span {
    display: inline-block;
  }
  .el-picker-panel .el-icon-d-arrow-left:before,
  .el-picker-panel .el-icon-arrow-left:before,
  .el-picker-panel .el-icon-d-arrow-right:before,
  .el-picker-panel .el-icon-arrow-right:before {
    display: block;
    line-height: 30px;
  }
}
/*===== p6-1会员中心-个人中心-会员激活/续期 =====*/
.vipNext {
  box-sizing: border-box;
  padding: 70px 50px;
  width: 80%;
  background: #fff;
}
.vipNext .titMode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vipNext .titMode p {
  font-size: 24px;
  font-weight: bold;
  color: #00622f;
}
.vipNext .titMode a {
  width: 108px;
  line-height: 36px;
  cursor: pointer;
}
.activate {
  background: #f8f8f8;
}
.activate .next {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.activate .tit {
  width: 100%;
  margin-bottom: 36px;
  font-size: 24px;
  color: #00622f;
}
.activate .hint {
  width: 100%;
  padding-top: 20px;
  font-size: 18px;
  color: #00622f;
}
@media (max-width: 1200px) {
  .vipNext {
    margin: 0 auto;
    padding: 1.3rem 0.6rem 1px;
    width: 84.6%;
  }
  .vipNext .titMode {
    margin-bottom: 0.5rem;
  }
  .vipNext .titMode p {
    font-size: 0.6rem;
  }
  .vipNext .titMode a {
    width: 2rem;
    line-height: 1rem;
    font-size: 0.56rem;
  }
  .activate .next {
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .activate .tit {
    width: 100%;
    margin-bottom: 36px;
    font-size: 24px;
    color: #00622f;
  }
  .activate .hint {
    width: 100%;
    padding-top: 20px;
    font-size: 18px;
    color: #00622f;
  }
}
/*===== p6-1会员中心-个人中心-学习经验 =====*/
.study .pcList {
  border-top: #87b398 1px solid;
  border-left: #87b398 1px solid;
}
.study .pcList li {
  display: flex;
}
.study .pcList .title {
  background: #ecf2eb;
}
.study .pcList .mode {
  box-sizing: border-box;
  padding: 18px 5px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-right: #87b398 1px solid;
  border-bottom: #87b398 1px solid;
}
.study .pcList .mode.operate {
  display: flex;
  justify-content: center;
}
.study .pcList .mode.operate i {
  margin-right: 12px;
  color: #999;
  cursor: pointer;
}
.study .pcList .mode.operate em,
.study .pcList .mode.operate a {
  color: #00622f;
  cursor: pointer;
}
.study .pcList .mod1 {
  width: 13%;
}
.study .pcList .mod2 {
  width: 22%;
}
.study .pcList .mod3 {
  width: 23.5%;
}
.study .pcList .mod4 {
  width: 23.5%;
}
.study .pcList .mod5 {
  width: 18%;
}
.study .mobileList {
  display: none;
}
@media (max-width: 1200px) {
  .study .pcList {
    display: none;
  }
  .study .mobileList {
    display: block;
  }
  .study .mobileList li {
    margin-bottom: 0.8rem;
    border-top: #87b398 1px solid;
    border-left: #87b398 1px solid;
  }
  .study .mobileList li .mode {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    line-height: 0.7rem;
    font-size: 0.56rem;
    color: #333;
    border-bottom: #87b398 1px solid;
    border-right: #87b398 1px solid;
  }
  .study .mobileList li .mode .tit {
    box-sizing: border-box;
    padding: 0.5rem 0.4rem 0.5rem 0.2rem;
    width: 3.2rem;
    background: #ecf2eb;
    border-right: #87b398 1px solid;
  }
  .study .mobileList li .mode .tit p {
    text-align: right;
  }
  .study .mobileList li .mode .text {
    box-sizing: border-box;
    padding: 0.5rem 0.2rem 0.5rem 0.4rem;
    flex: 1;
  }
  .study .mobileList li .mode .text.operate {
    display: flex;
    justify-content: center;
  }
  .study .mobileList li .mode .text.operate i {
    margin-right: 0.8rem;
    color: #999;
    cursor: pointer;
  }
  .study .mobileList li .mode .text.operate em,
  .study .mobileList li .mode .text.operate a {
    color: #00622f;
    cursor: pointer;
  }
}
.popStudy {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.popStudy .next {
  box-sizing: border-box;
  padding: 8px 35px 45px;
  width: 1000px;
  border-radius: 20px;
  background: #fff;
}
.popStudy .next .tit {
  margin-bottom: 34px;
  line-height: 75px;
  font-size: 24px;
  color: #00622f;
  text-align: center;
  border-bottom: #00622f 1px solid;
}
.popStudy .next .listMode {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 20px;
  max-height: calc(82vh - 200px);
  overflow-y: auto;
}
.popStudy .next .listMode .mode {
  width: 50%;
}
.popStudy .next .listMode .mode .titBox {
  margin-right: 10px;
}
.popStudy .next .listMode .mode .noInp {
  position: relative;
  background: #dbdbdb;
}
.popStudy .next .listMode .mode .noInp::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.popStudy .next .listMode .mode .noInp p {
  min-height: 49px;
  line-height: 49px;
  font-size: 16px;
  color: #a1a1a1;
}
.popStudy .next .listMode .agreement {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
}
.popStudy .next .listMode .agreement strong {
  font-weight: bold;
}
.popStudy .next .listMode .agreement b {
  font-weight: bold;
}
.popStudy .next .listMode .agreement p {
  text-align: justify;
}
.popStudy .next .listMode .agreement p:has(img) {
  text-indent: 0em;
}
.popStudy .next .listMode .agreement img,
.popStudy .next .listMode .agreement video {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 100%;
  height: auto !important;
}
.popStudy .next .listMode .agreement span,
.popStudy .next .listMode .agreement i,
.popStudy .next .listMode .agreement em,
.popStudy .next .listMode .agreement a,
.popStudy .next .listMode .agreement b {
  display: inline;
}
.popStudy .next .listMode .agreement table {
  margin: 0 auto;
  border-top: #000 1px solid !important;
  border-right: #000 1px solid !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.popStudy .next .listMode .agreement table td {
  border-bottom: #000 1px solid !important;
  border-left: #000 1px solid !important;
}
.popStudy .next .listMode .agreement table p {
  text-indent: 0em;
  text-align: inherit;
}
.popStudy .next .listMode .but {
  width: 100%;
}
.popStudy .next .listMode .but .but_01 {
  margin: 0 auto;
}
.popStudy .delete {
  margin: 30px auto 0;
  width: 38px;
  height: 38px;
  background: url(../images/icon/i32.png) center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.popStudy_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .popStudy {
    width: 84.6%;
  }
  .popStudy .next {
    padding: 0.5rem 0.6rem 1.3rem;
    width: 100%;
    border-radius: 0.4rem;
  }
  .popStudy .next .tit {
    margin-bottom: 0.8rem;
    line-height: 1.6rem;
    font-size: 0.6rem;
  }
  .popStudy .next .listMode {
    padding-right: 0.4rem;
    max-height: calc(88vh - 5rem);
    overflow-y: auto;
  }
  .popStudy .next .listMode .mode {
    width: 100%;
  }
  .popStudy .next .listMode .mode .titBox {
    margin-right: 0.17rem;
  }
  .popStudy .next .listMode .mode .noInp p {
    min-height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.56rem;
  }
  .popStudy .next .listMode .agreement {
    margin-bottom: 1rem;
    font-size: 0.52rem;
    line-height: 0.9rem;
  }
  .popStudy .next .listMode .agreement img,
  .popStudy .next .listMode .agreement video {
    width: 100%;
  }
  .popStudy .delete {
    margin: 0.6rem auto 0;
    width: 0.76rem;
    height: 0.76rem;
  }
}
/*===== p6-1会员中心-个人中心-行业经验 =====*/
.industry .pcList .mod1 {
  width: 13%;
}
.industry .pcList .mod2 {
  width: 23%;
}
.industry .pcList .mod3 {
  width: 17%;
}
.industry .pcList .mod4 {
  width: 17%;
}
.industry .pcList .mod5 {
  width: 17%;
}
.industry .pcList .mod6 {
  width: 13%;
}
/*===== p6-1会员中心-学会活动 =====*/
.vipActivity .titMode {
  justify-content: center;
  font-size: 30px;
  color: #00622f;
  font-weight: bold;
}
.vipActivity .pcList .mod1 {
  width: 10%;
}
.vipActivity .pcList .mod2 {
  width: 50%;
}
.vipActivity .pcList .mod3 {
  width: 30%;
}
.vipActivity .pcList .mod4 {
  width: 10%;
}
/*===== p6-1会员中心-个人中心 =====*/
.vip .vipNext .mode {
  margin-bottom: 60px;
}
.vip .vipNext .list {
  display: flex;
  flex-wrap: wrap;
  border-top: #87b398 1px solid;
  border-left: #87b398 1px solid;
}
.vip .vipNext .list li {
  box-sizing: border-box;
  display: flex;
  width: 50%;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  border-bottom: #87b398 1px solid;
  border-right: #87b398 1px solid;
}
.vip .vipNext .list li .tit {
  width: 128px;
  background: #ecf2eb;
  border-right: #87b398 1px solid;
}
.vip .vipNext .list li .tit p {
  padding: 18px 20px 18px 8px;
  text-align: right;
}
.vip .vipNext .list li .text {
  flex: 1;
}
.vip .vipNext .list li .text p {
  padding: 18px 5px 18px 28px;
}
.vip .vipNext .list li.li2 {
  width: 100%;
}
.vip .vipNext .list li.li3 .tit {
  width: 165px;
}
.vip .vipNext .textBox .tit {
  margin: 35px 0 20px;
  font-size: 20px;
  color: #00622f;
  font-weight: bold;
}
.vip .vipNext .textBox .text {
  padding: 30px 35px;
  border: #87b398 1px solid;
}
.vip .vipNext .textBox .text p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
@media (max-width: 1200px) {
  .vip .vipNext .mode {
    margin-bottom: 1.6rem;
  }
  .vip .vipNext .list li {
    width: 100%;
    line-height: 0.7rem;
    font-size: 0.56rem;
  }
  .vip .vipNext .list li .tit {
    width: 3.2rem;
  }
  .vip .vipNext .list li .tit p {
    padding: 0.5rem 0.4rem 0.5rem 0.2rem;
  }
  .vip .vipNext .list li .text p {
    padding: 0.5rem 0.2rem 0.5rem 0.4rem;
  }
  .vip .vipNext .list li.li3 .tit {
    width: 3.2rem;
  }
  .vip .vipNext .textBox .tit {
    margin: 1.3rem 0 0.6rem;
    font-size: 0.6rem;
  }
  .vip .vipNext .textBox .text {
    padding: 0.55rem 0.4rem;
  }
  .vip .vipNext .textBox .text p {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
}
/*===== p6-3会员注册流程-会员须知 =====*/
.notice .title {
  margin-bottom: 40px;
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.notice .next {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 90px;
  width: 940px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  background: #fff;
}
.notice .next .tit {
  margin-bottom: 60px;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.notice .next .text {
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
}
.notice .next .text strong {
  font-weight: bold;
}
.notice .next .text b {
  font-weight: bold;
}
.notice .next .text p {
  text-align: justify;
}
.notice .next .text p:has(img) {
  text-indent: 0em;
}
.notice .next .text img,
.notice .next .text video {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 100%;
  height: auto !important;
}
.notice .next .text span,
.notice .next .text i,
.notice .next .text em,
.notice .next .text a,
.notice .next .text b {
  display: inline;
}
.notice .next .text table {
  margin: 0 auto;
  border-top: #000 1px solid !important;
  border-right: #000 1px solid !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.notice .next .text table td {
  border-bottom: #000 1px solid !important;
  border-left: #000 1px solid !important;
}
.notice .next .text table p {
  text-indent: 0em;
  text-align: inherit;
}
.notice .next .checkHint {
  display: flex;
  margin-bottom: 40px;
  font-size: 16px;
  color: #333;
}
.notice .next .checkHint div {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 38px);
}
.notice .next .checkHint i {
  margin-right: 15px;
  width: 22px;
  height: 22px;
  background: url(../images/icon/i33.png) center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.notice .next .checkHint i.on {
  background-image: url(../images/icon/i33s.png);
}
.notice .next .checkHint span {
  color: #00622f;
  cursor: pointer;
}
.notice .next .but .but_01 {
  margin: 0 auto;
}
.notice .text a {
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}
.flowList {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  padding-bottom: 60px;
  font-size: 18px;
  color: #333;
}
.flowList .first {
  display: flex;
  align-items: center;
}
.flowList .first p {
  margin-right: 15px;
  font-weight: bold;
}
.flowList .first .lie {
  position: relative;
  width: 130px;
  height: 3px;
  background: #cfcfcf;
}
.flowList .first .lie::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #00622f;
  content: "";
}
.flowList .first.on {
  color: #00622f;
}
.flowList .first.on .lie {
  background: #00622f;
}
.flowList .last {
  display: flex;
  align-items: center;
}
.flowList .last p {
  margin-left: 15px;
  font-weight: bold;
}
.flowList .last .lie {
  position: relative;
  width: 130px;
  height: 3px;
  background: #cfcfcf;
}
.flowList .last .lie::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #00622f;
  content: "";
}
.flowList .cenLie {
  display: flex;
  align-items: center;
}
.flowList .cenLie .sum {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  border: #00622f 1px solid;
  background: #fff;
}
.flowList .cenLie .sum span {
  color: #00622f;
  text-align: center;
}
.flowList .cenLie .sum p {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.flowList .cenLie .lie {
  width: 200px;
  height: 3px;
  background: #cfcfcf;
}
.flowList .cenLie.on .sum {
  background: #00622f;
}
.flowList .cenLie.on .sum span {
  color: #fff;
}
.flowList .cenLie.on .sum p {
  color: #00622f;
}
.flowList .cenLie.on .lie {
  background: #00622f;
}
@media (max-width: 1200px) {
  .notice .title {
    margin-bottom: 1.2rem;
    font-size: 0.72rem;
  }
  .notice .next {
    padding: 1.1rem 0.76rem;
    width: 100%;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.04);
  }
  .notice .next .tit {
    margin-bottom: 0.78rem;
    font-size: 0.6rem;
  }
  .notice .next .text {
    margin-bottom: 1rem;
    font-size: 0.52rem;
    line-height: 0.9rem;
  }
  .notice .next .text img,
  .notice .next .text video {
    width: 100%;
  }
  .notice .next .checkHint {
    margin-bottom: 1.4rem;
    font-size: 0.48rem;
  }
  .notice .next .checkHint div {
    width: calc(100% - 1rem);
  }
  .notice .next .checkHint i {
    margin-right: 0.4rem;
    width: 0.56rem;
    height: 0.56rem;
  }
  .flowList {
    margin-bottom: 1.1rem;
    padding-bottom: 1.1rem;
    font-size: 0.52rem;
  }
  .flowList .first {
    display: none;
  }
  .flowList .last {
    display: none;
  }
  .flowList .cenLie .sum {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
  }
  .flowList .cenLie .sum p {
    top: 1.5rem;
  }
  .flowList .cenLie .lie {
    width: 3.5rem;
    height: 2px;
  }
}
/*===== p6-3会员注册流程-会员申请完成 =====*/
.hintPage {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 90px;
  width: 900px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  background: #fff;
}
.hintPage .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
  max-width: 260px;
}
.hintPage .icon img {
  max-width: 100%;
  height: auto !important;
}
.hintPage .text {
  margin-bottom: 60px;
  line-height: 40px;
  font-size: 24px;
  color: #00622f;
  text-align: center;
}
.hintPage .text p {
  font-weight: bold;
}
.hintPage .but p {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hintPage {
    padding: 1.5rem;
    width: 100%;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.03);
  }
  .hintPage .icon {
    margin: 0 auto 1.1rem;
    max-width: 5rem;
  }
  .hintPage .text {
    margin-bottom: 1.4rem;
    line-height: 0.9rem;
    font-size: 0.72rem;
  }
}
/*===== p7搜索结果页 =====*/
.results .results_t {
  padding-top: 100px;
  margin-bottom: 50px;
}
.results .results_t .searchBoxs {
  position: relative;
  border-bottom: 1px solid #00622f;
}
.results .results_t .searchBoxs input {
  float: left;
  padding-left: 22px;
  width: calc(100% - 100px);
  height: 70px;
  font-size: 18px;
  color: #333;
  outline: none;
}
.results .results_t .searchBoxs em {
  position: absolute;
  top: 0;
  right: 25px;
  width: 35px;
  height: 70px;
  background: url(../images/icon/icon_97.png) center no-repeat;
  cursor: pointer;
}
.results .results_t p {
  padding: 42px 0 0;
  font-size: 16px;
  color: #333333;
}
.results .results_t p i {
  color: #00622f;
  display: inline-block;
}
.results .results_t .searchTit {
  width: 100%;
  background-color: #fff;
}
.results .results_t .searchTit .searchSubTit a {
  display: block;
  float: left;
  line-height: 24px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
}
.results .results_t .searchTit .searchSubTit a:nth-last-child(1) {
  border: 0;
}
.results .results_t .searchTit .searchSubTit a:hover,
.results .results_t .searchTit .searchSubTit a.on {
  color: #00622f;
}
.results .results_con {
  padding: 0px 0 90px;
}
.results .results_con a {
  display: block;
  padding: 30px 0;
  border-bottom: #ccc 1px dashed;
}
.results .results_con a h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.results .results_con a h6 {
  margin: 20px 0;
}
.results .results_con a h6 em {
  margin-right: 24px;
  font-size: 16px;
  color: #b5b5b5;
  float: left;
  font-weight: 400;
  line-height: 1;
}
.results .results_con a p {
  font-size: 14px;
  max-height: 56px;
  line-height: 28px;
  text-align: justify;
  color: #5f636a;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.results .results_con a:hover h5 {
  color: #00622f;
}
.results .results_con a:hover p {
  color: #333333;
}
@media (max-width: 1200px) {
  .results .results_t {
    padding-top: 1rem;
    margin-bottom: 0.8rem;
  }
  .results .results_t .searchBoxs input {
    padding-left: 0.4rem;
    width: calc(100% - 1.6rem);
    height: 1.6rem;
    font-size: 0.56rem;
  }
  .results .results_t .searchBoxs em {
    right: 0.4rem;
    width: 0.74rem;
    height: 1.6rem;
    background-size: 100% auto;
  }
  .results .results_t p {
    font-size: 0.52rem;
    padding: 0.64rem 0 0.24rem;
  }
  .results .results_con {
    padding: 0 0 1.8rem;
  }
  .results .results_con a {
    padding: 0.7rem 0;
  }
  .results .results_con a h5 {
    font-size: 0.64rem;
  }
  .results .results_con a h6 {
    margin: 0.52rem 0;
  }
  .results .results_con a h6 em {
    margin-right: 0.4rem;
    font-size: 0.48rem;
  }
  .results .results_con a p {
    max-height: 1.72rem;
    font-size: 0.56rem;
    line-height: 0.86rem;
  }
}
.el-radio input[aria-hidden="true"] {
  display: none !important;
}
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  box-shadow: none !important;
}
.el-radio-group {
  width: 100%;
}
.el-radio {
  display: flex;
  float: left;
  margin-right: 0;
}
.el-radio .el-radio__input {
  display: none;
}
.el-radio .el-radio__label {
  margin: 13px 25px 0 0;
  padding-left: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  background: url(../images/icon/i27.png) left 4px no-repeat;
  background-size: 18px;
  cursor: pointer;
}
.el-radio.is-checked .el-radio__label {
  background-image: url(../images/icon/i27s.png);
}
@media (max-width: 1200px) {
  .el-radio .el-radio__label {
    margin: 0.4rem 0.5rem 0 0;
    padding-left: 0.84rem;
    line-height: 0.88rem;
    font-size: 0.52rem;
    background-position: left 0.16rem;
    background-size: 0.55rem auto;
  }
}
