/* dz */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

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;
}

body {
  font-family: PingFangSC-Regular;
  height: 100%;
  width: 100%;
  min-width: 1000px;
  min-height: 794px;
  position: relative;
}

.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mainbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tabHead {
  display: none !important;
}

.mainbg img {
  width: 100%;
  height: 100%;
  display: none;
}

.mainbg img.active {
  display: block;
}

.slideli {
  position: absolute;
  top: 40%;
  right: 13%;
  width: 16px;
}

.slideli .slideitem {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: 10px 3px;
  cursor: pointer;
}

.slideli .slideitem.active {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 1);
  margin: 10px 0;
}

.auth-language {
  font-size: 14px;
  position: absolute;
  top: calc(20% - 41px);
  width: 160px;
  overflow: hidden;
  border-radius: 15px;
  z-index: 10;
  /* yxy */
  display: flex;
  align-items: center;
}

.auth-language button {
  width: 80px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: #cdcdcd;
  color: #666;
  outline: none;
}

.auth-language button.active {
  background: #1895cb;
  color: #000;
}

.dz_card_tab {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}

.dz_navs.noclick {
  background: #cdcdcd;
  color: #000;
}

.dz_navs {
  background: rgba(20, 147, 255, 0.2);
  display: inline-block;
  color: #1493FF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin: 0 8px;
}

.dz_nav_li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 42px;
  text-align: center;
  background: rgba(20, 147, 255, 0.2);
  border-radius: 12px;
  color: #1493FF;
}

.dz_navs {
  background: rgba(20, 147, 255, 0.2);
  display: inline-block;
  color: #1493FF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin: 0 8px;
}

.qrcode {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: url(../images/saoma.png);
  background-size: 100% 100%;
}

.scan_pic {
  width: 304px !important;
}

.qrcodes {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: url(../images/mmdl.png);
  background-size: 100% 100%;
  display: none;
}

.login-pc .item {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEE4ED;
  height: 32px;
}

.form .prex-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.form .prex-icon img {
  width: 34px;
}

.m-account>div:nth-of-type(4) {
  display: none;
}

.container .btn .login-btn {
  background-color: #1493FF;
  border-color: #1493FF;
  display: block;
  height: 34px;
  width: 100%;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
}

.container .help {
  margin-top: 12px;
  height: 26px;
  text-align: left;
  font-size: 13px;
}

.container .help .fo-password {
  text-decoration: none;
  float: right;
  color: #1493FF;
}

.container .help .activation-account {
  text-decoration: none;
  color: #1493FF;
  float: right;
}

.hide {
  display: none;
}

.container .footer {
  text-align: center;
  padding: 0 35px;
  font-size: 13px;
  margin-top: 15px;
}

.prompt {
  margin-top: 5px;
}

.qtdlfstext {
  text-align: left;
  margin-bottom: 10px;
}

.container .footer .ways {
  display: inline-block;
  font-size: 12px;
  color: #767A8A;
  text-align: center;
  margin: 0 12px;
}

.container .footer .ways img {
  width: 40px;
}

.gfewm>div {
  width: 100px;
  height: 100px;
  margin: 0 10px;
  float: left;
  position: relative;
}

.form .captcha .captcha-img {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  text-align: center;
  width: 86px;
  height: 30px;
}

