﻿@charset "UTF-8";
/*系统默认背景颜色*/
.us_default_bg {
    background-color: #008DFC;
}
.us-list-top {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 40px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}
/*flex布局的边框，暂时使用这个名字*/
.us_login_bar {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.us_flex_box_n1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.us_tip_box {
    margin: 10px 10px;
}

.us_tip_info {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 2px 2px 6px;
  
    border-left: solid 4px #008DFC;
}

/*边线*/
.us_box_line_top {
    border-top: 1px solid #f0f0f0;
}

.us_box_line_bottom {
    border-bottom: 1px solid #f0f0f0;
}

/*基本信息*/
.us_default_lh {
    line-height: 72px;
}

.us_default_mleft {
    margin-left: 12px;
}

.us_default_mright {
    margin-right: 12px;
}

.us_default_mtop {
    margin-top: 12px;
}

.us_default_mbottom {
    margin-bottom: 12px;
}

.us_default_logo {
    height: 84px;
}

.us_default_mtop_big {
    margin-top: 40px;
}

.us_font_color {
    color: #008DFC;
}

/*系统首页配置*/
.us_index_box {
    background-color: #f1f1f1;
}

.us_box_nbox {
    padding: 0px 20px;
    background-color: #ffffff;
}

    .us_box_nbox .title {
        min-width: 200px;
    }

.us_btn_big {
    width: 100%;
    background-color: #008DFC;
    line-height: 72px;
    color: #ffffff;
    border-radius: 12px;
    /*border: none;*/
    font-size: 32px;
    border: 0px solid #008DFC;
    cursor: pointer;
    font-weight: bold;
}

    .us_btn_big:hover {
        background-color: #008DFC;
        color: #ffffff;
        border: 0px solid #008DFC;
        cursor: pointer;
        width: 100%;
        line-height: 72px;
        border-radius: 12px;
        /* border: none;*/
        font-size: 32px;
        font-weight: bold;
    }

/*列表页设置*/
.us_list_box_bg {
    padding: 0px 8px;
    background: linear-gradient(#008DFC, #ffffff);
    min-height: 600px;
}

.us_list_box_nobg {
    background: unset !important;
}

.us_list_box_one {
    border-radius: 4px;
    padding:6px;
    background-color: #ffffff;
}
.us_list_box_one_top {
    margin-top: 8px;
    padding: 6px;
    border-radius: 4px;
    background-color: #ffffff;
}
    /*
	* 4.默认按钮和搜索框
	* 
	*/
    .us-button-default {
        color: #ffffff;
        background-color: #008DFC !important;
        font-size: 26px !important;
    }

.us-button-search {
    color: #ffffff;
    background-color: #01467F !important;
    font-size: 26px !important;
}

/*
* 列表中使用的样式
*/




.us-list-box-nomar {
    margin-top: 0px !important;
}

.us-list-box:hover {
   /* border-left: 8px solid #008DFC;
    border-right: 8px solid #ffffff;*/
}

.us-list-top {
    border-bottom: 1px solid #f0f0f0;
}

.us-list-bottom {
    text-align: right;
    padding: 10px 10px;
    border-top: 1px solid #f0f0f0;
}

.us-list-item {
    margin-bottom: 10px;
    color: #666;
    font-size: 28px !important;
}

.us-list-button .us-icon-sm {
    margin-right: 8px;
}



.us-list-button button {
    margin-left: 10px;
    border-radius: 4px;
}

.us_tab_bottom {
    color: #008DFC;
}

/*
* 系统新的按钮颜色 蓝色 紫色 粉色 绿色 橙色
*/
.us_nbtn_blue, .us_nbtn_purple, .us_nbtn_pink, .us_nbtn_green, .us_nbtn_greenv2, .us_nbtn_orange, .us_nbtn_red {
    color: #ffffff;
    font-size: 28px;
}

.us_nbtn_blue {
    background-color: #008cfd;
}

.us_nbtn_purple {
    background-color: #9f5ad7;
}

.us_nbtn_pink {
    background-color: #e0456d;
}

.us_nbtn_green {
    background-color: #2ccba2;
}

.us_nbtn_greenv2 {
    background-color: #5cb85c;
}

.us_nbtn_orange {
    background-color: #f88f33;
}

.us_nbtn_red {
    background-color: #f00;
}

.us_no_padding {
    padding: 0px !important;
}

/*
* 控制按钮列表
*/
.ctlbox .ctllist:nth-child(1) {
    border-top: 0px solid #f0f0f0;
}

.ctllist {
    border-top: 1px solid #f0f0f0;
}

.ctllistitem:nth-child(1) {
    border-top: 1px solid #f0f0f0;
}

.ctllistitemv2 {
    border-top: 1px solid #f0f0f0;
}

/*
* 表格样式
*/
.us-table {
    font-size: 24px !important;
}

    .us-table .t-th {
        background: linear-gradient(#F5F8FA, #D8E0EB);
        font-size: 24px !important;
    }

    .us-table .t-td {
        font-size: 28px !important;
    }

.us-table-click {
    background-color: #008DFC !important;
    color: #ffffff !important;
}

.us-table .t-tr:nth-child(odd) .t-td {
    background-color: #ffffff;
}

.us-table .t-tr:nth-child(even) .t-td {
    background-color: #f2f2f2;
}

.us-tablev2 {
    font-size: 24px !important;
}

    .us-tablev2 .t-th {
        background: linear-gradient(#F5F8FA, #D8E0EB);
        font-size: 24px !important;
    }

    .us-tablev2 .t-tr .t-td {
        
    }

.us-detailpading {
    padding: 20px 0px;
}

.us-room-detailpadding {
    padding: 12px 0px;
}

.uni-table {
    font-size: 26px !important;
    width: 100%;
}

    .uni-table .uni-table-tr .uni-table-th {
        background: linear-gradient(#F5F8FA, #D8E0EB);
        font-size: 26px !important;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
    }

    .uni-table .uni-table-tr .uni-table-td {

        text-align: center;
        font-size: 26px !important;
    }

.us_border-color_blue {
    border-color: #008cfd;
}

.us_border-color_green {
    border-color: #2ccba2;
}

.us_border-color_orange {
    border-color: #f88f33;
}

.us_border-color_gray {
    border-color: #666;
}


.us-span-default {
    cursor: pointer;
    /*font-size:12px;*/
    font-size: 0.9em;
}

.us-span-red,
.us-span-orange,
.us-span-green,
.us-span-cyan,
.us-span-blue,
.us-span-black,
.us-span-gray,
.us-span-yellow,
.us-span-greenv2,
.us-span-bluev2,
.us-span-redv2 {
    border-radius: 2px;
    padding: 2px 8px !important;
}

.us-span-red {
    background-color: #FF5722;
    color: #fff;
}

.us-span-orange {
    background-color: #FFB800;
    color: #fff;
}

.us-span-green {
    background-color: #009688;
    color: #fff;
}

.us-span-cyan {
    background-color: #2F4056;
    color: #fff;
}

.us-span-blue {
    background-color: #1E9FFF;
    color: #fff;
}

.us-span-black {
    background-color: #393D49;
    color: #fff;
}

.us-span-gray {
    background-color: #eee;
    color: #666;
}

.us-span-yellow {
    background-color: #ec971f;
    color: #fff;
}

.us-span-greenv2 {
    background-color: #5cb85c;
    color: #fff;
}

.us-span-bluev2 {
    background-color: #337ab7;
    color: #fff;
}

.us-span-redv2 {
    background-color: #ff0000;
    color: #fff;
}










.us-font-red {
    color: #FF5722;
}

.us-font-orange {
    color: #FFB800;
}

.us-font-green {
    color: #009688;
}

.us-font-cyan {
    color: #2F4056;
}

.us-font-blue {
    color: #1E9FFF;
}

.us-font-black {
    color: #000;
}

.us-font-gray {
    color: #666;
}

.us-font-yellow {
    color: #ec971f;
}

.us-font-greenv2 {
    color: #5cb85c;
}

.us-font-bluev2 {
    color: #337ab7;
}

.us-font-redv2 {
    color: #ff0000;
}
.us-font-white {
    color: white;
}
.us-font-nlink {
    color: #999;
}

.us-span-default {
    background-color: #3794D1;
    color: #fff;
}

/*列表中的颜色控制*/
.us-list-top .action:first-child {
    padding-left: 5px;
    font-size: 13px !important;
}

.us-list-red .us-list-top .action:first-child {
    border-left: 4px #FF5722 solid;
    color: #FF5722;
}

.us-list-orange .us-list-top .action:first-child {
    border-left: 4px #FFB800 solid;
    color: #FFB800;
}

.us-list-green .us-list-top .action:first-child {
    border-left: 4px #009688 solid;
    color: #009688;
}

.us-list-cyan .us-list-top .action:first-child {
    border-left: 4px #2F4056 solid;
    color: #2F4056;
}

.us-list-blue .us-list-top .action:first-child {
    border-left: 4px #1E9FFF solid;
    color: #1E9FFF;
}

.us-list-black .us-list-top .action:first-child {
    border-left: 4px #000 solid;
    color: #000;
}

.us-list-gray .us-list-top .action:first-child {
    border-left: 4px #666 solid;
    color: #666;
}

.us-list-yellow .us-list-top .action:first-child {
    border-left: 4px #ec971f solid;
    color: #ec971f;
}

.us-list-greenv2 .us-list-top .action:first-child {
    border-left: 4px #5cb85c solid;
    color: #5cb85c;
}

.us-list-bluev2 .us-list-top .action:first-child {
    border-left: 4px #337ab7 solid;
    color: #337ab7;
}

.us-list-redv2 .us-list-top .action:first-child {
    border-left: 4px #ff0000 solid;
    color: #ff0000;
}
/*
	* 1.表格相关的CSS代码
	* 所有的表格相关的样式都放到这里
	*/
/*表格点击选中效果*/
.us-table-click {
    background-color: #FCDE76 !important;
}
/*表格和外部的宽度边距*/
.us-padding {
    padding: 10px !important;
}
/*表格需要使用的样式*/
.us-table {
    font-size: 12px !important;
}
    /*表格标题行样式*/
    .us-table .t-th {
        background: linear-gradient(#F5F8FA, #D8E0EB);
        font-size: 12px !important;
    }
    /*表格第一列的样式*/
    .us-table .t-td:first-child {
        background: linear-gradient(#F5F8FA, #D8E0EB);
    }
    /*表格奇偶行的样式*/
    .us-table .t-tr:nth-child(odd) .t-td {
        background-color: #ffffff;
    }

    .us-table .t-tr:nth-child(even) .t-td {
        background-color: #f2f2f2;
    }
/*表格需要使用的样式V2*/
.us-tablev2 {
    font-size: 12px !important;
}
    /*表格标题行样式*/
    .us-tablev2 .t-th {
        background: linear-gradient(#F5F8FA, #D8E0EB);
        font-size: 12px !important;
    }

    .us-tablev2 .t-tr .t-td {
        
    }
/*
	* 2.列表相关的CSS代码
	* 所有的列表相关的样式都放到这里
	*/
.us-list {
    font-size: 14px !important;
}

.us-list-top .action:first-child {
    padding-left: 5px;
}

.us-list-top .action:last-child {
    color: #aaaaaa;
}

.us-list-red .us-list-top .action:first-child {
    border-left: 4px #FF5722 solid;
    color: #FF5722;
}

.us-list-orange .us-list-top .action:first-child {
    border-left: 4px #FFB800 solid;
    color: #FFB800;
}

.us-list-green .us-list-top .action:first-child {
    border-left: 4px #009688 solid;
    color: #009688;
}

.us-list-cyan .us-list-top .action:first-child {
    border-left: 4px #2F4056 solid;
    color: #2F4056;
}

.us-list-blue .us-list-top .action:first-child {
    border-left: 4px #1E9FFF solid;
    color: #1E9FFF;
}

.us-list-black .us-list-top .action:first-child {
    border-left: 4px #000 solid;
    color: #000;
}

.us-list-gray .us-list-top .action:first-child {
    border-left: 4px #666 solid;
    color: #666;
}

.us-list-yellow .us-list-top .action:first-child {
    border-left: 4px #ec971f solid;
    color: #ec971f;
}

.us-list-greenv2 .us-list-top .action:first-child {
    border-left: 4px #5cb85c solid;
    color: #5cb85c;
}

.us-list-bluev2 .us-list-top .action:first-child {
    border-left: 4px #337ab7 solid;
    color: #337ab7;
}

.us-list-redv2 .us-list-top .action:first-child {
    border-left: 4px #ff0000 solid;
    color: #ff0000;
}



.us-list-top,
.us-list-bottom {
    
}

.us-list-bottom {
    text-align: right;
    padding: 5px 10px;
   
}
.layui-btn + .layui-btn {
     margin-left: unset; 
}
   

    .us-list-bottom uni-navigator {
        display: inline-block !important;
    }

    .us-list-bottom navigator {
        display: inline-block !important;
    }

.us-list-item {
    margin-bottom: 5px;
    color: #666;
    font-size: 14px !important;
}

    .us-list-item uni-text {
        color: #000;
    }

.cu-bar {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 52px;
    justify-content: space-between;
}
.text-center {
    text-align:center;
}
.margin-top-sm {
    margin-top:10px;
}
.margin-tb-xs {
    margin:4px;
}
.text-bold {
    font-weight:bold;
}
.us_list_box_bg2 {
}