.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
#head {
  position: relative;
  z-index: 10;
}


/*======================== 导航顶端 begin ====================*/
.nav-bar {
    height: 36px;
    font-size: 14px;
}
.nav-terminal {
    position: relative;
    margin: 7px 0 0 19px;
}

.nav-terminal-icon {
    margin-right: 4px;
}
.nav-terminal .APP {
    /*border: 1px solid #f8f8f8;*/
}
.APP .arrow,.APP-more .arrow{
    top: -2px;
    left: -1px;
    position: relative;
}

.APP-more .arrow{
    left: 2px;
}
.weixin  .arrow,.weixin-more  .arrow{
    position: relative;
    left: 3px;
    top: -1px;
}
.nav-terminal .weixin {
    margin: 2px 0 0 40px;
    /*border: 1px solid #f8f8f8;*/
}

.APP-more{
    position: absolute;
    padding: 12px 0 0 0;
    border: 1px solid #dcdcdc;
    width: 110px;
    height: 148px;
    box-sizing: border-box;
    left: -23px;
    top: -13px;
    z-index: 999;
}
.weixin-more{
    position: absolute;
    padding: 10px 0 0 0;
    border: 1px solid #dcdcdc;
    width: 110px;
    height: 148px;
    box-sizing: border-box;
    left: 84px;
    top: -9px;
    z-index: 999;
}

.nav-terminal .barcode {
    width: 100px;
    margin: 12px 0 4px 0;
}


.nav-terminal .phone {
  margin: 3px 0 0 54px;
}

.nav-bar-link {
/*margin-top: 10px;*/
  line-height: 36px;
}


.nav-bar-link .fortune {
  margin-right: 10px;
}

