/*通用类*/
* {
  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: rgba(10, 14, 39, 0.9);
  overflow-x: hidden;
  text-align: justify;
  color: #fff;
}
.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;
}
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;
  border-radius: 4px;
}
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;
}
input:focus {
  outline: none;
  border-color: #00ffff !important;
  box-shadow: rgba(0, 255, 255, 0.5) 0px 0px 10px 0px;
}
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;
}
.pulic_head_cont {
  padding: 16px 24px;
  box-shadow: inset 0 0 14px 3px rgba(0, 255, 255, 0.2);
  border: 1px solid rgba(0, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 14, 39, 0.9);
}
.pulic_head_cont .l_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .l_cont .logo {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.pulic_head_cont .l_cont .logo h1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  position: relative;
}
.pulic_head_cont .l_cont .logo h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
}
.pulic_head_cont .l_cont .nav_dl {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.pulic_head_cont .l_cont .nav_dl .li {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  color: #e0e7ff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.pulic_head_cont .l_cont .nav_dl .li:hover,
.pulic_head_cont .l_cont .nav_dl .li.active {
  border: 1px solid #00ffff;
}
.pulic_head_cont .r_cont {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pulic_head_cont .user_seet_cont {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  box-shadow: inset 0 0 14px 3px rgba(0, 255, 255, 0.2);
  font-size: 16px;
  color: #e0e7ff;
}
.pulic_head_cont .user_seet_cont .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 8px;
  background: #fff;
}
.pulic_head_cont .user_seet_cont .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_main_cont {
  display: flex;
  padding-top: 84px;
  height: 100vh;
  background: rgba(10, 14, 39, 0.9);
}
.pulic_main_cont .l_main {
  width: 256px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  box-shadow: inset 0 0 14px 3px rgba(0, 255, 255, 0.2);
  transition: all 0.8s;
}
.pulic_main_cont .l_main .title_head {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px;
  font-size: 16px;
  color: #00ffff;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  box-shadow: inset 0 0 14px 3px rgba(0, 255, 255, 0.2);
}
.pulic_main_cont .l_main .title_head .arr {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: 20px;
  height: 20px;
  font-size: 16px;
  color: #00ffff;
  font-family: "黑体";
}
.pulic_main_cont .l_main .nav_last {
  padding: 8px;
}
.pulic_main_cont .l_main .nav_last .list {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  color: #e0e7ff;
  border-left: 2px solid rgba(0, 0, 0, 0);
  overflow: hidden;
  margin-bottom: 4px;
}
.pulic_main_cont .l_main .nav_last .list .i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.pulic_main_cont .l_main .nav_last .list .i img {
  width: 100%;
}
.pulic_main_cont .l_main .nav_last .list:hover {
  background: rgba(0, 255, 255, 0.1);
}
.pulic_main_cont .l_main .nav_last .list.active {
  background: linear-gradient(to right, #00ffff30, rgba(10, 14, 39, 0.05));
  color: #00ffff;
  border: none;
  border-left: 2px solid #00ffff;
}
.pulic_main_cont .r_pulic_main {
  padding: 24px;
  width: 100%;
}
.index_case_1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
.index_case_1 .list {
  padding: 24px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
}
.index_case_1 .list .tle {
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 16px;
}
.index_case_1 .list .num {
  font-size: 30px;
  font-weight: bold;
  color: #e0e7ff;
  margin-bottom: 8px;
  text-shadow: 0px 0px 10px #00ffff;
}
.index_case_1 .list .zt {
  font-size: 14px;
}
.index_case_1 .list .zt.zt_1 {
  color: oklch(0.792 0.209 151.711);
}
.index_case_1 .list .zt.zt_2 {
  color: oklch(0.704 0.191 22.216);
}
.case_pulic_title {
  font-size: 30px;
  font-weight: bold;
  color: #e0e7ff;
  margin-bottom: 16px;
  text-shadow: 0px 0px 10px #00ffff;
  position: relative;
}
.case_pulic_title .export_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid #00ffff;
  background: rgba(0, 255, 255, 0.04);
  font-size: 16px;
  color: #00f6f7;
  box-shadow: rgba(0, 255, 255, 0.04) 0px 0px 0.766611px 0px;
}
.index_case_2 {
  padding: 24px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 20px;
}
.index_case_2 .tab_cont table {
  border: none;
  width: 100%;
}
.index_case_2 .tab_cont thead {
  padding: 0 16px;
  border-bottom: 2px solid #00ffff;
}
.index_case_2 .tab_cont thead td {
  font-size: 16px;
  color: #00ffff;
}
.index_case_2 .tab_cont tr {
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
}
.index_case_2 .tab_cont tr:hover {
  background: #1a2238;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
}
.index_case_2 .tab_cont td {
  padding: 12px 0;
  font-size: 16px;
  color: #e0e7ff;
}
.index_case_2 .tab_cont td .cor_1 {
  color: #00ffff;
}
.index_case_3 {
  padding: 24px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
}
.index_case_3 .last_cont {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.index_case_3 .last_cont .list {
  border-radius: 10px;
  padding: 16px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  background: #0f1421;
  box-shadow: rgba(0, 255, 255, 0.5) 0px 0px 10px 0px, rgba(0, 255, 255, 0.5) 0px 0px 10px 0px inset;
}
.index_case_3 .last_cont .list .tle {
  font-size: 14px;
  color: #9ca3af;
  margin: 8px;
}
.index_case_3 .last_cont .list .num {
  font-size: 24px;
  font-weight: bold;
}
.index_case_3 .last_cont .list .num.cor_1 {
  text-shadow: #00ffff 0px 0px 10px;
  color: #00ffff;
}
.index_case_3 .last_cont .list .num.cor_2 {
  text-shadow: #ff00ff 0px 0px 10px;
  color: #ff00ff;
}
.index_case_3 .last_cont .list .num.cor_3 {
  text-shadow: #0080ff 0px 0px 10px;
  color: #0080ff;
}
.index_case_3 .last_cont .list .num.cor_4 {
  text-shadow: #8000ff 0px 0px 10px;
  color: #8000ff;
}
.index_case_3 .last_cont .list .num.cor_5 {
  text-shadow: #ff1493 0px 0px 10px;
  color: #ff1493;
}
.adver_search_content {
  padding: 16px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 24px;
  background: #151b2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.adver_search_content .search_int_cont {
  width: 70%;
}
.adver_search_content .search_int_cont input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #e0e7ff;
  background: none;
}
.adver_search_content .filter_dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 29%;
  gap: 16px;
}
.adver_search_content .filter_dl .dd {
  box-shadow: rgba(0, 255, 255, 0.5) 0px 0px 10px 0px, rgba(0, 255, 255, 0.5) 0px 0px 10px 0px inset;
  border-radius: 4px;
  border: 2px solid rgba(0, 255, 255, 0.3);
  font-size: 16px;
  color: #e0e7ff;
  padding: 8px 16px;
}
.adver_search_content .filter_dl .dd:hover,
.adver_search_content .filter_dl .dd.active {
  border: 2px solid #00ffff;
  color: #00ffff;
}
.adver_table_content {
  width: 100%;
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: #e0e7ff;
  font-size: 16px;
  border-radius: 10px;
  background: #151b2e;
}
.adver_table_content table {
  width: 100%;
}
.adver_table_content table thead {
  border-bottom: 2px solid #00ffff;
}
.adver_table_content table thead td {
  color: #00ffff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px;
}
.adver_table_content table tbody tr {
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
}
.adver_table_content table tbody td {
  padding: 12px 16px;
}
.adver_table_content .adver_inf {
  display: flex;
  align-items: center;
}
.adver_table_content .adver_inf .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 36px;
}
.adver_table_content .adver_inf .i img {
  display: block;
  max-width: 100%;
}
.adver_table_content .adver_inf .inf_dl {
  padding-left: 10px;
}
.adver_table_content .adver_inf .inf_dl .tle {
  font-size: 16px;
  color: #e0e7ff;
  margin-bottom: 4px;
}
.adver_table_content .adver_inf .inf_dl .tips {
  display: flex;
  gap: 6px;
}
.adver_table_content .adver_inf .inf_dl .tips .dd {
  padding: 2px 8px;
  background: oklab(0.905387 -0.149403 -0.0393822 / 0.2);
  color: #00ffff;
  font-size: 12px;
  border-radius: 4px;
}
.adver_table_content .adver_review {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #00ffff;
}
.adver_table_content .cor_1 {
  color: #ff00ff;
}
.adver_table_content .zt {
  background: oklab(0.551 -0.00265162 -0.0268695 / 0.2);
  padding: 4px 12px;
  color: oklch(0.707 0.022 261.325);
  border-radius: 3px;
  font-size: 12px;
}
.adver_table_content .zt.zt_1 {
  background: oklab(0.723 -0.18885 0.110891 / 0.2);
  color: oklch(0.792 0.209 151.711);
}
.adver_table_content .zt.zt_2 {
  background: oklab(0.795 0.0126846 0.183562 / 0.2);
  color: oklch(0.852 0.199 91.936);
}
.adver_table_content .btn {
  display: inline-block;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 12px;
  border: 2px solid rgba(0, 0, 0, 0);
  color: #9ca3af;
}
.adver_table_content .btn.btn_ys_1 {
  border: 2px solid #00ffff;
  color: #00ffff;
}
.adver_review_dc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  padding: 24px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  background: #151b2e;
  border-radius: 10px;
}
.adver_review_dc .title_head {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #e0e7ff;
  text-shadow: #00ffff 0px 0px 10px;
}
.adver_review_dc .pro_inf_cont {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.adver_review_dc .pro_inf_cont .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.adver_review_dc .pro_inf_cont .pro_i img {
  display: block;
  width: 100%;
}
.adver_review_dc .pro_inf_cont .pro_inf {
  width: calc(100% - 72px);
  padding-left: 20px;
}
.adver_review_dc .pro_inf_cont .pro_inf .tle {
  font-size: 20px;
  margin-bottom: 4px;
  color: #e0e7ff;
  font-weight: bold;
}
.adver_review_dc .pro_inf_cont .pro_inf .bits_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.adver_review_dc .pro_inf_cont .pro_inf .bits_dl .dd {
  color: #00ffff;
  padding: 4px 8px;
  background: oklab(0.905387 -0.149403 -0.0393822 / 0.2);
  border-radius: 4px;
  font-size: 14px;
}
.adver_review_dc .line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px auto;
  background: linear-gradient(90deg, transparent, #00ffff, transparent);
}
.adver_review_dc .inf_cont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.adver_review_dc .inf_cont .dl_list .dt {
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 4px;
}
.adver_review_dc .inf_cont .dl_list .dd {
  font-size: 16px;
  font-weight: bold;
  color: #e0e7ff;
}
.adver_review_dc .inf_cont .dl_list .cor_1 {
  color: #ff00ff;
}
.adver_review_dc .det_cont .tle {
  font-size: 16px;
  color: #00ffff;
  margin-bottom: 8px;
}
.adver_review_dc .det_cont .txt {
  font-size: 16px;
  color: #9ca3af;
  line-height: 26px;
}
.adver_review_dc .bit_btn {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.adver_review_dc .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  color: #e0e7ff;
}
.adver_review_dc .bit_btn .btn.shut_btn {
  border: 2px solid rgba(0, 255, 255, 0.3);
  box-shadow: rgba(0, 255, 255, 0.5) 0px 0px 10px 0px, rgba(0, 255, 255, 0.5) 0px 0px 10px 0px inset;
}
.adver_review_dc .bit_btn .btn.sub_btn {
  color: #00ffff;
  border: 2px solid #00ffff;
}
.adver_review_apply {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  background: #151b2e;
  border-radius: 10px;
  width: 462px;
}
.adver_review_apply .title_head {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #e0e7ff;
  text-shadow: #00ffff 0px 0px 10px;
}
.adver_review_apply .int_dl {
  margin-bottom: 16px;
}
.adver_review_apply .int_dl .dt {
  font-size: 16px;
  margin-bottom: 8px;
  color: #9ca3af;
  line-height: 24px;
}
.adver_review_apply .int_dl .dd select {
  padding: 8px 16px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 4px;
  background: #0f1421;
  font-size: 16px;
  color: #e0e7ff;
}
.adver_review_apply .int_dl .dd textarea {
  width: 100%;
  height: 114px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  color: #e0e7ff;
}
.adver_review_apply .bits_txt {
  width: 100%;
  padding: 16px;
  border: 1px solid oklab(0.795 0.0126846 0.183562 / 0.3);
  border-radius: 10px;
  font-size: 16px;
  color: #e0e7ff;
}
.adver_review_apply .bit_btn {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.adver_review_apply .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  color: #e0e7ff;
}
.adver_review_apply .bit_btn .btn.shut_btn {
  border: 2px solid rgba(0, 255, 255, 0.3);
  box-shadow: rgba(0, 255, 255, 0.5) 0px 0px 10px 0px, rgba(0, 255, 255, 0.5) 0px 0px 10px 0px inset;
}
.adver_review_apply .bit_btn .btn.sub_btn {
  color: #00ffff;
  border: 2px solid #00ffff;
}
.data_nav_head {
  padding: 8px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.data_nav_head .li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  line-height: 28px;
  border: 2px solid rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #e0e7ff;
  border-radius: 4px;
}
.data_nav_head .li.active {
  border: 2px solid #00ffff;
  color: #00ffff;
}
.data_nav_head .li:hover {
  background: #00ffff;
  color: #000;
}
.data_filter_cont {
  padding: 16px 8px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 24px;
}
.data_filter_cont .filter_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.data_filter_cont .filter_cont .list {
  width: 100%;
}
.data_filter_cont .filter_cont .list .tle {
  margin-bottom: 10px;
  font-size: 16px;
  color: #9ca3af;
}
.data_filter_cont .filter_cont .list .int input {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  background: none;
  border: 1px solid rgba(0, 255, 255, 0.3);
}
.data_filter_cont .bit_btn {
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.data_filter_cont .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 44px;
  border-radius: 4px;
  border: 2px solid #00ffff;
  color: #00ffff;
  font-size: 16px;
}
.data_total_cont {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.data_total_cont .list {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  color: #e0e7ff;
}
.data_total_cont .list .tle {
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 8px;
}
.data_total_cont .list .num {
  font-size: 30px;
}
.data_total_cont .list .num.cor_1 {
  color: #e0e7ff;
  text-shadow: #00ffff 0px 0px 10px;
}
.data_total_cont .list .num.cor_2 {
  color: #ff00ff;
  text-shadow: #ff00ff 0px 0px 10px;
}
.data_total_cont .list .num.cor_3 {
  color: #0080ff;
  text-shadow: #0080ff 0px 0px 10px;
}
.data_total_cont .list .num.cor_4 {
  color: #8000ff;
  text-shadow: #8000ff 0px 0px 10px;
}
.data_tab_cont {
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 24px;
}
.data_tab_cont table {
  border: none;
  width: 100%;
}
.data_tab_cont thead {
  border-bottom: 2px solid #00ffff;
}
.data_tab_cont thead th {
  padding: 12px 16px;
  font-size: 16px;
  color: #00ffff;
}
.data_tab_cont tr {
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
}
.data_tab_cont tr:hover {
  background: #1a2238;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
}
.data_tab_cont td {
  padding: 12px 16px;
  font-size: 16px;
  color: #e0e7ff;
}
.data_tab_cont td .cor_1 {
  color: #00ffff;
}
.data_tab_cont td .cor_2 {
  color: oklch(0.704 0.191 22.216);
}
.data_tab_cont td .cor_3 {
  color: #00ffff;
}
.data_tab_cont td .zt {
  background: oklab(0.551 -0.00265162 -0.0268695 / 0.2);
  padding: 4px 12px;
  color: oklch(0.707 0.022 261.325);
  border-radius: 3px;
  font-size: 12px;
}
.data_tab_cont td .zt.zt_1 {
  background: oklab(0.723 -0.18885 0.110891 / 0.2);
  color: oklch(0.792 0.209 151.711);
}
.data_tab_cont td .zt.zt_2 {
  background: oklab(0.795 0.0126846 0.183562 / 0.2);
  color: oklch(0.852 0.199 91.936);
}
.account_sett_main {
  width: 50vw;
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  padding: 24px;
}
.account_sett_main .user_ava {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.account_sett_main .user_ava .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  overflow: hidden;
}
.account_sett_main .user_ava .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.account_sett_main .user_ava .inf_cont {
  width: calc(100% - 96px);
  padding-left: 15px;
}
.account_sett_main .user_ava .inf_cont .tle {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 28px;
  color: #e0e7ff;
}
.account_sett_main .user_ava .inf_cont .ava_upload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 44px;
  padding: 8px 16px;
  border: 2px solid #00ffff;
  font-size: 16px;
  color: #00ffff;
}
.account_sett_main .int_last_cont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.account_sett_main .int_last_cont .int_dl .tle {
  font-size: 16px;
  margin-bottom: 8px;
  color: #9ca3af;
}
.account_sett_main .int_last_cont .int_dl .int input {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  font-size: 16px;
  color: #e0e7ff;
  box-sizing: border-box;
  background: none;
}
.account_sett_main .int_last_cont .int_dl.w100 {
  grid-column: span 2 / 3;
}
.account_sett_main .line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px auto;
  background: linear-gradient(90deg, transparent, #00ffff, transparent);
}
.account_sett_main .bit_btn {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.account_sett_main .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid #00ffff;
  color: #00ffff;
  font-size: 16px;
}
.main_title {
  font-size: 18px;
  color: #e0e7ff;
  text-shadow: #00ffff 0px 0px 10px;
  line-height: 28px;
  padding: 16px 0;
}
.record_time_filter {
  padding: 16px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 16px;
}
.record_time_filter .tle {
  font-size: 16px;
  margin-bottom: 8px;
  color: #9ca3af;
}
.record_time_filter .time_sele {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 16px;
  color: #9ca3af;
}
.record_time_filter .time_sele .sle {
  width: 100%;
  height: 44px;
  background: none;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 5px;
  padding: 0 16px;
  font-size: 16px;
  color: #e0e7ff;
}
.record_time_filter .time_sele .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 44px;
  border: 2px solid #00ffff;
  font-size: 16px;
  color: #00ffff;
  border-radius: 4px;
}
.message_last_cont {
  width: 50vw;
}
.message_last_cont .list_cont {
  padding: 16px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 14px;
}
.message_last_cont .list_cont .title {
  position: relative;
  margin-bottom: 16px;
  font-size: 18px;
  color: #e0e7ff;
  display: flex;
  align-items: center;
}
.message_last_cont .list_cont .title .disc {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 8px;
  background: #00ffff;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.message_last_cont .list_cont .title .tle_seet {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.message_last_cont .list_cont .title .tle_seet .time {
  padding: 0 15px;
  font-size: 14px;
  color: #9ca3af;
}
.message_last_cont .list_cont .title .tle_seet .del_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid oklch(0.704 0.191 22.216);
  color: oklch(0.704 0.191 22.216);
  font-size: 14px;
}
.message_last_cont .list_cont .txt {
  font-size: 16px;
  color: #9ca3af;
}
.cjwt_last_cont {
  width: 50vw;
}
.cjwt_last_cont .cjwt_list {
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 16px;
}
.cjwt_last_cont .cjwt_list .title_head {
  position: relative;
  padding: 16px;
  font-size: 18px;
  color: #e0e7ff;
  background: rgba(156, 167, 167, 0.1);
}
.cjwt_last_cont .cjwt_list .title_head .arr {
  font-family: "黑体";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cjwt_last_cont .cjwt_list .deta_cont {
  width: 100%;
  height: 0;
  transition: all 0.4s;
  font-size: 16px;
  color: #9ca3af;
  overflow: hidden;
}
.cjwt_last_cont .cjwt_list .deta_cont .txt {
  padding: 0 32px;
}
.cjwt_last_cont .cjwt_list.active .title_head .arr {
  transform: translateY(-50%) rotate(90deg);
  color: #00ffff;
}
.cjwt_last_cont .cjwt_list.active .deta_cont {
  height: auto;
  padding: 16px 0;
}
.index_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #fff;
}
.login_contain {
  padding: 40px 0;
}
.login_contain .tis_head {
  margin-bottom: 50px;
  text-align: center;
}
.login_contain .tis_head .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
  width: 60px;
}
.login_contain .tis_head .tle {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.login_contain .tis_head .txt {
  font-size: 18px;
  color: #62748e;
}
.login_contain .login_main_content {
  margin: 0 auto 30px;
  width: 500px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.login_contain .login_main_content .int_dl {
  margin-bottom: 20px;
}
.login_contain .login_main_content .int_dl .dt {
  margin-bottom: 14px;
  font-size: 14px;
  color: #314158;
}
.login_contain .login_main_content .int_dl .dd input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  background: #f8fafc;
  font-size: 14px;
  border-radius: 10px;
  border: none;
}
.login_contain .login_main_content .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  padding: 15px 0;
  background: #155dfc;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.login_contain .login_main_content .bit_seet {
  padding: 25px 0;
  text-align: center;
}
.login_contain .login_main_content .bit_seet a {
  font-size: 14px;
  color: #155dfc;
}
.login_contain .login_copy {
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  color: #90a1b9;
}
/* 移动端菜单按钮 */
.mobile_menu_btn {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: #00ffff;
  margin-right: 16px;
}
/* 头部右侧容器 */
.pulic_head_cont .r_cont {
  display: flex;
  align-items: center;
}
/* 响应式布局 */
@media screen and (max-width: 768px) {
  /* 头部导航 */
  .pulic_head_cont {
    padding: 12px 16px;
    position: relative;
  }
  .pulic_head_cont .mobile_menu_btn {
    display: block;
  }
  .pulic_head_cont .l_cont {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pulic_head_cont .l_cont .logo h1 {
    font-size: 16px;
  }
  .pulic_head_cont .l_cont .nav_dl {
    flex-wrap: wrap;
    gap: 4px;
  }
  .pulic_head_cont .l_cont .nav_dl .li {
    padding: 6px 12px;
    font-size: 13px;
  }
  .pulic_head_cont .user_seet_cont {
    font-size: 13px;
  }
  /* 主内容区域 */
  .pulic_main_cont {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }
  .pulic_main_cont .l_main {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: rgba(10, 14, 39, 0.95);
    border: 1px solid rgba(0, 255, 255, 0.3);
    box-shadow: -5px 0 15px rgba(0, 255, 255, 0.2);
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
  }
  .pulic_main_cont .l_main .title_head {
    font-size: 14px;
  }
  .pulic_main_cont .l_main .nav_last {
    display: block;
    overflow-x: visible;
    padding: 8px;
  }
  .pulic_main_cont .l_main .nav_last .list {
    white-space: normal;
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .pulic_main_cont .l_main.active {
    right: 0;
  }
  .pulic_main_cont .r_pulic_main {
    padding: 16px;
  }
  /* 首页统计卡片 */
  .index_case_1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .index_case_1 .list {
    padding: 16px;
  }
  .index_case_1 .list .tle {
    font-size: 14px;
  }
  .index_case_1 .list .num {
    font-size: 20px;
  }
  .index_case_1 .list .zt {
    font-size: 12px;
  }
  /* 数据报表 */
  .case_pulic_title {
    font-size: 18px;
  }
  .index_case_2 {
    padding: 16px;
    overflow-x: auto;
  }
  .index_case_2 .tab_cont table {
    min-width: 600px;
  }
  .index_case_2 .tab_cont thead td {
    font-size: 14px;
  }
  .index_case_2 .tab_cont td {
    font-size: 13px;
  }
  /* 快捷数据报表 */
  .index_case_3 {
    padding: 16px;
  }
  .index_case_3 .last_cont {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .index_case_3 .last_cont .list .tle {
    font-size: 12px;
  }
  .index_case_3 .last_cont .list .num {
    font-size: 18px;
  }
  /* 商家广告页面 */
  .adver_search_content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .adver_search_content .search_int_cont {
    width: 100%;
  }
  .adver_search_content .filter_dl {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .adver_search_content .filter_dl .dd {
    font-size: 14px;
    padding: 8px;
  }
  .adver_review_dc {
    width: 90vw;
  }
  .adver_table_content {
    overflow-x: auto;
  }
  .adver_table_content table {
    min-width: 800px;
  }
  .adver_table_content table thead td {
    font-size: 14px;
  }
  .adver_table_content table tbody td {
    font-size: 13px;
  }
  .adver_table_content .adver_review {
    font-size: 14px;
  }
  .adver_table_content .adver_inf .inf_dl .tle {
    font-size: 14px;
  }
  .adver_table_content .adver_inf .inf_dl .tips .dd {
    font-size: 11px;
  }
  /* 数据报告页面 */
  .data_nav_head {
    flex-wrap: wrap;
    gap: 8px;
  }
  .data_nav_head .li {
    font-size: 14px;
  }
  .data_filter_cont .filter_cont {
    flex-wrap: wrap;
  }
  .data_filter_cont .filter_cont .list .tle {
    font-size: 14px;
  }
  .data_total_cont {
    flex-wrap: wrap;
  }
  .data_total_cont .list .tle {
    font-size: 14px;
  }
  .data_total_cont .list .num {
    font-size: 24px;
  }
  .data_tab_cont {
    overflow-x: auto;
  }
  .data_tab_cont table {
    min-width: 800px;
  }
  .data_tab_cont thead th {
    font-size: 14px;
  }
  .data_tab_cont td {
    font-size: 13px;
  }
  /* 账号设置页面 */
  .account_sett_main {
    width: 100%;
    padding: 16px;
  }
  .account_sett_main .user_ava .inf_cont .tle {
    font-size: 16px;
  }
  .account_sett_main .int_last_cont {
    grid-template-columns: 1fr;
  }
  .account_sett_main .int_last_cont .int_dl .tle {
    font-size: 14px;
  }
  .account_sett_main .int_last_cont .int_dl.w100 {
    grid-column: 1;
  }
  /* 消息中心页面 */
  .message_last_cont {
    width: 100%;
  }
  .message_last_cont .list_cont .title {
    font-size: 16px;
  }
  .message_last_cont .list_cont .title .tle_seet .time {
    font-size: 12px;
  }
  .message_last_cont .list_cont .txt {
    font-size: 14px;
  }
  /* 常见问题页面 */
  .cjwt_last_cont {
    width: 100%;
  }
  .cjwt_last_cont .cjwt_list .title_head {
    font-size: 16px;
  }
  .cjwt_last_cont .cjwt_list .deta_cont {
    font-size: 14px;
  }
  /* 付款记录页面 */
  .record_time_filter .tle {
    font-size: 14px;
  }
  .record_time_filter .time_sele {
    font-size: 14px;
  }
  /* 登录页面 */
  .login_contain .tis_head .tle {
    font-size: 24px;
  }
  .login_contain .tis_head .txt {
    font-size: 16px;
  }
  .login_contain .login_main_content {
    width: 90%;
    padding: 20px;
  }
  .login_contain .login_main_content .int_dl .dt {
    font-size: 13px;
  }
  .login_contain .login_main_content .int_dl .dd input {
    font-size: 13px;
  }
  .login_contain .login_main_content .sub_btn {
    font-size: 13px;
  }
  .login_contain .login_main_content .bit_seet a {
    font-size: 13px;
  }
  .login_contain .login_copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* 首页统计卡片 */
  .index_case_1 {
    grid-template-columns: 1fr;
  }
  /* 快捷数据报表 */
  .index_case_3 .last_cont {
    grid-template-columns: 1fr;
  }
  /* 头部导航 */
  .pulic_head_cont {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pulic_head_cont .r_cont {
    align-self: stretch;
  }
  /* 主内容区域 */
  .pulic_main_cont {
    padding-top: 0;
  }
  /* 数据报表 */
  .index_case_2 .tab_cont table {
    min-width: 500px;
  }
  /* 商家广告页面 */
  .adver_table_content table {
    min-width: 800px;
  }
  /* 数据报告页面 */
  .data_tab_cont table {
    min-width: 800px;
  }
}
/*# sourceMappingURL=app.css.map */