a,
aside,
body,
div,
html,
i,
img,
li,
nav,
p,
section,
ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a {
    text-decoration: none
}

table {
    border-collapse: collapse; /*是否将表格边框折叠为单一边框*/
    position: relative;
    border-width: 0.5pt;
    border-style: solid;
    padding: 0px;
    margin: 15px auto;
}

td,th {
    border-collapse: collapse; /*是否将表格边框折叠为单一边框*/
    text-align: center;
    font-size: 14pt;
    color: #000;
    border-width: 0.5pt;
    border-style: solid;
}



body {
    font-size: 12px;
    color: #4d4d4d;
    font-family: Helvetica Neue, Microsoft Yahei
}

#loading {
    background: #E2DBD2;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100001;

}

.container,
.main,
body {
    background: #f3f6f8
}

.container_logo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}


.iconfont {
    color: #6b7386;
    padding-right: 4px
}

.container .container_header {/*===============*/
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 55px;
    background: #262F3E;
    color: #6b7386;
    box-shadow: 1px 1px 1px #888888;
}

.container_header_left {/*===============*/
    float: left;
    width: 197px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container_header_right {/*===============*/
    float: left;
    width: calc(100% - 197px);
    height: 100%;

    padding: 0;

}

.container_header_left_logo {/*===============*/
    width: 197px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.container_header_left_logo a {/*===============*/
    width: 0;
    height: 0;
}

.container_header_left_logo a img {/*===============*/
    width: 197px;
    height: 55px;
}

.container_header_right_servermanage {/*===============*/
    position: relative;
    float: left;
    width: 40px;
    height: 55px;
    margin-left: calc(100% - 250px);

    /* background: #3a85ff; */
}

.container_header_right_servermanage div {/*===============*/

    width: 25px;
    height: 25px;
    margin: 15px 10px 15px 5px;
    

}

.container_header_right_servermanage div img {/*===============*/
    float: left;
    width: 25px;
    height: 25px;
    margin: 0px;
}



.container_header_right_alert {/*===============*/
    position: relative;
    float: left;
    width: 40px;
    height: 55px;
    /* background: #3a85ff; */
}

.container_header_right_alert img {/*===============*/
    float: left;
    width: 25px;
    height: 25px;
    margin: 15px 10px 15px 5px;
}

#alertnum {/*===============*/
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(241, 64, 60);
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    font-size: 11px;
    border-radius: 20px;
    
}

.tipnote_arrow {
    display: none;
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    top:60px;
    left: 20px;
    margin: -12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: auto;
}

.tipnote_container {
    position: absolute;
    display: none;
    top:50px;
    left: -50px;
    width: 200px;
    height: 200px;

    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #fff;
    white-space: normal;
    word-wrap: break-word;

    overflow-x: hidden;
    overflow-y: auto;
}

.tipnote_box {
    width: 180px;
    margin: 5px 10px 5px 10px;
    border-bottom: 1px solid #e6e6e6;
    overflow: auto;
}

.tipnote_name {
    float: left;
    width: 150px;
    margin: 0px;
    font-weight: 800;

    /* color: #000000; */
}

.tipnote_num {
    float: left;
    width: 30px;
    margin: 0px;
    color: #ff0000;
    text-align: right;
}


.container_header_right_user {/*===============*/
    float: left;
    width: 150px;
    height: 55px;
    /* background: #3a85ff; */
    
}

.container_header_right_user a {/*===============*/
    width: 100%;
    height: 100%;
}

#profile {/*===============*/
    float: left;
    width: 35px;
    height: 35px;
    margin: 10px 5px 10px 10px;
    border-left: 1px solid rgb(134, 134, 134);
}

#usertools {/*===============*/
    float: left;
    width: 95px;
    height: 55px;
    font-size: 12pt;
    color: #fff;
    margin: 0px;
    text-align: left;
    overflow:hidden;
    /* background: #ffd900; */
}

.container_header_right_user div div{/*===============*/
    float: left;
    max-width: 75px;
    height: 25px;
    font-size: 12pt;
    color: #fff;
    margin: 15px 5px 15px 0px;
    text-align: left;
    overflow:hidden;
    /* background: #ffd900; */
}

