.container{
  overflow: hidden;
  background: #f5f5f5;
  min-height: 100vh;
}
.banner .menu{
  padding: 0.625rem 11.25rem;
  background: #000;
}
.banner .menu img{
  width: 17.75rem;
  height: 1.875rem;
}
.banner .menu ul li a{
  color:rgba(255,255,255,.8);
  padding: 0.625rem;
  font-size:1.125rem;
  margin-right: 2.375rem;
}
.banner .menu ul li:hover a{
  border-bottom: 0.1875rem solid #3377FF;
}
.banner .menu ul li:nth-child(5) a{
  border:0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  padding: 0.3125rem 1.25rem;
}
.banner .menu ul li:last-child a{
  color:rgba(54,117,255,1);
  border:0.0625rem solid #3377FF;
  border-radius: 0.3125rem;
  padding: 0.3125rem 1.25rem;
}
.register{
  width: 62.5rem;
  margin: 0 auto;
  margin-top: 1.25rem;
  background: #fff;
  padding: 1.25rem 6.25rem 2.5rem;
}
.register .tip{
  display: table;
  background: #fef1cf;
  padding: 0.625rem;
  margin: 0 auto;
}
.register .step ul li{
  position: relative;
  width: 25%;
  height: 6.25rem;
}
.register .step ul li .line{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.3125rem;
  background: #ddd;
}
.register .step ul li .num{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  background: #ddd;
  color: #fff;
  border-radius: 50%;
}
.register .step ul li .title{
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ddd;
}
.register .step ul .active .line,
.register .step ul .active .num
{
  background: #3175fe;
}
.register .step ul .active .title{
  color: #3175fe;
}
.register .registerType ul{
  position: relative;
  padding-top: 2.5rem;
}
.register .registerType ul li{
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  margin-right: 1.25rem;
  color: #666;
  cursor: pointer;
}
.register .registerType ul li:last-child{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #ddd;
  padding-bottom: 0;
}
.register .registerType ul .active{
  color: #3175fe;
  border-bottom: 0.125rem solid #3175fe;
  z-index: 1;
}
.register .register-tip{
  font-size: 1.125rem;
  margin-top: 1.25rem;
  margin-left: 3.125rem;
}
.second{
  display: none;
}
.fourthly{
  display: none;
  width: 100%;
  text-align: center;
  padding: 12.5rem 0;
}
.fourthly img{
  width: 40px;
  height: 40px;
  margin-bottom: 0.625rem;
}
.fourthly p{
  font-size: 1.125rem;
  line-height: 200%;
}