﻿/**#244962、#3F9AD4、#3eafe0**/
/**#244962、#3F9AD4、#3eafe0**/
@import url("color9.css");
@import url("font-awesome.css");

body {
    margin: 0;
    font-size: 14px;
    color: #333;
    background: #fff;
    font-family: Microsoft YaHei, Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
}

table {
    border: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #333;
}

.clear {
    clear: both;
    height: 0;
    width: 1px;
    font-size: 1px;
    visibility: hidden;
}

.fl {
    float: left;
}

.txtl {
    text-align: left;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.ptab1 {
    padding: 6px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px;
}

.w60 {
    width: 60px !important;
}

.w50p {
    width: 50% !important;
}

.w98p {
    width: 98% !important;
}

.w100p {
    width: 100% !important;
}

.w120 {
    width: 120px !important;
}

.w200 {
    width: 200px !important;
}

.br50p div {
    border-radius: 50%;
}

.bg-base {
}

.bg-base2 {
    background-color: #ccc;
}

.bg-trans {
    background-color: transparent !important;
}

.bin {
    background-image: none !important;
}
/**body**/
#body {
    width: 100%;
    background-color: #fff;
}

/***圆图**/
.crimg {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/**盒子-整体外框**/
#box_top {
    width: 100%;
    height: 48px;
}

#box_top_left {
    width: 45%;
    height: 48px;
    float: left;
    overflow: hidden;
    color: #fff;
    line-height: 48px;
    font-size: 20px;
}

    #box_top_left img {
        height: 30px;
        float: left;
        margin-left: 10px;
        margin-right: 4px;
        margin-top: 10px;
        /*filter: brightness(10%);*/
        filter: grayscale(100%) brightness(800%);
    }

    #box_top_left a {
        width: 100%;
        height: 48px;
        display: inline-block;
        line-height: 48px;
        color: #fff;
    }

#box_top_right {
    float: right;
    width: 160px;
    text-align: right;
}

    #box_top_right img {
        border: none;
        width: 36px !important;
    }

@media screen and (max-width:40em) { /*640*/

}

/**折叠**/
#box_left_fold {
    color: #ccc;
    text-align: right;
    cursor: pointer;
    padding-right: 5px;
}

/**盒子-左框**/
#box_left {
    background: #323E4D;
    float: left;
    overflow: hidden;
    box-shadow: 5px 5px 10px #c0d0eb;
}

.box_left_d {
    display: block;
}

    .box_left_d .metro_img {
        border-radius: 50px;
    }

.box_left_dd {
    display: block;
}

/**盒子-右框**/
#box_right {
    float: left;
    overflow-y: auto;
    background-color: #E2E9EF;
    position: relative;
}

    #box_right #box_right_panel {
        width: 100%;
        margin: 0 auto;
        min-height: calc(100% - 80px);
        margin-bottom: 15px;
    }

        #box_right #box_right_panel #main {
            /*height: calc(100% - 50px) !important;*/
            background-color: #fff !important;
        }

        #box_right #box_right_panel table {
            background-color: #fff;
        }
/**盒子-菜单图标**/
#box_icon_menu_c {
    width: 100%;
    height: 40px;
    text-align: right;
    display: none;
}

#box_icon_menu_mc {
    display: none;
}
/**登录页面中间部分**/
.login_c_bg {
    background-position: center center;
}

/**盒子-底部**/
#box_foot {
    height: 220px;
    background: #2b5dd4;
    line-height: 3em;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    clear: both;
}

#box_foot_p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

#box_foot_l {
    width: 25%;
    float: left;
}

    #box_foot_l img {
        width: 100px;
    }

#box_foot_r {
    width: 25%;
    float: right;
    line-height: 22px;
}

#box_foot p {
    margin-top: 10px;
}

#box_foot_c {
    width: 49%;
    float: left;
    text-align: left;
    line-height: 30px;
}

    #box_foot_c p {
        padding: 0;
        margin: 0;
        vertical-align: top;
        color: #fff;
        font-size: 16px;
        margin-bottom: 10px;
    }

    #box_foot_c a {
        color: #ccc;
        text-align: left;
        margin-right: 20px;
        white-space: nowrap;
    }

        #box_foot_c a:hover {
            color: #fff;
        }

#box_foot_c_l {
    width: 60%;
    float: left;
}

#box_foot_c_r {
    width: 38%;
    float: right;
}

@media screen and (max-width:40em) { /*640*/
    #box_foot {
        height: 0px;
        overflow: hidden;
    }

        #box_foot p {
            margin-top: 3px;
        }

    #box_foot_p {
        width: 100%;
        padding-top: 10px;
    }

    #box_foot_r img {
        display: none;
    }

    #box_foot_r, #box_foot_c, #box_foot_c_r {
        width: 100%;
    }

        #box_foot_l, #box_foot_c_l, #box_foot_c_r p {
            display: none;
        }

        #box_foot_c_r li {
            width: 25%;
            float: left;
            text-align: center;
        }

        #box_foot_c p {
            margin-bottom: 3px;
        }
}

.body_c_bg {
    overflow: hidden;
}