.mask-inner {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: top ease 200ms;
  -o-transition: top ease 200ms;
  -webkit-transition: top ease 200ms;
  transition: top ease 200ms;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.form-errorTip {
  color: #f00b41;
  font-size: 13px;
  margin-bottom: 10px;
}

.scan_code_pic>img {
  margin-top: 0 !important;
}

.scan_Invalid {
  margin: 0px 0 0 35px !important;
}

.scan_footer {
  display: none;
}

@media screen and (max-width:1600px) {
  .auth_logo {
    top: 30px;
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .auth_logo img {
    width: 344px;
    margin-left: 13%;
  }

  .auth_logo .title-split {
    display: inline-block;
    width: 2px;
    height: 46px;
    background: #fff;
    margin-left: 10px;
  }

  .tysfrz {
    font-size: 28px;
    color: #FFFFFF;
    /* position: absolute; */
    margin-left: 10px;
    top: 16px;
    font-weight: 600;
  }

  .link_wrap {
    position: absolute;
    right: 13%;
    top: 28px;
    color: #fff;
  }

  .link_wrap a {
    text-decoration: none;
    color: #fff;
    margin: 0 7px;
    font-size: 13px;
  }

  .auth_login_content {
    position: absolute;
    top: 20%;
    left: calc(50% - 308px);
    display: flex;
  }

  .dz_right {
    width: 300px;
    height: 404px;
    float: right;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    box-shadow: 0 7px 18px 0 rgba(45, 51, 88, 0.30);
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .dz_item_box {
    height: 404px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .dz_item {
    width: 405px;
    height: 404px;
    overflow: hidden;
    position: absolute;
    top: 0;
  }

  .wrap {
    width: 380px;
    min-height: 384px;
    /* float: left; */
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 10px 10px 0;
    /* box-shadow: 0 7px 18px 0 rgba(45, 51, 88, 0.30); */
    padding-bottom: 20px;
  }

  .dz_dqdl {
    /* yxy 上面不要太挤 */
    margin: 60px 0 25px 0;
    font-size: 26px;
    text-align: center;
  }

  .main {
    padding: 0 35px 0 35px;
  }

  .form .m-account>div>input,
  .form .m-phone>div>input {
    border: none;
    font-size: 14px;
    width: 260px;
    color: #676a6c;
    margin-left: 40px;
    height: 32px;
    background: none;
    outline: none;
  }

  .gfewm {
    position: absolute;
    bottom: 64px;
    left: calc(50% - 325px);
    text-align: center;
  }

  .gfewm img {
    width: 70px;
  }

  .ewmimg {
    position: absolute;
    bottom: 20px;
    left: 15px;
    cursor: pointer;
  }

  .gfewm p {
    font-size: 13px;
    color: #FFFFFF;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
  }

  .auth_login_footer {
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 25px;
  }

  .dz_title {
    font-size: 36px;
    color: #31343E;
    margin: 94px 0 0 36px;
  }

  .dz_detail {
    width: 330px;
    font-size: 14px;
    margin: 22px 0 0 36px;
    color: #515875;
  }

  .dz_help {
    font-size: 12px;
    color: #4D5572;
    margin: 22px 0 0 36px;
  }

  .auth-language {
    right: calc(50% - 305px);
  }

  .dxDiv {
    /* width: 40px; */
    height: 40px;
    position: absolute;
    top: 20px;
    right: 28px;
    cursor: pointer;
  }

  .jjdl {
    position: absolute;
    top: 20px;
    left: 40px;
    display: flex;
    align-items: center;
  }
}

.dz_item_box a {
  color: #1493FF;
  text-decoration: none;
  font-size: 13px;
}

@media screen and (min-width:1601px) {
  .auth-language {
    right: calc(50% - 335px);
  }

  .dz_help {
    font-size: 14px;
    color: #4D5572;
    margin: 28px 0 0 46px;
  }

  .dz_detail {
    width: 370px;
    font-size: 18px;
    margin: 26px 0 0 46px;
    color: #515875;
  }

  .dz_title {
    font-size: 44px;
    color: #31343E;
    margin: 120px 0 0 46px;
  }

  .auth_login_footer {
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 30px;
  }

  .gfewm p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
  }

  .ewmimg {
    position: absolute;
    bottom: 20px;
    left: 0;
    cursor: pointer;
  }

  .gfewm img {
    width: 100px;
    margin-bottom: 5px;
  }

  .gfewm {
    position: absolute;
    bottom: 76px;
    left: calc(50% - 385px);
    text-align: center;
  }

  .form .m-account>div>input,
  .form .m-phone>div>input {
    border: none;
    font-size: 14px;
    width: 260px;
    color: #676a6c;
    margin-left: 40px;
    height: 32px;
    background: none;
    outline: none;
  }

  .main {
    padding: 0 35px 0 35px;
  }

  .dz_dqdl {
    /* yxy */
    margin: 76px 0 30px 0;
    font-size: 36px;
    text-align: center;
  }

  .wrap {
    width: 380px;
    min-height: 410px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 10px 10px 0;
    padding-bottom: 20px;
  }

  .dz_item {
    width: 506px;
    height: 506px;
    overflow: hidden;
    position: absolute;
    top: 0;
  }

  .dz_item_box {
    height: 506px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .dz_right {
    width: 300px;
    height: 506px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    box-shadow: 0 7px 18px 0 rgba(45, 51, 88, 0.30);
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .auth_login_content {
    position: absolute;
    top: 20%;
    left: calc(50% - 308px);
    display: flex;
    justify-content: center;
  }

  .auth_logo {
    top: 45px;
    position: relative;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
  }

  .auth_logo img {
    width: 430px;
    margin-left: 18%;
  }

  .auth_logo .title-split {
    display: inline-block;
    width: 2px;
    height: 58px;
    background: #fff;
    margin-left: 20px;
  }

  .tysfrz {
    font-size: 36px;
    color: #FFFFFF;
    /* position: absolute; */
    margin-left: 20px;
    top: 20px;
    font-weight: 600;
  }

  .link_wrap {
    position: absolute;
    right: 11%;
    top: 28px;
    color: #fff;
  }

  .link_wrap a {
    text-decoration: none;
    color: #fff;
    margin: 0 7px;
    font-size: 13px;
  }

  .dxDiv {
    /* width: 40px; */
    height: 40px;
    position: absolute;
    top: 26px;
    right: 28px;
    cursor: pointer;
  }

  .jjdl {
    position: absolute;
    top: 26px;
    left: 40px;
    display: flex;
    align-items: center;
  }
}

/* yxy 短信登录 */
.dxdl,
.zhdl {
  text-decoration: none;
  color: #1890ff;
}

.saomaIcon {
  width: 40px;
  height: 40px;
}

.dlways {
  display: flex;
}

.form .code .get-code {
  text-decoration: none;
  background: none;
  padding: 6px 8px;
  cursor: pointer;
  font-family: 'Microsoft YaHei';
  color: #1493FF;
  width: 80px;
  height: 20px;
  display: flex;
  line-height: 13px;
  align-items: center;
  position: absolute;
  top: -4px;
  right: 0px;
  border: 1px solid #1493FF;
  /* yxy */
  font-size: 13px;
  background-color: #fff;
  border-color: rgba(20, 147, 255, 0.6);
}

.jjdl .jjdlIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_right.png) no-repeat;
  background-size: contain;
  margin-left: 6px;
}

.account-appeal {
  cursor: pointer;
  color: #1493FF;
  text-decoration: none;
}

.phoneCode-remark {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #7d7d7dba;
  line-height: 18px;
  margin-top: 6px;
  text-align: left;
  max-width: 100%;
}

.national-qrcode {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.national-qrcode-title {
    color: #062B4A;
    font-family: "Microsoft YaHei UI";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

#nationalIframe {
    height: 260px;
    width: 260px;
}

.national-qrcode-context {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
}

.national-tips {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-family: "Microsoft YaHei UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    padding: 20px;
}

.warp-footer {
    padding: 35px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
