.btnBar {
    text-align: right;
    padding: 10px;
}

.dialogContent {}

.redBold {
    color: red;
    font-weight: bold;
}

.redStar::after {
    color: red;
    font-weight: bold;
    content: "*";
}

.required {
    color: red;
    margin-left: 3px;
    font-weight: bold;
    font-size: 18px;
}

.linkStyle {
    cursor: pointer;
    color: #1c69f8;
    text-decoration: underline;
}

/* 查询样式开始 */
.searchItem {
    float: left;
    width: 200px;
    display: inline-flex;
    padding-top: 3px;
}

.searchItem label {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 3px;
    line-height: 30px !important;
}

.searchTime {
    width: 150px !important;
}

.searchTimeLine {
    width: 17px;
    text-align: center;
    line-height: 30px;
}


.searchItem input {
    width: 117px;
}

.searchItemInput {
    width: 117px;
}

.searchInputDiv {
    float: left;
    display: inline-flex;
}

.searchItemBig {
    width: 400px;
}

.searchItemBig input {
    width: 317px;
}

.searchItemBigInput {
    width: 317px;
}

.searchItemBtn {
    float: left;
    padding-left: 20px;
    display: inline-flex;
    padding-top: 3px;
}

/* 查询样式结束 */
.sysChangeBar {
    position: fixed;
    top: 0px;
    right: 0px;
    background: #ffff;
    height: 90px;
    z-index: 10000;
    display: none;
}

.sysChangeIcon {
    margin-top: 10px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sysChangeMenu {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    width: 100px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    background: #f1f1f1;
    padding-top: 5px;
    cursor: pointer;
}

.cursorp {
    cursor: pointer;
}

.sysChangeMenu:hover {
    background: #e2e2e2;
}

.blueColor {
    color: #1e9fff;
}

.redColor {
    color: #ff5722;
}


.greenColor {
    color: #009688;
}

.color000 {
    color: #000000;
}

.colorfff {
    color: #ffffff;
}


.color666 {
    color: #666666;
}

.color888 {
    color: #888;
}

.colorccc {
    color: #ccc;
}

.colorf2 {
    color: #f2f2f2;
}

.colore2 {
    color: #e2e2e2;
}


.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.p3 {
    padding: 3px;
}

.p5 {
    padding: 5px;
}

.p8 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p50 {
    padding: 50px;
}

.p60 {
    padding: 50px;
}

.p80 {
    padding: 80px;
}

.m3 {
    margin: 3px;
}

.m5 {
    margin: 5px;
}

.m8 {
    margin: 8px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.m30 {
    margin: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs60 {
    font-size: 60px !important;
}

.fs100 {
    font-size: 100px !important;
}

.w60{
    width: 60px;
}

.w80{
    width: 80px;
}

.w90{
    width: 90px;
}

.w100{
    width: 100px;
}

.w120{
    width: 120px;
}

.w150{
    width: 150px;
}

.w200{
    width: 200px;
}

.textOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tagBtn{
    display: inline-block;
    background: #1e9fff;
    color: white;
    margin-top: 10px;                                                                     
    border-radius: 20px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;            
    padding-right: 10px;            
    text-align: center;  
    cursor: pointer;        
    vertical-align: middle;  
}

.tagitem{
    display: inline-block;
    background: #dbecfa;            
    margin-right: 10px;      
    margin-top: 3px;                                  
    border-radius: 20px;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;            
    padding-right: 15px;            
    text-align: center;  
    cursor: pointer;        
    vertical-align: middle;      
}

.tagitemS{
    background: #1e9fff;
    color: white;
}

.itemTag {
    background: #1E9FFF;
    display: inline-block;
    height: 18px;
    width: 6px;
    border-radius: 6px;
    vertical-align: bottom;
    margin-right: 10px;
}