.usertools_content {
    position: absolute;
    display: none;
    top:45px;
    right:35px;
    width: 120px;
    /* max-height: 100px; */
    min-height: 60px;

    box-shadow: 0 0 4px 0 #6973b3;


    background: rgba(0,0,0,.8);

    white-space: normal;
    word-wrap: break-word;

    overflow-x: hidden;
    overflow-y: auto;

    border-radius: 2px;
}

.usertools_content a p {
    float: left;
    margin: 5px;
    font-size: 15px;
    color: rgba(255,255,255,.8);
    text-align: left;
}



.container .left-bar {/*===============*/
    position: fixed;
    top: 55px;
    left: 0;
    padding: 0 20px;
    background: #1e222d;/*#30333c;*/
    color: #1e222d;
    box-sizing: border-box;
    flex-direction: column;
    height: calc(100% - 55px);
    display: flex;
    width: 248px;
    transition: all .5s
}

.container .main {
    position: absolute;/*===============*/
    top: 55px;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    margin-left: 248px;
}

.container .main_play {
    /* background-color: #494f5e; */
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    margin-top: 1%;
    margin-left: 15%;
    margin-right: 15%;
}

.container_logo .main_login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.container .main_table {
    /* background-color: #494f5e; */
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
}

.container .main_active {
    position: absolute;/*===============*/
    top: 55px;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    margin-left: 750px;
}

.container .main_debug {
    position: relative;/*===============*/
    top: 55px;
    width: 80%;
    height: calc(100vh - 100px);
    min-width: 800px;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    margin-left: auto;
    margin-right: auto;
}

.container .main_lvzhu {
    position: absolute;/*===============*/
    top: 65px;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    margin-left: 0px;
}

#mainContent_lvzhu {
    max-width: 800px;
}

.box_lvzhu {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 1px 30px;
    background: #fff;
    padding-bottom: 20px;
    /* box-shadow: 3px 3px 3px #888888; */
    border-radius: 3px;
}

.box_lvzhu .sub-category>div {
    padding: 12px 0 0 2.1%;
    font-size: 22px
}

.sub_category_lvzhufb {
    padding: 12px 0 0 2.1%;
    font-size: 22px
}

.item_lvzhu {
    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    width: calc(100% - 60px);
    margin: 10px 0 0 20px;
    float: left;
    overflow: hidden;
    transition: all .3s
}

.item_lvzhu_fb {
    border: 1px solid #c2fff15a;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 1px;
    background: #c2fff15a;
    padding: 10px;
    width: calc(100% - 45px);
    max-height: 540px;
    margin: 10px 0 0 5px;
    float: left;
    overflow-y: scroll;
    transition: all .3s;

    
}

.item_lvzhu_fb::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 0;
    width: 4px
}

.item_lvzhu_fb::-webkit-scrollbar-thumb {
    background-color: #9ca7c3;
    border-radius: 0;
    width: 4px
}
.item_lvzhu_fb::-webkit-scrollbar {
    background-color: #ffffff;
    border-radius: 0;
    width: 4px
}





#floatbox_lvzhu {
    position: fixed;
    width: 400px;
    height:calc(100% - 75px);
    z-index: 10000;
    top:65px;
    /* right: 1px; */
    right: -400px;
    margin: 0px;
    background-color: rgb(255, 255, 255);
    transition: all .3s
}

.button_lvzhu {
    width:30px;
    height:30px;
    position:relative;
    float:left;
    padding-left:2px;
    margin-top:12px;
    margin-left:20px;
    border-radius: 5px;
    border: 1px solid #e4ecf3;

    cursor: pointer;
}

.button_lvzhu:hover {
    background-color: rgb(228, 228, 228);
}

.button_out {
    width:30px;
    height:30px;
    position:relative;
    float:left;
    padding-left:2px;
    margin-top:12px;
    margin-left:20px;
    border-radius: 5px;
    border: 1px solid #e4ecf3;

    cursor: pointer;
}

.button_out:hover {
    background-color: rgb(228, 228, 228);
}





.container .main_usermanage {
    position: relative;/*===============*/
    top: 55px;
    width: 800px;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    margin-left: auto;
    margin-right: auto;
}






.container .main .iconfont {
    font-size: 18px;
    color: #000
}

.set-scroll {
    background-color: #494f5e;
    border-radius: 0;
    width: 4px;
}

.left-bar .title {
    color: #fff;
    font-size: 18px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}


.left-bar .nav {
    height: calc(100% - 150px);
    
    /* flex: 1;
    -webkit-box-flex: 1;
    flex-grow: 1; */
}


