.register-wrap {
  position: relative; 
  width: 673px; 
  margin: 10px auto;
}

.register-place {
  position: relative;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.register-place-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #c1f574;
}

.register-place-item-title {
  color: #eff5ff;
}

.register-header {
  width: 100%;
  font-family: BDZYJT--GB1, BDZYJT--GB1;
  font-weight: normal;
  font-size: 48px;
  color: #f7ffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-style: normal;
  padding: 40px 0;
}

.register-welcome {
  width: 673px;
  height: 154px;
  background: linear-gradient(180deg, #ecfaff 0%, #e2f4fb 8.7%, #d9f5fc 14.72%, #e7fbfa 100%);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.register-welcome-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #17435c;
  padding: 20px 0;
  flex: 1;
  font-size: 20px;
}

.register-welcome-input {
  display: flex;
  align-items: center;
}

.register-welcome-input input {
  width: 250px;
  height: 34px;
  border: 1px solid #8d9b9e;
  padding: 0 8px;
  margin-left: 10px;
  font-size: 20px;
}

.register-welcome-input input:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.3);
}
.register-welcome-btn {
  width: 74px;
  height: 30px;
  font-size: 16px;
  background: #fffffb;
  box-shadow: inset -1px -1px 2px 0px #8b959d, inset 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid #262e34;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.register-welcome-btn:hover {
  outline: 0;
  box-shadow: inset -1px -1px 2px 0px rgba(139, 149, 157, 0.5),
    inset 1px 1px 2px 0px rgba(0, 0, 0, 1);
}

.register-welcome-right {
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #17435c;
  padding: 10px 0 20px 60px;
}

.register-welcome-title {
  font-weight: 900;
  color: #ff7600;
  letter-spacing: 1px;
}

.register-footer {
  width: 100%;
  font-size: 16px;
  color: #dcf0f9;
  letter-spacing: 1px;
  text-align: center;
  padding: 28px;
}

.register-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
.register-bottom-left {
  position: relative;
  width: 402px;
  height: 253px;
  background: linear-gradient(180deg, #87c3df 0%, #70bbd9 4.25%, #1b91bb 7.43%, #77b3d2 100%);
  border-radius: 8px;
  border: 1px solid #65c4f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 170px;
  color: #ffffff;
}
.register-bottom-left-title {
  position: absolute;
  top: 14px;
  left: 30px;
  font-size: 12px;
}
.register-bottom-right {
  width: 263px;
  height: 253px;
  background: linear-gradient(180deg, #ecfaff 0%, #e2f4fb 8.7%, #d9f5fc 14.72%, #e7fbfa 100%);
  border-radius: 8px;
}
.register-bottom-right-title {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ff7600;
  font-weight: bold;
}
.register-bottom-right-icon {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
.register-bottom-right-items {
  width: 100%;
  padding-left: 80px;
  line-height: 60px;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  color: #ff7600;
}
