
.top {
    height: 30px;
    line-height: 30px;
    background: #262627;
    border-bottom: #eee solid 1px;
    color: #ffffff;
}
.top span{
    font-size: 14px;
}
.top ul{
    margin-bottom: 0px;
}
.top li {
    float: left;
}

.top a {
    font-size: 14px;
    color: #ffffff;
    padding: 0 15px;
    border-right: 1px solid #666;
}

.header {
    height: 100px;
}
.logo{
    margin-top: 8px;
    margin-left: 20px;
}
.logo img{
    width: auto;
    height: 34px;
    max-width: 100%;
    max-height: 100%;
}

.seacher, .rankinglist {
    /*margin-top: 30px;*/
}

.logo a,.logo a:hover{
    text-decoration: none;
    color: #009a61;
    position: relative;
    display: block;
}
.logo a i{
    font-size: 38px;
    position: absolute;
    top: 1px;
}
.logo a span{
    color: #009a61;
    font-size: 26px;
    margin-left: 43px;

}

/*********************************搜索框**********************************/

.seacher {
    margin-left: 100px;
    position: relative;
}

.seacher input[type="text"] {
    float: left;
    border: 1px solid #d1d1d1;
    padding: 5px 5px 5px 9px;
    font-size: 14px;
    width: 508px;
    height: 42px;
    border-right: none;
    border-radius: 2px 0 0 2px;
    /*color: #B7B7B7;*/
}
.seacher input[type="text"]::-webkit-input-placeholder{
    color: #d1d1d1;
}
.seacher input[type="text"]::-moz-placeholder{
    color: #d1d1d1;
}
.seacher input[type="text"]:-ms-input-placeholder{
    color: #d1d1d1;
}

.seacher input[type="submit"] {
    float: left;
    color: white;
    padding: 5px 8px;
    border: 1px solid #009a61;
    font-size: 16px;
    background: #009a61;
    cursor: pointer;
    width: 104px;
    height: 42px;
    border-left: none;
    border-radius: 0 2px 2px 0;
}

.seacher p a {
    line-height: 25px;
    color: #009a61;
}

.seacher .hot-keywords {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6px;
    right: 112px;
    background-color: rgba(255, 255, 255, .5);
}

.seacher .hot-keywords a {
    display: inline-block;
    border-radius: 2px;
    background: #F5F5F5;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
}

.seacher .hot-keywords a:hover {
    background: #E5E5E5;
    text-decoration: none;
}


/************************菜单***********************/
.menu{
    /*height: 53px;*/
    /*background: #F1F1F1;*/
    /*position: relative;*/
    z-index: 3;
    border-top: 3px solid #009a61;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1), 0 1px rgba(0,0,0,0.1);
    background: #fafafa;
}

.menu .navbar-default {
    z-index: 999;
    margin-bottom: 0px;
    border-width: 0px;
}

.menu .navbar-default .navbar-collapse {
    padding-left: 0px;
}

.menu .navbar-default a.navbar-brand{
    padding: 11px 14px 5px 10px;
    /*height: 64px;*/
}
.menu .navbar-default a.navbar-brand img{
    height: 34px;
}
.menu .navbar-default .navbar-nav{
    height: 64px;
    line-height: 64px;
    padding-top: 14px;
}
.menu .navbar-default .navbar-nav>li{
    position: relative;
    padding: 0;
    margin: 0 0 0 2px;
    vertical-align: middle;
    line-height: 34px;
    color: #666;
}
.menu .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    /*color: #333333;*/
    /*line-height: 64px;*/
    /*padding: 0px 15px;*/

    display: inline-block;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    color: #757575;
    font-weight: 500;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.menu .navbar-default .navbar-nav>li>a:hover{
    background-color: #F3F3F3;
}
.menu .navbar-default .navbar-nav>.active>a{
    /*border-bottom: 2px solid #009a61;*/
    color: #009a61;
    font-weight: 600;
    background-color: #ffffff;
}
.menu .navbar-default .navbar-nav>.active>a:hover{
    color: #009a61;
    background-color: #ffffff;
}
.menu .dropdown-menu>li>a{
    font-size: 14px;
}
.menu .dropdown-menu>li>a>i{
    margin-right: 8px;
    color: #009a61;
}
/**********************搜索********************/
.menu .navbar-default .navbar-form{
    width: 265px;
    position: absolute;
    right: 210px;
    transition: width 0.25s ease;
    display: inline-block;
    margin: 15px 15px 0 0;
    vertical-align: middle;
}
.menu .navbar-default .navbar-form .btn {
    position: absolute;
    top: 0;
    right: 14px;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.menu .navbar-default .navbar-form .btn .glyphicon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.menu .navbar-default .navbar-form .form-control{
    width: 100%;
}
/**********************排行榜********************/
/*.rankinglist{*/
    /*clear: right;*/
/*}*/
/*.rankinglist  a{*/
    /*display: inline-block;*/
    /*line-height: 50px;*/
/*}*/
/*.rankinglist  a i{*/
    /*font-size: 32px;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*color: #666666;*/
/*}*/
.menu .navbar-default ul.rankinglist>li>a{
    color: #009a61;
    font-size: 14px;
}
.menu .navbar-default ul.rankinglist>li>a i{
    margin-right: 3px;
}
/*************************************左侧菜单********************************************/

.menu .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #F7F7F7;
    border-right: 1px solid #e5e5e5;
    z-index: 9999;
    transition: all 0.3s ease-in;
}