.left-bar .nav .item {
    height: 48px;
    line-height: 46px;
    border-top: 2px solid rgba(255, 255, 255, .04);
    border-bottom: 2px solid rgba(255, 255, 255, .04)
}

.left-bar .nav>.active {
    position: relative
}

.left-bar .nav>.active .line {
    position: absolute;
    right: 0;
    height: 30px;
    width: 3px;
    background: #3a85ff;
    z-index: 100000;
    margin-top: 10px
}

.left-bar .nav .nav-item {
    min-height: 32px;
    max-height: 98%;
    overflow-y: scroll;
    /* background-color: #eeeeee; */
}

.left-bar .nav .nav-item::-webkit-scrollbar-track {
    background-color: #494f5e;
    border-radius: 0;
    width: 4px
}

.left-bar .nav .nav-item::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0;
    width: 4px
}

.left-bar .nav-item::-webkit-scrollbar {
    background-color: #494f5e;
    border-radius: 0;
    width: 4px
}

.left-bar .nav-item li {
    padding-left: 20px;
    height: 32px;
    line-height: 32px
}

.left-bar .nav-item li:hover a,
.left-bar .nav-item li:hover i,
.left-bar .nav-item li>.active,
.left-bar .nav-item li>.active i {
    color: #fff
}

.left-bar .nav-item li a {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    width: calc(100% - 40px) ;
    color: #6b7386
}

.nav .item a {
    color: #fff
}




.button {
    position: fixed;

    bottom: 15px;
    height: 30px;
    width: 200px;
    color: #fff;
    background: #6b7386;
    border: none;
    border-radius: 5px;

    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

.preview {
    /* position: fixed; */

    float: left;

    /* bottom: 50px; */
    height: 50px;
    width: 200px;
    color: #fff;
    background: #6b7386;
    border: none;
    border-radius: 5px;

    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

.preview:hover {
    background-color: #555555;
    color: white;
}

.preview:active {
    background-color: #dddddd;
    color: white;
}


.button_login {
    float: left;
    height: 30px;
    width: 100px;
    color: rgb(68, 68, 68);
    background: #ffffff;
    border: 1px solid rgb(202, 202, 202);
    border-radius: 5px;

    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}


#forgettips {
    display: none;
    border-radius: 0px;
    width: 200px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.582);
    color: rgb(255, 255, 255);
    padding: 5px;
    left:1065px;
    top:525px;

    /* 定位 */
    position: fixed;
    z-index: 1;
}


input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
} /* 这一段是为了避免浏览器记住密码后填充input框，而导致的不好看 */




.crossbutton {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top:0px;
    margin: 0px;


    background: #ffffff;
    color: #aeb5c2;
    border: none;
}

.button_index {
    padding: 5px;

    background: #ffffff;
    color: #aeb5c2;
    border: none;
}

.button_index:hover {
    color: #808183;
}

.button_index:active {
    
    color: rgb(2, 149, 247);
}

.nav .button:hover {
    background-color: #555555;
    color: white;
}

.nav .button:active {
    background-color: #dddddd;
    color: white;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}


/*
hover 选择器来修改鼠标悬停在按钮上的样式�?
active 选择器来修改鼠标按下时在按钮上的样式�?
我们可以使用 <code>transition-duration</code> 属性来设置 "hover" 效果的速度:
*/
#mainContent {
    max-width: 1300px;
}

#mainContent_active2 {
    display: none;
    max-width: 1300px;
}

#mainContent_table {
    position: absolute;
    top: 55px;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

#mainContent_login {
    position: absolute;
    top: 55px;
    overflow: hidden;
    padding: 0px;
}

.box {
    position: relative;
    overflow: hidden;
    width: 1340px;
    margin: 20px 30px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 3px 3px 3px #888888;
    border-radius: 3px;
}

.board_sysWorkTip {
    position: absolute;
    top:13px;
    right: -33px;
    transition: 0.2s;
    padding: 2px;
    width: 30px;
    height: 25px;
    text-decoration: none;
    font-size: 10px;
    color: rgb(0, 0, 0);
    background-color: rgb(241, 241, 241);
    z-index: 100;
    border: 1px solid rgb(211, 211, 211);
    box-shadow: 3px 3px 3px #888888;
    border-radius: 2px;

}


