@chartset "UTF-8";
body {
    height: 100%;
    user-select: none;
}
/*公共组件title样式*/
#mytitle {
    position: absolute;
    color: #ffffff;
    /* width: 200px; */
    min-width: 200px;
    max-width: 500px;
    font-size: 14px;
    padding: 4px;
    background: rgba(40, 40, 40, 0.8);
    border: solid 1px #e9f7f6;
    border-radius:5px;
    z-index:9999;
}

.new_my_title{
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_my_title .tip {
    display: none;
}
.new_my_title > div{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new_my_title_two{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mes-btn {

    height: 29px;
    width: 11%;
    vertical-align: middle;
    outline: none;
    background: #3D7CF4;
    color: #FFFFFF;
    border-radius: 4px;
    /* display: none;*/

}

.common-compare {
    background: #fff !important;
    color: #3D7CF4 !important;
    border: 1px #3D7CF4 solid;
    /* padding: 4px 10px; */
    border-radius: 4px;
    /* line-height: 1.5; */
    height: 31px;
    line-height: 31px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

/* 补充说明 */
.edit-content span {
    word-break: break-all;
}

.supplement-container {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    min-height: 280px;
    width: 100%;
    background: #fff;
    border-radius: 6px;


}

.supplement-content {
    box-sizing: border-box;
    /* width:700px;*/
    height: 300px;

    position: relative;


}

.supplement-content i {
    cursor: pointer;


}

.edit-content {
    box-sizing: border-box;
    width: 100%;
    height: 240px;
    padding: 10px;
    overflow: auto;
    padding-top: 5px;
}

.edit-bottom {
    box-sizing: border-box;
    width: 100%;
    /* height: 60px; */
    margin: 5px auto;
    /* text-align: right; */
    text-align: center;
    bottom: 10px;
    position: absolute;

}

.edit-bottom textarea {
    width: 82%;
    height: 50px;
    border: 1px solid #ccc;
    vertical-align: middle;
    resize: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 5px;
}

.edit-bottom input {
    width: 10%;
    height: 52px;
    /* border: 1px solid #ccc; */
    vertical-align: middle;
    outline: none;
    /* float: left; */
    /* margin-left: 2%; */
    /* border-radius: 4px; */
    background: #5193ED;
    color: #FFFFFF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.edit-step {
    text-align: left;
    width: 100%;
    /* margin-top: 2px; */
    /* float: left; */
    display: inline-block;
    /* padding: 4px 14px; */
    border-radius: 6px;
    background: #F6F7F8;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 5px auto;
}

.edit-index {
    line-height: 1.5;
    color: #3D7CF4 !important;
}

.edit-step > span {
    color: #666666;
    vertical-align: top;
    line-height: 1.5;
    font-size: .28rem;

}

.edit-remove {
    float: right;
    vertical-align: top;

}

.edit-remove i {
    color: #BBBBBB;

}

.edit-container {
    display: inline-block;
    width: 70%;
    text-align: justify
}

.edit-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.edit-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.edit-content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.edit-content::-moz-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.edit-content::-moz-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.edit-content::-moz-scrollbar-track {
    /*滚动条里面轨道*/
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.edit-content::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.edit-content::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.edit-content::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);

}

.message-content-com {
    height: 240px;
    overflow: auto;
}

.message-container {

    box-sizing: border-box;
    vertical-align: top;

    overflow: auto;
    background: #fff;
    border-radius: 6px;
    margin-top: 15px;

}

.message-container h2 {
    font-weight: bold;
    font-size: .28rem;
    color: #666666;
    margin-bottom: 6px;
    height: 14px;
    margin-top: 10px;
    vertical-align: middle;
}

#sup-btn {
    width: 11%;
    height: 30px;
    vertical-align: middle;
    outline: none;
    background: #3D7CF4;
    color: #FFFFFF;
    border-radius: 4px;

}

input[name=supplementInfo] {
    width: 82%;
    color: black;
    border: none;
    vertical-align: middle;
    resize: none;
    border-radius: 4px;
    padding-left: 5px;
    background: #F6F7F8;
    height: 30px;
    color: #999999;
    font-size: .28rem;
    margin-right: 10px;
}

.supplement-container h2 {
    color: black;
    font-weight: bold;

}

.message-container h2 {
    color: black;
    font-weight: bold;

}

.message-top {
    /*    box-sizing: border-box;
    width: 89%;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 4px;

    padding-left: 5px;
    overflow: auto;*/
    width: 82%;
    color: black;
    border: none;
    vertical-align: middle;
    resize: none;
    border-radius: 4px;
    padding-left: 5px;
    background: #F6F7F8;
    height: 30px;
    color: #999999;
    font-size: .28rem;
    margin-right: 10px


}

.message-top p {
    display: block;
    width: 100%;
    height: 30px;

    outline: none;
}

.message-bottom {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    background: #fff;
    overflow: auto;
    position: relative;
    margin-top: 11px;

}

.msg-role {
    padding: 4px 6px;
    background: #f3f3f3;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 6px 0px 10px;
    display: inline-block;
    color: #1cd47f;
}

.msg-step {
    font-size: 12px;
    color: #8e8e8e;
    margin: 0px 6px 6px 10px;
}

.player-img {
    background: url('/irs/images/player.png') no-repeat center;
    background-size: cover;
}

.planner-img {
    background: url('/irs/images/planner.png') no-repeat center;
    background-size: cover;
}

.planner {
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
}

.planner-message {
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #429E8D;
    margin-bottom: 20px;


}

.planner-message > span {

    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #333333;
    font-weight: bold;
    text-align: center;
    font-size: .28rem;

}

.planner-message-content {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    min-height: 36px;
    /* line-height: 20px; */
    line-height: 1.5;
    max-width: 55%;
    word-break: break-all;
    vertical-align: middle;
    padding: 10px;
    border-radius: 6px;
    border-top-left-radius: 0px;
    font-size: .28rem;
    background: #F1F5FE;

}

.planner-message-content > span {
    background: #4F96E6;
    padding: 5px 20px 5px;
    color: #FFF;
    border-radius: 8px;
    line-height: 30px;
}

.player {
    margin-top: 10px;
    box-sizing: border-box;
    text-align: right;
}

.player-message {
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #747777;


}

.player-message > span {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: right;
}

.player-message-content {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    min-height: 36px;
    /* line-height: 20px; */
    line-height: 1.5;
    max-width: 55%;
    word-break: break-all;
    vertical-align: middle;

    padding: 10px;

    border-radius: 6px;
    border-top-right-radius: 0px;

    color: #666666;
    font-size: .28rem;
    background: #F6F7F8;

}

.player-message-content > span {
    background: #4F96E6;
    padding: 5px 20px 5px;
    color: #FFF;
    border-radius: 8px;
    line-height: 30px;
}

/* 留言板 */
.message-top::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.message-top::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.message-top::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.message-top::-moz-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.message-top::-moz-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.message-top::-moz-scrollbar-track {
    /*滚动条里面轨道*/
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.message-top::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.message-top::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.message-top::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);

}


.message-bottom::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.message-bottom::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.message-bottom::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.message-bottom::-moz-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.message-bottom::-moz-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.message-bottom::-moz-scrollbar-track {
    /*滚动条里面轨道*/
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.message-bottom::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.message-bottom::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.message-bottom::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.message-bottom p {
    margin: 6px;
}

.message-content-com span {
    word-break: break-all;
}

.tanchu-tip {
    width: 300px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -300px;
    border-radius: 8px;
    transition: all 0.3s;
    z-index: 999999999 !important;
}

.tanchu-tip-fail {

    border: 1px solid #ff5000;
    background: #ff5000;
}

.tanchu-tip-fail::after {
    content: "失败！";
    color: #fff;
    padding-left: 10px;

}

.tanchu-tip-success {
    border: 1px solid #8cc27d;
    background: #8cc27d;
}

.tanchu-tip-success::after {
    content: "成功！";
    color: #fff;
    padding-left: 10px;
}

.tanchu-tip-xg-success {
    border: 1px solid #8cc27d;
    background: #8cc27d;
}

.tanchu-tip-xg-success::after {
    content: "成功！";
    color: #fff;
    padding-left: 10px;
}

#right-container {
    box-sizing: border-box;
    overflow-y: auto;
    padding: 0 30px 30px 30px;
    min-width: 1300px;

}

.right-container-title {
    font-size: 16px;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 14px;
    color: #fff;
    overflow: auto;
}

.common-title-img {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: red;
    border-radius: 50%;
    float: right;
    margin-right: 10px;

}

.common-title-img-table {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: red;
    border-radius: 50%;
    vertical-align: middle;

}

.common-title-img-h1 {
    display: inline-block;
    min-width: 50px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    float: right;
    font-weight: bold;
    color: black;

}

.right-container-title h1 {
    font-weight: bold;
}

header {
    color: #C4CBD5;
    white-space: nowrap;
}

.common-titlt-img-sty {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*.header-btn-box{*/
/*float: right;*/
/*margin-right: 40px;*/
/*margin-top: 18px;*/
/*}*/
/*.header-btn-box i{*/
/*font-size: 22px;*/
/*margin-bottom: 6px;*/
/*}*/

/*.header-btn-box div{*/
/*display: inline-block;*/
/*margin: 10px 10px 0;*/
/*}*/

/*.header-btn-box div i, .header-btn-box div span{*/
/*display: block;*/
/*text-align: center;*/

/*}*/

.header-nav-box ul li div {
    width: 40px;
    height: 32px;
    margin: 0 auto 6px;
}

.header-nav-box ul li div > i {
    font-size: 30px;
    color: #C4CBD5;
}

.header-nav-box ul {
    font-size: 0;
}

.header-nav-box #header-nav .menu-icon {
    display: none;
    width: 100%;
    background: #505572;
    padding-top: 18px;
}

.header-nav-box ul .menu-icon div i {
    color: #079BEC;
    font-size: 34px;
}

.header-nav-box #header-nav li {
    width: 33%;
    height: 78px;
    text-align: center;
    display: inline-block;
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}

.header-nav-box #header-nav li:hover,
.header-setting ul li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-nav-box #header-nav .chooseed:hover {
    background-color: #3D7CF4;
}

