.register_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 26px;
  background: #c9151e;
  border-radius: 3px 3px 3px 3px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
.register_flex {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.logon_header {
  border-bottom: 1px solid #e0e0e0;
}
.register_title {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin: 90px 0 60px 0;
}
.register_auto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.register_main {
  margin-top: 30px;
  width: 460px;
  height: 52px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box;
}
.register_left {
  width: 20%;
  padding-left: 20px;
}
.register_input {
  flex: 1;
}
.input_box {
  width: 100%;
  height: 100%;
}
.input_width {
  width: 55%;
}
.obtain_button {
  width: 25%;
  height: 52px;
  background: #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
}
.pr_none {
  padding-right: 0;
}
.agreement {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 398px;
  margin: 30px 0;
}
.agreement_link {
  font-weight: 400;
  font-size: 14px;
  color: #0066cc;
}
.agreement_check {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.submitto_button {
  width: 460px;
  height: 54px;
  background: #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.link_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 398px;
  padding: 30px 0;
}
.link_text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  text-decoration-line: underline;
}
.state_row {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  margin: 90px 0 20px 0;
}
.state_icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.state_text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.state_flex {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.state_link {
  width: 220px;
  height: 58px;
  border: 1px solid #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #c9151e;
  cursor: pointer;
  margin-left: 15px;
}
.containers {
  display: none;
}
.logon_link {
  width: 333px;
  height: 52px;
  background: #e2231a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 40px;
}
