@charset "UTF-8";
/**!
 * 会员端登录页
 * date:2022-05-09
 * author: wuzhou;
 */
.login-area {
  height: 100%;
  overflow-y: auto;
  /* 头部 */
  /* 中间区域 */
}

.login-area .page-top {
  padding-top: 96px;
  padding-top: 0.96rem;
  text-align: center;
}

.login-area .page-name {
  height: 51px;
  height: 0.51rem;
  line-height: 51px;
  line-height: 0.51rem;
}

.login-area .page-name > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.login-area .page-name-txt {
  font-size: 34px;
  font-size: 0.34rem;
  color: #fff;
  height: 73px;
  height: 0.73rem;
  line-height: 73px;
  line-height: 0.73rem;
  text-shadow: 2px 3.464px 12px rgba(12, 31, 114, 0.3);
}

.login-area .login-region {
  margin: 42px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 550px;
  width: 5.5rem;
  height: 550px;
  height: 5.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  border-radius: 0.2rem;
}

.login-area .region-content {
  width: 533px;
  width: 5.33rem;
  height: 530px;
  height: 5.3rem;
  background-color: #fff;
  border-radius: 10px;
  border-radius: 0.1rem;
}

/* 新增 */
.tabview {
  padding: 40px 45px 0px;
  padding: 0.4rem 0.45rem 0rem;
}

.area-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area-title-txt {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-size: 0.2rem;
  line-height: 58px;
  line-height: 0.58rem;
  font-weight: 600;
  width: 33.3%;
}

.area-title-txt.active {
  color: #477feb;
  border-radius: 29px;
  border-radius: 0.29rem;
  background-color: #e4edff;
}

.login-top {
  min-height: 205px;
  min-height: 2.05rem;
}

.login-items {
  padding-top: 15px;
  padding-top: 0.15rem;
}

.login-items > li {
  position: relative;
  margin-top: 21px;
  margin-top: 0.21rem;
}

.input-box {
  width: 100%;
  font-size: 15px;
  font-size: 0.15rem;
  height: 56px;
  height: 0.56rem;
  line-height: 56px;
  line-height: 0.56rem;
  color: #333;
  font-size: 15px;
  font-size: 0.15rem;
  padding-left: 64px;
  padding-left: 0.64rem;
  border-radius: 28px;
  border-radius: 0.28rem;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
}

.input-box:focus {
  border-color: #d7e5ff;
}

.login-items > li.login-name .input-box {
  background-image: url("../images/login_ico1.png");
  background-size: 30px 29px;
  background-size: 0.3rem 0.29rem;
  background-position: 21px 13px;
  background-position: 0.21rem 0.13rem;
}

.login-items > li.login-pass .input-box {
  background-image: url("../images/login_ico2.png");
  background-size: 30px 29px;
  background-size: 0.3rem 0.29rem;
  background-position: 21px 13px;
  background-position: 0.21rem 0.13rem;
}

.button-wrap {
  padding-top: 33px;
  padding-top: 0.33rem;
}

.button {
  display: block;
  width: 100%;
  border-radius: 30px;
  border-radius: 0.3rem;
  height: 60px;
  height: 0.6rem;
  font-size: 24px;
  font-size: 0.24rem;
  text-align: center;
  line-height: 40px;
  outline: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  background-color: #477feb;
}

.button:hover {
  background-color: #2460c2;
}

/* 快捷链接 */
.links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
  padding-top: 0.08rem;
  line-height: 28px;
  line-height: 0.28rem;
}

.info-link {
  position: relative;
  font-size: 18px;
  font-size: 0.18rem;
  color: #666;
}

.info-link.drive-link {
  display: block;
  padding-left: 26px;
  padding-left: 0.26rem;
  background: url("../images/link_ico1.png") left center no-repeat;
  background-size: 20px 19px;
  background-size: 0.2rem 0.19rem;
}

.info-link.manual {
  display: block;
  padding-left: 22px;
  padding-left: 0.22rem;
  background: url("../images/link_ico2.png") left center no-repeat;
  background-size: 14px 19px;
  background-size: 0.14rem 0.19rem;
}

.info-link:not(:first-child):before {
  position: absolute;
  content: '';
  left: -13px;
  left: -0.13rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 13px;
  height: 0.13rem;
  background-color: #c8cfdd;
}

/* 无法登陆 */
.mark-area {
  margin-top: 17px;
  margin-top: 0.17rem;
  padding-top: 17px;
  padding-top: 0.17rem;
  border-top: 1px solid #d9d9d9;
}

.mark-area .mark-txt {
  line-height: 38px;
  line-height: 0.38rem;
  font-size: 18px;
  font-size: 0.18rem;
  background: url("../images/mark_ico.png") left center no-repeat;
  background-size: 16px 16px;
  background-size: 0.16rem 0.16rem;
  padding-left: 28px;
  padding-left: 0.28rem;
}

.mark-area .mark-txt > a {
  color: #1b74f1;
}

/* 技术支持 */
.copyright-wrap {
  width: 600px;
  width: 6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 230px;
  height: 2.3rem;
  padding-bottom: 30px;
  padding-bottom: 0.3rem;
}

.copyright-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright-txt {
  text-align: center;
  color: #fff;
  line-height: 25px;
  line-height: 0.25rem;
}

.copyright-txt > a {
  color: #fff;
}

.copyright-img-link {
  display: block;
  margin-left: 5px;
  margin-left: 0.05rem;
  width: 62px;
  width: 0.62rem;
  height: 62px;
  height: 0.62rem;
}

.copyright-img-link > img {
  width: 100%;
  height: 100%;
}
