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;
  overflow: hidden;
}

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;
}

.container {
  width: 100%;
  /* min-width: 400px; */
  /* min-height: 350px; */
  height: 100vh;
  /* overflow: hidden; */
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: auto; */
}

.imgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.imgWrap img {
  width: 100%;
  height: 100%;
  display: none;
}

.imgWrap img.active {
  display: block;
}

.auth-language {
  font-size: 14px;
  margin-right: 15px;
  position: absolute;
  right: 100px;
  top: 50px;
  width: 160px;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
}

.auth-language button {
  width: 80px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: #666;
}

.auth-language button.active {
  background: #720E12;
  color: #fff;
}

.wrap {
  width: 630px;
  /* margin: calc(50vh - 230px) auto 0; */
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  /* display: flex; */
  /* flex-direction: row-reverse; */
  flex-shrink: 0;
}

.main {
  width: 360px;
  float: left;
  padding: 5px 20px 5px;
  position: relative;
  background: rgba(0, 0, 0, 0.45);
}

.dz_ewm {
  width: 220px;
  color: #fff;
  font-size: 18px;
  float: right;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#iframe {
  width: 440px;
  height: 330px;
  transform: scale(1);
  transform-origin: 0 0;
  margin-top: 40px;
}

.other-wrap {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.other-line {
  width: 62px;
  height: 1px;
  background: #fff;
}

.logo {
  width: 200px;
  margin-left: 75px;
  margin-top: 20px;
}

.logo img {
  width: 200px;
}

.hide {
  display: none;
}

.tabHead {
  overflow: hidden;
  margin-top: 20px;
  width: calc(100% - 60px);
  margin-left: 30px;
  display: flex;
}

.tabHead span {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}

.tabHead span.selected {
  font-size: 16px;
  color: #fff;
  vertical-align: bottom;
  border-bottom: 1px solid #fff;
}

.tabHead span a {
  color: #cdcdcd;
  text-decoration: none;
  font-size: 13px;
}

.login-pc {
  padding: 20px 35px 22px 35px;
  min-height: 205px;
  color: #fff;
}

.form .m-account .item,
.form .m-phone .item {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  background: #fff;
  text-align: left;
  border-radius: 4px;
  max-height: 40px;
}

.form .prex-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.form .m-account>div>input,
.form .m-phone>div>input {
  width: 85%;
  height: 40px;
  line-height: 40px;
  margin-left: 36px;
  font-family: "Microsoft Yahei";
  border: 0;
  font-size: 14px;
  color: #878787;
  outline: none;
}

#rememberMe {
  line-height: 15px;
  height: 15px;
  margin-left: 0;
  margin-bottom: 10px;
}

.form-errorTip {
  font-size: 14px;
  text-align: center;
  color: #f00b41;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 10px;
}

.container .btn .login-btn {
  width: 100%;
  height: 50px;
  background: #720E12;
  border-radius: 4px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 12px;
}

.container .help {
  position: relative;
  clear: both;
  margin-top: 12px;
  height: 26px;
  display: flex;
  justify-content: center;
}

.container .help .fo-password {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin: 0 5px;
}

.container .help .activation-account {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  display: inline;
  margin: 0 5px;
}

.container .help .activation-account span {
  display: none;
}

.dz_link {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin: 0 5px;
  /* display: none; */
}

.container .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

.cus-qr {
  width: 44px;
  height: 44px;
  margin: 0 10px;
}

.cus-qr img {
  width: 44px;
  height: 44px;
}

.footer .ways {
  display: flex;
  justify-content: center;
  margin: 0 10px;
}

.footer .ways img {
  width: 44px;
  height: 44px;
}

.dz_zzc {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.dz_content {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(159, 176, 196, 0.3);
  border-radius: 4px;
  width: 520px;
  padding: 18px 30px 30px;
  margin: 10% auto 0;
  position: relative;
}

.ndzhwjh {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.btn_box {
  margin-top: 25px;
  text-align: center;
}

.btn_box button {
  width: 76px;
  height: 40px;
  border-radius: 4px;
  margin-left: 16px;
  cursor: pointer;
}

.btn_jihuo {
  background: #720E12;
  color: #fff;
}

.btn_quxiao {
  border: 1px solid #cdcdcd;
  background: #fff;
}

.img_remark_item {
  padding: 10px 8px;
  width: 120px;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: none;
  font-size: 11px;
}

.login_bottom {
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  width: 99%;
}

.login_navs {
  margin-bottom: 20px;
}

.login_navs img {
  width: 40px;
  margin: 0 15px;
  cursor: pointer;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
  width: 140px;
}

.form .captcha .captcha-img {
  position: absolute;
  top: 7px;
  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 .code .get-code {
  min-width: 90px;
  max-width: 120px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  background: none;
  color: #720E12;
  cursor: pointer;
  font-family: 'Microsoft YaHei';
  position: absolute;
  right: 0;
}

.btn {
  clear: both;
}

@media screen and (max-width: 700px) {
  .wrap {
    transform: scale(0.8);
    transform-origin: center;
  }
}


@media screen and (max-width: 500px) {
  .wrap {
    transform: scale(0.6);
    transform-origin: center;
  }
}

@media screen and (max-height: 580px) {
  .wrap {
    transform: scale(0.8);
    transform-origin: center;
  }
}

@media screen and (max-height: 520px) {
  .wrap {
    transform: scale(0.6);
    transform-origin: center;
  }
}