@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;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 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 .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 .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 .footer_content {
    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_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_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: 96%;
  margin: 0 auto;
  padding: 23px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.102);
}

.footer .record p {
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

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

.common_side .common_side_item {
  padding: 15px;
  margin-bottom: 2px;
  background-color: #b20e12;
  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 {
  margin-bottom: 12px;
}

.common_side .common_side_item:last-child .common_side_icon img {
  position: relative;
  left: 5px;
}

.common_side .common_side_item .common_side_icon {
  margin-bottom: 12px;
}

.common_side .common_side_item .common_side_remark p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}
/*# sourceMappingURL=footer.css.map */