* {
  margin: 0;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
/* 修改自动填充的输入字段的背景颜色 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #333 !important;
  background-color: #fff !important;
  /* 这里设置你想要的背景颜色 */
}
#container {
  width: 100%;
  height: 100vh;
  min-width: 1440px;
  background: #F5F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container .skeleton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #F5F7FA;
}
#container .skeleton .skeleton-box {
  width: 564px;
  height: 674px;
  background: #FFFFFF;
  border-radius: 0px 24px 24px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 78px 51px 0;
}
#container .skeleton .skeleton-box .skeleton-item {
  width: 80%;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 4px;
}
#container .skeleton .skeleton-box .skeleton-item.skeleton-button {
  height: 40px;
}
#container .skeleton .skeleton-box .skeleton-item.skeleton-button-image {
  height: 500px;
}
#container .skeleton .skeleton-box .skeleton-item.skeleton-logo,
#container .skeleton .skeleton-box .skeleton-item.skeleton-input {
  margin-bottom: 12px;
}
#container .skeleton .skeleton-box .skeleton-item.skeleton-or {
  width: 50px;
  margin: 24px 0;
}
#container .skeleton .skeleton-box .skeleton-item.skeleton-text {
  height: 16px;
  width: 60%;
}
@keyframes skeleton-loading {
  0%,
  100% {
    background-color: #f0f0f0;
  }
  50% {
    background-color: #e0e0e0;
  }
}
#container .skeleton .skeleton-box .skeleton-item {
  animation: skeleton-loading 1.5s infinite ease-in-out;
}
#container #content {
  display: none;
  height: 674px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 3px 12px rgba(230, 232, 239, 0.3);
}
#container #content #content-left {
  width: 564px;
  height: 674px;
  background: #3484ED;
  border-radius: 24px 0px 0px 24px;
}
#container #content #content-left #login-logo {
  height: 48px;
  margin-top: 52px;
  margin-left: 40px;
  background: url('../icon/login-icon-icon1.png') no-repeat;
  background-position: 0 0;
}
#container #content #content-left #login-content {
  width: 460px;
  height: 432px;
  margin-top: 32px;
  margin-left: 52px;
  margin-right: 52px;
  margin-bottom: 121px;
  background: url('../image/login-content.png') no-repeat;
  background-position: 0 0;
}
#container #content #content-right {
  width: 564px;
  height: 674px;
  background: #FFFFFF;
  border-radius: 0px 24px 24px 0px;
}
#container #content #content-right .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 562px;
  /* 或根据您的设计调整 */
  box-sizing: border-box;
  margin-top: 56px;
}
#container #content #content-right .item-box #sign-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 36px;
}
#container #content #content-right .item-box #sign-title span {
  height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.85);
}
#container #content #content-right .item-box #sign-title .active {
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#container #content #content-right .item-box #sign-title .hidden {
  display: none !important;
}
#container #content #content-right .item-box #reset-title {
  font-size: 32px;
  font-family: Arial,Roboto;
  font-weight: 700;
  color: #333333;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#container #content #content-right .item-box .login-singup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18px;
  font-family: Arial, Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 24px;
}
#container #content #content-right .item-box .login-singup .login-singup-p {
  margin-left: 16px;
  margin-right: 16px;
}
#container #content #content-right .item-box .login-singup .login-singup-line {
  width: 64px;
  height: 1px;
  background: rgba(255, 109, 24, 0.1);
  border-radius: 0px 0px 0px 0px;
}
#container #content #content-right .item-box .g_signin_button {
  width: 460px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  font-style: normal;
  text-transform: none;
}
#container #content #content-right .item-box .g_signin_button:hover {
  border: 1px solid #FF6D18;
}
#container #content #content-right .item-box .item {
  margin-top: 40px;
}
#container #content #content-right .item-box .item .sign-context {
  height: 252px;
}
#container #content #content-right .item-box .item .item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 458px;
  margin: auto;
  height: 32px;
  border: 1px solid #DFDFDF;
  padding: 7px 0;
  border-radius: 6px;
}
#container #content #content-right .item-box .item .item-list:hover {
  border: 1px solid #FF6D18;
}
#container #content #content-right .item-box .item .item-list .item-icon {
  width: 63px;
  height: 36px;
  border-right: 1px solid #DFDFDF;
  text-align: center;
}
#container #content #content-right .item-box .item .item-list .item-icon i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 6px 0;
  background: url('../icon/login-icon.png') no-repeat;
}
#container #content #content-right .item-box .item .item-list .item-icon #signUp-name-icon,
#container #content #content-right .item-box .item .item-list .item-icon #signIn-name-icon {
  background-position: -262px -40px;
}
#container #content #content-right .item-box .item .item-list .item-icon #signUp-pass-icon,
#container #content #content-right .item-box .item .item-list .item-icon #signIn-pass-icon,
#container #content #content-right .item-box .item .item-list .item-icon #reset-pass-icon,
#container #content #content-right .item-box .item .item-list .item-icon #reset-again-pass-icon {
  background-position: -230px -40px;
}
#container #content #content-right .item-box .item .item-list .item-icon #signIn-phone-icon,
#container #content #content-right .item-box .item .item-list .item-icon #reset-phone-icon {
  background-position: -166px -40px;
}
#container #content #content-right .item-box .item .item-list .item-icon #signIn-code-icon,
#container #content #content-right .item-box .item .item-list .item-icon #reset-code-icon {
  background-position: -198px -40px;
}
#container #content #content-right .item-box .item .item-list .item-input {
  flex: 1;
  height: 36px;
  padding-left: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 36px;
  color: #666;
}
#container #content #content-right .item-box .item .item-relative {
  position: relative;
}
#container #content #content-right .item-box .item .item-relative .item-code-send {
  position: absolute;
  right: 0;
  top: 0;
  width: 113px;
  height: 46px;
  background: #FF6D18;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