.header-setting {
    background: #2F3F53;
    border-top: 1px #465265 solid;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    height: 0;
    display: none;
}

.header-setting ul li {
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
}

.header-setting ul li a {
    color: #FFFFFF;
}

/*右侧中间导航*/
#content-nav li {
    display: inline-block;
    /* border-right: 1px #CCCCCC solid;*/
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    /* border-bottom: 1px solid #4f96e6;*/
}

#content-nav li a {
    padding: 12px 25px;
    display: block;
}

#content-nav li:first-child {
    /* border-left: 1px #CCCCCC solid;*/
}

.carrer-planning {
    /*width: calc(100% - 320px - 20px);!*100% - header高度 - right-container的padding - content-nav的高度*!*/
    /*height: calc(100% - 100px - 20px - 40px);!*100% - header高度 - right-container的上下padding - content-nav的高度*!*/
    width: 100%;
    /*height: calc(100% - 49px);*/
    box-sizing: border-box;
    /*padding: 10px;*/
    /*border: 1px #CCCCCC solid;*/
    /*position: fixed;*/
    overflow-y: auto;
}

/*搜索框样式*/
.search-input {
    display: inline-block;
    font-size: 0;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
}

.search-input input {
    border: 1px #CCCCCC solid;
    border-radius: 4px;
    padding: 4px 0 4px 6px;
    font-size: 14px;
    margin-left: 5px;
}