/***文本框***/
.textbox {
    padding: 10px 6px;
    border: 1px solid #E3E3E4;
    color: #555;
    background: #fff;
    outline: none;
    border-radius: 3px;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .textbox:hover {
        border: 1px solid #999;
    }

.textboxs {
    height: 28px;
    padding-left: 3px;
    border: 1px solid #E3E3E4;
    color: #555;
    background: #fff;
    outline: none;
    -webkit-appearance: none;
    text-indent: 5px;
    border-radius: 3px;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .textboxs:hover {
        border: 1px solid #999;
    }

select {
    text-indent: 0px !important;
}

::-webkit-input-placeholder {
    color: #898989;
}

:-moz-placeholder {
    color: #898989;
}

::-moz-placeholder {
    color: #898989;
}

:-ms-input-placeholder {
    color: #898989;
}
/**矮输入框**/
.up_textbox {
    text-align: center;
   
    text-indent: 0;
}
/**输入内容大写**/
.textbox, .textboxs {
    resize: none;
}

.un_textbox {
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
}
/**只有下划线的文本框**/


.fc {
    color: #244962;
}

/***文本**/
.bigtxt {
    font-size: 36pt;
    color: #ff0000;
}
/**较大红字**/
.smalltxt {
    font-size: 9pt;
    color: #999;
}
/**较小较淡字**/
.handwrite {
    font-family: "楷体","楷体_GB2312";
}

.right_info {
    width: 100%;
    color: #666;
    background: #fefff1;
    box-sizing: border-box;
    border: 1px solid #fdf5e6;
    line-height: 25px;
}
    /**类提示文字，通常div 中显示内容**/
    .right_info p {
        padding: 10px;
        font-size: 12px;
    }
/**类提示文字由p标签包裹**/
.hight_text {
    color: #09F709;
}
/**文字高亮 绿*/
.txtcolor {
    color: #244962;
}
/**文字颜色 红*/

/**操作小图标**/
.b_add {
    width: 16px;
    height: 16px;
    display: block;
    background: url(img/b_add.png);
    float: left;
    cursor: pointer;
    margin-top: 8px;
}
/**添加按钮**/
.b_del {
    width: 16px;
    height: 16px;
    display: block;
    background: url(img/b_del.gif);
    float: left;
    cursor: pointer;
    margin-top: 8px;
}
/**删除按钮**/
.a_number {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    background: #244962;
    margin-right: 4px;
    padding: 0px 3px 0px 4px;
    text-decoration: none;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
}
/*微小数字圆图标，纯底白字*/

/**题目**/
.question_box div {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px;
}

    .question_box div .qus_number {
        display: block;
        float: left;
        width: 30px;
    }

.question_box input {
    float: left;
}

.question_panl {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
/**题目区块**/

/***详情**/
.table_detail {
    width: 98%;
    font-size: 14px; /*12*/
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

    .table_detail td {
        margin: 0;
        line-height: 2em;
        color: #666;
    }

    .table_detail th {
        text-align: left;
        font-weight: bold;
        font-size: 16px;
        border-bottom: 1px solid #E6E8EB;
        height: 40px;
    }

        .table_detail th span {
            display: inline-block;
            line-height: 35px;
            margin-bottom: -5px;
            color: #333;
            padding: 0 8px;
        }

    .table_detail .info td {
        padding-left: 1em;
        margin-top: 15px;
        display: block;
        color: #333;
        font-weight: bold;
        line-height: 200%;
        font-size: 16px;
    }

    .table_detail .row > td {
        color: #333333;
        padding-left: 1em;
        line-height: 2em;
        padding-top: 3px;
    }

    .table_detail .row a {
        text-decoration: none;
        color: #244962;
        font-size: 14px;
    }

        .table_detail .row a:link, .table_detail .row a:visited {
            color: #244962;
        }

        .table_detail .row a:hover {
            color: #ff0000;
        }

/***列表中或详情中出现的单独表格，去掉复杂样式**/
.table_normal {
    background: none;
}

    .table_normal table {
        border-collapse: collapse;
        background: none;
    }

        .table_normal table tr td {
            border-bottom: collapse;
            border: 1px solid #555;
            font-size: 12px;
            color: #555;
        }

/***列表***/
.cal-title-box {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100% !important;
}

.table_list_box {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.p-box {
    border-radius: 5px;
    box-shadow: 0px 0px 8px #c0d0eb;
}

.table_list_box .ti {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.table_list_box .table_list {
    border-top: solid 1px #E6E8EB;
    border-left: solid 1px #E6E8EB;
    border-right: solid 1px #E6E8EB;
}

.table_list {
    width: 100%;
    font-size: 0.85em;
    line-height: 1.25em;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table_list th, .table_list td {
        margin: 0;
        font-size: 14px;
        line-height: 26px;
        padding-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .table_list th {
        text-align: left;
        background: #E8F1FF;
        color: #333;
        padding: 10px 5px;
        white-space: nowrap;
        overflow: hidden;
        word-break: keep-all;
        text-overflow: ellipsis;
    }

    .table_list tr {
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .table_list tr:hover {
            background: #f2f2f2;
        }

    .table_list .row td {
        background: none;
    }

    .table_list td {
        border-bottom: 1px solid #E6E8EB;
    }

        .table_list td img {
            margin-bottom: -3px;
        }

    .table_list .row2 td {
        background: #fdf0f0;
    }

    .table_list td:nth-last-child(1) a {
        background-color: #fff;
        font-size: 14px;
        cursor: pointer;
        outline: none;
        /*height: 26px;*/
        border-radius: 3px;
        border: solid 1px #E6E8EB;
        display: inline-block;
        text-align: center;
        line-height: 24px;
        padding: 0px 9px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -webkit-appearance: none;
        box-sizing: border-box;
        margin-right: 4px;
        margin-bottom: 3px;
    }

        .table_list td:nth-last-child(1) a:hover {
            color: #fff;
        }

    .table_list td a:hover {
        /*border-color: #4785FF;
        background-color: #4785FF;
        color: #fff;*/
    }

    .table_list td .ti {
        font-size: 14px;
        font-weight: bold;
    }

    .table_list td p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

/**列表行距*/
.w480 {
    width: 480px;
}

.w410 {
    width: 410px;
}

.w350 {
    width: 350px;
}

.w300 {
    width: 300px;
}

.row_w0 {
    width: 260px;
}

.row_w1 {
    width: 240px;
}

.row_w2 {
    width: 180px;
}

.row_w3 {
    width: 110px;
}

.row_w4 {
    width: 70px;
}

.row_w5 {
    width: 50px;
}

.row_w6 {
    width: 290px;
}

/**列表底部**/
.list_down {
    margin: 0 auto;
    width: 98%;
    overflow: auto;
}

/**列表操作栏**/
.tb_tool {
    width: 100%;
    display: block;
    line-height: 36px;
    text-indent: 3px;
    margin: 5px 0px;
}

.btn, .btn2 {
    /*border: 1px solid #244962;*/
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
}

.btn {
    color: #244962;
    /*background: #f8f8f8;*/
}

.btn2 {
    /*color: #fff;
    background: #244962;*/
}

.btn_0, .btn_2 {
    color: #666;
    font-size: 12px;
    background: #eee;
    cursor: pointer;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    white-space: nowrap;
    outline: none;
}

.btn_0 {
    color: #fff !important;
    border-radius: 3px !important;
    height: 26px !important;
    padding-top: 0px;
}

.btn {
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    height: 26px !important;
    line-height: 26px !important;
}

.btn_2 {
    color: #244962;
    border: 1px solid #244962;
}

/**列表分页栏**/
.pager {
    width: 100%;
    float: left;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

    .pager table {
        text-align: center;
        margin-top: 15px;
    }

        .pager table tr td span {
            float: none !important;
        }

    /*.pager a {
        color: #333;
        background: #eee;
        margin-right: 1px;
        padding: 5px 10px;
        text-decoration: none;
        line-height: 200%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }*/

    /*.pager a:hover {
            background: #458FFF;
            color: #fff;
        }*/

    .pager .pageNumberClass {
        color: #333;
        background: #eee;
        margin-right: 4px;
        padding: 5px 10px;
        text-decoration: none;
        line-height: 200%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .pager .pageNumberClass:hover {
            color: #fff;
        }

    .pager .pageNumberClassd {
        color: #FFFFFF;
        font-weight: bold;
        margin-right: 4px;
        padding: 5px 10px;
        line-height: 200%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .pager .pageFirstClass {
        color: #333;
        background: #eee;
        margin-right: 4px;
        padding: 5px 10px;
        text-decoration: none;
        line-height: 200%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .pager .pageFirstClass:hover {
            color: #fff;
        }

    .pager .pageLastClass {
        color: #333;
        background: #eee;
        margin-right: 4px;
        padding: 5px 10px;
        text-decoration: none;
        line-height: 200%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .pager .pageLastClass:hover {
            color: #fff;
        }

    .pager .pageCountClass {
        line-height: 200%;
        margin-right: 4px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .pager .pageCountClass:hover {
        }

/*向导*/
.target {
    width: 98%;
    margin: 0 auto;
    height: 50px;
    color: #333;
    background: #BFD6F8;
    text-indent: 26px;
    font-size: 12px;
    margin-top: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .target b {
        font-size: 14px;
    }

    .target span {
        color: #999;
    }

    .target a {
        padding: 3px 5px;
        line-height: 50px;
        background: #ddd;
        margin-left: 5px;
        white-space: nowrap;
    }

        .target a:hover {
            color: #fff;
            background: #244962;
        }

/***按钮***/
.fb_0, .fb_1, .fb_2 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/**默认状态**/
.fb_1 {
    background: #3F9AD4;
}
/**鼠标状态**/
.fb_2 {
    background: #3eafe0;
}
/**点击状态**/

.hidbutton {
    display: none;
}
/**隐藏按钮**/

/***页**/
.paper {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 5px;
}

    .paper .paper_title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
        padding: 20px;
    }

    .paper .paper_content {
        width: 96%;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        margin-bottom: 20px;
        line-height: 32px;
        color: #555;
        overflow: auto;
    }

/***欢迎页-欢迎**/
#wel {
    width: 100%;
    text-align: center;
    height: 100px;
    background: url(img/bk.png);
}

    #wel p {
        font-size: 28px;
        line-height: 65px;
        color: #eee;
        padding: 20px;
    }

    #wel a {
        padding: 8px 45px;
        font-size: 14px;
        line-height: 200%;
        color: #ccc;
        background: #3F9AD4;
        margin-top: 10px;
        margin-right: 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        #wel a:hover {
            background: #244962;
            color: #fff;
        }

/**评分统计:总数**/
.excirp {
    width: 100%;
    height: 150px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
}

.excirp_bg1 {
    background: #fe8687;
}

.excirp_bg2 {
    background: #33acea;
}

.excirp li {
    line-height: 149px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

    .excirp li span {
        font-size: 0.85em;
        color: #32affc;
        font-weight: normal;
    }

/**菜单弹出框***/
#dvkind {
    width: 200px;
    height: 300px;
    background: #fff;
    overflow: auto;
    position: absolute;
    z-index: 2;
    border: 2px solid #999;
}

/**用户含头像列表**/
.user {
    padding: 5px 5px;
    line-height: 26px;
    width: 120px;
    height: 26px;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #eee;
    float: left;
    background: #fff;
    position: relative;
}

    .user:hover {
        border: 1px solid #ff0000;
    }

    .user img {
        float: left;
        margin-right: 5px;
        width: 25px;
    }

.user_team_cls {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

/**单选图标**/
#ico label {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 2px 5px;
    background: #ccc;
    text-align: center;
    cursor: pointer;
}

    #ico label img {
        width: 50px;
    }

    #ico label input {
        width: 20px;
        height: 20px;
    }

/**分组详情*/
.userrole {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

    .userrole .ti {
        width: 100%;
        line-height: 19px;
    }

        .userrole .ti span {
            font-weight: bold;
            text-indent: 5px;
            font-size: 12px;
            padding: 1px 3px;
            background: #C49B5D;
            color: #fff;
        }

    .userrole .table {
        width: 99%;
        float: left;
        margin: 10px;
        font-size: 12px;
    }

/**进度条，百分比*/
.loadingbar {
    width: 80%;
    height: 15px;
    background: #eee;
    float: left;
    margin-top: 6px;
}

.loadingtxt {
    width: 20%;
    float: left;
    font-size: 12px;
    color: #666;
}

.loadingper {
    height: 15px;
    line-height: 15px;
}

.cjing {
    height: 15px;
    background: #FFDDAA;
    line-height: 15px;
}

/**弹出选择框**/
.popselect a {
    width: 90%;
    display: block;
    margin-top: 20px;
    line-height: 32px;
    background: #555;
    color: #ccc;
    text-align: center;
    margin-left: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .popselect a:hover {
        color: #333;
        background: #eee;
    }

/**背景**/
.background {
    background: #244962;
}

/**拖动项**/
.dragsub, .dragsubv {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-indent: 3px;
    cursor: pointer;
    overflow: hidden;
}

.dragsub {
    background: url(img/txt_bg.png) #fff repeat-x;
    border: 1px solid #999;
    z-index: 2;
    position: absolute;
}

.dragsubv {
    background: none;
    border: none;
    color: #333;
}

.fdragsub, .fdragsubd, .fdragsubo {
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    width: 100%;
    text-indent: 3px;
    display: inline-block;
    margin-top: 3px;
    overflow: hidden;
}

.fdragsub {
    color: #333;
    background: #eee;
}

.fdragsubo {
    color: #fff;
    background: crimson;
}

.fdragsubd {
    color: #fff;
    background: #ffd6b9;
}


/**分享*/
.sharebtn {
    width: 21px;
    height: 21px;
    background: url(img/sharebtn.png) no-repeat;
    display: inline-block;
}
/**分享按钮*/
.sharebtndel {
    width: 21px;
    height: 21px;
    background: url(img/sharebtndel.png) no-repeat;
    display: inline-block;
}
/**分享按钮*/

/**通用背景图标*/
.folder {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    background: url(img/folder.png) no-repeat center;
}
/**文件夹图标*/
.option_on, .option_off {
    text-indent: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.option_on {
    background: url(img/option_on.png) no-repeat left center;
}
/**开关:开*/
.option_off {
    background: url(img/option_off.png) no-repeat left center;
}
/**开关:关*/

/**标签**/
#ispan {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

    #ispan a {
        padding: 3px 5px;
        margin-right: 1em;
        line-height: 200%;
        background: #fefefe;
        white-space: nowrap;
        font-weight: normal;
    }

        #ispan a:hover {
            border-radius: 3px;
        }

    #ispan .hover {
        margin-right: 1em;
        line-height: 200%;
        white-space: nowrap;
        font-weight: normal;
        border-radius: 3px;
    }

#ispan {
    clear: both;
}

    #ispan a {
        padding: 3px 5px;
        line-height: 200%;
    }
/**跑马灯**/
.marq {
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 25px;
    margin-top: -86px;
}


/**上传文件控件样式**/
.fulLabel {
    padding: 3px 20px;
    padding-left: 40px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border: 2px solid #244962;
    line-height: 200%;
    color: #244962;
    background: url(img/up.png) no-repeat 10px center;
    display: inline-block;
}

    .fulLabel:hover {
        color: #3F9AD4;
        border: 2px solid #3F9AD4;
        background: url(img/up2.png) no-repeat 10px center;
    }



/**选项卡样式：视频、幻灯片*/
.cach {
    width: 100%;
    background: none;
    height: 38px;
    border-bottom: 1px solid #eee;
    float: left;
    martin-top: 5px;
    line-height: 32px;
    font-weight: bold;
}

    .cach ul {
        margin: 0;
    }

    .cach li {
        line-height: 32px;
        padding: 1px 8px;
        height: 32px;
        font-size: 16px;
        text-align: center;
        list-style: none;
        float: left;
        color: #999;
        cursor: pointer;
        margin-left: 10px;
        background: none;
    }


/**图表**/
.charts {
    width: 100%;
    height: 100%;
}

/*列表编辑列按钮*/
.edit_edit, .edit_setup, .edit_del {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.edit_edit {
    background: url(img/edit.png) no-repeat;
}

.edit_setup {
    background: url(img/set.png) no-repeat;
}

.edit_del {
    background: url(img/del.png) no-repeat;
}


/**新按钮样式**/

.btn_0, .btn_1, .btn_2 {
    height: 23px;
    background-color: #fefefe;
    color: #555;
    white-space: nowrap;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -webkit-appearance: none;
    transition: all .3s;
    outline: none;
}

    .btn_0:hover, .btn_1:hover, .btn_2:hover {
        color: #244962;
        border: 1px solid #244962;
    }

.btn:hover {
    color: #244962;
    border: 1px solid #244962;
}

.fb_0, .btn, .btn2 {
    height: 38px;
    line-height: 36px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -webkit-appearance: none;
    transition: all .3s;
    outline: none;
    padding: 0px 30px;
}

.loginbtn {
    border-radius: 5px !important;
    height: 44px !important;
    line-height: 44px !important;
}

.btn {
    height: 23px;
    line-height: 21px;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #FF5722;
    margin-top: 1px;
}

    .btn:hover {
        border: 1px solid #fe9777;
        color: #fff;
    }

.btn2 {
    height: 24px;
    line-height: 21px;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
}


/**徽章*/
.JBadge {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    line-height: 18px !important;
    border-radius: 2px;
    margin-left: 2px;
    margin-right: 2px;
    border: 0px solid #FF5722;
}

.JBadge_0 {
    background-color: #FF5722;
}

.JBadge_1 {
    background-color: #FFB800;
}

.JBadge_2 {
    background-color: #1E9FFF;
}



.JBadge_4 {
    background-color: #27c9d4;
}

.JBadge_5 {
    background-color: #333333;
}

.JBadge_6 {
    background-color: #aaa;
}

.homebg {
    background-size: auto 240px;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(49, 106, 234, 0.2);
}

.marg {
    position: absolute;
    top: 80px;
    left: 5%;
}

    .marg marquee {
        color: #fff;
    }

.boxlist {
    width: auto !important;
    margin: auto 15px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-top: -70px !important;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.2);
}

    .boxlist a {
        display: inline-block;
        line-height: 22px;
        text-align: center;
        box-sizing: border-box;
        width: 25%;
        padding: 0px;
        margin: 0;
        font-size: 12px;
        border: none !important;
        color: #333 !important;
        height: 65px;
        font-weight: bold;
        border-radius: 5px;
    }

        .boxlist a label {
            font-weight: 500;
        }

.tabstat {
    height: 80px !important;
    width: auto !important;
    margin: 20px 15px !important;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.2);
}

    .tabstat div {
        box-shadow: none !important;
        background-color: transparent !important;
    }

        .tabstat div p {
            text-align: center;
            color: #fff !important;
            font-size: 22px !important;
            line-height: 40px !important;
        }

        .tabstat div span {
            text-align: center;
            display: block;
            color: #fff !important;
            font-weight: bold;
        }

.tabmodel a {
    height: 110px !important;
    box-shadow: 0rem 0rem 0.3125rem rgba(82, 63, 105, 0.25) !important;
    width: calc(100% - 30px) !important;
    margin: 0px 15px 15px 15px !important;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .tabmodel a div {
        width: calc(100% - 130px) !important;
        color: #898989;
    }



#lbox {
    margin: 5px 10px 0px 10px;
    border-radius: 5px;
    background-color: #F3F7FA;
}

    #lbox div {
        margin-right: 5px;
    }

#lbox2 {
    margin-right: 10px;
}

    #lbox2 > ul {
        width: 200px;
        overflow-y: auto;
    }

#child1 .table_list {
    width: 98% !important;
    border-top: solid 1px #E6E8EB;
    border-left: solid 1px #E6E8EB;
    border-right: solid 1px #E6E8EB;
    margin-top: 10px;
}

    #child1 .table_list .hight_text {
        display: inline-block;
        height: 24px;
        width: 68px;
        line-height: 24px !important;
        border-radius: 3px;
        text-align: center;
    }

    #child1 .table_list .txtcolor {
        border: solid 1px #F56C6D;
        display: inline-block;
        height: 24px;
        width: 68px;
        line-height: 24px !important;
        border-radius: 3px;
        text-align: center;
        color: #F56C6D !important;
    }

#expertitle {
    font-size: 16px;
}

