.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, #b3e0ee 0%, #8dd3e7 5.45%, #57c0dc 6.92%, #56bfdc 100%);
  border-radius: 7px;
  border: 1px solid #a1e3f3;
  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;
  white-space: nowrap;
}

.register-welcome-input input {
  width: 200px;
  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-btns {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;

}
.register-welcome-keyboard,
.register-welcome-btn {
  width: 74px;
  height: 30px;
  font-size: 14px;
  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;
  margin-right: 20px;
}
.register-welcome-btn:last-child {
  margin-right: 0;
}

.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-keyboard{
  width: 80px; 
  margin-right: 0px;
  margin-left: 10px;
}
.register-welcome-right {
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #fff;
  padding: 10px 0 20px 20px;
}

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

.register-footer {
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  text-align: center;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.register-footer-item{
  display: flex;
  align-items: center; 
  margin-right: 20px;
}
.register-footer-item:last-child{
  margin-right: 0;
}
.register-footer .highlight {
  color: #ff7600;
}

.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, #b3e0ee 0%, #8dd3e7 5.45%, #57c0dc 6.92%, #56bfdc 100%);
  border-radius: 7px;
  border: 1px solid #a1e3f3;
  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, #b3e0ee 0%, #8dd3e7 5.45%, #57c0dc 6.92%, #56bfdc 100%);
  border-radius: 7px;
  border: 1px solid #a1e3f3;
}
.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;
}