.menu .mobile-nav .navbar-nav {
    margin: 0px;
}

.menu .mobile-nav ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    color: gray;
    display: block;
    padding: 1em 5%;
    /*border-top: 1px solid #F0F0F0;*/
    /*border-bottom: 1px solid #FAFAFA;*/
    border-top: 1px solid #F0F0F0;
    box-shadow: inset 0 1px 1px #FAFAFA;

    transition: all 0.2s ease-out;
    cursor: pointer;
}
.menu .mobile-nav ul li a i{
    margin-right: 5px;
}

.menu .mobile-nav ul li a:hover {
    background-color: #017E66;
    color: #ffffff;
}

.menu .show-nav {
    transform: translateX(0);
}

.menu .hide-nav {
    transform: translateX(-250px);/*侧滑关键*/
}

.menu .mobile-nav .mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background-color: #017E66;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.menu .mobile-nav .nav.avbar-inverse {
    position: relative;
}

.menu .mobile-nav .nav-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}
.menu .mobile-nav .logout{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
}
.menu .mobile-nav .navbar-form .btn {
    position: absolute;
    top: 62px;
    right: 8px;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.menu .mobile-nav .navbar-form .form-control{
    margin: 0px 5px;
    width: 95%;
}

/**************************************热门工具*****************************************************/

.hot{
    height: 218px;
}
.hot .hottools{
    height: 55px;
    border-bottom: 1px solid #E6E6E6;;
}

.hot .hottools ul li{
    float: left;
    padding: 5px 10px;
    margin: 0px 5px;
}
.hot .hottools ul li.active{
    border-bottom: 2px solid #333333;
}

.hot .hottools ul li a{
    line-height: 44px;
    font-size: 16px;
    color: #009a61;
}
.toolslist{
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.toolslist .item {
    width: 32.6%;
    height: 125px;
    float: left;
    margin: 0 8px 8px 0;
    border: 1px solid #E8E8E8;
    position: static;
    transition: box-shadow 0.3s ease-in-out;
}

.toolslist .item:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.toolslist .item-inner {
    padding: 15px 15px 10px 8px;
    position: relative;
    _position: static;
}

/*new*/


.toolslist .item .item-icon {
    float: left;
    margin: 0px 10px 10px 10px;
    font-size: 59px;
    color: #989A9C;
}


.toolslist .item .item-name {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    width: 55%;
    display: inline-block;
    text-overflow: ellipsis;
}

.toolslist .item .item-category{
    float: right;
    font-size: 14px;
    color: #999999;
    display: inline-flex;
    margin-top: 5px;
}
.toolslist .item .item-desc {
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #999999;
}

.toolslist .item a.item-btn {
    padding: 2px 4px;
    display: inline-block;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    font-size: 12px;
    color: #017E66;
    background-color: rgba(1,126,102,0.08);
    margin-right: 4px;
}
.toolslist .item a.item-btn:hover{
    background-color: #017E66;
    color: #fff;
    text-decoration: none;
}


/*自适应*/

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    body{
        cursor: pointer;
    }
    /*.menu .navbar{*/
        /*top: 0;*/
        /*border-width: 0 0 1px;*/
        /*position: fixed;*/
        /*right: 0;*/
        /*left: 0;*/
    /*}*/
    .menu .navbar-default .navbar-nav{
        height: inherit;
    }
    .menu .navbar-default a.navbar-brand{
        padding-top: 6px;
    }
    .menu .container,.main .container,.hot .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .menu .navbar-default .navbar-collapse {
        padding-left: 15px;
    }
    .toolslist .item {
        float: none;
        margin: 0 auto 11px;
        width: calc(100% - 24px);
    }

    .hot{
        height: auto;
    }

    .seacher {
        float: none;
        margin-left: 50px;
    }

    .seacher input[type="text"] {
        width: 60%;
    }
    .crumbs ul{
        display: none;
    }
    .main .toolsbox{
        padding: 10px 6px !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
    .seacher {
        float: none;
        margin-left: 50px;
    }
    .seacher .hot-keywords {
        right: 166px;
    }
    .toolslist .item {
        float: left;
        margin: 0 13px 13px 0;
        width: calc(48%);
    }
    .hot{
        height: auto;
    }
    /*鼠标滑过弹出下拉菜单*/
    .menu .nav> li:hover .dropdown-menu {display: block;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .toolslist .item {
        float: left;
        margin: 0 13px 13px 0;
        width: calc(31%);
    }
    .hot{
        height: auto;
    }
    /*鼠标滑过弹出下拉菜单*/
    .menu .nav> li:hover .dropdown-menu {display: block;}
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    /*鼠标滑过弹出下拉菜单*/
    .menu .nav> li:hover .dropdown-menu {display: block;}
}


/***************************面包屑********************************/
.crumbs{
    height: 42px;
    margin-top: 5px;
}
.crumbs .crumbsTitle{
    float: left;
    padding-left: 3px;
    font-size: 14px;
    color: #999999;
    line-height: 46px;
}
.crumbs .crumbsTitle .strongT{
    font-size: 14px;
    color: #151515;
    line-height: 25px;
}
.crumbs ul{
    margin-bottom: 0px;
}
.crumbs ul li{
    float: left;
    background: #009a61;
    border-radius: 2px;
    margin: 10px 3px;
    padding: 2px;
}
.crumbs ul li a{
    font-size: 12px;
    color: #FFFFFF;
}

/*************************评论****************************/
.comment .commentPanelTitle{
    font-size: 14px;
    font-weight: bold;
}
.comment .panel .panel-title{
    font-size: 12px;
}
/*************************留言****************************/
.message .messagePanelTitle{
    font-size: 14px;
    font-weight: bold;
}
.message .panel .panel-title{
    font-size: 12px;
}
/*************************底部****************************/
.foot{
    border-top: 1px solid #EEE;
    padding: 40px 0;
    color: #888;
    line-height: 1.6;
    vertical-align: top;
}

.foot .bottom{
    /*padding: 20px;*/
    font-size: 12px;
    /*color: #FFFFFF;*/
    text-align: center;
}

.foot .bottom a{
    color: #888;
}
.foot .bottom a:hover{
    color: #009a61;
    text-decoration: none;
}

/*****************************以上为模板头部尾部样式，以下为工具区样式***************************************/
.main{
    margin-top: 10px;
}
.main .toolsbox{
    background: #F6F6F6;
    border: 1px solid #E6E6E6;
    padding: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}
.main .toolsbox .toolsDescription{
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}
.main .toolsbox .toolsArea{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}
.main .toolsbox .toolsOption{
    margin: 10px 0px;
}
.main .toolsbox .toolsOption button{
    font-size: 16px;
    color: #333333;
    background: #E8E8E8;
    border-radius: 4px;
}
.main .toolsbox .toolsOption button.default{
    font-size: 16px;
    color: #FFFFFF;
    background: #009a61;
    border-radius: 4px;
}
.main .itoolsDetailBottom{
    margin-top: 20px;
}

/*****************************右侧固定浮动导航***************************************/

.fixnav{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
}
.fixnav li{
    width: 36px;
    height: 36px;
    background-color: #c2c2c2;
    margin-top: 5px;
    line-height: 36px;
    text-align: center;
}
.fixnav li a{
    color: white;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
}
.fixnav li a:hover{
    background-color: red;
    text-decoration: none;
}
/*****************************模拟考试底部固定导航***************************************/
.fixbottomnav ul{
    margin-bottom: 6px;
}
.fixbottomnav li{
    float: left;
    /*background: #009a61;*/
    border-radius: 2px;
    margin: 3px;
    padding: 5px;
}
.fixbottomnav li:last-child{
    float: right;
    background: #5cb85c;
    border-radius: 2px;
    margin: 3px;
    padding: 5px;
}
.fixbottomnav li:last-child a {
    font-size: 14px;
    color: #ffffff;
}
.fixbottomnav li a {
    font-size: 14px;
    color: #333333;
}
.fixbottomnav li a span{
    margin: 0px 2px;
}