/*!*职业规划*!*/
.Eval, .Sval, .Tval, .Jval {
    width: auto;
    float: left;
    padding: 5px;
}

.Eval {
    background: #2c8ff9;
    color: #FFFFFF
}

.Sval {
    background: #ea9494;
    color: #FFFFFF
}

.Tval {
    background: #fb8834;
    color: #FFFFFF
}

.Jval {
    background: #70b753;
    color: #FFFFFF
}

.carrer-planning {
    min-width: 921px;
}

.carrer-planning h2 {
    font-weight: bold;
    font-size: .36rem;
    color: #333333;
    margin-bottom: 6px;
    height: 14px;
    margin-top: 10px;
    vertical-align: middle;

}

.carrer-planning h2::before {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #3D7CF4;
    content: "";
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 10px;
}

.test-box table {
    width: 100%;
}

.test-box table tr.sec {
    background: #DDEAFB;
}

.test-box table thead th {
    font-size: 14px;
    background: #F6F7F8;
    color: #444;
    box-sizing: border-box;
}

.test-box table th, .test-box table .lei-th td:first-child {
    padding: 6px 10px;
    line-height: 1.5;
    font-size: 14px;
}

.test-box table td {
    padding: 2px 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
}

.first-th {
    width: 100px;
}

.test-box {
    margin-bottom: 14px;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
}

.test-result-table tbody {
    color: #666;
}

.test-result-table tbody td .result-th {
    width: 100px;
}

.test-result-table tbody td .result-td {
    color: #888;
    width: calc(100% - 100px);
}

.student-info-box {
    margin-bottom: 10px;
    line-height: 1.5;
}

.student-info {
    color: #666;
    background: #fff;
    padding: 1px 0;
    margin-right: 40px;
}

.student-info:last-child {
    margin-right: 0;
}

.plan-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.plan-nav li + li {
    border-left: none;
}

.plan-title {
    text-align: center;
    background: #F6F7F8;
    border-radius: 4px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: bold;
}

.plan-l {
    float: left;
    width: 37%;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    padding: 16px 20px 20px;
    border-radius: 0 6px 6px 6px;
}

.plan-l .profession-box li {
    cursor: move;
}

.plan-m {
    float: left;
    width: 130px;
    box-sizing: border-box;
    padding-top: 250px;
}

.plan-r {
    float: left;
    width: calc(63% - 130px);
    box-sizing: border-box;
    background: #fff;
    padding: 16px 20px 20px;
    border-radius: 6px;
}

.plan-r .search input {
    float: left;
}

.plan-m input[type="button"] {
    display: block;
    padding: 4px 10px;
    color: #FFFFFF;
    background: #3D7CF4;
    width: 80px;
    border-radius: 4px;
    margin: 0 auto 10px;
}

.plan-r .father-ul > li {
    width: 33.33%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.plan-r .father-ul > li + li {
    border-left: none;
}

.plan-r .father-ul > li h1 {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background: #f5f5f5;
    font-weight: bold;
    margin-bottom: 10px;
}

.children-ul {
    padding: 0 10px;
}

.plan-r .children-ul > li {
    border: 1px #EDEDED solid;
    margin: 4px auto;
    border-radius: 4px;
    line-height: 2;
    padding-left: 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}

.li-select {
    padding-left: 8px !important;
}

.plan-r .children-ul > li input {
    width: 80%;
    margin: 3px 0 4px;
}

.plan-r .children-ul > li button {
    float: right;
    background: #fff;
    margin-top: 2px;
    margin-right: 4px;
}

.plan-r .children-ul > li select {
    width: 100%;
}

.carrer-btn-box {
    text-align: right;
}

.carrer-btn-box input[type="button"], .contrast-list-btn {
    padding: 4px 10px;
    border-radius: 4px;
}

.first-btn {
    color: #FFFFFF;
    background: #3D7CF4;
    border: 1px #3D7CF4 solid;
}

.contrast-list-btn {
    position: fixed;
    height: 35px;
    line-height: 1;
}

.sendto {
    background: #fff !important;
    color: #3D7CF4 !important;
}

.signed {
    float: left;
    line-height: 30px;
    padding: 0 14px;
    border-radius: 4px;
    margin-right: 8px;
}

.unsigned {
    float: left;
    line-height: 30px;
    padding: 0 14px;
    color: #FF3C3C;
    border-radius: 4px;
    margin-right: 8px;
    background: #FFF2F2;
}

.unsend-state {
    background: #E7FAF0;
    color: #21B166;
}

.sign-state {
    background: #FF6262;
    color: #fff;
}

.unsign-state {
    background: #FFF2F2;
    color: #FF3C3C;
}

.send-state {
    background: #46C985;
    color: #fff;
}

.unexamine-state {
    background: #FFF7DD;
    color: #F0A20E;
}

.examining-state {
    background: #2FCDF2;
    color: #fff;
}

.examine-state {
    background: #FFCA1A;
    color: #fff;
}

.examine-reject-state {
    background: #FF7B33;
    color: #fff;
}

.reject-remark {
    float: left;
    font-size: 12px;
    padding: 3px 14px !important;
}

.select {
    background: #3D7CF4;
    color: #fff !important;
    border-color: #4F96E6 !important;
}

.plan-l .father-ul {
    overflow-y: auto;
    margin-bottom: 10px;
}

.plan-l .father-ul > li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 392px;
}

