/* 共用样式 */

.cursor-pointer{
    cursor: pointer;
}

button{
    cursor: pointer;
}

/* 页面整体背景 */

a{
    color: #333333;
    text-decoration: none;
}

body{
    background-color: #ffffff;
    min-width: 1280px;
}

/* 导航条部分 */
header{
    background-color: #ff9900;
    height: 80px;
}


#logo{
    margin-left: 80px;
    margin-right: 120px;
    vertical-align: middle;
}

#title{
    font-size: 22px;
    font-family: "微软雅黑";
    font-weight: 700;
    display: inline-block;
    color: #47270e;
    margin: 0;
    line-height: 80px;
}

/* 主体部分 */
main{
    display: flex;
}

/* 左侧导航边栏 */
aside{
    width: 300px;
    background-color: white;
    padding: 20px 0;
    flex-shrink: 0;
}

#user-info{
    text-align: center;
}

#user-info img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#user-info p{
    color: #999999;
}

#nav-list{
    padding: 0;
    list-style: none;
}

/* #nav-list li{
    padding: 10px 0px;
} */

#nav-list img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 16px;
}

#nav-list a{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    padding: 10px 50px;
}

#nav-list a span{
    font-size: 18px;
    color: #4d4d4d;
    font-family: "微软雅黑";
    position: relative;
    top: 4px;
}

.nav-item-active{
    background-color: #eeeeee;
    
}

#nav-list .nav-item-active a span{
    color: #e67334;
    font-weight: 700;
}

#user-ctrl{
    text-align: center;
}

#user-ctrl button{
    border: solid 1px #999999;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: white;
    width: 140px;
    height: 40px;
    margin-top: 30px;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
}

/* 页面右侧主体部分 */
#primary-box{
    margin: 10px 20px;
    background-color: white;
    flex-grow: 1;
    flex-shrink: 1;
}

/* 页面主体字体 */

.title-font{
    font-size: 36px;
    color: #111111;
    font-family: "微软雅黑";
}


.td-font-dark{
    font-size: 14px;
    color: #111111;
    font-family: "微软雅黑"
}

.td-font-light{
    font-size: 14px;
    color: #888888;
    font-family: "微软雅黑";
}

.th-font{
    font-weight: 700;WW
    font-family: "黑体";
    font-size: 16px;
}

.nav-add-font{
	height:35px;
	line-height:35px;
    color: #888888;
    font-family: "黑体";
    font-size: 18px;
}

.menu-font{
    color: #111111;
    font-family: "微软雅黑";
    font-size: 16px;
}


/* 自定义多选框样式 */

.custom-checkbox{
    display: none;
}

.custom-checkbox+label{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/勾选框未选中.png");
    vertical-align: middle;
}

.custom-checkbox:checked+label{
    background-image: url("../images/勾选框选中.png");
    
}

/* 自定义多选框样式 */

.custom-checkbox1{
    display: none;
}

.custom-checkbox1+label{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/勾选框未选中.png");
    vertical-align: middle;
}

.custom-checkbox1:checked+label{
    background-image: url("../images/勾选框选中.png");
    
}



 .hander{
     cursor:pointer;
 }
 
.Validform_checktip{margin:4px 0 12px 92px;}
.formsub label{display:inline-block; width:70px;}
.action{padding-left:92px;}

.relative-pos{
            position: relative;
            display: inline-block;
            padding: 0 10px;
        }

.badge-number{
            display: block;
            height: 15px;
            background-color: #ff9900;
            border-radius: 2px;
            color: white;
            font-size: 12px;
            font-weight: 700;
            line-height: 15px;
            position: absolute;
            padding: 0 4px;
            right: 10px;
            top: -2px;
        }
        /*说明按钮添加*/
.f_right {
    float: right;
    display: block;
    border: 1px solid #666;
    padding: 5px 10px 5px 25px;
    margin-right: 200px;
    margin-bottem: 10px;
    border-radius: 4px;
    background: url("../images/wen.png") no-repeat 5px center; 
    -webkit-background-size: 16px;
    background-size: 16px;
    padding-left: 25px;
}