.search-input i {
    position: absolute;
    top: 7px;
    right: 4px;
    color: #999999;
}

.search-select {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0;

}

#select_year {
    cursor: pointer;
}

.search-select select {
    border: 1px #cccccc solid;
    border-radius: 4px;
    padding: 4px 17px 6px 7px;
    font-size: 14px;
}

.full-container {
    background: #FFFFFF;
    padding: 10px;
    height: 90%;
    width: 98%;
    box-sizing: border-box;
    overflow-y: auto;
    margin: auto;
    border-radius: 10px;
}

.full-container02 {
    padding: 0 30px 30px 30px;
}

i {
    color: #5193ED;
}

/*.td-ellipsis{*/
/*overflow: hidden;*/
/*white-space: nowrap;*/
/*text-overflow: ellipsis;*/
/*}*/

.inside-tab ul li {
    color: #333;
    width: 132px;
    height: 40px;
    background: #fff;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.inside-tab ul li a {
    color: #434867;
}

.flt-l {
    float: left;
}

.flt-r {
    float: right;
}

.tab-select {
    background: #3D7CF4 !important;
    color: #FFFFFF !important;
}

.tab-select a {
    color: #FFFFFF !important;
}

.ul-content {
    /*background: #434866;*/
    overflow: hidden;
    width: 100%;
    height: 39px;
    margin-bottom: 14px;
    background: #fff;
}

.left-stu {
    text-align: left;
    color: #333333;
    float: left;
    height: 39px;
    line-height: 23px;
    padding: 8px 10px;
    float: right;
    /* border-left:1px solid #DDDDDD;*/
    box-sizing: border-box;
    font-weight: bold;
}

