.page_registertype {
  width: 100%;
  height: 100vh;
  background: #E7F3FA;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
}
.main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  padding: 94px 228px 78px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main_title {
  font-size: 30px;
  color: #333333;
  padding-bottom: 16px;
}
.main_tips {
  padding-bottom: 63px;
  font-size: 18px;
  color: #999999;
}
.main_type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 744px;
  padding-bottom: 64px;
}
.main_type_item {
  width: 352px;
  height: 393px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #CCCCCC;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.main_type_item_act {
  background: rgba(255,106,0,0.05);
  border: 1px solid #FF6A00;
}
.main_type_item img{
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}
.main_type_item p {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 20px;
}
.main_type_item span {
  font-size: 18px;
  color: #666666;
}
.next {
  width: 420px;
  height: 48px;
  background: #FF6A00;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}
.main_type_item div {
  padding-top: 20px;
  font-size: 12px;
  color: #666666;
}
.main_type_item a {
  color: #165DFF;
}