* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[v-cloak] {
  display: none !important;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "微软雅黑", "simsun", "arial", "tahoma";
  color: #333;
  min-width: 1024px;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

body {
  color: #000000;
  background: #fff;
  /* text-align: center; */
}

.cursor {
  cursor: pointer;
}

.clear {
  clear: both;
  height: 1px;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
}

a {
  text-decoration: none;
  color: #333;
}

p {
  margin: 0;
}

.opacity {
  opacity: 0;
}

.flex_center {
  display: flex;
  align-items: center;
}

.flex_js_center {
  display: flex;
  justify-content: center;
}

.flex_start {
  display: flex;
  align-items: flex-start;
}

.flex_start_center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

img {
  width: 100%;
  display: block;
}

.flex_center_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_center_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.flex_center_betwen {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_start_betwen {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex_betwen {
  display: flex;

  justify-content: space-between;
}

.flex_center_around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex_cloum_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_cloum {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.display_none {
  display: none;
}

.visibility {
  visibility: hidden;
}

.vis {
  visibility: visible;
}

.display_none_important {
  display: none !important;
}

.display_block {
  display: block;
}

.center {
  text-align: center;
}

.start {
  text-align: start;
}

.end {
  text-align: end;
}

.change_tap {
  background-color: #0d9dde;
}

.change_tap a {
  color: white;
}

.hover_color {
  background-color: #e6e6e6;
  color: #333;
}

.bule_bottom {
  border-bottom: 1px solid #0f9fd8;
}

.blod {
  font-weight: 600;
}

.el-message {
  top: 50px !important;
}

.el-message__content {
  font-size: 18px !important;
  font-weight: 600;
}

.el-message__icon {
  font-size: 18px !important;
}


/* 公告头部 */
.nav-header {
  width: 100%;
  height: 446px;
}

.nav-content-bg {
  width: 100%;
  height: 378px;
  position: relative;
  background-image: url('../img/index/index-bg1.png');
  /* background-size: 100% auto; */
  background-size: cover;
}

.nav-content {
  width: 100%;
  height: 378px;
  /* background: linear-gradient(180deg, rgba(239, 123, 187, 0.12) 0%, #EF7BBB 100%); */
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo {
  width: 285px;
  height: auto;
  object-fit: cover;
}

.nav-list {
  height: 68px;
  width: 100%;
  background: #EF7BBB;
}

.nav-list-content {
  width: 1280px;
  padding-top: 6px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-item {
  width: 256px;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
}

.nav-item:hover {
  background: rgba(255, 242, 245, .5);
}

.nav-item-active {
  background: #FFFAFF;
  color: #E95AA3;
}

.nav-item-active:hover {
  background: rgba(255, 242, 245, 1);
  color: #E95AA3;
}

.nav-e-name {
  font-size: 12px;
}

/* end */

/* 公告底部 */

.footer {
  width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}

.footer-top {
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  padding-bottom: 12px;
  justify-content: space-between;

}

.footer-top-one {
  width: 480px;
}

.footer-top-one .logo {
  width: auto;
  height: 32px;
  margin-bottom: 22px;
}

.top-title {
  font-size: 20px;
  color: #CECECE;
  margin-bottom: 30px;
}

.top-text {
  font-size: 14px;
  color: #3D3D3D;
  text-align: justify;
  margin-bottom: 12px;
}

.top-tab {
  color: #3D3D3D;
  font-size: 14px;
}

.top-tab a:hover {
  color: #FFC2CC;
}

.top-tab-active {
  color: #FFC2CC;
}

.about-us-box {
  width: 220px;
}

.about-us-title {
  font-size: 24px;
  color: #3D3D3D;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-us-one {
  font-size: 14px;
  color: #3D3D3D;
  margin-bottom: 12px;
}

.about-us-code img {
  width: 104px;
  height: 104px;
}

.footer-center {
  padding: 24px 0;
  border-bottom: 1px solid #F0F0F0;
}

.footer-center>p {
  font-size: 14px;
  color: #3D3D3D;
  margin-right: 20px;
}

.footer-center>p:hover {
  color: #EF7BBB;
}

.footer-center>a {
  font-size: 14px;
  color: #3D3D3D;
  margin-right: 20px;
}

.footer-center>a:hover {
  color: #EF7BBB;
}

.footer-bottom {
  color: #3D3D3D;
  font-size: 14px;
  margin-top: 20px;
}

/* end */

/* 公共右部 */
.article-right {
  width: 400px;
}

.article-right-top {
  height: 358px;
  width: 100%;
  background: url('../img/index/articleRight.png');
  background-size: 100% 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-right-one {
  width: 186px;
  height: 317px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(to bottom, rgba(244, 194, 27, 0.4), rgba(248, 234, 158, 0.4), rgba(244, 194, 27, 0.4));

}

.article-right-one img {
  width: 170px;
  height: 302px;
  object-fit: cover;
}

.article-right-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  padding-left: 14px;
}

.article-right-text-img img {
  width: 164px;
  height: auto;
}

.article-right-text>.name {
  color: #3D3D3D;
  font-size: 40px;
  font-weight: 600;
  margin: 40px 0;
}

.article-right-team {
  color: #3D3D3D;
  font-size: 16px;
}

.article-right-team>p {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
}
.article-right-team>p:nth-of-type(2){
  display: none;
}

.article-right-team>p img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

/* end */

/* 滚动条样式 */
.scrollbar-style::-webkit-scrollbar {
  /* background: red; */
  width: 6px;
}

.scrollbar-style::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  width: 6px;
  background: #ccc;
  cursor: pointer;
}

.scrollbar-style::-webkit-scrollbar-track {
  /* border-radius: 8px; */
}

.scrollbar-style2::-webkit-scrollbar {
  /* background: red; */
  height: 6px;
}

.scrollbar-style2::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  width: 6px;
  background: #ccc;
  cursor: pointer;

}

.scrollbar-style2::-webkit-scrollbar-track {
  /* border-radius: 8px; */
}



.scrollbar-style22::-webkit-scrollbar {
  /* background: red; */
  height: 6px;
}

.scrollbar-style22::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  width: 6px;
  background: #FFC2CC;
  cursor: pointer;

}

.scrollbar-style22::-webkit-scrollbar-track {
  /* border-radius: 8px; */
}

/* end */


.no-select {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  /* Standard syntax */

  pointer-events: none;
  /* 禁用鼠标事件，包括选择文本 */
}


.pink1{
  color: #E95AA3!important;
}
.pink2{
  color: #EF7BBB!important;
}
.pink3{
  color: #F7ADD6!important;
}

.pinkbg1{
  background: #E95AA3!important;
}
.pinkbg2{
  background: #EF7BBB!important;
}
.pinkbg3{
  background: #F7ADD6!important;
}