/* global */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow-x: hidden;
}
img {
  cursor: pointer;
}
.left {
  float: left;
}
.right{
  float: right;
}
.box{
  padding: 15px 10px 0 10px;
}
.row{
  margin-bottom: 15px;
}
.red{
  color:REd;
}
/* del */
.layui-layer-del .layui-layer-title {
  background: #FF5722;
  color: #fff;
  border: none;
}
.layui-layer-del .layui-layer-btn .layui-layer-btn0 {
  background: #FF5722;
  border-color: #FF5722;
  color: #fff;
}
.layui-layer-del .layui-layer-input {
  margin: 5px 15px;
  display: block;
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
  border: 1px solid #eee;
  border-radius: 2px;
  width: 384px;
}
/* stop */
.layui-layer-stop .layui-layer-title {
  background: #FFB800;
  color: #fff;
  border: none;
}
.layui-layer-stop .layui-layer-btn .layui-layer-btn0 {
  background: #FFB800;
  border-color: #FFB800;
  color: #fff;
}
.layui-layer-stop .layui-layer-input {
  margin: 5px 15px;
  display: block;
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
  border: 1px solid #eee;
  border-radius: 2px;
  width: 384px;
}
/* start */
.layui-layer-start .layui-layer-title {
  background: #5FB878;
  color: #fff;
  border: none;
}
.layui-layer-start .layui-layer-btn .layui-layer-btn0 {
  background: #5FB878;
  border-color: #5FB878;
  color: #fff;
}
.layui-layer-start .layui-layer-input {
  margin: 5px 15px;
  display: block;
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
  border: 1px solid #eee;
  border-radius: 2px;
  width: 384px;
}
/* login */
.login-container {
  width: 320px; 
  margin: 50px auto 0;
}
.container{
  display: flex;
  height: 100vh;
  width: 100vw;
}
.logo{
  height: 40px;
  background-color: #000;
}
.logo a{
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 0 0 60px;
}
.sidebar{
  max-width: 180px;
  height: 100vh;
  background-color: #2f363c;
}
.sidebar .layui-nav{
  max-width: 180px;
}
.main{
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* @media(min-height:300px){
  .login-container {
      margin-top: 30vh;
  }
} */
/* side */
@media (min-width:768px) {
  .toggleSidebar .layui-side {
      left: -160px;
  }
  .toggleSidebar .layui-body {
      left: 0;
  }
  .layui-side {
      left: 0;
  }
  .layui-body {
      left: 160px;
  }
}
@media (max-width:767px) {
  .toggleSidebar .layui-side {
      left: 0;
  }
  .toggleSidebar .layui-body {
      left: 160px;
  }
  .layui-side {
      left: -160px;
  }
  .layui-body {
      left: 0;
  }
}

/* nav */
.layui-layout-admin .layui-logo,.layui-layout-admin .layui-side,.layui-layout-admin .layui-side-scroll,.layui-layout-admin .layui-nav.layui-nav-tree{
  width:160px;
}
.layui-layout-admin .layui-layout-left {
  left: 160px;
}
.layui-logo .layui-toggle {
  width: 60px;
  cursor: pointer;
}
.layui-logo .layui-brand {
  position: absolute;
  top: 0;
  left: 60px;
  width: 100px;
  cursor: pointer;
}
.layui-logo .layui-toggle:hover,.layui-logo .layui-brand:hover {
  cursor: pointer;
  background-color: #16baaa;
}
.layui-logo .layui-toggle .layui-icon-slider,.layui-logo .layui-brand a{
  color:#fff;
}
.layui-side .layui-nav a{
  font-weight: bold;
}
.side-menu-active {
  background-color: #16baaa;
}

/* main-content */
.layui-body .layui-title {
  height:50px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f5f5f5;
  padding: 0 15px;
  line-height: 50px;
}
.layui-body .refresh {
  position: absolute;
  right: 0;
  color:#fff;
  background-color: #16b777 !important;
  border-left: 1px solid #e2e2e2;
  line-height: 50px;
  padding: 0 20px;
}
.layui-body .layui-main {
  padding: 15px 0;
}
table .layui-btn-xs{
  margin-top: -4px;
}
.usernodebtn,.userbtn{
  margin-bottom: 10px;
}
.w100{
  max-width: 100px;
}
.w500{
  max-width: 500px;
}
.w600{
  max-width: 600px;
}
.w700{
  max-width: 700px;
}
.w800{
  max-width: 800px;
}
.w900{
  max-width: 900px;
}
.w1000{
  max-width: 1000px;
}
.w1100{
  max-width: 1100px;
}
.w1200{
  max-width: 1200px;
}
.h200{
  max-height: 200px;
}
.h300{
  max-height: 300px;
}
.h400{
  max-height: 400px;
}
.h500{
  max-height: 500px;
}
.h600{
  max-height: 600px;
}
.h700{
  max-height: 700px;
}
.h800{
  max-height: 800px;
}
.h900{
  max-height: 900px;
}
.h1000{
  max-height: 1000px;
}
.h1100{
  max-height: 1100px;
}
.h1200{
  max-height: 1200px;
}
/* store */

.store-body {
  padding: 15px 15px 65px 15px;
}
.store-footer {
  position: fixed;
  bottom: 0px;
  line-height: 50px;
  background-color: #f2f2f2;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
.storetips {
  float: right;
  padding: 0 10px;
  font-weight: bold;
}
.storetips span {
  color: red;
  padding: 0 5px;
}
.storeheader{
  border:1px solid #e6e6e6;
  padding: 3px;
}
.storelist{
  display:flex;
  flex-wrap:wrap;
  border:1px solid #e6e6e6;
  border-top: 0;
}
.storelist h1{
  line-height: 26px;
  padding: 50px 15px;
  text-align: center;
  color: #999;
  width: 100%;
}
.storelist p{
  line-height: 38px;
  padding-left: 5px;
  font-weight: bold;
}
.storelist  .layui-input-wrap .layui-input-prefix{
  width: 60px;
}
.storelist  .layui-input-wrap .layui-input-split+.layui-input{
  padding-left: 75px;
}
.storeitem{
  width:200px;
  height:76px;
  margin:5px;
}
.box b{
  color: red;
  padding: 0 5px;
}
.bx-cyan {
  background-color: #8cd03d;
}
.bx-blue {
  background-color: #768fe7;
}
.bx-purple {
  background-color: #9e83e1;
}
.bx-green {
  background-color: #26bc5c;
}
.bx-yellow {
  background-color: #fac413;
}
.bx-orange {
  background-color: #f57e00;
}
.bx-red {
  background-color: #f1716c;
}
.bx-dark {
  background-color: #5d677c;
}
.bx-gray {
  background-color: #b2b2b2;
}
.bx-black {
  background-color: #4a4a4a;
}
.bx-success {
  background-color: #198754;
}
.bx-danger {
  background-color: #dc3545;
}
.bx-warm {
  background-color: #ffc107;
}
.bx-info {
  background-color: #0dcaf0;
}
.bx-primary {
  background-color: #0d6efd;
}
.bg-green {
  background-color: #90EE90;
}
.bg-orange {
  background-color: #FFA500;
}
.bg-red {
  background-color: #FF6347;
}

.index-box {
  display: block;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  line-height: 22px;
  font-size: 18px;
  height: 70px;
}

.index-box .info {
  margin-top: 20px;
  font-size: 24px;
}

.b0,.b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8,.b9{
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  margin-top: -3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.b0{
  background-color: #FF5722;
}
.b1{
  background-color: #26bc5c;
}
.b2{
  background-color: #49c0f0;
}
.b3{
  background-color: #ffc579;
}
.b4{
  background-color: #b29af8;
}
.b5{
  background-color: #ff9a9a;
}
.b6{
  background-color: #b2b2b2;
}
.b7{
  background-color: #b29af8;
}
.b8{
  background-color: #f1716c;
}
.b9{
  background-color: #FF5722;
}
.c0{
  color: #FF5722;
}
.c1{
  color: #26bc5c;
}
.c2{
  color: #49c0f0;
}
.c3{
  color: #ffc579;
}
.c4{
  color: #b29af8;
}
.c5{
  color: #ff9a9a;
}
.c6{
  color: #b2b2b2;
}
.c7{
  color: #b29af8;
}
.c8{
  color: #f1716c;
}
.c9{
  color: #FF5722;
}

.tip {
  border: 1px solid #C3DDE6;
  background: #f3fcff;
  padding: 8px 10px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.tip.bg-red {
  color: #4A4A4A;
  background: #fff7f6 !important;
  border: 1px solid #ffcdca;
}
.tip.bg-cyan {
    color: #4A4A4A;
    background: #f9fdf3 !important;
    border: 1px solid #cbdcb8;
}
.tip.bg-purple {
  color: #4A4A4A;
  background: #fcf5ff !important;
  border: 1px solid #dfc1e8;
}
.tip-solid {
  font-weight: 100;
  padding: 9px 11px;
  border: none;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* register */
.register-container {
  margin: 50px auto;
  width: 450px; 
  background-color: #fff;
  color: #000;
  padding: 50px;
}

/* alireal */
.pay-box {
  padding: 130px 20px 10px 20px;
  text-align: center;
}
.pay-box .qrcode img {
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
}
.pay-box .pay-info{
  margin:10px 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.pay-box {
  background-image: url('../image/alibg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.alireal {
  background-image: url('../image/alibg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.payment-options {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  gap: 15px;
}

.option-item {
  cursor: pointer;
  position: relative;
}

.option-card {
  width: 120px;
  height: 80px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  background: white;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

/* 微型三角角标 */
.option-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border: 10px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  transition: all 0.3s;
}
.payinfo{
  font-weight: 800;
  padding: 9px 15px;
  line-height: 20px;
}

/* 选中状态 */
input:checked + .option-card {
  border-color: #1677ff;
  box-shadow: 0 2px 8px rgba(22, 119, 255, 0.1);
}

input:checked + .option-card::before {
  border-top-color: #1677ff;
  border-right-color: #1677ff;
}

.price {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}

.bonus {
  font-size: 18px;
  color: #666;
  margin-top: 8px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.nav-blue{
  background-color:#26bc5c!important;
  color:#fff!important
}
.nav-blue a {
  color:#fff!important;
  font-size: 14px !important;
  /* font-weight: 600; */
  margin-right: 3px;
}
.nav-blue .layui-nav-child a {
    color:#000!important;
}
.nav-blue .layui-nav-item{
  line-height: 50px;
}
.nav-blue .layui-icon{
  margin-right: 5px;
}
.layui-nav .layui-this:after, .layui-nav-bar{
  height: 5px;
  background-color: #fff;
}
.main-title {
  border-bottom: 1px solid #e7e7e7;
  background-color: #f5f5f5;
  padding: 0 20px;
  line-height: 40px;
}
.layui-main{
  width:98%;
  padding:15px;
}
.layui-btn-normal,.layui-btn,.blue-bg {
  background-color: #26bc5c;
}
.layui-btn-primary{
  border-color: #d2d2d2;
  background: 0 0;
  color: #5f5f5f;
}
.index .bg-blue {
  background-color: #26bc5c;
  color:#fff;
  font-weight: 600;
}
.index .bg-red {
  background-color: #e5312d;
  color:#fff;
  font-weight: 600;
}
.index .bg-gary {
  background-color: #b2b2b2;
  color:#fff;
  font-weight: 600;
}
.real .bg-white{
  background-color: #fff;
  color:#000;
  font-weight: 600; 
  font-size: 18pt;
}
.store-box{
  margin-bottom:10px;
}
.store-title{
  background-color: #26bc5c;
  color:#fff;
  font-weight: 600;  
  padding: 10px;
}
.store-content{
  padding:10px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.storelist-title{
  font-weight: 600;  
  padding: 10px;
  border: 1px solid #e7e7e7;
}
.layui-elem-quote {
  margin-bottom: 10px;
  padding: 15px 10px;
  line-height: 1.8;
  background-color: #FFF0F5;
  border: 1px solid #f1716c;
}
.cashrow{
  display: flex;
  flex-wrap: wrap;
}
.cashbox{
  width: 250px;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  margin:0 10px 10px 0;
}
.cashbox .cash-title {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #575962;
}
.cashbox .cash-coin {
  float: right;
  margin-top: -8px;
  font-size: 25px;
  font-weight: bold;
}
.card-box{
  border: 1px solid #eee;
}
.layui-body-title {
    height: 40px;
    background-color: rgb(245, 245, 245);
    line-height: 40px;
    border-bottom: 1px solid rgb(231, 231, 231);
    padding: 0px 15px;
}
.layui-transfer-active {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.layui-transfer-active .layui-btn{
    display: block;
    margin: 0 2px;
    padding: 0 2px;
    background-color: #16b777;
    border-color: #16b777;
    color: #fff;   
}
.addrset .layui-form-label{
  width:80px;
}
.addrset .layui-input-inline{
  margin-left: 80px;
}
.layui-btn,.layui-inline{
  margin-bottom: 5px;
}
.hidetag{
  display: none;
}
.hide{
  display: none;
}
.bg10{
  background-color: #f1716c;
}
.bg20{
  background-color: #f57e00;
}
.bg30{
  background-color: #fac413;
}
.bg50{
  background-color: #8cd03d;
}
.bg70{
  background-color: #26bc5c;
}