.target span {
    font-size: 16px !important;
}

#exper, #case {
    padding: 6px 14px !important;
    border-radius: 3px;
    background-color: #24C3BE !important;
    color: #fff !important;
}

.back {
    padding: 6px 14px !important;
    border-radius: 3px;
    background-color: #c4c4c4;
    color: #000 !important;
}

    .back:hover {
        color: #fff !important;
    }

#point {
    padding: 6px 20px !important;
    border-radius: 3px;
    background-color: #FFA72C !important;
    color: #fff !important;
}

.target > div :nth-child(5) {
    padding: 6px 20px !important;
    border-radius: 3px;
    background-color: #98AFD1 !important;
    color: #fff !important;
}


#etimerpanel img {
    border-radius: 3px;
    padding-top: 8px;
    padding-right: 15px;
    width: 90px;
}

#editor {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

@media (min-width:625px) {
    #task_0 {

        width: 600px !important;
        left: 50% !important;
        margin-left: -300px !important;
        border: none !important;
        border-radius: 5px !important;
    }

    #open_win1 {
        width: 780px !important;
    }
}

@media (max-width:625px) {
    #task_0 {

        border: none !important;
        border-radius: 5px !important;
    }

    #open_win1 {
        width: 90% !important;
        left: 5% !important;
    }
}

