@charset "utf-8";
.footer {
  width: 100%;
  height: 60px;
  background: rgba(8, 18, 42, 1);
  position: relative;
  text-align: center;
}

.content_center {
  width: 1300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.left1 {
  font-size: 14px;
  font-weight: 400;
  color: #adb9d7;
}

.right1 {
  font-size: 14px;
  font-weight: 400;
  color: #adb9d7;
  margin-top: 10px;
}

.right1 span {
  display: block;
  line-height: 25px;
}

.href {
  color: #adb9d7;
  font-size: 14px;
  margin-top: 40px;
}

.href a {
  color: #adb9d7 !important;
}

.href a:hover {
  color: #1374e7 !important;
  text-decoration: underline;
}

.blue {
  display: inline-block !important;
  color: #adb9d7;
}

@media only screen and (min-width: 768px) {
  .content_center {
    width: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .right1 {
    width: 33%;
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px;
  }
  .right1 span {
    display: block;
    line-height: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .content_center {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .left1 {
    width: 18%;
    font-size: 13px;
    font-weight: 400;
  }
  .right1 {
    width: 32%;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 10px;
  }
  .right1 span {
    display: block;
    line-height: 25px;
  }
}