.left-stu::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    background: #DDDDDD;
    vertical-align: middle;
    margin-right: 20px;

}

#content-nav {
    text-align: right;
    float: right;
}

#content-nav a {
    color: #333333;

    cursor: pointer;
}

#content-nav .select a {
    color: #fff;


}

input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

.disp-n {
    display: none;
}

.disp-b {
    display: block;
}

.disp-inb {
    display: block;
}

.go-back {
    color: #FFFFFF;
    float: left;
    line-height: 39px;
    margin-right: 10px;
    cursor: pointer;
    background: #3D7CF4;
    padding: 0 12px;
    display: none;
}


.go-back a {
    color: #ffffff;
}

/*.go-back a{
color:#333333;
font-size:.32rem;
}*/
.ell-before,
.ell-behind {
    /*display: none !important;*/
    background: unset !important;
}

.page-current {
    background: #3D7CF4 !important;
}

.page-current a {
    color: #ffffff;
}

/* ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
} */

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #cccccc;
    background: #cccccc;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #f3f3f3;
    border-radius: 0;
    background: rgba(110, 110, 110, 0.1);
}

/*::-moz-scrollbar {!*滚动条整体样式*!*/
/*width: 4px;     !*高宽分别对应横竖滚动条的尺寸*!*/
/*height: 4px;*/
/*}*/
/*::-moz-scrollbar-thumb {!*滚动条里面小方块*!*/
/*border-radius: 5px;*/
/*-moz-box-shadow: inset 0 0 5px #cccccc;*/
/*background: #cccccc;*/
/*}*/
/*::-moz-scrollbar-track {!*滚动条里面轨道*!*/
/*-moz-box-shadow: inset 0 0 5px #f3f3f3;*/
/*border-radius: 0;*/
/*background: rgba(0,0,0,0.1);*/
/*}*/
/*::-ms-scrollbar {!*滚动条整体样式*!*/
/*width: 4px;     !*高宽分别对应横竖滚动条的尺寸*!*/
/*height: 4px;*/
/*}*/
/*::-ms-scrollbar-thumb {!*滚动条里面小方块*!*/
/*border-radius: 5px;*/
/*-ms-box-shadow: inset 0 0 5px #cccccc;*/
/*background: #cccccc;*/
/*}*/
/*::-ms-scrollbar-track {!*滚动条里面轨道*!*/
/*-ms-box-shadow: inset 0 0 5px #f3f3f3;*/
/*border-radius: 0;*/
/*background: rgba(0,0,0,0.1);*/
/*}*/

.icon-xinxi2 {
    font-weight: bold;
    opacity: 0.4;
}

#content {

    text-align: center;
}

/* Timeline */
.timeline {
    border-left: 2px solid #F5F5F5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Source Sans Pro', sans-serif;
    margin: 15px auto 0;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 40%;
    left: 50px;
}

.timeline h1,
.timeline h2,
.timeline h3 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}

.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 10px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -200.5px;
    color: #858585;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

.timeline .event:after {
    /*box-shadow: 0 0 0 4px #F5F5F5;*/
    left: -56.85px;
    background: #F5F5F5;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline .actived.event:after {
    box-shadow: 0 0 0 2px #3D7CF4;
    left: -58.85px;
    border: 2px solid #FFF;
    background: #3D7CF4;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline p {
    color: #858585;
    text-align: justify;
}

.com-container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.com-inner {
    display: inline-block;
    vertical-align: top;
    width: 54%;

}


.layui-layer-page, .layui-layer-iframe {
    border-radius: 6px !important;
    overflow-y: auto;
}

.com-inner-right {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    background: #fff;
    border-radius: 6px;
}

.inner-left {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
    margin: 0 10px;
}

.common-compare-sc {
    display: inline-block;
    background: #fff;
    color: #3D7CF4 !important;
    border: 1px solid #3D7CF4;
    font-size: .28rem !important;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    height: 29px;
    line-height: 29px;
    margin-right: 5px;
    padding: 0 6px;
    float: right;
    margin-top: 5px;
}

.compare-data-version,
.compare-container {
    display: flex;
    justify-content: space-around;
}

.pla-data-version, .stu-data-version,
.compare-left, .compare-right {
    display: inline-block;
    width: 40%;
}

