/*================基本样式重置================*/
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  overflow-x: hidden;
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display: none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display: none;
}
/*清除IE下的 search 叉号*/
input {
  display: block;
  background: none;
}
input[type="file"]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}
button {
  display: block;
  border: none;
  cursor: pointer;
  background: none;
}
textarea {
  border: none;
  resize: none;
  outline: none;
  font-family: "Microsoft Yahei";
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.wow {
  visibility: hidden;
}
[v-cloak] {
  display: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
body {
  font-size: 18px;
}
.content {
  margin: 0 auto;
  min-height: 500px;
}
.bacf8 {
  background: #f8f8f8;
}
.header {
  position: relative;
  z-index: 10;
}
.header .top {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #00622f;
}
.header .top p {
  float: left;
}
.header .top a {
  float: right;
  color: #fff;
  padding-left: 20px;
  background: url(../images/icon/i1.png) left center no-repeat;
  background-size: 14px auto;
}
.header .next {
  position: relative;
  height: 380px;
}
.header .next .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .cen {
  position: relative;
  z-index: 3;
  padding-top: 40px;
  height: 270px;
}
.header .cen .logo {
  float: left;
  display: flex;
  align-items: center;
  width: 420px;
  height: 94px;
}
.header .cen .logo img {
  width: auto;
  height: 100%;
}
.header .cen .search {
  display: flex;
  box-sizing: border-box;
  padding: 0 16px;
  width: 317px;
  line-height: 40px;
  border-radius: 20px;
  border: #00622f 1px solid;
  background: #fff;
}
.header .cen .search input {
  margin-right: 10px;
  flex: 1;
  height: 40px;
}
.header .cen .search .but {
  font-size: 16px;
  color: #00622f;
}
.header .bot {
  position: relative;
  z-index: 2;
  width: 100%;
}
.header .bot::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #00622f;
  opacity: 0.4;
  content: "";
}
.header .bot::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00622f;
  opacity: 0.4;
  content: "";
}
.header .bot .nav {
  display: flex;
}
.header .bot .nav .one {
  position: relative;
  flex: 1;
}
.header .bot .nav .one::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #00622f;
  opacity: 0.4;
  content: "";
}
.header .bot .nav .one:last-child::after {
  display: none;
}
.header .bot .nav .one .one_a {
  transition: all 0.5s;
  position: relative;
  width: 100%;
  line-height: 70px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.header .bot .nav .one .pos {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  max-height: 0px;
  overflow: hidden;
}
.header .bot .nav .one .pos .bor {
  margin: 20px 10px 10px;
  padding: 8px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.header .bot .nav .one .pos a {
  min-width: 130px;
  padding: 0 12px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  white-space: nowrap;
}
.header .bot .nav .one .pos a.cur,
.header .bot .nav .one .pos a:hover {
  color: #00622f;
}
.header .bot .nav .one:hover .one_a,
.header .bot .nav .one.cur .one_a {
  transition: all 0.5s;
  color: #fff;
  background: #00622f;
}
.header .bot .nav .one:hover .pos {
  transition: all 0.8s;
  opacity: 1;
  max-height: 700px;
}
.header.header_fixed .bot {
  position: fixed;
  left: 0;
  top: 0;
  background: #d8e4d7;
}
.footer {
  background: #00622f;
  overflow: hidden;
}
.footer .top {
  padding: 31px 0 27px;
  display: flex;
  align-items: center;
}
.footer .top dl {
  display: flex;
  min-width: 33%;
}
.footer .top dt {
  margin-right: 26px;
}
.footer .top dt img {
  height: 60px;
}
.footer .top dd {
  max-width: 300px;
}
.footer .top dd p {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.footer .top dd a {
  color: #fff;
}
.footer .bot {
  border-top: #5b9976 1px solid;
}
.footer .bot .w1400 {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #94c0a9;
}
.footer .bot .w1400 a {
  margin: 0 10px;
  color: #94c0a9;
}
.footer .bot .w1400 a:hover {
  color: #fff;
}
.footer .bot .w1400 div {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.footer .bot .w1400 div a {
  margin: 0;
}
.footer .bot .w1400 div img {
  margin-right: 4px;
  max-height: 20px;
}
.m_header,
.m_nav {
  display: none;
}
@media (max-width: 1200px) {
  .w1400,
  .w {
    margin: 0 auto;
    width: 84.6%;
    min-width: 300px;
  }
  body {
    font-size: 0.48rem;
  }
  .content {
    padding-top: 4.2rem;
    min-height: 50vh;
  }
  .header {
    display: none;
  }
  .head_bacfff .m_header {
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  }
  .m_header {
    transition: all 0.5s;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
  }
  .m_header .top {
    line-height: 1.2rem;
    font-size: 0.48rem;
    color: #fff;
    background: #00622f;
  }
  .m_header .top p {
    float: left;
  }
  .m_header .top a {
    float: right;
    color: #fff;
    padding-left: 0.54rem;
    background: url(../images/icon/i1.png) left center no-repeat;
    background-size: 0.37rem auto;
  }
  .m_header .logo {
    display: flex;
    align-items: center;
    height: 3rem;
  }
  .m_header .logo img {
    display: block;
    height: 1.6rem;
  }
  .m_header .logo .m2 {
    display: none;
  }
  .m_header .nav_icon {
    width: 0.84rem;
    height: 3rem;
    background: url(../images/mobile/icon/i2.png) center no-repeat;
    background-size: 100% auto;
  }
  .m_header .nav_icon.cur {
    background-image: url(../images/mobile/icon/i3.png);
    background-size: 0.74rem auto;
  }
  .m_header .search {
    margin-left: 0.64rem;
    width: 0.74rem;
    height: 3rem;
    background: url(../images/mobile/icon/i1.png) center no-repeat;
    background-size: 100% auto;
  }
  .m_header.cur,
  .m_header.m_header_fixed {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  }
  .m_nav {
    transition: all 0.7s;
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 13;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .m_nav.cur {
    transition: all 0.7s;
    left: 0%;
  }
  .m_nav ul {
    margin-top: 4.6rem;
    width: 100%;
    height: calc(100% - 4.6rem);
    overflow-y: auto;
  }
  .m_nav ul li {
    position: relative;
    overflow-x: hidden;
  }
  .m_nav ul .one {
    transition: all 0.5s;
    position: relative;
    padding: 0 4%;
    font-size: 0.68rem;
    line-height: 2rem;
    color: #333;
    border-bottom: #e7e5e5 1px solid;
  }
  .m_nav ul .go .more {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: url(../images/mobile/icon/icon_3.png) center no-repeat;
    background-size: 0.18rem auto;
  }
  .m_nav ul .go .more.cur {
    transform: rotate(90deg);
  }
  .m_nav ul .pos {
    display: none;
    padding: 0.4rem 0;
    background: #fbfbfb;
  }
  .m_nav ul .pos a {
    padding-left: 1.56rem;
    line-height: 1.8rem;
    font-size: 0.6rem;
    color: #333;
  }
  .m_nav ul .on .on a {
    color: #00622f;
  }
  .m_nav ul .on .one,
  .m_nav ul .one:hover {
    transition: all 0.5s;
    color: #00622f;
  }
  .m_nav .search {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    border-top: #ccc 1px solid;
  }
  .m_nav .search input {
    float: left;
    width: calc(100% - 1.6rem);
    height: 2.28rem;
    font-size: 0.6rem;
    color: #333;
  }
  .m_nav .search input::-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  .m_nav .search input::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
  }
  .m_nav .search input::-o-input-placeholder {
    color: #333;
    opacity: 1;
  }
  .m_nav .search input::-ms-input-placeholder {
    color: #333;
    opacity: 1;
  }
  .m_nav .search .but {
    display: block;
    float: left;
    width: 1.24rem;
    height: 2.28rem;
    background: url(../images/mobile/icon/mi2.png) left center no-repeat;
    background-size: 0.84rem auto;
  }
  .footer .top {
    flex-wrap: wrap;
    padding: 1rem 0 0.5rem;
  }
  .footer .top dl {
    margin-bottom: 0.5rem;
  }
  .footer .top dt {
    margin-right: 0.3rem;
  }
  .footer .top dt img {
    height: 0.93rem;
  }
  .footer .top dd {
    display: flex;
    max-width: 100%;
  }
  .footer .top dd p {
    line-height: 0.93rem;
    font-size: 0.48rem;
  }
  .footer .bot .w1400 {
    flex-wrap: wrap;
    padding: 0.5rem 0;
    line-height: 0.72rem;
    font-size: 0.4rem;
  }
  .footer .bot .w1400 a {
    margin: 0 0.2rem;
  }
  .footer .bot .w1400 div {
    margin: 0 0.2rem;
  }
  .footer .bot .w1400 div img {
    margin-right: 4px;
    max-height: 0.6rem;
  }
}
.title_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.title_01 .titLeft {
  display: flex;
  line-height: 64px;
  font-size: 30px;
  color: #333;
}
.title_01 .titLeft b {
  padding-left: 30px;
  font-weight: bold;
  background: url(../images/icon/i2.png) left center no-repeat;
  background-size: 61px auto;
}
.title_01 .titLeft.white {
  color: #fff;
}
.more_01 {
  position: relative;
}
.more_01 p {
  padding-right: 18px;
  font-size: 16px;
  color: #00622f;
}
.more_01 i {
  transition: all 0.5s;
  transform: rotateZ(0deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/icon/i3.png) center no-repeat;
  background-size: 100% auto;
}
.more_01:hover i {
  transition: all 0.5s;
  transform: rotateZ(360deg);
}
.more_01.white p,
.more_01.white:hover p {
  color: #fff;
}
.more_02 {
  transition: all 0.5s;
  position: relative;
  width: 142px;
  line-height: 44px;
  border-radius: 44px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  border: #00622f 1px solid;
  background: #00622f;
}
.more_02::before {
  transition: all 0.5s;
  position: absolute;
  z-index: 2;
  left: -1%;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  content: "";
}
.more_02 span {
  position: relative;
  z-index: 3;
}
.more_02:hover {
  transition: all 0.5s;
  color: #00622f;
}
.more_02:hover::before {
  transition: all 0.5s;
  width: 102%;
}
.more_03 {
  position: relative;
  margin: 0 auto;
  width: 165px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border: #00622f 1px solid;
}
.more_03::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  content: "";
}
.more_03::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00622f;
  content: "";
}
.more_03 p {
  position: relative;
  z-index: 3;
}
.more_03:hover {
  transition: all 0.5s;
  color: #00622f;
}
.more_03:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.but_01 {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 130px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #00622f;
  cursor: pointer;
}
.page {
  padding-bottom: 100px;
  background: #f8f8f8;
}
/*面包屑*/
.add {
  display: flex;
  align-items: center;
  padding: 36px 0;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.add a {
  float: left;
  color: #333;
}
.add a.one {
  width: 30px;
  height: 30px;
  background: url(../images/icon/i16.png) left center no-repeat;
  background-size: 16px auto;
}
.add a:hover {
  color: #00622f;
}
.add i {
  float: left;
  margin: 0 10px;
  font-size: 18px;
}
.pageNext {
  display: flex;
}
/*二级导航*/
.pageNav {
  margin-right: 2.2%;
  width: 15%;
}
.pageNav .subNav {
  width: 100%;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #00622f;
}
@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.pageNav .swiper-slide {
  transition: all 0.5s;
  position: relative;
  width: 100%;
  line-height: 70px;
  font-size: 18px;
  color: #333;
  text-align: center;
  background: #fff;
}
.pageNav .swiper-slide::before {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 0px;
  background: #00622f;
  content: " ";
}
.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  transition: all 0.5s;
  color: #00622f;
  background: #ecf2eb;
}
.pageNav .swiper-slide.cur::before,
.pageNav .swiper-slide:hover::before {
  transition: all 0.5s;
  height: 100%;
}
.pageRight {
  box-sizing: border-box;
  flex: 1;
  padding: 50px 4%;
  background: #fff;
}
.pageRight .pageTitle {
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
/*分页*/
.paging {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 33px;
  font-size: 0;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 14px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.paging li a,
.paging li span {
  color: #666;
  width: 33px;
  background: #fff;
  border: #dcdcdc 1px solid;
}
.paging li.active a,
.paging li.active span {
  color: #fff;
  background: #00622f;
  border: #00622f 1px solid;
}
.paging li a:hover {
  color: #00622f;
  border: #00622f 1px solid;
}
.paging li:first-child span,
.paging li:last-child span,
.paging li:first-child a,
.paging li:last-child a {
  width: 80px;
  background: none;
  border: none;
}
/*提示框*/
.el-message {
  min-width: auto;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .title_01 {
    margin-bottom: 0.67rem;
  }
  .title_01 .titLeft {
    line-height: 1.34rem;
    font-size: 0.72rem;
  }
  .title_01 .titLeft b {
    padding-left: 0.47rem;
    background-size: 1.27rem auto;
  }
  .more_01 p {
    padding-right: 0.7rem;
    font-size: 0.6rem;
  }
  .more_01 i {
    margin-top: -0.22rem;
    width: 0.44rem;
    height: 0.44rem;
  }
  .more_02 {
    width: 3.74rem;
    line-height: 1.2rem;
    border-radius: 1.2rem;
    font-size: 0.48rem;
  }
  .more_03 {
    width: 4.86rem;
    line-height: 1.8rem;
    font-size: 0.6rem;
  }
  .but_01 {
    width: 4.66rem;
    line-height: 1.7rem;
    font-size: 0.6rem;
  }
  .page {
    padding-bottom: 1.48rem;
  }
  /*面包屑*/
  .add {
    padding: 0.8rem 0;
    line-height: 0.7rem;
    font-size: 0.52rem;
  }
  .add a.one {
    width: 0.75rem;
    height: 0.7rem;
    background-size: 0.4rem auto;
  }
  .add i {
    margin: 0 0.15rem;
    font-size: 0.54rem;
  }
  .pageNext {
    display: block;
  }
  .pageNext {
    width: 100%;
  }
  /*二级导航*/
  .pageNav {
    margin-bottom: 1rem;
    width: 100%;
    background: #fff;
  }
  .pageNav .subNav {
    display: none;
  }
  .pageNav .swiper-slide {
    margin: 0 4%;
    width: auto;
    line-height: 2rem;
    font-size: 0.6rem;
  }
  .pageNav .swiper-slide:first-child {
    margin-left: 7.7%;
  }
  .pageNav .swiper-slide:last-child {
    margin-right: 7.7%;
  }
  .pageNav .swiper-slide::after {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #00622f;
    content: "";
  }
  .pageNav .swiper-slide::before {
    display: none;
  }
  .pageNav .swiper-slide.cur,
  .pageNav .swiper-slide:hover {
    background: #fff;
  }
  .pageNav .swiper-slide.cur::after,
  .pageNav .swiper-slide:hover::after {
    transition: all 0.5s;
    width: 100%;
  }
  .pageRight {
    flex: auto;
    margin: 0 auto;
    padding: 1.2rem 0.6rem;
    width: 84.6%;
  }
  .pageRight .pageTitle {
    margin-bottom: 0.94rem;
    font-size: 0.72rem;
  }
  /*分页*/
  .paging {
    align-items: center;
    line-height: 1rem;
  }
  .paging li {
    margin: 0 0.2rem;
    font-size: 0.5rem;
  }
  .paging li a,
  .paging li span {
    width: 1rem;
    padding: 0;
  }
  .paging li:first-child span,
  .paging li:last-child span,
  .paging li:first-child a,
  .paging li:last-child a {
    width: 1.5rem;
  }
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.memberNav {
  width: 17.2%;
  margin-right: 2.8%;
}
.memberNav .bac {
  padding-top: 38px;
  background-color: #fff;
}
.memberNav .memberHeader {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.memberNav .memberHeader .memberPic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 100%;
  background: #dfdfdf;
  overflow: hidden;
}
.memberNav .memberHeader .memberPic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.memberNav .memberHeader .memberName p {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.memberNav .memberHeader .paidMember .MemberInf {
  display: flex;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.memberNav .memberHeader .paidMember .MemberInf img {
  margin-right: 5px;
  width: 18px;
}
.memberNav .memberHeader .paidMember .MemberInf p {
  font-size: 16px;
  color: #00622f;
}
.memberNav .memberHeader .paidMember .paidBut {
  height: 36px;
  line-height: 36px;
  width: 125px;
  background-color: #00622f;
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 16px;
  margin-bottom: 30px;
}
.memberNav .swiper-wrapper {
  flex-wrap: wrap;
}
.memberNav .swiper-wrapper .swiper-slide {
  transition: all 0.5s;
  position: relative;
  width: 100%;
  line-height: 70px;
  font-size: 18px;
  color: #333;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memberNav .swiper-wrapper .swiper-slide img {
  margin-right: 10px;
  width: 22px;
}
.memberNav .swiper-wrapper .swiper-slide p {
  font-size: 18px;
}
.memberNav .swiper-wrapper .swiper-slide.cur,
.memberNav .swiper-wrapper .swiper-slide:hover {
  transition: all 0.5s;
  color: #00622f;
}
.memberNav .swiper-wrapper .swiper-slide.cur::before,
.memberNav .swiper-wrapper .swiper-slide:hover::before {
  transition: all 0.5s;
  height: 100%;
}
@media (max-width: 1200px) {
  .memberNav {
    width: 100%;
    margin: 0 auto 1.6rem;
  }
  .memberNav .bac {
    box-sizing: border-box;
    display: flex;
    padding: 0.8rem 0.4rem;
  }
  .memberNav .memberHeader {
    padding-right: 0.8rem;
    width: 3.5rem;
    border-right: 1px solid #dcdcdc;
    border-bottom: 0px solid #dcdcdc;
  }
  .memberNav .memberHeader .memberPic {
    width: 1.8rem;
    height: 1.8rem;
  }
  .memberNav .memberHeader .memberName p {
    font-size: 0.52rem;
    line-height: 1.2rem;
  }
  .memberNav .memberHeader .paidMember .MemberInf {
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .memberNav .memberHeader .paidMember .MemberInf img {
    margin-right: 0.17rem;
    width: 0.59rem;
  }
  .memberNav .memberHeader .paidMember .MemberInf p {
    font-size: 0.48rem;
  }
  .memberNav .memberHeader .paidMember .paidBut {
    height: 1rem;
    line-height: 1rem;
    width: 3.5rem;
    font-size: 0.48rem;
    margin-bottom: 0;
  }
  .memberNav .swiper-wrapper .swiper-slide {
    width: 50%;
    height: auto;
    line-height: 1rem;
    font-size: 0.56rem;
  }
  .memberNav .swiper-wrapper .swiper-slide img {
    margin-right: 10px;
    width: 0.65rem;
  }
  .memberNav .swiper-wrapper .swiper-slide p {
    font-size: 0.56rem;
  }
}
/*提交成功弹窗*/
.popSubmit {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  max-width: 700px;
  width: 40%;
}
.popSubmit .bor {
  padding: 80px 9%;
  border-radius: 10px;
  background: #fff;
}
.popSubmit .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  width: 135px;
  height: 130px;
}
.popSubmit .icon img {
  max-width: 100%;
  max-height: 100%;
}
.popSubmit .text {
  margin-bottom: 50px;
  line-height: 40px;
  font-size: 24px;
  color: #00622f;
  text-align: center;
}
.popSubmit .text p {
  font-weight: bold;
}
.popSubmit .but .but_01 {
  margin: 0 auto;
}
.popSubmit .delete {
  margin: 30px auto 0;
  width: 38px;
  height: 38px;
  background: url(../images/icon/i32.png) center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.popSubmit_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) {
  .popSubmit {
    width: 86%;
  }
  .popSubmit .bor {
    padding: 1.9rem 1rem;
    border-radius: 0.2rem;
  }
  .popSubmit .icon {
    margin: 0 auto 0.95rem;
    width: 2.85rem;
    height: 2.8rem;
  }
  .popSubmit .text {
    margin-bottom: 1rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
  }
  .popSubmit .delete {
    margin: 0.6rem auto 0;
    width: 0.76rem;
    height: 0.76rem;
  }
}
