/*通用类*/
* {
  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: #f8fafc;
  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;
}
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;
}
.index_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.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;
}
.index_main_content {
  padding-left: 260px;
}
.index_main_content .l_nav_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background: #050e25;
  padding: 0 16px 30px 22px;
}
.index_main_content .l_nav_main .logo_head {
  display: flex;
  align-items: center;
  /*margin-bottom: 40px;*/
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.index_main_content .l_nav_main .logo_head .logo {
  width: 32px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.index_main_content .l_nav_main .nav_dl .dl {
  display: flex;
  align-items: center;
  padding: 14px;
  font-size: 14px;
  color: #90a1b9;
  border-radius: 15px;
}
.index_main_content .l_nav_main .nav_dl .dl:hover,
.index_main_content .l_nav_main .nav_dl .dl.active {
  background: #155dfc;
  color: #fff;
}
.index_main_content .l_nav_main .foot_seet {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 22px 16px;
}
.index_main_content .l_nav_main .foot_seet .seet_dl {
  padding: 14px 12px;
  border-radius: 15px;
  background: #1b2336;
}
.index_main_content .l_nav_main .foot_seet .seet_dl .dt {
  font-size: 12px;
  color: #90a1b9;
}
.index_main_content .l_nav_main .foot_seet .seet_dl .dd {
  font-size: 14px;
  color: #fff;
}
.index_main_content .r_main {
  width: 100%;
}
.index_pulic_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 30px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.index_pulic_head .search_int input {
  width: 390px;
  height: 40px;
  background: #f1f5f9;
  border-radius: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: none;
}
.index_pulic_head .r_seet {
  display: flex;
  align-items: center;
}
.index_pulic_head .r_seet .anno_more {
  position: relative;
  width: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_pulic_head .r_seet .anno_more img {
  width: 30px;
}
.index_pulic_head .r_seet .anno_more.new::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fb2c36;
  position: absolute;
  top: 0;
  right: 0;
}
.index_pulic_head .r_seet .user_inf {
  display: flex;
  align-items: center;
  border-left: 1px solid #e2e8f0;
  padding-left: 20px;
  margin-left: 20px;
}
.index_pulic_head .r_seet .user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.index_pulic_head .r_seet .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_pulic_head .r_seet .user_inf .inf_cont {
  text-align: right;
  padding-right: 10px;
}
.index_pulic_head .r_seet .user_inf .inf_cont .tel {
  font-size: 14px;
  color: #333;
}
.index_pulic_head .r_seet .user_inf .inf_cont .txt {
  font-size: 12px;
  color: #666;
}
.main_cont {
  padding: 30px;
}
.main_pulic_title {
  margin-bottom: 40px;
  position: relative;
}
.main_pulic_title .tle {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.main_pulic_title .txt {
  font-size: 14px;
  color: #62748e;
}
.main_pulic_title .seet_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.main_pulic_title .seet_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 5px;
  margin-left: 15px;
  background: #fff;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  color: #333;
}
.main_pulic_title .seet_btn .btn:hover {
  background: #155dfc;
  border: 1px solid #155dfc;
  color: #fff;
}
.index_user_infor {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}
.index_user_infor .list_cont {
  padding: 24px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.05);
}
.index_user_infor .list_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 40px;
}
.index_user_infor .list_cont .tis_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_user_infor .list_cont .tle {
  font-size: 14px;
  color: #62748e;
  margin-bottom: 30px;
}
.index_user_infor .list_cont .txt {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.index_user_infor .list_cont.self_recharge:hover,
.index_user_infor .list_cont.self_recharge.active {
  background: #155dfc;
  cursor: pointer;
}
.index_user_infor .list_cont.self_recharge:hover .txt,
.index_user_infor .list_cont.self_recharge.active .txt {
  color: #fff;
}
.index_case_1 {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.user_record_cont {
  width: 70%;
  padding: 24px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.05);
}
.user_record_cont .title_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.user_record_cont .title_head .tle {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.user_record_cont .title_head .more {
  font-size: 12px;
  color: #155dfc;
}
.user_record_cont .tab_cont .thead_cont {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
}
.user_record_cont .tab_cont .thead_cont .td {
  font-size: 14px;
  color: #62748e;
}
.user_record_cont .tab_cont .td {
  padding: 12px 0;
  width: 20%;
}
.user_record_cont .tab_cont .td:nth-child(1),
.user_record_cont .tab_cont .td:nth-child(2) {
  width: 30%;
}
.user_record_cont .tab_cont .td:nth-child(4) {
  text-align: right;
}
.user_record_cont .tab_cont .tr {
  display: flex;
  justify-content: space-between;
}
.user_record_cont .tab_cont .tr .td {
  font-size: 12px;
  color: #314158;
  border-bottom: 1px solid #f8fafc;
}
.user_record_cont .tab_cont .tr .td:nth-child(2) {
  color: #90a1b9;
}
.user_record_cont .tab_cont .tr .td .zt {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 100px;
  background: #dcfce7;
  font-size: 12px;
  color: #008236;
}
.user_record_cont .tab_cont .tr .td .zt.zt_1 {
  background: #fef3c6;
  color: #bb4d00;
}
.user_record_cont .tab_cont .tr .td span {
  font-size: 14px;
  text-align: right;
  color: #333;
}
.user_record_cont .tab_cont .tr .td span.cor_1 {
  color: #155dfc;
}
.user_fast_cont {
  width: 29%;
  padding: 24px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.05);
}
.user_fast_cont .title_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.user_fast_cont .title_head .tle {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.user_fast_cont .nav_dl {
  margin-bottom: 20px;
}
.user_fast_cont .nav_dl .list {
  margin-bottom: 20px;
  position: relative;
  padding: 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f1f5f9;
}
.user_fast_cont .nav_dl .list .tle {
  font-size: 14px;
  color: #333;
}
.user_fast_cont .nav_dl .list .txt {
  font-size: 12px;
  color: #62748e;
}
.user_fast_cont .nav_dl .list .arr {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-family: "黑体";
  color: #ced8e4;
}
.user_fast_cont .nav_dl .list:hover,
.user_fast_cont .nav_dl .list.active {
  background: #155dfc;
}
.user_fast_cont .nav_dl .list:hover .tle,
.user_fast_cont .nav_dl .list.active .tle {
  color: #fff;
}
.user_fast_cont .nav_dl .list:hover .txt,
.user_fast_cont .nav_dl .list.active .txt {
  color: #fff;
  opacity: 0.7;
}
.user_fast_cont .nav_dl .list:hover .arr,
.user_fast_cont .nav_dl .list.active .arr {
  color: #fff;
}
.user_fast_cont .account_security {
  padding: 20px 0;
  border-top: 1px solid #f1f5f9;
}
.user_fast_cont .account_security .title {
  font-size: 14px;
  color: #62748e;
  margin-bottom: 20px;
}
.user_fast_cont .account_security .secur_status {
  padding: 12px;
  background: #f8fafc;
  border-radius: 10px;
}
.user_fast_cont .account_security .secur_status .tle_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.user_fast_cont .account_security .secur_status .tle_dl .dt {
  font-size: 14px;
  color: #62748e;
}
.user_fast_cont .account_security .secur_status .tle_dl .dd {
  font-size: 14px;
  color: #00a63e;
}
.user_fast_cont .account_security .secur_status .line {
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background: #00c950;
}
.recharge_main {
  width: 50%;
  padding: 30px 28px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.recharge_main .rechar_tle {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.recharge_main .recharge_last {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 40px;
}
.recharge_main .recharge_last .list {
  border-radius: 10px;
  text-align: center;
  padding: 28px 0;
  border: 2px solid #f1f5f9;
}
.recharge_main .recharge_last .list .num {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.recharge_main .recharge_last .list .txt {
  font-size: 12px;
  color: #90a1b9;
}
.recharge_main .recharge_last .list:hover,
.recharge_main .recharge_last .list.active {
  border: 2px solid #155dfc;
  background: #eff6ff;
}
.recharge_main .recharge_last .list:hover .num,
.recharge_main .recharge_last .list.active .num {
  color: #155dfc;
}
.recharge_main .recharge_last .list:hover .txt,
.recharge_main .recharge_last .list.active .txt {
  color: #2b7fff;
}
.recharge_main .pay_detail_main {
  display: flex;
  justify-content: space-between;
}
.recharge_main .pay_detail_main .pay_inf_cont {
  width: 49%;
}
.recharge_main .pay_detail_main .pay_inf_cont .title {
  font-size: 14px;
  color: #31419b;
  margin-bottom: 10px;
}
.recharge_main .pay_detail_main .pay_inf_cont .pay_list {
  position: relative;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #f7f9fb;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a1acbb;
}
.recharge_main .pay_detail_main .pay_inf_cont .pay_list .disc {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #eef1f6;
}
.recharge_main .pay_detail_main .pay_inf_cont .pay_list.active {
  background: #f7faff;
  border: 2px solid #155dfc;
}
.recharge_main .pay_detail_main .pay_inf_cont .pay_list.active .disc {
  background: #155dfc;
}
.recharge_main .pay_detail_main .pay_inf_cont .pay_list.active .disc::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recharge_main .pay_detail_main .pay_total_cont {
  width: 49%;
  padding: 24px;
  border-radius: 10px;
  background: #f8fafc;
}
.recharge_main .pay_detail_main .pay_total_cont .tle {
  font-size: 14px;
  color: #62748e;
  margin-bottom: 12px;
}
.recharge_main .pay_detail_main .pay_total_cont .total {
  font-size: 22px;
  font-weight: bold;
  color: #0f172b;
  margin-bottom: 12px;
}
.recharge_main .pay_detail_main .pay_total_cont .bits {
  font-size: 14px;
  color: #00a63e;
}
.recharge_main .pay_detail_main .pay_total_cont .upload_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.recharge_main .pay_detail_main .pay_total_cont .upload_img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.recharge_main .pay_detail_main .pay_total_cont .upload_img div {
  display: none;
}
.recharge_main .pay_detail_main .pay_total_cont .upload_img img {
  display: block;
  height: 120px;
}
.recharge_main .pay_detail_main .pay_total_cont .pay_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background: #155dfc;
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
}
.transac_main_cont {
  width: 100%;
  /*height: 70vh;*/
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.transac_main_cont .navi_head {
  display: flex;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #f1f5f9;
}
.transac_main_cont .navi_head .li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  margin-right: 12px;
  font-size: 14px;
  color: #62748e;
  border-radius: 20px;
}
.transac_main_cont .navi_head .li:hover,
.transac_main_cont .navi_head .li.active {
  background: #155dfc;
  color: #fff;
}
.transac_main_cont .transac_tab {
  /*max-height: 470px;*/
  overflow: hidden;
}
.transac_main_cont .transac_tab .td {
  width: 100%;
  padding: 12px;
}
.transac_main_cont .transac_tab .thead {
  border-bottom: 1px solid #f1f5f9;
  background: #fbfcfd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transac_main_cont .transac_tab .thead .td {
  font-size: 14px;
  color: #0a0a0a;
}
.transac_main_cont .transac_tab .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f8fafc;
}
.transac_main_cont .transac_tab .tr .num {
  font-size: 12px;
  color: #90a1b9;
}
.transac_main_cont .transac_tab .tr .mx_dl .dt {
  font-size: 14px;
  color: #314158;
}
.transac_main_cont .transac_tab .tr .mx_dl .dd {
  font-size: 12px;
  color: #90a1b9;
}
.transac_main_cont .transac_tab .tr .amount {
  font-size: 12px;
  color: #0f172b;
  font-weight: bold;
}
.transac_main_cont .transac_tab .tr .amount.cor_1 {
  color: #155dfc;
}
.transac_main_cont .transac_tab .tr .amount_after {
  font-size: 14px;
  color: #62748e;
}
.transac_main_cont .transac_tab .tr .time {
  color: #90a1b9;
  font-size: 14px;
}
.transac_main_cont .transac_tab .tr .zt {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 100px;
  background: #dcfce7;
  align-items: center;
  font-size: 14px;
  color: #008236;
}
.transac_main_cont .transac_tab .tr .zt .disc {
  display: block;
  width: 4px;
  height: 4px;
  background: #00c950;
  border-radius: 100px;
  margin-right: 6px;
}
.transac_main_cont .transac_tab .tr .zt.zt_1 {
  background: #fef3c6;
  color: #bb4d00;
}
.transac_main_cont .transac_tab .tr .zt.zt_1 .disc {
  background: #bb4d00;
}
.transac_main_cont .transac_tab .tr .zt.zt_2 {
  background: #fff7ed;
  color: #c2410c;
}
.transac_main_cont .transac_tab .tr .zt.zt_2 .disc {
  background: #c2410c;
}
.transac_main_cont .transac_tab .tr .seet_btn {
  font-size: 14px;
  color: #155dfc;
}
.shop_manage_main {
  display: flex;
  width: 70%;
  gap: 25px;
}
.shop_manage_main .detail_cont {
  width: 70%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
}
.shop_manage_main .detail_cont .inf_cont {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.shop_manage_main .detail_cont .inf_cont .dl {
  width: 100%;
}
.shop_manage_main .detail_cont .inf_cont .dl .dt {
  padding: 8px 0;
  font-size: 14px;
  color: #31419b;
}
.shop_manage_main .detail_cont .inf_cont .dl .dd input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #f1f5f9;
  background: #f8fafc;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding-left: 20px;
}
.shop_manage_main .detail_cont .tips_txt {
  padding: 16px 26px;
  background: #fffbeb;
  border-radius: 10px;
  border: 1px solid #fef3c6;
}
.shop_manage_main .detail_cont .tips_txt .tle {
  font-size: 16px;
  color: #973c00;
  margin-bottom: 10px;
}
.shop_manage_main .detail_cont .tips_txt .txt {
  font-size: 14px;
  color: #bb4d00;
}
.shop_manage_main .detail_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background: #155dfc;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}
.shop_manage_main .status_main {
  width: 30%;
}
.shop_manage_main .status_main .status_deta_cont {
  padding: 24px 20px;
  background: #0f172b;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.shop_manage_main .status_main .status_deta_cont .tle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
.shop_manage_main .status_main .status_deta_cont .deta_dl {
  margin-bottom: 24px;
}
.shop_manage_main .status_main .status_deta_cont .deta_dl .dt {
  font-size: 15px;
  color: #fff;
}
.shop_manage_main .status_main .status_deta_cont .deta_dl .dd {
  font-size: 12px;
  color: #90a1b9;
}
.shop_manage_main .status_main .status_deta_cont .txt {
  font-size: 12px;
  padding: 20px 0;
  border: 1px solid #272f41;
  color: #90a1b9;
}
.shop_manage_main .status_main .rests_main {
  padding: 24px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.shop_manage_main .status_main .rests_main .tle {
  font-size: 14px;
  color: #0f172b;
  margin-bottom: 40px;
}
.shop_manage_main .status_main .rests_main .dd {
  font-size: 12px;
  color: #45556c;
  padding: 10px 0;
}

/* 自助充值表单样式 */
.recharge_form_main {
  width: 70%;
}
.recharge_form_main .form_cont {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.recharge_form_main .form_cont .form_item {
  margin-bottom: 20px;
}
.recharge_form_main .form_cont .form_item .label {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #31419b;
}
.recharge_form_main .form_cont .form_item .input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #f1f5f9;
  background: #f8fafc;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding: 0 15px;
}
.recharge_form_main .form_cont .form_item .input:focus {
  outline: none;
  border-color: #155dfc;
}
.recharge_form_main .form_cont .form_item .input::placeholder {
  color: #90a1b9;
}
.recharge_form_main .form_cont .form_item .code_input {
  display: flex;
  gap: 15px;
}
.recharge_form_main .form_cont .form_item .code_input .input {
  flex: 1;
}
.recharge_form_main .form_cont .form_item .code_btn {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #155dfc;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: none;
}
.recharge_form_main .form_cont .form_item .code_btn:hover:not(:disabled) {
  opacity: 0.9;
}
.recharge_form_main .form_cont .form_item .code_btn:disabled {
  background: #90a1b9;
  cursor: not-allowed;
}
.recharge_form_main .form_cont .form_item .submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background: #155dfc;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: none;
  margin-top: 10px;
}
.recharge_form_main .form_cont .form_item .submit_btn:hover {
  opacity: 0.9;
}
/*# sourceMappingURL=app.css.map */