*{
    margin:0;
    padding:0;
}
input[type=checkbox],input[type=radio]{
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        margin: 0;
        cursor: pointer;
        vertical-align: bottom;
        background: #D3D3D4;
        border: 0;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
}
input[type=checkbox]:active,input[type=radio]:active {
        background: #358ADD;
}    
input[type=checkbox]:checked,input[type=radio]:checked {
        background: #358ADD;
}
input[type=checkbox]:checked::after {
    content: '\2714'; //勾选符号 
    position: relative; 
    font-weight: bold; 
    padding-left:2px; 
    font-size:12px;
    color: #fff; 
    width: 100%; 
    text-align: center; 
    vertical-align: text-top; 
}
.vl_cb{
  position: absolute;
  top:-15px;
  left:0;
}

.clearmr{margin-right:0px!important;}
.vlcontent{width:1200px;margin:0 auto;padding:40px 0;}

.vl_screen_type ul{
    position: relative;
    overflow: hidden;
    height:180px;    
    width:80px;
    float: left;
    background:#2C88E2;   
}
.vl_screen_type ul li{
    height:45px;
    width:80px;
    font-size:16px;
    color:#fff;
    text-align: center;
    line-height:45px;
}
.vl_screen_word{
    position: relative;
    overflow: hidden;
    float: right;
    width: 1100px;
    height:180px;
}
.vl_screen_word ul li{
     height:45px;
     line-height:45px;
     width:1100px;
     cursor: pointer;
     color:#686869;
    overflow: hidden;
    float: left;
}
.vl_screenalert_word ul li{
     height:45px;
     line-height:45px;
     width:1100px;
     cursor: pointer;
     color:#686869;
    overflow: hidden;
    float: left;
}
.vl_item{
    float: left;
    width:100px;
    height:45px;
    line-height:45px;
    overflow: hidden;
   /* background:rgba(0,0,0,0.2);*/
}
input,button,select,textarea{outline:none}
.vl_screen_word ul .vl_inserSearchInput{
    width:700px;
}
.vl_screenalert_word ul .vl_inserSearchInput{
    width:700px;
}
.s_cb{
    position: relative;
   height:45px;
    line-height:45px;
}

.vl_searchbox{
    position: relative;
    float: left;
    width: 240px;
    height: 36px;
    border: 1px solid #D2D2D2;
    margin-left:123px;
}
.vl_searchbox .vl_searchval{
   padding: 3px 5px;
    font-size: 14px;
    color: #B6B6B6;
    width: 190px;
    height: 29px;
    background: #EFEFEF;
    border: 0;
    float: left;
}
.vl_searchicon{
    display: inline-block;
    float: left;
        height:23px;
        width:30px;
        line-height:23px;
       margin-top:7px;
       padding-left:5px;
       border-left:1px solid #D2D2D2;
}
.vl_searchicon>img{margin:0 0 4px 4px;}
img{vertical-align: middle}
.vl_sortbox{
    position: relative;
    overflow: hidden;
    margin-top:25px;
    width: 1196px;
    height:65px;
    border:2px solid #E5E5E5;
}
.vl_sort_txt{
    float: left;
    width:100px;
    height:65px;
    line-height:65px;
    color:#ACACAC;
        margin-left: 20px;
}
.vl_sort_bytime{
    float: left;
    background:#DBDBDB;
}
.vl_sort_byhot{
    float: left;
    background:#DBDBDB;
}
.btnclickstatus{
    background: #2C88E2;
}
.vl_btn{
    width:110px;
    height:30px;
    line-height:30px;
     border-radius:5px;
     text-align: center;
     margin-right:20px;
     margin-top:20px;
     cursor: pointer;
     color:#fff;
}
.vl_screenherobtn{
    background:#E7431D;
    float: right;  
}

.checkedbox{
    color:#2C88E2;
    font-weight: bold;
}