.compare-left dt, .compare-right dt {
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #F1F5FE;
    color: #3D7CF4;
    border-radius: 4px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.compare-left dd, .compare-right dd {
    margin: 10px 0;
}

.compare-data-center,
.compare-center {
    display: inline-block;
    width: 14%;
}

.btn-common-lay {
    display: block;
    color: #FFFFFF;
    background: #3D7CF4;
    width: 125px;
    height: 30px;
    border-radius: 4px;
    position: fixed;
    margin-top: 200px;


}

.item-content-lay {
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 5px;
    text-align: left;
    height: 35px;
    border-radius: 4px;


}

.item-content-lay > span:nth-of-type(1) {
    display: inline-block;
    width: 1%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .28rem;
    height: 33px;
    line-height: 33px;
    color: #666666;
    text-align: center;
    /* line-height: 30px; */


}

.item-content-lay > span:nth-of-type(2) {
    display: inline-block;
    /*width: 5%;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .28rem;
    height: 33px;
    line-height: 33px;
    color: #666666;

    /* line-height: 30px; */


}

.item-content-lay > span:nth-of-type(3) {
    display: inline-block;
    width: calc(94% - 12px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .28rem;
    height: 33px;
    line-height: 33px;;
    color: #666666
    /* line-height: 30px; */


}

.item-content-u a, .item-content-lay a {
    color: #666666;
}

.layui-layer-dialog {
    border-radius: 6px !important;
}

button i.icon-sousuo {
    color: #BBBBBB;
}

/* 3.0系统升级头部样式 */
.right-container-title{
    padding: 0;
    overflow: unset;
}










.tools-box-item {
    width: 150px;
    /*height: 275px;*/
    display: none;
    padding: 1px;
    font-size: 12px;
    box-sizing: border-box;
}

.tools-box {
    font-size: 22px;
    background-color: #37495F !important;
    z-index: 1 !important;
}

.tools-box .layui-layer-title {
    height: 20px;
    padding: 0;
    background: #2C3E55;
    border-bottom: unset;
}

#toolsBox {
    padding: 0;
    overflow: hidden;
    height: unset !important;
}

.tools-goback,
.tools-select{
    text-align: center;
    margin: 6px 0;
}

.tools-goback select,
.tools-select select{
    border: none;
    background: #465265;
    height: 22px;
    border-radius: 4px;
    width: 132px;
    margin: 0 auto;
    color: #C0C4CC;
    padding-left: 8px;
    cursor: pointer;
}

.tools-goback select:hover,
.tools-select select:hover{
    color: #fff;
}

.tools-open-box .tools-btn-box{
    color: #C0C4CC;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    flex: 1;
    text-align: center;
    padding: 0 12px;
}

.tools-open-box .tools-btn-box li{
    width: 50%;
    box-sizing: border-box;
    padding: 8px 0;
}
.tools-open-box .tools-btn-box li.disable i,.tools-open-box .tools-btn-box li.disable div{
    color:rgba(255, 255, 255, 0.4);
}

.tools-open-box .tools-btn-box li .iconfont{
    font-size: 20px;
    margin-bottom: 4px;
    color: #C0C4CC;
    display: block;
}

.tools-close-box .tools-btn-box{
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 4px;
    box-sizing: border-box;
}

.tools-close-box .tools-btn-box li{
    box-sizing: border-box;
    padding: 4px 0;
}

.tools-close-box .tools-btn-box li .iconfont{
    font-size: 20px;
    margin-bottom: 4px;
    color: #C0C4CC;
}

.tools-btn-box li{
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
}

.tools-btn-box li:hover{
    background: #2C3E55;
    color: #fff !important;
}
.tools-btn-box li.disable:hover{
    background:transparent;
    cursor: auto;
}

.tools-btn-box li:active{
    background: #202D42;
}

.tools-btn-box li:hover>.iconfont{
    color: #fff;
}

.tools-title-bg{
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.tools-title-bg-big{
    width: 90px;
    position: absolute;
    top: 5px;
    left: calc(50% - 52px);
}

.tools-title-bg-small{
    width: 14px;
    position: absolute;
    top: 5px;
    left: calc(50% - 16px);
    display: none;
}

.tools-title-bg li{
    width: 1px;
    height: 10px;
    background: #243346;
}

.tools-open{
    color: #bbb;
    position: absolute;
    font-size: 12px;
    right: 6px;
    line-height: 20px;
    cursor: pointer;
    transform:rotate(0deg);
    transition:transform 0.15s linear
}

.tools-open:hover{
    color: #fff;
}

.tools-close-box{
    display: none;
}

.tools-group-info{
    display: none;
}

.group-name{
    border: 1px #ccc solid;
    border-radius: 4px;
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
}

.tools-btn-disable{
    opacity: 0.1;
    cursor: not-allowed !important;
}

.tools-check-disable + label{
    cursor: not-allowed !important;
    background: #f3f3f3 !important;
}

.tools-batch-info{
    display: none;
}

.tools-batch-select{
    border: 1px #cccccc solid;
    font-size: 12px;
    padding-left: 4px;
    height: 29px;
    border-radius: 4px;
    width: 100%;
}
.scheme_input{
    width: 64px;
    font-size: 12px;
    border-radius:4px;
    height: 22px;
    line-height: 22px;
}
#scheme_input{
    overflow-y: auto;
}
#scheme_input .scheme_input_table_box{
    max-height: 545px;
    overflow-y: auto;
}
table.scheme_input_table{
    width: 100%;
}
table.scheme_input_table th{
    border: 1px #EDEDED solid;
    font-size: 14px;
    background: #F6F7F8;
    color: #444;
    box-sizing: border-box;
    padding: 6px 10px;
    line-height: 1.5;
    text-align: center;
}
table.scheme_input_table td{
    padding: 4px 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    border: 1px #EDEDED solid;
    text-align: center;
    position: relative;

}
table.scheme_input_table input {
    width: 100%;
    min-width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
    box-sizing: border-box;
}

