html {
  font-size: calc(100vw / 25.6);
}
.zoom {
  width: 100vw;
  height: 100vh;
  background: url('/resource/img/bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  min-width: 14.82rem;
  min-height: 6.9rem;
}
.zoom .login {
  position: absolute;
  width: 14.82rem;
  height: 6.9rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/resource/img/contentBg.png') left center no-repeat;
  background-size: auto 100%;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
}
.zoom .login .logo_slog {
  flex: 1;
  text-align: center;
}
.zoom .login .logo_slog .logo {
  margin-bottom: 0.2rem;
}
.zoom .login .logo_slog .logo img {
  width: auto;
  height: 0.4rem;
}
.zoom .login .logo_slog hr {
  width: 6.68rem;
  height: 0.02rem;
  background-color: #323232;
  margin: 0.1rem auto;
}
.zoom .login .logo_slog h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 0.68rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.8rem;
  letter-spacing: 0.07rem;
  color: #323232;
}
.zoom .login .logo_slog h3 .company-name {
  display:inline-block;
  max-width:4.5rem;
  text-align:center;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:0.68rem;
}
.zoom .login .logo_slog .slog {
  margin-top: 0.2rem;
  font-family: MicrosoftYaHeiLight;
  font-size: 0.27rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0.38rem;
  color: #323232;
}
.zoom .login .form_box {
  width: 5.5rem;
  height: 6.9rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0.09rem 0 rgba(0, 33, 156, 0.3);
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.67rem;
}
.zoom .login .form_box p {
  font-family: AdobeHeitiStd-Regular;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0;
  color: #000000;
  margin-top: 0.17rem;
  margin-bottom: 0.6rem;
}
.zoom .login .form_box .layui-form-item {
  height: 0.5rem;
  margin: 0.35rem auto;
}
.zoom .login .form_box .layui-form-item .layui-input-wrap {
  line-height: 0.5rem;
}
.zoom .login .form_box .layui-form-item .layui-input-wrap .layui-input {
  height: 0.5rem;
  border-radius: 0.1rem;
}
.zoom .login .form_box button[lay-submit] {
  display: block;
  width: 2.79rem;
  background-color: #da251d;
  border-radius: 0.2rem;
  margin: 0 auto;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  height: 0.49rem;
  letter-spacing: 0.02rem;
  color: #fefefe;
  margin-top: 0.65rem;
}
.zoom .login .form_box .noUser {
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  color: #000000;
  text-align: center;
}
.root {
  background: #F0F0F0;
  min-height: 100vh;
}
.root .header {
  text-align: center;
  padding-top: 1.28rem;
}
.root .header h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 0.55rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.55rem;
  letter-spacing: 0.06rem;
  color: #323232;
}
.root .header h3 span {
  display: inline-block;
  background: linear-gradient(90deg, #40CDAF 0%, #2351CA 50%, #A73170 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.root .header p {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2rem;
  letter-spacing: 0.02rem;
  color: #000000;
  margin-top: 0.2rem;
}
.root .search {
  width: 12.03rem;
  height: 0.69rem;
  position: relative;
  border-radius: 0.1rem;
  margin: 0 auto;
  margin-top: 0.36rem;
  padding: 0.01rem;
  overflow: hidden;
  background: linear-gradient(90deg, #40ccaf 0%, #1e5acd 50%, #a83170 100%);
  display: flex;
  align-items: center;
}
.root .search::before {
  content: '';
  position: absolute;
  inset: 0.01rem;
  background-color: #ffffff;
  border-radius: 0.09rem;
  z-index: 0;
}
.root .search > * {
  position: relative;
  z-index: 1;
}
.root .search input {
  width: 10.6rem;
  height: 100%;
  margin-left: 0.05rem;
  border: none;
  outline: none;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2rem;
  letter-spacing: 0.02rem;
  color: #000000;
}
.root .search button {
  width: 0.46rem;
  height: 0.39rem;
  background-color: transparent;
  border: none;
}
.root .search button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.root .list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 9.75%;
  padding-top: 0.6rem;
}
@media (max-width: 1920px) {
  .root .list {
    padding: 0 7.5%;
    padding-top: 0.6rem;
  }
}
.root .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding-bottom: 0.6rem;
}
.root .list ul li {
  width: calc(25% - 0.15rem);
  height: 3rem;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.root .list ul li .imgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.root .list ul li .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.root .list ul li .site {
  width: 100%;
  height: 1rem;
  background-color: rgba(0, 97, 174, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.root .list ul li .site .icon {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0 0.3rem;
}
.root .list ul li .site .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.root .list ul li .site .info {
  flex: 1;
  height: 0.81rem;
  border-left: 0.01rem solid #ffffff;
  padding-left: 0.3rem;
}
.root .list ul li .site .info .title {
  font-size: 0.2rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
}
.root .list ul li .site .info .btn {
  display: flex;
  gap: 0.4rem;
}
.root .list ul li .site .info .btn button,
.root .list ul li .site .info .btn a {
  display: inline-flex;
  align-items: center;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  background: transparent;
  border: none;
}
.root .list ul li .site .info .btn button.link::before,
.root .list ul li .site .info .btn a.link::before {
  content: '';
  display: inline-block;
  width: 0.26rem;
  height: 0.2rem;
  background: url('/resource/img/link_icon.png') no-repeat center center;
  background-size: contain;
  margin-right: 0.1rem;
}
.root .list ul li .site .info .btn button.admin::before,
.root .list ul li .site .info .btn a.admin::before {
  content: '';
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url('/resource/img/admin_icon.png') no-repeat center center;
  background-size: contain;
  margin-right: 0.1rem;
}
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.05rem);
  z-index: 9999;
}
.dialog .content {
  width: 14.82rem;
  height: 6.91rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog .content .close {
  position: absolute;
  right: 0.25rem;
  top: 0.15rem;
}
.dialog .content .close i {
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #52a1ff;
}
.dialog .content .header {
  padding: 0.25rem 0;
  border-bottom: 0.01rem solid #dcdcdc;
}
.dialog .content .header img {
  display: block;
  height: 0.54rem;
  margin: 0 auto;
}
.dialog .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  padding: 0.3rem 0.19rem;
  height: 5rem;
  overflow-y: auto;
  box-sizing: border-box;
}
.dialog .content ul li {
  width: calc(25% - 0.225rem);
  height: 1rem;
  background-color: #f0f0f0;
  border-radius: 0.05rem;
}
.dialog .content ul li .title {
  font-size: 0.2rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.6rem;
  letter-spacing: 0.01rem;
  color: #000000;
  text-align: center;
}
.dialog .content ul li .btn {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.1rem;
}
.dialog .content ul li .btn button,
.dialog .content ul li .btn a {
  display: inline-flex;
  justify-content: center;
  width: 1.46rem;
  height: 0.32rem;
  border-radius: 0.05rem;
  align-items: center;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}
.dialog .content ul li .btn button.link,
.dialog .content ul li .btn a.link {
  background-image: url('/resource/img/link_bg.png');
}
.dialog .content ul li .btn button.link::before,
.dialog .content ul li .btn a.link::before {
  content: '';
  display: inline-block;
  width: 0.26rem;
  height: 0.2rem;
  background: url('/resource/img/link_icon.png') no-repeat center center;
  background-size: contain;
  margin-right: 0.1rem;
}
.dialog .content ul li .btn button.admin,
.dialog .content ul li .btn a.admin {
  background-image: url('/resource/img/admin_bg.png');
}
.dialog .content ul li .btn button.admin::before,
.dialog .content ul li .btn a.admin::before {
  content: '';
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url('/resource/img/admin_icon.png') no-repeat center center;
  background-size: contain;
  margin-right: 0.1rem;
}
.hide {
  display: none;
}