#container #content #content-right .item-box .item .item-relative .item-code-send:hover {
  background: #FF9252;
}
#container #content #content-right .item-box .item .item-relative .item-code-disabled {
  cursor: not-allowed;
  background-color: #999;
}
#container #content #content-right .item-box .item .item-relative .item-code-disabled:hover {
  background: #999;
}
#container #content #content-right .item-box .item .item-relative .item-absolute-icon {
  position: absolute;
  top: 13px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url('../icon/login-icon.png') no-repeat;
}
#container #content #content-right .item-box .item .item-relative .close {
  background-position: -294px -40px;
}
#container #content #content-right .item-box .item .item-relative .open {
  background-position: -326px -40px;
}
#container #content #content-right .item-box .item .item-error {
  height: 30px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 30px;
  color: #F5222D;
}
#container #content #content-right .item-box .item .item-btn {
  height: 48px;
  background: #FF6D18;
  border-radius: 6px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  text-align: center;
  line-height: 48px;
  color: #FFFFFF;
  cursor: pointer;
}
#container #content #content-right .item-box .item .item-btn:hover {
  background: #FF9252;
}
#container #content #content-right .item-box .item #reset-btn {
  display: block;
  /* 使元素成为块级元素 */
  margin: 10px auto 0;
  /* 上边距10px, 左右自动, 下边距0 */
  width: 460px;
  /* 指定宽度 */
  text-align: center;
  /* 文本居中 */
}
#container #content #content-right .item-box .item .item-forget {
  height: 16px;
  line-height: 16px;
  text-align: right;
}
#container #content #content-right .item-box .item .item-forget span {
  font-size: 14px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
}
#container #content #content-right .item-box .item .item-forget span:hover {
  color: #FF6D18;
}
#container #content #content-right .item-box .item .item-forget-singup {
  height: 16px;
  font-family: Arial, Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
#container #content #content-right .item-box .item .item-forget-singup #signup-account {
  cursor: pointer;
  color: #ff6d18;
}
#container #content #content-right .item-box .item .item-forget-singup #signin-account {
  cursor: pointer;
  color: #ff6d18;
}
#container #content #content-right .item-box .item .item-terms-privacy {
  margin-top: 16px;
  font-family: Arial, Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#container #content #content-right .item-box .item .item-terms-privacy a {
  color: #ff6d18;
  /* 设置链接的默认颜色 */
  text-decoration: none;
  /* 移除默认的下划线 */
}
#container #content #content-right .item-box .item .item-terms-privacy a:hover {
  text-decoration: underline;
  /* 鼠标悬停时添加下划线 */
}
#container #content #content-right .item-box .item .item-forget-singin {
  height: 16px;
  font-family: Arial, Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  color: #ff6d18;
}
#container #content #content-right #content-register #signIn-box {
  display: none;
}
#container #content #content-right #content-reset {
  display: none;
}
#activeDialog {
  display: none;
  width: 640px;
  height: 688px;
}
#activeDialog #activeTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.39);
  font-size: 20px;
  font-family: Arial,Roboto;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
#activeDialog #activeTitle #active-close {
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: 0 -64px;
  cursor: pointer;
}
#activeDialog #activeTitle #active-close:hover {
  background-position: 0 -96px;
}
#activeDialog #activeContent {
  width: 460px;
  height: 574px;
  padding: 48px 90px 0;
}
#activeDialog #activeContent .active-list {
  width: 458px;
  height: 36px;
  border: 1px solid #DFDFDF;
  padding: 7px 0;
  border-radius: 6px;
}
#activeDialog #activeContent .active-list:hover {
  border: 1px solid #FF6D18;
}
#activeDialog #activeContent .active-list .active-icon {
  display: inline-block;
  width: 63px;
  height: 36px;
  text-align: center;
  border-right: 1px solid #DFDFDF;
}
#activeDialog #activeContent .active-list .active-icon i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 6px 0;
  background: url('../icon/login-icon.png') no-repeat;
}
#activeDialog #activeContent .active-list .active-icon #active-name-icon {
  background-position: -262px -40px;
}
#activeDialog #activeContent .active-list .active-icon #active-pass-icon {
  background-position: -230px -40px;
}
#activeDialog #activeContent .active-list .active-icon #active-phone-icon {
  background-position: -166px -40px;
}
#activeDialog #activeContent .active-list .active-icon #active-code-icon {
  background-position: -198px -40px;
}
#activeDialog #activeContent .active-list .active-input {
  width: 374px;
  height: 36px;
  vertical-align: top;
  padding-left: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 36px;
  color: #666;
}
#activeDialog #activeContent .active-relative {
  position: relative;
}
#activeDialog #activeContent .active-relative .active-code-send {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 50px;
  background: #FF6D18;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
#activeDialog #activeContent .active-relative .active-code-send:hover {
  background: #FF9252;
}
#activeDialog #activeContent .active-relative .active-code-disabled {
  cursor: not-allowed;
  background-color: #999;
}
#activeDialog #activeContent .active-relative .active-code-disabled:hover {
  background: #999;
}
#activeDialog #activeContent .active-error {
  padding-left: 84px;
  height: 32px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  line-height: 32px;
  color: #F5222D;
}
#activeDialog #activeContent #active-btn {
  width: 460px;
  height: 52px;
  background: #FF6D18;
  border-radius: 6px;
  font-size: 16px;
  font-family: Arial,Roboto;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
#activeDialog #activeContent #active-btn:hover {
  background: #FF9252;
}
