@charset "UTF-8";
/**
* 登录引导
* date:2025-5-26
* author: qcn;
 */
body,
html {
  height: 100%;
}

body {
  background: url("../images/guidance/bg.jpg") no-repeat center;
  background-size: 100% 100%;
}

.container {    
    width: 13.6rem;
	margin: 0 auto;
}

.header {
  padding: 0;
  height: 1.2rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}
.header > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .return {
  height: 0.4rem;
  color: #fff;
  padding: 0 0.16rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 0.36rem;
}
.header img {
  width: 6rem;
  height: 0.93rem;
}

.main {
  height: calc(100% - 1.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-item {
  height: 3.78rem;
  width: 4rem;
  border-radius: 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.49rem 0.32rem 0 0.35rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.96%, rgba(255, 255, 255, 0.5)), to(rgba(106, 174, 255, 0.5))), #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 48.96%, rgba(106, 174, 255, 0.5) 100%), #FFF;
  -webkit-box-shadow: 0rem 0.08rem 0.15rem rgba(0, 0, 0, 0.06);
          box-shadow: 0rem 0.08rem 0.15rem rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-item:hover {
  margin-top: -0.4rem;
}
.link-item::after {
  content: "";
  width: 3.56rem;
  height: 2.86rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(54, 159, 255, 0.5)), to(rgba(54, 159, 255, 0.5))), rgba(255, 255, 255, 0.5);
  background: linear-gradient(0deg, rgba(54, 159, 255, 0.5) 0%, rgba(54, 159, 255, 0.5) 100%), rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0rem 0.04rem 0.08rem rgba(23, 58, 136, 0.3);
          box-shadow: 0rem 0.04rem 0.08rem rgba(23, 58, 136, 0.3);
  border-radius: 0.14rem;
  position: absolute;
  opacity: 0.8;
  bottom: -0.24rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.link-item-name {
  color: #333;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.21rem;
  margin: 0.25rem 0 0.31rem;
}
.link-item-text {
  font-size: 0.14rem;
  color: #2D70E2;
  line-height: 0.21rem;
  text-align: center;
}
.link-item + a {
  margin-left: 0.8rem;
}
.link-item-img {
  width: 1.57rem;
  height: 1.62rem;
}