
/*header*/ 

.header{
  width: 100px;
  height: 500px;
  border: 1px solid red;
}

.headers{
  width:100%;
  height:88px;
  /*border:1px solid red;*/
  background-color: #028BF3;  
}
.headers_content{
  width:1260px;
  height:88px;
  margin: 0px auto;
  background-color: #028BF3;
}
.headers_logo{
  width:370px;
  height:88px;
  float: left;
  position: relative;
}
.headers_logos{
  width:133px;
  height:88px;
  float: left;
  background-image: url("../images/logo.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size: 133px 77px;
}
/*.headers_logo_content{
  width:215px;
  height:88px;
  line-height:88px;
  font-size: 16px;
  font-weight:normal;
  font-stretch: normal;

  letter-spacing: 1px;
  color: #1f1f1f;
  float:right;
}*/
.headers_logo_content{
  width:215px;
  height:88px;
  line-height:115px;
  /*// font-family: Microsoft YaHei;*/
  font-size: 16px;
  font-weight:normal;
  font-stretch: normal;

  letter-spacing: 1px;
  color: #1f1f1f;
  float:right;
}
.headers_beta{
  /* width: 52px; */
  width: 80px;
  height: 20px;
  background-image: url("../images/beta.png");
  background-size: cover;
  position: absolute;
  top: 22px;
  left: 155px;
  font-size: 11px;
  line-height: 20px;
  color: #30E7FD;
  line-height: 16px;
  text-align: center;
}
.headers_search{
  width:230px;
  height:45px;
  float:right;
  /*border:1px solid red;*/
  padding-top: 12px;
  text-align: right;
}

.headers_search_input{ 
  font-size: 13px; 
  min-height: 20px; 
  margin: 0; 
  padding: 7px 8px; 
  outline: none; 
  color: #333; 
  background-color: #fff;
  background-repeat: no-repeat; 
  background-position: right center; 
  border: 1px solid #ccc; 
  border-radius: 30px; 
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  transition: all 0.15s ease-in; 
  -webkit-transition: all 0.15s ease-in 0; 
  vertical-align: middle; 
}

.headers_search_button { 
  position: relative; 
  display: inline-block; 
  margin: 0; padding: 8px 15px;
   font-size: 16px; 
   font-weight: bold; color: #333; 
   /*// text-shadow: 0 1px 0 rgba(255,255,255,0.9); */
   white-space: nowrap; background-color: #f2c820; 
   background-image: -moz-linear-gradient(#fafafa, #eaeaea); 
   background-image: -webkit-linear-gradient(#fafafa, #eaeaea); 
   background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x; 
   border-radius: 3px;
   /*// box-shadow: 0 1px 3px rgba(0,0,0,.05); */
    vertical-align: middle; cursor: pointer;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    padding: 5px; 
    width: 43px; 
    background: none;
    border:none;
    outline:none;
    letter-spacing: 1px;
    text-align: right;
}



.headers_search_button:active { 
  background-color: #f2c820; 
  /*// border-color: #f2c820; */
  background-image: none; 
  /*// box-shadow: inset 0 3px 5px rgba(0,0,0,.15);*/
  border:none;
  outline:none;
}

.headers_search_button:focus,  input[type=text]:focus{ 
  outline: none; 
/*  // border-color: #51a7e8; 
  // box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);*/ 
}

.headers_search input[type=text] { font-size: 18px; width: 164px; height:22px; }



.island_nav {
  width: 100%;
  height: 50px;
  background-color: #F9F9F9;
}
.nav_fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.nav_content{
  width: 1260px;
  height: 50px;
  margin:0px auto;
  background-color: #F9F9F9;
  /*border:1px solid red;  */
}

.nav_content li{
  width:80px;
  float:left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  color: #333 !important;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
.nav_content li a{
  display: block !important;
  color: #333
}
.nav_content li .nav_topic a{
  color: #333;
}
.nav_content li .nav_novel a{
  color: #333;
}
.nav_activeline{
  width: 100%;
  height: 3px;
  display: block;
  background-color: #028BF3;
  position: absolute;
  top: 47px;
  left: 0px;
}
.nav_active{
  color: #000000 !important;
  background-color:#028BF3;
}
.index_top_a:hover{
  text-decoration: none;
  color: #FFF;
  background-color:#028BF3;
}
.nav_content_left {
  width: 250px;
  height: 50px;
    position: relative;
}
/*资讯下拉*/
.nav_information {
  width: 580px;
  height: auto;
  min-height: 80px;
  padding: 20px 27px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px 
    rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 50px;
  left: 80px;
  z-index: 9999999;
  display: none;
}
.nav_digg{
  width: 585px;
  height: auto;
  min-height: 30px;
  font-size: 14px;
}
/*.nav_digg div{display: inline-block;}*/
.nav_digg i{
  font-size: 12px;
}
.nav_digg_left{
  width: 80px;
  height: 30px;
  padding-top: 5px;
  line-height: 30px;
  letter-spacing: 1px;
}
.nav_digg_right li{
  width: 100px;
  height: 30px;
  /*border:1px solid red; */
  float: left;
  padding: 5px 0px;
  font-size: 14px !important;
  line-height: 30px !important;
  color: #000000 !important;
}

.nav_digg_right li a{
  width: 80px !important;
  height: 30px !important;
  margin:0px auto;
  border-radius: 5px;
  position: relative;
}
.nav_digg_right li a:hover{
background-color: #fee002;
}
.nav_digg_li_line{
  width: 1px;
  height: 15px;
  position: absolute;
  top: 13px;
  left: 0px;
  background-color: #e0e0e0;
}


.nav_digg_right{
  width: 503px;
  height: auto;
  min-height: 30px;
}
.nav_origin{
  width: 686px;
  height: 80px;
  
}
.nav_information2 {
  width: 686px;
  min-height: 80px;
  height: auto;
  padding: 20px 27px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px 
    rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 50px;
  left: 240px;
  z-index: 9999999;
  display: none;
}
.nav_information3 {
  width: 634px;
  min-height: 80px;
  height: auto;
  padding: 20px 27px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px 
    rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 50px;
  left: 160px;
  z-index: 9999999;
  display: none;
}
/*活动*/
.nav_activity {
  width: 493px;
  height: auto;
  min-height: 95px;
  padding: 20px 27px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px 
    rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 50px;
  left: 240px;
  z-index: 9999999;
  display: none;
}
.nav_digg_activity{
  width: 490px;
  height: auto;
  min-height: 30px;
  font-size: 14px;
  padding: 2px 0px;
}
.nav_digg_activity i{
  font-size: 12px;
}
.nav_digg_left_activity{
  width: 80px;
  height: 30px;
  /*padding-top: 5px;*/
  line-height: 30px;
  letter-spacing: 1px;
}
.nav_digg_right_activity{
  width: 300px;
  height: auto;
  min-height: 30px;
}
.nav_digg_right_activity li{
  width: 100px;
  height: 30px;
  /*border:1px solid red; */
  float: left;
  /*padding: 5px 0px;*/
  font-size: 14px !important;
  line-height: 30px !important;
  color: #000000 !important;
}

.nav_digg_right_activity li a{
  width: 80px !important;
  height: 30px !important;
  margin:0px auto;
  border-radius: 5px;
  position: relative;
}
.nav_activity_h1{
  width: 400px !important;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  
}
.nav_activity_a{
 text-align:left;
 padding-left:5px;
 
}
/*话题*/
.nav_topic {
  width: 405px;
  height: auto;
  min-height: 95px;
  padding: 10px 0px;
  background-color: #ffffff;
  /* box-shadow: 0px 1px 10px 0px 
    rgba(0, 0, 0, 0.25); */
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 50px;
  left: 80px;
  z-index: 9999999;
  display: none;
  overflow: hidden;
  
}
.nav_topic h1{
  /*width: 365px;*/
  height: 42px;

  padding: 0px 20px;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: normal;
}
.nav_topic h1 a:hover{
  color: #fff !important;
  text-decoration:none;
}
.nav_topic h1:hover{
  background-color: #028BF3 ;
}
/*投稿指南*/
.nav_tougao {
  width: 160px;
  height: auto;
  min-height: 45px;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px 
    rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 50px;
  left: 480px;
  z-index: 9999999;
  display: none;
  overflow: hidden;
  
}
.nav_tougao h1{
  /*width: 365px;*/
  height: 42px;

  padding: 0px 20px;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: normal;
}
.nav_tougao h1 a:hover{
  color: #000000 !important;
  text-decoration:none;
}
.nav_tougao h1:hover{
  background-color: #028BF3 ;
}
.tougao_hover span{
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
}
.tougao_hover .nav_sanjiao{
  display: inline-block;
  width: 10px;
  height: 31px;
  margin-left: 5px;
  background: url('/public/island/img/png/nav_sanjiao1.png');
}
.tougao{
  width: 20px;
  height: 52px;
  /*border:1px solid red;   */
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  color: #30E7FD;
  margin-right: 30px;
  /*display:none;*/

}
.tougao_text{
   width: 80px;
  height: 50px;
  /*font-size: 14px;*/
  display: inline-block;
  /*line-height: 50px;*/
  /*border:1px solid red;*/
  vertical-align: top;

}
.tougao_icon{
    width: 20px;
  height: 50px;
  background-position: -300px -72px;
  display: inline-block;
  /*border:1px solid red;*/
}
.register_login_icon{
    width: 25px;
  height: 50px;
  background-position: -362px -69px;
  display: inline-block;
}
.register_login{
  width: 112px;
  padding-left: 5px;
  /*padding-right: 18px;*/
  height: 50px;
  /*border:1px solid red;   */
  font-family: Microsoft YaHei;
  font-size: 16px;
  /*font-weight: bold;*/
  line-height: 50px;
  letter-spacing: 1px;
  color: #30E7FD ;
  text-align: right;

}
.tougaoicondv{
  width: 75px;
  height: 50px;
  display: inline-block;
  float:right;
}
.tougaoicon{
  cursor: pointer; 
  /*color:#fee002!important;*/
  font-weight:normal;
  display:inline-block;
  line-height: 23px;
  width: 84px;
  height: 28px;
  background: #E45649;
  border-radius: 5px;
  text-align: center;
  margin-top: 12px;
}
.tougaoicon i{
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url('/public/island/img/png/head_tg.png') no-repeat center;
  background-size: cover; 
  margin-right: 9px;
    margin-bottom: -2px;
}
.tougao_menu{
  width: 263px;
  height: 74px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgb(51 51 51 / 50%);
  position: absolute;
  top: 50px;
  right: 118px;
  padding: 10px 0px 0px 0px;
  z-index: 9999999;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 8px 13px;
}
.tougao_menu .tg_dv{
  width: 56.5px;
  height: 57px;
  border-radius: 8px;
  display: inline-block;
  padding: 5px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.tougao_menu .tg_dv:hover{
  background: rgba(227,229,231,0.8);
}
.tougao_menu .tg_dv .tgtxt{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #767676;
  text-align: center;
  margin-top: 5px;
}
.tougao_menu .tg_dv .img1{
  background: url('/public/island/img/png/tougaoicn1.png') no-repeat center;
  background-size: cover;
  width: 23px;
  height:26px;
  margin:0 auto;
}
.tougao_menu .tg_dv .img2{
  background: url('/public/island/img/png/tougaoicn2.png') no-repeat center;
  background-size: cover;
  width: 22px;
  height:27px;
  margin:0 auto;
}
.tougao_menu .tg_dv .img3{
  background: url('/public/island/img/png/tougaoicn3.png') no-repeat center;
  background-size: cover;
  width: 25px;
  height:24px;
  margin:0 auto;
}
.tougao_menu .tg_dv .img4{
  background: url('/public/island/img/png/tougaoicn4.png') no-repeat center;
  background-size: cover;
  width: 23px;
  height:26px;
  margin:0 auto;
}
.tougaoicon span{
  font-size: 16px!important;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF; 
  line-height: 28px;
}
.register_login img{
  margin-top: 10px;
  border-radius: 100%;
  cursor: pointer;
  vertical-align: top;
/*  -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
     box-sizing: content-box; */
}
.register_login_text{
  width: 100px;
  /*padding-left: 5px;*/
  height: 50px;
  /*font-size: 14px;*/
  display: inline-block;
  line-height: 50px;
  /*border:1px solid red;*/
  vertical-align: top;
}
.register_logined_text{
  width: 30px;
  height: 50px;
  display: block;
  float: right;
  padding-right: 18px;
}
.register_login_text a{
  display: inline;
  color:#333;
}

.login_menu {
  width: 300px;
  height: 410px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px 
    rgba(51, 51, 51, 0.5);
    position: absolute;
    top: 50px;
    right: -118px;
    z-index: 9999999;
    border-radius: 15px;
    box-sizing: border-box;
     padding:25px 22px;

}
.login_menu_list a{
  width: 147px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #333333!important;
}
.login_menu_sanjiao{
 width: 0; 
 height: 0;
 border-width: 6px;
 border-style: solid;
 border-color:transparent transparent #ffffff  transparent ;
 position: absolute;
 top: -12px;
 left: 50%;
 margin-left: -6px;
}
.login_menu_list_out a{
  width: 147px;
  height: 54px;
  font-size: 14px;
  line-height: 54px;
  color: #333333;
  border-top:1px solid #eeeeee; 
  border-bottom-right-radiu:5px;
  border-bottom-left-radiu:5px;
}
.login_menu_list i{
  width: 30px;
  height: 30px;
  color: #333333;
  display: inline;
}

/*新版鼠标悬浮头像*/
.login_menu .lm_avatar{
  width: 50%;
  margin-top: -85px;
  text-align:center;
  position: absolute;
    margin-left: 53px;
}
.login_menu .lm_avatar img{
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border:2px solid #fff;
  cursor: pointer;
}
.login_menu .lm_name{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2D;
  line-height: 27px;
  cursor: pointer;
  margin-top:20px;

}
.login_menu .lm_name span:hover{
  color:#E45649;
}
.login_menu .lm_dv1{
  width: 100%;
  text-align: center;
  margin-top:6px;
}
.login_menu .lm_dv1 .sp1{
  display: inline-block;
  /*width: 80px;*/
}
.login_menu .lm_dv1 .sp1 .s1{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9D9D9D;
}
.login_menu .lm_dv1 .sp1 .s2{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2D;
}
.login_menu .lm_dv1 .sp2{
  display: inline-block;
  width:40px;
  height: 20px;
  background: #028BF3 ;
  border-radius: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}
.login_menu .lm_dv1 .sp2:hover{
  color:#fff;
}
.login_menu .lm_dv2{
  text-align: center;
  margin-top:13px;
}
.login_menu .lm_dv2 span img{
  height: 15px;
}
.login_menu .lm_dv3{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E45649;
  width: 219px;
  height: 20px;
  background: #F0F0F0;
  border-radius: 10px;
  margin:0 auto;
  text-align: center;
  line-height: 20px;
  margin-top:10px;
}
.login_menu .lm_dv4{
  width: 220px;
  margin:13px auto 0px;
  display: flex;
  justify-content: space-around;
}
.login_menu .lm_dv4 .dv1{
   display: inline-block;
   /*width: 25px;*/
   cursor: pointer;
}
.login_menu .lm_dv4 .dv1:hover .dvt{
  color: #E45649;
}
.login_menu .lm_dv4 .dv1:hover .dvb{
  color: #E45649;
}
.login_menu .lm_dv4 .dv1 .dvt{
  font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #2D2D2D;
text-align: center;
}
.login_menu .lm_dv4 .dv1 .dvb{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9D9D9D;
}
.login_menu .lm_dv5{
  width: 100%;
  padding:10px 25px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 5px;
}
.login_menu .lm_dv5 .i1{
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('/public/island/img/png/head_icon1.png') no-repeat center;
  background-size: cover;
  margin-bottom: -3px;
  margin-right: 10px;
}
.login_menu .lm_dv5 .i2{
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('/public/island/img/png/head_icon2.png') no-repeat center;
  background-size: cover;
  margin-bottom: -3px;
  margin-right: 10px;
}
.login_menu .lm_dv5 .i3{
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('/public/island/img/png/head_icon3.png') no-repeat center;
  background-size: cover;
  margin-bottom: -3px;
  margin-right: 10px;
}
.login_menu .lm_dv5 .i5{
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url('/public/island/img/png/head_icon5.png') no-repeat center;
  background-size: cover;
  float:right;
  margin-top: 3px;
}

.login_menu .lm_dv5 span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6A6A6A;
}
.login_menu .lm_dv5:hover{
  background: #F0F0F0;
}
.login_menu .lm_dv6{
  box-sizing: border-box;
    padding: 12px 0px 0px 0px;
    margin-top: 10px;
    border-top: 1px solid #E3E5E7;
    
    cursor: pointer;
}
.login_menu .lm_dv6 .i4{
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url('/public/island/img/png/head_icon4.png') no-repeat center;
  background-size: cover;
  margin-bottom: -2px;
    margin-right: 10px;
}
.login_menu .lm_dv6 .loginout{
    width: 100%;
    padding: 10px 25px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
}
.login_menu .lm_dv6 .loginout:hover{ 
   background: #F0F0F0;
}
.login_menu .lm_dv6 .loginout span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6A6A6A;
}

/*新版鼠标悬浮头像end*/


.search_input_blank{
  width: 553px;
  height: 50px;
  color: #333;
  margin-left: 400px;
  position: relative;
  display: none;
  padding-left: 20px;
}
.search_input{
  width: 505px;
  height: 50px;
  color: #333;
  background-color: #F9F9F9;
  border: none;
  outline: none;
  font-size: 18px;
  padding-left: 5px;
}
.search_blank {
  width: 513px;
  height: auto;
  min-height: 100px;
  background-color: #F9F9F9;
  box-shadow: 0px 1px 10px 0px 
    rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 999;
  padding: 10px 20px;
}
.recent_search i{
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #b2b2b2;
  font-style: normal;
}
.recent_search li{
  height: 30px !important;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333 !important;
  text-align:left;
  float: none;
}
.recent_search li{
  width: 100%;
  height: 30px !important;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333 !important;
  text-align:left;
  float: none;
  line-height: 30px !important;
  border-radius: 5px;
  /*border:1px solid red; */
  padding-left:5px;
  overflow: hidden;
}
.recent_search_li a{
  width: auto;
  padding: 0px 5px;
  border-radius: 5px;
  height: 30px !important;
  display: inline-block;
   /*border:1px solid red; */
}
.recent_search_li a:hover{
  background-color: #028BF3  !important;
  color:#fff !important;
}

