* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  /* 去边框 */
  border: 0;
  /* 不平铺 */
  background-repeat: no-repeat;
  /* 填满容器 */
  background-size: cover;
}

body {
  width: 100vw;
  background-color: #fff;
}

.app-top {
width: 100%;

}
/* header{
  position: sticky;
  top: 0%;
  left: 0%;
  background-color: #fff;
  z-index: 999;
} */

/* 顶部布局 */
.app-head-container {
  width: 100%;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
}

.logo {
  width: 40%;
  margin-left: 0.2rem;
}

.logo img {
  width: 2.8rem;
  height: 0.7rem;
}

.nav {
  position: relative;
  width: 60%;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav a {
  font-size: 0.3rem;
  margin-left: 0.2rem;
}

.icon {
  position: absolute;
  top: 60%;
  left: 32%;
}

/* 导航布局 */
.app-center {
  width: 99.8%;
  /* height: 100vh; */
}

.layui-tab-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layui-tab-title li {
  flex: 1;
  min-width: 0 !important;
  font-size: 14px;
  padding: 0 !important;
}

.layui-tab-content {
  /* height: 20rem; */
  padding: 0;
  width: 100%;
}

.item1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item2 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item3 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item4 div {
  height: 0.8rem;
}
.xiehui{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layui-carousel{
  background-color: #fff;
}
.imgs-ico{
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
.cont {
  width: 100%;
  /* height: 170px; */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

.content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentr {
  width: 95%;
  height: 170px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  /* background-color: plum; */
  box-shadow: 0px 2px 9px 0px rgba(33, 33, 33, 0.08), 0px -2px 2px 0px rgba(33, 33, 33, 0.08);
  border-radius: 10px;
  background-color: #fff;
}

.content1 {
  width: 100%;
  /* height: 200px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.content1l {
  width: 95%;
  /* height: 200px; */
}

.circle {
  width: 100%;
  flex: 1;
  position: relative;
}

.circle p{
  position: absolute;
    top: 20%;
    width: 50%;
    left: 47%;
}
.circle img {
  width: 160px;
  height: 65px;
}
#testd {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .layui-carousel>[carousel-item]{
  width: 95%;
  border-radius: 10px;
} */
.banner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: aqua; */

}
.banner-img{
  width: 100%;
  height: 225px;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  border-radius: 0.3rem;
}
/* banner图 */
.app-banner {
  width: 95%;
  height: 260px;
  margin-top: 0.2rem;

}

.oper-pic {
  width: 100%;
  height: 100px !important;
  display: block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;

  border-radius: 10px;

}
/* .banner-text-cont{
  width: 100%;
  height: 50px;
background-color: #ffffff;
margin: auto; 
border-radius: 6px;
opacity: 0.9;
margin-top: 413px;
}
.banner-text{
  float: left;
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
margin-right:10px;
}
.banner-text-sel{
  float: left;
  width: 165px;
  height: 32px;
  font-size: 14px;
  color: #14AA65;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
}
.biao{
  width: 100%;
  height: 16px;
} */
.app-banner-in {
  width: 100%;
  height: 225px;

}

.app-banner-img {
  width: 100% !important;
  height: 225px;
 
}

.app-banner-img img {
  width: 100%;
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  /* border: 0; */
  border-radius: 0.3rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: #ffffff;
  background-color: #14AA65;
  border-bottom: 0;
  /* box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2); */
  /* 阴影 */
}

.shouye {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

/* 列表 */
.app-list {
  width: 100% !important;
  font-size: 0.3rem;
  color: #666;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* border-bottom: 1px solid #eee; */
}



.app-list-text div {
  width: 100%;
  height: 0.8rem;
}

.app-list-p-text {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 底部布局 */
.bottom-ico {
  font-size: 0.275rem;
  padding-top: 0.2rem;
  color: #eee;
}

.ico {
  width: 0.35rem;
  height: 0.35rem;
}

.footer-text {
  width: 90%;
  height: 110px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  /* align-items: center; */
}


/* 选项卡 */
.tab {
  width: 100%;
  margin-bottom: 10px;

}
.tabber{
  width: 100%;
  position: sticky;
  top: 0%;
  left: 0%;
  background-color: #fff;
  z-index: 999;
}
.tab-menu {
  width: 100%;
  height: 33px;
  line-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-menu ul {
  width: 95%;
  height: 33px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #aaa;
}

.tab-menu li {
  text-align: center;
  display: block;
  flex: 1;
}

.tab-box {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-box div {
  width: 95%;
  display: none;
}

/* 让第一个框显示出来 */
.tab-box div:first-Child {
  display: block;
}

/* 改变选项卡选中时候的样式 */
.change {
  background: #14AA65;
  color: #fff;
}


/* 分页器 */
#test1 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 分页器 */
#test2 {
  width: 110%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 协会公告 */
.notice-container {
  width: 100%;
  /* height: 440px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 35px;
  
}

.notice-wrapper {
  width: 90%;
  height: 340px;
  border: 1px solid #4B72C4 ;
  border-radius: 5px;
  background-color: #fff;
  z-index: 99999999999999999;
  position: relative;
  display: flex;
  justify-content: center;

}

.notice-wrappe-item {
  position: absolute;
  width: 90%;
  height: 340px;
  background: #DFE9FF;
  border: 1px solid #4B72C4 ;
  border-radius: 5px;
  top: 7px;
  left: 24px;
}

.notice-title {
  position: absolute;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #4B72C4 ;
  border-radius: 20px;
  color: #fff;
  font-size: 0.2rem;
  top: -5%;
  left: 30%;

}

.notice-title span {
  font-size: 0.3rem !important;
}

.notice-list {
  margin-top: 50px;
  width: 90%;
  justify-content: space-between;
  align-items: center;

}


.notice-list-div {
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 13px;
  color: #666;
}

.notice-list-p {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-wrapper {
  width: 95%;
  font-size: 0.3rem;
  color: #666;
}

.list-wrapper div {
  height: 0.8rem;
}


/* vip-选项卡 */
.vip-tab {
  width: 100%;
  margin-bottom: 20px;
}

.vip-tab-menu {
  width: 100%;
  height: 33px;
  line-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vip-tab-menu ul {
  width: 95%;
  height: 33px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #aaa;
}

.vip-tab-menu li {
  text-align: center;
  display: block;
  flex: 1;
}

.vip-tab-box {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vip-tab-box div {
  width: 95%;
  display: none;
}

/* 让第一个框显示出来 */
.vip-tab-box div:first-Child {
  display: block;
}

/* 改变选项卡选中时候的样式 */
.change {
  background: #14AA65;
  color: #fff;
}

/* vip列表 */
.vip-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vip-list-text {
  width: 95%;
  font-size: 0.3rem;
  color: #666;
}

.vip-list-text div {
  height: 0.8rem;
}
.Notice {
  width: 100%;
  height: 100%;
  border: 2px solid #F3763D;
  height: 75px;
  background: #FFF5F1 ;

}
.n-left {
  width: 100%;
  height: 100%;
  color: #F26A2C;
  display: flex;
}
.n-left img {
  width: 20px;
  height: 20px;
margin-top: -4px;
}
.div-img-text{
  width: 25%;
  padding: 10px 0 0 10px;
  color: #F26A2C;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.n-right{
  padding-top: 10px;
  font-size: 14px;
  color: #848484;
  width: 75%;

  line-height: 20px; 
  font-weight: 400;
  /* margin: 10px 0 20px 0; */

}
.acceptance{
  margin: 10px 0 10px 0;
  
}
.layui-laypage a, .layui-laypage span{
  padding: 0 10px;
}