@charset "utf-8";
@import url("/login/fonts/iconfont-71d686464cd2cf2a8fff49706788c52b.css");

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
  overflow: auto
}

::-webkit-scrollbar-thumb {
  background-color: #0077ff;
  min-height: 0.08rem;
  min-width: 0.08rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10em;
}

::-webkit-scrollbar-track {
  /*
 background-color: #f7f7f7;
 border: 1px solid #efefef
*/
  background-color: rgba(0, 0, 0, 0.2);
  /* border-left: 1px solid #2be9ff;*/
}

/* // 两个滚动条的交汇处 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}

[class*="icon-"] {
  font-size: 100%;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --gray: #7F7F7F;
  --shadow-color: 223deg 73% 38%;
  --shadow-elevation-low:
          0.003rem 0.005rem 0.007rem hsl(var(--shadow-color) / 0.01), 0.004rem 0.08rem 0.01rem -0.012rem hsl(var(--shadow-color) / 0.01), 0.01rem 0.02rem 0.025rem -0.025rem hsl(var(--shadow-color) / 0.01);
  --shadow-elevation-medium:
          0.003rem 0.005rem 0.007rem hsl(var(--shadow-color) / 0.015), 0.008rem 0.016rem 0.02rem -0.008rem hsl(var(--shadow-color) / 0.015), 0.021rem 0.041rem 0.052rem -0.017rem hsl(var(--shadow-color) / 0.015), 0.05rem 0.10rem 0.126rem -0.025rem hsl(var(--shadow-color) / 0.015);
  --shadow-elevation-high:
          0.003rem 0.005rem 0.007rem hsl(var(--shadow-color) / 0.03), 0.015rem 0.029rem 0.037rem -0.004rem hsl(var(--shadow-color) / 0.03), 0.027rem 0.054rem 0.068rem -0.007rem hsl(var(--shadow-color) / 0.03), 0.045rem 0.089rem 0.112rem -0.011rem hsl(var(--shadow-color) / 0.03), 0.071rem 0.143rem 0.18rem -0.014rem hsl(var(--shadow-color) / 0.03), 0.112rem 0.223rem 0.281rem -0.018rem hsl(var(--shadow-color) / 0.03), 0.17rem 0.339rem 0.427rem -0.021rem hsl(var(--shadow-color) / 0.03), 0.25rem 0.5rem 0.629rem -0.025rem hsl(var(--shadow-color) / 0.01);
  --blue: #4b7ef6;
}

html {
  font-size: 100px;
}

@media (min-width:1030px) {
  html {
    font-size: 5.20833333vw
  }
}

@media (min-width:1922px) {
  html {
    font-size: 100px;
  }
}

body {
  font-size: 0.16rem;
  overflow-x: hidden;
  letter-spacing: 0.01rem;
  -webkit-user-select: none;
  overflow-x: hidden;
  background: #f5f7fa
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

a:hover {
  color: var(--blue)
}

a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  margin: 0;
  list-style-type: none;
}

body,
button,
input,
select,
textarea {
  font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #333;
  border: 0;
  outline: none;
  -webkit-text-size-adjust: none;
  /*    -webkit-appearance: none;*/
}

input,
textarea,
button,
select {
  font-size: 100%;
  /*  -webkit-appearance: none;*/
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file']>input[type='button']::-moz-focus-inner {
  border: 0;
  outline: 0;
}

a,
button {
  transition: all 0.2s;
}

a:hover,
button:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  cursor: pointer;
}

textarea {
  resize: none
}

label {
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap
}

b {
  font-weight: 600;
}

input[type="radio"],
input[type="checkbox"] {
  width: 0.18rem;
  height: 0.18rem;
  vertical-align: middle;
}

