﻿* {
    margin: 0 auto;
    padding: 0;
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    background-color: #2993FF;
    min-width: 950px;
}

.toptitle {
    font-weight: bolder;
    font-family: "Microsoft Yahei", Arial, sans-serif;
    font-size: 2.5vw;
    color: white;
    height: 120px;
    line-height: 120px;
    letter-spacing: 10px;
    background-repeat: no-repeat;
    background-size: 100% 95px;
    text-align: center;
}

.login {
    width: 400px;
    height: 550px;
    text-align: center;
    background-color: rgba(175,232,243, .3);
    border-radius: 5px;
    border: 1px solid rgba(175,232,243, .9);
    box-shadow: 0px 0px 2.5px 2.5px rgba(175,232,243, .3);
    position: relative;
    margin-top: 20px;
}

.titile {
    border-bottom: 1px solid #f0f0f0;
    height: 120px;
    line-height: 120px;
    margin-bottom: 30px;
}

.login div:nth-child(2) {
    padding: 0 30px;
}

.unitnumber, .account,
.pwd {
    width: 100%;
    background-color: #F0F0F0;
    border-radius: 20px;
    border: none;
    font-size: 15px;
}

.unitnumber {
    margin-bottom: 30px;
}

    .unitnumber i, .account i,
    .pwd i {
        color: #C8C8C8;
    }

    .unitnumber input, .account input,
    .pwd input {
        width: 280px;
        margin-left: 2%;
        border: none;
        background-color: #F0F0F0;
        outline: none;
        height: 40px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
    }

.pwd {
    margin-top: 30px;
    margin-bottom: 30px;
}

.code {
    float: left;
    background-color: #F0F0F0;
    border-radius: 20px;
    border: none;
    font-size: 15px;
    width: 58%;
}

    .code i {
        color: #C8C8C8;
    }

    .code input {
        width: 145px;
        margin-left: 2%;
        border: none;
        background-color: #F0F0F0;
        outline: none;
        height: 40px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
    }

.codeimg {
    float: left;
    height: 40px;
    width: 15%;
    line-height: 40px;
}

    .codeimg img {
        vertical-align: middle;
    }

.logindl {
    display: block;
    margin-top: 30px;
    width: 100%;
    padding: 10px 0;
    letter-spacing: 20px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #4287CF;
    color: white;
}

#banquan {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: #4287CF;
    font-weight: bold;
}


/*js加效果*/

.clickin {
    box-shadow: 0px 0px .5px .5px #4287CF;
}

.fabianse {
    color: #4287CF !important;
}

.authentication {
    box-shadow: 0px 0px 1px 1px red;
}

.combo-panel {
}

.tree-folder, .tree-file {
    display: none !important;
    height: 30px;
    line-height: 30px;
}

.tree li div span, .tree-hit {
    font-size: 16px !important;
    color: #fff;
}

.tree li div {
    padding: 5px 0;
}

.combo-panel {
    background-color: rgba(12,1,35,.9) !important;
}

.textbox, .textbox-text {
    font-size: 15px !important;
}

.tree-node-hover {
    background-color: rgba(61,70,99,1) !important;
}


@media screen and (max-width: 1180px) {
    .toptitle {
        font-size: 40px;
        letter-spacing: 7px;
    }
}
