/*公用头*/
.money-header {
}
.money-header .clear-fl {
  overflow: hidden;
  margin-bottom: 12px;
}
.money-header .vhl-logo {
  position:relative;
  float: left;
  width:200px;
}
.money-header .t-nav {
  width: 100%;
  margin: 0 auto 20px;
  clear: both;
}
.money-header .t-nav .t-nav-top-warp{
  width: 100%;
  background: #1996e6;
}
.money-header .t-nav .t-nav-top {
  width: 1150px;
  height: 45px;
  margin: 0 auto;
  background: #1996e6;
  font-size: 14px;
  position: relative;
}
.money-header .t-nav .t-nav-top li {
  position: relative;
  float: left;
  cursor: pointer;
}
.money-header .t-nav .t-nav-top li a {
  float: left;
  height: 45px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0 25px;
  display: inline-block;
}
.money-header .t-nav .t-nav-top li a span {
  display: inline-block;
  margin-top: 12px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}
.money-header .t-nav .t-nav-top li a.my-discount i{
  position: absolute;
  top:2px;
  right:5px;
  height: 16px;
  width: 22px;
  display: block;
  background: url(image/new.png) 0 center;
}
.money-header .t-nav .t-nav-top li a:hover {
  background: #21a8ff;
}
.money-header .t-nav .t-nav-top li a.on,
.money-header .t-nav .t-nav-top li a.on:hover{
  background: #0077c3;
}

.money-header .t-nav .t-nav-top .rt a{
  display: inline-block;
  height: 45px;
  color: #fff;
  padding: 0 25px;
  background: #0077c3;
  font-size: 16px;
  line-height: 45px;
  text-decoration: none;
}
.money-header .t-nav .t-nav-list {
  width: 100%;
  height: 40px;
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.money-header .t-nav .t-nav-list ul{
  padding-top: 12px;
  overflow: hidden;
}
.money-header .t-nav .t-nav-list li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #ddd;
}
.money-header .t-nav .t-nav-list li a.curr{
	color: #f60;
}
.money-header .t-nav .t-nav-list .right{
  position: absolute;
  top: 12px;
  right: 0px;
}

/*公用头 END*/