.plan-l .father-ul > li:nth-child(1) {
    width: 30px;
    text-align: center;
}

.plan-l .father-ul > li:nth-child(2) {
    width: calc(100% - 30px);
    text-align: left;
}

.plan-l .father-ul > li h1 {
    font-size: 14px;
    color: #434867;
    line-height: 2;
    text-align: center;
    background: #f5f5f5;
    font-weight: bold;
    border-bottom: 1px #CCCCCC solid;
}

.plan-l .children-ul > li {
    border: 1px #CCCCCC solid;
    margin: 4px auto;
    border-radius: 4px;
    line-height: 2;
    box-sizing: border-box;
    font-size: 14px;
}

.plan-l .father-ul > li:nth-child(2) .children-ul li {
    padding-left: 5px;
    position: relative;
}

.plan-l .father-ul > li:nth-child(2) .children-ul li .icon-delete {
    line-height: 28px;
    color: #BBBBBB;
    width: 30px;
    text-align: center;
    cursor: pointer !important;
    float: right;
}

.plan-l .father-ul > li:nth-child(2) .children-ul li .icon-yishoucang {
    float: right;
    line-height: 28px;
    color: red;
    width: 30px;
    text-align: center;
    cursor: pointer !important;
}

.plan-r .father-ul .children-ul {
    overflow-y: auto;
    height: 459px;
}

.carrer-planning .li-checked {
    background: #ECF5FF;
    color: #3D7CF4 !important;
    border: 1px #3D7CF4 solid !important;
}

.carrer-planning .li-unedit {
    background: #F6F7F8;
    color: #AAAAAA !important;
    cursor: not-allowed !important;
    border: 1px #F6F7F8 solid !important;
}

.empty {
    font-size: 16px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 96px);
}

/*职业规划拖拽排序*/
#drag .group-button-list{
    width: 55px;
    height: 30px;
    float: right;
}
#drag .group-button-list .icon-icon-replace{
    font-size: 13px;
    color: #BBB;
    cursor: pointer!important;
}
.dragged {
    position: absolute;
    opacity: 0.8;
    z-index: 2000;
    font-size: 14px;
    background: #f3f3f3;
}

ul.drag li.placeholder {
    position: relative;
    height: 30px;
    border: none;
}

ul.drag li.placeholder:before {
    position: absolute;
}

/*模考填报*/

.test-box ol {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: top;
    line-height: 26px;
}

.flex-item {
    width: 90px;
    line-height: 26px;
}

.test-box ol li {
    background: #ECF5FF;
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 0 10px;
    color: #3D7CF4;
    border-radius: 3px;
}

.risk {
    text-align: center;
    border-top: none;
}

.special-font-one {
    font-size: 20px !important;
    color: #FF5000;
    font-weight: 600;
}

.special-font-two {
    font-size: 20px !important;
}

.strategy {
    float: right;
}

