﻿
.w_fixed {
    width: 1200px;
    margin: 0px auto;
}

#top {
    height: 37px;
    z-index: 999;
    position: relative;
}

#head {
    position: relative;
    border-bottom: 2px solid #2980FF;
    z-index: 1;
}

    #head > .w_fixed {
        display:flex;
        align-items:center;
    }

    #content {
        position: relative;
        padding-bottom: 50px;
        min-height:calc(100% -180px);
    }

#footer {
    position: absolute;
    bottom:0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    color: #90979F;
}

    #footer > ul {
        display: block;
        width: 1200px;
        line-height: 21px;
        text-align: center;
    }

.top-side {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fafafb;
    background-image: linear-gradient(to bottom,#fbfbfd, #F3F5F8);
    border-bottom: 1px solid #eeefef;
    z-index: 999;
}

.top-side-home {
    font-size: 14px;
}

#top_left {
    display:inline-flex;
    height: 37px;
    line-height: 37px;
    color: #a3a3af;
    align-items:center;
    justify-content:flex-start;
}
    #top_left > * {
        display:inline-flex;
    }
    #top_left a {
        color: #668899;
        margin-left: 18px;
    }

        #top_left a:hover {
            color: #FF7700;
        }


#top_right {
    padding-right: 18px;
    height: 37px;
    line-height: 37px;
}


#head > .w1200 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.head-logo {
    display: inline-flex;
    height: 100px;
    width: 220px;
    justify-content:flex-start;
    align-items:center;
}

.head-serch {
    display: inline-flex;
    margin-left: 80px;
    width: 560px;
}

    .head-serch > span {
        height: 33px;
        line-height: 33px;
    }

    .head-serch > .select:after {
        top: 15px;
    }

    .head-serch > span > .key {
        width: 320px;
        height: 33px;
        line-height: 33px;
        outline: none;
        margin: 0px 10px;
    }

    .head-serch > span > button {
        height: 33px;
        line-height: 33px;
    }

.head-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 33px;
}

    .head-nav > li {
        height: 33px;
        line-height: 33px;
    }

        .head-nav > li > a {
            display: block;
            font-size: 16px;
            padding: 0px 32px;
            color: #668899;
            border-left: 1px solid #CCC;
        }

            .head-nav > li > a:hover {
                color: #FF7700;
            }

    .head-nav > .toolsMenu {
        width: 210px;
        margin-right: -1px;
    }

        .head-nav > .toolsMenu > span {
            display: block;
            color: #FFF;
            background-color: #2980FF;
            padding-left: 18px;
            position: relative;
            width: 100%;
            font-size: 16px;
        }

            .head-nav > .toolsMenu > span:after {
                font-family: YNSDN;
                content: "\E933";
                position: absolute;
                right: 12px;
                top: 2px;
            }

        .head-nav > .toolsMenu > div {
            display: none;
            width: 100%;
            position: relative;
            font-size: 14px;
            padding-top: 2px;
            background-color: rgba(0,0,0,0.01);
        }

        .head-nav > .toolsMenu:hover > div {
            display: block;
        }

.h-toolsMenu-c1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #EEE;
    border-top: none;
    background-color: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(180,180,180,0.5);
    min-height:142px;
}

.h-toolsMenu-c2 {
    position: absolute;
}

.h-toolsMenu-c1:hover {
    border-right: 1px solid #2980FF;
}

.h-toolsMenu-c1 > li {
    display: flex;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 37px;
    height: 37px;
    color: #668899;
    border-bottom:dashed 1px #F3F7F9;
}

    .h-toolsMenu-c1 > li:hover {
        border: 1px solid #2980FF;
        border-right: none;
        width: calc(100% + 2px);
        margin-left: -1px;
        background-color: #FFF !important;
    }

    .h-toolsMenu-c1 > li:nth-child(2n) {
        background-color: #F9F9F9;
    }

    .h-toolsMenu-c1 > li > span {
        display: block;
        width: 100%;
        height: 100%;
    }

        .h-toolsMenu-c1 > li > span:after {
            font-family: YNSDN;
            content: "\E95C";
            font-size: 12px;
            position: absolute;
            right: 18px;
        }

.toolsWrap {
    position: absolute;
    top: 0px;
    left: calc(100%);
    width: calc(1200px - 100%);
    height: calc(100% - 2px);
    border: 1px solid #2980FF;
    border-top: none;
    border-left: none;
    display: none;
    background-color: #FFF;
    background-color: rgba(255,255,255,0.92);
    padding-top: 16px;
    margin-top: 2px;
}

