body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body,
html {
  line-height: 1.5;
  font-size: 14px;
  background: #f3f5f7;
  line-height: 1.4;
  font-family: "Microsoft YaHei";
}

body {
  margin-bottom: 80px;
}

fieldset,
img {
  border: 0;
}

ul,
ol {
  list-style: none;
}

ins,
a {
  text-decoration: none;
  color: #fff;
}

input:focus {
  outline: none;
}

textarea {
  resize: none;
}

.width-cnt {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.shape-attr {
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #fff;
}

.address-login {
  background: url("../images/logon_bg.png") no-repeat;
  width: 100%;
  background-size: 100% auto;
  margin-bottom: 0;
}

.address-login .address-login-wrap {
  position: relative;
  height: 100vh;
}

.address-login .login-cnt {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  box-sizing: border-box;
  width: 313px;
  height: 324px;
  position: absolute;
  right: 240px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.address-login .login-cnt .login-title {
  color: #009CFF;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 38px;
}

.address-login .login-cnt input {
  width: 100%;
  height: 34px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: 11px 7px;
  box-sizing: border-box;
}

.address-login .login-cnt .login-input+.login-input {
  margin-top: 23px;
}

.address-login .login-cnt .login-btn {
  margin-top: 32px;
  background: #009CFF;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  border: 0;
}

.address-login .login-cnt .login-a {
  color: #009CFF;
  font-size: 12px;
  cursor: pointer;
}

.address-login .login-cnt .login-join {
  margin-top: 11px;
  text-align: right;
}

.address-login .login-cnt .login-input-password {
  position: relative;
}

.address-login .login-cnt .login-input-password .login-a {
  position: absolute;
  right: 5px;
  top: 8px;
}

.address-login .login-cnt .login-input-password input {
  padding-right: 65px;
}

.address-login .login-contact-us {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.address-login .login-contact-us .contact-cnt {
  background: #fff;
  padding: 20px 18px;
  box-sizing: border-box;
  border-radius: 6px;
  width: 184px;
  height: 216px;
  font-size: 13px;
  text-align: center;
  color: #009CFF;
  margin: 60px 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.address-login .login-contact-us .contact-cnt-img {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.address-login .login-contact-us .contact-cnt-img img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.address-login .hide {
  display: none;
}

.address-login .contact-close {
  position: absolute;
  top: 63px;
  right: 67px;
  width: 16px;
  cursor: pointer;
}

.address-login .contact-close img {
  width: 100%;
}
