@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #25b2b1;
}
.c {
  color: #25b2b1;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li:nth-child(1) {
  border-radius: unset;
  border: unset;
  width: auto;
}
.pagination > li:nth-child(1):hover {
  cursor: pointer;
  background: unset;
  color: #25b2b1;
}
.pagination > li.active,
.pagination > li:hover {
  background: #25b2b1;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #25b2b1;
}
.search_more:hover::before {
  background: #25b2b1;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 8.125rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #25b2b1 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 16.25rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #25b2b1;
}
.searchbox {
  border-color: #25b2b1;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5008px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5008px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em;
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #25b2b1;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem;
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35e;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #25b2b1;
  font: 500 1rem/1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left {
  width: 10%;
}
.phone .right {
  width: 15%;
}
.phone .right i {
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 14px;
  color: #A7A7A8;
}
.phone .right a i {
  font-size: 16px;
  vertical-align: middle;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 40px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #25b2b1;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #25b2b1;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 16px;
  line-height: 18px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 20px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9008px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #155293;
}
.rightfix li:hover .iconfont {
  background: #25b2b1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: absolute;
  line-height: 6.25rem;
  top: 2.5rem;
  left: 0;
  width: 100%;
  z-index: 1000;
}
 header .container{
        padding: 0 12.5rem;
    }

header .hcon {
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  padding: 0 2.5rem;
  border-radius: 0.625rem;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .loginbtn a {
  background-color: #f1f3f5;
  padding: 0.625rem;
  border-radius: 0.3125rem;
}
header .loginbtn a:hover {
  background-color: #25b2b1;
  color: #fff;
}
header .logo img {
  height: 4rem;
}
header .logo .activelogo {
  display: none;
}
header .ds1 {
  margin-left: 3.125rem;
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #000000;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
  position: relative;
}
header .lanuage:hover .lanuage_ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .lanuage a {
    cursor: pointer;
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .lanuage .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage.c {
  color: #25b2b1;
}
header .lanuage .lanuage_ul {
  position: absolute;
  width: 6.25rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 6.25rem;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.625rem 1.25rem;
}
header .lanuage .lanuage_ul li {
  width: 100%;
}
header .lanuage .lanuage_ul li a {
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}
header .ava {
  display: inline-block;
  padding-top: 2.1875rem;
  padding-left: 1.875rem;
  position: relative;
}
header .ava .avaicon {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #25b2b1;
  color: #FFF;
  font-size: 0.7608rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-align: center;
  /* 270% */
}

header .ava:hover .nav_select {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .ava .nav_select {
  position: absolute;
  width: 19rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 6.25rem;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.5rem;
}
header .ava .nav_select .nav_select_top {
  display: flex;
  padding-bottom: 1.125rem;
}
header .ava .nav_select .nav_select_top .touxiang {
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 50%;
  background-color: #25b2b1;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.0625rem;
  /* 270% */
}
header .ava .nav_select .nav_select_top .text {
  line-height: 1.25rem;
  padding-left: 1.0625rem;
}
header .ava .nav_select .nav_select_top .text .tt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
}
header .ava .nav_select .nav_select_top .text .ttp {
  color: #8F8F8F;
  font-size: 0.75rem;
  font-weight: 400;
}
header .ava .nav_select .nav_select_top .text .ttpp {
  color: #25b2b1;
  font-size: 0.75rem;
  font-weight: 500;
}
header .ava .nav_select .nav_select_box {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
header .ava .nav_select .nav_select_li {
  line-height: 2.5rem;
}
header .ava .nav_select .nav_select_li a {
  display: inline;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}
header .ava .nav_select .nav_select_li a u {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  filter: grayscale(1);
}
header .ava .nav_select .nav_select_li:hover a {
  color: #25b2b1;
}
header .ava .nav_select .nav_select_li:hover u {
  filter: unset;
}
header .ava.yellow .avaicon {
  background-color: #ffb743;
}
header .ava.yellow .nav_select .nav_select_top .touxiang {
  background-color: #ffb743;
}
header .ava.yellow .nav_select .nav_select_top .text .ttpp {
  color: #ffb743;
}
header .ava.blue .avaicon {
  background-color: #0076b3;
}
header .ava.blue .nav_select .nav_select_top .touxiang {
  background-color: #0076b3;
}
header .ava.blue .nav_select .nav_select_top .text .ttpp {
  color: #0076b3;
}
header .ava.purple .avaicon {
  background-color: #8830df;
}
header .ava.purple .nav_select .nav_select_top .touxiang {
  background-color: #8830df;
}
header .ava.purple .nav_select .nav_select_top .text .ttpp {
  color: #8830df;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #000;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #25b2b1;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #25b2b1;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #25b2b1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #F1F3F5;
  padding-top: 5rem;
  padding-bottom: 8.75rem;
}
footer .container {
  background-color: #F1F3F5;
}
footer .container .top {
  text-align: center;
}
footer .container .top .address {
  margin-top: 1rem;
}
footer .container .top .address p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
footer .container .top .email p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
footer .container .middle {
  margin-top: 0.4375rem;
}
footer .container .middle ul {
  display: flex;
  justify-content: center;
}
footer .container .middle ul li {
  padding: 0 0.9375rem;
}
footer .container .middle ul li a {
  color: #B6BCCE;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25rem;
  /* 225% */
  letter-spacing: 0.0225rem;
  text-transform: capitalize;
}
footer .container .foot_box {
  display: flex;
  justify-content: space-between;
}
footer .container .foot_box .left {
  /*width: 45%;*/
  display: flex;
}
footer .container .foot_box .left .logo {
  width: 5.875rem;
  height: 5.875rem;
  margin-right: 3.75rem;
}
footer .container .foot_box .left .desc .address {
  /*display: flex;  */
  display: none;
}
footer .container .foot_box .left .desc .address i {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
}
footer .container .foot_box .left .desc .address p {
  flex: 1;
  color: #5A5A5A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
footer .container .foot_box .left .desc .email {
  /*display: flex;*/
  display: none;
}
footer .container .foot_box .left .desc .email i {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
}
footer .container .foot_box .left .desc .email p {
  flex: 1;
  color: #5A5A5A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
footer .container .foot_box .right {
  width: 100%;
  display: flex;
}
footer .container .foot_box .right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
footer .container .foot_box .right ul li a {
  color: #5A5A5A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
}
footer .container .foot_box .right ul li:hover {
  cursor: pointer;
}
footer .container .foot_box .right ul li:hover a {
  color: #25b2b1;
}
footer .container .foot_box .right .copyrightt {
  color: #5A5A5A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
footer .copyright {
  background-color: #F1F3F5;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
footer .copyright a {
  color: rgba(0, 0, 0, 0.85);
}
footer .copyright p {
  color: rgba(0, 0, 0, 0.85);
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner .hover {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.banner .hover .markw {
  background: rgba(164, 164, 164, 0.3);
  padding-top: 2.25rem;
  padding-bottom: 4.125rem;
}
.banner .hover .pp1 {
  background: linear-gradient(90deg, #1BB6D1 40%, #FFF 45%, #E57489 50%, #FFF 60%, #96C1AC 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 2.4375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  /* 123.373% */
  text-transform: capitalize;
}
.banner .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 2.4375rem;
  font-weight: 800;
  line-height: 3rem;
  /* 123.373% */
}
.banner .hover .p2 {
  color: #FFF;
  text-align: center;
  font-size: 2.4375rem;
  font-weight: 600;
  line-height: 3rem;
  /* 123.373% */
}
.banner .hover .p3 {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 3rem;
}
.banner .hover .p4 {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}
.banner .hover .allmore {
  margin: 0.8125rem auto 0;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 3.125rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 1.875rem;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.allmore{
  border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
  min-width: 10rem;
}

.btn{
    border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
  min-width: 10rem;
  color: #fff;
  line-height: 3rem;
  background: #25B2B1;
  border: 1px solid #25B2B1;
}
.btn:hover{
    color: #25B2B1;
    background: unset;
}
.allmore::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #25B2B1;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  
}
.allmore::after {
  content: '';
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #25B2B1;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore a,.allmore p {
  color: #fff;
  line-height: 3rem;
  position: relative;
  z-index: 99;
}
.allmorej {
  border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
  min-width: 10rem;
}
.allmorej::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: linear-gradient(90deg, #CCA782 0%, #B5845A 100%);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorej::after {
  content: '';
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #B5845A;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorej:hover {
  cursor: pointer;
}
.allmorej:hover a,
.allmorej:hover p {
  color: #B5845A;
}
.allmorej:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.allmorej:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmorej a,
.allmorej p {
  color: #fff;
  line-height: 3rem;
  position: relative;
  z-index: 99;
}

@media (min-width: 990px) {
  .allmore:hover {
    cursor: pointer;
  }
  .allmore:hover a {
    color: #25b2b1;
  }
  .allmore:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .allmore:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .allmorey:hover {
    cursor: pointer;
  }
  .allmorey:hover a ,.allmorey:hover p{
    color: #FFB743;
  }
  .allmorey:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .allmorey:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .allmorep:hover {
    cursor: pointer;
  }
  .allmorep:hover a {
    color: #8730DF;
  }
  .allmorep:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .allmorep:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .allmoreg:hover {
    cursor: pointer;
  }
  .allmoreg:hover a {
    color: #A4ADAD;
  }
  .allmoreg:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .allmoreg:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .allmorebl:hover {
    cursor: pointer;
  }
  .allmorebl:hover a {
    color: #003686;
  }
  .allmorebl:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .allmorebl:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .allmoreb:hover {
    cursor: pointer;
  }
  .allmoreb:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  .allmoreb:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .allmoreb:hover a {
    color: #fff;
  }
  .allmorebp:hover {
    cursor: pointer;
  }
  .allmorebp:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  .allmorebp:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .allmorebp:hover a {
    color: #fff;
  }
}
.allmorey {
  border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
  min-width: 10rem;
}
.allmorey::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #FFB743;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorey::after {
  content: '';
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #FFB743;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorey a {
  color: #fff;
  line-height: 3rem;
  position: relative;
  z-index: 99;
}
.allmorep {
  border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
  min-width: 10rem;
}
.allmorep::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #8730DF;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorep::after {
  content: '';
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #8730DF;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorep a {
  color: #fff;
  line-height: 3rem;
  position: relative;
  z-index: 99;
}
.allmoreg {
  border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
  min-width: 10rem;
}
.allmoreg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #A4ADAD;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoreg::after {
  content: '';
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #A4ADAD;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoreg a {
  color: #fff;
  line-height: 3rem;
  position: relative;
  z-index: 99;
}
.allmorebl {
  border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
}
.allmorebl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #003686;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorebl::after {
  content: '';
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #003686;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorebl a {
  color: #fff;
  line-height: 3rem;
  position: relative;
  z-index: 99;
}
.allmoreb {
  border: none;
  position: relative;
  padding: 0 1.25rem;
  text-align: center;
  display: inline-block;
  min-width: 10rem;
}
.allmoreb::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #25b2b1;
  border-radius: 0.625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoreb::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 0.625rem;
  background-color: #25b2b1;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoreb a {
  color: #25b2b1;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
  z-index: 99;
  /* 150% */
}
.allmorebp {
  border: none;
  position: relative;
  padding: 0 1.25rem;
  text-align: center;
  display: inline-block;
  min-width: 10rem;
}
.allmorebp::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #8730DF;
  border-radius: 0.625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorebp::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 0.625rem;
  background-color: #8730DF;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorebp a {
  color: #8730DF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
  z-index: 99;
  /* 150% */
}
.allmorebg {
  border: none;
  position: relative;
  padding: 0 1.25rem;
  text-align: center;
  display: inline-block;
  min-width: 10rem;
}
.allmorebg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #25B2B1;
  border-radius: 0.625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorebg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 0.625rem;
  background-color: #25B2B1;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmorebg a {
  color: #25B2B1;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
  z-index: 99;
  /* 150% */
}
.swiper-pagination {
  display: flex;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #25b2b1;
  border: unset;
}
.wh {
  width: 50%;
  margin: 0 auto;
}
.index_one {
  position: relative;
}
.index_one::after {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.index_one::before {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_one .title p {
  color: #155293;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 143.36% */
}
.index_one .title h3 {
  color: #003686;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1.375rem;
}
.index_one .desc {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 1.375rem;
  /* 133.333% */
}
.index_one .allmore {
  margin: 1.6875rem auto 0;
}
.index_one .video {
  margin-top: 3.125rem;
  width: 100%;
}
.index_one .video video {
  width: 100%;
}
.index_two {
  background: #F5F5F5;
  display: none;
}
.index_two .bg {
  position: absolute;
  bottom: -2.6875rem;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  overflow: hidden;
}
.index_two .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_two .top .title {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  /* 168.75% */
}
.index_two .content {
  position: relative;
  z-index: 99;
  padding: 3.75rem 5.625rem 2.5rem;
}
.index_two .content .news_box {
  position: relative;
  z-index: 99;
}
.index_two .content .news_box .news_item {
  border-radius: 0.9375rem;
  background: #FFF;
  overflow: hidden;
  padding: 1.875rem 3.6875rem 1.875rem 1.875rem;
  display: flex;
  justify-content: space-between;
}
.index_two .content .news_box .news_item .over {
  width: 40%;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.index_two .content .news_box .news_item .over img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
  object-fit: cover;
}
.index_two .content .news_box .news_item:hover {
  cursor: pointer;
}
.index_two .content .news_box .news_item:hover .txt .tit,
.index_two .content .news_box .news_item:hover .txt .tt {
  color: #25b2b1;
}
.index_two .content .news_box .news_item:hover .over img {
  transform: scale(1.1);
}
.index_two .content .news_box .news_item .txt {
  width: 55%;
}
.index_two .content .news_box .news_item .txt .time {
  color: #25B2B1;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 1.875rem;
  /* 166.463% */
}
.index_two .content .news_box .news_item .txt .tit {
  margin-top: 0.75rem;
  color: #003686;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  /* 140% */
}
.index_two .content .news_box .news_item .txt .tt {
  margin-top: 0.6875rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* 133.333% */
}
.index_three {
  position: relative;
  padding-top: 6.875rem;
  padding-bottom: 3.125rem;
}
.index_three .video {
  width: 100%;
  height: 28.125rem;
  overflow: hidden;
}
.index_three .video video {
  width: 100%;
}
.index_three #main {
  width: 100%;
  height: 21.875rem;
}
.index_three .content {
  width: 100%;
  margin: 0 auto;
}
.index_three .content .title {
  color: #25B2B1;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.375rem;
}
.index_three .content .desc {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}
.index_three .content .allmore {
  margin-top: 1.5rem;
}
.index_three .content .allmore i {
  font-size: 1.25rem;
  vertical-align: middle;
}
.index_four {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  display: none;
}
.index_four .coop_box {
  margin: 0 -0.9375rem;
  overflow: hidden;
}
.index_four .coop_item {
  margin: 0 0.9375rem;
}
.index_four .swiper-pagination {
  justify-content: center;
}
.index_four .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.coop_content .coop_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.coop_content .coop_box .coop_item {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.coop_content .coop_box .coop_item:hover {
  cursor: pointer;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.neibanner .neibanner-txt h3 {
  color: #FFF;
  text-align: center;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 3rem;
}
.bgblue {
  background-color: #155293;
}
.about_one {
  position: relative;
  padding: 3rem 0 0;
}
.about_one::after {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.about_one::before {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_one .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #25b2b1;
}
.about_one .subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #003686;
  text-align: center;
  margin-bottom: 1.25rem;
}
.about_one .desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 3.125rem;
}
.about_one .video {
  width: 100%;
  margin-top: 1.875rem;
}
.about_one .video video {
  width: 100%;
}
.about_bgcolor {
  background-color: rgba(37, 178, 177, 0.1);
  margin-top: 5rem;
}
.about_bgcolor .container {
  padding: 0 20%;
}
.about_bgcolor .about_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.about_bgcolor .about_box .about_item {
  border-radius: 0.625rem;
  padding: 0.9375rem;
}
.about_bgcolor .about_box .about_item .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #25b2b1;
  margin-bottom: 0.625rem;
}
.about_bgcolor .about_box .about_item .desc {
  font-size: 1rem;
  font-weight: 400;
}
.about_bgcolor .about_box .about_item:nth-child(1) {
  grid-column: 1/3;
  border-bottom: 1px solid rgba(0, 172, 176, 0.2);
  padding-bottom: 3.125rem;
}
.about_bgcolor .about_box .about_item ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.about_bgcolor .about_box .about_item ul li {
  font-size: 1rem;
  font-weight: 400;
}
.about_two {
  background-color: #f5f5f5;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.about_two .about_two_box {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
}
.about_two .about_two_box .left .left_menu {
  position: sticky;
  top: 6.25rem;
}
.about_two .about_two_box .left .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #25b2b1;
}
.about_two .about_two_box .left .subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #003686;
  margin-bottom: 1.5rem;
}
.about_two .about_two_box .left .desc {
  font-size: 1rem;
  font-weight: 400;
}
.about_two .about_two_box .right .right_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.about_two .about_two_box .right .right_box .right_item {
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 1.25rem;
  text-align: center;
}
.about_two .about_two_box .right .right_box .right_item .tit {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.about_two .about_two_box .right .right_box .right_item .img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  margin: 0.5rem auto;
}
.about_two .about_two_box .right .right_box .right_item .desc {
  font-size: 1rem;
  font-weight: 400;
}
.news_box {
  position: relative;
}
.news_box::after {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.news_box::before {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.news_box .news_content .news_item {
  padding: 1.25rem;
  min-height: 220px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  box-shadow: 1px 1px 40px rgba(132, 132, 132, 0.08);
  margin-bottom: 2rem;
  border: 1px solid #f1f3f5;
  border-radius: 0.625rem;
  background-color: #fff;
}
.news_box .news_content .news_item .img {
  width: 35%;
  margin-right: 1.25rem;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.news_box .news_content .news_item .desc {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.news_box .news_content .news_item .desc .allmore_box .allmore {
  margin-right: 1.25rem;
}
.news_box .news_content .news_item .desc .txt {
  width: 100%;
}
.news_box .news_content .news_item .desc .tag {
  font-size: 0.875rem;
  color: #25b2b1;
  font-weight: 700;
}
.news_box .news_content .news_item .desc .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003686;
  margin-bottom: 0.625rem;
}
.news_box .news_content .news_item .desc .time {
  font-size: 0.875rem;
  font-weight: 400;
}
.news_box .news_content .news_item .desc .time i {
  margin-right: 0.625rem;
}
.backhome {
  margin-bottom: 1.875rem;
}
.backhome i {
  color: #25b2b1;
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.backhome a {
  color: #25b2b1;
  font-weight: 600;
  font-size: 1.125rem;
}
.about_img_text {
  margin-top: 3.125rem;
  height: 110vh;
}
.about_img_text .about_box .about_item {
  width: 100%;
  position: relative;
}
.about_img_text .about_box .about_item .about_text {
  width: 48%;
  background: linear-gradient(227deg, #00ACB0 31.32%, #095097 99.4%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 3.75rem 4.375rem;
}
.about_img_text .about_box .about_item .about_text .img {
  width: 5.625rem;
}
.about_img_text .about_box .about_item .about_text .img img {
  width: 100%;
}
.about_img_text .about_box .about_item .about_text .tit {
  width: 100%;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  /* 60% */
}
.about_img_text .about_box .about_item .about_text .desc {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  /* 150% */
}
.about_img_text .about_box .about_item .about_img {
  width: 60%;
  position: absolute;
  top: 3.125rem;
  right: 0;
  z-index: -1;
}
.about_img_text .about_box .about_item:nth-child(2) {
  margin-top: 12.5rem;
}
.about_img_text .about_box .about_item:nth-child(2) .about_text {
  position: absolute;
  right: 0;
  top: -3.125rem;
  padding: 1.875rem 4.375rem 3.125rem;
}
.about_img_text .about_box .about_item:nth-child(2) .about_img {
  position: unset;
}
.about_text_bottom {
  padding-bottom: 4.375rem;
}
.about_text_bottom .title {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: center;
}
.about_text_bottom .content {
  margin-top: 1.875rem;
}
.about_text_bottom .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_text_bottom .content ul li {
  width: 48%;
  padding-left: 1.25rem;
  position: relative;
  color: #505050;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}
.about_text_bottom .content ul li::before {
  content: '';
  position: absolute;
  top: 0.625rem;
  left: 0;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #505050;
}
.about_text_bottom .content ul li:nth-child(even) {
  margin-left: 2.5rem;
}
.news_show {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.news_show .title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #003686;
  margin-bottom: 1.875rem;
}
.news_show .txt {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  margin: 1.875rem 0;
}
.show_metting {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.show_metting h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.show_metting h3::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #25b2b1;
  position: absolute;
  right: -1.875rem;
  bottom: 0.625rem;
}
.show_metting h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.show_metting p {
  font-size: 1rem;
  font-weight: 500;
  font-weight: 400;
  color: #000;
}
.show_metting .allmore {
  padding: 0 1.25rem;
  margin: 1.25rem 0;
}
.bgblue {
  background-color: #155293;
}
.show_meet_two {
  padding: 3.125rem 0;
}
.show_meet_two h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.show_meet_two h3::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #25b2b1;
  position: absolute;
  right: -1.875rem;
  bottom: 0.625rem;
}
.show_meet_two h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.show_meet_two p {
  font-size: 1rem;
  font-weight: 500;
  font-weight: 400;
  color: #fff;
}
.show_meet_two .img {
  width: 10rem;
  height: 10rem;
}
.show_meet_three {
  padding: 3.125rem 0;
}
.show_meet_three .img {
  width: 10rem;
  height: 10rem;
}
.show_meet_three h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.show_meet_three h3::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #25b2b1;
  position: absolute;
  right: -1.875rem;
  bottom: 0.625rem;
}
.show_meet_three h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.show_meet_three p {
  font-size: 1rem;
  font-weight: 500;
  font-weight: 400;
  color: #000;
}
.show_meet_four {
  padding: 3.125rem 0;
}
.show_meet_four .img {
  width: 10rem;
  height: 10rem;
}
.show_meet_four h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.show_meet_four h3::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #25b2b1;
  position: absolute;
  right: -1.875rem;
  bottom: 0.625rem;
}
.show_meet_four h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.show_meet_four p {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.875rem;
}
.show_meet_four p strong {
  color: #25b2b1;
}
.joinus_box {
  padding: 7.5rem 0 10.625rem;
  position: relative;
  height: 110vh;
}
.joinus_box::after {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.joinus_box::before {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.joinus_box .title {
  color: #003686;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.joinus_box .imgtext {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.joinus_box .imgtext .title {
  width: 90%;
  background: linear-gradient(227deg, #00ACB0 31.32%, #095097 99.4%);
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  padding: 2.1875rem 4rem 2.5rem 3.0625rem;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.joinus_box .lx-cont2 {
  width: 55%;
  position: absolute;
  top: 4.375rem;
  right: 0;
  background: #F5F5F5;
}
.joinus_box .lx-cont2 form {
  width: 70%;
  margin: 1.25rem auto 0;
  padding-bottom: 5.625rem;
}
.joinus_box .lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.joinus_box .lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #8F8F8F;
  padding: 0 1em;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 0.625rem;
}
.joinus_box .lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid 8F8F8F;
  padding: 0.75em 1em;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
  display: block;
}
.joinus_box .lx-cont2 form .inpt {
  margin-top: 1.875rem;
}
.joinus_box .lx-cont2 form .inpt .error {
  font-size: 0.875rem;
  color: red;
}
.joinus_box .lx-cont2 form .input {
  display: flex;
}
.joinus_box .lx-cont2 form .input input {
  width: 1.25rem;
}
.joinus_box .lx-cont2 form .input p {
  padding-left: 0.9375rem;
  flex: 1;
  color: #8F8F8F;
  font-size: 0.875rem;
  font-weight: 400;
}
.joinus_box .lx-cont2 form .input p a {
  text-decoration: underline;
}
.joinus_box .lx-cont2 form .msg-a1 .inpt {
  width: 100%;
}
.joinus_box .lx-cont2 form .div_aghgha {
  margin-top: 3.125rem;
  text-align: center;
}
.joinus_box .lx-cont2 form .div_aghgha .more-b {
  display: inline-block;
  width: 10rem;
  height: 3.25rem;
  background: #25b2b1;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  border: unset;
  transition: all 0.4s;
  border-radius: 0.625rem;
}
.joinus_box .lx-cont2 form .div_aghgha .more-b:hover {
  background: #155293;
  transition: all 0.4s;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.login_list .login_list_box {
  display: flex;
  height: 100vh;
}
.login_list .left {
  width: 33%;
  height: 100%;
  background-image: url('../img/loginbg.jpg');
  background-size: cover;
  position: relative;
}
.login_list .left .logo {
  position: absolute;
  top: 3.125rem;
  left: 6.875rem;
  width: 4.625rem;
}
.login_list .right {
  flex: 1;
  position: relative;
  overflow-y: auto;
}
.login_list .right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}
.login_list .right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.login_list .right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #000;
}
.login_list .right::after {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.login_list .right::before {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.login_list .right .tabbox {
  display: flex;
}
.login_list .right .tabbox .tabli {
  cursor: pointer;
  padding: 0 2.5rem 0.625rem;
  text-align: center;
}
.login_list .right .tabbox .tabli .title {
  color: rgba(0, 54, 134, 0.5);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.375rem;
}
.login_list .right .tabbox .tabli:hover .title {
  color: #003686;
}
.login_list .right .tabbox .tabli.active {
  border-bottom: 0.125rem solid #003686;
}
.login_list .right .tabbox .tabli.active .title {
  font-size: 2rem;
  color: #003686;
}
.login_list .right .login_from {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_list .right .login_from .title {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  margin-bottom: 1.5625rem;
}
.login_list .right .login_from button {
  width: 100%;
  height: 3rem;
}
.login_list .right .login_from .bottomp p {
  color: #353535;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}
.login_list .right .login_from .bottomp p a {
  color: #353535;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration-line: underline;
}
.login_list .right .register_from {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.login_list .right .register_from .register_box {
  display: none;
}
.login_list .right .register_from .register_box.active {
  display: block;
}
.login_list .right .register_from .title {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;

}
.login_list .right .register_from .title a{
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;

}

.login_list .right .register_from .input_box {
  width: 48%;
}
.login_list .right .register_from .bottomp {
  text-align: center;
}
.login_list .right .register_from .bottomp p {
  color: #353535;
  font-size: 0.875rem;
  font-weight: 600;
}
.login_list .right .register_from .bottomp p a {
  color: #353535;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration-line: underline;
}
.login_list .right .register_from .bottomp button {
  width: 50%;
  height: 3rem;
}
.list_user_top {
  background: #F1F3F5;
  height: 30.5rem;
  padding-top: 11.875rem;
  position: relative;
}
.list_user_top::before {
  content: '';
  position: absolute;
  top: 25%;
  right: 5%;
  display: block;
  width: 20vw;
  height: 10vw;
  background-image: url('https://imgs-data-brwq.bcdn8.com/wtaa/uploadfile/202412/f6603fa3e278302.svg');
  background-repeat: no-repeat;
  z-index: 9;
}
.list_user_top .list_user_top_box {
    position: relative;
    z-index: 99;
  width: 50%;
  margin: 0 auto;
}
.list_user_top .list_user_top_box .avaimg_box .avaimg {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: #25b2b1;
  margin: 0 auto;
}
.list_user_top .list_user_top_box .avaimg_box .avaimg p {
  color: #FFF;
  font-size: 3.2046rem;
  font-weight: 500;
  line-height: 7.5rem;
  text-align: center;
  /* 270% */
}
.list_user_top .list_user_top_box .avaimg_box .avaimg .img {
  width: 2.375rem;
  height: 2.4375rem;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.list_user_top .list_user_top_box .avaimg_box .avaimg .img.active {
  display: block;
}
.list_user_top .list_user_top_box .user_name {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.375rem;
  text-align: center;
  /* 270% */
}
.list_user_top .list_user_top_box .user_info {
  color: #ACACAC;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: center;
}
.list_user_top .list_user_top_box .user_info span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.list_user_top .list_user_top_box .user_info.user_infob span {
  color: #FFB743;
}
.list_user_top .list_user_top_box .user_info.user_infop span {
  color: #0076B3;
}
.list_user_top .list_user_top_box .user_info.user_infoy span {
  color: #8830DF;
}
.list_user_top .list_user_top_tab {
  width: 80%;
  margin: 2.8rem auto 0;
  display: flex;
  justify-content: space-between;
}
.list_user_top .list_user_top_tab .list_user_top_li a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
}
.list_user_top .list_user_top_tab .list_user_top_li:hover {
  cursor: pointer;
  border-bottom: 2px solid #25b2b1;
  padding-bottom: 1.0625rem;
}
.list_user_top .list_user_top_tab .list_user_top_li:hover a {
  color: #25B2B1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
}
.list_user_top .list_user_top_tab .list_user_top_li.active {
  border-bottom: 2px solid #25b2b1;
  padding-bottom: 1.25rem;
}
.list_user_top .list_user_top_tab .list_user_top_li.active a {
  color: #25B2B1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
}
.list_user_top.yellow {
  background: linear-gradient(247deg, #F0E0BF -35.61%, #F6C36D 96.27%);
}
.list_user_top.yellow .list_user_top_box .avaimg_box .avaimg {
  background-color: #fff;
}
.list_user_top.yellow .list_user_top_box .avaimg_box .avaimg p {
  color: #000;
}
.list_user_top.yellow .list_user_top_box .user_info {
  color: #000;
}
.list_user_top.yellow .list_user_top_tab .list_user_top_li a {
  color: rgba(0, 0, 0, 0.6);
}
.list_user_top.yellow .list_user_top_tab .list_user_top_li.active {
  border-bottom: 2px solid #000;
}
.list_user_top.yellow .list_user_top_tab .list_user_top_li.active a {
  color: #000;
}
.list_user_top.purple {
  background: linear-gradient(247deg, #DCCAEE -35.63%, #CFB2EC -35.63%, #8830DF 100%);
}
.list_user_top.purple .list_user_top_box .avaimg_box .avaimg {
  background-color: #fff;
}
.list_user_top.purple .list_user_top_box .avaimg_box .avaimg p {
  color: #000;
}
.list_user_top.purple .list_user_top_box .user_info {
  color: #000;
}
.list_user_top.purple .list_user_top_tab .list_user_top_li a {
  color: rgba(0, 0, 0, 0.6);
}
.list_user_top.purple .list_user_top_tab .list_user_top_li.active {
  border-bottom: 2px solid #000;
}
.list_user_top.purple .list_user_top_tab .list_user_top_li:hover{
    border-bottom: 2px solid #000;
}
.list_user_top.blue .list_user_top_tab .list_user_top_li:hover{
    border-bottom: 2px solid #000;
}
.list_user_top.yellow .list_user_top_tab .list_user_top_li:hover{
    border-bottom: 2px solid #000;
}
.list_user_top.purple .list_user_top_tab .list_user_top_li.active a {
  color: #000;
}
.list_user_top.blue {
  background: linear-gradient(245deg, #9FDEFF -36.06%, #0076B3 63.19%);
}
.list_user_top.blue .list_user_top_box .avaimg_box .avaimg {
  background-color: #fff;
}
.list_user_top.blue .list_user_top_box .avaimg_box .avaimg p {
  color: #000;
}
.list_user_top.blue .list_user_top_box .user_info {
  color: #000;
}
.list_user_top.blue .list_user_top_tab .list_user_top_li a {
  color: rgba(0, 0, 0, 0.6);
}
.list_user_top.blue .list_user_top_tab .list_user_top_li.active {
  border-bottom: 2px solid #000;
}
.list_user_top.blue .list_user_top_tab .list_user_top_li.active a {
  color: #000;
}
.all_button {
  border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
}
.all_button p {
  color: #FFF !important;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.all_button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #25B2B1;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all_button::after {
  content: '';
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #25B2B1;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all_button:hover {
  cursor: pointer;
}
.all_button:hover p {
  color: #25b2b1 !important;
}
.all_button:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.all_button:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.all_form .input_box.readonly input {
  background: #F1F3F5;
}
.all_form .input_box {
  width: 100%;
  position: relative;
  padding-bottom: 1.25rem;
}
.all_form .input_box .uploadImageList {
  display: flex;
  flex-wrap: wrap;
}
.all_form .input_box .uploadImageList .image {
  width: 22%;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0.625rem;
}
.all_form .input_box p {
  color: #353535;
  font-size: 0.875rem;
  font-weight: 700;
}
.all_form .input_box p span {
  color: #F70B0B;
  font-size: 0.875rem;
  font-weight: 500;
}
.all_form .input_box input {
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  margin-top: 0.8125rem;
  padding-left: 0.625rem;
  color: #8F8F8F;
  font-size: 0.875rem;
  font-weight: 400;
}
.all_form .input_box select {
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  margin-top: 0.8125rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.all_form .input_box a {
  color: #8F8F8F;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration-line: underline;
}
.all_form .input_box .inptxt p {
  color: #0AA0AF;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: right;
  margin-top: 0.625rem;
}
.all_form .input_box .upload_group {
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  position: relative;
  height: 8.3125rem;
  margin-top: 0.8125rem;
}
.all_form .input_box .upload_group .file-upload-button {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.all_form .input_box .upload_group .file-upload-button .p1 {
  color: #575757;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}
.all_form .input_box .upload_group .file-upload-button .p2 {
  color: #BFBFBF;
  font-size: 0.875rem;
  font-weight: 400;
}
.all_form .input_box .upload_group input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.all_form .input_box .upload_group2 {
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  position: relative;
  height: 3rem;
  margin-top: 0.8125rem;
}
.all_form .input_box .upload_group2 .file-upload-button {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 1.25rem;
}
.all_form .input_box .upload_group2 .file-upload-button .p2 {
  color: #BFBFBF;
  font-size: 0.875rem;
  font-weight: 400;
}
.all_form .input_box .upload_group2 input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.all_form .input_box .inpp {
  position: relative;
}
.all_form .input_box .inpp #sendbutton {
  position: absolute;
  right: 0.9375rem;
  top: 0;
  color: #0AA0AF;
  font-size: 0.875rem;
  font-weight: 500;
  border-left: 1px solid #DEDEDE;
  padding-left: 0.9375rem;
  border: unset;
  background: unset;
  width: 15%;
  /*height: auto;*/
}
.all_form .input_box .inpp .active {
  display: block;
}
.all_form .input_box .inpp u {
  position: absolute;
  right: 0.9375rem;
  top: 1.25rem;
  width: 1.375rem;
  display: none;
}
.all_form .input_box .inpp i {
  position: absolute;
  right: 0.9375rem;
  top: 1.5625rem;
  font-size: 1rem;
  color: #dedede;
}
.all_form .input_box .inpp p {
  position: absolute;
  right: 0.9375rem;
  top: 1.5625rem;
  color: #0AA0AF;
  font-size: 0.875rem;
  font-weight: 500;
  border-left: 1px solid #DEDEDE;
  padding-left: 0.9375rem;
}
.list_user_content {
  padding-top: 4.8125rem;
  padding-bottom: 5.4375rem;
}
.list_user_content .list_user_info_from {
  width: 65%;
  margin: 0 auto;
}
.list_user_content .list_user_info_from .title {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: center;
  /* 168.75% */
}
.list_user_content .list_user_info_from .bttn {
  text-align: center;
}
.list_user_content .list_user_info_from .bttn button {
  width: 10rem;
  height: 3rem;
}
.list_user_content .list_user_info_from .upload_group {
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  position: relative;
  height: 8.3125rem;
  margin-top: 0.8125rem;
}
.list_user_content .list_user_info_from .upload_group .file-upload-button {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_user_content .list_user_info_from .upload_group .file-upload-button .p1 {
  color: #575757;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}
.list_user_content .list_user_info_from .upload_group .file-upload-button .p2 {
  color: #BFBFBF;
  font-size: 0.875rem;
  font-weight: 400;
}
.list_user_content .list_user_info_from .upload_group input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.title_h3 {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: center;
}
.list_user_join {
  padding-top: 4.875rem;
  padding-bottom: 7.25rem;
}
.list_user_join_box {
  margin-top: 2.5rem;
  position: relative;
  /*height: 65vh;*/
}
.list_user_join_box .left {
  width: 55%;
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 0.625rem;
  border: 1px solid #E1E1E1;
  background: #FFF;
  padding: 2.5rem 6.75rem 3.125rem 3.4375rem;
}
.list_user_join_box .left .img {
  width: 2.25rem;
  height: 2.25rem;
}
.list_user_join_box .left .tit {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.5625rem;
}
.list_user_join_box .left .desc p {
  color: #717171;
  font-size: 1rem;
  font-weight: 400;
}
.list_user_join_box .right {
  width: 53%;
  position: absolute;
  right: 0;
  top: 1.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_user_join_box2 {
  margin-top: 5.625rem;
  position: relative;
  /*height: 70vh;*/
}
.list_user_join_box2 .right {
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  border-radius: 0.625rem;
  border: 1px solid #E1E1E1;
  background: #FFF;
  padding: 2.5rem 3.75rem 3.125rem 3.4375rem;
}
.list_user_join_box2 .right .img {
  width: 2.25rem;
  height: 2.25rem;
}
.list_user_join_box2 .right .tit {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.5625rem;
}
.list_user_join_box2 .right .desc p {
  color: #717171;
  font-size: 1rem;
  font-weight: 400;
}
.list_user_join_box2 .left {
  width: 53%;
  /*position: absolute;*/
  left: 0;
  top: 1.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  padding-top:2rem;
}
.list_join_offical {
  padding-top: 4.8125rem;
  padding-bottom: 5.9375rem;
}
.list_join_offical .left {
  padding-right: 7.5rem;
  position: sticky;
  top: 3.125rem;
  height: 100%;
}
.list_join_offical .left .over {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.list_join_offical .left .over .streamer.prup {
  background: linear-gradient(90deg, #8830DF 0%, rgba(136, 48, 223, 0) 100%);
}
.list_join_offical .left .over .streamer.blue {
  background: linear-gradient(90deg, #0076B3 0%, rgba(0, 118, 179, 0) 100%);
}
.list_join_offical .left .over .streamer.yellow {
  background: linear-gradient(90deg, #FFB743 0%, rgba(255, 183, 67, 0) 100%);
}
.list_join_offical .left .over .streamer {
  width: 80%;
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 1.4375rem;
  border-radius: 0px 0px 0px 0.625rem;
}
.list_join_offical .left .over .streamer .img {
  width: 2.25rem;
}
.list_join_offical .left .over .streamer .txt {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1.25rem;
}
.list_join_offical .left .desc .p1 {
  margin-top: 1.5625rem;
  color: #353535;
  font-size: 1rem;
  font-weight: 400;
}
.list_join_offical .left .desc .p2 {
  color: #353535;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.25rem;
}
.list_join_offical .left .desc p {
  color: #717171;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.list_join_offical .right .bttn {
  text-align: center;
}
.list_join_offical .right .bttn button {
  width: 10rem;
  height: 3rem;
}
.list_user_meeting {
  padding-top: 4.8125rem;
  padding-bottom: 4.875rem;
  position: relative;
}
.list_user_meeting::after {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.list_user_meeting::before {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.list_user_meeting .meeting_item {
  margin-top: 3.75rem;
  display: flex;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  align-items: center;
}
.list_user_meeting .meeting_item .img {
  width: 40%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_user_meeting .meeting_item .desc {
  width: 60%;
  padding-left: 5rem;
}
.list_user_meeting .meeting_item .desc .tit {
  color: #003686;
  text-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.05);
  font-size: 1.25rem;
  font-weight: 600;
}
.list_user_meeting .meeting_item .desc .time {
  color: #7A7A7A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75rem;
  vertical-align: middle;
}
.list_user_meeting .meeting_item .desc .time i {
  padding-right: 0.625rem;
}
.list_user_meeting .meeting_item .desc .allmore_box {
  display: flex;
}
.list_user_meeting .meeting_item .desc .allmore_box .allmore {
  margin-right: 1.25rem;
}
.list_user_meeting .meeting_item .desc .allmore_box .allmoreg {
  padding: 0 2.5rem;
}
.list_user_payment {
  padding-top: 4.8125rem;
  padding-bottom: 8.125rem;
}
.list_user_payment .list_user_payment_item {
  border-top: 1px solid #BABABA;
  padding-bottom: 1.875rem;
  padding-top: 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_user_payment .list_user_payment_item .left .tit {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.list_user_payment .list_user_payment_item .left .txt .span1 {
  color: #ACACAC;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.25rem;
  padding-right: 1.875rem;
}
.list_user_payment .list_user_payment_item .left .txt .span2 {
  color: #25B2B1;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.25rem;
  /* 257.143% */
}
.list_user_payment .list_user_payment_item .mid {
  color: #25B2B1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 155.556% */
}
.list_user_payment .list_user_payment_item:nth-last-child(1) {
  border-bottom: 1px solid #BABABA;
}
.show_meeting {
  padding-top: 5rem;
  padding-bottom: 7.125rem;
  position: relative;
}
.show_meeting::after {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.show_meeting::before {
  content: '';
  width: 23.6875rem;
  height: 23.3125rem;
  display: block;
  background-image: url(../img/ffflurry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: -1;
}
.show_meeting .content h3 {
  color: #000;
  font-size: 2.4316rem;
  font-weight: 700;
  line-height: 3rem;
}
.show_meeting .content p {
  color: #717171;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.show_meeting .content .tt {
  color: #717171;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-top: 2.5rem;
  /* 150% */
}
.show_meeting .price {
  color: #717171;
  font-size: 1.25rem;
  font-weight: 600;
}
.show_meeting .price span {
  color: red;
}
.confer_pop {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.confer_pop_con {
  padding-top: 12.5rem;
  width: 80%;
  height: 100%;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 4.375rem;
}
.confer_pop_con .pay_liucheng ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
      flex-wrap: wrap;
}
.confer_pop_con .pay_liucheng ul li {
  /*width: 20%;*/
  flex: 1;
  text-align: center;
  border: 1px dashed #353535;
  border-radius: 3.125rem;
  height: 12.625rem;
  padding: 0.625rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003686;
  font-weight: 600;
}
.confer_pop_con .pay_liucheng ul i {
  font-size: 1.25rem;
  color: #003686;
  font-weight: 600;
}
.confer_pop_con .title {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: center;
}
.confer_pop_con .close i {
  font-size: 1.75rem;
  color: #333333;
}
.confer_pop_con .close:hover {
  cursor: pointer;
}
.confer_pop_con .content .input_box {
  width: 48%;
}
.confer_pop_con .content .input_w100.input_box {
  width: 100%;
}
.confer_pop_con .content .bottomp .all_button {
  width: 100%;
  height: 3rem;
}
.en_invoice_pop {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
}
.en_invoice_pop .en_invoice_con {
  width: 90%;
  max-width: 43.75rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.8125rem 2.8125rem 6.25rem;
}
.en_invoice_pop .en_invoice_con .closei {
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.en_invoice_pop .en_invoice_con .closei i {
  color: #000;
  font-size: 1.25rem;
}
.en_invoice_pop .en_invoice_con .title {
  background-color: #25b2b1;
  padding: 1.375rem 0 1rem 1.75rem;
}
.en_invoice_pop .en_invoice_con .title img {
  width: 3.125rem;
  filter: brightness(0) invert(1);
}
.en_invoice_pop .en_invoice_con .title_top {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  background-color: unset;
  text-align: center;
}
.en_invoice_pop .en_invoice_con .en_invoice_txt {
  margin-top: 1.75rem;
}
.en_invoice_pop .en_invoice_con .en_invoice_txt p {
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.en_invoice_pop .en_invoice_con .en_invoice_table .flex p {
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
.en_invoice_pop .en_invoice_con .en_invoice_table table {
  margin-top: 0.75rem;
  width: 100%;
}
.en_invoice_pop .en_invoice_con .en_invoice_table table tr td {
  border: 1px solid #E7E7E7;
  padding: 1.25rem;
  vertical-align: middle;
}
.en_invoice_pop .en_invoice_con .en_invoice_table table tr td .p1 {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
}
.en_invoice_pop .en_invoice_con .en_invoice_table table tr td .p2 {
  color: #ACACAC;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.en_invoice_pop .en_invoice_con .en_invoice_table table tr td .p3 {
  color: #4C4948;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-align: center;
}
.en_invoice_pop .en_invoice_con .en_invoice_table table tr td .p4 {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
.en_invoice_pop .en_invoice_con .en_invoice_table .desc {
  margin-top: 0.9375rem;
}
.en_invoice_pop .en_invoice_con .en_invoice_table .desc span {
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom.en_invoice_bottom_mar {
  margin-top: 1.875rem;
  justify-content: space-evenly;
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom {
  display: flex;
  margin-top: 11.25rem;
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom .left_btn {
  width: 10rem !important;
  height: 3rem !important;
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #25b2b1;
  overflow: hidden;
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom .left_btn h3 a {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  display: block;
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom .right_btn {
  width: 10rem !important;
  height: 3rem !important;
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #A4ADAD;
  overflow: hidden;
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom .right_btn h3 a {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  display: block;
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom .left,
.en_invoice_pop .en_invoice_con .en_invoice_bottom .right {
  width: 50%;
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom .left h3,
.en_invoice_pop .en_invoice_con .en_invoice_bottom .right h3 {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.en_invoice_pop .en_invoice_con .en_invoice_bottom .left p,
.en_invoice_pop .en_invoice_con .en_invoice_bottom .right p {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
.cn_invoice_pop {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
}
.cn_invoice_pop .cn_invoice_content {
  width: 90%;
  max-width: 61.6875rem;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.8125rem 2.8125rem 6.25rem;
}
.cn_invoice_pop .cn_invoice_content .cn_invoice_top .close i {
  font-size: 1.75rem;
  color: #333;
}
.cn_invoice_pop .cn_invoice_content .cn_invoice_top .close:hover {
  cursor: pointer;
}
.cn_invoice_pop .cn_invoice_content .title {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: center;
}
.cn_invoice_pop .cn_invoice_content .input_box {
  width: 48%;
}
.cn_invoice_pop .cn_invoice_content .input_w100.input_box {
  width: 100%;
}
.cn_invoice_pop .cn_invoice_content .input_box input[type="radio"] {
  display: none;
}
.cn_invoice_pop .cn_invoice_content .input_box input[type="radio"]:checked + .radio-btn::after {
  content: '';
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  border: 1px solid #25B2B1;
  background: rgba(37, 178, 177, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cn_invoice_pop .cn_invoice_content .input_box label {
  margin-top: 0.625rem;
  width: 100%;
}
.cn_invoice_pop .cn_invoice_content .input_box label .radio-btn {
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #F4F4F4;
  text-align: center;
  line-height: 3rem;
  display: inline-block;
  vertical-align: middle;
  /* 垂直居中 */
  position: relative;
}
.cn_invoice_pop .cn_invoice_content .bottomp .all_button {
  width: 100%;
  height: 3rem;
}
.cn_pay_pop {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
}
.cn_pay_pop .cn_pay_content {
  width: 90%;
  overflow-y: auto;
  max-width: 61.6875rem;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.875rem 3.125rem;
}
.cn_pay_pop .cn_pay_content .con_pay_top .close i {
  font-size: 1.75rem;
  color: #333;
}
.cn_pay_pop .cn_pay_content .con_pay_top .close:hover {
  cursor: pointer;
}
.cn_pay_pop .cn_pay_content .con_pay_con .title {
  color: #003686;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: center;
}
.cn_pay_pop .cn_pay_content .con_pay_con .tit {
  color: #353535;
  font-size: 1rem;
  font-weight: 700;
}
.cn_pay_pop .cn_pay_content .con_pay_con .tit span {
  color: #25B2B1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_pay_tab {
  margin-top: 1.25rem;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_pay_tab .con_pay_tab_li {
  color: #353535;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-bottom: 0.625rem;
  margin-right: 1.875rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_pay_tab .con_pay_tab_li:hover {
  cursor: pointer;
  color: #25b2b1;
  border-bottom: 0.1875rem solid #25b2b1;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_pay_tab .con_pay_tab_li.active {
  color: #25b2b1;
  border-bottom: 0.1875rem solid #25b2b1;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con {
  display: none;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .one_box {
  position: relative;
  border-left: 1px dashed #737373;
  padding-left: 1.875rem;
  margin-top: 0.875rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .one_box .tt {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #25b2b1;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
  position: absolute;
  left: -0.9375rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .one_box .tit h3 {
  color: #0E0F11;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75rem;
  /* 200% */
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .one_box .tit .p1 {
  color: #FFB743;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .one_box .tit .erwm {
  margin-top: 0.625rem;
  width: 9.625rem;
  height: 9.625rem;
  border-radius: 0.8125rem;
  background: #F2F2F2;
  overflow: hidden;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .two_box {
  position: relative;
  padding-left: 1.875rem;
  margin-top: 0.875rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .two_box .tt {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #25b2b1;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
  position: absolute;
  left: -0.9375rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .two_box .tit h3 {
  color: #0E0F11;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .two_box .tit .p2 {
  color: #838D95;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .two_box .tit .p3 {
  color: #0E0F11;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .two_box .tit .p3 u {
  width: 1.3125rem;
  height: 1.3125rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con .two_box .tit .p3 span {
  color: #FFB743;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_tab_con.active {
  display: block;
}
.cn_pay_pop .cn_pay_content .con_pay_con .con_pay_unpload .bttn button {
  width: 100%;
  height: 3rem;
}

.message_div {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
}
.message_div .message_box {
  width: 90%;
  max-width: 37.5rem;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.875rem;
}
.message_div .message_box .top .title {
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  color: #003686;
}
.message_div .message_box .top .close1 {
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
}
.message_div .message_box .top .close1 i {
  font-size: 1.625rem;
}
.message_div .message_box .content {
  margin-top: 30px;
}
.message_div .message_box .content .contact .msg-a1 .inpt {
  width: 100%;
  background: #fff;
  border: 1px solid #8F8F8F;
  padding: 0 1em;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
}
.message_div .message_box .content .contact .div_aghgha {
  text-align: center;
}
.message_div .message_box .content .contact .div_aghgha button {
  display: inline-block;
  width: 10rem;
  height: 3.25rem;
  background: #25b2b1;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  border: unset;
  transition: all 0.4s;
  border-radius: 0.625rem;
}


.hidden{
    display: none;
}
.index_join_counci .text_box {
  text-align: center;
   /*background-color: rgba(37, 178, 177,.1);*/
}
.index_join_counci .text_box .title {
  text-align: center;
  font-size: 3.25rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 1.25rem;
}
.index_join_counci .text_box .desc {
  text-align: center;
  font-size: 1.25rem;
  color: #003686;
  line-height: 2.2;
}
.index_join_counci .text_box .desc p.p1{
    background: linear-gradient(90deg, #1BB6D1 40%, #8830df 45%, #E57489 50%, #8830df 60%, #96C1AC 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 900;
}
.index_join_counci .text_box .desc p.p2{
    background: linear-gradient(90deg, #1BB6D1 40%, #8830df 45%, #E57489 50%, #8830df 60%, #96C1AC 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 900;
font-size: 1.5rem;
}

.payment_info table {
  width: 100%;
}
.payment_info table tr td {
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  vertical-align: middle;
  padding: 1.25rem;
  font-size: 1.125rem;
  color: #333;
}
.payment_info table tr:nth-child(1) td {
  background-color: rgba(37, 178, 177, 0.2);
}
.payment_info .text_info {
  font-size: 1.125rem;
  line-height: 1.5;
}
.payment_info .text_info ul li {
  position: relative;
  padding-left: 0.625rem;
}
.payment_info .text_info ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.625rem;
  left: 0;
}

.joinus_box2 .lx-cont2 {
    height: 100%;
  background: #F5F5F5;
  padding-top: 1.25rem;
}
.joinus_box2 .title {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 600;
}
.joinus_box2 .lx-cont2 form {
  width: 85%;
  margin: 1.25rem auto 0;
  padding-bottom: 5.625rem;
}
.joinus_box2 .lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.joinus_box2 .lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #8F8F8F;
  padding: 0 1em;
  font-size: 0.875rem;
  line-height: 3.125rem;
  border-radius: 0.625rem;
}
.joinus_box2 .lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid 8F8F8F;
  padding: 0.75em 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
  display: block;
}
.joinus_box2 .lx-cont2 form .inpt {
  margin-top: 1.875rem;
}
.joinus_box2 .lx-cont2 form .input {
  display: flex;
}
.joinus_box2 .lx-cont2 form .input input {
  width: 1.25rem;
}
.joinus_box2 .lx-cont2 form .input p {
  padding-left: 0.9375rem;
  flex: 1;
  color: #8F8F8F;
  font-size: 0.875rem;
  font-weight: 400;
}
.joinus_box2 .lx-cont2 form .input p a {
  text-decoration: underline;
}
.joinus_box2 .lx-cont2 form .msg-a1 .inpt {
  width: 100%;
}
.joinus_box2 .lx-cont2 form .div_aghgha {
  margin-top: 3.125rem;
  text-align: center;
}
.joinus_box2 .lx-cont2 form .div_aghgha .more-b {
  display: inline-block;
  width: 10rem;
  height: 3.25rem;
  background: #25b2b1;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  border: unset;
  transition: all 0.4s;
  border-radius: 0.625rem;
}
.joinus_box2 .lx-cont2 form .div_aghgha .more-b:hover {
  background: #155293;
  transition: all 0.4s;
}

.council_box {
  padding-top: 7.5rem;
  padding-bottom: 18.75rem;
}
.council_box .council_bg {
  width: 100%;
  position: relative;
  border-radius: 1.875rem;
  background: linear-gradient(65deg, #bca07c 11.57%, #e0d2bb 81.47%);
}
.council_box .council_bg::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: solid 420px rgba(255, 255, 255, 0.2);
  border-right: solid 420px transparent;
  border-left: solid 420px transparent;
  z-index: 1;
}
.council_box .council_bg .council_desc {
  position: relative;
  z-index: 10;
  width: 80%;
  margin: 0 auto;
}
.council_box .council_bg .council_desc .iconimg {
  width: 8.25rem;
  height: 8.25rem;
  margin: 0 auto;
}
.council_box .council_bg .council_desc h1 {
  font-size: 2rem;
  margin-top: 0.8125rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(to right, #9A602E 10%, #CE9162 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.council_box .council_bg .council_desc h3 {
  margin-top: 0.8125rem;
  text-align: center;
  background: linear-gradient(to right, #9A602E 10%, #CE9162 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.0225rem;
  text-transform: capitalize;
}
.council_box .council_bg .council_desc .desc_box {
  border-radius: 1.875rem;
  background: linear-gradient(303deg, #E6D6C6 8.19%, #EBE2D0 89.56%);
  box-shadow: 0px 0px 1.25rem 0px #BA9869;
  padding: 3.3125rem 7.5rem;
  text-align: center;
}
.council_box .council_bg .council_desc .desc_box h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
  text-transform: capitalize;
  background: linear-gradient(309deg, #5B310D 0.37%, #CE9162 124.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.council_box .council_bg .council_desc .desc_box h4 {
  margin-top: 0.625rem;
  text-align: center;
  background: linear-gradient(to right, #9A602E 10%, #CE9162 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.0225rem;
  text-transform: capitalize;
}
.confer_pop .confer_pop_con .content .form-group .portlet-body {
  display: flex;
  justify-content: center;
}
/*.confer_pop .confer_pop_con .content .form-group .portlet-body .form-check:nth-child(1){*/
/*    display: none;*/
/*}*/
.confer_pop .confer_pop_con .content .form-group .portlet-body .form-check {
  width: 50%;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
}
/*.confer_pop .confer_pop_con .content .form-group .portlet-body .form-check:nth-child(1)::before {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 3.125rem;*/
/*  height: 3.125rem;*/
/*  background-image: url('../img/xxpay.svg');*/
/*  background-size: 100% 100%;*/
/*  position: absolute;*/
/*  left: 15%;*/
/*  top: -0.625rem;*/
/*}*/
.confer_pop .confer_pop_con .content .form-group .portlet-body .form-check:nth-child(1)::before {
  content: '';
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url('../img/beibao.svg');
  background-size: 100% 100%;
  position: absolute;
  left: 25%;
  top: -0.625rem;
}
.confer_pop .confer_pop_con .content .form-group .portlet-body .form-check .form-check-input {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -2.25rem;
}
.confer_pop .confer_pop_con .content .form-group .portlet-body .form-check .form-check-label {
  cursor: pointer;
}
.title-member{
        color:  #003686;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.375rem;
    font-weight: bold;
    text-align: center;
}
.member-uls li{
    text-align: center;
}
.member-uls li .tou-img{
    width: 200px;
    margin: 0 auto;
    
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid  #d3d3d3;
}

.p1-zw{
    margin-top: 1rem;
    color: #25B2B1;


    font-size: 1.125rem;
}
.p3-yy{
    margin-top: .3rem;
}
.p4-keshi{
margin-top: .3rem;
}
.p2-name{
    margin-top: .5rem;
     color:  #003686;    font-size: 1.125rem;
 font-weight: bold;
}
.p5-city{
       color:  #003686;
}
.member-uls{
 margin-top: 2rem;   
 display: flex;
}

.member-uls li{
  

    padding: .3rem;
}


.huiyuans .wh{
     width: 80%;
}
.tou-div1{
padding: 4rem 0;


}
.tou-div11,.tou-div3{
    background: #e8f1ff;
}

/*.tou-div2{*/
/*      background:  #eff5fd*/
/*}*/
.tops-coun{
    margin-bottom:  4rem;
}
.tou-div1 .titles{
     font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #003686;

}
.news_show.huiyuans{
    padding-bottom: 0;
}.news_show.huiyuans .txt{
    margin-bottom: 0;
}
.huiyuans>.title{
    font-size: 3rem;
}
.member-uls li .box-wz{
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem;
    font-size: 1.125rem;
height: 5.375rem;
    
    background: rgba(0, 54 ,134,.7);
}

.member-uls li .box-wz .pq2{
    font-size: .9rem;
    font-weight: bold;
}

.member-uls li .img .icon-cn {
    width: 2.5rem;
    left: .1rem;
    bottom: 4.5rem;
}
.member-uls li .img{
    border-radius: .5rem;
    overflow: hidden;    background:#8a9fbd ;
}.member-uls li .bj-div{
font-size: .9rem;
margin-top: 1rem;
}.member-uls2 li .img {
   
    background: transparent;
}
.member-uls2 li .img img {
  border: 2px solid  #ccc;

  width: 200px;
  background-color: #fff;
  height: 200px;
  object-fit: cover; border-radius: 100%;

    
}.member-uls2 li .box-wz{
  position: relative;
  margin-top: 1rem;
    background: transparent;
    padding: 0;
color: #003686;
    height: auto;
}.member-uls2 li .bj-div{
    margin-top: .5rem;
}

.member-uls2 li .img .icon-cn{
        width: 2.5rem;
        height: 2.5rem;
        
        border-radius: 100%;
}.member-uls2 li .img .icon-cn img{
    width: 100%;
    height: auto;
    
    border: none;
}.member-uls3 li .img .icon-cn{
    left: 2rem;
    bottom: auto;
    top: -4rem;
}.member-uls4 li .img .icon-cn{
    left: 1rem;
    bottom: auto;
    top: -4rem;
}
.neirds{
    font-size: 1.5rem;
}


.channel_course .title {
  color: #000;
  font-family: Inter;
  font-size: 2.4316rem;
  font-weight: 700;
  line-height: 3rem;
}
.channel_course .desc {
    margin-top: 1.25rem;
  color: #717171;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.channel_course .tit {
  color: #000;
  font-family: Inter;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.channel_course .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.channel_course .grid_box a .icon {
  border-radius: 1.25rem;
  background: #F1F3F5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.6875rem;
}
.channel_course .grid_box a .icon img {
  width: 7.9375rem;
  height: 7.9375rem;
}
.channel_course .grid_box a .tt {
  padding-top: 0.5rem;
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: center;
}
.channel_course .news_content .news_item {
  align-items: center;
  flex-wrap: wrap;
  padding: 1.25rem;
  min-height: 220px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  box-shadow: 1px 1px 40px rgba(132, 132, 132, 0.08);
  border: 1px solid #f1f3f5;
  border-radius: 0.625rem;
  background-color: #fff;
}
.channel_course .news_content .news_item .img {
  width: 43%;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.channel_course .news_content .news_item .desc {
  padding-left: 5rem;
  padding-right: 5.5625rem;
  width: 57%;
}
.channel_course .news_content .news_item .desc .allmore_box .allmore {
  margin-right: 1.25rem;
}
.channel_course .news_content .news_item .desc .txt {
  width: 100%;
}
.channel_course .news_content .news_item .desc .tag {
  font-size: 0.875rem;
  color: #25b2b1;
  font-weight: 700;
}
.channel_course .news_content .news_item .desc .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003686;
  margin-bottom: 0.625rem;
}
.channel_course .news_content .news_item .desc .time {
  font-size: 0.875rem;
  font-weight: 400;
}
.channel_course .news_content .news_item .desc .time i {
  margin-right: 0.625rem;
}
.list_course {
  padding-bottom: 8.125rem;
}
.list_course .top_course .row {
  align-items: center;
}
.list_course .top_course .row .left {
  padding-right: 5.625rem;
}
.list_course .top_course .row .left .over {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_course .top_course .row .right .title {
  color: #000;
  font-family: Inter;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 3rem;
}
.list_course .top_course .row .right .desc {
  margin-top: 1.375rem;
  color: #717171;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.list_course .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_course .grid_box .grid_item {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.list_course .grid_box .grid_item .over {
  position: relative;
}
.list_course .grid_box .grid_item .over::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(https://imgs-data-brwq.bcdn8.com/wtaa0211/uploads/rd/20260211112222.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.list_course .grid_box .grid_item .text {
  padding: 1.75rem 1.6875rem 2.125rem;
}
.list_course .grid_box .grid_item .text h3 {
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_course .grid_box .grid_item .text .p {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
}
.list_course .grid_box .grid_item .text .p .i {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.4375rem;
  border-radius: 50%;
  overflow: hidden;
}
.list_course .grid_box .grid_item .text .p .i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_course .grid_box .grid_item .text .p p {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.show_course .container {
  padding: 0 20rem;
}
.show_course .title {
  color: #000;
  font-family: Inter;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 3rem;
}
.show_course .title2 {
  color: #000;
  font-family: Inter;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.show_course .p {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.show_course .p .i {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.625rem;
  border-radius: 50%;
  overflow: hidden;
}
.show_course .p .i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show_course .p > p {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 1rem;
}
.show_course .price {
  margin-top: 1.375rem;
}
.show_course .price .pp {
  color: #25B2B1;
  font-family: Inter;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.show_course .content {
  color: #717171;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.show_course .content h3 {
  color: #000;
  font-family: Inter;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.show_course .content p {
  color: #717171;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.show_course .content video {
  border-radius: 1.25rem;
}
.show_course .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.show_course .grid_box .grid_item {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.show_course .grid_box .grid_item .over {
  position: relative;
}
.show_course .grid_box .grid_item .over::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(https://imgs-data-brwq.bcdn8.com/wtaa0211/uploads/rd/20260211112222.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.show_course .grid_box .grid_item .text {
  padding: 1.75rem 1.6875rem 2.125rem;
}
.show_course .grid_box .grid_item .text h3 {
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
}
.show_course .grid_box .grid_item .text .p {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
}
.show_course .grid_box .grid_item .text .p .i {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.4375rem;
  border-radius: 50%;
  overflow: hidden;
}
.show_course .grid_box .grid_item .text .p .i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show_course .grid_box .grid_item .text .p p {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.course_box {
  position: relative;
}
.course_box .news_content .news_item {
  align-items: center;
  flex-wrap: wrap;
  padding: 1.25rem;
  min-height: 220px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  box-shadow: 1px 1px 40px rgba(132, 132, 132, 0.08);
  margin-bottom: 2rem;
  border: 1px solid #f1f3f5;
  border-radius: 0.625rem;
  background-color: #fff;
}
.course_box .news_content .news_item .over {
  width: 45%;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.course_box .news_content .news_item .desc {
  padding-left: 5rem;
  padding-right: 5.5625rem;
  width: 55%;
}
.course_box .news_content .news_item .desc .allmore_box .allmore {
  margin-right: 1.25rem;
}
.course_box .news_content .news_item .desc .txt {
  width: 100%;
}
.course_box .news_content .news_item .desc .tag {
  font-size: 0.875rem;
  color: #25b2b1;
  font-weight: 700;
}
.course_box .news_content .news_item .desc .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003686;
  margin-bottom: 0.625rem;
}
.course_box .news_content .news_item .desc .time {
  font-size: 0.875rem;
  font-weight: 400;
}
.course_box .news_content .news_item .desc .time i {
  margin-right: 0.625rem;
}
.list_user_top {
  background: #F1F3F5;
  height: 30.5rem;
  padding-top: 11.875rem;
  position: relative;
}
.list_user_top::before {
  content: '';
  position: absolute;
  top: 25%;
  right: 5%;
  display: block;
  width: 15vw;
  height: 15vw;
  background-image: url('https://imgs-data-brwq.bcdn8.com/wtaa/uploadfile/202412/f6603fa3e278302.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.list_user_top .list_user_top_box {
  width: 50%;
  margin: 0 auto;
}
.list_user_top .list_user_top_box .avaimg_box .avaimg {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: #25b2b1;
  margin: 0 auto;
}
.list_user_top .list_user_top_box .avaimg_box .avaimg p {
  color: #FFF;
  font-size: 3.2046rem;
  font-weight: 500;
  line-height: 7.5rem;
  text-align: center;
  /* 270% */
}
.list_user_top .list_user_top_box .avaimg_box .avaimg .img {
  width: 2.375rem;
  height: 2.4375rem;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.list_user_top .list_user_top_box .avaimg_box .avaimg .img.active {
  display: block;
}
.list_user_top .list_user_top_box .user_name {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.375rem;
  text-align: center;
  /* 270% */
}
.list_user_top .list_user_top_box .user_info {
  color: #ACACAC;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: center;
}
.list_user_top .list_user_top_box .user_info span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.list_user_top .list_user_top_box .user_info.user_infob span {
  color: #FFB743;
}
.list_user_top .list_user_top_box .user_info.user_infop span {
  color: #0076B3;
}
.list_user_top .list_user_top_box .user_info.user_infoy span {
  color: #8830DF;
}
.list_user_top .list_user_top_tab {
  width: 90%;
  margin: 2.8rem auto 0;
  display: flex;
  justify-content: space-between;
}
.list_user_top .list_user_top_tab .list_user_top_li a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
}
.list_user_top .list_user_top_tab .list_user_top_li:hover {
  cursor: pointer;
  border-bottom: 2px solid #25b2b1;
  padding-bottom: 1.0625rem;
}
.list_user_top .list_user_top_tab .list_user_top_li:hover a {
  color: #25B2B1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
}
.list_user_top .list_user_top_tab .list_user_top_li.active {
  border-bottom: 2px solid #25b2b1;
  padding-bottom: 1.25rem;
}
.list_user_top .list_user_top_tab .list_user_top_li.active a {
  color: #25B2B1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.0225rem;
}
.list_user_top.yellow {
  background: linear-gradient(247deg, #F0E0BF -35.61%, #F6C36D 96.27%);
}
.list_user_top.yellow .list_user_top_box .avaimg_box .avaimg {
  background-color: #fff;
}
.list_user_top.yellow .list_user_top_box .avaimg_box .avaimg p {
  color: #000;
}
.list_user_top.yellow .list_user_top_box .user_info {
  color: #000;
}
.list_user_top.yellow .list_user_top_tab .list_user_top_li a {
  color: rgba(0, 0, 0, 0.6);
}
.list_user_top.yellow .list_user_top_tab .list_user_top_li.active {
  border-bottom: 2px solid #000;
}
.list_user_top.yellow .list_user_top_tab .list_user_top_li.active a {
  color: #000;
}
.list_user_top.purple {
  background: linear-gradient(247deg, #DCCAEE -35.63%, #CFB2EC -35.63%, #8830DF 100%);
}
.list_user_top.purple .list_user_top_box .user_name {
  color: #fff;
}
.list_user_top.purple .list_user_top_box .avaimg_box .avaimg {
  background-color: #fff;
}
.list_user_top.purple .list_user_top_box .avaimg_box .avaimg p {
  color: #8830DF;
}
.list_user_top.purple .list_user_top_box .user_info {
  color: #fff;
}
.list_user_top.purple .list_user_top_tab .list_user_top_li a {
  color: #fff;
}
.list_user_top.purple .list_user_top_tab .list_user_top_li.active {
  border-bottom: 2px solid #fff;
}
.list_user_top.purple .list_user_top_tab .list_user_top_li.active a {
  color: #fff;
}
.list_user_top.blue {
  background: linear-gradient(245deg, #9FDEFF -36.06%, #0076B3 63.19%);
}
.list_user_top.blue .list_user_top_box .avaimg_box .avaimg {
  background-color: #fff;
}
.list_user_top.blue .list_user_top_box .avaimg_box .avaimg p {
  color: #000;
}
.list_user_top.blue .list_user_top_box .user_info {
  color: #000;
}
.list_user_top.blue .list_user_top_tab .list_user_top_li a {
  color: rgba(0, 0, 0, 0.6);
}
.list_user_top.blue .list_user_top_tab .list_user_top_li.active {
  border-bottom: 2px solid #000;
}
.list_user_top.blue .list_user_top_tab .list_user_top_li.active a {
  color: #000;
}
.user_course .tabul {
  display: flex;
  align-items: center;
  margin: 0 -0.9375rem;
}
.user_course .tabul .tabli a {
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 0.9375rem;
}
.user_course .tabul .tabli.active a {
  color: #25B2B1;
}
.user_course .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.user_course .grid_box .grid_item {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.user_course .grid_box .grid_item .over {
  position: relative;
}
.user_course .grid_box .grid_item .over::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(https://imgs-data-brwq.bcdn8.com/wtaa0211/uploads/rd/20260211112222.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.user_course .grid_box .grid_item .text {
  padding: 1.75rem 1.6875rem 2.125rem;
}
.user_course .grid_box .grid_item .text h3 {
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
}
.user_course .grid_box .grid_item .text .p {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
}
.user_course .grid_box .grid_item .text .p .i {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.4375rem;
}
.user_course .grid_box .grid_item .text .p p {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.list_lecture {
  padding-top: 6.625rem;
  padding-bottom: 11rem;
}
.list_lecture .lecture_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.9375rem 6.5625rem;
}
.list_lecture .lecture_box .lecture_item a {
  display: flex;
  align-items: center;
}
.list_lecture .lecture_box .lecture_item .over {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.list_lecture .lecture_box .lecture_item .over img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_lecture .lecture_box .lecture_item .text {
  padding-left: 2.125rem;
  flex: 1;
}
.list_lecture .lecture_box .lecture_item .text h3 {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 600;
}
.list_lecture .lecture_box .lecture_item .text p {
  margin-top: 0.5625rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
}
.show_lecture {
  padding-top: 8.125rem;
}
.show_lecture .left {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.show_lecture .left .over {
  width: 15.125rem;
  height: 15.125rem;
  border-radius: 50%;
  margin: 0 auto;
}
.show_lecture .left .over img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show_lecture .left .tit {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1.125rem;
}
.show_lecture .right {
  padding-left: 3.75rem;
}
.show_lecture .right .desc {
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.show_lecture .right .desc p {
  margin-bottom: 0.625rem;
}
.show_lecture .title2 {
  color: #000;
  font-family: Inter;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.show_lecture .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.show_lecture .grid_box .grid_item {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.show_lecture .grid_box .grid_item .over {
  position: relative;
}
.show_lecture .grid_box .grid_item .over::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(https://imgs-data-brwq.bcdn8.com/wtaa0211/uploads/rd/20260211112222.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.show_lecture .grid_box .grid_item .text {
  padding: 1.75rem 1.6875rem 2.125rem;
}
.show_lecture .grid_box .grid_item .text h3 {
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
}
.show_lecture .grid_box .grid_item .text .p {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
}
.show_lecture .grid_box .grid_item .text .p .i {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.4375rem;
}
.show_lecture .grid_box .grid_item .text .p p {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