.board_sysWorkTip div img {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

.board_sysWorkTip:hover {
    right: -5px;
}

.board_sysWorkTip:active {
    background-color: rgb(0, 0, 0);
}


.box_small {
    position:relative;
    float:left;

    overflow: hidden;
    width: 350px;
    height: 350px;
    margin: 5px 5px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 3px 3px 3px #888888;
    border-radius: 3px;
}

.box_active {
    position:relative;
    float:left;

    overflow: hidden;
    width: 800px;
    height: 150px;
    margin: 5px 5px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 3px 3px 3px #888888;
    border-radius: 3px;
}

.box_login {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: auto;
    background: rgb(255, 255, 255);
    border-radius: 20px;

    margin-top: 13%;
    margin-right: auto;
    margin-left: auto;

}

.box_position {
    position:relative;
    float:left;

    overflow: hidden;
    width: 530px;
    height: 530px;
    margin: 5px 5px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 3px 3px 3px #888888;
    border-radius: 3px;
}


.box .sub-category>div {
    padding: 12px 0 0 2.1%;
    font-size: 22px
}

.box_small .sub-category a>div,
.box_small .sub-category>div
 {
    padding: 12px 0 0 20px;
    font-size: 22px
}

.box_active .sub-category>div {
    padding: 5px 0 0 20px;
    font-size: 15px
}

.box_position .sub-category>div {
    padding: 12px 0 0 20px;
    font-size: 22px
}

.majorcheck {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    border-radius: 20px;
    /* background: chocolate; */
    color: #fff;
    font-size: 12px;

    margin-top: 20px;

    zoom: 0.85;
    text-align: center;
    line-height: 19px;

    opacity: 0.5;
    cursor: pointer;
}

.majorcheck:hover {
    opacity: 1;
}



.box_table {
    position: relative;
    overflow: hidden;
    margin: 20px 30px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 3px 3px 3px #888888;
    border-radius: 3px;
}


.item {
    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    min-width: 1250px;
    margin: 10px 0 0 2.1%;
    float: left;
    overflow: hidden;
    transition: all .3s
}

.box .item:hover {
    transform: translateY(-5px)
}

.item_small {
    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    width: 310px;
    height: 290px;
    margin: 20px;
    float: left;
    overflow: hidden;
    transition: all .3s
}

.item_small:hover {
    transform: translateY(-5px)
}

.item_active {
    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    width: 760px;
    height: 125px;
    margin: 5px 20px 50px 20px;
    float: left;
    overflow: hidden;
    transition: all .3s
}

.item_active:hover {
    transform: translateY(-5px)
}


.item_position {
    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    width: 490px;
    height: 470px;
    margin: 20px;
    float: left;
    overflow: hidden;
    transition: all .3s
}

.item_position:hover {
    transform: translateY(-5px)
}


#floatbox {
    position: fixed;
    width: 500px;
    height:900px;
    top:55px;
    right: 5px;
    margin: 0px;
}

#floatbox_left {
    position: fixed;
    width: 750px;
    height:95%;
    top:55px;
    left: 5px;
    margin: 0px;
    /* background: rgb(211, 13, 13); */
}

#floatbox_right {
    display:none;
    position: fixed;
    max-width: 800px;
    height:700px;
    top:55px;
    left: 5px;
    padding: 20px;
    margin: 0px 0px 0px 750px;
    background: rgb(247, 247, 247);
    overflow-y:scroll;

    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #f2f6f8;

    border-radius: 6px;
}


#floatbox_total {
    position: relative;
    float: left;
    width: 500px;

    background: #fff;
    margin: 5px 5px;
    box-shadow: 5px 5px 5px #888888;
    border-radius: 3px;
}

#floatbox_total .sub-category>div {
    padding: 12px 0 0 20px;
    font-size: 22px
}

#floatItem_total {
    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    width: 460px;
    height: 320px;
    margin: 20px;
    float: left;
    overflow: hidden;
    transition: all .3s
}

#floatItem_total:hover {
    transform: translateY(-5px)
}



#floatbox_manyProj {
    position: relative;
    float: left;
    width: 500px;

    background: #fff;
    margin: 5px 5px;
    box-shadow: 5px 5px 5px #888888;
    border-radius: 3px;
}

.floatbox_title {
    width: 100%;
    height: 60px;
}

.floatbox_title_name {
    float: left;
    padding: 12px 0 0 20px;
    font-size: 22px
}

