.header div{}
.header_top{
  background: #333333;
  padding: 0px 10px;
}
.header_top_user{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  
}
.header_top_user>div:first-child{ 
  align-self: center;
  color: #fff;
 
  font-size: 12px;
}
.header_top_user>div{
  margin: 0;
}
.top_user_Id{
   margin-right: 15px;
}
.header_user_info>span{
    padding: 0 5px;
}
.top_user_Id{
  padding: 0;
}
.header_user_info>span{
  position: relative;
  top: 1px;
  font-size: 12px;
}
.header_top_user .top_eye{
    cursor: pointer;
    padding-right: 16px;
}
.header_top_user div:first-child>a{
  color: #fff;
  position: relative;
  top: 1px;
}
.header_top_user>div:last-child>a{
  color: #fff;
}
.top_manger a{
  color: #fff;
}
.top_manger a:first-child{
  margin-right: 16px;
 
}
.top_fenge{
  margin: 0 16px;
}
.tio_login>a:first-child{
  position: relative;
}
.loginbox{
  position: absolute;
  z-index: 999;
  border-radius: 3px;
  border: 1px solid gainsboro;
  top: 90px;
  right: 0;
  color: #222;
}
.loginbox::before {
  position: absolute;
  content: ' ';
  width: 15px;
  height: 15px;
  background: #fff;
  top: -8px;
  right: 39px;
  transform: rotate(45deg);
  box-shadow: 0px -1px 4px rgb(0 0 0 / 6%);
  -webkit-box-shadow: 0px -1px 4px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0px -1px 4px rgb(0 0 0 / 6%);
  border-top: 1px solid gainsboro;
  z-index: -1;
}
.loginbox form div{
  margin-top: 20px;
}
.login-close{
  font-size: 24px;
  color: #666;
  top: -2px;
  cursor: pointer;
}
.login_fu{
  color: #fff;
}
.header a:hover {
  color: #fff;
}
.header_bottom{
  background: #fff;
  padding: 0px 10px;
}
.header_bottom_nav{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.header_bottom_nav>a>img{
  align-self: center;
  margin: 12px 0;
}
.top_manager{
  margin: 0;
  margin-left: auto;
  display: flex;
  position: relative;
}
.top_manager>a{
  align-self: auto;
  display: flex;
  align-items: center;
  color: #FAFAFA;
  font-size: 14px;
  background: #FF6600;
  padding:6px 16px;
  white-space: nowrap;
}
.header-nav{
  margin: 0;
  /* align-self: center; */
  display: flex;
  margin-left: 36px;
}
.header-nav li{
  padding: 0 29px;
  min-width: 88px;
  position: relative;
  display: flex;
}
.header-nav li>a{
  color: #222222;
  font-size: 15px;
  align-self: center;
  padding: 17px 0;
  white-space: nowrap;
}

.header_item_nav{
   position: absolute;
   width: 150px;
   background: white;
   text-align: center;
   z-index: 1000;
   box-shadow: 0px 0px 16px rgba(0,0,0,0.25);
   -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.25);
   -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.25);
   left: -14%;
   top: 90px;
   padding: 10px 0;
   display: none;
  }
.header-nav>li:nth-child(5) .header_item_nav{
  left: -7%;
}
.header_item_nav::before{
  position: absolute;
    top: -4px;
    left: 45%;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid #0000;
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(135deg);
    margin-left: 4px;
}
.header_item_nav a{
  display: block;
  padding: 4px 0;
  color: #222;
  font-size: 15px;
}
.header_item_nav a:hover{
  background: #f60;
  color: #fff;
}
.header_item_nav span{
  font-size: 15px;
    color: #f60;
    font-weight: bold;
    padding: 0 10px;
    display: block;
}
.header-nav li .nav_on{
  color: #f60;
}
.manage_view {
  position: absolute;
  right: 0px;
  padding: 15px 20px;
  width: 532px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.25);
  -webkit-box-shadow:  0px 0px 16px rgba(0,0,0,0.25);
   -moz-box-shadow:  0px 0px 16px rgba(0,0,0,0.25);
  z-index: 10000;
  border: 1px solid rgba(238, 238, 238, 1);
  display: flex;
  top: 90px;
  
}
.manage_view::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  content: ' ';
  box-shadow: 0px 2px 2px rgba(0,0,0 ,0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0 ,0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0 ,0.1);
  transform: rotate(-137deg);
  right: 34px;
  top: -4px;
}
.manage_view>ul {
  width: 25%;
  font-size: 14px;
  margin: 0;
}
.manage_view>ul>li {
  margin-bottom: 14px;
}
.manage_view>ul>li:last-child{
   margin-bottom: 0;
}

