.switch{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.switch .radio{
    width: 145px;
    height: 38px;
    border-radius: 30px;
}
.switch .txt{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    width: 60px;
    text-align: center;
}
.switch .dot{
    height: 28px;
    width: 28px;
    border-radius: 50%;
    top: 5px;
}
.section{
    padding : 22px 25px 30px;
}
.flex{
    display: flex;
}
.flex-vt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-vt label{
    font-size: 16px;
    color: rgba(153,153,153,1);
    margin: 0px 5px;
}
.flex-vt select{
    width: 215px;
    background: rgba(247,247,247,1);
    padding-left: 15px;
    height: 46px;
    line-height: 50px;
    margin-top: 2px;
}
.tab{
    height:65px;
    display: flex;
    border-bottom: 1px solid rgba(229,229,229,1);
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
}
input[type=checkbox]::before{
    border-radius: 4px;
    border: 1px solid rgba(151,151,151,1);
}
input[type=checkbox] {
    position: relative;
    top: -1px;
    left: 10px;
}
.tab .review-status{
    max-width: 195px;
    height: 65px;
    display: block;
    line-height: 65px;
    padding: 0px 18px;
    font-size: 20px;
    color: rgba(51,51,51,1);
    background: rgba(255,255,255,1);
    border-radius: 0px 4px 0px 0px;
    border-left: 1px solid rgba(229,229,229,1);
    border-top: 1px solid rgba(229,229,229,1);
    cursor: pointer;
    position: relative;
}
.review-status.active{
    color: rgba(206,57,57,1);
}
.review-status.active:after{
    color: rgba(206,57,57,1);
    border-bottom: 1px solid white;
    content: "";
    width: 101%;
    height: 6px;
    background: white;
    position: absolute;
    left: 0px;
    bottom: -3px;
    color:rgba(206,57,57,1);
    border-bottom: none;
}
input.score-input{
    width: 110px;
    height: 40px;
    background: whitesmoke;
}
input.score-input-bigger{
    width: 120px;
    height: 40px;
    background: whitesmoke;
}
.icon-score-edit{
    width: 16px;
    height: 18px;
    background: url(/static/images/manage/score-edit.png) no-repeat center;
    background-size: contain;
    background-position: center;
}
.icon-score-save{
    width: 20px;
    height: 16px;
    background: url(/static/images/manage/icon-score-save.png) no-repeat center;
    background-size: contain;
    background-position: center;
}
.score-edit{
    color: #ce3939!important;
    font-size: 14px;
}
.tab .review-status:last-child{
    border-right: 1px solid rgba(229,229,229,1);
}
.data-cloumn{
    padding: 0px 0px;
    display: flex;
}

.data-cloumn>span,.score-info>span{
    display: inline-block;
    width: 110px;
    height: 45px;
    line-height: 45px;
    font-size:16px;
    color:rgba(153,153,153,1);
}

.data-cloumn>span:last-child,.score-info>span:last-child{
    width: 62px;
    text-align: center;
}
.score-item{
    background:rgba(250,250,250,1);
    border-radius:4px;
    padding: 0px 0px;
    margin-bottom: 10px;
}
.score-info{
    border-bottom: 1px solid rgba(221,221,221,1);
    height: 45px;
    line-height: 45px;
    display: flex;
}
.score-info span{
    color:rgba(51,51,51,1);
}
.score-detail table{
    width: 80%;
    margin: auto;
}
.score-detail table thead tr{
    border-bottom:1px solid rgba(221,221,221,1);
}
.score-detail table thead tr th,.score-detail table tbody tr td{
    font-size:16px;
    font-weight: normal;
    width: 50%;
    text-align: center;
    color:rgba(153,153,153,1);
}
.score-detail table tbody tr{

    height:40px;
    line-height: 40px
}
.score-detail table tbody tr:nth-child(2n){;
    background:rgba(255,255,255,1);
}
.img-item{
    width:66px;
    height:66px;
    margin: 10px 10px 10px 0px;
    position: relative;
}
.img{
    width:66px;
    height:66px;
}
.pager{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.pager .page-btn{
    display: inline-block;
    width:40px;
    height:40px;
    background-color:rgba(247,247,247,1);
    border-radius:4px;
    cursor: pointer;
    border:1px solid rgba(229,229,229,1)
}
.pager input{
    width:107px;
    height:40px;
    background:rgba(247,247,247,1);
    border-radius:4px;
    border:1px solid rgba(229,229,229,1);
}
.preview{
    max-width: 800px;
    height: 100%;
    margin: auto;
    position: relative;
    padding: 20px;
    background: white;
    z-index: 9999;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    text-align: center;
}
.preview::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #f1f1f1;
}
#dialog{
    display: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.4);
    z-index: 99;
}
.dialog-content{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80%;
    height: 80%;
    top: 0px;
    left: 0px;
    max-width: 800px;
    z-index: 99;
}
.select{
    text-transform: none;
    width: 200px;
    height: 40px;
    padding: 0px 5px;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.pass{
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(206,57,57,1);
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: rgba(206,57,57,1);
}
.no-pass{
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(51,51,51,1);
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    color: rgba(51,51,51,1);
}
.del{
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #ce3939;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    color: white;
}
.bigger{
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/static/images/bigger.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 99;
    top: 0px;
    background-size: contain;
}
.iconClose{
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/static/images/close-red.png);
    background-position: center;
    background-repeat: no-repeat;
    right: -17px;
    z-index: 100000;
    top: -15px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    background-size: 80%;
}
.prev{
    background-image: url(/static/images/prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
}
.next{
    background-image: url('/static/images/next.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
}
.select-section{
    width: 263px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    background: rgba(247,247,247,1);
    border: 1px solid rgba(229,229,229,1);
    border-radius:4px;
}
.down-arrow {
    top: 22px!important;
    right: 9px!important;
}
.search-btn-text{
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.icon-search{
    display: inline-block;
    margin: 0px 14px;
}
.search-ipt{
    border: 0px;
    width: 300px;
    height: 46px;
}
.export-btn{
    width:145px;
    height:40px;
    background: rgba(206,57,57,1);
    border-radius: 4px;
    font-size: 16px;
    color: white;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.import-score-btn{
    width:145px;
    height:40px;
    background: rgba(206,57,57,1);
    border-radius: 4px;
    font-size: 16px;
    color: white;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.pass-icon{
    background: url("/static/images/manage/score_pass.png") center no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.forbidden-icon{
    background: url("/static/images/manage/score_forbidden.png") center no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.del-icon{
    background: url("/static/images/manage/score_del.png") center no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.icon-sec{
    width: 125px;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.icon-sec::after{
    content: '';
    width:1px;
    height:31px;
    background:rgba(216,216,216,1);
    position: absolute;
    right: 0px;
}
.icon-sec:last-child::after{
    content: '';
    display: none;
}
.icon-sec span:nth-child(2n){
    width: 60px;
    text-align: center;
}