


.banner {
  position: relative;
  width: 100%;
}

.banner .hero {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner .cover {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 2541/480;
  background: rgba(26, 35, 126, 0.2);
}
@media screen and (max-width: 860px) {
  .banner .cover {
    aspect-ratio: 28/9;
  }
}

/*.title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.title-box .text {
    font-size: var(--font-size-large);
    color: #000;
    margin: 0 auto;
    width: 20%;
    text-align: center;
}*/

#agreement span {
  margin-bottom: -5px;
  margin-right: 8px;
}

#tmpLoginNameBox,
#tmpPasswordBox,
#parEmailBox,
#parEmailVerifyCodeBox {
  display: none;
}

.form .login-type-radio {
  position: relative;
  display: flex;
  gap: 0;
  color: rgb(29, 152, 136); /*sharon udpate*/
  border-radius: 8px;/*sharon udpate*/
  overflow: hidden;
  flex-wrap: nowrap;
  overflow: auto;
}

.form .login-type-radio:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;/*sharon udpate*/
  border: 2px solid rgb(29, 152, 136);/*sharon udpate*/
  pointer-events: none;
}
.form .login-type-radio .form-radio-label {
  padding: 0.125em 0.825em;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 33%;
  margin: 0;
  text-align: center;
  transition: 0.2s linear;
}
.form .login-type-radio .form-radio-label:first-child {
  padding-left: 1.5em;
}
.form .login-type-radio .form-radio-label:last-child {
  padding-right: 1.5em;
}
.form .login-type-radio .form-radio-label:has(input:checked) {
  color: #fff;
  background-color: /*sharon udpate*/ rgb(29, 152, 136);
}
.form .login-type-radio .form-radio-label span {
  display: none;
}
.form .iam-input-icon-tag{
  margin: 0 auto;
  height: 32px;
  display: none;
  width: 300px;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
  margin-bottom: 20px;
}
.form .iam-input-icon-tag img{
  margin-bottom: -8px;
  margin-right: 3px;
  height: 32px;
}
.form .iam-input-icon{
  position: absolute;
  right: 6px;
  top: 31px;
  height: 32px;
  display: none;
}
.form .iam-input-icon-sex{
  position: absolute;
  left: 200px;
  top: -2px;
  height: 32px;
  display: none;
}