    .mainColor {
        color: rgba(194, 121, 83, 1);
    }

    .icon_default {
        color: #FFF !important;
    }

    .redColor {
        color: #FF0000 !important;
    }

    .greenColor {
        color: #0BAB5A !important;
    }

    .blueColor {
        color: #1890FF !important;
    }

    #btn_blue_hover:hover {
        background-color: rgba(194, 121, 83, 1) !important
    }

    #btn_blue_grey:hover {
        background-color: rgb(193, 193, 193) !important;
    }

    .greyColor {
        background-color: rgb(193, 193, 193);
    }

    .clearFloat {
        clear: both;
    }

    .error {
        color: #ff0000 !important;
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    /*字体大小*/

    .J_menuItem {
        font-size: 14px !important;
    }

    .layui-layer-mystyle .layui-layer-title {
        /* color: rgb(255, 255, 255);
    background: #FF8BAD;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial; */
    }

    .layui-layer-btn0 {
        background-color: #a55b34 !important;
        border-color: #a55b34 !important;
    }

    .fL {
        float: left;
    }

    .fR {
        float: right;
    }

    .fontW500 {
        font-weight: 500 !important;
    }

    .btn_blue {
        background: #5595ef;
        color: #fff;
    }

    .btn_pink {
        background: #ED747A;
        color: #fff;
    }

    .btn_default {
        background: #a55b34;
        color: #fff;
    }

    .btn_close {
        background: #fff;
        color: #333;
        border: 1px solid #929292;
    }

    .form-control:focus,
    .single-line:focus {
        border-color: #fff !important;
    }

    .textAlignL {
        text-align: left !important;
    }

    .textRight {
        text-align: right !important;
    }

    .textLeft {
        text-align: left !important;
    }

    .textCenter {
        text-align: center !important;
    }

    .vermid {
        vertical-align: middle !important;
    }

    .pD0 {
        padding: 0 !important;
    }

    .p20 {
        padding: 20px !important;
    }

    .mT0 {
        margin-top: 0 !important;
    }

    .mT5 {
        margin-top: 5px !important;
    }

    .mT10 {
        margin-top: 10px !important;
    }

    .mT15 {
        margin-top: 15px !important;
    }

    .mT20 {
        margin-top: 15px !important;
    }

    .mT30 {
        margin-top: 30px !important;
    }

    .mB0 {
        margin-bottom: 0 !important;
    }

    .mB5 {
        margin-bottom: 5px !important;
    }

    .mB10 {
        margin-bottom: 10px !important;
    }

    .mL0 {
        margin-left: 0 !important;
    }

    .mL5 {
        margin-left: 5px !important;
    }

    .mL10 {
        margin-left: 10px !important;
    }

    .mL15 {
        margin-left: 15px !important;
    }

    .mL20 {
        margin-left: 20px !important;
    }

    .mR0 {
        margin-right: 0 !important;
    }

    .mR5 {
        margin-right: 5px !important;
    }

    .mR10 {
        margin-right: 10px !important;
    }

    .mR15 {
        margin-right: 15px !important;
    }

    .pT0 {
        padding-top: 0 !important;
    }

    .pT1 {
        padding-top: 1px !important;
    }

    .pT2 {
        padding-top: 2px !important;
    }

    .pT3 {
        padding-top: 3px !important;
    }

    .pT4 {
        padding-top: 4px !important;
    }

    .pT5 {
        padding-top: 5px !important;
    }

    .pT6 {
        padding-top: 6px !important;
    }

    .pT7 {
        padding-top: 7px !important;
    }

    .pT8 {
        padding-top: 8px !important;
    }

    .pT9 {
        padding-top: 9px !important;
    }

    .pT10 {
        padding-top: 10px !important;
    }

    .pL0 {
        padding-left: 0 !important;
    }

    .pL10 {
        padding-left: 10px !important;
    }

    .pR0 {
        padding-right: 0 !important;
    }

    .pB20 {
        padding-bottom: 20px !important;
    }

    .pR60 {
        padding-right: 60px !important;
    }

    .dis-flex {
        display: flex;
        align-items: center;
    }

    .dis-in {
        display: inline-block;
    }

    /* input布局 */

    .input_nameBox {
        float: left;
        padding-left: 10px;
        width: 110px;
        max-width: 300px;
        text-align: right;
    }

    .input_valueBox {
        float: left;
        margin-left: 15px;
        width: 300px;
        max-width: 500px;
    }

    .input_valueBoxB {
        float: left;
        margin-left: 15px;
        width: 75%;
        /* max-width: 500px; */
    }

    .width200 {
        width: 200px !important;
    }

    .width300 {
        width: 300px !important;
    }

    .width40p {
        width: 40%;
    }

    .width45p {
        width: 45% !important;
    }

    .width50 {
        width: 50% !important;
    }

    .width100 {
        width: 100% !important;
    }

    .displayInlineB {
        display: inline-block !important;
    }

    .table {
        /* width: 100% !important; */
    }

    /*bootstrap  分页*/

    .fixed-table-pagination {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pagination>li>a,
    .pagination>li>span {
        color: #a55b34 !important;
    }

    .pagination>.active>a,
    .pagination>.active>a:focus,
    .pagination>.active>a:hover,
    .pagination>.active>span,
    .pagination>.active>span:focus,
    .pagination>.active>span:hover {
        background: #a55b34 !important;
        border-color: #a55b34 !important;
        color: #fff !important;
    }

    /*btn*/

    .btn_pink.focus,
    .btn_pink:focus,
    .btn_pink:hover {
        color: #fff !important;
    }

    .btn_close.focus,
    .btn_close:focus,
    .btn_close:hover {
        color: #333 !important;
    }

    .btn-default:hover,
    .btn-default:focus {
        color: #333;
    }

    i:hover {
        cursor: pointer;
    }

    /*layer弹窗*/

    .layui-layer-rim {
        border: none !important;
    }

    .popup_btnBox {
        padding: 30px 15px;
        margin: 0 auto;
        text-align: right;
    }

    .relativeP {
        position: relative !important;
    }

    .ztree li span:hover,
    .ztree li span:active {
        text-decoration: none;
    }

    .ztree li a:hover {
        background: #a55b34;
        text-decoration: none !important;
    }

    .default_color {
        color: #a55b34;
    }

    .pull-left {
        /*display: none !important;*/
    }

    /*统一字号*/

    .panel-title {
        font-size: 14px !important;
        font-weight: bold;
        margin-left: 15px !important;
    }

    .th-inner {
        font-size: 14px !important;
    }

    .topToolBox span {
        font-size: 14px !important;
    }

    .city-select a {
        display: inline-block;
        padding: 0 10px;
        outline: 0;
        text-decoration: none;
        white-space: nowrap;
        margin-right: 2px;
        text-decoration: none;
        color: #333;
        line-height: 2;
        font-size: 12px;
        cursor: pointer;
    }

    .city-select a.active {
        background-color: #46A4FF;
        color: #fff;
        border-radius: 2px;
    }

    .city-select a:hover,
    .city-select a:focus {
        background-color: #f1f8ff;
        border-radius: 2px;
        color: #46A4FF;
    }

    .tab-address {
        width: 500px;
        height: 240px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }

    .tab-address-menu {
        height: 30px;
        width: 500px;
        border-bottom: 1px solid #ccc;
        background: #f0f0f0;
        font-size: 13px;
    }

    .tab-address-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .tab-address-menu li {
        display: block;
        width: 20%;
        height: 30px;
        font-size: 14px;
        float: left;
        line-height: 30px;
        text-align: center;
        margin: 0;
        background-color: #f0f0f0;
        cursor: pointer;
    }

    .tab-address-box {
        margin: 5px 0;
    }

    .tab-address-box div {
        width: 500px;
        height: 170px;
        display: none;
        overflow-y: auto;
    }

    .tab-address-botton {
        width: 500px;
        height: 30px;
    }

    /* 让第一个框显示出来 */

    .tab-address-box div:first-Child {
        display: block;
    }

    /* 改变选项卡选中时候的样式 */

    .address-select {
        display: none;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 9999;
        background-color: #FFF;
        float: left;
        outline: none;
    }

    .address-select-top {
        top: -240px;
        left: 0;
    }

    .MustFillRed {
        border: 1px solid red;
    }

    .ErrorFillRed {
        border: 1px solid red;
    }
