﻿@charset "UTF-8";
.links {
  padding: 0!important;
  margin: 0;
  *zoom: 1;
}
.links::before,
.links::after {
  content: "";
  display: table;
}
.links::after {
  clear: both;
}
.links .w {
  border-top: 1px dashed #aaa;
  padding-top: 16px;
}
.links .w .layui-input {
  text-align: center;
}
.links .w .selc-box {
  float: left;
  margin-right: 10px;
  background-color: pink;
}
.links .w .selc-box .selc {
  width: 175px;
  height: 40px;
  display: block;
  text-indent: 1.3rem;
  color: #666;
}
.links .w .selc-box:last-child {
  margin-right: 0;
}
.footer {
  margin-top: 15px;
  width: 100%;
  height: 230px;
  background-color: #c40001;
}
.footer .footer-top {
  height: 38px;
  border-bottom: 1px solid #fff;
  line-height: 38px;
  margin: 0 auto;
}
.footer .footer-top ul {
  width: 660px;
  margin: 0 auto;
}
.footer .footer-top ul li {
  float: left;
  width: 60px;
  text-align: center;
}
.footer .footer-top ul li a {
  color: #fff;
}
.footer .footer-top ul li span {
  color: #fff;
}
.footer .footer-telnum {
  background-color: transparent;
}
.footer .footer-telnum > ul {
  *zoom: 1;
  padding-top: 20px;
  padding-left: 150px;
}
.footer .footer-telnum > ul::before,
.footer .footer-telnum > ul::after {
  content: "";
  display: table;
}
.footer .footer-telnum > ul::after {
  clear: both;
}
.footer .footer-telnum > ul > li {
  float: left;
  color: #fff;
  font-size: 1.1rem;
  margin-right: 40px;
}
.footer .footer-bottom section:first-child {
  text-align: right;
  vertical-align: middle;
  float: left;
  width: 410px;
  height: 100px;
  padding-top: 20px;
}
.footer .footer-bottom section:last-child {
  padding-top: 25px;
  float: left;
  width: 690px;
  color: #fff;
}
.footer .footer-bottom section:last-child a {
  color: #fff;
  padding-right: 20px;
}
