@charset "UTF-8";
/*
  样式规范表
*/
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* PC端下内容容器 */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 69px;
  background-color: #262626;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_logo {
    width: 100%;
    max-width: 1600px;
    padding: 0 0;
    margin: 0 auto 38px;
}

@media screen and (max-width: 1600px) {
  .footer .footer_logo {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .footer .footer_logo {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .footer .footer_logo {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .footer .footer_logo {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.footer .record,
.footer .footer_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 64px;
}

@media screen and (max-width: 1600px) {
    .footer .record, .footer .friend,
  .footer .footer_content {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
    .footer .record, .footer .friend, .footer .footer_content {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .footer .footer_content {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .footer .footer_content {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer .footer_content .basic_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_content .basic_info .footer_basic_info {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_content .basic_info .footer_basic_info a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.footer .footer_content .basic_info .footer_basic_info a:not(:last-child) {
  margin-bottom: 17px;
}

.footer .footer_content .plate_content {
  position: relative;
  right: 13%;
}

.footer .footer_content .plate_content .plate_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_content .plate_content .plate_content_list .plate_content_item:not(:last-child) {
  margin-bottom: 15px;
}

.footer .footer_content .plate_content .plate_content_list .plate_content_item a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.footer .footer_content .demand_content {
  width: 365px;
  position: relative;
  top: -5px;
}

.footer .footer_content .demand_content .demand_title {
  margin-bottom: 53px;
}

.footer .footer_content .demand_content .demand_title p {
  color: #d0d0d0;
  font-size: 28px;
  line-height: 36px;
  font-weight: "Source Han Sans CN";
  font-family: "Microsoft YaHei";
}

.footer .footer_content .demand_content .demand_link {
  border-top: solid 2px #fff;
  padding: 18px 0;
  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;
}

.footer .footer_qrcode{
    width: 100px;
}
.footer .footer_logo img{
    width: 180px;
}
.footer .footer_content .demand_content .demand_link .demand_left p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.footer .footer_content .demand_content .demand_link .demand_right {
  cursor: pointer;
}
.footer .record {
    width: 100%;
  margin: 0 auto;
  padding: 23px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.102);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .record p {
  text-align: left;
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
}

.common_side {
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 20%;
}

.common_side .common_side_item {
    position: relative;
    width: 86px;
    height: 86px;
  padding: 15px;
  background-color: #011bfe;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common_side .common_side_item:last-child .common_side_icon svg {
  width: 45px;
  height: auto;
}
.common_side .common_side_item .posi{
    display: none;
    position: absolute;
    top: 0;
    right: 100px;
    width: 108px;
    padding: 8px 8px 12px;
    border-radius: 8px;
    background: #fff;
    font-size: 0;
}
.common_side .common_side_item .posi p{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
/*# sourceMappingURL=footer.css.map */