#floatbox_active {
    position: relative;
    float: left;
    width: 730px;
    height: 95%;
    background: #fff;
    margin: 5px 5px;
    box-shadow: 5px 5px 5px #888888;
    border-radius: 3px;
}

#floatbox_active .sub-category>div {
    padding: 12px 0 0 20px;
    font-size: 22px
}

#floatItem_active {
    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    width: 690px;
    height: calc(95% - 90px);
    margin: 5px 20px 20px 20px;
    float: left;
    overflow: hidden;
    transition: all .3s
}

#floatItem_active:hover {
    transform: translateY(-5px)
}

.button_small {
    position: relative;

    float: left;
    height: 25px;
    width: 100px;
    margin: 15px 0px 15px 20px;
    
    color: #fff;
    background: #6b7386;

    border: 1px solid #a7a7a7;;
    border-radius: 5px;

    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

.button_small:hover {
    background-color: #555555;
    color: white;
}



.button_small:active {
    background-color: #dddddd;
    color: white;
}


.button_small_svr {
    position: relative;

    float: left;
    height: 25px;
    width: 150px;
    margin: 15px 0px 15px 20px;
    
    color: #fff;
    background: #6b7386;

    border: 1px solid #a7a7a7;;
    border-radius: 5px;

    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

.button_small_svr:hover {
    background-color: #555555;
    color: white;
}

.button_small_svr:active {
    background-color: #dddddd;
    color: white;
}


.button_circle {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 20px;

    /* background: chocolate; */
    color: #fff;
    font-size: 12px;

    border: 1px solid #ffffff;;

    /* box-shadow: 3px 3px 3px #888888; */

    zoom: 0.85;
    text-align: center;
    line-height: 19px;

    opacity: 0.7;
    cursor: pointer;
}

.button_circle:hover {
    opacity: 1;
}



.button_floatbox,
.button_floatbox_filter
{
    position: relative;

    float: left;
    height: 25px;
    margin: 15px 0px 15px 10px;

    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

.button_floatbox
{
    width: 90px;
    margin: 15px 0px 15px 10px;  
    color: #fff;
    background: #c3c6ce;

    border: 1px solid #c3c6ce;
    border-radius: 4px;
}

.button_floatbox:hover {
    background-color: #555555;
    color: white;
}

.button_floatbox div{
    float: left;
    height: 24px;
    line-height: 25px;
    margin: 0px;  
    color: #fff;
}


.button_floatbox_filter
{
    width: 65px;
    margin: 15px 5px 15px 5px;  
    color: #fc0658;
    background: #ffffff;

    border: 1px solid #fc0658;
    border-radius: 4px;

    opacity: 0.2;
}

.button_floatbox_filter div{
    float: left;
    height: 24px;
    line-height: 25px;
    margin: 0px;  
    color: #fc0658;
}



.boardmenu {
    position: absolute;
    display: none;
    bottom:10px;
    left:230px;
    width: 200px;
    max-height: 200px;
    min-height: 60px;

    box-shadow: 0 0 4px 0 #6973b3;


    /* background: rgba(0,0,0,.8); */
    background: #1e222d;

    white-space: normal;
    word-wrap: break-word;

    overflow-x: hidden;
    overflow-y: auto;

    border-radius: 2px;

    z-index: 1;

}

.boardmenu a div{
    float: left;
    width:  199px;
    height:  30px;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    color: rgba(255,255,255,.8);
    text-align: left;
}

.boardmenu a div:hover {
    background: rgba(255, 255, 255, 0.281);
}

.boardmenu a div p {
    float: left;
    margin: 5px 0px 5px 0px;
    font-size: 15px;
    color: rgba(255,255,255,.8);
    text-align: left;
}


.checkBox_svr {
    position: relative;

    float: left;
    height: 20px;
    width: 20px;
    margin: 18px 0px 17px 20px;
    
    color: #fff;
    background: #6b7386;

    border: 1px solid #a7a7a7;;
    border-radius: 5px;

    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}


#floatItem_manyProj {
    border: 1px solid #e4ecf3;
    box-shadow: 1px 2px 3px #797979;
    border-radius: 6px;
    background: #fcfcfc;
    width: 460px;
    height: 370px;
    margin: 20px;
    float: left;
    overflow: hidden;
    transition: all .3s
}

#floatItem_manyProj:hover {
    transform: translateY(-5px)
}

#glass_errlog {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    background-color: rgba(18,18,18,.65);
}

