.header .links{
  overflow: hidden;
}
.header .links a{
  color: #677288;
  font-size: 14px;
  padding-right: 50px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}
.header .links a.home{
  padding-left: 20px;
  background: url(../images/home.png) left center no-repeat;
}
.header .bottom{
  background-color: #0A225D;
  height: 70px;
  line-height: 70px;
}
.header .bottom .logo{
  float: left;
  width:300px;
  background: url(../images/logo.png) left center no-repeat;
}
.header .bottom .menu{
  float: left;
}
.header .bottom .menu a{
  float: left;
  padding: 0 20px;
  line-height: 66px;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  color:#FFFFFF;
  font-size: 18px;
  position: relative;
}
.header .bottom .menu a.current{
  color:#FBE69E;
  border-bottom: 4px solid #FBE69E;
}
.header .bottom .menu a .hot{
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 15px;
  background-image: linear-gradient(51deg, #F62A4D 1%, #F8763A 100%);
  border-radius: 2px 2px 2px 0px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  margin-right: -10px;
}
.header .bottom .menu a .hot:before{
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #F62A4D;
  border-left: 3px solid transparent;
  transform-origin: 0 0;
  transform: rotate(180deg);
  margin-left: 6px;
}
.header .bottom .user{
  float: right;
}
.header .bottom .user a{
  float: left;
  font-size: 18px;
  color: #FBE69E;
  line-height: 18px;
  text-decoration: none;
  margin-top: 25px;
  cursor: pointer;
}
.header .bottom .user .login{
  background-color:#FBE69E;
  color: #532D00;
  line-height:40px;
  width:90px;
  text-align: center;
  margin-top: 15px;
  background-image: linear-gradient(-45deg, #F6D096 0%, #FAE2AC 48%, #FFF4C5 100%);
  border-radius: 30px;
}
.header .bottom .user a:nth-child(2){
  padding-right: 18px;
  border-right: 1px solid #FBE69E;
  margin-right: 18px;
}
.footer{
  background-color: #082054;
  padding: 40px 0;
}
.footer .qrcode .item{

}
.footer .qrcode .item p{
  width: 220px;
  padding-left: 30px;
  font-size: 16px;
  color: #FFFFFF;
}
.footer .qrcode .item img{
  width: 120px;
  height: 120px;
}
.footer .copyright{
  text-align: center;
  margin-top:40px;
  color: #FFFFFF;
  font-size: 16px;
}