.h-toolsMenu-c1 > li:hover > div {
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.toolsWrap  > a {
    display: inline-flex;
    margin: 0px 0px 8px 32px;
    height: 105px;
    width: 84px;
    border: 1px dashed #CCC;
    border-radius: 5px;
    cursor: pointer;
    flex-direction:column;
    align-items:center;
    background-color:#F7F7F7;
}
    .toolsWrap > a:hover {
        border:1px solid #CCC;
        background-color:#EEE;
        box-shadow:3px 3px 10px 0px #999;
    }
        .toolsWrap > a:hover > em {
            color:#07F;
        }

        .toolsWrap > a > span {
            display: inline-flex;
            width: 72px;
            height: 72px;
            color: #FFF;
            background-color: #FF7700;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            margin: 4px;
        }

.toolsWrap > a > span > i {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 36px;
    border-radius: 5px;
    font-style: italic;
    border: 1px dashed #FFF;
}
        .toolsWrap > a > em {
            height: 25px;
            line-height: 25px;
            font-size:12px;
            font-style:normal;
            color:#557088;
        }

        .recently-used {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: nowrap;
            height: 37px;
            font-size: 14px;
        }

    .recently-used > dt {
        color: #a3a3af;
        flex-basis: 90px;
        text-align: right;
    }

    .recently-used > dd {
        flex-grow: 1;
        flex-shrink: 1;
    }

        .recently-used > dd > a {
            color: #668899;
        }

            .recently-used > dd > a:hover {
                color: #FF7700;
            }

.toolsWraps {
    padding-top: 12px;
    display:block;
    position:relative;
}

    .toolsWraps > dl > dt {
        display: flex;
        height: 32px;
        font-size: 16px;
        border-bottom: 2px solid #F0F0F0;
    }

        .toolsWraps > dl > dt > span {
            color: #668899;
            display: inline-flex;
            padding: 0px 8px;
            border-bottom: 2px solid #2980FF;
            margin-bottom: -2px;
        }

    .toolsWraps > dl > dd {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 22px 0px;
    }

.tools-wrap {
    margin-left: 16px;
}

    .tools-wrap:nth-child(4n+1) {
        margin-left: 0px;
    }

.tools-wrap {
    box-sizing:border-box;
    display: inline-flex;
    width:288px;
    border: 1px solid #EEE;
    padding: 5px;
    color: #668899;
    border-radius: 3px;
    margin-bottom: 18px;
}

    .tools-wrap:hover {
        color: #FF7700;
        box-shadow: 1px 1px 3px 1px #888;
    }

    .tools-wrap > dl {
        height: 75px;
        width: 100%;
        display: flex;
    }

        .tools-wrap > dl > dt {
            width: 75px;
            height: 100%;
            background-color: #00BB33;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
        }

        .tools-wrap > dl > dd {
            width: 200px;
            padding-left: 8px;
            height: 100%;
        }

    .tools-wrap h3 {
        font-size: 14px;
        line-height: 29px;
        height: 29px;
        font-weight: bold;
    }

    .tools-wrap span {
        font-size: 12px;
        line-height: 18px;
    }

    .tools-wrap > dl > dt > i {
        height: 69px;
        width: 69px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 36px;
        border-radius: 5px;
        font-style: italic;
        border: 1px dashed #FFF;
    }


.login {
    display: inline-block;
    color: #668899;
}

.loginInf {
    position: relative;
    display: block;
    overflow: visible;
    cursor: default;
}

    .loginInf > .nick {
        padding: 0px 10px;
    }

    .loginInf:hover > .nick {
        color: #FF7700;
    }

    .loginInf > .nick:before {
        font-family: YNSDN;
        content: "\E91b";
        margin-right: 8px;
    }

    .loginInf > .nick:after {
        font-family: YNSDN;
        content: "\E609";
        margin-left: 8px;
    }

    .loginInf:hover > .nick:after {
        content: "\E608";
    }

    .loginInf > ul {
        display: none;
        background-color: #fafafb;
        background-image: linear-gradient(to bottom,#F3F5F8,#fbfbfd);
    }

.login:hover > .loginInf > ul {
    display: block;
    border: 1px solid #eeefef;
    margin-top: -1px;
}

.loginInf > ul > li {
    padding-left: 12px;
    cursor: pointer;
}

    .loginInf > ul > li:hover {
        background-color: #FFF;
        color: #FFF;
        background-color: #FF7700;
    }

    .loginInf > ul > li > i {
        margin-right: 8px;
    }

.btn-login {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0px 25px;
    margin-left: 10px;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgba(0,200,30,0.9);
    color: #FFF;
}

    .btn-login:hover {
        background-color: rgba(0,200,30,1);
    }