#task_0 > div:nth-child(1), #scene1 > div:nth-child(1) {
    height: 30px !important;
    line-height: 30px !important;
}

    #task_0 > div:nth-child(1) div, #scene1 > div:nth-child(1) div {
        text-indent: 20px !important;
        font-size: 14px !important;
    }

        #task_0 > div:nth-child(1) div:nth-child(2) {
            padding-right: 10px;
            width: calc(30% - 10px) !important;
            font-weight: bold;
            font-size: 16px !important;
        }

#stb {
    border-spacing: 20px;
}

    #stb tr td {
        background-color: #fff;
        border-radius: 5px;
        color: #333 !important;
        margin: 10px;
        box-shadow: 0px 0px 8px #c0d0eb;
    }

        #stb tr td span {
            color: #333 !important;
        }

#stb2 {
    border-spacing: 15px;
}

    #stb2 tr td {
        background-color: #fff;
        border-radius: 5px;
        color: #333 !important;
        margin: 10px;
        box-shadow: 0px 0px 8px #c0d0eb;
        line-height: 22px;
        height: 125px;
        text-align: center;
        width: 25%;
    }

        #stb2 tr td span {
            color: #333 !important;
        }

#timebox {
    width: 95%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

    #timebox div {
        width: 50%;
        height: 60px;
        float: left;
        text-align: center;
        font-weight: bold;
    }

    #timebox #wed {
        background: #e4b588;
        color: #fff;
        line-height: 30px;
        font-size: 14px;
    }

    #timebox #time {
        background: #fff;
        color: #e4b588;
        line-height: 60px;
        font-size: 24px;
    }

