* {
  margin: 0;
  height: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
}
.container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header {
  height: 48px;
  width: 100%;
  background: #fff;
  display: flex;
}

.header .company-info {
  display: flex;
  height: 100%;
}
.company-info img {
  padding: 12px 16px;
  height: 24px;
  width: auto;
}
.company-info div {
  font-size: 16px;
  color: #262626;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  margin-right: 48px;
}

.header .link-item {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-right: 24px;
  font-size: 14px;
}

.content {
  width: 100%;
  height: calc(100% - 48px);
  background: url("./images/bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
}

.content .left {
  width: 14.4rem;
  height: 100%;
  padding: 1rem 2.56rem 0;
}

.block {
  width: 2.94rem;
  height: 2.94rem;
  float: left;
  font-weight: 600;
  margin-right: 0.16rem;
  margin-top: 0.16rem;
  padding: 4px;
  border-radius: 2px;
  opacity: 1;
  box-shadow: 0px 6px 32px 0px rgba(6, 70, 160, 0.1);
  cursor: pointer;
}
.border-1 {
  border: 1px solid rgba(5, 181, 112, 0.5);
}
.border-2 {
  border: 1px solid rgba(54, 143, 240, 0.5);
}
.border-3 {
  border: 1px solid rgba(27, 190, 208, 0.5);
}
.border-4 {
  border: 1px solid rgba(189, 124, 175, 0.5);
}
.border-5 {
  border: 1px solid rgba(252, 163, 31, 0.5);
}
.border-6 {
  border: 1px solid rgba(243, 67, 67, 0.5);
}
.outer1,
.outer2,
.outer3,
.outer4,
.outer5,
.outer6 {
  width: 100%;
  height: 100%;
}
.outer1 {
  background: linear-gradient(
    rgba(5, 181, 112, 0.2) 0%,
    rgba(74, 253, 183, 0.2) 100%
  );
}
.outer2 {
  background: linear-gradient(
    153deg,
    rgba(4, 190, 254, 0.2) 0%,
    rgba(68, 129, 235, 0.2) 100%
  );
}
.outer3 {
  background: linear-gradient(
    rgba(141, 213, 218, 0.2) 0%,
    rgba(0, 185, 205, 0.2) 100%
  );
}
.outer4 {
  background: linear-gradient(
    rgba(229, 178, 202, 0.2) 0%,
    rgba(112, 40, 228, 0.2) 100%
  );
}
.outer5 {
  background: linear-gradient(
    rgba(255, 192, 87, 0.2) 0%,
    rgba(255, 147, 120, 0.2) 100%
  );
}
.outer6 {
  background: linear-gradient(
    rgba(255, 103, 148, 0.2) 0%,
    rgba(255, 96, 106, 0.2) 100%
  );
}
.inner1,
.inner2,
.inner3,
.inner4,
.inner5,
.inner6 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("./images/block-bg.png") no-repeat;
  background-size: 100% 100%;
}
.inner1 img,
.inner2 img,
.inner3 img,
.inner4 img,
.inner5 img,
.inner6 img {
  width: 1.08rem;
  height: 1.08rem;
}
.label {
  font-size: 0.24rem;
  margin-top: 0.16rem;
}
.mr-0 {
  margin-right: 0;
}

.right {
  width: 4.4rem;
  height: calc(100% - 0.56rem);
  margin: 0.32rem 0.24rem 0.24rem 0;
  display: flex;
  flex-direction: column;
}

.right .date {
  height: 0.54rem;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #1f7bfc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.16rem 0 0.32rem;
  font-size: 0.16rem;
  color: #1f7bfc;
  margin-bottom: 2px;
  font-weight: 600;
}
.right .date div {
  height: 0.54rem;
  line-height: 0.54rem;
}

.login-wrap,
.news-wrap,
.trains-wrap {
  width: 100%;
  flex: 1;
  margin-bottom: 0.16rem;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  border: 1px solid #fff;
}
.trains-wrap {
  margin-bottom: 0;
}
.login-wrap .title,
.news-wrap .title,
.trains-wrap .title {
  height: 0.36rem;
  line-height: 0.36rem;
  padding-left: 0.24rem;
  font-weight: 600;
  font-size: 0.14rem;
  border-bottom: 1px solid #e5e5e5;
}
.news-wrap .data,
.trains-wrap .data {
  padding: 0 0.24rem;
  margin: 0.16rem 0;
  overflow-y: auto;
  height: calc(100% - 0.72rem);
}

.news-wrap .data .data-item,
.trains-wrap .data .data-item {
  height: 0.2rem;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.16rem;
  font-size: 0.14rem;
}
.news-wrap .data .data-item:hover,
.trains-wrap .data .data-item:hover {
  cursor: pointer;
  color: #1f7bfc;
}

.login-wrap .login {
  height: calc(100% - 0.36rem);
  padding: 0.16rem 0.8rem;
  display: flex;
  flex-direction: column;
}

.login-wrap .login input {
  margin-bottom: 12px;
}

input,
button {
  height: 0.32rem;
}

.footer {
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 32px;
}
.footer a {
    color: #1f7bfc;
}