#glass {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    background-color: rgba(18,18,18,.65);
}

#glass2 {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    background-color: rgba(18,18,18,.65);

}

#glass_d {
    position: fixed;
    display: flex;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
}

#floatbox_manyProj_big {
    position: relative;
    width: 1250px;
    height: 800px;
    display: flex;
    background: #fff;
    max-height: calc(100vh - 48px);
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

#floatbox_manyProj .sub-category>div {
    float: left;
    padding: 12px 0 0 20px;
}

#floatbox_errorlog {
    position: relative;
    width: 800px;
    height: 800px;
    display: flex;
    background: #fff;
    max-height: calc(100vh - 48px);
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

#floatbox_errorlog .sub-category>div {
    float: left;
    padding: 12px 0 0 20px;

}

#floatbox_total_big {
    position: relative;
    width: 1200px;
    height: 800px;
    display: flex;
    background: #fff;
    max-height: calc(100vh - 48px);
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

#floatbox_total_big .sub-category>div {
    float: left;
    padding: 12px 0 0 20px;

}


#floatbox_debug {
    position: relative;
    width: 95%;
    height: 95%;
    display: flex;
    background: #fff;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    box-shadow: 5px 5px 5px #888888;
}

#floatItem_debug {
    position: absolute;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    top:40px;
    width: 95%;
    height: calc(100% - 80px);
    margin: 20px;
    overflow: hidden;
    transition: all .3s
}

#floatItem_debug:hover {
    transform: translateY(-5px)
}


#floatItem_usermanage {
    position: absolute;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    top:40px;
    width: 95%;
    height: calc(100% - 80px);
    margin: 20px;
    overflow: auto;
    transition: all .3s
}

#floatItem_usermanage:hover {
    transform: translateY(-5px)
}

.usermanage_title{
    position: relative;
    border-bottom: 1px solid #7e7e7e;

    /* background: rgb(255, 239, 17); */
    width: 680px;
    height: 40px;
    margin: 20px 20px 5px 20px;

}

.usermanage_title div{
    position: relative;
    float: left;

    /* border: 1px solid #7e7e7e; */

    /* background: rgb(219, 24, 24); */
    width: 180px;
    height: 30px;
    margin: 10px 0px 0px 0px;

    color: #646464;
    font-size: 14px;
    font-weight: 700;

    line-height: 30px;

}

.usermanage_content{
    position: relative;
    border-bottom: 1px solid #d6d6d6;

    /* background: rgb(255, 239, 17); */
    width: 680px;
    height: 30px;
    margin: 5px 20px 0px 20px;

}

.usermanage_content div{
    position: relative;
    float: left;

    /* border: 1px solid #7e7e7e; */

    /* background: rgb(219, 24, 24); */
    width: 180px;
    height: 30px;
    margin: 0px;

    color: #646464;
    font-size: 14px;

    line-height: 30px;

}


#floatItem_manyProj_big {
    position: absolute;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    top:40px;
    width: 1210px;
    height: 720px;
    margin: 20px;
    overflow: hidden;
    transition: all .3s
}

#floatItem_manyProj_big:hover {
    transform: translateY(-5px)
}


#floatItem_errorlog {
    position: absolute;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    top:40px;
    width: calc(100% - 40px);
    height: 720px;
    margin: 20px;
    overflow: auto;
    transition: all .3s
}

#floatItem_errorlog:hover {
    transform: translateY(-5px)
}

.errorlog_board
{
    background: rgba(254, 255, 200, 0.514);
    /* border: 1px solid #ffffff; */
    box-shadow: 3px 3px 3px #888888;
    border-radius: 5px;
    padding: 5px 5px 10px 5px;
    width: 200px;
    height: 150px;
    margin: 10px;
    float: left;
    overflow: hidden;
    transition: all .3s;
}

.errorlog_board_content
{
    position: relative;
    float: left;
    /* border: 1px solid #000000; */

    word-wrap: break-word;
    
    font-size: 12px;

    width: calc(100% - 10px);
    margin: 2px 5px 2px 5px;

}

.errorlog_board_Title
{
    /* background: rgb(199, 252, 188);  */

    /* border-bottom: 1px solid #f2f6f8; */
    border-bottom: 1px solid #c5c5c5;

    font-size: 10px;
    font-weight: 700;
    width: calc(100% - 30px);
    height: 20px;
    margin: 5px 0 0px 5px;
    float: left;
    overflow: hidden;
}