.strategy span {
    display: inline-block;
    font-size: 12px;
    line-height: 29px;
    vertical-align: middle;
    padding: 0 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.strategy select {
    border: 1px #cccccc solid;
    font-size: 12px;
    padding-left: 4px;
    height: 29px;
    border-radius: 4px;
    width: 150px;
}

.volunteer-list table {
    width: 150px;
    text-align: center;
}

.volunteer-list ul {
    border: 1px #EDEDED solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
}

.volunteer-list ul li {
    border-bottom: 1px #EDEDED solid;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.volunteer-list ul li:nth-child(1) {
    background: #F6F7F8;
    font-weight: 600;
}

.sprint {
    background: #FFF7DD;
}

.fit {
    background: #ECF5FF;
}
.suit {
    background: #ECF5FF;
}

.safe {
    background: #E7FAF0;
}
.additional {
    background: #FFF7DD;
}
.nohope-profession {
    color: #ff3c3c
}

.sprint-profession {
    color: #F0A20E
}

.suit-profession {
    color: #3D7CF4
}

.safe-profession {
    color: #06B95D;
}


.volunteer-list ul li p {
    line-height: 1.5;
}

.adjust-percent {
    display: block;
    width: 64px;
    line-height: 23px;
    border-radius: 4px;
    margin: 4px auto 0;
    font-size: 12px;
}

.second-btn {
    color: #3D7CF4;
    background: #fff;
    border: 1px #3D7CF4 solid;
}

.adjust-item-box {
    margin-bottom: 40px;
}

.adjust-item {
    margin-bottom: 14px;
}

.adjust-item span {
    margin-right: 6px;
    vertical-align: middle;
    color: #666;
}

.adjust-item select {
    width: 240px;
    border-radius: 6px;
    border: 1px #cccccc solid;
    height: 32px;
    color: #444444;
    padding-left: 4px;
}

.volunteer-table-box {
    display: flex;
}

.test-box .volunteer-table {
    text-align: center;
    margin-bottom: 20px;
    width:calc(100% - 140px);
    width:-webkit-calc(100% - 140px) !important;
    width:-moz-calc(100% - 140px) !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.volunteer-table tbody tr .school-name, .volunteer-table tbody tr .recruit, .profession, .volunteer-change-model .school-name {
    color: #4F96E6;
    cursor: pointer;
}
.school-name span{
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*.volunteer-table tbody tr{*/
    /*!* IE10、Firefox and Opera，IE9以及更早的版本不支持 *!*/
    /*animation-name: breath;                         !* 动画名称 *!*/
    /*animation-duration: 3s;                         !* 动画时长3秒 *!*/
    /*animation-timing-function: ease-in-out;         !* 动画速度曲线：以低速开始和结束 *!*/
    /*animation-iteration-count: infinite;            !* 播放次数：无限 *!*/

    /*!* Safari and Chrome *!*/
    /*-webkit-animation-name: breath;                 !* 动画名称 *!*/
    /*-webkit-animation-duration: 3s;                 !* 动画时长3秒 *!*/
    /*-webkit-animation-timing-function: ease-in-out; !* 动画速度曲线：以低速开始和结束 *!*/
    /*-webkit-animation-iteration-count: infinite;    !* 播放次数：无限 *!*/
/*}*/

/*@keyframes breath {*/
    /*from { box-shadow: rgba(0,0,0, 0) 0 0 5px 20px inset}                          !* 动画开始时的不透明度 *!*/
    /*26%  { box-shadow: rgba(0,0,0, 0.2) 0 0 5px 20px inset}                          !* 动画50% 时的不透明度 *!*/
    /*to   { box-shadow: rgba(0,0,0, 0) 0 0 5px 20px inset}                          !* 动画结束时的不透明度 *!*/
/*}*/

/*@-webkit-keyframes breath {*/
    /*from { box-shadow: rgba(0,0,0, 0) 0 0 5px 20px inset}                          !* 动画开始时的不透明度 *!*/
    /*26%  { box-shadow: rgba(0,0,0, 0.2) 0 0 5px 20px inset}                          !* 动画50% 时的不透明度 *!*/
    /*to   { box-shadow: rgba(0,0,0, 0) 0 0 5px 20px inset}                          !* 动画结束时的不透明度 *!*/
/*}*/


.school-info {
    color: #606266;
    font-size: 12px;
    cursor: pointer;
    vertical-align: middle;
}

.icon-jingshi {
    color: #ff3737 !important;
}

.sortable-chosen {
    /*color: red;*/
    /*position: relative;*/
    /*border: 1px green solid;*/
    /*background: #CCCCCC;*/
    /*overflow: hidden;*/
}

.sortable-chosen .td-ellipsis {
    width: 200px !important;
    overflow: hidden;
}

.sortable-ghost {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.39);
    box-sizing: border-box;
    height: 80px;
}
.sortable-drag{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.39);
    box-sizing: border-box;
    opacity: 1;
}
.sortable-fallback {
    background: #edf4fd;
    opacity: 1 !important;
}

#school-choose-layer {
    display: none;
    padding: 0 20px 20px;
}

.layui-layer-page .layui-layer-content {
    padding: 20px;
}

.school-score {
    text-align: center;
    margin: 10px 105px 0px;
}

.school-information {
    text-align: left;
    margin-bottom: 18px;
    font-size: 14px;
    color: #3B435A;
}

.school-information div {
    display: inline-block;
    margin-right: 10px;
}

.school-information div span strong {
    font-weight: bold;
}

.score-table {
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    width: 100%;
}

.score-table table {
    text-align: center;
    width: 100%;
}


.score-table-btn {
    padding: 6px 40px 8px;
    background: #3D7CF4;
    color: #FFFFFF;
    border-radius: 3px;
    margin: 0 auto;
    display: none;
}

.score-box {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0;
    display: inline-block;
    position: relative;
}

.score-box .score-type {
    display: inline-block;
    line-height: 44px;
    font-size: 16px;
    margin-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.your-score {
    width: 130px;
    position: absolute;
    background: #FF7171;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    line-height: 2;
    top: 43px;
    left: 50px;
    text-align: left;
    padding-left: 10px;
}

.top-score {
    right: -53px;
    top: 46px;
}

.bottom-score {
    right: 53px;
    bottom: 43px;
}

.score-nohope {
    border-right: 1px #fff solid;
    width: 39px;
    height: 58px;
    border-radius: 24px 24px 0px 0px;
    background: #FF7171;
}

.score-sprint {
    border-right: 1px #fff solid;
    background: #FFC938;
}

.score-fit {
    border-right: 1px #fff solid;
    background: #5E95FD;
}

.score-safe {
    width: 39px;
    height: 58px;
    border-radius: 0px 0px 24px 24px;
    background: #75DEA7;
}

.score-item {
    width: 40px;
    position: absolute;
    right: 53px;
    background: #A5B5C9;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 2;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.2);
}

.arrow-up {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 3px;
    background: #A5B5C9;
    right: -6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 7px;
}

.arrow-down {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 3px;
    background: #FF7171;
    left: -6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: 25px;
}

#school-list {
    display: none;
    min-width: 700px;
}
#school-list table tbody tr td:first-child {
    color: #4F96E6 !important;
    cursor: pointer !important;
}