#info {
    /*width: calc(20% - 30px) !important;
    margin: 0px 10px 10px 10px;*/
    border-radius: 5px;
    background-color: #F3F7FA !important;
    padding: 5px;
}

    #info p {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }

.ztree {
    padding: 10px !important;
    margin: 8px 0px !important;
    background-color: #F3F7FA !important;
    border-radius: 5px;
}

#rolepanel {
    left: 56px !important;
    top: 140px !important;
}

#rolepanel {
    background-color: #8AABDE !important;
    border: none !important;
    box-shadow: 0px 0px 10px #ccc !important;
}

.maser-box {
    border-radius: 5px;
    margin: 15px 15px 0px 15px;
    padding-top: 5px;
}

    .maser-box .table_list_box {
        border-radius: 5px;
        box-shadow: 0px 0px 8px #c0d0eb;
    }

.slist-box {
    background-color: #fff;
    border-radius: 5px;
    margin: 15px 15px 0px 15px;
    padding-top: 5px;
}

    .slist-box #info {
        padding: 0px !important;
    }

.examlist-tree {
    margin-bottom: 5px;
}

    .examlist-tree .JSwitch {
        background-color: #fff !important;
        height: 30px;
    }

        .examlist-tree .JSwitch .JSwitch_title {
            width: calc(100% - 40px) !important;
            margin: 0px !important;
            height: 30px !important;
            line-height: 30px !important;
        }

            .examlist-tree .JSwitch .JSwitch_title li {
                line-height: 30px !important;
                height: 30px !important;
            }

        .examlist-tree .JSwitch .JSwitch_L, .examlist-tree .JSwitch .JSwitch_R {
            height: 30px;
        }

