footer {
  background-color: #2D2D2D;
  padding-top: 0px;
}
footer .copy {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #B4B4B4;
  background-color: #242424;
  text-align: center;
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  line-height: 1.6;
}
footer .footer {
  display: none;
  margin: 0 auto 100px;
  width: calc(100% - 30px);
}
footer .footer .l-box img {
  height: 60px;
  width: auto;
}
footer .footer .l-box .btn {
  width: 300px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
footer .footer .l-box .link-btn {
  border: 1px solid #FFFFFF;
  margin-top: 60px;
  position: relative;
  cursor: pointer;
}
footer .footer .l-box .link-btn:hover .sub-link {
  visibility: visible;
  opacity: 1;
}
footer .footer .l-box .link-btn:hover img {
  rotate: 90deg;
}
footer .footer .l-box .link-btn img {
  width: 6px;
  height: auto;
  rotate: 270deg;
  position: absolute;
  right: 40px;
  transition: all 0.3s linear;
}
footer .footer .l-box .link-btn .sub-link {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  max-height: 141px;
  overflow: auto;
  transition: all 0.3s linear;
}
footer .footer .l-box .link-btn .sub-link::-webkit-scrollbar {
  display: none;
}
footer .footer .l-box .link-btn .sub-link .sub-item {
  height: 46px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 100;
  margin-top: 1px;
}
footer .footer .l-box .link-btn .sub-link .sub-item:hover {
  background-color: #eee;
}
footer .footer .l-box .signup-btn {
  background: #8A2424;
}
footer .footer .l-box .signup-btn img {
  width: 16px;
  height: auto;
  margin-right: 10px;
}
footer .footer .c-box {
  margin-top: 30px;
}
footer .footer .c-box .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 20px;
  color: #F2F2F2;
  border-bottom: 2px solid #737373;
  width: fit-content;
  line-height: 2;
}
footer .footer .c-box .item {
  margin-top: 40px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #B4B4B4;
  line-height: 30px;
}
footer .footer .c-box .item .i-tit {
  font-weight: 600;
}
footer .footer .c-box .item img {
  width: 10px;
  margin-right: 8px;
}
footer .footer .r-box {
  margin-top: 30px;
  width: fit-content;
  text-align: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #B4B4B4;
  line-height: 30px;
}
footer .footer .r-box img {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  footer {
    background-color: #2D2D2D;
    padding-top: 100px;
  }
  footer .copy {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 60px;
    background-color: #242424;
    text-align: center;
    width: 100%;
  }
  footer .footer {
    margin: 0 auto 100px;
    width: 902px;
    display: flex;
    justify-content: space-between;
  }
  footer .footer .l-box img {
    height: 60px;
    width: auto;
  }
  footer .footer .l-box .btn {
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  footer .footer .l-box .link-btn {
    border: 1px solid #FFFFFF;
    margin-top: 60px;
    position: relative;
    cursor: pointer;
  }
  footer .footer .l-box .link-btn:hover .sub-link {
    visibility: visible;
    opacity: 1;
  }
  footer .footer .l-box .link-btn:hover img {
    rotate: 90deg;
  }
  footer .footer .l-box .link-btn img {
    width: 6px;
    height: auto;
    rotate: 270deg;
    position: absolute;
    right: 40px;
    transition: all 0.3s linear;
  }
  footer .footer .l-box .link-btn .sub-link {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    max-height: 141px;
    overflow: auto;
    transition: all 0.3s linear;
  }
  footer .footer .l-box .link-btn .sub-link::-webkit-scrollbar {
    display: none;
  }
  footer .footer .l-box .link-btn .sub-link .sub-item {
    height: 46px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    z-index: 100;
    margin-top: 1px;
  }
  footer .footer .l-box .link-btn .sub-link .sub-item:hover {
    background-color: #eee;
  }
  footer .footer .l-box .signup-btn {
    background: #8A2424;
  }
  footer .footer .l-box .signup-btn img {
    width: 16px;
    height: auto;
    margin-right: 10px;
  }
  footer .footer .c-box {
    margin: 0 30px;
  }
  footer .footer .c-box .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #F2F2F2;
    border-bottom: 2px solid #737373;
    width: fit-content;
    line-height: 2;
  }
  footer .footer .c-box .item {
    margin-top: 40px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 300;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 30px;
  }
  footer .footer .c-box .item .i-tit {
    font-weight: 600;
  }
  footer .footer .c-box .item img {
    width: 10px;
    margin-right: 8px;
  }
  footer .footer .r-box {
    text-align: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 30px;
  }
  footer .footer .r-box img {
    width: 130px;
    height: 130px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  footer {
    background-color: #2D2D2D;
    padding-top: 100px;
  }
  footer .copy {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 60px;
    background-color: #242424;
    text-align: center;
    width: 100%;
  }
  footer .footer {
    margin: 0 auto 100px;
    width: 1110px;
    display: flex;
    justify-content: space-between;
  }
  footer .footer .l-box img {
    height: 80px;
    width: auto;
  }
  footer .footer .l-box .btn {
    width: 300px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  footer .footer .l-box .link-btn {
    border: 1px solid #FFFFFF;
    margin-top: 60px;
    position: relative;
    cursor: pointer;
  }
  footer .footer .l-box .link-btn:hover .sub-link {
    visibility: visible;
    opacity: 1;
  }
  footer .footer .l-box .link-btn:hover img {
    rotate: 90deg;
  }
  footer .footer .l-box .link-btn img {
    width: 6px;
    height: auto;
    rotate: 270deg;
    position: absolute;
    right: 40px;
    transition: all 0.3s linear;
  }
  footer .footer .l-box .link-btn .sub-link {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    max-height: 141px;
    overflow: auto;
    transition: all 0.3s linear;
  }
  footer .footer .l-box .link-btn .sub-link::-webkit-scrollbar {
    display: none;
  }
  footer .footer .l-box .link-btn .sub-link .sub-item {
    height: 46px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    z-index: 100;
    margin-top: 1px;
  }
  footer .footer .l-box .link-btn .sub-link .sub-item:hover {
    background-color: #eee;
  }
  footer .footer .l-box .signup-btn {
    background: #8A2424;
  }
  footer .footer .l-box .signup-btn img {
    width: 16px;
    height: auto;
    margin-right: 10px;
  }
  footer .footer .c-box .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #F2F2F2;
    border-bottom: 2px solid #737373;
    width: fit-content;
    line-height: 2;
  }
  footer .footer .c-box .item {
    margin-top: 40px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 300;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 30px;
  }
  footer .footer .c-box .item .i-tit {
    font-weight: 600;
  }
  footer .footer .c-box .item img {
    width: 10px;
    margin-right: 8px;
  }
  footer .footer .r-box {
    text-align: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 30px;
  }
  footer .footer .r-box img {
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1520px) {
  footer {
    background-color: #2D2D2D;
    padding-top: 100px;
  }
  footer .copy {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 60px;
    background-color: #242424;
    text-align: center;
    width: 100%;
  }
  footer .footer {
    margin: 0 auto 100px;
    width: 1500px;
    display: flex;
    justify-content: space-between;
  }
  footer .footer .l-box img {
    height: 80px;
    width: auto;
  }
  footer .footer .l-box .btn {
    width: 300px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  footer .footer .l-box .link-btn {
    border: 1px solid #FFFFFF;
    margin-top: 60px;
    position: relative;
    cursor: pointer;
  }
  footer .footer .l-box .link-btn:hover .sub-link {
    visibility: visible;
    opacity: 1;
  }
  footer .footer .l-box .link-btn:hover img {
    rotate: 90deg;
  }
  footer .footer .l-box .link-btn img {
    width: 6px;
    height: auto;
    rotate: 270deg;
    position: absolute;
    right: 40px;
    transition: all 0.3s linear;
  }
  footer .footer .l-box .link-btn .sub-link {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    max-height: 141px;
    overflow: auto;
    transition: all 0.3s linear;
  }
  footer .footer .l-box .link-btn .sub-link::-webkit-scrollbar {
    display: none;
  }
  footer .footer .l-box .link-btn .sub-link .sub-item {
    height: 46px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    z-index: 100;
    margin-top: 1px;
  }
  footer .footer .l-box .link-btn .sub-link .sub-item:hover {
    background-color: #eee;
  }
  footer .footer .l-box .signup-btn {
    background: #8A2424;
  }
  footer .footer .l-box .signup-btn img {
    width: 16px;
    height: auto;
    margin-right: 10px;
  }
  footer .footer .c-box .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #F2F2F2;
    border-bottom: 2px solid #737373;
    width: fit-content;
    line-height: 2;
  }
  footer .footer .c-box .item {
    margin-top: 40px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 300;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 30px;
  }
  footer .footer .c-box .item .i-tit {
    font-weight: 600;
  }
  footer .footer .c-box .item img {
    width: 10px;
    margin-right: 8px;
  }
  footer .footer .r-box {
    text-align: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 30px;
  }
  footer .footer .r-box img {
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=footer.css.map */