.zoom {
  width: 100vw;
  height: 100vh;
  background: url('/site/img/bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  min-width: 1482px;
  min-height: 690px;
}
.zoom .login {
  position: absolute;
  width: 1482px;
  height: 690px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/site/img/contentBg.png') left center no-repeat;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.zoom .login .logo_slog {
  flex: 1;
  text-align: center;
}
.zoom .login .logo_slog .logo {
  margin-bottom: 20px;
}
.zoom .login .logo_slog .logo img {
  width: auto;
  height: 40px;
}
.zoom .login .logo_slog hr {
  width: 668px;
  height: 2px;
  background-color: #323232;
  margin: 10px auto;
}
.zoom .login .logo_slog h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 68px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 7px;
  color: #323232;
}
.zoom .login .logo_slog .slog {
  margin-top: 20px;
  font-family: MicrosoftYaHeiLight;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 38px;
  color: #323232;
}
.zoom .login .form_box {
  width: 550px;
  height: 690px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 9px 0px rgba(0, 33, 156, 0.3);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 67px;
}
.zoom .login .form_box p {
  font-family: AdobeHeitiStd-Regular;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 17px;
  margin-bottom: 60px;
}
.zoom .login .form_box .layui-form-item {
  height: 50px;
  margin: 35px auto;
}
.zoom .login .form_box .layui-form-item .layui-input-wrap {
  line-height: 50px;
}
.zoom .login .form_box .layui-form-item .layui-input-wrap .layui-input {
  height: 50px;
  border-radius: 10px;
}
.zoom .login .form_box button[lay-submit] {
  display: block;
  width: 279px;
  background-color: #da251d;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  height: 49px;
  letter-spacing: 2px;
  color: #fefefe;
  margin-top: 65px;
}
.zoom .login .form_box .noUser {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
}
.root {
  background: #F0F0F0;
  min-height: 100vh;
}
.root .header {
  text-align: center;
  padding-top: 128px;
}
.root .header h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 55px;
  letter-spacing: 6px;
  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: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 2px;
  color: #000000;
  margin-top: 20px;
}
.root .search {
  width: 1203px;
  height: 69px;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 36px;
  padding: 1px;
  overflow: hidden;
  background: linear-gradient(90deg, #40ccaf 0%, #1e5acd 50%, #a83170 100%);
  display: flex;
  align-items: center;
}
.root .search::before {
  content: '';
  position: absolute;
  inset: 1px;
  background-color: #ffffff;
  border-radius: 9px;
  z-index: 0;
}
.root .search > * {
  position: relative;
  z-index: 1;
}
.root .search input {
  width: 1060px;
  height: 100%;
  margin-left: 5px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 2px;
  color: #000000;
}
.root .search button {
  width: 46px;
  height: 39px;
  background-color: transparent;
  border: none;
}
.root .list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 9.75%;
  padding-top: 60px;
}
.root .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 60px;
}
.root .list ul li {
  width: 500px;
  height: 300px;
  position: relative;
  border-radius: 10px;
  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: 100px;
  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: 62px;
  height: 62px;
  margin: 0 30px;
}
.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: 81px;
  border-left: 1px solid #ffffff;
  padding-left: 30px;
}
.root .list ul li .site .info .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 2px;
  color: #ffffff;
}
.root .list ul li .site .info .btn {
  display: flex;
  gap: 40px;
}
.root .list ul li .site .info .btn button,
.root .list ul li .site .info .btn a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 2px;
  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: 26px;
  height: 20px;
  background: url('/site/img/link_icon.png') no-repeat center center;
  margin-right: 10px;
}
.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: 20px;
  height: 20px;
  background: url('/site/img/admin_icon.png') no-repeat center center;
  margin-right: 10px;
}
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9999;
}
.dialog .content {
  width: 1482px;
  height: 691px;
  padding: 0 25px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog .content .close {
  position: absolute;
  right: 25px;
  top: 15px;
}
.dialog .content .close i {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #52a1ff;
}
.dialog .content .header {
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
}
.dialog .content .header img {
  display: block;
  height: 54px;
  margin: 0 auto;
}
.dialog .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 19px;
  height: 500px;
  overflow-y: auto;
  box-sizing: border-box;
}
.dialog .content ul li {
  width: 322px;
  height: 100px;
  background-color: #f0f0f0;
  border-radius: 5px;
}
.dialog .content ul li .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
}
.dialog .content ul li .btn {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10px;
}
.dialog .content ul li .btn button,
.dialog .content ul li .btn a {
  display: inline-flex;
  justify-content: center;
  width: 146px;
  height: 32px;
  border-radius: 5px;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 2px;
  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('/site/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: 26px;
  height: 20px;
  background: url('/site/img/link_icon.png') no-repeat center center;
  margin-right: 10px;
}
.dialog .content ul li .btn button.admin,
.dialog .content ul li .btn a.admin {
  background-image: url('/site/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: 20px;
  height: 20px;
  background: url('/site/img/admin_icon.png') no-repeat center center;
  margin-right: 10px;
}
.hide {
  display: none;
}