.local-search input, .all-search input {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    width: 160px;
    height: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
}

.local-search button, .all-search button {
    width: 40px;
    height: 30px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: top;
    cursor: pointer;
    background: #FFFFFF;
    margin-bottom: 10px;
    box-sizing: border-box;
}



.school-list-search {
    position: absolute;
    right: 20px;
}

#school-list .inside-tab ul li {
    background: #F6F7F8;
}

#school-list .test-box {
    padding: 0 0 270px 0;
}

.school-list-all-search {
    float: right;
}

.local-table, .all-table {
    content: "";
    height: 0;
    padding-bottom: 266px;
    font-size: 12px;
}

#school-list table {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.table-input {
    padding: 4px 20px;
    background: #fff;
    color: #3D7CF4;
    border-radius: 4px;
    font-size: 12px;
}

#school-list table tr th, #school-list table tr td {
    padding: 6px 0;
    line-height: 1.5;
    font-size: 14px;
}

#school-list table tr th {
    font-size: 14px;
    background: #F6F7F8;
    color: #444;
}

.page-limit {
    box-sizing: border-box;
    text-align: right;
    margin-top: 5px;
}

.page-limit li {
    display: inline-block;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #F6F7F8;
    color: #636566;
    margin-right: 4px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.school-list-tab li a {
    display: block;
    color: #434867;
}

.half-part {
    margin-bottom: 20px;
}

.schoolNextSearch {
    height: 0;
    content: "";
    padding-bottom: 312px;
}

.all-search-table-empty {
    height: 195px;
}

#profession-list {
    display: none;
    position: relative;
}