img {
  display: block;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.flex-items {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-end {
  display: flex;
  align-items: center !important;
  justify-content: flex-end !important
}

.flex-sub,
.sub {
  flex: 1
}

.half {
  flex: 0.5
}

.flex-center {
  display: flex;
  justify-content: center !important;
}

.img>img {
  width: 100%
}

.bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(171, 213, 255, 0.22);
}

.bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.login_box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login {
  position: relative;
  z-index: -1;
  border-radius: .28rem;
  /* box-shadow: 0px 0.1rem 0.3rem 0 rgba(175, 182, 229, 0.5), 0px 0.1rem 0.5rem 0px rgba(175, 182, 229, 0.3); */
  min-width: 13.4rem;
  height: 7.66rem;
  background: #FFFFFF;
  box-shadow: 0 0 .8rem .01rem rgba(57, 126, 226, 0.25);
  overflow: hidden;
}

.login::after {
  content: "";
  position: absolute;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  top: 0.1rem;
  left: 0.1rem;
  z-index: 0;
  background: url("/login/image/img-form-53cc913eb330db1efee48847dea58581.png") no-repeat right top #fff;
  background-size: 100% 100%;
  border-radius: .28rem;
}

.login_cont {
  position: relative;
  z-index: 1;
  width: auto;
  height: 100%;
  margin-left: 8rem;
  background: #FFFFFF;
  border-radius: .28rem;
}

.login_title {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.login_title::after {
  content: "";
  position: absolute;
  width: 5.38rem;
  height: 2.12rem;
  top: 0;
  right: -.03rem;
  z-index: -1;
  background: url("/login/image/img-title-bg-dae206b5340c3d89174523679bb49d02.png") no-repeat right top #fff;
  background-size: 100% 100%;
}

.login_title .title_cn {
  margin-top: .5rem;
  width: 2.34rem;
  height: 1.01rem;
  object-fit: cover;
  pointer-events: none;
  /* 禁止点击 */
}

.login_title .title_line {
  margin-top: .05rem;
  width: 2.22rem;
  height: .08rem;
  object-fit: cover;
  opacity: 0.5;
  pointer-events: none;
}

.login_title .title_en,
.czmm_dialog_cont .title_en {
  margin-top: .05rem;
  font-size: .12rem;
  color: #B6B6B6;
  line-height: .18rem;
  text-align: center;
  text-transform: uppercase;
}

.login_form {
  padding: 0 .5rem;
}

.form_tabs {
  display: flex;
  justify-content: space-between;
  margin-top: .3rem;
  border-bottom: 1px solid #E4E4E4;
}

.form_tabs li {
  position: relative;
  padding: .1rem 0;
  font-size: .2rem;
  font-weight: normal;
  color: #707070;
  cursor: pointer;
}

.form_tabs li.cur {
  font-weight: bold;
  color: #477EFF;
}

.form_tabs li.cur::after {
  content: "";
  position: absolute;
  width: 100%;
  height: .04rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.02rem;
  background: #477EFF;
}

.form_box li {
  display: flex;
  align-items: center;
  margin-top: .3rem;
  border-bottom: 1px solid #B6B6B6;
}

.in {
  flex: 1;
  width: 100%;
  height: 100%;
  background: none;
  padding: .1rem 0;
  color: #707070;
  font-size: .16rem;
  outline: none;
}

.in::placeholder {
  color: #B6B6B6;
}

.wjmm {
  margin-top: .2rem;
  text-align: right;
}

.wjmm span {
  font-size: .16rem;
  color: #707070;
  cursor: pointer;
  transition: .2s all;
}

.wjmm span:hover {
  color: #477EFF;
}

.btn_box {
  margin-top: .4rem;
}

.btn {
  width: 100%;
  height: .54rem;
  background: #477EFF;
  border-radius: .27rem;
  font-weight: bold;
  font-size: .2rem;
  color: #FFFFFF;
  transition: .2s all;
}

.btn.blue {
  background: #477EFF;
  color: #FFFFFF;
}

.btn.white {
  background: #FFFFFF;
  border: 1px solid #477EFF;
  color: #477EFF;
}

.btn.blue:hover {
  background: #003AC4;
  filter: none;
}

.btn.white:hover {
  background: #E4E4E4;
  border: none;
  filter: none;
}

.btn.small {
  width: 2rem;
}

.btn.small+.btn.small {
  margin-left: .1rem;
}

.btn_box .btn+.btn {
  margin-top: .3rem;
}

.user_agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .4rem;
  color: #707070;
  font-size: .16rem;
}

.user_agreement input[type="checkbox"] {
  width: .16rem;
  height: .16rem;
  margin-right: .1rem;
  cursor: pointer;
}

.user_agreement_item {
  /* border-bottom: .01rem #707070 solid; */
  transition: .2s all;
}

.user_agreement_item:hover {
  cursor: pointer;
  color: #477EFF;
}

.register .form_tabs {
  justify-content: center
}

.register .form_tabs li {
  cursor: default;
}

.register .btn_box {
  margin-top: .3rem;
}

.register .user_agreement {
  margin-top: .2rem;
}

.register_form_box {
  margin-top: .32rem;
}

.register_form_box li {
  display: flex;
  align-items: center;
  width: 100%;
  height: .44rem;
  margin-top: .1rem;
  border-bottom: 1px solid #B6B6B6;
}

.register_form_box li img {
  margin-left: .08rem;
  margin-right: .16rem;
  color: #B6B6B6;
  font-size: .2rem;
}

.register_form_box .input {
  width: 100%;
}

.verification_code {
  height: .24rem;
  background: #477EFF;
  padding: .04rem .12rem;
  border-radius: .27rem;
  font-size: .12rem;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}

.verification_code:hover {
  background: #003AC4;
}

.btnother {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .2rem 0 .12rem 0;
  color: #707070;
  font-size: .16rem;
  zoom: 0.9;
}

.btnother::after,
.btnother::before {
  content: '';
  flex: 1;
  border-top: #B6B6B6 solid 1px
}

.btnother::after {
  margin-left: .1rem;
}

.btnother::before {
  margin-right: .1rem;
}

.register_bottom span {
  font-weight: bold;
  font-size: .2rem;
  color: #477EFF;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.dialog_box {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(112, 112, 112, 0.22);
  backdrop-filter: blur(3px);
}

.dialog_cont {
  position: relative;
  width: 14.94rem;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0 0 .8rem .01rem rgba(57, 126, 226, 0.25);
  border-radius: .28rem;
}

.dialog_cont::after {
  content: "";
  position: absolute;
  width: 14.94rem;
  height: 1.47rem;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("/login/image/img-agreement-dialog-bg-b3391fce09d38a526a5c19f4673a87bd.png") no-repeat;
  background-size: 100% 100%;
}

.dialog_top_title {
  position: absolute;
  z-index: 9;
  top: .44rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: .39rem;
  color: #477EFF;
}

.dialog_top_line {
  position: absolute;
  top: 0.94rem;
  left: 50%;
  z-index: 9;
  width: 2.12rem;
  height: .2rem;
  object-fit: cover;
  transform: translateX(-50%);
  opacity: 0.5;
  pointer-events: none;
}

.dialog_close {
  position: absolute;
  top: .26rem;
  right: .26rem;
  z-index: 9;
  cursor: pointer;
}

.dialog_content {
  margin-top: 1.47rem;
  padding: .28rem .52rem;
  width: 100%;
}

.dialog_content .dialog_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .3rem 0;
  color: #333333;
  font-size: .24rem;
  font-weight: bold;
}

