body {
  background: url(../../../images/login/main-bj.gif) no-repeat;
  background-position: center 200px;
  /* background-attachment: fixed; */
}
/*头部logo开始*/
.logo {
  width: 100%;
  height: 200px;
  background: url(../../../images/login/bg.png);
  text-align: center;
  line-height: 200px;
  background-size: 100% 100%;
}
.logo img {
  height: 84px;
  vertical-align: middle;
}
/* 头部logo结束 */
.container {
  width: 100%;
  padding-top: 29px;
  min-height: 771px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.main .left {
  width: 605px;
  height: 640px;
  position: relative;
  float: left;
}
.main .left .tubiao02 {
  position: absolute;
  top: 60px;
  left: 176px;
}
.main .left .tubiao02 img {
  width: 140px;
  cursor: pointer;
}
.main .left .tubiao01 {
  position: absolute;
  top: 235px;
  left: 410px;
}
.main .left .tubiao01 img {
  width: 130px;
  cursor: pointer;
}
.main .left .ranking {
  position: absolute;
  top: 90px;
  left: 370px;
}
.main .left .ranking img {
  width: 120px;
  cursor: pointer;
}
.main .left .pingtai {
  position: absolute;
  top: 300px;
  left: 123px;
}
.main .left .pingtai img {
  width: 245px;
}
.main .left .fangchan {
  position: absolute;
  top: 226px;
}
.main .left .fangchan img {
  width: 120px;
}
.main .left .zhikong {
  position: absolute;
  top: 458px;
  left: 500px;
}
.main .left .fangchan img {
  width: 100px;
}
.main .right {
  width: 420px;
  height: 494px;
  padding-top: 62px;
  float: right;
  box-sizing: border-box;
  position: relative;
  right: 70px;
}
.right h3 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #151515;
  text-align: center;
  font-family: "HiraginoSansGB-W6";
}
.right .login {
  width: 418px;
  /* width: 100%; */
  height: 40px;
  margin: auto;
  background-color: rgba(66, 155, 215, 0.05);
  margin-top: 30px;
  display: flex;
}
.left-user,
.right-phone {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.left-user,
.right-phone > span {
  font-family: "HiraginoSansGB-W6";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}
.left-user > span {
  color: #429bd7;
}
.right-phone > span {
  color: #999999;
}
.phone-check {
  font-family: "HiraginoSansGB-W6";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #429bd7;
}
ul {
  list-style: none;
}
ul > li {
  height: 69px;
  padding-top: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
ul > li > label {
  margin-left: 11px;
  /* font-family: "HiraginoSansGB-W6"; */
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
ul > li > label.password {
  letter-spacing: 8px;
}
ul > li > input {
  margin-left: 10px;
  border-style: none;
  /* font-family: 'HiraginoSansGB-W6'; */
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  width: 160px;
}

li > verify-code {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -30px;
}

ul > li > input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
ul > li > input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
}
ul > li > input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
ul > li > input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
.check > a.denglu {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #429bd7;
  border-radius: 4px;
  font-family: "HiraginoSansGB-W6";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}
.check > a.forget {
  font-family: "HiraginoSansGB-W3";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.check-box {
  padding-left: 11px;
  padding-top: 21px;
  box-sizing: border-box;
}
.check-box > input {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
.check-box > a > span.yes {
  font-family: "HiraginoSansGB-W3";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #429bd7;
}
/*底部开始*/
.foot {
  text-align: center;
  box-sizing: border-box;
  margin-top: -80px;
}
.foot > p {
  font-family: "HiraginoSansGB-W3";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
}
.foot .company {
  letter-spacing: 2px;
}
.foot > p > img {
  margin-left: 3px;
  position: relative;
  top: 3px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 600px; /* 限制最大宽度 */
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* 添加阴影效果 */
  border-radius: 10px; /* 圆角边框 */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直居中 */
  font-size: 16px;
  display: none;
}

.modal-content {

}

.close {
  position: absolute;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  right: 30px;
  top: 0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.closeAccountModal {
  position: absolute;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  right: 30px;
  top: 0;
}

.closeAccountModal:hover,
.closeAccountModal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.closeAccountBfModal {
  position: absolute;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  right: 30px;
  top: 0;
}

.closeAccountBfModal:hover,
.closeAccountBfModal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.h3_title{
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: red;
}

.maintenance-time{
  color: red;
}

.maintenance-notice p {
  margin: 5px 0;
}

.open_gz {
  color: #00F;
  text-decoration: underline;
  cursor: pointer;
}

.line_sj{
  line-height: 1.8;
  text-indent: 2em;
}

.never-show-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
}

.close-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.close-btn-wrapper button {
  padding: 8px 32px;
  font-size: 16px;
  border: none;
  background-color: #429bd7;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.close-btn-wrapper button:hover {
  background-color: #357bb8;
}