.profession-notes {
    font-size: 14px;
    position: absolute;
    left: 0;
}

.profession-notes ul li {
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.profession-notes ul li i {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 26px;
}

.profession-notes ul li span {
    vertical-align: middle;
}

.icon-yishoucang {
    color: red;
    font-size: 15px;
}

.icon-star {
    color: #b0111c;
    font-size: 19px;
}

.icon-icon {
    color: green;
    font-size: 21px;
}

.profession-list-search {
    position: absolute;
    right: 0;
    top: 0;
}

.history {
    box-sizing: border-box;
    margin-top: 10px;
}

.history table thead tr th {
    height: 30px;
    background: #f5f5f5;
}

.history h1, .the-new h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

.history .history-btn input {
    font-size: 12px;
    padding: 6px 6px;
    background: #ffffff;
    margin-right: 4px;
    color: #000000;
    border-radius: 4px;
    border: 1px #CCCCCC solid;
    box-sizing: border-box;
}

.choosed {
    background: #4F96E6 !important;
    color: #FFFFFF !important;
    border: 1px #4F96E6 solid !important;
}

.history .history-btn {
    margin-bottom: 10px;
}

#profession-list {
    padding-bottom: 40px;
}

#profession-list table {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    table-layout: fixed;
}

#profession-list table tr td, #profession-list table tr th {
    padding: 4px 10px;
}

#profession-list table tr td span, #profession-list table tr td i {
    vertical-align: middle;
}

#profession-list table tr td:first-child {
    cursor: pointer;
    color: #4F96E6;
}

#profession-list table tr .profession_note {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.the-new {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.stance-part {
    height: 42px;
}

.profession-choosed {

}

.profession-choosed ul {
    display: inline-block;
    vertical-align: middle;
}

.profession-choosed ul li {
    font-size: 12px;
    color: #3D7CF4;
    display: inline-block;
    margin: 0 6px 20px 0;
    padding: 0 10px;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 4px;
    background: #ECF5FF;
}

.profession-choosed ul li span {
    vertical-align: middle;
    margin-right: 4px;
}

.profession-choosed ul li i {
    color: #4f96e6;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
}
/*  */
.profession-choosed .choose-box {
    display: inline-block;
    vertical-align: middle;
}

.profession-choosed .choose-box .choose-prefess-item {
    font-size: 12px;
    color: #3D7CF4;
    display: inline-block;
    margin: 0 6px 20px 0;
    padding: 0 10px;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 4px;
    background: #ECF5FF;
}

.profession-choosed .choose-box .choose-prefess-item span {
    vertical-align: middle;
    margin-right: 4px;
}

.profession-choosed .choose-box .choose-prefess-item i {
    color: #4f96e6;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
}

.profession-choosed-btn {
    position: absolute;
    bottom: 0;
    left: calc(50% - 54px);
    font-size: 14px;
    padding: 4px 40px 4px;
    background: #3D7CF4;
    color: #FFFFFF;
    border-radius: 3px;
    margin: 0 auto;
}

.layer-confirm-btn {
    font-size: 14px;
    padding: 4px 40px 4px;
    background: #3D7CF4;
    color: #FFFFFF;
    border-radius: 3px;
    margin: 0 auto;
}

.auto-width {
    width: auto !important;
}

.input-unclick {
    background: #CCCCCC !important;
    color: #FFFFFF !important;
    border: 1px #cccccc solid !important;
}

.input-unclick02 {
    color: #ddd !important;
    cursor: not-allowed !important;
}

.chat-button-location-radio-input + label {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 4px;
    background: #ffffff;
    margin: 0 auto;
    border: 1px #c3c3c3 solid;
}