.vl_screenalert_box{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 1200px;
    background: #EFEFEF;
       height: 100px;
       margin-bottom: 65px;
}
.vl_screenalert_word{
    position: relative;
    overflow: hidden;
    float: right;
    width: 1100px;
    height:90px;
}
/*搜索内容列表*/
.sr_list{width:100%;position: relative;overflow: hidden;height:800px;margin-top:30px;border:2px solid #E6E6E6;}
.sr_title{width:100%;height:60px;line-height:60px;font-weight:16px;color:#595959;border-bottom:2px solid #E6E6E6;}
.sr_content{
    width:1140px;
    height:650px;
  /*  background: rgba(0,0,0,0.2);*/
    position: relative;margin:0 auto;
    margin-top:15px;
    font-size:16px;
    padding-bottom:15px;
}
.sr_content ul li{
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    overflow: hidden;
    border-bottom:1px solid #E6E6E6;
    cursor: pointer;
}
.sr_content ul li:hover{
    color:#2C88E2;
}
.sr_content ul li:hover .sr_item_title>i{
    background: #2C88E2;
}
.sr_content span{
    display: inline-block;
    height:44px;
    line-height:44px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.sr_content .sr_item_title {
    width: 450px;
    text-align: left;

}
.sr_content .sr_item_title i>img{
    vertical-align: middle;
    width: 10px;
    height: 12px;
    display: block;
    margin-top: 4px;
    margin-left: 6px;

}
.sr_content .sr_item_title i{
     display: inline-block;
    margin-top: 12px;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #B6B6B6;
    border-radius: 20px;
    margin-right:5px;
}
.sr_content .sr_item_day{
      width: 203px;
}
.sr_content .sr_item_author{
     width: 253px;
}
.sr_content .sr_item_popularity{
        width: 224px;
}
.sr_content .sr_item_popularity .sr_itempop_boxs{
    width: 155px;
    height: 20px;
    border: 1px solid #E6E6E6;
    margin: 11px 0 0 47px;
    display: block;
    overflow: hidden;
}
.sr_content  .sr_item_popularity .sr_itempop_boxs>span{
    display: inline-block;
    width: 151px;
    height: 16px;
    background: #E6E6E6;
    margin: 2px 2px;
}
.sr_content .sr_item_popularity .sr_itempop_boxs>span>i{
    display: inline-block;
    width:67%;
    background:#2C88E2;
    height:100%;
    float: left;
}
.sr_title  span{
    display: inline-block;
    height:60px;
    line-height:60px;
    text-align: center;
    font-size:16px;
    float: left;
    overflow: hidden;
}
.sr_title .sr_til{
    width:475px;
    height:60px;
}
.sr_title .sr_day{
    width:208px;
    height:60px;
}
.sr_title .sr_author{
    width:250px;
    height:60px;
}
.sr_title .sr_popularity{
    width:267px;
    height:60px;
}
/*searHeroBox 筛选英雄弹窗*/
.searHeroBoxBody{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.4);
    z-index:66;
    display: none;
}
.searHeroBox{
    left: 50%;
    top: 57px;
    position: absolute;
    width:1200px;height:auto;border-radius:5px;background:#FFFFFF;
    margin-left:-600px;

}
.checkedbox{
    color:#2C88E2;
    font-weight: bold;
}
.searHeroContent{
    position: relative;
    overflow: hidden;
     width:1180px;height:auto;
     margin: 0 auto;
}
.vl_closebtn{
    width:30px;
    height:30px;
    line-height:30px;
    text-align: center;
    border:2px solid #C9C9C9;
    border-radius: 5px;
    font-size:26px;
    color:#C9C9C9;
    cursor: pointer;
    float: right;
    margin-top:30px;
    margin-bottom:35px;
}
.vl_screenalert_box{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 1200px;
    background: #EFEFEF;
       height: 100px;
       margin-bottom: 65px;
}
.vl_screenalert_word{
    position: relative;
    overflow: hidden;
    float: right;
    width: 1100px;
    height:90px;
}
.vl_screen_herolist{
    width:1200px;
    height:auto;
    background: rgba(0,0,0,0.2);
}
.vl_screen_herolist .vl_hero_item{
    width: 90px;
    height: 120px;
    float: left;
    margin:15px 15px 15px 15px;
  /*  margin:30px 30px;*/
}
.vl_screen_herolist .vl_hero_item .vl_hero_head{
    display: inline-block;
    width:85px;
    height:85px;
    border:2px solid #258DF2;
    border-top-left-radius:10px; 
    border-bottom-right-radius:10px; 
    overflow: hidden;
}
.vl_hero_name{
    display: inline-block;
    width:90px;
    text-align: center;
    color:#6D6D6F;
    height:30px;
}
.vl_screen_herolist .vl_hero_item .vl_hero_head>img{ /*重定向图片border-radius*/
    border-radius:0;
}

.search-page{margin:20px 0 0 20px;}
.search-page a{padding:6px 10px;}
.search-page span{padding:6px;}
