.layout-home {
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  max-width: 92%;
}

.c-footer {
  background: #101010;
  color: #fff;
}

.c-footer a:hover {
  color: #2f40b7;
  text-decoration: underline;
}

.c-footer .foot1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.88rem;
}

.c-footer .foot2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 3rem;
  padding-top: 0.59rem;
  padding-bottom: .82rem;
}

.c-footer .foot2 .col-tit {
  color: rgba(255, 255, 255, 0.5);
}

.c-footer .foot2 .line {
  width: 1px;
  height: 2.94rem;
  background-color: #ffffff;
  opacity: 0.05;
}

.c-footer .col-1 .col-cnt {
  margin-top: 0.15rem;
}

.c-footer .col-1 .t1 {
  line-height: 1.875;
  margin-top: .02rem;
}

.c-footer .col-1 .t2 {
  line-height: 2.28571;
  margin-top: 0.89rem;
}

.c-footer .col-2 .col-cnt {
  margin-top: 0.23rem;
}

.c-footer .col-3 .col-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.26rem;
}

.c-footer .col-3 .code-wrap {
  text-align: center;
  margin-right: 0.3rem;
}

.c-footer .col-3 .code-wrap:last-of-type {
  margin-right: 0;
}

.c-footer .col-3 .code-wrap .code {
  height: 1.5rem;
  min-height: 100px;
}

.c-footer .col-3 .code-wrap .t {
  line-height: 1.21429;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.13rem;
}

.c-footer .f-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-footer .f-share .item {
  margin: 0 .27rem 0 0;
  background: none;
}

.c-footer .f-share .item:last-of-type {
  margin-right: 0;
}

.c-footer .f-share .item:hover .icon {
  opacity: 1;
}

.c-footer .f-share .icon {
  height: .3rem;
  min-height: 30px;
  font-size: 0;
  position: relative;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: .5;
}

.c-footer .f-share .icon img {
  height: 100%;
}

.c-footer .f-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-footer .f-links .link-item:after {
  content: '·';
  display: inline-block;
  vertical-align: middle;
  margin: 0 .3rem;
}

.c-footer .logo {
  font-size: 0;
}

.c-footer .logo img {
  width: 2.9rem;
  max-width: 100%;
}

.c-footer .f-nav {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: .69rem;
  column-gap: .69rem;
}

.c-footer .f-nav a {
  display: block;
  margin-bottom: 0.26rem;
}

@media (max-width: 1000px) {
  .c-footer .line {
    display: none;
  }

  .c-footer .foot2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-footer .col {
    width: 100%;
  }

  .c-footer .col-1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: .5rem;
  }

  .c-footer .col-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-footer .col-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: .5rem;
  }

  .c-footer .logo img {
    width: 180px;
  }
}