body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif, "Microsoft YaHei";
}
div {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

.blank {
  width: 100%;
  height: auto;
}
.member-container {
  width: 100%;
}

.tit {
  color: #333;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.sub-tit {
  color: #aaa;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 169.231% */
}
.member-container .inner {
  width: 1170px;
  margin: 0 auto;
  padding: 60px 0;
}
.member-container .part-1 {
  width: 100%;
  /* height: 706px; */
  /* background: linear-gradient(180deg, #d5eafb 0%, #c3d8fa 100%); */
  background: #c5cbf7 url(/img/could-member/top-bg-pc-c1039.png) no-repeat;
  background-size: 100% 100%;
  background-blend-mode: hard-light;
  text-align: center;
}
.member-container .part-1 img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 1440px) {
  .member-container .part-1 img {
    width: 50%;
    height: auto;
  }
}
/*@media screen and (min-width: 1440px) {*/
/*  .member-container .part-1 img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*  }*/
/*}*/



.member-container .part-2 {
  width: 100%;
  background: white;
  /* padding: 60px 0; */
}
.member-container .part-2 p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 220% */
  margin: 20px 0;
}
.member-container .part-2 .sub-tit {
  margin-bottom: 40px;
}

.member-container .part-3 {
  width: 100%;
  height: 600px;
  background: url(/img/could-member/p3-bg.png) no-repeat;
  background-size: 100% 100%;
}
.part-3 .c-w {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.part-3 .c-w .cd {
  width: 360px;
  height: 332px;
  border-radius: 6px;
  background: #fff;
  padding: 40px 30px;
}
.part-3 .c-w .cd .cd-tit {
  color: #e63453;
  font-family: "PingFang SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 169.231% */
  text-align: center;
}
.part-3 .c-w .cd .cont {
  color: #888;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 220% */
}

.member-container .part-4 {
  width: 100%;
  background: white;
}
.member-container .part-4 .rights-w {
  width: 945px;
  margin: 0 auto;
  margin-top: 40px;
}
.member-container .part-4 .rw {
  padding-bottom: 60px;
}
.member-container .part-4 .tit-bar {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}
.member-container .part-4 .tit-bar .tb-l {
  width: 110px;
  height: 60px;
  background: #e63453;
  color: #fff;

  font-family: "PingFang SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}
.member-container .part-4 .tit-bar .tb-r {
  background: #f5f5f5;
  flex: 1;
  color: #e63453;

  font-family: "PingFang SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 169.231% */
  padding-left: 32px;
}

.member-container .part-4 .rw .dot {
  color: #000;

  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 220% */
  margin: 0;
}
.member-container .part-4 .rw .dot::before {
  content: "•";
  margin-right: 10px;
  color: #000;
}
.member-container .part-4 .rw .n-dot {
  color: #000;

  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 220% */
  margin: 0;
  padding-left: 20px;
}

.member-container .part-5 {
  width: 100%;
  background: #f9f9f9;
}
.part-5 .tic {
  width: 992px;
  /* height: 256px; */
  margin: 40px auto 56px;
}
.part-5 .tic > img {
  width: 100%;
  height: auto;
}
.part-5 .btn-wrap {
  width: 100%;
  text-align: center;
}
.part-5 .btn-wrap > a {
  display: inline-block;

  display: inline-block;
  text-decoration: none;
  width: 200px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  background: #e63453;
  border: 0;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  color: #fff;

  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

/* 处理外面的banner */
.fixedbar-container {
  display: none;
}

.publish-banner {
  display: none;
}
