/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
  display: block;
  max-width: 100%;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.warpin {
  width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
.pulic_head_cont {
  padding: 1rem 0;
}
.pulic_head_cont .warpin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_head_cont .logo {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #1d4ed8;
}
.pulic_head_cont .r_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .navi_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .navi_cont .li {
  font-size: 16px;
  color: #374151;
  padding: 8px 12px;
  border-radius: 3px;
  margin-left: 20px;
}
.pulic_head_cont .navi_cont .li:first-child {
  margin-left: 0;
}
.pulic_head_cont .navi_cont .li:hover,
.pulic_head_cont .navi_cont .li.active {
  background: #eff6ff;
  color: #2563eb;
}
.pulic_head_cont .user_login_cont {
  display: flex;
  align-items: center;
  margin-left: 100px;
}
.pulic_head_cont .user_login_cont .btn {
  font-size: 16px;
  background: #ffffff;
  color: #2563eb;
  border: 1px solid #2563eb;
  padding: 2px 15px;
  border-radius: 100px;
}
.pulic_head_cont .user_login_cont .btn.btn_reg {
  color: #ffffff;
  background: #2563eb;
  border: 1px solid #2563eb;
  margin-left: 10px;
}
.pulic_head_cont .user_login_cont .username {
  font-size: 16px;
  color: #2563eb;
  padding: 2px 6px;
  border-bottom: 2px solid #2563eb;
}
.pulic_head_cont .user_login_cont .out {
  font-size: 16px;
  padding: 2px 18px;
  border-radius: 100px;
  margin-left: 20px;
  cursor: pointer;
  color: #ffffff;
  background: #2563eb;
  border: 1px solid #89a9ef;
}
.index_baner_cont {
  background: linear-gradient(-45deg, #172C6B, #18338A, #26266A);
  padding: 80px 0;
  position: relative;
  text-align: center;
}
.index_baner_cont .title_head {
  margin-bottom: 16px;
}
.index_baner_cont .title_head h2 {
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  margin-bottom: 12px;
}
.index_baner_cont .title_head p {
  font-size: 24px;
  color: #fff;
}
.index_baner_cont .btn_dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.index_baner_cont .btn_dl .btn {
  padding: 12px 24px;
  border-radius: 5px;
  margin: 0 14px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.index_baner_cont .btn_dl .btn.btn_ys_1 {
  background: #fff;
  color: #2563eb;
}
.index_baner_cont .btn_dl .btn.btn_ys_2 {
  background: #2563eb;
  border: 2px solid #2563eb;
}
.index_baner_cont .btn_dl .btn:hover {
  transform: scale(1.1, 1.1);
}
.index_baner_cont .det_cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.index_baner_cont .det_cont .list {
  text-align: center;
  padding: 25px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.6s;
}
.index_baner_cont .det_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #bfdbfe;
}
.index_baner_cont .det_cont .list .num {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.index_baner_cont .det_cont .list .num span {
  font-size: 28px;
  line-height: 34px;
}
.index_baner_cont .det_cont .list .txt {
  font-size: 12px;
  color: #fff;
}
.index_baner_cont .det_cont .list:hover {
  transform: scale(1.05, 1.05);
}
.index_pulic_title {
  text-align: center;
  margin-bottom: 48px;
}
.index_pulic_title h2 {
  font-size: 30px;
  color: #111827;
  margin-bottom: 16px;
  font-weight: bold;
}
.index_pulic_title p {
  font-size: 20px;
  color: #4b5563;
  line-height: 28px;
}
.pulic_case_pd {
  padding: 64px 0;
}
.index_case_1 .last_cont {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.index_case_1 .last_cont .list {
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 10px;
  transition: all 0.6s;
}
.index_case_1 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  margin: 0 auto 16px;
}
.index_case_1 .last_cont .list .tle {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 8px;
}
.index_case_1 .last_cont .list .txt {
  font-size: 14px;
  line-height: 20px;
  color: #4b5563;
}
.index_case_1 .last_cont .list:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 6px 3px rgba(0, 0, 0, 0.1);
}
.index_case_2 {
  background: #f9fafb;
}
.index_case_2 .last_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.index_case_2 .last_cont .list_cont {
  padding: 24px;
  border: 2px solid #bfdbfe;
  border-radius: 8px;
  background: #fff;
  transition: all 0.7s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.index_case_2 .last_cont .list_cont:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.index_case_2 .last_cont .list_cont .tis_dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.index_case_2 .last_cont .list_cont .tis_dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.index_case_2 .last_cont .list_cont .tis_dl .dd {
  width: calc(100% - 48px);
  padding-left: 16px;
}
.index_case_2 .last_cont .list_cont .tis_dl .dd .title {
  margin-bottom: 12px;
}
.index_case_2 .last_cont .list_cont .tis_dl .dd .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #111827;
}
.index_case_2 .last_cont .list_cont .tis_dl .dd .title h3 {
  font-size: 18px;
  line-height: 28px;
  color: #4b5563;
}
.index_case_2 .last_cont .list_cont .tis_dl .dd .txt {
  font-size: 14px;
  color: #374151;
}
.index_case_2 .last_cont .list_cont .det_cont {
  margin-bottom: 24px;
}
.index_case_2 .last_cont .list_cont .det_cont .tle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #111827;
}
.index_case_2 .last_cont .list_cont .det_cont .det_dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.index_case_2 .last_cont .list_cont .det_cont .det_dl .dd {
  font-size: 14px;
  color: #374151;
}
.index_case_2 .last_cont .list_cont .data_cont {
  padding: 16px;
  margin-bottom: 24px;
}
.index_case_2 .last_cont .list_cont .data_cont .tle {
  font-size: 16px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 12px;
}
.index_case_2 .last_cont .list_cont .data_cont .dl_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_case_2 .last_cont .list_cont .data_cont .dl_cont .dl {
  width: 100%;
  text-align: center;
}
.index_case_2 .last_cont .list_cont .data_cont .dl_cont .dl .dt {
  font-size: 18px;
  color: #111827;
}
.index_case_2 .last_cont .list_cont .data_cont .dl_cont .dl .dd {
  font-size: 12px;
  color: #4b5563;
}
.index_case_2 .last_cont .list_cont .join_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 16px;
  background: #2563eb;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
}
.index_case_2 .last_cont .list_cont .join_btn:hover {
  transform: scale(1.05, 1.05);
}
.index_case_3 {
  background: #f9fafb;
}
.index_case_3 .last_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.index_case_3 .last_cont .list_cont {
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 24px;
  transition: all 0.8s;
}
.index_case_3 .last_cont .list_cont .tis_ava {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 4px solid #dbeafe;
  border-radius: 100%;
  overflow: hidden;
}
.index_case_3 .last_cont .list_cont .inf_cont {
  text-align: center;
  margin-bottom: 8px;
}
.index_case_3 .last_cont .list_cont .inf_cont .name {
  font-size: 18px;
  color: #111827;
  margin-bottom: 4px;
}
.index_case_3 .last_cont .list_cont .inf_cont .zw {
  font-size: 16px;
  color: #2563eb;
  margin-bottom: 4px;
}
.index_case_3 .last_cont .list_cont .inf_cont .qy {
  font-size: 14px;
  color: #6b7280;
}
.index_case_3 .last_cont .list_cont .tips {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 8px;
  background: #f3e8ff;
  font-size: 12px;
  color: #9333ea;
  margin-bottom: 16px;
}
.index_case_3 .last_cont .list_cont .bit_txt {
  font-size: 14px;
  color: #4b5563;
  font-style: italic;
  line-height: 22px;
  opacity: 0.7;
}
.index_case_3 .last_cont .list_cont:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.index_case_4 .title_deta_head {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.index_case_4 .news_cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 40px;
}
.index_case_4 .news_cont .news_list {
  background: #fff;
  transition: all 0.6s;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.index_case_4 .news_cont .news_list:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.index_case_4 .news_cont .news_list .new_i {
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.index_case_4 .news_cont .news_list .new_i img {
  display: block;
}
.index_case_4 .news_cont .news_list .tip_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.index_case_4 .news_cont .news_list .tip_time .tips {
  padding: 4px 8px;
  border-radius: 4px;
  background: #dbeafe;
  font-size: 12px;
  color: #1e40af;
}
.index_case_4 .news_cont .news_list .tip_time .time {
  font-size: 12px;
  color: #6b7280;
}
.index_case_4 .news_cont .news_list .title_head {
  font-size: 18px;
  color: #111827;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
.index_case_4 .news_cont .news_list .txt {
  font-size: 14px;
  color: #4b5563;
  line-height: 22px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 66px;
}
.index_case_4 .news_cont .news_list .bit_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 12px;
  color: #6b7280;
}
.index_case_4 .news_cont .news_list .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 12px;
  border: 2px solid #2563eb;
  border-radius: 8px;
  font-size: 14px;
  color: #2563eb;
  cursor: pointer;
}
.index_case_4 .news_cont .news_list .sub_btn:hover {
  background: #2563eb;
  color: #fff;
}
.pulic_more_cont {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.index_case_5 {
  background: #f9fafb;
}
.index_case5_baner {
  position: relative;
  overflow: hidden;
}
.index_case5_baner .swiper-slide {
  padding: 10px;
}
.index_case5_baner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.index_case5_baner .lists {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}
.index_case5_baner .lists .link_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin: 0 auto 8px;
  overflow: hidden;
}
.index_case5_baner .lists .link_i img {
  display: block;
  height: 100%;
}
.index_case5_baner .lists .txt {
  text-align: center;
  font-size: 15px;
  color: #111827;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.index_case5_baner .lists .desc {
  font-size: 12px;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  height: 110px;
}
.index_case5_baner .lists:hover {
  transform: translateY(-4px);
}
.index_case6_baner {
  margin-top: 20px;
}
.index_case_6 {
  background: #f9fafb;
}
.index_case_6 .last_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.index_case_6 .last_cont .list {
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}
.index_case_6 .last_cont .list:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.index_case_6 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0 auto 16px;
}
.index_case_6 .last_cont .list .tle {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111827;
}
.index_case_6 .last_cont .list .txt {
  font-size: 14px;
  color: #4b5563;
  line-height: 24px;
}
.index_case_7 {
  background: linear-gradient(to right, #2563eb, #4f46e5);
}
.index_case_7 .title_head {
  text-align: center;
  margin-bottom: 16px;
}
.index_case_7 .title_head h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.index_case_7 .title_head p {
  font-size: 20px;
  color: #dbeafe;
  line-height: 28px;
}
.index_case_7 .btn_dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.index_case_7 .btn_dl .btn {
  width: 160px;
  padding: 12px 0;
  border-radius: 5px;
  margin: 0 14px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.index_case_7 .btn_dl .btn.btn_ys_1 {
  background: #fff;
  color: #2563eb;
}
.index_case_7 .btn_dl .btn.btn_ys_2 {
  background: #2563eb;
  border: 2px solid #2563eb;
}
.index_case_7 .btn_dl .btn.btn_ys_3 {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.index_case_7 .btn_dl .btn:hover {
  transform: scale(1.1, 1.1);
}
.pulic_foot_cont {
  background: #1f2937;
  padding: 48px 32px;
}
.pulic_foot_cont .tis_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.pulic_foot_cont .tis_cont .l_about {
  width: 50%;
}
.pulic_foot_cont .tis_cont .l_about .tle {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 16px;
}
.pulic_foot_cont .tis_cont .l_about .txt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}
.pulic_foot_cont .tis_cont .l_about .email {
  font-size: 14px;
  color: #d1d5db;
  line-height: 24px;
}
.pulic_foot_cont .tis_cont .r_cont {
  width: 50%;
  display: flex;
}
.pulic_foot_cont .tis_cont .r_cont .list_cont {
  width: 50%;
}
.pulic_foot_cont .tis_cont .r_cont .list_cont .tle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}
.pulic_foot_cont .tis_cont .r_cont .list_cont .li {
  display: block;
  font-size: 16px;
  color: #d1d5db;
  line-height: 24px;
  margin-bottom: 10px;
}
.pulic_foot_cont .tis_cont .r_cont .list_cont .li a {
  color: #d1d5db;
}
.pulic_foot_cont .tis_cont .r_cont .list_cont .li a:hover {
  color: #fff;
}
.pulic_foot_cont .tis_cont .r_cont .list_cont .li:hover {
  color: #fff;
}
.pulic_foot_cont .tis_cont .r_cont .list_cont .txt {
  font-size: 16px;
  color: #d1d5db;
  line-height: 24px;
  margin-bottom: 10px;
}
.pulic_foot_cont .tis_cont .r_cont .list_cont .txt:hover {
  color: #fff;
}
.pulic_foot_cont .bit_copy {
  text-align: center;
  padding: 30px 0;
  color: #9ca3af;
  line-height: 24px;
  font-size: 16px;
}
.pulic_baner_cont {
  background: linear-gradient(to right, #2563eb, #9333ea);
  text-align: center;
  padding: 64px 0;
}
.pulic_baner_cont .title_head h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
.pulic_baner_cont .title_head p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 32px;
  line-height: 28px;
}
.pulic_baner_cont .btn_dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulic_baner_cont .btn_dl .btn {
  padding: 12px 24px;
  border-radius: 5px;
  margin: 0 14px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.pulic_baner_cont .btn_dl .btn.btn_ys_1 {
  background: #fff;
  color: #2563eb;
}
.pulic_baner_cont .btn_dl .btn.btn_ys_2 {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.pulic_baner_cont .btn_dl .btn:hover {
  transform: scale(1.1, 1.1);
}
.pulic_bg_1 {
  background: linear-gradient(to right, #9333ea, #db2777);
}
.pulic_bg_2 {
  background: linear-gradient(to right, #4f46e5, #9333ea);
}
.yxt_case_1 {
  background: #f9fafb;
}
.yxt_case_1 .last_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.yxt_case_1 .list_cont {
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.yxt_case_1 .list_cont:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.yxt_case_1 .list_cont .title_head h2 {
  font-size: 20px;
  line-height: 28px;
  color: #111827;
  margin-bottom: 12px;
  font-weight: bold;
}
.yxt_case_1 .list_cont .title_head p {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 16px;
  line-height: 24px;
}
.yxt_case_1 .list_cont .inf_dl {
  margin-bottom: 16px;
}
.yxt_case_1 .list_cont .inf_dl .dl {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.yxt_case_1 .list_cont .inf_dl .dl {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.yxt_case_1 .list_cont .det_cont h2 {
  font-size: 16px;
  color: #111827;
  margin-bottom: 8px;
}
.yxt_case_1 .list_cont .det_cont p {
  font-size: 14px;
  color: #4b5563;
  line-height: 20px;
}
.yxt_case_1 .list_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 16px;
  background: #2563eb;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.yxt_case_1 .btn_dl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.yxt_case_1 .btn_dl .btn_xuexi {
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  background: #2563eb;
}
.yxt_case_1 .btn_dl .btn_xuexi:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #154cc3;
}
.yxt_case_2 .det_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
}
.yxt_case_2 .det_nav .li {
  padding: 8px 32px;
  border-radius: 100px;
  background: #e5e7eb;
  font-size: 16px;
  color: #374151;
  cursor: pointer;
}
.yxt_case_2 .det_nav .li.active,
.yxt_case_2 .det_nav .li:hover {
  background: #2563eb;
  color: #ffffff;
}
.yxt_case_2 .last_cont {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.yxt_case_2 .last_cont .list_cont {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}
.yxt_case_2 .last_cont .list_cont:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.yxt_case_2 .last_cont .list_cont .tis_i {
  position: relative;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.yxt_case_2 .last_cont .list_cont .tis_i img {
  width: 100%;
}
.yxt_case_2 .last_cont .list_cont .tis_i .lv {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 4px 8px;
  background: #2563eb;
  font-size: 14px;
  color: #fff;
}
.yxt_case_2 .last_cont .list_cont .tis_i .pri {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  color: #fff;
}
.yxt_case_2 .last_cont .list_cont .det_cont {
  padding: 24px;
}
.yxt_case_2 .last_cont .list_cont .det_cont .name {
  font-size: 20px;
  font-weight: bold;
  color: #111827;
}
.yxt_case_2 .last_cont .list_cont .det_cont .txt {
  font-size: 16px;
  line-height: 24px;
  color: #4b5563;
  margin-bottom: 10px;
}
.yxt_case_2 .last_cont .list_cont .det_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.yxt_case_2 .last_cont .list_cont .det_dl .dd {
  font-size: 14px;
  color: #6b7280;
}
.yxt_case_2 .last_cont .list_cont .stu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  background: #2563eb;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.rck_head_content {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.rck_head_content .data_last {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}
.rck_head_content .data_last .dl {
  width: 100%;
  text-align: center;
}
.rck_head_content .data_last .dl .dt {
  font-size: 24px;
  color: #2563eb;
  font-weight: bold;
}
.rck_head_content .data_last .dl .dt.cor_1 {
  color: #16a34a;
}
.rck_head_content .data_last .dl .dt.cor_2 {
  color: #9333ea;
}
.rck_head_content .data_last .dl .dt.cor_3 {
  color: #ea580c;
}
.rck_head_content .data_last .dl .dd {
  font-size: 18px;
  color: #4b5563;
  line-height: 24px;
}
.rck_head_content .search_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.rck_head_content .search_cont .search_int {
  display: flex;
  align-items: center;
  height: 42px;
}
.rck_head_content .search_cont .search_int input {
  width: 448px;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  box-sizing: border-box;
}
.rck_head_content .search_cont .search_int .sousuoBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 5px;
  background: #2563eb;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.rck_head_content .search_cont .r_filter {
  display: flex;
  align-items: center;
}
.rck_head_content .search_cont .r_filter .li {
  padding: 8px 16px;
  border-radius: 8px;
  background: #e5e7eb;
  font-size: 16px;
  color: #374151;
  margin-right: 8px;
  cursor: pointer;
}
.rck_head_content .search_cont .r_filter .li.active,
.rck_head_content .search_cont .r_filter .li:hover {
  background: #2563eb;
  color: #fff;
}
.rck_head_content .tips_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.rck_head_content .tips_filter .dd {
  padding: 8px 16px;
  border-radius: 8px;
  background: #e5e7eb;
  font-size: 16px;
  color: #374151;
  cursor: pointer;
}
.rck_head_content .tips_filter .dd:hover,
.rck_head_content .tips_filter .dd.active {
  background: #374151;
  color: #fff;
}
.rck_inf_content {
  background: #fafafa;
}
.rck_inf_content .warpin {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.rck_inf_content .warpin.block {
  display: block;
}
.rck_inf_content .l_cont {
  grid-column: span 3 / span 3;
}
.rck_inf_content .r_cont {
  grid-column: span 1 / span 1;
}
.rck_inf_content .r_cont .hot_rank {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  margin-bottom: 20px;
}
.rck_inf_content .r_cont .hot_rank .title_head {
  font-size: 18px;
  color: #111827;
  margin-bottom: 12px;
  font-weight: bold;
}
.rck_inf_content .r_cont .hot_rank .rank_list {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.rck_inf_content .r_cont .hot_rank .rank_list .link_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #f3f4f6;
  font-size: 12px;
  color: #4b5563;
}
.rck_inf_content .r_cont .hot_rank .rank_list:nth-child(1) .link_num,
.rck_inf_content .r_cont .hot_rank .rank_list:nth-child(2) .link_num,
.rck_inf_content .r_cont .hot_rank .rank_list:nth-child(3) .link_num {
  background: #fef9c3;
  color: #854d0e;
}
.rck_inf_content .r_cont .hot_rank .rank_list .det_cont {
  width: calc(100% - 24px);
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
}
.rck_inf_content .r_cont .hot_rank .rank_list .det_cont .name {
  font-size: 14px;
  color: #111827;
}
.rck_inf_content .r_cont .hot_rank .rank_list .det_cont .zw {
  font-size: 12px;
  color: #6b7280;
}
.rck_inf_content .r_cont .hot_rank .rank_list .det_cont .num {
  font-size: 14px;
  color: #111827;
}
.rck_inf_content .r_cont .hot_rank .rank_list .det_cont .change {
  font-size: 12px;
}
.rck_inf_content .r_cont .hot_rank .rank_list .det_cont .change.cor_1 {
  color: #16a34a;
}
.rck_inf_content .r_cont .stati_inf {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  margin-bottom: 20px;
}
.rck_inf_content .r_cont .stati_inf .title_head {
  font-size: 18px;
  color: #111827;
  margin-bottom: 12px;
  font-weight: bold;
}
.rck_inf_content .r_cont .stati_inf .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.rck_inf_content .r_cont .stati_inf .dl .dt {
  font-size: 14px;
  color: #4b5563;
  line-height: 24px;
}
.rck_inf_content .r_cont .stati_inf .dl .dd {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.rck_inf_content .r_cont .qyzp_inf {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.rck_inf_content .r_cont .qyzp_inf .title_head {
  font-size: 18px;
  color: #1643a5;
  margin-bottom: 12px;
  font-weight: bold;
}
.rck_inf_content .r_cont .qyzp_inf .txt {
  font-size: 14px;
  color: #2563eb;
}
.rck_inf_content .r_cont .qyzp_inf .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 12px;
  border-radius: 5px;
  background: #2563eb;
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
  cursor: pointer;
}
.rck_inf_content .r_cont .course_data_last {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.rck_inf_content .r_cont .course_data_last .title_head {
  font-size: 18px;
  color: #1643a5;
  margin-bottom: 12px;
  font-weight: bold;
}
.rck_inf_content .r_cont .course_data_last .cou_dl .dd {
  padding: 5px 0;
  font-size: 14px;
  color: #333;
}
.rck_inf_content .r_cont .course_data_last .cou_dl .dd .js {
  margin-left: 10px;
  color: #e64c4c;
}
.rck_inf_content .rck_detail_list {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  transition: all 0.6s;
  display: flex;
}
.rck_inf_content .rck_detail_list:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.rck_inf_content .rck_detail_list .l_ava_cont {
  width: 80px;
}
.rck_inf_content .rck_detail_list .l_ava_cont .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 4px solid #dbeafe;
  overflow: hidden;
}
.rck_inf_content .rck_detail_list .l_ava_cont .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.rck_inf_content .rck_detail_list .r_det_cont {
  width: calc(100% - 80px);
  padding-left: 16px;
  position: relative;
}
.rck_inf_content .rck_detail_list .r_det_cont .name {
  font-size: 20px;
  color: #111827;
  font-weight: bold;
  margin-bottom: 4px;
}
.rck_inf_content .rck_detail_list .r_det_cont .xw {
  font-size: 16px;
  color: #2563eb;
  margin-bottom: 4px;
}
.rck_inf_content .rck_detail_list .r_det_cont .xx {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 8px;
}
.rck_inf_content .rck_detail_list .r_det_cont .hot {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 8px;
  background: #fee2e2;
  font-size: 12px;
  color: #991b1b;
  border-radius: 4px;
}
.rck_inf_content .rck_detail_list .r_det_cont .ll {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.rck_inf_content .rck_detail_list .r_det_cont .ll span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6b7280;
  margin-left: 16px;
}
.rck_inf_content .rck_detail_list .r_det_cont .ll span:first-child {
  margin-left: 0;
}
.rck_inf_content .rck_detail_list .r_det_cont .det_last {
  margin-bottom: 10px;
}
.rck_inf_content .rck_detail_list .r_det_cont .det_last .dt {
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}
.rck_inf_content .rck_detail_list .r_det_cont .det_last .tips_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.rck_inf_content .rck_detail_list .r_det_cont .det_last .tips_dl .dd {
  padding: 4px 8px;
  background: #fef9c3;
  font-size: 12px;
  color: #854d0e;
}
.rck_inf_content .rck_detail_list .r_det_cont .det_last .tips_dl .dd.bg_1 {
  background: #dbeafe;
  color: #1e40af;
}
.rck_inf_content .rck_detail_list .r_det_cont .cla_title {
  font-size: 16px;
  color: #111827;
  margin-bottom: 8px;
}
.rck_inf_content .rck_detail_list .r_det_cont .bit_seet {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rck_inf_content .rck_detail_list .r_det_cont .bit_seet .btn {
  padding: 6px 12px;
  border-radius: 6px;
  background: #2563eb;
  border: 2px solid #2563eb;
  font-size: 14px;
  color: #fff;
  margin-left: 8px;
  cursor: pointer;
}
.rck_inf_content .rck_detail_list .r_det_cont .bit_seet .btn.ys_1 {
  color: #2563eb;
  background: #fff;
}
.rck_inf_content .rck_recru_list {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  transition: all 0.6s;
  position: relative;
}
.rck_inf_content .rck_recru_list:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.rck_inf_content .rck_recru_list .recru_title {
  margin-bottom: 10px;
}
.rck_inf_content .rck_recru_list .recru_title .zw {
  font-size: 18px;
  color: #111827;
  margin-bottom: 6px;
  font-weight: bold;
}
.rck_inf_content .rck_recru_list .recru_title .com {
  font-size: 16px;
  color: #2563eb;
}
.rck_inf_content .rck_recru_list .tips_requi {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 4px 8px;
  background: #dcfce7;
  border-radius: 4px;
  font-size: 12px;
  color: #166534;
}
.rck_inf_content .rck_recru_list .labs_dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.rck_inf_content .rck_recru_list .labs_dl .dl {
  font-size: 14px;
  color: #4b5563;
}
.rck_inf_content .rck_recru_list .pos_det {
  padding: 12px 0;
  font-size: 14px;
  color: #4b5563;
}
.rck_inf_content .rck_recru_list .pos_requi {
  margin-bottom: 12px;
}
.rck_inf_content .rck_recru_list .pos_requi .tle {
  font-size: 16px;
  color: #111827;
}
.rck_inf_content .rck_recru_list .pos_requi .txt {
  font-size: 14px;
  color: #4b5563;
  padding: 5px 0;
}
.rck_inf_content .rck_recru_list .pos_requi .txt .disc {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2563eb;
  margin-right: 2px;
}
.rck_inf_content .rck_recru_list .welfare_dl {
  margin-bottom: 12px;
}
.rck_inf_content .rck_recru_list .welfare_dl .tle {
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}
.rck_inf_content .rck_recru_list .welfare_dl .dd_last {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.rck_inf_content .rck_recru_list .welfare_dl .dd_last .li {
  padding: 4px 8px;
  background: #dcfce7;
  font-size: 12px;
  color: #166534;
}
.rck_inf_content .rck_recru_list .com_inf {
  padding: 12px;
  background: #f9fafb;
}
.rck_inf_content .rck_recru_list .com_inf .tle {
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}
.rck_inf_content .rck_recru_list .com_inf .txt {
  font-size: 14px;
  color: #4b5563;
  line-height: 24px;
}
.rck_inf_content .rck_recru_list .bit_seet_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.rck_inf_content .rck_recru_list .bit_seet_cont .l_data {
  display: flex;
  align-items: center;
}
.rck_inf_content .rck_recru_list .bit_seet_cont .l_data .dd {
  font-size: 14px;
  color: #6b7280;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.rck_inf_content .rck_recru_list .bit_seet_cont .btn_cont {
  display: flex;
  align-items: center;
}
.rck_inf_content .rck_recru_list .bit_seet_cont .btn_cont .btn {
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: #2563eb;
  background: #fff;
  border: 2px solid #2563eb;
  margin-left: 6px;
  cursor: pointer;
}
.rck_inf_content .rck_recru_list .bit_seet_cont .btn_cont .btn.ys_1 {
  background: #2563eb;
  color: #fff;
}
.rck_inf_content .course_detail_cont {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  transition: all 0.6s;
}
.rck_inf_content .course_detail_cont .course_title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 14px;
}
.rck_inf_content .course_detail_cont .course_title.mb0 {
  margin-bottom: 0;
}
.rck_inf_content .course_detail_cont .video_cont {
  padding: 16px 0;
}
.rck_inf_content .course_detail_cont .video_cont video {
  display: block;
  width: 100%;
}
.rck_inf_content .course_detail_cont .title_head h2 {
  font-size: 20px;
  line-height: 28px;
  color: #111827;
  margin-bottom: 12px;
}
.rck_inf_content .course_detail_cont .title_head p {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 16px;
  line-height: 24px;
}
.rck_inf_content .course_detail_cont .title_head.fz16 p {
  font-size: 16px;
}
.rck_inf_content .course_detail_cont .inf_dl {
  margin-bottom: 16px;
}
.rck_inf_content .course_detail_cont .inf_dl .dl {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.rck_inf_content .course_detail_cont .inf_dl .dl {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.rck_inf_content .course_detail_cont .det_cont h2 {
  font-size: 16px;
  color: #111827;
  margin-bottom: 8px;
}
.rck_inf_content .course_detail_cont .det_cont p {
  font-size: 14px;
  color: #4b5563;
  line-height: 20px;
}
.rck_inf_content .course_detail_cont .video_detail {
  width: 100%;
}
.rck_inf_content .course_detail_cont .video_detail .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 14px;
}
.rck_inf_content .course_detail_cont .video_detail .txt {
  font-size: 14px;
  color: #333;
}
.rck_inf_content .course_detail_cont .video_detail img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.cla_last {
  margin-bottom: 16px;
}
.cla_last .list {
  padding: 8px 12px 12px;
  background: #f9fafb;
  margin-top: 8px;
}
.cla_last .list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cla_last .list .title .tle {
  font-size: 14px;
  color: #1f2937;
}
.cla_last .list .title .tips {
  padding: 2px 8px;
  background: #dcfce7;
  font-size: 12px;
  color: #166534;
  border-radius: 4px;
}
.cla_last .list .title .tips2 {
  padding: 2px 8px;
  background: #d53232;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
}
.cla_last .list .bit_det {
  position: relative;
}
.cla_last .list .bit_det .txt {
  font-size: 12px;
  color: #6b7280;
  padding: 0;
}
.cla_last .list .bit_det span {
  color: #f15151;
  margin-left: 10px;
  font-weight: bold;
}
.cla_last .list .bit_det .charge {
  padding: 10px 0 0 0;
  font-size: 14px;
}
.cla_last .list .bit_det .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 10px;
  background: #2563eb;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.pro_head_nav {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pro_head_nav .li {
  padding: 12px 24px;
  background: #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  color: #374151;
}
.pro_head_nav .li.active {
  background: #9333ea;
  color: #fff;
}
.cont_pulic_title {
  margin-bottom: 20px;
  text-align: center;
}
.cont_pulic_title h2 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #111827;
}
.cont_pulic_title p {
  font-size: 18px;
  color: #4b5563;
}
.cxcp_last_cont {
  background: #F9FAFB;
}
.cxcp_last_cont .cp_last {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cxcp_last_cont .cp_last .list {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  position: relative;
}
.cxcp_last_cont .cp_last .list:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 6px 3px rgba(0, 0, 0, 0.1);
}
.cxcp_last_cont .cp_last .list .count_tips {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  background: #dbeafe;
  color: #1e40af;
  z-index: 10;
}
.cxcp_last_cont .cp_last .list .tis_i {
  position: relative;
  display: block;
  width: 100%;
  height: 192px;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.cxcp_last_cont .cp_last .list .tis_i img {
  display: block;
  width: 100%;
}
.cxcp_last_cont .cp_last .list .tis_title {
  margin-bottom: 12px;
}
.cxcp_last_cont .cp_last .list .tis_title .name {
  font-size: 18px;
  color: #111827;
  font-weight: bold;
}
.cxcp_last_cont .cp_last .list .tis_title .lx {
  font-size: 14px;
  color: #4b5563;
}
.cxcp_last_cont .cp_last .list .det_cont {
  color: #374151;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cxcp_last_cont .cp_last .list .pri_inf {
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #f15151;
}
.cxcp_last_cont .cp_last .list .bit_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.cxcp_last_cont .cp_last .list .buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 12px;
  border-radius: 5px;
  background: #2563eb;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.cxcp_last_cont .cp_last .list .share {
  width: 80px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #2563eb;
  font-size: 14px;
  color: #2563eb;
  cursor: pointer;
}
.forum_last_cont {
  background: #F9FAFB;
}
.forum_last_cont .warpin {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.forum_last_cont .l_main_cont {
  grid-column: span 3 / span 3;
}
.forum_last_cont .l_main_cont .forum_list {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.forum_last_cont .l_main_cont .forum_list .l_ava {
  width: 50px;
  position: relative;
}
.forum_last_cont .l_main_cont .forum_list .l_ava .pin {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px;
  background: #ef4444;
  font-size: 12px;
  color: #fff;
  width: 90%;
  text-align: center;
  border-radius: 3px;
}
.forum_last_cont .l_main_cont .forum_list .l_ava .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
}
.forum_last_cont .l_main_cont .forum_list .r_cont {
  width: calc(100% - 50px);
  padding-left: 20px;
  position: relative;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .hot {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 8px;
  background: #dd621b;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .til_det {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .til_det .tip {
  padding: 4px 8px;
  border-radius: 3px;
  margin: 0 4px;
  background: #dbeafe;
  font-size: 12px;
  color: #1e40af;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .txt {
  font-size: 16px;
  color: #374151;
  line-height: 26px;
  margin-bottom: 16px;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .lab_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .lab_dl .dd {
  padding: 4px 8px;
  border-radius: 4px;
  background: #f3e8ff;
  font-size: 12px;
  color: #6b21a8;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .reply_post {
  padding: 12px;
  background: #f9fafb;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 16px;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .reply_post .post_name {
  color: #4b5563;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .reply_post .post_txt {
  color: #374151;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .bit_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .bit_btn .btn {
  padding: 6px 12px;
  border: 2px solid #2563eb;
  color: #2563eb;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
}
.forum_last_cont .l_main_cont .forum_list .r_cont .bit_btn .btn.join {
  background: #2563eb;
  color: #fff;
}
.forum_last_cont .r_main_cont {
  grid-column: span 1 / span 1;
}
.forum_last_cont .r_main_cont .hot_topic {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.forum_last_cont .r_main_cont .hot_topic .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 10px;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl .tle {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl .tle.tle_ys_1 {
  color: #2563eb;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl .tle.tle_ys_2 {
  color: #16a34a;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl .tle.tle_ys_3 {
  color: #9333ea;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl .tle.tle_ys_4 {
  color: #ea580c;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl .tle.tle_ys_5 {
  color: #dc2626;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl .txt {
  font-size: 12px;
  color: #6b7280;
}
.forum_last_cont .r_main_cont .hot_topic .topic_dl .dd {
  font-size: 12px;
  color: #16a34a;
}
.forum_last_cont .r_main_cont .acti_contr {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.forum_last_cont .r_main_cont .acti_contr .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 10px;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .ava_inf {
  width: 40px;
  position: relative;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .ava_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .ava_inf .num {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #fff;
  border-radius: 100%;
  background: #3b82f6;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .user_inf {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .user_inf .name {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #111827;
  line-height: 20px;
  font-weight: bold;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .user_inf .name .tip {
  padding: 2px 4px;
  font-weight: normal;
  font-size: 12px;
  margin-left: 8px;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .user_inf .name .tip.lv_1 {
  color: #991b1b;
  background: #fee2e2;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .user_inf .name .tip.lv_2 {
  color: #1e40af;
  background: #dbeafe;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .user_inf .name .tip.lv_3 {
  color: #166534;
  background: #dcfce7;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list .user_inf .txt {
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list:nth-child(1) .ava_inf .num {
  background: #eab308;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list:nth-child(2) .ava_inf .num {
  background: #9ca3af;
}
.forum_last_cont .r_main_cont .acti_contr .contr_list:nth-child(3) .ava_inf .num {
  background: #f97316;
}
.forum_last_cont .r_main_cont .quicl_action {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.forum_last_cont .r_main_cont .quicl_action .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 10px;
}
.forum_last_cont .r_main_cont .quicl_action .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid #2563eb;
  color: #2563eb;
  font-size: 14px;
  cursor: pointer;
}
.forum_last_cont .r_main_cont .quicl_action .btn_dl .btn:hover,
.forum_last_cont .r_main_cont .quicl_action .btn_dl .btn.active {
  background: #2563eb;
  color: #fff;
}
.forum_detail_main {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.forum_detail_main .title_head {
  margin-bottom: 25px;
}
.forum_detail_main .title_head .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.forum_detail_main .title_head .det_dl {
  display: flex;
  flex-wrap: wrap;
}
.forum_detail_main .title_head .det_dl .dl {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 12px;
  color: #666;
}
.forum_detail_main .title_head .det_dl .dl img {
  width: 20px;
  margin-right: 4px;
}
.forum_detail_main .det_txt p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}
.forum_detail_main .lab_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.forum_detail_main .lab_dl .dd {
  padding: 4px 8px;
  border-radius: 4px;
  background: #f3e8ff;
  font-size: 12px;
  color: #6b21a8;
}
.forum_count_main {
  margin-bottom: 20px;
}
.forum_count_main .title_head {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.forum_count_main .count_form {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.forum_count_main .count_form textarea {
  width: 100%;
  height: 180px;
  resize: none;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
}
.forum_count_main .count_form .bit_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}
.forum_count_main .count_form .bit_btn .btn {
  padding: 6px 24px;
  background: #2563eb;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}
.forum_last_main {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.forum_last_main .cout_list {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
}
.forum_last_main .cout_list:last-child {
  border-bottom: 0;
}
.forum_last_main .cout_list .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.forum_last_main .cout_list .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.forum_last_main .cout_list .det_cont {
  width: calc(100% - 40px);
  padding-left: 15px;
}
.forum_last_main .cout_list .det_cont .tle {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.forum_last_main .cout_list .det_cont .tle span {
  font-size: 12px;
  color: #666;
}
.forum_last_main .cout_list .det_cont .txt {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.about_baner_cont {
  padding: 80px 0;
  background: linear-gradient(to right, #2563eb, #4f46e5);
  text-align: center;
}
.about_baner_cont .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  margin-bottom: 24px;
}
.about_baner_cont .txt {
  font-size: 24px;
  line-height: 32px;
  color: #dbeafe;
  max-width: 70%;
  margin: 0 auto;
}
.pulic_about_bg {
  background: #F9FAFB;
}
.about_case_1 .warpin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.about_case_1 .list_cont {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}
.about_case_1 .list_cont:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.about_case_1 .list_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  width: 64px;
  height: 64px;
  border-radius: 100px;
}
.about_case_1 .list_cont .tle {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 16px;
}
.about_case_1 .list_cont .txt {
  font-size: 16px;
  color: #4b5563;
  line-height: 26px;
}
.about_case_2 .last_cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.about_case_2 .list {
  text-align: center;
}
.about_case_2 .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}
.about_case_2 .list .num {
  font-size: 30px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 12px;
}
.about_case_2 .list .txt {
  font-size: 16px;
  color: #4b5563;
}
.about_case_3 .year_main_cont {
  position: relative;
  padding: 40px 0;
}
.about_case_3 .year_main_cont::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #bfdbfe;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_case_3 .year_main_cont .list_cont {
  position: relative;
  display: flex;
  justify-content: flex-start;
  z-index: 2;
  margin-bottom: 40px;
}
.about_case_3 .year_main_cont .list_cont .disc {
  display: block;
  width: 24px;
  height: 24px;
  background: #2563eb;
  border: 4px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.about_case_3 .year_main_cont .list_cont .disc::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #fff;
}
.about_case_3 .year_main_cont .list_cont .deta_bg {
  padding-right: 32px;
  text-align: right;
  width: 50%;
}
.about_case_3 .year_main_cont .list_cont .deta_bg .cont {
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.about_case_3 .year_main_cont .list_cont .deta_bg .year {
  font-size: 24px;
  font-weight: bold;
  color: #2563eb;
  margin-bottom: 8px;
}
.about_case_3 .year_main_cont .list_cont .deta_bg .tle {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 8px;
}
.about_case_3 .year_main_cont .list_cont .deta_bg .txt {
  font-size: 14px;
  line-height: 24px;
  color: #4b5563;
}
.about_case_3 .year_main_cont .list_cont:nth-child(2n) {
  justify-content: flex-end;
}
.about_case_3 .year_main_cont .list_cont:nth-child(2n) .deta_bg {
  padding-left: 32px;
  padding-right: 0;
  text-align: left;
}
.about_case_4 .team_last {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.about_case_4 .team_last .list_cont {
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.6s;
  text-align: center;
}
.about_case_4 .team_last .list_cont:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.about_case_4 .team_last .list_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 16px;
}
.about_case_4 .team_last .list_cont .tle {
  font-size: 18px;
  color: #111827;
  line-height: 28px;
  font-weight: bold;
}
.about_case_4 .team_last .list_cont .zw {
  font-size: 16px;
  color: #2563eb;
  margin-bottom: 12px;
}
.about_case_4 .team_last .list_cont .txt {
  font-size: 14px;
  color: #4b5563;
  line-height: 20px;
}
.about_case_5 .contact_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.about_case_5 .contact_cont .list {
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  border-radius: 10px;
  text-align: center;
}
.about_case_5 .contact_cont .list:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}
.about_case_5 .contact_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 auto 16px;
}
.about_case_5 .contact_cont .list .tle {
  font-size: 16px;
  color: #111827;
  font-weight: bold;
  margin-bottom: 8px;
}
.about_case_5 .contact_cont .list .txt {
  font-size: 14px;
  color: #4b5563;
  line-height: 24px;
}
.user_head_baner {
  padding: 48px 0;
  background: linear-gradient(to right, #4f46e5, #9333ea);
  text-align: center;
}
.user_head_baner .title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
.user_head_baner .txt {
  font-size: 18px;
  color: #e0e7ff;
  line-height: 28px;
}
.user_main_cont .warpin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.user_main_cont .l_navi_cont {
  width: 256px;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .l_navi_cont .li {
  display: block;
  padding: 8px 12px;
  line-height: 24px;
  border-radius: 8px;
  font-size: 16px;
  color: #374151;
  margin-bottom: 16px;
  cursor: pointer;
}
.user_main_cont .l_navi_cont .li:hover {
  background: #f3f4f6;
}
.user_main_cont .l_navi_cont .li.active {
  background: #e0e7ff;
  color: #4338ca;
}
.user_main_cont .r_main_cont {
  width: calc(100% - 256px);
}
.user_main_cont .user_inf_cont {
  width: 100%;
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.user_main_cont .user_inf_cont .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 90px;
}
.user_main_cont .user_inf_cont .r_cont {
  width: calc(100% - 96px);
  padding-left: 20px;
  padding-right: 120px;
  position: relative;
}
.user_main_cont .user_inf_cont .r_cont .name {
  font-size: 24px;
  font-weight: bold;
  color: #111827;
}
.user_main_cont .user_inf_cont .r_cont .txt {
  font-size: 16px;
  line-height: 24px;
  color: #4b5563;
}
.user_main_cont .user_inf_cont .r_cont .time {
  font-size: 14px;
  color: #6b7280;
}
.user_main_cont .user_inf_cont .r_cont .change_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 2px solid #2563eb;
  border-radius: 8px;
  font-size: 16px;
  color: #2764eb;
  cursor: pointer;
}
.user_main_cont .user_pulic_title {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 16px;
}
.user_main_cont .user_forum_list {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.user_main_cont .user_forum_list .l_ava {
  width: 50px;
  position: relative;
}
.user_main_cont .user_forum_list .l_ava .pin {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px;
  background: #ef4444;
  font-size: 12px;
  color: #fff;
  width: 90%;
  text-align: center;
  border-radius: 3px;
}
.user_main_cont .user_forum_list .l_ava .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
}
.user_main_cont .user_forum_list .r_cont {
  width: calc(100% - 50px);
  padding-left: 20px;
  position: relative;
}
.user_main_cont .user_forum_list .r_cont .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.user_main_cont .user_forum_list .r_cont .hot {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 8px;
  background: #dd621b;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.user_main_cont .user_forum_list .r_cont .til_det {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}
.user_main_cont .user_forum_list .r_cont .til_det .tip {
  padding: 4px 8px;
  border-radius: 3px;
  margin: 0 4px;
  background: #dbeafe;
  font-size: 12px;
  color: #1e40af;
}
.user_main_cont .user_forum_list .r_cont .txt {
  font-size: 16px;
  color: #374151;
  line-height: 26px;
  margin-bottom: 16px;
}
.user_main_cont .user_forum_list .r_cont .lab_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.user_main_cont .user_forum_list .r_cont .lab_dl .dd {
  padding: 4px 8px;
  border-radius: 4px;
  background: #f3e8ff;
  font-size: 12px;
  color: #6b21a8;
}
.user_main_cont .user_forum_list .r_cont .reply_post {
  padding: 12px;
  background: #f9fafb;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 16px;
}
.user_main_cont .user_forum_list .r_cont .reply_post .post_name {
  color: #4b5563;
}
.user_main_cont .user_forum_list .r_cont .reply_post .post_txt {
  color: #374151;
}
.user_main_cont .user_forum_list .r_cont .bit_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.user_main_cont .user_forum_list .r_cont .bit_btn .btn {
  padding: 6px 12px;
  border: 2px solid #2563eb;
  color: #2563eb;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
}
.user_main_cont .user_forum_list .r_cont .bit_btn .btn.join {
  background: #2563eb;
  color: #fff;
}
.user_main_cont .user_order_group {
  padding: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.user_main_cont .user_order_group .title_head {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.user_main_cont .user_order_group .filter_cont .filter_last .tle {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 10px;
}
.user_main_cont .user_order_group .filter_cont .filter_last .nav_dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.user_main_cont .user_order_group .filter_cont .filter_last .nav_dd .dd {
  display: block;
  padding: 6px 12px;
  border-radius: 100px;
  background: #e5e7eb;
  font-size: 12px;
  color: #374151;
}
.user_main_cont .user_order_group .filter_cont .filter_last .nav_dd .dd.active {
  background: #2563eb;
  color: #fff;
}
.user_main_cont .user_order_last .list {
  padding: 14px 12px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
.user_main_cont .user_order_last .list .tis_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #ececec;
}
.user_main_cont .user_order_last .list .tis_cont .num_id {
  font-size: 14px;
  color: #333;
}
.user_main_cont .user_order_last .list .tis_cont .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #4d4d4d;
}
.user_main_cont .user_order_last .list .tis_cont .time .tips {
  display: block;
  padding: 6px 20px;
  border-radius: 100px;
  font-size: 12px;
  margin-left: 16px;
}
.user_main_cont .user_order_last .list .tis_cont .time .tips.zt_1 {
  color: #fff;
  background: #fb7888;
}
.user_main_cont .user_order_last .list .tis_cont .time .tips.zt_2 {
  color: #fff;
  background: #fdda4e;
}
.user_main_cont .user_order_last .list .tis_cont .time .tips.zt_3 {
  color: #fff;
  background: #3ad89a;
}
.user_main_cont .user_order_last .list .deta_cont {
  display: flex;
  align-items: self-start;
  padding: 12px 12px;
}
.user_main_cont .user_order_last .list .deta_cont .order_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
}
.user_main_cont .user_order_last .list .deta_cont .order_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_main_cont .user_order_last .list .deta_cont .inf_cont {
  width: calc(100% - 96px);
  position: relative;
  padding-left: 15px;
}
.user_main_cont .user_order_last .list .deta_cont .inf_cont .name {
  font-size: 18px;
  color: #111827;
  margin-bottom: 24px;
}
.user_main_cont .user_order_last .list .deta_cont .inf_cont .seet_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_main_cont .user_order_last .list .deta_cont .inf_cont .pri {
  font-size: 20px;
  font-weight: bold;
  color: #111827;
}
.user_main_cont .user_order_last .list .deta_cont .inf_cont .btn_dl {
  display: flex;
  align-items: center;
}
.user_main_cont .user_order_last .list .deta_cont .inf_cont .btn {
  padding: 6px 16px;
  background: #e5e7eb;
  font-size: 14px;
  color: #111827;
  border-radius: 8px;
  margin-left: 10px;
  cursor: pointer;
}
.user_main_cont .cor_1 {
  color: #2563eb;
}
.user_main_cont .cor_2 {
  color: #2563eb;
}
.user_main_cont .cor_3 {
  color: #2563eb;
}
.user_main_cont .cor_4 {
  color: #2563eb;
}
.user_main_cont .user_basic_cont {
  width: 100%;
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.user_main_cont .user_basic_cont .dl_cont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.user_main_cont .user_basic_cont .dl_cont .dl {
  width: 50%;
}
.user_main_cont .user_basic_cont .dl_cont .dl .dt {
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  margin-bottom: 4px;
}
.user_main_cont .user_basic_cont .dl_cont .dl .dd {
  font-size: 16px;
  color: #111827;
}
.user_main_cont .user_record_inf {
  width: 100%;
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
}
.user_main_cont .user_record_inf .record_last {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.user_main_cont .user_record_inf .record_last .dl {
  text-align: center;
  padding: 20px 0;
}
.user_main_cont .user_record_inf .record_last .dl .dt {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.user_main_cont .user_record_inf .record_last .dl .dd {
  font-size: 14px;
  color: #6b7280;
}
.user_main_cont .user_record_prog {
  width: 100%;
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
}
.user_main_cont .user_record_prog .prog_list {
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}
.user_main_cont .user_record_prog .prog_list:last-child {
  border-bottom: 0;
}
.user_main_cont .user_record_prog .prog_list .head_tle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.user_main_cont .user_record_prog .prog_list .head_tle .tle {
  font-size: 16px;
  color: #111827;
}
.user_main_cont .user_record_prog .prog_list .head_tle .zt {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #1e40af;
  background: #dbeafe;
}
.user_main_cont .user_record_prog .prog_list .head_tle .zt.zt_1 {
  background: #dcfce7;
  color: #166534;
}
.user_main_cont .user_record_prog .prog_list .prog_line {
  display: flex;
  align-items: center;
}
.user_main_cont .user_record_prog .prog_list .prog_line .line {
  width: 95%;
  position: relative;
  height: 8px;
  border-radius: 100px;
  overflow: hidden;
  background: #e5e7eb;
}
.user_main_cont .user_record_prog .prog_list .prog_line .line .ing {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #2563eb;
}
.user_main_cont .user_record_prog .prog_list .prog_line .line_num {
  width: 5%;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}
.user_main_cont .user_certif_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.user_main_cont .user_certif_cont .list {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .user_certif_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 16px;
}
.user_main_cont .user_certif_cont .list .name {
  font-size: 16px;
  color: #111827;
  margin-bottom: 8px;
}
.user_main_cont .user_certif_cont .list .lv {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 4px;
}
.user_main_cont .user_certif_cont .list .time {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;
}
.user_main_cont .user_certif_cont .list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 2px solid #2563eb;
  font-size: 14px;
  color: #2563eb;
  margin: 0 auto;
  cursor: pointer;
}
.user_main_cont .user_paycerti_cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.user_main_cont .user_paycerti_cont .list {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.user_main_cont .user_paycerti_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 16px;
}
.user_main_cont .user_paycerti_cont .list .name {
  font-size: 20px;
  color: #111827;
  margin-bottom: 8px;
  font-weight: bold;
}
.user_main_cont .user_paycerti_cont .list .day {
  font-size: 18px;
  color: #111827;
  margin-bottom: 8px;
}
.user_main_cont .user_paycerti_cont .list .time {
  font-size: 20px;
  font-weight: bold;
  color: #6b7280;
}
.user_main_cont .user_paycerti_cont .list.active {
  background: #e0e7ff;
}
.user_main_cont .user_paycerti_cont .list.active .name {
  color: #4338ca;
}
.user_main_cont .user_paycerti_cont .list.active .time {
  color: red;
}
.user_main_cont .user_recruit_cont .recruit_title_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .user_recruit_cont .recruit_title_head .tle {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.user_main_cont .user_recruit_cont .recruit_title_head .add_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  background: #3B82F6;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
}
.user_main_cont .user_recruit_cont .recruit_list {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .user_recruit_cont .recruit_list .recru_title {
  margin-bottom: 10px;
}
.user_main_cont .user_recruit_cont .recruit_list .recru_title .zw {
  font-size: 18px;
  color: #111827;
  margin-bottom: 6px;
  font-weight: bold;
}
.user_main_cont .user_recruit_cont .recruit_list .recru_title .com {
  font-size: 16px;
  color: #2563eb;
}
.user_main_cont .user_recruit_cont .recruit_list .tips_requi {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 4px 8px;
  background: #dcfce7;
  border-radius: 4px;
  font-size: 12px;
  color: #166534;
}
.user_main_cont .user_recruit_cont .recruit_list .det_dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.user_main_cont .user_recruit_cont .recruit_list .det_dl .dd {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  color: #333;
}
.user_main_cont .user_recruit_cont .recruit_list .det_dl .dd img {
  width: 20px;
}
.user_main_cont .user_recruit_cont .recruit_list .pos_requi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0;
}
.user_main_cont .user_recruit_cont .recruit_list .pos_requi .tle {
  font-size: 14px;
  color: #333;
}
.user_main_cont .user_recruit_cont .recruit_list .pos_requi .last {
  display: flex;
  flex-wrap: wrap;
}
.user_main_cont .user_recruit_cont .recruit_list .pos_requi .last .txt {
  font-size: 14px;
  color: #4b5563;
  padding: 0 5px;
}
.user_main_cont .user_recruit_cont .recruit_list .pos_requi .last .txt .disc {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2563eb;
  margin-right: 2px;
}
.user_main_cont .user_recruit_cont .recruit_list .welfare_dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0;
}
.user_main_cont .user_recruit_cont .recruit_list .welfare_dl .tle {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.user_main_cont .user_recruit_cont .recruit_list .welfare_dl .dd_last {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.user_main_cont .user_recruit_cont .recruit_list .welfare_dl .dd_last .li {
  padding: 4px 8px;
  background: #dcfce7;
  font-size: 12px;
  color: #166534;
}
.user_main_cont .user_recruit_cont .recruit_list .com_inf {
  padding: 12px;
  background: #f9fafb;
}
.user_main_cont .user_recruit_cont .recruit_list .com_inf .tle {
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}
.user_main_cont .user_recruit_cont .recruit_list .com_inf .txt {
  font-size: 14px;
  color: #4b5563;
  line-height: 24px;
}
.user_main_cont .user_recruit_cont .recruit_list .det_txt {
  font-size: 14px;
  color: #333;
  pading: 12px 0;
}
.user_main_cont .user_recruit_cont .recruit_list .seet_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: 1px solid #ececec;
  margin-top: 14px;
}
.user_main_cont .user_recruit_cont .recruit_list .seet_cont .time {
  text-align: center;
  font-size: 14px;
  color: #666;
}
.user_main_cont .user_recruit_cont .recruit_list .seet_cont .btn_cont {
  display: flex;
  align-items: center;
}
.user_main_cont .user_recruit_cont .recruit_list .seet_cont .btn_dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 6px;
}
.user_main_cont .user_recruit_cont .recruit_list .seet_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
  border: 1px solid #666;
  border-radius: 7px;
}
.user_main_cont .user_recruit_cont .recruit_list .seet_cont .btn_dl .btn.btn_ys_1 {
  border: 1px solid #DD2C28;
  color: #DD2C28;
}
.user_main_cont .user_recruit_cont .recruit_list .seet_cont .btn_dl .btn.btn_ys_2 {
  border: 1px solid #3264EA;
  color: #3264EA;
  background: #EFF6FF;
}
.user_main_cont .paycerti_sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 2px solid #2563eb;
  font-size: 14px;
  color: #2563eb;
  margin: 20px auto;
  cursor: pointer;
}
.user_main_cont .paycerti_sub_code {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #fff;
  margin: 0 auto;
}
.user_main_cont .paycerti_sub_code img {
  max-width: 240px;
  max-height: 240px;
}
.user_main_cont .recruit_tab_cont {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .recruit_tab_cont table {
  width: 100%;
}
.user_main_cont .recruit_tab_cont table th {
  padding: 10px 15px;
  font-size: 18px;
  color: #333;
  border: 1px solid #ececec;
}
.user_main_cont .recruit_tab_cont table td {
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ececec;
}
.user_main_cont .zp_grounp_from {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .zp_grounp_from .form_title {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.user_main_cont .zp_grounp_from .dt {
  font-size: 14px;
  color: #333;
  padding: 6px 0;
}
.user_main_cont .zp_grounp_from .dt em {
  color: red;
  display: inline-block;
  vertical-align: top;
}
.user_main_cont .zp_grounp_from .int_last {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.user_main_cont .zp_grounp_from .int_last .int_dl .dd input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
.user_main_cont .zp_grounp_from .int_last .int_dl .dd select {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
.user_main_cont .zp_grounp_from .int_last .int_dl .dd select.delab {
  background: #E9E9ED;
}
.user_main_cont .zp_grounp_from .det_dl .dd textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  font-size: 14px;
  color: #333;
}
.user_main_cont .zp_grounp_from .bit_sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  border-radius: 6px;
  background: #2563EB;
  font-size: 18px;
  color: #fff;
  margin: 30px auto 0;
  border: none;
}
.user_main_cont .user_activ_cont {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .user_activ_cont .activ_list {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}
.user_main_cont .user_activ_cont .activ_list .tle {
  font-size: 16px;
  color: #111827;
}
.user_main_cont .user_activ_cont .activ_list .time {
  font-size: 14px;
  color: #6b7280;
}
.user_main_cont .user_activ_cont .activ_list .tip {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 8px;
  border-radius: 4px;
  background: #dbeafe;
  font-size: 12px;
  color: #1e40af;
}
.user_main_cont .user_activ_cont .activ_list:last-child {
  border-bottom: 0;
}
.user_main_cont .user_anno_cont {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .user_anno_cont .anno_list {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  position: relative;
  margin-bottom: 12px;
}
.user_main_cont .user_anno_cont .anno_list.new {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}
.user_main_cont .user_anno_cont .anno_list .tle {
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}
.user_main_cont .user_anno_cont .anno_list .txt {
  font-size: 14px;
  color: #4b5563;
}
.user_main_cont .user_anno_cont .anno_list .time {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: #6b7280;
}
.user_main_cont .user_seet_cont {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.user_main_cont .user_seet_cont .seet_dl {
  margin-top: 12px;
}
.user_main_cont .user_seet_cont .seet_dl .tle {
  font-size: 16px;
  line-height: 24px;
  color: #111827;
  font-weight: bold;
  margin-bottom: 10px;
}
.user_main_cont .user_seet_cont .seet_dl .bit_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 44px;
  border-radius: 8px;
  border: 2px solid #2563eb;
  color: #2563eb;
  font-size: 16px;
  cursor: pointer;
}
.user_main_cont .user_seet_cont .seet_dl .cek_dl {
  display: flex;
  font-size: 14px;
  color: #374151;
  margin-bottom: 6px;
}
.user_main_cont .user_seet_cont .seet_dl .cek_dl input {
  margin-right: 8px;
}
.rck_table_main {
  padding: 20px 40px;
  background: #fff;
  border-radius: 10px;
  margin: 30px auto;
}
.rck_table_main.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}
.rck_table_main.fixed .contain_main {
  box-shadow: none;
}
.rck_table_main.active {
  display: block;
}
.rck_table_main .contain_main {
  width: 680px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: #fff;
}
.rck_table_main .title_head {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #2563eb;
  margin-bottom: 20px;
}
.rck_table_main .dl {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.rck_table_main .dl .dt {
  width: 100px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
}
.rck_table_main .dl .sex_lab {
  display: flex;
  align-items: center;
}
.rck_table_main .dl .sex_lab label {
  display: flex;
  align-items: center;
  height: 50px;
  margin-right: 20px;
}
.rck_table_main .dl .sex_lab label input {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.rck_table_main .dl .dd {
  width: calc(100% - 100px);
  padding-left: 10px;
}
.rck_table_main .dl .dd input[type="text"] {
  width: 100%;
  height: 45px;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #efefef;
  font-size: 16px;
}
.rck_table_main .dl .dd input[type="text"]:focus {
  border: 1px solid #3C83F6FF;
  box-shadow: #FFFFFFFF 0px 0px 0px 0px, #3C83F67F 0px 0px 0px 2px, #00000000 0px 0px 0px 0px;
}
.rck_table_main .dl .dd textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  font-size: 16px;
}
.rck_table_main .dl .dd textarea:focus {
  border: 1px solid #3c83f6;
  box-shadow: #ffffff 0px 0px 0px 0px, rgba(60, 131, 246, 0.5) 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.rck_table_main .upload_img_last .dt {
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
}
.rck_table_main .upload_img_last .img_last {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.rck_table_main .upload_img_last .img_last .list .tle {
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rck_table_main .upload_img_last .img_last .upload_img {
  width: 100%;
}
.rck_table_main .upload_img_last .upload_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border: 2px dashed #e2e8f0;
  border-radius: 8px;
}
.rck_table_main .upload_img_last .upload_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.rck_table_main .upload_img_last .upload_img:hover {
  border: 2px dashed rgba(60, 131, 246, 0.5);
}
.rck_table_main .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 10px 0;
  border-radius: 5px;
  background: #2563eb;
  margin: 30px auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: none;
}
.rck_class_cont {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  margin: 20px auto;
}
.rck_class_cont .title_head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.rck_class_cont .cal_last {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.rck_class_cont .cal_last .list {
  width: 100%;
}
.rck_class_cont .cal_last .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  border: 1px solid #efefef;
}
.rck_class_cont .cal_last .list .tis_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.rck_class_cont .cal_last .list .txt {
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  color: #333;
}
.pulic_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.pulic_dc_bg.active {
  display: block;
}
.pulic_dc_cont {
  display: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50vw;
  z-index: 11;
}
.pulic_dc_cont .title_head {
  font-size: 22px;
  color: #333;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #ececec;
  font-weight: bold;
}
.pulic_dc_cont .shut_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.pulic_dc_cont .shut_btn img {
  width: 14px;
}
.pulic_dc_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  background: #2563eb;
  border-radius: 5px;
  margin: 20px auto;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: none;
}
.forum_release_dc {
  width: 40vw;
  max-height: 65vh;
  overflow-y: scroll;
}
.forum_release_dc .int_dl {
  margin-bottom: 10px;
  padding: 0 20px;
}
.forum_release_dc .int_dl.none {
  display: none;
}
.forum_release_dc .int_dl .dt {
  font-size: 18px;
  color: #333;
  padding: 20px 0;
}
.forum_release_dc .int_dl .dd input[type="text"] {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  font-size: 16px;
  color: #333;
  border-radius: 6px;
}
.forum_release_dc .int_dl .dd .check_dl {
  overflow: hidden;
  width: 100%;
}
.forum_release_dc .int_dl .dd .check_dl .cont {
  display: flex;
  flex-wrap: wrap;
  max-height: 240px;
  overflow-y: scroll;
  gap: 10px;
  /* 设置整个滚动条的样式 */
  /* 设置滚动条的滑块部分的样式 */
  /* 设置滚动条轨道的样式 */
  /* 设置滚动条按钮的样式 */
  /* 设置滚动条轨道的分割部分的样式 */
  /* 设置滚动条角落的样式 */
}
.forum_release_dc .int_dl .dd .check_dl .cont::-webkit-scrollbar {
  width: 10px;
  /* 滚动条宽度 */
  height: 10px;
  /* 滚动条高度 */
}
.forum_release_dc .int_dl .dd .check_dl .cont::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* 滑块颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
.forum_release_dc .int_dl .dd .check_dl .cont::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 轨道颜色 */
}
.forum_release_dc .int_dl .dd .check_dl .cont::-webkit-scrollbar-button {
  display: none;
  /* 隐藏按钮 */
}
.forum_release_dc .int_dl .dd .check_dl .cont::-webkit-scrollbar-track-piece {
  background-color: transparent;
  /* 透明 */
}
.forum_release_dc .int_dl .dd .check_dl .cont::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
  /* 角落颜色 */
}
.forum_release_dc .int_dl .dd .check_dd {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.forum_release_dc .int_dl .dd .check_dd input {
  margin-right: 10px;
}
.forum_release_dc .int_dl .dd select {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  font-size: 16px;
  color: #333;
  border-radius: 6px;
}
.forum_release_dc .int_dl .dd textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 16px;
  color: #333;
  border: 1px solid #efefef;
  border-radius: 6px;
}
.forum_join_dc {
  width: 40vw;
}
.forum_join_dc .int_dl {
  padding: 0 20px;
  margin-bottom: 20px;
}
.forum_join_dc .int_dl .dt {
  font-size: 18px;
  color: #333;
  padding: 20px 0;
}
.forum_join_dc .int_dl .dd textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 16px;
  color: #333;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.expert_dc {
  width: 40vw;
}
.expert_dc .int_dl {
  padding: 0 20px;
  margin-bottom: 20px;
}
.expert_dc .int_dl .dt {
  font-size: 18px;
  color: #333;
  padding: 20px 0;
}
.expert_dc .int_dl .dd textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 16px;
  color: #333;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.login_contain {
  padding: 50px 0 140px;
}
.login_contain .cont_main {
  width: 530px;
  margin: 0 auto;
}
.login_contain .tis_logo {
  text-align: center;
  margin-bottom: 40px;
}
.login_contain .tis_logo img {
  display: block;
  margin: 0 auto;
  width: 78px;
}
.login_contain .tis_logo h2 {
  font-size: 30px;
  font-weight: bold;
  color: #1f1e1e;
  margin-bottom: 18px;
}
.login_contain .int_dl {
  margin-bottom: 10px;
}
.login_contain .int_dl .dt {
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
.login_contain .int_dl .dd {
  width: 100%;
  display: flex;
  align-items: center;
}
.login_contain .int_dl .dd input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
}
.login_contain .int_dl .dd .code_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 45px;
  margin-left: 10px;
  border: 1px solid #3568ff;
  background: #f0f3fd;
  font-size: 16px;
  color: #3366ff;
  border-radius: 5px;
  cursor: pointer;
}
.login_contain .forgot {
  padding: 14px 0;
  text-align: right;
  font-size: 15px;
}
.login_contain .forgot a {
  color: #3366ff;
}
.login_contain .login_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #3366ff;
  font-size: 18px;
  color: #ffffff;
  margin: 40px auto 10px;
  border: none;
  cursor: pointer;
}
.login_contain .login_cont .bits {
  padding: 10px 0;
  text-align: right;
  font-size: 18px;
  color: #343843;
}
.login_contain .login_cont .bits .regis {
  color: #5fbb2e;
}
.login_contain .regis_bits {
  padding: 10px 0;
  font-size: 16px;
  color: #343843;
}
.login_contain .regis_bits a {
  color: #678bf6;
  padding: 0 5px;
}
.news_detail_cont {
  padding: 20px 0;
}
.news_detail_cont .detail_cont {
  padding: 20px;
  min-height: 340px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  margin-bottom: 40px;
}
.news_detail_cont .detail_cont .title_head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.news_detail_cont .detail_cont .deta_txt {
  font-size: 14px;
  line-height: 24px;
}
.product_detail_cont {
  padding: 20px 0;
  background: #f5f5f5;
}
.product_detail_cont .warpin {
  width: 1100px;
}
.product_detail_cont .tis_content {
  display: flex;
  justify-content: space-between;
}
.product_detail_cont .tis_content .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43%;
  border-radius: 10px;
  overflow: hidden;
}
.product_detail_cont .tis_content .l_img img {
  display: block;
  width: 100%;
}
.product_detail_cont .tis_content .r_det_cont {
  width: 52%;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.product_detail_cont .tis_content .r_det_cont .title_head .tips {
  display: inline-block;
  padding: 4px 16px;
  background: #DBEAFE;
  color: #2745B0;
  border-radius: 100px;
  font-size: 12px;
}
.product_detail_cont .tis_content .r_det_cont .title_head h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0d0c0c;
  margin-top: 6px;
}
.product_detail_cont .tis_content .r_det_cont .price_cont {
  font-size: 30px;
  font-weight: bold;
  color: #2563EB;
}
.product_detail_cont .tis_content .r_det_cont .inf_cont {
  padding: 15px 0;
}
.product_detail_cont .tis_content .r_det_cont .inf_cont p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
.product_detail_cont .tis_content .r_det_cont .txt_cont {
  padding: 0 0 30px 0;
}
.product_detail_cont .tis_content .r_det_cont .txt_cont p {
  font-size: 16px;
  color: #757677;
  line-height: 24px;
  margin-bottom: 20px;
}
.product_detail_cont .tis_content .r_det_cont .txt_cont p:last-child {
  margin-bottom: 0;
}
.product_detail_cont .tis_content .r_det_cont .btn_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  width: 100%;
}
.product_detail_cont .tis_content .r_det_cont .btn_cont .btn_gm {
  width: 100%;
}
.product_detail_cont .tis_content .r_det_cont .btn_cont .btn_sc {
  width: 120px;
}
.product_detail_cont .tis_content .r_det_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 50px;
  background: #fff;
  border: 1px solid #2563eb;
  border-radius: 5px;
  font-size: 16px;
  color: #2563eb;
  margin-left: 20px;
}
.product_detail_cont .tis_content .r_det_cont .btn.btn_ys_1 {
  background: #2563eb;
  border: 1px solid #2563eb;
  color: #fff;
}
.product_detail_cont .tis_content .r_det_cont .share_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  background: #fff;
  border: 1px solid #2563eb;
  border-radius: 5px;
  font-size: 16px;
  color: #2563eb;
  margin-left: 20px;
}
.product_detail_cont .tis_content .r_det_cont .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  background: #2563eb;
  border: 1px solid #2563eb;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
}
.product_detail_cont .bit_content {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}
.product_detail_cont .bit_content .title_head {
  border-bottom: 1px solid #ededed;
}
.product_detail_cont .bit_content .title_head span {
  display: inline-block;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 3px solid #2563eb;
  font-size: 14px;
  color: #2563eb;
}
.product_detail_cont .bit_content .title_nav {
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.product_detail_cont .bit_content .title_nav .li {
  padding: 20px 40px;
  background: #fff;
  font-size: 16px;
  color: #0d0c0c;
}
.product_detail_cont .bit_content .bit_deta_cont {
  position: relative;
}
.product_detail_cont .bit_content .txt {
  font-size: 16px;
  line-height: 32px;
}
.product_detail_cont .bit_content .dl {
  margin-bottom: 20px;
}
.product_detail_cont .bit_content .dl .dt {
  font-size: 35px;
  color: #2563eb;
  margin-bottom: 10px;
}
.product_detail_cont .bit_content .dl .dd {
  font-size: 17px;
  color: #333333;
}
.bit_content .txt {
  padding: 20px;
}
.video_sp_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}
.video_cont {
  padding: 16px 0;
  position: relative;
}
.video_cont .video_mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.video_cont .video_mb .beizhu {
  color: darkred;
}
.video_cont video {
  display: block;
  width: 100%;
  height: 320px;
}
.news_detail_content .title_head {
  text-align: center;
  padding: 30px 0 10px;
  border-bottom: 1px solid #e7e7e7;
}
.news_detail_content .title_head h2 {
  color: #3a3939;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 6px;
}
.news_detail_content .title_head span {
  margin: 0 30px;
  font-size: 16px;
  color: #656565;
}
.news_detail_content .bit_detail {
  font-size: 16px;
  margin: 20px 0;
  color: #2d2d2d;
}
.emptys {
  text-align: center;
  font-size: 22px;
  color: #818181;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 40px;
}
.w-12 {
  width: 48px;
}
.w-16 {
  width: 64px;
}
.w-2 {
  width: 8px;
}
.w-20 {
  width: 80px;
}
.w-24 {
  width: 96px;
}
.w-3 {
  width: 12px;
}
.w-32 {
  width: 128px;
}
.w-4 {
  width: 16px;
}
.w-40 {
  width: 160px;
}
.w-5 {
  width: 20px;
}
.w-6 {
  width: 24px;
}
.w-60 {
  width: 240px;
}
.w-64 {
  width: 256px;
}
.w-8 {
  width: 32px;
}
.h-10 {
  height: 40px;
}
.h-12 {
  height: 48px;
}
.h-16 {
  height: 64px;
}
.h-2 {
  height: 8px;
}
.h-20 {
  height: 80px;
}
.h-24 {
  height: 96px;
}
.h-3 {
  height: 12px;
}
.h-32 {
  height: 128px;
}
.h-4 {
  height: 16px;
}
.h-40 {
  height: 160px;
}
.h-5 {
  height: 20px;
}
.h-6 {
  height: 24px;
}
.h-60 {
  height: 240px;
}
.h-64 {
  height: 256px;
}
.h-8 {
  height: 32px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
svg {
  display: inline-block;
  vertical-align: middle;
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
/*# sourceMappingURL=app.css.map */