/*气泡提示框*/
.bubble-tip{
    position: fixed;
    top: 0;
    left: 50%;
    width: 92px;
    height: 30px;
    color: #fff;
    z-index: 11;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background: rgba(64,64,64,0.85);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    margin-top: 20px;
}
/*三角气泡*/
.TrBubble:after{
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    border:8px solid transparent;
    border-top-color: rgba(64,64,64,0.85);
    border-bottom:0;
    margin:0 0 -8px -8px;
}
.article-yellow{
    display: none;
    position: fixed;
    top:90px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 12px;
    background-color: #FFF7C8;
    margin: 0 auto;
    font-weight:400;
    color: #666;
}
.article-content{
    width:1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.yellow-know{
    width: 64px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    letter-spacing: 0;
    background: #FF9700;
    border-radius: 11px;
    border: 0;
    z-index: 11;
    outline:none;
}
.add-index{
    z-index: 10;
}
#kelist {
    position: absolute;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 4px;
    max-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
    color: #333;
    display: none;
}
.hiddens{
    padding-right: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 72px;
    overflow: hidden;
    color: #1ba3e4;
    -ms-text-overflow: ellipsis;
}
.del-common {
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.del-head{
    display: flex;
    /*width:100%;*/
    height:44px;
    justify-content:space-between;
    align-items: center;
    background-color: #F7FAFF;
    font-size: 14px;
    color: #333;
    padding: 12px 21px;
    border-radius: 4px;
}
.del-head .closeImg{
    width: 12px;
    height: 12px;
    transition: all 1s ease 0s;
}
.del-btn{
    display: flex;
    width: 160px;
    height: 32px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.del-btn .btn1,.del-btn .btn2{
    outline: none;
    width:70px;
    height:32px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}
.del-btn .btn2{
    line-height: 32px;
}
.del-btn .btn1{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333;
}
.del-btn .btn2{
    background: #1ba3e4;
    border: none;
    color: #fff;
}
/*.del-btn .btn2:hover{*/
/*background-color: #1ba3e4;*/
/*}*/
.common-add-left{
    float: left;
    width: 360px;
    height: 100%;
    padding: 0 20px 0 30px;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.common-add-left .common-choose-left{
    margin-top: 27px;
    font-weight: bold;
}
.common-add-left .common-middle-left{
    width: 310px;
    height: 378px;
    margin: 10px 0 12px 0;
    /*padding: 126px 0 165px 0;*/
}
.common-empty{
    position: absolute;
    width: 156px;
    height: 87px;
    text-align: center;
    margin-top: 126px;
    margin-left: 77px;
}
.common-empty-box{
    width: 60px;
    height:60px;
}
.common-empty-write{
    margin-top:10px;
    color: #BBBBBB;
}
.common-add-right{
    float: left;
    width: 259px;
    height: 100%;
    padding: 20px 30px 0 19px;
    border-top: 1px solid #eeeeee;
}
.common-search{
    position: relative;
}
.common-search-input{
    display: block;
    width: 210px;
    height:34px;
    text-align: left;
    line-height: 34px;
    padding: 0 30px 0 12px;
    background-color: #F7F8F9;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.common-search-clear{
    display: none;
    position: absolute;
    right: 49px;
    top: 13px;
    cursor: pointer;
}
.common-search-btn{
    position: absolute;
    top: 0px;
    right: 18px;
    width: 24px;
    height: 34px;
    cursor: pointer;
    outline: none;
    background: url(/images/ico-search.png);
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
}
.common-choose-right{
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}
.choose-num-right{
    font-weight: bold;
    color: #333;
}
.add-num-right{
    cursor: pointer;
    color: #1ba3e4;
}
.common-info-right{
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-name-right{
    color: #333;
}
.common-item{
    width: 90px;
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-role-right{
    color: #BBBBBB;
}
.common-check-right{
    width: 18px;
    height:18px;
}
.move-cha1:hover{
    width: 16px;
    height: 16px;
    background: url("/images/remove_cha1.png") no-repeat;
    background-size: 16px;
}
#remarkDiv{
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
/*查看备注 start*/
.back-content{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.20);
    z-index: 1;
    padding: 12px 14px;
    width: 200px;
    white-space: normal;
}
.back-content span{
    text-align: left;
    margin: auto 0;
}
.back-content-icon{
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 10px;
    height: 5px;
    background: url("/images/sanjiao_up.png") no-repeat ;
    background-size: 10px 5px;
    z-index: 1;
}
/*查看备注 end*/
/*等待动图*/
.remark .loadingBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.remark .win-loading{
    position:fixed;
    left:50%;
    top:50%;
    margin:-24px;
    /*width: 48px;*/
    padding:30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}
.remark .win-loadImg {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin: 0 auto 8px auto;
    border: 2px solid #1ba3e4;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
.remark .win-loadText{
    display:inline-block;
    width:54px;
    color:#1ba3e4;
    white-space: nowrap;
    font-size: 12px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*等待动图*/

/*学员管理白色条start*/
.blank-note{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.blank-note-back{
    display: block;
    position: relative;
    padding-left: 13px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.blank-note-back::before{
    content: '';
    position: absolute;
    top:5.5px;
    left:0;
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
}
.blank-note-long{
    position: relative;
    margin: 0 10px;
}
.blank-note-long::before{
    content: '';
    position: absolute;
    top:2px;
    left:0;
    width: 1px;
    height: 16px;
    background-color: #ddd;
}
.common-detail-head{
    position: relative;
    height: 90px;
    background-color: #fff;
    padding-top: 15px;
}
.common-detail-table{
    margin: 0 auto;
    width: 1200px;
    padding-left: 16px;
}
.common-detail-nav{
    background-color: #fff;
}
/*学员管理白色条end*/