.manage_view>ul>li:first-child {
  color: #222;
  font-weight: bold;
  font-size: 14px;
}
.manage_view>ul>li>a {
  color: #444;
  cursor: pointer;
  font-size: 14px;
}
.a_hot::before {
  width: 32px;
  height: 15px;
  content: ' ';
  position: absolute;
  background: url(/share/images/HOTs.png);
  right: -34px;
  top: 4px;
}
.manage_view>ul>li>a:hover{
  color: #f60 !important;
}
.a_color {
  color: #f60 !important;
}
.a_hot {
  position: relative;
}
.mc_maser,.mc_header,.header-nav li>img{
  display: none;
}
.top_manager>a:hover{
  color: #fff;
}
.tio_login a{
  color: #fff;
}
.header{border-bottom: 1px solid #efe9e9;}
.navigation_top{
  padding: 8px 0;
  position: relative;
}
.navigation_top span{
  cursor: pointer;
}
.header_user_info{
  padding: 8px 0;
}
.header_user_info{
  color: #fff !important;
}
.header_user_info .a_jianju{
  margin: 0 16px;
}
.header_user_info a:hover{
  color: #f60 !important;
}
.fan_btn{
  align-self: center;
  margin-right: 20px;
  cursor: pointer;
}
.fan_btn img{
   margin-right: 5px;
}
.btm_boxa{
  margin: 0;
  display: flex;
  margin-left: auto;
}
@media (max-width:1200px) {
  .header-nav{
    margin: 0;
  }
}
@media (max-width:750px) {
  .navigation_top,.header_user_info,.btm_boxa{display: none;}
  .mc_maser{
    display: block;
    padding-top: 16px;
  }
  .manage_view {
    width: 100%;
    top: 57px;
    box-shadow: none;
    flex-direction: column;
    border: none;
 }
 .manage_view::before{
   display: none;
 }
 .manage_view>ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
 }
 .manage_view>ul {
  padding-top: 16px;
}
.manage_view>ul:first-child{
  padding-top: 10px;
}
 .manage_view>ul li {
  width: 33%;
}
 .manage_view>ul li:first-child {
  width: 100%;
  color: #FF6600;
}
.a_hot::before {
  background: url(/share/images/hot_mc.png) no-repeat;
  right: 0px;
  top: -12px;
}
.mc_maser a {
  display: inline-block;
  width: 150px;
  font-size: 14px;
  color: #222222;
  padding: 8px 16px;
  border: 1px solid rgba(136, 136, 136, 1);
  border-radius: 4px;
  text-align: center;
}
.mc_maser a:nth-child(2) {
  background: #f60;
  border: 1px solid #f60;
  color: #fff;
  margin-left: 15px;
}
.fan_btn{margin-left: 10px;}
.manage_view>ul>li {
  margin-bottom: 14px;
}
.manage_view>ul>li:last-child{
  margin-bottom: 14px;
}
.header_top_user{
  display: initial;
}
.header_top{
  background: #fff;
  padding: 12px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}
.header_top_user>div:first-child,.top_manger,.tio_login{
   display: none;
}
.top_manager,.header_bottom_nav>a{
  display: none;
}
.header{
  position: fixed;
  width: 100%;
  /* position: relative; */
  background: #fff;
  z-index: 10000;
 
}
.header_box_null{
  height: 57px;
  padding: 28.5px;
}
.mc_header{
  display: flex;
  padding-right: 34px;
  position: relative;
}
.mc_header>div{
  color: #222;
  display: flex;
  margin-left: auto;
}
.menu_cilk{
  margin-left: auto;
  position: absolute;
  right: 0;
}
.menu_cilk img{
  position: relative;
  top: 3px;
}
.mc_userId{
  align-self: center;
  font-size: 14px;
  margin-right: 10px;
}
.mc_userId span{
  color: #f60;
}
.top_manager_mc{
  align-self: center;
}
.top_manager_mc>a{
  padding: 5px 11px;
  border-radius: 4px;
  background: #f60;
  color: #fff;
}
.top_manager_mc>a:hover{
  color: #fff;
}
.header_bottom{
  padding: 0;
}
.header-nav{
  display: none;
  width: 100%;
  flex-direction: column;
  padding-left: 16px;
  padding-bottom: 20px;
  position: absolute;
  top:57px;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-nav li{
  position: relative;
  padding: 0;
  flex-direction: column;
}
.header-nav li{
  border-bottom: 1px solid #f0f0f0;
}
.header-nav li>img{
  display: block;
  position: absolute;
  right: 14px;
    top: 20px;
}
.header-nav li>a{
  padding: 0;
  align-self:flex-start;
  font-weight: bold;
  padding: 12px 0;
}
.header-nav li a:hover{
  color: #ff6600 !important;
}
.header-nav li:first-child>a{
  align-self: auto;
}
.header-nav li:last-child>a{
  align-self: auto;
}
.header_item_nav{
  /* display: block; */
  position: static;
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 20px;
  box-shadow: none;
}
.header_item_nav a{
  
  padding: 8px 0;
}
.header_item_nav a:hover{
  background: #fff;
  color: #f60;
}
.login_mc{
  background: #FF6600;
    border: 1px solid #FF6600;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    align-self: center;
    padding: 2px 15px;
}
.login_re{
  background: #fff;
  border: 1px solid #FF6600;
  border-radius: 4px;
  font-size: 14px;
  color: #f60;
  align-self: center;
  padding: 2px 15px;
  margin-left: 10px;
}
.login_re:hover{
  color: #f60;
}
}
@media (max-width:450px) {
  
    .manage_view>div a{
      display: inline-block;
      width: 100px;
      font-size: 14px;
      color: #222222;
      padding: 8px 0;
      border: 1px solid rgba(136, 136, 136, 1);
      border-radius: 4px;
      text-align: center;
    }
}