.gologin {
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url(../image/index/loginback.png);
  background-size: 100%;
  background-position: center;
  padding-top: 20%;
  box-sizing: border-box;
  position: relative;
}
.gologin .text {
  width: 830px;
  margin: 0 auto;
}
.gologin .button {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.gologin .button .register {
  display: block;
  width: 84px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  margin: 0 10px;
}
.gologin .button .login {
  display: block;
  width: 84px;
  height: 38px;
  background-color: #ff4d4f;
  border-radius: 4px;
  border: solid 1px #ff4d4f;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  margin: 0 10px;
}
.gologin .slide {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 23px;
}
.gologin .slide p {
  font-size: 16px;
  color: #ffffff;
}
.gologin .slide img {
  width: 12px;
  margin: 0 auto;
  margin-top: 20px;
}
.resources {
  padding: 120px 0;
}
.resources .title {
  font-size: 36px;
  color: #222222;
  text-align: center;
}
.resources .platform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.resources .platform .platforms {
  width: 380px;
  height: 280px;
  background-color: #000000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
.resources .platform .platforms .layer {
  position: relative;
}
.resources .platform .platforms .layer .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
}
.resources .platform .platforms .showrel {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 94, 96, 0.8);
  z-index: 9;
  top: 100%;
  padding: 75px 40px 0;
  box-sizing: border-box;
  color: #fff;
  transition: transform 0.5s linear;
}
.resources .platform .platforms .showrel .tt {
  font-size: 18px;
}
.resources .platform .platforms .showrel .line {
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin-top: 20px;
}
.resources .platform .platforms .showrel .msg {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.resources .platform .platforms:hover .showrel {
  transform: translateY(-100%);
}
.numbers {
  padding: 110px 0;
  background-color: #fafafa;
}
.numbers .getnum {
  display: flex;
}
.numbers .getnum .num {
  width: 200px;
  height: 80px;
  border-right: solid 1px #e1e1e1;
  text-align: center;
}
.numbers .getnum .num:last-child {
  border: none;
}
.numbers .getnum .num .add {
  font-family: AvenirLT-Black;
  font-size: 50px;
  color: #ff4d4f;
}
.numbers .getnum .num .about {
  font-size: 15px;
  color: #7c7c7c;
}
.steps {
  padding: 120px 0;
}
.steps .title {
  text-align: center;
}
.steps .title .big {
  font-size: 36px;
  color: #222222;
}
.steps .title .small {
  font-size: 18px;
  color: #7c7c7c;
}
.steps .getstep {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steps .getstep .step {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .stepnames {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.steps .stepnames .name {
  font-size: 15px;
  color: #7c7c7c;
  width: 100px;
  text-align: center;
}
.advantage {
  padding: 120px 0;
  background-color: #fafafa;
}
.advantage .title {
  text-align: center;
}
.advantage .title .big {
  font-size: 36px;
  color: #222222;
}
.advantage .title .small {
  font-size: 18px;
  color: #7c7c7c;
}
.advantage .ours {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantage .ours .why {
  width: 580px;
  height: 130px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding-right: 35px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.advantage .ours .why .num {
  width: 54px;
  height: 44px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff4d4f;
  text-align: center;
  line-height: 44px;
  font-family: AvenirLT-Black;
  font-size: 28px;
  color: #fff;
}
.advantage .ours .why .msg {
  width: calc(100% - 75px);
}
.advantage .ours .why .msg .tt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
.advantage .ours .why .msg .sent {
  font-size: 15px;
  color: #7c7c7c;
  height: 40px;
  overflow: hidden;
  margin-top: 15px;
}
