@charset "UTF-8";
input:-moz-placeholder {
  color: #CCCCCC; }

input::-webkit-input-placeholder {
  color: #CCCCCC; }

.bg_img {
  width: 100vw;
  height: 100vh;
  background: url("../img/login_icon1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100; }

.tip {
  font-size: 2.2222222222vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 75.7118055556vw;
  top: 32.5vh;
  z-index: 200; }

.userName_t {
  width: 15.625vw;
  height: 4.0740740741vh;
  position: absolute;
  left: 70.3645833333vw;
  top: 38.4259259259vh;
  z-index: 200;
  border: 0.0925925926vh solid #cccccc;
  border-radius: 0.3703703704vh;
  background: #fff; }
  .userName_t > input {
    width: 13.8888888889vw;
    height: 3.7654320988vh;
    position: absolute;
    left: 0.8506944444vw;
    top: 0.0308641975vh;
    z-index: 200;
    outline: none;
    background: 0;
    border: 0; }

.passName_t {
  width: 15.625vw;
  height: 4.0740740741vh;
  position: absolute;
  left: 70.3645833333vw;
  top: 45.2777777778vh;
  z-index: 200;
  border: 0.0925925926vh solid #cccccc;
  border-radius: 0.3703703704vh;
  background: #fff; }
  .passName_t > input {
    width: 13.8888888889vw;
    height: 3.7654320988vh;
    position: absolute;
    left: 0.8506944444vw;
    top: 0.0308641975vh;
    z-index: 200;
    outline: none;
    background: 0;
    border: 0; }

.login_btn {
  width: 15.625vw;
  height: 4.0740740741vh;
  position: absolute;
  left: 70.3645833333vw;
  top: 54.1666666667vh;
  z-index: 200;
  background: #25A4EE;
  font-size: 1.8518518519vh;
  font-family: PingFang SC;
  font-weight: bold;
  color: #fff;
  line-height: 4.0740740741vh;
  text-align: center;
  cursor: pointer;
  border-radius: 0.3703703704vh; }

/*全经联大数据平台许可及服务协议*/
.deal {
  display: none;
  background: url("../img/deal_icon1.png") no-repeat;
  background-size: 100% 100%;
  width: 48.4895833333vw;
  height: 49.8148148148vh;
  position: relative;
  left: 25.8333333333vw;
  top: 25.6790123457vh;
  z-index: 800; }
  .deal .close {
    width: 2.2916666667vw;
    height: 4.0740740741vh;
    position: absolute;
    right: 2.5347222222vw;
    top: 2.4382716049vh; }
  .deal .deal_content {
    width: 43.3333333333vw;
    height: 23.8271604938vh;
    position: absolute;
    left: 2.5520833333vw;
    top: 11.7592592593vh;
    overflow-y: auto; }
    .deal .deal_content > p {
      font-size: 1.6049382716vh;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #97d9fd;
      text-indent: 2em;
      line-height: 2.4691358025vh; }
      .deal .deal_content > p > b {
        font-weight: bold; }
  .deal .accept {
    width: 10.0520833333vw;
    height: 7.5925925926vh;
    position: absolute;
    left: 19.9305555556vw;
    bottom: 1.8518518519vh; }

/*# sourceMappingURL=login.css.map */