.student-edit-channel .chat-button-location-radio-input + label {
    border: 1px #cccccc solid;
    width: 20px;
    margin: 0 10px 0 0;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.chat-button-location-radio-input:checked + label::before {
    display: block;
    content: "";
    text-align: center;
    font-size: 14px;
    color: #333333;
    background: url("../images/checkbox.png") no-repeat;
    background-size: cover;
    height: 20px;
}

.student-edit-channel .chat-button-location-radio-input:checked + label::before {
    font-size: 20px;
}

.chat-button-location-radio-input {
    display: none;
}

.student-info-line {
    width: 4px;
    height: 20px;
    border-radius: 4px;
    background: #3D7CF4;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.student-edit-info h2.student-name {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

/*招生计划列表*/
#enrolment-plan {
    display: none;
}

#enrolment-plan table {
    width: 100%;
    text-align: center;
}

#enrolment-plan table tr th {
    background: #F6F7F8;
}

#enrolment-plan table tr th, #enrolment-plan table tr td {
    padding: 11px 0;
}

/*历史数据页面*/
.history-table table {
    text-align: center;
    margin-bottom: 10px;
}

.history-search {
    text-align: right;
    padding: 20px 20px 0 20px;
}

/*学生个人信息编辑*/
.user-info-item li {
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 10px;
}

.user-info-title {
    margin-right: 10px;
    vertical-align: middle;
}

.eidt-input {
    border: 1px #c3c3c3 solid;
    border-radius: 4px;
    color: #000;
    padding: 3px 10px;
}


.edit-table, .channel-table, .test-table {
    margin-bottom: 20px;
}

.edit-table tr input, .edit-table tr select, .achievement-table tr input, .test-table tr input {
    width: 100%;
    padding-bottom: 2px;
    font-size: 12px;
    border: 1px #ffffff solid;
    padding-left: 4px;
    box-sizing: border-box;
    height: 24px;
    border-radius: 4px;
    padding-right: 4px;
}

.achievement-table tr input, .test-table tr input {
    padding-right: 4px;
    text-align: center;
}

.edit-table tr select {
    padding-right: 0;
}

.student-edit-profession {
    margin-bottom: 10px;
}

.student-edit-city i {
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
}

/**-----------------------非意向省份------------------------------**/

.student-edit-province i {
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
}

.student-edit-province i {
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
}

.student-edit-province i {
    position: static;
    color: #3D7CF4;
}

.student-edit-province .province-delete {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    width: 26px;
    cursor: pointer;
}

.student-edit-province .province-delete .icon-jianhao {
    font-size: 20px;
}

.student-edit-province ol li {
    padding: 0 !important;
    background: none !important;
    border: 1px #ccc solid;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.student-edit-province ol li .select_pro {
    margin-right: 4px;
}

.student-edit-province ol li .select_pro .select2-selection {
    border: none;
    border-radius: 10px;
    height: 27px !important;
}

.student-edit-province .province-add {
    padding: 0 4px !important;
    line-height: 20px;
    height: 20px;
    background: #3D7CF4 !important;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    color: #FFFFFF;
    border: none;
}

.student-edit-province .province-add .icon-jiahao {
    color: #FFFFFF;
    font-size: 12px;
}

/**-----------------------非意向省份------------------------------**/

.edit-table tr:first-child td {
    position: relative;
}

.edit-table #select3 + span {
    width: 100% !important;
}

.student-edit-city i {
    position: static;
    color: #3D7CF4;
}

.student-edit-city .city-delete {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    width: 26px;
    cursor: pointer;
}

.student-edit-city .city-delete .icon-jianhao {
    font-size: 20px;
}

