.layui-form-label {
  width: 110px;
}

.infoicon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yuan {
  font-weight: bold;
  font-size: 22px;
  line-height: 56px;
  background-color: #D81E06;
  text-align: center;
  color: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 27px;
}

.icon-list {
  overflow: hidden;
}

.icon-list .icon-item .text-sm {
  text-align: center;
  margin-top: 8px;
  width: 120%;
}

.icon-list .icon-item .url-img,
.icon-list .icon-item .url-img .yuan,
.icon-list .icon-item .url-img img {
  width: 55px;
  height: 55px;
}

.icon-list .icon-item .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.layui-carousel,
.layui-carousel>[carousel-item]>* {
  background: none;
}

.layui-carousel>[carousel-item]:before {
  display: none;
}

.layui-carousel-arrow {
  top: 36%;
  background-color: rgba(0, 0, 0, .5);
}

.layui-carousel-arrow:hover {
  background-color: rgba(0, 0, 0, .7);
}

.login-btn {
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
  padding: 4px 12px;
  background: #f1404b;
  border-radius: 20px;
  text-shadow: none;
}

.so-select {
  line-height: 20px;
}

.so-select .t {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.so-select .u {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#list-page{
  text-align: center;
}

@media (max-width:1200px) {
  .layui-layer-content {
    max-height: 80vh;
  }

  .layui-layer-page {
    max-width: 90vw;
  }
}