.czmm_dialog_cont {
  position: relative;
  width: 5.6rem;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0 0 .8rem .01rem rgba(57, 126, 226, 0.25);
  border-radius: .28rem;
}

.czmm_dialog_cont .dialog_content {
  margin-top: 0;
  padding: .1rem .68rem;
}

.czmm_dialog_cont .dialog_top_title {
  top: .3rem
}

.czmm_dialog_cont .dialog_top_line {
  top: .8rem
}

.czmm_dialog_cont .title_en {
  margin-top: 1rem;
}

.czmm_form_box li+li {
  margin-top: .2rem;
}

.czmm_form_box li label {
  position: relative;
  margin-left: .1rem;
  font-size: .16rem;
  color: #707070;
}

.czmm_form_box li label::after {
  content: "";
  position: absolute;
  width: .04rem;
  height: .16rem;
  left: -.1rem;
  top: .03rem;
  background: #477EFF;
}

.czmm_form_box .circular_input_box {
  display: flex;
  margin-top: .1rem;
  border-radius: 99999px;
  border: 1px solid #B6B6B6;
}

.czmm_form_box .circular_input_box .in {
  padding: .06rem .26rem;
}

.czmm_form_box .verification_code {
  margin-top: .05rem;
  margin-right: .05rem;
}

.czmm_dialog_cont .btn_box {
  margin-bottom: .4rem;
}

.icon {
  width: .24rem;
  height: .24rem;
  object-fit: cover;
}

.btn_hover {
  transition: .2s all;
}

.btn_hover:hover {
  transform: scale(1.1);
}

.btn_hover:active {
  transform: scale(0.95);
}

/* 文档内容 */
.txt-content {
  height: 5.11rem;
  overflow-y: auto;
  font-size: .16rem;
  color: #707070;
  line-height: .21rem;
}

.txt-content p {
  text-indent: 3%;
  padding-bottom: 1vmin;
}

.txt-content h1 {
  font-size: 140%;
  padding: 3vmin 0 1vmin;
}

.txt-content li {
  padding-left: 5%;
  padding-bottom: 1vmin;
}

.txt-content dd {
  padding-left: 7%;
}

.dialog_footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: .23rem .4rem;
  border-top: 1px solid #E4E4E4;
}

/* 访问弹窗 */
.fw_dialog_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}

.fw_dialog_content {
  width: 5.6rem;
  background: #fff;
  border: #26005f solid 1px;
  border-radius: 0.1rem;
  box-shadow: rgb(15 0 58 / 50%) 0 0 1rem;
  overflow: hidden;
}

.fw_dialog_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.56rem;
}

.fw_dialog_title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  background: linear-gradient(45deg, #5240ff, #ff6060);
  font-size: 150%;
  color: #fff;
}

.fw_dialog_cont {
  padding: 0.6rem;
}

.fw_dialog_foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: rgb(242, 246, 252);
  padding: 0.16rem;
  gap: 0.16rem;
}

.fw_dialog_cont .input .in {
  display: block;
  width: 100%;
  height: .4rem;
  background-color: transparent;
  padding: 0 0.16rem;
  border: 1px solid rgb(231, 235, 237);
  border-radius: 0.04rem;
  box-sizing: border-box;
  transition: border-color .1s cubic-bezier(.645, .045, .355, 1);
  font-size: 100%;
  outline: none;
}

.fw_dialog_foot .btn {
  display: grid;
  place-items: center;
  width: auto !important;
  height: 0.4rem;
  background: rgb(0, 129, 255);
  padding: 0 0.24rem;
  border: rgb(0 0 0 / 15%) solid 1px;
  border-radius: 10rem;
  letter-spacing: 0;
  color: #fff;
  font-size: 87.5%;
  cursor: pointer;
}

.fw_dialog_foot button:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  cursor: pointer;
  transform: scale(1.06);
}

.login_title {
  padding-top: 0.2rem;
}

.login_title .txt {
  font-size: 280%;
  line-height: 1.2;
  font-weight: 600;
  background: linear-gradient(45deg, #477eff, #00daff, #477eff, #477eff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}