.student-edit-city ol li {
    padding: 0 !important;
    background: none !important;
    border: 1px #ccc solid;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

.student-edit-city ol li .select2 {
    margin-right: 4px;
}

.student-edit-city ol li .select2 .select2-selection {
    border: none;
    border-radius: 10px;
    height: 27px !important;
}

.student-edit-city .city-add {
    padding: 0 4px !important;
    line-height: 20px;
    height: 20px;
    background: #3D7CF4 !important;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    color: #FFFFFF;
    border: none;
}

.student-edit-city .city-add .icon-jiahao {
    color: #FFFFFF;
    font-size: 12px;
}

.channel-table {
    text-align: center;
}

.channel-table tbody tr td {
    padding: 0;
    font-size: 0;
}

.student-edit-channel input {
    width: 100%;
    height: 32px;
    font-size: 12px;
    color: #FFFFFF;
}

.achievement-table, .test-table {
    text-align: center;
}

.student-edit-info {
    background: #fff;
}

.student-edit-info .test-box h2 {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    margin-bottom: 6px;
}

.student-info-btn {
    text-align: center;
}

.refresh {
    margin-left: 10px;
    color: #3D7CF4;
    cursor: pointer;
    line-height: 26px;
    border-radius: 4px;
    padding: 0 10px;
    float: right;
    border: 1px #3D7CF4 solid;
}

.refresh i {
    font-size: 20px;
    vertical-align: middle;
    color: #3D7CF4;
}

.refresh span {
    vertical-align: middle;
}

.delp,.delPbtn {
    margin-left: 10px;
    color: #3D7CF4;
    cursor: pointer;
    line-height: 26px;
    border-radius: 4px;
    padding: 0 10px;
    float: right;
    border: 1px #3D7CF4 solid;
}

.delp i,.delPbtn i {
    font-size: 20px;
    vertical-align: middle;
    color: #3D7CF4;
}

.delp span,.delPbtn span {
     vertical-align: middle;
 }

.isdel{
    background: #FFE0E0;
}

.inserts {
    margin-left: 10px;
    color: #3D7CF4;
    cursor: pointer;
    line-height: 26px;
    border-radius: 4px;
    padding: 0 10px;
    float: right;
    border: 1px #3D7CF4 solid;
}

.inserts i {
    font-size: 20px;
    vertical-align: middle;
    color: #3D7CF4;
}

.inserts span {
    vertical-align: middle;
}

.safe-type {
    float: right;
    /*  margin-right: 30px; */
    line-height: 29px;
}

.safe-type ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.safe-type ul li div {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
}

.safe-type01 {
    background: #F45B5B;
}

.safe-type01 + span {
    color: #F45B5B;
}

.safe-type02 {
    background: #F5CB3F;
}

.safe-type02 + span {
    color: #F2BC06;
}

.safe-type03 {
    background: #3D7CF4;
}

.safe-type03 + span {
    color: #3D7CF4;
}

.safe-type04 {
    background: #48C685;
}

.safe-type04 + span {
    color: #48C685;
}

.search-line {
    border: none !important;
    padding-left: 0 !important;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    margin: 4px auto;
    border-radius: 4px;
    line-height: 2;
}

.search-line div {
    display: inline-block;
    vertical-align: middle;
    border: 1px #CCCCCC dashed;
    width: calc(50% - 44px);
}

.inner-th {
    color: #333333;
    font-size: .28rem;
    font-weight: bold;

}

.inner-td {
    color: #666666;
    font-size: .28rem;
    margin-right: 25px;
}

.inner-top {
    margin-top: 10px;
}

.contrast-list, #adjust-percent {
    display: none;
}

.contrast-list table {
    color: #333;
}

.contrast-list table, .seize-seat {
    border: none;
}

.seize-seat {
    background: #fff;
}

.contrast-list table tbody:nth-child(even) {
    background: #F1F5FE;
}

.contrast-list table tbody tr th, .contrast-list table tbody tr td {
    line-height: 1.5;
    padding: 4px 10px;
}

.contrast-list table tbody tr td {
    text-align: center;
}

.th-width {
    width: 44%;
    box-sizing: border-box;
}

.contrast-list-title {
    text-align: center;
    border: none;
    background: #F1F5FE;
    color: #3D7CF4;
}

/*河南模考表格样式*/
.volunteer {
    display: flex;
    margin-bottom: 10px;
}

.volunteer-left-list {
    width: 312px !important;
}
.test-box .volunteer-rigth-list{
    width: calc(100% - 312px) !important;
}
.test-box .volunteer-rigth-list-400{
    width: calc(100% - 400px) !important;
}
.test-box .volunteer-rigth-list-200{
    width: calc(100% - 200px) !important;
}

.border-b-l {
    text-align: center;
    border-bottom: 0px #EDEDED solid;
    border-left: 0px #EDEDED solid;
    border-right: 0px #EDEDED solid;
    border-top: 1px #EDEDED solid;
}

