#other .bg {
  height: 100vh;
  background: url(../images/other/Clip.png) no-repeat;
  background-size: cover;
}
#other p {
  margin: 0;
}
#other {
  background: #1B1B1B;
}
#other #login .modal-dialog {
  width: 782px;
  height: 500px;
  margin: 214px auto 0;
}
#other #login .modal-dialog .close {
  color: #5A607F;
  opacity: 1;
  font-weight: 400;
  font-size: 30px;
}
#other #login .modal-dialog .modal-content {
  background: none;
}
#other #login .modal-dialog .modal-body {
  padding: 0;
  border-radius: 11px;
  background: none;
  display: flex;
}
#other #login .modal-dialog .modal-body .modal-logo {
  flex: none;
  width: 277px;
  border-radius: 11px 0 0 11px;
}
#other #login .modal-dialog .modal-body .modal-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}
#other #login .modal-dialog .modal-body .modal-from {
  flex: none;
  width: 505px;
  background: #fff;
  border-radius: 0 11px 11px 0;
  text-align: center;
  position: relative;
}
#other #login .modal-dialog .modal-body .modal-from .wrap {
  padding: 0 68px 0 59px;
}
#other #login .modal-dialog .modal-body .modal-from .wrap > img {
  max-width: 140px;
}
#other #login .modal-dialog .modal-body .modal-from .wrap .customer-type {
  display: flex;
  justify-content: center;
  margin: 0 0 8px;
}
#other #login .modal-dialog .modal-body .modal-from .wrap .customer-type .type-item {
  position: relative;
  border: none;
  background: transparent;
  padding: 0 20px 13px;
  font-size: 18px;
  color: #B5B5B5;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
  width: max-content;
}
#other #login .modal-dialog .modal-body .modal-from .wrap .customer-type .type-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background: transparent;
}
#other #login .modal-dialog .modal-body .modal-from .wrap .customer-type .type-item.active {
  color: #202020;
}
#other #login .modal-dialog .modal-body .modal-from .wrap .customer-type .type-item.active::after {
  background: #17A1FF;
}
#other #login .modal-dialog .modal-body .modal-from .icon {
  padding: 21px 27px 17px;
  text-align: right;
}
#other #login .modal-dialog .modal-body .modal-from .icon img {
  width: 18px;
}
#other #login .modal-dialog .modal-body .modal-from .item {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}
#other #login .modal-dialog .modal-body .modal-from .item input {
  width: 100%;
  padding: 18px 44px 18px 0;
  font-size: 16px;
}
#other #login .modal-dialog .modal-body .modal-from .item input::placeholder {
  color: #B5B5B5;
}
#other #login .modal-dialog .modal-body .modal-from .item span {
  font-size: 16px;
  color: #17A1FF;
  position: absolute;
  right: 9px;
  bottom: 11px;
  cursor: pointer;
}
#other #login .modal-dialog .modal-body .modal-from .item.item-login-captcha {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
#other #login .modal-dialog .modal-body .modal-from .item.item-login-captcha .login-captcha-input-wrap {
  flex: 1;
  min-width: 0;
}
#other #login .modal-dialog .modal-body .modal-from .item.item-login-captcha .login-captcha-input-wrap input {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 0;
}
#other #login .modal-dialog .modal-body .modal-from .item.item-login-captcha .login-captcha-img {
  flex: none;
  width: 110px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  cursor: pointer;
  object-fit: contain;
  background: #fafafa;
  display: block;
}
#other #login .modal-dialog .modal-body .modal-from button {
  margin-top: 20px;
  background: #17A1FF;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border: none;
}
#other #login .modal-dialog .modal-body .modal-from .protocol {
  display: flex;
  background: #F4F4F4;
  width: 100%;
  height: 54px;
  color: #A5A5A5;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  /* 设置未选中样式 */
  /* 设置选中样式 */
}
#other #login .modal-dialog .modal-body .modal-from .protocol a {
  color: #A5A5A5;
}
#other #login .modal-dialog .modal-body .modal-from .protocol input[type="checkbox"] {
  background-color: transparent;
  position: relative;
  bottom: 1px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #BFBFBF;
  flex: none;
  margin-right: 7px;
  outline: none;
  /* 取消默认样式 */
  -webkit-appearance: none;
}
#other #login .modal-dialog .modal-body .modal-from .protocol input[type="checkbox"]:checked {
  background-color: #17A1FF;
  border-color: #17A1FF;
}
#other #login .modal-dialog .modal-body .modal-from .protocol input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: -1px;
  font-size: 14px;
  left: -1px;
  width: 18px;
  height: 18px;
  color: #fff;
  text-align: center;
}
#other #register .modal-dialog {
  width: 680px;
  height: 630px;
  margin: 152px auto 0;
  box-sizing: border-box;
}
#other #register .modal-dialog .modal-content {
  padding: 27px 30px;
}
#other #register .modal-dialog .modal-heade {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}
#other #register .modal-dialog .modal-heade img {
  width: 18px;
  opacity: 1;
}
#other #register .modal-dialog .modal-body {
  text-align: center;
  padding: 47px 0 30px;
}
#other #register .modal-dialog .modal-body .from {
  padding-left: 13px;
}
#other #register .modal-dialog .modal-body .from .item {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  position: relative;
}
#other #register .modal-dialog .modal-body .from .item > span {
  flex: none;
  font-size: 16px;
  color: #0A0A0A;
  margin-right: 13px;
  width: 64px;
  text-align: right;
}
#other #register .modal-dialog .modal-body .from .item > input {
  width: 494px;
  height: 52px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
}
#other #register .modal-dialog .modal-body .from .item > input::placeholder {
  color: #B5B5B5;
}
#other #register .modal-dialog .modal-body .from .item .select {
  width: 494px;
  height: 52px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #090909;
}
#other #register .modal-dialog .modal-body .from .item .dropdown-menu {
  width: 494px;
  left: 77px;
  margin: 0;
  padding: 0;
}
#other #register .modal-dialog .modal-body .from .item .dropdown-menu > li > a {
  padding: 12px 22px;
  font-size: 16px;
  color: #090909;
  outline: none;
}
#other #register .modal-dialog .modal-body .from .item .dropdown-menu > li > a:hover {
  background: #EFEFEF;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock {
  align-items: flex-start;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock > span {
  margin-top: 14px;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner {
  flex: none;
  min-width: 0;
  width: 494px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-graph {
  display: flex;
  align-items: center;
  gap: 12px;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-graph input {
  flex: 1;
  min-width: 0;
  height: 52px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  box-sizing: border-box;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-graph input::placeholder {
  color: #B5B5B5;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-graph .reg-captcha-img-sm {
  flex: none;
  width: 115px;
  height: 52px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
  cursor: pointer;
  object-fit: contain;
  background: #fafafa;
  display: block;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-row {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  height: 52px;
  padding-right: 135px;
  box-sizing: border-box;
  background: #fff;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-row input {
  flex: 1;
  border: none;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  outline: none;
  min-width: 0;
  box-sizing: border-box;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-row input::placeholder {
  color: #B5B5B5;
}
#other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-row .reg-send-sms-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #17A1FF;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
#other #register .modal-dialog .modal-body > button {
  width: 378px;
  height: 54px;
  background: #17A1FF;
  text-align: center;
  line-height: 54px;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  margin: 19px auto 0;
  border: none;
}
#other #register .modal-dialog .modal-body .tip {
  color: #FF0000;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: none;
}
#other #status .modal-dialog {
  width: 550px;
  margin: 330px auto 0;
}
#other #status .modal-dialog .modal-content {
  padding: 20px 24px 50px 33px;
}
#other #status .modal-dialog .modal-content .modal-body {
  padding: 44px 0 0;
}
#other #status .modal-dialog .modal-content .modal-body .status {
  color: #0E23AE;
  font-size: 20px;
  margin-bottom: 15px;
}
#other #status .modal-dialog .modal-content .modal-body .status.err {
  color: #BE0000;
}
#other #status .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  line-height: 35px;
  color: #232323;
}
#other #status .modal-dialog .modal-head {
  position: relative;
  text-align: center;
  font-size: 22px;
}
#other #status .modal-dialog .modal-head img {
  position: absolute;
  right: 0;
  width: 18px;
  top: calc(50% - 9px);
}
#other .footer {
  background: #1B1B1B;
  display: none;
}
.xieyidiv .modal-dialog {
  width: 880px;
  height: 630px;
  margin: 152px auto 0;
  box-sizing: border-box;
}
.xieyidiv .modal-dialog .modal-content {
  padding: 27px 30px;
}
.xieyidiv .modal-dialog .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}
.xieyidiv .modal-dialog .modal-head img {
  width: 18px;
  opacity: 1;
}
.xieyidiv .modal-dialog .modal-body {
  text-align: left;
  margin: 47px 0 20px;
  height: 460px;
  overflow-y: scroll;
  line-height: 30px;
}
.xieyidiv .modal-dialog .modal-body::-webkit-scrollbar {
  width: 5px;
  background: #fff;
  border-radius: 3px;
}
.xieyidiv .modal-dialog .modal-body::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.xieyidiv .modal-dialog .modal-body .from {
  padding-left: 13px;
}
.xieyidiv .modal-dialog .modal-body .from .item {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  position: relative;
}
.xieyidiv .modal-dialog .modal-body .from .item > span {
  flex: none;
  font-size: 16px;
  color: #0A0A0A;
  margin-right: 13px;
  width: 64px;
  text-align: right;
}
.xieyidiv .modal-dialog .modal-body .from .item > input {
  width: 494px;
  height: 52px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
}
.xieyidiv .modal-dialog .modal-body .from .item > input::placeholder {
  color: #B5B5B5;
}
.xieyidiv .modal-dialog .modal-body .from .item .select {
  width: 494px;
  height: 52px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #090909;
}
.xieyidiv .modal-dialog .modal-body .from .item .dropdown-menu {
  width: 494px;
  left: 77px;
  margin: 0;
  padding: 0;
}
.xieyidiv .modal-dialog .modal-body .from .item .dropdown-menu > li > a {
  padding: 12px 22px;
  font-size: 16px;
  color: #090909;
  outline: none;
}
.xieyidiv .modal-dialog .modal-body .from .item .dropdown-menu > li > a:hover {
  background: #EFEFEF;
}
.xieyidiv .modal-dialog .modal-body > button {
  width: 378px;
  height: 54px;
  background: #17A1FF;
  text-align: center;
  line-height: 54px;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  margin: 19px auto 0;
  border: none;
}
.xieyidiv .modal-dialog .modal-body .tip {
  color: #FF0000;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  #other .footer {
    display: block;
  }
  #other #status .modal-dialog {
    width: 92%;
  }
  #other #status .modal-dialog .modal-head {
    font-size: 17.5px;
  }
  #other #status .modal-dialog .modal-head img {
    width: 15px;
    top: calc(50% - 7.5px);
  }
  #other #status .modal-dialog .modal-content .modal-body .status {
    font-size: 14.5px;
  }
  #other #status .modal-dialog .modal-content .modal-body p {
    font-size: 14px;
    line-height: 25px;
  }
  #other #register .modal-dialog {
    width: 92%;
    height: max-content;
    padding-bottom: 35px;
    margin: 60px auto 0;
  }
  #other #register .modal-dialog .modal-heade {
    font-size: 19px;
    position: relative;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #other #register .modal-dialog .modal-heade img {
    width: 15px;
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
  }
  #other #register .modal-dialog .modal-content {
    padding: 20px 15px;
  }
  #other #register .modal-dialog .modal-body {
    padding: 15px 0 30px;
    max-height: calc(100vh - 3.53rem);
    overflow-y: auto;
  }
  #other #register .modal-dialog .modal-body .from .item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 14px;
  }
  #other #register .modal-dialog .modal-body .from .item > span {
    font-size: 15px;
    margin-bottom: 6px;
    width: auto;
  }
  #other #register .modal-dialog .modal-body .from .item > input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
  #other #register .modal-dialog .modal-body .from .item .select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
  #other #register .modal-dialog .modal-body .from .item .dropdown-menu {
    width: 100%;
    left: 0;
  }
  #other #register .modal-dialog .modal-body .from .item .dropdown-menu > li > a {
    font-size: 14px;
    padding: 7.5px 12.5px;
  }
  #other #register .modal-dialog .modal-body .from .item.item-reg-smsblock > span {
    margin-top: 0;
  }
  #other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner {
    width: 100%;
    max-width: 100%;
  }
  #other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-graph input {
    height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  #other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-graph .reg-captcha-img-sm {
    width: 110px;
    height: 35px;
  }
  #other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-row {
    height: 35px;
    padding-right: 110px;
  }
  #other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-row .reg-send-sms-btn {
    font-size: 14px;
    right: 10px;
  }
  #other #register .modal-dialog .modal-body .from .item.item-reg-smsblock .item-reg-smsblock-inner .item-reg-sms-row input {
    font-size: 14px;
    padding: 0 10px;
  }
  #other #register .modal-dialog .modal-body > button {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    border-radius: 21.5px;
  }
  #other #register .modal-dialog .modal-body .tip {
    font-size: 14px;
    bottom: 14px;
  }
  #other #login .modal-dialog {
    width: 92%;
    height: max-content;
    margin: 60px auto 0;
  }
  #other #login .modal-dialog .modal-body .modal-logo {
    display: none;
  }
  #other #login .modal-dialog .modal-body .modal-from {
    width: 100%;
    border-radius: 12px;
  }
  #other #login .modal-dialog .modal-body .modal-from .icon {
    padding: 15px;
  }
  #other #login .modal-dialog .modal-body .modal-from .icon img {
    width: 15px;
  }
  #other #login .modal-dialog .modal-body .modal-from .wrap {
    padding: 20px 15px 45px;
  }
  #other #login .modal-dialog .modal-body .modal-from .wrap > img {
    width: 136.5px;
    margin-bottom: 30px;
  }
  #other #login .modal-dialog .modal-body .modal-from .wrap .customer-type {
    gap: 35px;
    margin-bottom: 21px;
    padding: 0 40px;
  }
  #other #login .modal-dialog .modal-body .modal-from .wrap .customer-type .type-item {
    font-size: 17px;
    padding: 0 10px 17px;
  }
  #other #login .modal-dialog .modal-body .modal-from .wrap .customer-type .type-item::after {
    width: 27px;
    height: 3px;
  }
  #other #login .modal-dialog .modal-body .modal-from .wrap .item input {
    padding: 12.5px 2.5px;
    font-size: 15px;
  }
  #other #login .modal-dialog .modal-body .modal-from .wrap .item span {
    font-size: 15px;
    right: 0;
  }
  #other #login .modal-dialog .modal-body .modal-from button {
    margin-top: 2.5px;
    font-size: 15px;
    padding: 11px;
    border-radius: 21.5px;
  }
  #other #login .modal-dialog .modal-body .modal-from .protocol {
    font-size: 13px;
    height: 47.5px;
    border-radius: 0 0 12px 12px ;
    margin-top: 0;
  }
  #other #login .modal-dialog .modal-body .modal-from .protocol input[type="checkbox"] {
    width: 13px;
    height: 13px;
    top: -3px;
  }
  #other #login .modal-dialog .modal-body .modal-from .protocol input[type="checkbox"]:checked::after {
    width: 13px;
    height: 13px;
    font-size: 11px;
    top: 1px;
  }
  .xieyidiv .modal-dialog {
    margin: 0.8rem auto 0;
    box-sizing: border-box;
  }
  .xieyidiv .modal-dialog .modal-content {
    padding: 0.27rem 0.3rem 0.6rem;
  }
  .xieyidiv .modal-dialog {
    width: 6.9rem;
    height: max-content;
    padding-bottom: 0.7rem;
  }
  .xieyidiv .modal-dialog .modal-head {
    font-size: 0.38rem;
    position: relative;
    justify-content: center;
    font-weight: bold;
  }
  .xieyidiv .modal-dialog .modal-head img {
    width: 0.3rem;
    position: absolute;
    right: 0;
    top: calc(50% - 0.15rem);
  }
  .xieyidiv .modal-dialog .modal-body {
    padding: 0 0 0.4rem;
    height: max-content;
    margin: 0.4rem 0 0;
    max-height: calc(100vh - 3.53rem);
  }
  .xieyidiv .modal-dialog .modal-body .from .item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.34rem;
  }
  .xieyidiv .modal-dialog .modal-body .from .item > span {
    font-size: 0.32rem;
    margin-bottom: 0.24rem;
    width: auto;
  }
  .xieyidiv .modal-dialog .modal-body .from .item > input {
    width: 100%;
    height: 0.83rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    width: 5.56rem;
  }
  .xieyidiv .modal-dialog .modal-body .from .item .select {
    width: 100%;
    height: 0.83rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    width: 5.56rem;
  }
  .xieyidiv .modal-dialog .modal-body .from .item .dropdown-menu {
    width: 100%;
    left: 0;
  }
  .xieyidiv .modal-dialog .modal-body .from .item .dropdown-menu > li > a {
    font-size: 0.28rem;
    padding: 0.15rem 0.25rem;
  }
  .xieyidiv .modal-dialog .modal-body > button {
    width: 100%;
    height: 0.85rem;
    font-size: 0.3rem;
    border-radius: 0.43rem;
  }
  .xieyidiv .modal-dialog .modal-body .tip {
    font-size: 0.28rem;
    bottom: 0.28rem;
  }
}
