* {
  margin: 0;
  padding: 0;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a,
a:hover,
a:active,
a:visited,
a:link {
  text-decoration: none;
}
p,
h3,
h4,
h2,
h1 {
  padding: 0 ;
  margin: 0;
}
.codename {
  display: block;
}
.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .top {
  height: 40px;
  background: #F8F8F8;
  line-height: 39px;
}
.header .top-post {
  color: #18A4F9;
  display: inline-block;
  font-size: 16px;
}
.header-city {
  font-size: 16px;
  color: #666666;
  max-width: 120px;
}
.header-city {
  font-size: 14px;
  color: #999999;
  margin-right: 12px;
}
.header-nav {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-left: 20px;
}
.header .bottom {
  height: 130px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.header-change {
  color: #999999;
  font-size: 14px;
}
.logo {
  display: block;
  margin-top: 45px ;
}
.logo img {
  height: 40px;
}
.search {
  background: #D60011;
  border-radius: 5px;
  border: 3px solid #D60011;
  margin-left: 106px;
  margin-top: 42px;
}
.search-input {
  width: 460px;
  height: 40px;
  padding: 0 9px;
  border-width: 0;
  outline: none;
}
.search-btn {
  width: 100px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.qrcode {
  text-align: center;
}
.qrcode img {
  width: 105px;
  height: 105px;
  display: block;
  margin-top: 4px;
}
.qrcode span {
  text-align: center;
  font-size: 12px;
  color: #666666;
  display: block;
}
.footer {
  background-color: black;
  background: url(../images/footerbg.png) black no-repeat center;
  background-size: auto 100%;
  padding-top: 66px;
  margin-top: 100px;
}
.footer dl {
  padding: 0;
  margin: 0;
}
.footer dl dt {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 28px;
  color: #FFFFFF;
}
.footer dl dd span,
.footer dl dd a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 16px;
  display: inline-block;
  opacity: 0.6;
  margin-right: 36px;
  transition: all 0.3;
}
.footer dl dd a:hover {
  color: #18A4F9;
}
.footer-code {
  width: 364px;
  padding-top: 24px;
}
.footer-code li {
  width: 100px;
  margin-right: 32px;
}
.footer-code li.mr {
  margin-right: 0;
}
.footer-code img {
  width: 100px;
  height: 100px;
  display: block;
}
.footer-code-name {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
  text-align: center;
  display: block;
  margin-top: 8px;
}
.footer .footer-line {
  height: 1px;
  background: #FFFFFF;
  opacity: 0.4;
}
.footer .top {
  padding-bottom: 60px;
}
.footer .bottom {
  height: 64px;
  color: #FFFFFF;
  line-height: 64px;
  overflow: hidden;
}
.footer .bottom span {
  opacity: 0.8;
  display: inline-block;
}
.footer .bottom b {
  width: 1px;
  height: 18px;
  background: #FFFFFF;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}
.footer-logo {
  margin-right: 114px;
  display: inline-block;
  vertical-align: middle;
}
.footer .copyright {
  color: #FFFFFF;
}
.bgimg {
  cursor: pointer;
  transition: all 0.6s;
  position: relative;
}
.bgimg img {
  width: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bgimg:hover {
  transform: scale(1.4);
}
.w840 {
  width: 840px;
}
.bread-crumb {
  padding: 25px 0 32px;
}
.bread-crumb a,
.bread-crumb span {
  color: #999999;
  font-size: 16px;
}
.bb {
  border-bottom: 1px solid #e9e9e9;
}
.settlein {
  display: inline-block;
  position: relative;
}
.settlein a {
  margin-left: 0!important;
}
.settlein-boxs {
  width: 162px;
  height: 162px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
}
.settlein-boxs img {
  padding-top: 6px;
  width: 124px;
  height: 124px;
  display: block;
  margin: 0 auto;
}
.settlein-boxs p {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  margin-top: 6px;
}
.settlein:hover a {
  background-color: #FFFFFF;
}
.settlein:hover .settlein-boxs {
  display: block;
}
.status-404 {
  padding: 188px 0;
}
.status-404 img {
  display: block;
  margin: 0 auto;
}
.status-tips {
  line-height: 45px;
  margin-bottom: 2px;
  font-size: 32px;
  color: #384967;
  padding-top: 70px;
}
.status-500 {
  padding: 137px 0;
}
.status-500 img {
  display: block;
}
.tipsboxs {
  margin-left: 170px;
}
.refreshbtn {
  width: 147px;
  height: 46px;
  line-height: 46px;
  background: #18A4F9;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 32px;
  display: inline-block;
}
.refreshbtn .iconfont {
  font-size: 22px;
}
