@charset "UTF-8";
/**!
 * 系统引导页
 * date:2022-03-22
 * author: qianyuting
*/
.wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.14rem;
  background: url("../images/guide_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
}

.logo {
  display: block;
  width: 1329px;
  width: 13.29rem;
  height: 118px;
  height: 1.18rem;
  margin: 0 auto;
  margin-top: 120px;
  margin-top: 1.2rem;
}

.system-list {
  margin-top: 130px;
  margin-top: 1.3rem;
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
}

.system-item {
  display: inline-block;
  width: 328px;
  width: 3.28rem;
  height: 379px;
  height: 3.79rem;
  margin: 0px 30px;
  margin: 0rem 0.3rem;
  padding: 105px 10px 10px;
  padding: 1.05rem 0.1rem 0.1rem;
  color: #fff;
  background: url("../images/system_item_bg.png") center center no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0.23rem 0.27rem rgba(5, 17, 75, 0.3);
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
}

.system-name {
  margin-top: 20px;
  margin-top: 0.2rem;
  line-height: 49px;
  line-height: 0.49rem;
  font-size: 39px;
  font-size: 0.39rem;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.system-icon {
  width: 179px;
  width: 1.79rem;
  height: 164px;
  height: 1.64rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 0 auto;
}

.system-item.register .system-icon {
  background-image: url("../images/register_ico.png");
}

.system-item.register:hover .system-icon {
  background-image: url("../images/register_icoh.png");
}

.system-item.supervise .system-icon {
  background-image: url("../images/supervise_ico.png");
}

.system-item.supervise:hover .system-icon {
  background-image: url("../images/supervise_icoh.png");
}

.system-item:hover {
  color: #fff;
  box-shadow: 0 0.23rem 0.27rem rgba(5, 17, 75, 0.65);
  background-image: url("../images/system_item_bgh.png");
}
