html {
	height: 100%;
}
html body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* font-size: 16px; */
}
.box {
  height: 100%;
}
.ctn-wp {
	height: 100%;
	overflow: auto;
}
.header {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .invite-left {
  width: 24px;
  height: 24px;
  position: relative;
  left: 15px;
}
.header .invite-head {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.header .invite-right {
  width: 9px;
  height: 9px;
  position: relative;
  right: 15px;
}
.content {
  width: 100%;
}
.banner {
  width: 100%;
}
.banner .logo {
  margin: 12px auto 12px 12px;
  width: 143px;
}
.logo-banner {
  width: 100%;
  height: auto;
  display: block;
}
.enter {
  position: relative;
}
/* 横分割线 */
.enter::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -.5px;
  background-color: #E9EEF2;
}
/* 竖分割线 */
.enter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -.5px;
  background-color: #E9EEF2;
}
.enter .column {
  display: flex;
  justify-content: space-between;
  height: 119px;
}
.enter .column:last-child {
  position: relative;
}
/* 竖分割线 */
.enter .column:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -.5px;
  background-color: #E9EEF2;
}
.enter .item {
  width: 50%;
  /* border-style: solid; */
  /* border-color: #E9EEF2; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.enter .item img {
  height: 49px;
}
.enter .item span {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #333333;
  margin-top: 5px;
}
.enter .right {
  /* border-width: 0 0 1px 0; */
}
.enter .left {
  /* border-width: 0 1px 1px 0; */
}
.connect {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #666666;
  font-family: PingFangSC-Regular;
  margin: 26px 0 8px;
}
.connect img {
  height: 100px;
  margin-bottom: 5px;
}
.connect span {
  font-size: 13px;
  color: #666666;
  margin-bottom: 30px;
}
.connect a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  width: 128px;
  white-space: nowrap;
}
.bottom-wp {
	position: absolute;
    width: 100%;
    bottom: 0;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
  color: #000;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
  color: #000;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
  color: #000;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
  color: #000;
}
