/*弹出框*/
.fb-prompt-mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(235, 240, 246, 0.2);;
    z-index: 99;
}
.fb-prompt{
    z-index: 100;
    font-size: 16px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(224, 237, 249, 0.46);
    border-radius: 6px;
    position: relative;
    padding-bottom: 115px;
    margin: 0 auto;
    margin-top: 90px;
}
.fb-prompt-del{
    z-index: 100;
    font-size: 16px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(224, 237, 249, 0.46);
    border-radius: 6px;
    position: relative;
    margin: 0 auto;
    margin-top: 90px;
}

.fb-prompt-sm{
    width: 520px;
}

.fb-prompt-mid{
    width: 630px;
}
.fb-prompt-normal{
    width: 860px;
}
.fb-prompt-auto {
    width: 67%;
}
.fb-prompt-body{
    max-height: 550px;
    min-height: 200px;
    overflow-y: auto;
}

.fb-prompt-title{
    background-image: linear-gradient(5deg, #1b8bff 0%, #3faefe 100%), linear-gradient(#edf4fb, #edf4fb);
    background-blend-mode: normal, normal;
    padding: 17px 30px;
    color:#fff;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.fb-prompt-title>div:first-child{
    float: left;
}
.fb-prompt-title>div:last-child{
    float: right;
    cursor: pointer;
}
.fb-prompt-content{
    padding: 30px 38px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(231, 235, 238, 0.46);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: solid 1px #e7ebee;
}
.fb-prompt-icon{
    background: url(../img/notice.png) no-repeat;
    width: 16px;
    height: 20px;
}
.fb-prompt-act{
    margin-bottom: 60px;
    display: flex;

}
.fb-prompt-act>div{
    float: left;
    margin-right: 15px;
}
.fb-prompt-act>div:last-child{
    margin-right: 0;
    font-size: 14px;
}
.fb-prompt-act-text{
    color: #383838;
}
.fb-prompt-mes{
    font-size: 14px;
    color: #383838;
    margin-bottom: 53px;
}
.fb-prompt-warn{
    color: #ff4c74;
}
.fb-prompt-btn{
    width: 100%;
    border-top: solid 1px #e2e2e2;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
}
.fb-prompt-btn-del{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fb-prompt-btn>button:first-child {
    margin-right: 45px;
}
.fb-prompt-btn>button:last-child {
    margin-left: 45px;
}.fb-prompt-btn-del>button:first-child {
    margin-right: 45px;
}
.fb-prompt-btn-del>button:last-child {
    margin-left: 45px;
}

.fb-line{
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}

.scroll-style-thin::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background-color: #fff;
}
.scroll-style-thin::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    min-height: 32px;
    background-color: #e7ebee;
    border-radius: 3px;
}
.scroll-style-thin::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 3px;
    background-color: #fff;
}
.scroll-style-thick::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.scroll-style-thick::-webkit-scrollbar-thumb {
    border-radius: 10px;
    min-height: 32px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(138,147,153,0.8);
}
.scroll-style-thick::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #fff;
}
/*X号*/
.cha{
    display: inline-block;
    width: 20px;
    height:2px;
    background: #fff;
    line-height: 0;
    font-size:0;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.cha:after{
    content:'/';
    display:block;
    width: 20px;
    height:2px;
    background: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.fb-padding{
    padding: 1px 0px 70px 30px;
}
.table-item-red{
    color: #ff4c74;
}
.table-item-gray{
    color: #bababa;
}

.fb-mgr-20{
    margin-right: 20px;
}
.fb-search{
    padding:  30px;
}
.fb-search-name{
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
}
.fb-search-block{
    display: flex;
    align-items: center;
    /*float: left;*/
    margin-bottom: 20px;
}
.fb-search-text{
    width: 100px;
    display: flex;
}
.fb-search-icon{
    margin-right: 10px;
}
.fb-search-name{ 
    margin-right: 20px;
}
.fb-search-mgr{
    margin-right: 20px;
}
.fb-search-right{
    float: right;
}