.examlist-tree2 {
    margin-bottom: 5px;
}

    .examlist-tree2 .JSwitch {
        background-color: #fff !important;
        height: 46px;
    }

        .examlist-tree2 .JSwitch .JSwitch_title {
            width: calc(100% - 40px) !important;
            margin: 0px !important;
        }

            .examlist-tree2 .JSwitch .JSwitch_title li {
            }

#JBackPage_comp {
    top: 74px !important;
}

.p-user {
    box-shadow: 0px 0px 8px #c0d0eb;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: none !important;
}

    .p-user tr td {
        padding: 40px 0px;
    }

.p-img {
    width: 80px;
}

    .p-img div {
        margin-left: 20px;
        background-size: 50px !important;
        width: 50px;
        height: 50px;
    }

.p-metro {
    background-color: transparent !important;
    box-shadow: none !important;
}

    .p-metro table {
        background-color: transparent !important;
    }

.mychart {
    width: 100%;
    height: 270px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #c0d0eb;
}

    .mychart .charts {
        width: 50% !important;
        float: left !important;
    }

.p-ul li {
    float: left;
    width: calc(33% - 20px);
    background-color: #fff;
    margin-right: 20px;
    height: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #c0d0eb;
}

    .p-ul li div {
        text-align: center;
        padding-top: 36px;
    }

        .p-ul li div b {
            font-size: 24px;
        }
/* 手机端*/
.m-logintop {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
}

.m-loginbox {
    width: 150%;
    border-bottom-left-radius: 90%;
    border-bottom-right-radius: 90%;
    position: absolute;
    left: -25%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 992px 250px;
}

.logo {
    /*background-image: url(img/l-logo.png);*/
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center top;
}

    .logo img {
        width: 70px !important;
        padding-top: 6px;
        filter: grayscale(100%) brightness(800%);
    }

.logo-bg {
    width: 76px;
    height: 76px;
    margin: 0 auto;
}

.logo p {
    font-size: 22px;
    color: #f6f6f6;
    font-weight: bold;
    padding-top: 28px;
    text-shadow: 2px 2px 8px RGBA(0,0,0,0.2);
    width: 64%;
    margin: 0 auto;
    word-break: break-all;
    word-wrap: break-word;
}

.fom {
    padding-top: 60px;
}

    .fom .ntextbox {
        border-bottom: none !important;
        border-radius: 5px;
        background-color: #F4F7FC;
        background-position: center left 8px;
        text-indent: 40px;
        padding-left: 0px !important;
        margin-bottom: 30px !important;
    }

.exambg {
    background-image: none !important;
    /*background-image: linear-gradient(#4E7AE5, #3454CE) !important;*/
}

    .exambg > div {
        margin: auto 15px !important;
    }

        .exambg > div > .smalltxt {
            color: #fff;
            font-size: 14px;
            display: inline-block;
            float: left;
            width: calc(100% - 120px);
            padding-top: 40px;
            text-indent: 30px;
        }

        .exambg > div .bigtxt {
            float: right;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background-color: rgba(0,0,0,0.25);
            margin-top: 20px;
            text-align: center;
            color: #fff;
            line-height: 80px;
        }

            .exambg > div .bigtxt span {
                display: block;
                font-size: 16px;
                color: #fff;
                margin-top: -45px;
                text-align: center;
                padding-left: 8px;
            }

.clear {
    clear: both !important;
}

.m-result-list {
    margin-top: -60px;
    width: 100%;
}

    .m-result-list .tabstat {
        background-image: none !important;
        height: 160px !important;
        box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.2);
    }

        .m-result-list .tabstat > div {
            float: left;
            width: calc(100% - 30px);
            height: 50px !important;
            border-bottom: solid 1px #E3E6F2;
            margin: 0px 15px;
            border-radius: 0px !important;
        }

            .m-result-list .tabstat > div:nth-child(3) {
                border-bottom: none !important;
            }

        .m-result-list .tabstat div span {
            float: left;
            color: #898989 !important;
            line-height: 50px;
            font-size: 14px;
            padding-left: 10px;
        }

        .m-result-list .tabstat div p {
            float: right;
            line-height: 50px !important;
            padding-right: 15px;
        }

.exambg {
    height: 220px !important;
}