table.scheme_input_table input::-webkit-input-placeholder{
color:#ccc;
}
table.scheme_input_table input::-moz-placeholder{   /* Mozilla Firefox 19+ */
color:#ccc;
}

table.scheme_input_table input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
color:#ccc;
}

table.scheme_input_table input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
color:#ccc;
}
.scheme_input_school_list{

width: 120px;
max-height: 136px;
overflow: auto;
background-color: white;
-moz-box-shadow: 0px 0px 6px #eeeeee;
-webkit-box-shadow: 0px 0px 6px #eeeeee;
box-shadow: 0px 0px 6px #eeeeee;
position: absolute;
z-index: 9;
margin-top: 10px;
}
.scheme_input_school_list ul {
width: 100%;
list-style: none;
}
.scheme_input_school_list ul li {
width: 100%;
line-height: 20px;
font-size: 14px;
padding-top: 5px;
padding-bottom: 5px;
}
.scheme_input_school_list ul li p {
width: 90%;
margin: auto;
text-align: left;
}
.scheme_input_school_list ul li:hover {
    cursor: pointer;
    color:#3D7CF4;
}
.listli {
background-color: white;
color: #888888;
}
.listlibian {
background-color: #eeeeee;
}
.listli:hover {
color: #3D7CF4;
}
.no_message_list{
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table_score{
    display: flex;
    align-items: center;
    justify-content: center;
}
.table_score_change p{
    color:#4F96E6;
    line-height: 1.5;
    white-space: nowrap;
}
.table_score_change p.red{
    color:#ff3c3c;
    line-height: 1.5;
}
.table_score_change p.green{
    color:#06B95D;
    line-height: 1.5;
}
.scheme_input_table .close{
    position: absolute;
    width: 12px;
    height: 12px;
    top:9px;
    right:4px;
    color:#ccc;
    display: none;
    cursor: pointer;
}
.scheme_input_table .close:before{
    transform: rotate(45deg);
}
.scheme_input_table .close:after{
    transform: rotate(-45deg);
}
.scheme_input_table .close:before,.scheme_input_table .close:after {
    position: absolute;
    content: ' ';
    height: 12px;
    width: 1px;
    background-color: #333;
}

#queryId3:hover .centerDataPanel{
    display: block !important;
}
/* 数据中心菜单 end*/

/* 全局遮罩 */
body>.main-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0,0,0,.1); */
    z-index: 9999;
}
.batch-tips>span {
    color: #3D7CF4;
    cursor: pointer;
    margin-left: 6px;
}
.new-pro-tag,
.new-school-tag {
    background: #BBFFE2;
    padding: 4px;
    border-radius: 4px;
    color: #008D6B;
    font-weight: 400; 
}

.doctoral-tag {
    background: #ebdffe;
    padding: 4px;
    border-radius: 4px;
    margin: 0 2px;
    color: #7728f5;
    font-weight: 400; 
}

.collect-tag {
    background: #f7e9e9;
    padding: 4px;
    border-radius: 4px;
    margin: 0 2px;
    color: #bd3124;
    font-weight: 400; 
}
