body {
    margin: 0;
    padding: 0;
    zoom: 0.8 !important;
    -moz-transform: scale(0.8) !important;
    -moz-transform-origin: 0 0 !important;
}

.nav-left {
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(77, 77, 77, 1);
    align-items: center;
}

.nav-right {
    display: flex;
    align-items: center;
    position: relative;
}

    .nav-right input {
        width: 263px;
        height: 30px;
        background: rgba(249, 249, 249, 1);
        border: 1px solid rgba(204, 204, 204, 1);
        border-radius: 15px;
        margin-right: 20px;
        outline: none;
        padding-left: 40px;
    }

.search {
    width: 65px;
    height: 30px;
    background: rgba(54, 158, 255, 1);
    border-radius: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.nav-right img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
}

.section-imgs img {
    width: 17px;
    height: 17px;
}

.section-imgs {
    display: flex;
    width: 70px;
    height: 40px;
    line-height: 40px;
    align-items: center;
    justify-content: space-between;
    margin-right: 50px;
    cursor: pointer;
}

.section {
    min-height: 81vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.hr {
    height: 10px;
    width: 100%;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
}

.nav {
    /* width: 945px; */
    height: 110px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    display: flex;
    text-align: center;
}
.logo-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.text {
    width: 120px; /*width: 160px;*/
    height: 105px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

a {
    text-decoration: none;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.9;
}

.bto {
    background: rgba(37, 141, 238, 1);
    border: 1px solid rgba(104, 196, 255, 1);
    border-bottom: 5px solid rgba(255, 224, 118, 1);
}

.left {
    height: 110px;
    display: flex;
    align-items: center;
	width: 350px;
	margin-left: 40px;
}

.img-box {
    width: 62px;
    height: 62px;
    background-color: rgba(236, 246, 255, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.9;
}

    .com img {
        width: 23px;
        height: 22px;
    }

    .com text {
        margin: 0 20px;
        min-width: 30px;
        word-break: keep-all;
    }

    .com a {
        margin: 0 10px;
        min-width: 40px;
        word-break: keep-all;
    }

.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    text-align: center;
    padding-left: 50px;
}

    /* 页数按钮样式 */
    .page_div button {
        display: inline-block;
        min-width: 30px;
        height: 28px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9
}

#nextPage,
#prePage {
    width: 70px
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

    .totalPages span,
    .totalSize span {
        color: #0073A9;
        margin: 0 5px
    }

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

.txt3 {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    text-align: right;
    margin-right: 30px;
}

    .txt3 span {
        color: #369EFF;
        font-size: 18px;
        font-weight: 400;
    }


    /*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}


.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
    margin-right:240px;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}

/*增加扣分理由通用样式*/
.deduct-reasons {
    color: #c40000;
    margin: 8px 0;
    font-size: 12px;
    background: #fff7f7;
    border-left: 4px solid #c40000;
    padding: 6px 10px;
    border-radius: 4px;
}

.deduct-reasons__label {
    font-weight: 600;
    margin-right: 6px;
}

.deduct-reasons__text {
    white-space: pre-wrap;
    word-break: break-word;
}