.m-result-list .tabmodel a {
    width: calc(100% - 30px) !important;
    height: 70px !important;
}

    .m-result-list .tabmodel a img {
        width: 50px !important;
        margin: 10px 20px 10px 10px;
    }

    .m-result-list .tabmodel a div p {
        float: left;
        line-height: 70px;
    }

        .m-result-list .tabmodel a div p:nth-child(2) {
            float: right;
        }

        .m-result-list .tabmodel a div p b {
            line-height: 70px !important;
            margin-top: 0px !important;
        }

.tablist {
    padding: 12px 0px;
    text-align: center;
}

.libutton {
    border-radius: 5px;
    line-height: 36px !important;
    border: none !important;
    width: calc(100% - 20px) !important;
    margin: 5px 10px;
    box-shadow: 0rem 0rem 0.3125rem rgba(82, 63, 105, 0.25) !important;
    white-space: initial !important;
}

    .libutton div:nth-child(1) {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .libutton div {
        word-break: break-all;
        word-wrap: break-word;
    }

.m-detail-bg {
    height: 230px;
}

    .m-detail-bg > div div {
        display: block;
        padding-bottom: 80px !important;
    }

        .m-detail-bg > div div .smalltxt {
            float: left;
            color: #fff !important;
            width: calc(100% - 150px) !important;
            margin: 0 10px;
            padding-top: 20px;
            text-indent: 26px;
            line-height: 24px;
        }

        .m-detail-bg > div div .bigtxt {
            float: right;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background-color: rgba(0,0,0,0.25);
            margin-top: 10px;
            text-align: center;
            color: #fff;
            line-height: 80px;
            margin-right: 10px;
            line-height: 80px;
        }

            .m-detail-bg > div div .bigtxt .smalltxt {
                float: none !important;
                display: block;
                text-align: center;
                margin-top: -40px;
                font-size: 14px;
                padding-left: 16px;
            }

.m-detail-box {
    margin-top: -60px !important;
}

    .m-detail-box .paper {
        width: calc(100% - 40px) !important;
        margin: 20px !important;
        border-radius: 5px;
        box-shadow: 0rem 0rem 0.3125rem rgba(82, 63, 105, 0.25) !important;
    }

#dataStat {
    width: calc(100% - 40px) !important;
    margin: 0 20px !important;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0rem 0rem 0.3125rem rgba(82, 63, 105, 0.25) !important;
}


.m-tree-list .JSwitch_title {
    background-color: #fff;
    padding: 0px 7px !important;
    width: 100% !important;
    margin: 0px !important;
    border-bottom: none !important;
}

    .m-tree-list .JSwitch_title li {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.m-detail-con {
    border-radius: 5px;
    width: calc(100% - 30px) !important;
    margin: 0 15px;
    background-color: #fff;
    box-shadow: 0rem 0rem 0.3125rem rgba(82, 63, 105, 0.25) !important;
}

.tablist label {
    background-color: transparent !important;
}

.tabexper .libutton div a.JBadge {
    border-radius: 5px;
    padding: 2px 12px !important;
}

.mtarget {
    height: 46px !important;
}

.m-img-list {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    float: left;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
}

    .m-img-list img {
        width: 70px;
        margin: 5px;
    }

.tabmodel b {
    font-weight: bold;
    line-height: 44px !important;
    font-size: 18px !important;
}

.hid {
    display: none !important;
}

#qtool {
    background-color: #fff;
    margin-top: 0px !important;
}

.m-search-num {
}

.m-search {
    height: 36px;
    width: 80%;
    background-color: #ECF1F5;
    margin: 0 auto;
    border-radius: 18px;
}

    .m-search .textbox {
        border: none !important;
        background-color: transparent !important;
        float: left;
        width: calc(100% - 54px) !important;
        text-indent: 14px;
    }

.m-search-num {
    padding-top: 15px;
}

.m-search .btn {
    border-radius: 13px !important;
    margin: 5px !important;
}

.m-res-list .tabexper .libutton div:nth-child(1) {
    padding: 8px !important;
}

.person p {
    float: left;
    padding-top: 30px;
}

    .person p b {
        display: block;
        line-height: 24px !important;
        text-align: left;
    }

    .person p:nth-child(1) {
        padding-left: 50px;
        padding-right: 15px;
    }

.person img {
    box-shadow: none !important;
    width: 50px !important;
    height: 50px !important;
}

.m-person-box {
    margin: -80px 15px 15px 15px;
    width: calc(100% - 30px);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.2);
}

    .m-person-box .tablist {
        padding: 0px !important;
    }

        .m-person-box .tablist a {
            border-bottom: solid 1px #e5e9f3 !important;
            border-top: none !important;
            width: calc(100% - 30px) !important;
            height: 50px !important;
            line-height: 50px !important;
            text-align: left !important;
            font-weight: bold;
            box-sizing: border-box;
        }

            .m-person-box .tablist a:nth-child(5) {
                border-bottom: none !important;
            }

.m-person-box2 .tablist a:nth-child(3) {
    border-bottom: none !important;
}

.m-person-box .tablist a label {
    text-align: left !important;
}

.m-person-box .tablist label {
    line-height: 30px !important;
    float: left;
    font-size: 20px !important;
    text-indent: 10px;
    margin-top: 5px;
    font-weight: 500 !important;
}

.m-person-box .tablist a span {
    font-weight: 500 !important;
}

.m-person-fav .boxlist {
    width: 100% !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

#stb tr td {
    line-height: 22px;
    height: 125px;
    color: #fff;
    text-align: center;
    width: 25%;
}

    #stb tr td b {
        font-size: 22px;
    }

    #stb tr td span {
        color: #eee;
        font-size: 12px;
    }