.errorlog_board_del
{
    /* background: rgb(199, 252, 188);  */

    /* border-bottom: 1px solid #f2f6f8; */
    /* border-bottom: 1px solid #c5c5c5; */

    width: 20px;
    height: 20px;
    margin: 5px 0 0px 5px;
    float: left;
    overflow: hidden;

    cursor: pointer;
}




#floatItem_total_big {
    position: absolute;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    top:40px;
    width: 1160px;
    height: 720px;
    margin: 20px;
    overflow: hidden;
    transition: all .3s
}

#floatItem_total_big:hover {
    transform: translateY(-5px)
}


#glass_svrmanage {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    background-color: rgba(18,18,18,.65);
}

#floatbox_servermanage {
    position: relative;
    width: 1200px;
    height: 800px;
    display: flex;
    background: #fff;
    max-height: calc(100vh - 48px);
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

#floatbox_servermanage .sub-category>div {
    float: left;
    padding: 12px 0 0 20px;

}

#floatItem_servermanage {
    position: absolute;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 2px 3px #f2f6f8;
    border-radius: 6px;
    background: #fff;
    top:40px;
    width: 1160px;
    height: 720px;
    margin: 20px;
    overflow: hidden;
    transition: all .3s
}

#floatItem_servermanage:hover {
    transform: translateY(-5px)
}





.box .item .no-logo {
    color: #3273dc;
    font-weight: 700;
    font-size: 14px
}

.box .item .item_name {
    height: 30px;
    position: relative;
    font-size: 19px;
    font-weight: 700;
    color: #3273dc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem
}


.box .item .board {
    /* background: rgb(253, 6, 6); */
    border-radius: 5px;
    padding: 5px 5px 0px 5px;
    min-width: 1100px;
    margin: 0px 0px 0px 0%;
    float: left;
    overflow: hidden;
}

