/* Write your custom CSS here */
/* 输入框 */
.card-input {
  padding: 30px 23px 28px;
}

label {
  font-weight: 600;
}

small {
  color: #98a6ad !important;
}
.xcx-input {
  width: 100%;
  height: 35px;
  outline-style: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.xcx-bk {
  margin-bottom: 2rem;
}

.xcx-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.btnc {
  background: #037afb;
  color: #fff;
}

.btnc:hover {
  background: #1573d6;
  color: #fff;
}

/* 系统配置按钮 */
.config {
  background: #fa5c7c;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.75rem !important;
  margin-left: 0.25rem;
}

.config:hover {
  background: #f9375e;
  color: #fff;
}

.cfg {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  color: #fff;
  background-color: #fa5c7c;
  margin-bottom: 0.75rem !important;
  border-radius: 4px;
}

.cfg:hover {
  padding: 0.45rem 0.9rem;
  color: #fff;
  background-color: #f9375e;
}

.ico {
  margin-right: 0.75rem !important  ;
  font-size: 10px;
}
/* 系统配置 */
.xcx-wid {
  width: 250px;
}

.xcx-config {
  /* display: flex; */
  justify-content: space-around;
}

.btn1 {
  width: 80px;
  margin-left: 50px;
  margin-bottom: 20px;
}
/* 小程序用户中心页面 */
.layui-laypage-fenye a:hover {
  color: #037afb;
}
.layui-laypage-em {
  background-color: #037afb !important;
}
.buon:hover {
  color: #037afb !important;
}
.fenye :hover {
  color: #037afb;
  cursor: pointer;
}
.fenye a:hover {
  color: #037afb;
}
.pagination li a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active {
  background-color: #2962ff;
}

.srkcolor {
  margin-bottom: 16px;
}

.grid-demo-hs {
  background: #000;
  margin: 10px 77px 10px -16px;
  height: 78px;
  width: auto;
  border: none;
  border-radius: 6px;
}