.maser-count {
    display: block;
}

    .maser-count > div > ul {
        width: 100%;
    }

        .maser-count > div > ul > li {
            float: left;
            width: calc(33% - 16px);
            height: 126px;
            text-align: center;
            box-shadow: 0px 0px 8px #c0d0eb;
            border-radius: 5px;
            margin-right: 16px;
            background-color: #fff;
        }

            .maser-count > div > ul > li:nth-child(1) {
                margin-bottom: 16px;
            }

            .maser-count > div > ul > li:nth-child(2) {
                margin-bottom: 16px;
            }

            .maser-count > div > ul > li:nth-child(3) {
                margin-bottom: 16px;
                margin-right: 0px;
            }

            .maser-count > div > ul > li > div {
                padding-top: 36px;
            }

                .maser-count > div > ul > li > div b {
                    font-size: 24px;
                }

.maser-charts {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #c0d0eb;
    height: 268px;
}

    .maser-charts > div {
        height: 268px;
    }

.t-small th {
    padding: 5px !important;
}

.t-small td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.t-small .loadingbar {
    margin-top: 5px !important;
}



#tablis tr td {
    background: #fff;
    line-height: 28px;
}

.ico-JusCase, .ico-JusExper, .ico-JusWorkFlow, .ico-JusWorkForm, .ico-JusScene, .ico-JusVideo, .ico-JusSlide, .ico-Annotation, .ico-JusThkDed, .ico-HiPub, .ico-WebPDF, .ico-Discuss, .ico-JusRPG, .ico-JusCardGame, .ico-JusHor, .ico-JusThrDisplay, .ico-ThreeView, .ico-SimVR {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    margin: 14px 25px 3px 25px;
}

#model_tool {
    padding: 10px 0px;
}

    #model_tool > a > div img {
        display: none;
    }

    #model_tool > a > div i {
        color: transparent;
        font-size: 30px;
        display: block;
        padding-top: 13px;
        /*text-shadow: 0 0 5px #3686ff;*/
        /*background-image: linear-gradient(to bottom, #7bcbff,#7bcbff, #3686ff);*/
        background-clip: text;
        -moz-background-clip: text;
        -webkit-background-clip: text;
    }

.model_tool a:hover > div:nth-child(1) {
    background-color: #ffe7e7;
}

#model_tool > a:hover > div i {
    background-image: linear-gradient(to bottom, #ff897a,#ff897a, #f96643);
}

.model_tool a div br {
    display: none;
}

#role_tb table {
    background: #ccc;
    margin-top: 20px;
    width: 100%;
}

    #role_tb table tr td {
        background: #fff;
    }

        #role_tb table tr td img {
            cursor: pointer;
            width: 60px;
        }

.remark {
    color: #999;
    font-size: 12px;
    line-height: 26px;
}

.flowsel {
    background: #ccc;
}

.hover td {
    background: #e2c5a8;
}

#stepn {
    width: 100%;
    overflow-y: hidden;
    overflow-y: auto;
}

    #stepn label {
        width: 95%;
        line-height: 30px;
        display: inline-block;
        color: #333;
        font-size: 14px;
        cursor: pointer;
    }

        #stepn label:hover {
            background: #808080;
            color: #fff;
        }

.flowsel {
    background: #ccc;
}

#qlist a {
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 99%;
    text-indent: 3px;
    font-size: 12px;
}

    #qlist a:hover {
        background: #eee;
    }

#paging {
    font-size: 12px;
}

.case-box {
    margin-top: 15px;
}

    .case-box #body {
        border-radius: 5px;
        margin-bottom: 10px;
        width: 98% !important;
        margin: 0 auto;
    }

    .case-box .JSwitch_title {
        margin: 10px 15px 0px 15px !important;
        width: calc(100% - 30px) !important;
    }

#playerbox {
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: #000;
}

.quickm {
    width: 50px;
    position: fixed;
    z-index: 2;
    top: 150px;
    right: 0px !important;
    left: initial !important;
}

    .quickm a {
        width: 100%;
        height: 50px;
        margin-top: 3px;
        background: #333;
        color: #ddd;
        line-height: 20px;
        display: inline-block;
        font-size: 12px;
        text-align: center;
    }

        .quickm a:hover {
            background: #555;
            color: #fff;
        }

.quickmtb {
    width: 200px;
    position: absolute;
    z-index: 2;
    top: 480px;
}

    .quickmtb a {
        width: 50px;
        height: 50px;
        margin-right: 3px;
        background: #333;
        color: #ddd;
        line-height: 20px;
        display: inline-block;
        font-size: 12px;
        text-align: center;
    }

        .quickmtb a:hover {
            background: #555;
            color: #fff;
        }

.ovh span {
    width: 100px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.small-ul ul li {
    line-height: 30px !important;
    height: 30px !important;
}

.small-ul .JSwitch_title {
    margin: 0px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.tb1 tr td {
    background-color: #E6E8EB !important;
    color: #000 !important;
}

    .tb1 tr td a {
        background-color: transparent !important;
        border: none !important;
    }

        .tb1 tr td a:hover {
            color: #000 !important;
        }

.m-e-list .libutton {
    line-height: 30px !important;
}

    .m-e-list .libutton div:nth-child(2) {
        padding-bottom: 5px;
    }

    .m-e-list .libutton div span {
        white-space: normal !important;
        line-height: 30px !important;
    }

    .m-e-list .libutton div a {
        white-space: normal !important;
        line-height: 24px !important;
    }

.uselist a {
    width: 94% !important;
    margin-left: 3%;
    margin-top: 10px !important;
}

    .uselist a:nth-child(1) {
        background: #007BFF !important;
    }

    .uselist a:nth-child(2) {
        background: #28A745 !important;
    }

    .uselist a:nth-child(3) {
        background: #DC3545 !important;
    }

.m-logo {
    filter: grayscale(100%) brightness(800%);
    height: 25px !important;
    padding-top: 8px !important;
}

.team-list2 tr td {
    background-color: #fff !important;
    width: auto !important;
}

.team-list tr td {
    width: auto !important;
}

.dropdown {
    background-color: #fff;
    border: solid 1px #ddd;
    outline: none;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
}