.nav-bar-link .finance {
  margin-left: 11px;
  margin-right: 25px;
  color: #999;
}
.nav-bar-action{
  cursor: pointer;
  transition: all .2s;
}
.nav-bar-action.btn {
  display: inline-block;
  /*padding: 2.5px 0;*/
  width: 51px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.nav-bar-action.btn-left:hover,.nav-bar-action.btn-right:hover{
  background: #dc3c14 !important;
}
.nav-bar-action.btn-left {
  padding-left: 7px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background: #FD948E;
}

.nav-bar-action.btn-right {
    padding-right: 7px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    background: #f94a47;
}

.nav-bar-action.link:hover{
    color: #f74c40;
}

/*导航条*/
.home-nav {
  position: relative;
  height: 63px;
  padding: 18px 0 0 0;
  font-size: 18px;
}

.nav-logo {
  margin: 0 31px 0 0;
}

.home-nav-action {
  font-size: 14px;
  float: right;
  margin-top: 5px;
}
.nav-link-container{
  position: relative;
}
.nav-link {
  position: relative;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  transition: all .2s ease  ;
}
.nav-link-circle{
position: absolute;
top: 0;
border-radius: 16px;
height: 30px;
background: #d69c50;
transition: all 0.5s;
}
.nav-link.index {
  width: 65px;
}

.nav-link.fund {
  width: 71px;
}

.nav-link.finance {
  width: 66px;
}
.nav-link.news {
  width: 69px;
}

.nav-link.main {
  width: 104px;
}

.nav-link.screen {
  width: 95px;
}
.nav-link.my {
  width: 66px;
  cursor: pointer;
}
.nav-link.active {
  color: #fff;
  transition-delay: .2s;
}

.nav-search {
  width: 143px;
  height: 33px;
  padding: 0 0 0 16px;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  line-height: 31px;
  font-size: 14px;
  vertical-align: top;
  box-shadow: none;
}

.home-nav-action .btn.nav-asset-btn {
  height:35px;
  font-size: 14px;
  vertical-align: top;
  padding:6px 28px 6px 13px;
  border: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  z-index:444;
}
.home-nav-action .btn.no-border{
  border-bottom: 1px solid #fff;
}
.nav-asset-btn .arrow {
  position: relative;
  top: 2px;
  left: 12px;
}
.nav-asset-detail{
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid #f0f0f0;
  right: 0;
  z-index: 1000;
  overflow:hidden;
  top:35px;
}
.nav-asset-detail.leave{
  opacity: 0;
}
.nav-asset-detail.expand{
  box-shadow:none;
  width: 205px;
  height: 472px;
  opacity: 1;
}
.nav-asset-detail.expand>* {
  opacity: 1;
}
.user-thumb{
  margin-top: 24px;
  margin-left: 18px;
}
.btn.search{
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  padding: 9px 11px 9px 10px;
  line-height: 10px;
  background: #fff url(../common/images/head/search_icon.png) no-repeat center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.nav-asset-detail-welcome-container{
  margin: 28px 0px 17px 75px;
}
.nav-asset-detail-welcome-container.login{
  margin: 40px 0px 24px 75px;
}
.nav-asset-detail-welcome{
  margin-top: 0px;
  margin-bottom: 6px;
}
.decoration-underscore.nav-asset-detail-underscore{
  display: inline-block;
  width: 173px;
  margin-left: 15px;
  border:none;
  border-top:1px solid #f0f0f0;
}
.nav-asset-detail-row-container{
  margin-top: 12px;
}
.nav-asset-detail-row-container>.nav-asset-detail-row{
  padding: 0 20px 0 20px;
  display: block;
  line-height: 37px;
  color: #333;
}
.nav-asset-detail-row-container>.nav-asset-detail-row:hover{
  background: #f0f0f0;
  transition: all .3s ease;
}
.nav-search.form-control:focus {
  border-color: #ffb4b0;
  outline: 0;
  box-shadow:none;
}
.nav-bar-link .logout{
  color: gray;
  background: transparent;
  cursor: pointer;
  
}
.nav-bar-link button{
  padding: 1px 6px;
  font: inherit;
}
.nav-bar-link .logout:hover{
  color: #d69c50;
}
/*================================== 头部 end======================================*/

.main-nav-list {
  padding: 0;
  margin: 0;
}
.main-nav-list > li {
  float: left;
}
.main-nav-list > li > a {
  display: block;
  padding: 14px 16px 0;
  font-size: 18px;
  color: #333;
}
.main-nav-list > li > a > span {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: solid 2px #fff;
}
.main-nav-list > li.has-child-nav {
  position: relative;
}
.main-nav-list > li.has-child-nav:hover > a {
  position: relative;
}
.main-nav-list > li.has-child-nav:hover > a:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 83px;
  height: 50px;
  border: solid 1px #e5e5e5;
  border-bottom: none;
}
.main-nav-list > li.has-child-nav:hover > .child-nav {
  display: block;
}
.main-nav-list > li > .child-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  width: 83px;
  left: -8px;
  top: 50px;
  border: solid 1px #e5e5e5;
  border-top: none;
  text-align: center;
  background-color: #fff;
}
.main-nav-list > li > .child-nav > li{
  float: none;
}
.main-nav-list > li > .child-nav > li a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 10px 0;
}
.main-nav-list > li > .child-nav > li a.active,
.main-nav-list > li > .child-nav > li a:hover {
  background-color: #fa4a47;
  color: #fff;
}
.main-nav-list > li:hover > a,
.main-nav-list > li.active > a {
  color: #fa4a47;
}
.main-nav-list > li:hover > a > span,
.main-nav-list > li.active > a > span {
  border-bottom-color: #fa4a47;
}


.ld-dropdown-menu-box {
  position: absolute;
  width: 298px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  left: 70.5%;
  top: 93px;
  max-height: 600px;
  overflow-y: auto;
  z-index: 999999;
}
.ld-dropdown-menu {
  padding: 0 22px;
  position: relative;
}
.ld-dropdown-menu > .tit {
  margin-top: 18px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.ld-dropdown-menu > .list {
  margin: 0;
  padding: 0;
}
.ld-dropdown-menu > .list > li {
  width: 100%;
}
.ld-dropdown-menu > .list > li > a {
  display: block;
  margin: 0 -22px;
  padding: 0 22px;
  font-size: 14px;
  line-height: 2.2;
  overflow: hidden;
  color: #333;
  position: relative;
}
.ld-dropdown-menu > .list > li > a:hover,
.ld-dropdown-menu > .list > li > a.selected {
  background-color: #d7c2b3;
}
.ld-dropdown-menu > .list > li .chart {
  color: #999;
}
.ld-dropdown-menu > .list > li .r {
  float: right;
  color: #999;
  width: auto !important;
  height: auto !important;
  position: static !important;
}
.ld-dropdown-menu > .list > li .active {
  color: #fa4a47;
}
.ld-dropdown-menu:after {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ld-dropdown-menu:last-child:after {
  height: 0;
}
.home-nav-action .btn.search {
  background: #fff url(../images/head/search_icon.png) no-repeat center;
}