.border-b-l td, .border-b-l th {
    border-bottom: 1px #EDEDED solid;
    border-left: 1px #EDEDED solid;
    border-right: 0px #EDEDED solid;
    border-top: 0px #EDEDED solid;
}


/*河南模考表格样式end*/

/*院校数据库*/
.screen-box {
    margin-top: 10px;
    margin-bottom: 14px;
    background: #fff;
    border-radius: 6px;
    padding: 20px 20px 0;
}

.database-screen {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.database-screen li:first-child {
    /*margin-bottom: 14px;*/
}

.database-screen li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.year-choice .year-item {
    display: inline-block;
    margin-right: 4px;
}

.year-choice .chat-button-location-radio-input + label {
    display: inline-block;
    vertical-align: middle;
}

.database-screen .span-item {
    vertical-align: middle;
}

.database-screen .prov-select {
    width: 100px;
}

/*.database-screen .school-select {*/
/*width: 200px;*/
/*}*/

.school-input {
    width: 150px;
}

.profession-input {
    width: 200px;
}

.school-mark {
    width: 160px;
}

.score-region {
    width: 50px;
}

.nature-select {
    width: 100px;
}

.benji-select {
    width: 100px;
}

.area-select {
    width: 100px;
}

.database-table{
    overflow: auto;
    height:calc(100% - 146px);
    background: #fff;
}
.custom-insert-table{
    height:calc(100% - 300px);
}

#oDivH_school-database-table table {
    background-color: #fff;
}

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

.school-database-box{
    height: 100%;
}

.school-database-box table {
    font-size: 14px;
    background-color: white;
}

.school-database-box table td {
    height: 30px;
    text-align: center;
}

.school-database-box table .tabTh {
    color: green;
    font-weight: bold;
    background-color: #f1faee;
}

.tabTh th, .tabTh td, .tabTd th, .tabTd td {
    padding-left: 10px;
    padding-right: 10px;
}

.school-database-tbody{
    overflow: hidden;
}

.open-profession {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.school-profession {
    display: none;
    background: #f6f6f6;
}

.td_inline {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}

.td-width {
    display: block;
    width: 52px;
    margin: 0 auto;
}

.td-width01 {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.td-width02 {
    display: block;
    width: 294px;
    margin: 0 auto;
}

.td-width03 {
    display: block;
    width: 78px;
    margin: 0 auto;
}

.td-width04 {
    display: block;
    width: 64px;
    margin: 0 auto;
}

.td-width05 {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.school-database-commit {
    display: inline-block;
    background: #3d7cf4;
    border-radius: 4px;
    line-height: 1.5;
    color: #fff;
    padding: 3px 14px;
    margin-left: 20px;
    cursor: pointer;
}

.school-database-reset {
    display: inline-block;
    background: #fff;
    border: 1px #dedfe0 solid;
    border-radius: 4px;
    line-height: 1.5;
    padding: 3px 14px;
    cursor: pointer;
}

.open{
    display: block;
    font-size: 20px;
    width: 20px;
    line-height: 19px;
    height: 20px;
    margin: 0 auto;
    transform: rotate(90deg);
}

.school-tips{
    color: #333;
    margin-left: 6px;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

#school-database-table{
    transform-style: preserve-3d;
}
/*院校数据库end*/

/*数据日志样式*/
.data-log-list{
    width: 245px;
    height: 120px;
    overflow-y: scroll;
    position: absolute;
    top: 41px;
    right: 20px;
    border: 1px solid #cccccc;
    background: #fff;
    box-shadow: 1px 1px 5px 3px rgba(179, 179, 179, 0.5);
    color:#9c9797;
    padding: 5px;
    z-index:99;
    display: none
}

.log-infos{
    line-height: 25px;
    border-bottom:1px solid #cccccc;
    cursor:pointer;
}
.log-content{
    margin-left:15px
}
/*数据日志样式 end*/


.volunteer-left-list tbody tr td{
    /* padding: 0; */
}

/* 解决chrome 91 表格串行问题 */
.volunteer-left{
    height: 100%;
}

.test-box table {
    height: 100%;
}