/* 以下@keyframes、@-webkit-keyframes必须同时使用，且一样，这是规定！！�?*/
@keyframes borderFlash_error {
    0% {box-shadow: #ffffff 0px 0px 30px inset;}
    50% {box-shadow: #ff0000 0px 0px 30px inset;}
    100% {box-shadow: #ffffff 0px 0px 30px inset;}
}

@-webkit-keyframes borderFlash_error {
    0% {box-shadow: #ffffff 0px 0px 30px inset;}
    50% {box-shadow: #ff0000 0px 0px 30px inset;}
    100% {box-shadow: #ffffff 0px 0px 30px inset;}
}
@keyframes borderFlash_warn {
    0% {box-shadow: #ffffff 0px 0px 30px inset;}
    50% {box-shadow: #f7b501 0px 0px 30px inset;}
    100% {box-shadow: #ffffff 0px 0px 30px inset;}
}

@-webkit-keyframes borderFlash_warn {
    0% {box-shadow: #ffffff 0px 0px 30px inset;}
    50% {box-shadow: #f7b501 0px 0px 30px inset;}
    100% {box-shadow: #ffffff 0px 0px 30px inset;}
}

.warn {
    animation: borderFlash_warn 3000ms infinite;
    -webkit-animation: borderFlash_warn 3000ms infinite;
}
.error_1 {
    animation: borderFlash_error 3000ms infinite;
    -webkit-animation: borderFlash_error 3000ms infinite;
}
.error_2 {
    animation: borderFlash_error 1000ms infinite;
    -webkit-animation: borderFlash_error 1000ms infinite;
}


.box .item .board .board_name {
    /*
    min-width: 900px;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    */
    /* background: rgb(253, 6, 6);  */
    height: 90px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    width: 60px;
    margin: 10px 0 5px 10px;
    float: left;
    overflow: hidden;

}

.box .item .board .board_fixrate {
    height: 90px;
    background: rgb(248, 247, 247);
    border-radius: 5px;
    /* padding: 10px; */
    width: 100px;
    margin: 10px 0 5px 10px;
    float: left;
    overflow: hidden;
    border: 1px solid rgb(207, 207, 207);
}

.box .item .board .board_fixrate .tooltiptext{
    visibility: hidden;
    text-align: center;
    border-radius: 3px;
    width: 270px;
    background-color: rgba(0, 0, 0, 0.582);
    color: rgb(255, 255, 255);
    padding: 5px 0;
    left:150px;

    /* 定位 */
    position: absolute;
    z-index: 1;
}

.box .item .board .board_fixrate:hover .tooltiptext {
    visibility: visible;
}

.box .item .board .board_fixrate .fixratename{
    height: 30px;
    /* background: rgb(255, 0, 0); */
    /* padding: 5px; */
    width: 90px;
    margin: 5px auto;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid rgb(207, 207, 207)
}

.box .item .board .board_fixrate .fixratevalue{
    height: 50px;
    /* background: rgb(255, 0, 0); */
    /* padding: 10px; */
    width: 90px;
    margin: 5px auto;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    font-weight: 1000;
    line-height: 40px;
}

.box .item .board .board_current {
    height: 110px;
    /* background: rgb(76, 253, 6); */
    border-radius: 5px;
    /* padding: 10px; */
    width: 420px;
    margin: 5px 0 0px 10px;
    float: left;
    overflow: hidden;
}


.animation-flash {
    animation: borderFlash_error 1000ms infinite;
    -webkit-animation: borderFlash_error 1000ms infinite;
}

.box .item .board .board_history {
    height: 110px;
    /* background: rgb(253, 228, 6);  */
    border-radius: 5px;
    /* padding: 10px; */
    width: 600px;
    margin: 5px 0 0px 20px;
    float: left;
    overflow: hidden;
}


#menu-box {
    display: none;
    width: 100%;
    background: #fff;
    text-align: right;
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 1px 1px 8px #e0ddff;
    height: 50px
}

#menu-box #menu {
    height: 50px;
    width: 40px;
    position: absolute;
    right: 10px
}

#menu-box #menu * {
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box
}

#menu-box #menu input[type=checkbox] {
    display: none
}

#menu-box #menu input[type=checkbox]:checked~.menu-spin>.horizontal {
    opacity: 0
}

#menu-box #menu input[type=checkbox]:checked~.menu-spin>.line-1 {
    transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    margin-top: 10px
}

#menu-box #menu input[type=checkbox]:checked~.menu-spin>.line-2 {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    margin-top: -10px
}

#menu-box #menu label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 10px;
    left: 0
}

#menu-box #menu label .line {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #a2a2a2
}

#menu-box #menu label .horizontal {
    top: 10px
}

#menu-box #menu label .line-2 {
    top: 20px
}

.download a,
.download i {
    color: #3668bd !important
}

#fixedBar {
    padding: 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 9999;
    box-shadow: 0 0 20 #eee;
    box-shadow: 0 0 20px #ccc;
    cursor: pointer;
    display: none
}

#fixedBar svg {
    color: #9e9e9e
}

.table_Remark {
    text-align: left;
}

.table_Head {
    font-size: 25pt;
    font-weight: 700;
    height:60px;
    font-family: 微软雅黑, sans-serif;
    text-align: center;
    white-space: normal;
    border-width: 0.5pt;
    border-style: solid;
    border-image: initial;
    background: rgb(217, 217, 217);
}

.table_Title1 {
    background: rgb(217, 217, 217);
}

.table_Title2 {
    background: rgb(255, 242, 204);
    width: 60pt;
}

.table_Title3 {
    background: rgb(217, 225, 242);
    width: 60pt;
}

.table_Proj {
    width: 60pt;
}

.table_Major {
    width: 100pt;
}

.table_Big {
    font-size: 18pt;
    font-weight: 700;
}

.table_Proj {
    font-size: 15pt;
    font-weight: 700;
}


.table_Major {
    font-size: 15pt;
    font-weight: 700;
}





@media screen and (max-width:481px) {
    .container .box .item {
        width: 39%;
        min-width: 100px
    }

    .container .main {
        margin-left: 0
    }

    .container .left-bar {
        z-index: 999;
        left: -249px
    }

    #menu-box {
        display: block
    }
}

@media screen and (min-width:481px) {
    .container .left-bar {
        left: 0
    }
}

@media screen and (min-width:482px) and (max-width:789px) {
    .container .box .item {
        width: 90%
    }

    .container .left-bar {
        left: 0
    }
}

@media screen and (min-width:790px) and (max-width:1039px) {
    .container .box .item {
        width: 43%
    }
}

@media screen and (min-width:1040px) and (max-width:1920px) {
    .container .box .item {
        width: 20%
    }
}