* {
    font-family: "方正黑体" !important;
    font-size: 15px;
    touch-action: pan-y;
    word-break: break-all;
}

/*ios 禁止微信浏览器字体放大*/
body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    touch-action: none;
}

iframe {
    border: none;
}

html {
    overflow: hidden;
}

html,
body,
form,
input,
p {
    margin: 0;
    background-color: unset;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: rgb(222, 222, 228, 0.22);
}

.hidden {
    display: none;
}

.icontool {
    color: #FFFFFF;
}

/*mui样式重写*/
.mui-content {
    background-color: #efeff4;
    padding-bottom: 50px;
}

.mui-bar .mui-btn-link {
    color: #FFFFFF;
}

#pageContent iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.mui-page-content .mui-scroll-wrapper {
    bottom: 50px;
}

.mui-page-content .mui-scroll {
    width: 100%;
    height: 100%;
}

.mui-page-content .mui-scroll iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
}

/* 加载框样式配置 */
.mui-show-loading {
    background: unset !important;
}

.mui-bar .mui-btn .mui-icon.iconfont.iconfanhui {
    top: 4px;
}

/* 加载图 */
.mui-btn .mui-spinner {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin-right: 10px;
}

/* 预览图片 */
.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    bottom: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4px;
    width: 70px;
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mui-preview-loading.mui-active {
    display: block;
}

.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.mui-header-right .iconfont,
.mui-header-right .mui-icon {
    font-size: 14px !important;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*mui picker css ove start*/
.mui-poppicker {
    background-color: #ffffff;
}

.mui-poppicker .mui-poppicker-header .mui-poppicker-btn-ok {
    border: 1px solid var(--DefalutColor);
    background-color: var(--DefalutColor);
}

.mui-poppicker .mui-poppicker-body .mui-picker {
    background-color: #ffffff;
}

/*dtpicker*/
.mui-dtpicker {
    background-color: #ffffff;
}

.mui-dtpicker .mui-dtpicker-header .mui-btn-blue {
    border: 1px solid var(--DefalutColor);
    background-color: var(--DefalutColor);
}

.mui-dtpicker .mui-dtpicker-body .mui-picker {
    background-color: #ffffff;
}

.mui-dtpicker-title>h5 {
    background-color: #ffffff;
}

.bottom_content {
    padding-bottom: 70px;
}

.bottom_btn .mui-btn {
    display: block;
    width: 92% !important;
    margin: 0 auto 10px auto;
}

/*mui nav*/
nav.mui-bar.mui-bar-tab .mui-tab-item {
    width: unset;
}

nav.mui-bar.mui-bar-tab .mui-tab-item.mui-tab-item-rotate {
    position: relative;
    top: -20px;
    border-radius: 50%;
    width: 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px #000;
}

/*layui css 样式重新*/
.layui-form {
    padding: 10px 0;
    background-color: #FFFFFF;
    margin: 0;
}

.layui-form-item {
    margin-bottom: 0;
    margin-top: 10px;
}

.layui-form-item .layui-textarea {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.layui-form-item .layui-input-block i.iconxiangji {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
}

.layui-form-label {
    padding: 9px 10px;
    width: 100px;
}

.layui-input-block {
    margin-right: 25px;
}

.layui-input {
    margin-bottom: 0 !important;
}

/*switch*/
.layui-form-onswitch {
    border-color: var(--DefalutColor);
    background-color: var(--DefalutColor);
}

/*radio*/
.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: var(--DefalutColor);
}

/*select*/
.layui-form-select dl dd.layui-this {
    background-color: var(--DefalutColor);
}

.layui-form-select dl dd {
    white-space: break-spaces !important
}

.layui-form-item .layui-btn {
    height: 36px;
    line-height: 36px;
    background-color: var(--DefalutColor);
}

/*select multiSelect*/
.multiSelect {
    border: 1px solid #cccccc;
}

.multiOption:hover {
    color: var(--DefalutColor);
}

.layui-form-select dl {
    max-height: 220px;
}

.layui-form-checked[lay-skin=primary] i {
    background-color: var(--DefalutColor);
    border-color: var(--DefalutColor) !important;
}

.layui-form-checked span,
.layui-form-checked:hover span {
    background-color: var(--DefalutColor);
}

.layui-form-checked i,
.layui-form-checked:hover i {
    color: var(--DefalutColor);
}

.layui-form-item-header {
    line-height: 40px;
    margin-left: 10px;
    margin-right: 13px;
    border-bottom: 1px #cccccc solid;
}

.layui-form-item-header .xltUpload-file-header-right {
    top: 0px;
}
.xlter-picker .layui-form {
    margin-bottom: 10px;
}


/*add css*/
.top_div {
    color: #008FD7;
    background-color: #FFFFFF;
    position: absolute;
    line-height: 27px;
    top: 45px;
    z-index: 9;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.top_title {
    font-size: 12px;
    padding-left: 5px;
    background-color: rgba(0, 161, 232, .09);
}

/*upload css start*/

.upload_img {
    margin-top: 30px;
    padding: 10px 15px;
    min-height: 210px;
    background-color: #FFFFFF;
}

.upload_header {
    width: 100%;
    font-size: 14px;
    height: 45px;
    text-align: center;
    font-weight: bold;
}

.upload_header span {
    font-size: 14px;
    color: #008FD7;
}

.upload_header p {
    margin-top: 2px;
    color: rgba(159, 159, 159, 100);
    font-size: 12px;
    line-height: 16px;
}

.upload_img_list {
    margin-top: 3px;
    width: 100%;
    height: 100px;
}

.upload_img_list .upload_img_item:first-child {
    width: 48%;
    height: 100%;
    float: left;
}

.upload_img_list .upload_img_item:last-child {
    width: 48%;
    height: 100%;
    float: right;
}

.upload_img_item img {
    max-width: 165px;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #EDEDED;
}

.upload_img_list .upload_img_item:last-child img {
    max-width: 165px;
    float: right;
}

.upload_img_list .upload_img_item:last-child .upload_img_item_title {
    float: right;
}

.upload_img_item_title {
    clear: both;
    max-width: 165px;
    width: 100%;
    text-align: center;
    line-height: 25px;
}

.upload_text {
    font-weight: 400;
    margin-top: 30px;
    font-size: 14px;
    width: 100%;
    color: var(--DefalutColor);
    ;
    text-align: center;
    letter-spacing: 0px;
    line-height: 16px;
    text-decoration: none;
}

.upload_licence {
    display: none;
}

.licence_header {
    height: 30px;
}

.licence_img_list {
    height: 180px;
}

.licence_img_list img {
    max-width: 130px !important;
}

/*upload css end*/

/*gird css start 宫格样式*/
.grid {
    font-size: 15px;
    width: 92%;
    margin: 10px auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 1px 6px #bbbbbb;
}

.grid-content {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: table;
    clear: both;
}

.grid-header-hide .grid-header {
    display: none;
}

/*宫格头部标题*/
.grid-header {
    line-height: 50px;
    padding-left: 15px;
    height: 50px;
}

.grid-header-title {
    font-size: 15px;
    font-weight: bold;
}

.grid-bottom-border .grid-header {
    border-bottom: 1px solid #cfcfcf;
}

.grid-header-title {
    float: left;
}

.grid-header-right {
    float: right;
    font-size: 13px;
    padding-right: 15px;
}

/*按钮 图标*/
.grid-content-item {
    display: inline-table;
    width: 25%;
    text-align: center;
    margin-bottom: 5px;
}

.grid-content-item-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto;
    display: block;
    clear: both;
    background-color: var(--DefalutColor);
    color: #ffffff;
}

/*圆角*/
.grid.grid-radius .grid-content-item-icon {
    border-radius: 6px;
}

/*圆形*/
.grid.grid-content-circular .grid-content-item-icon {
    border-radius: 50%;
}

.grid-content-item-icon i {
    margin: auto;
}

/* grid 扩展 */
/*--- 带左侧蓝条icon无边框的grid ---*/
/* 无外边框 */
.grid.grid-icon-no-box {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.grid.grid-icon-no-box .grid-content-item-icon {
    width: unset;
    height: unset;
    background-color: unset;
    color: var(--DefalutColor);
    font-size: 25px;
    margin: 5px 0;
}

.grid.grid-icon-no-box .grid-header {
    line-height: 50px;
    font-size: 15px;
}

.grid.grid-icon-no-box .grid-content-item-title {
    font-size: 14px;
}

/* grid 左侧蓝条 */
.grid.grid-icon-no-box .grid-header::before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: var(--DefalutColor);
    position: absolute;
    left: 0;
    margin: 15px 0 0 0;
}

.grid.grid.grid-icon-no-box .grid-content-item {
    margin-bottom: 10px;
}

/*2个一行*/
.grid.grid-item-two .grid-content-item {
    width: 50%;
}

/*grid css end*/

/*list css start*/
.list {
    width: 92%;
    background-color: #ffffff;
    margin: 10px auto;
    font-size: 15px;
    max-width: 350px;
}

.list-header {
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
}

.list .list-content .list-content-item:last {
    border-bottom: unset;
}

.list-content-item {
    width: 100%;
    position: static;
    line-height: 50px;
    border-bottom: 1px solid #F5F5F5;
}

.list-content-icon {
    width: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    font-size: 24px;
}

.list-content-title {
    padding-left: 50px;
}

.list-content-right {
    line-height: 50px;
    padding-right: 15px;
    float: right;
    font-size: 20px;
}

/*list扩展*/
/* ---带左侧蓝条的list ---*/
.list.list-content-paddingLeft {
    width: 100%;
    margin: 0;
    max-width: unset;
}

.list.list-content-paddingLeft .list-content {
    padding-left: 20px;
}

.list.list-content-paddingLeft .list-header {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

/*标题下边框线*/
.list-bottom-border .list-header {
    border-bottom: 1px solid #cfcfcf;
}

/*圆角*/
.list.list-radius {
    border-radius: 6px;
}

/* 左侧蓝条 */
.list.list-content-paddingLeft .list-header::before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: var(--DefalutColor);
    position: absolute;
    left: 0;
    margin: 15px 0 0 0;
}

.list.list-content-paddingLeft .list-content-item,
.list.list-content-paddingLeft .list-content-right {
    line-height: 50px;
}

.list.list-content-paddingLeft .list-content-right {
    font-size: 21px;
    font-weight: bold;
    color: #6E6E6E;
    padding-right: 20px;
}

.list.list-content-paddingLeft .list-content-title {
    font-size: 15px;
}

/*list css end*/


.header-bottom .grid-header,
.header-bottom .list-header {
    border: 1px solid #f3f3f3;
}

.width-max.grid,
.width-max.list {
    width: 100%;
    max-width: unset;
}

/*search css start*/
.search {
    background-color: #ffffff;
    width: 100%;
    font-size: 14px;
}

.search-item {
    width: 90px;
    position: absolute;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-division {
    height: 15px;
    width: 1px;
    background-color: #e2e2e2;
    position: absolute;
    left: 85px;
    top: 13px;
}

.search-item-select {
    width: 60px;
    text-align: center;
}

.search-item i {
    position: absolute;
    left: 65px;
    line-height: 40px;
    top: 0;
}

.search-items {
    border-radius: 3px;
    position: absolute;
    width: 120px;
    background-color: #ffffff;
    padding: 0;
    top: 50px;
    left: 5px;
    box-shadow: 1px 1px 10px #ccc;
}

.items-group {
    min-height: 35px;
    max-height: 210px;
    overflow-y: scroll;
}

.search-items-item {
    border-bottom: 1px solid #f5f5f5;
    display: table-cell;
    line-height: 35px;
    width: 100%;
    height: 35px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

.search-items-item:hover {
    background-color: #f5f5f5;
}

.items-group .search-items-item:last-child {
    border-bottom: none;
}


.search {
    box-shadow: -1px 1px 4px rgb(100 100 100 / 85%);
    background-color: #ffffff;
    width: 100%;
    font-size: 14px;
    position: fixed;
    top: 45px;
    z-index: 10;
}

.search-item {
    width: 90px;
    position: absolute;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-item-select {
    width: 60px;
    text-align: center;
}

.search-item i {
    position: absolute;
    left: 70px;
    line-height: 40px;
    top: 0;
}

.search-items {
    z-index: 999;
    display: none;
    border-radius: 3px;
    position: absolute;
    width: 110px;
    background-color: #ffffff;
    padding: 0;
    top: 50px;
    left: 5px;
    box-shadow: 1px 1px 10px #ccc;
}

.items-group {
    min-height: 35px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 0 10px;
}

.search-items-item {
    border-bottom: 1px solid #f5f5f5;
    display: table-cell;
    line-height: 35px;
    width: 100%;
    height: 35px;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0.5px;
}

.items-group .search-items-item:last-child {
    border-bottom: none;
}

.search-input i {
    position: absolute;
    z-index: 12;
    top: 0;
    right: 10px;
    line-height: 40px;
    width: 28px;
    text-align: center;
}

.search-input i:last {
    right: 0;
}

.search-input {
    padding: 6px 50px 6px 95px;
    width: 100%;
}

.search-input input {
    background-color: #ffffff;
    margin: 0;
    height: 28px;
    font-size: 14px;
    border-radius: 6px;
    border-color: #e2e2e2;
}

.search-item-triangle {
    position: absolute;
    left: 50px;
    top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotate(180deg);
}

/*search css end*/

.searchLeftItem {
    width: 25%;
    line-height: 40px;
    float: left;
    text-align: center;
}

/*card css start*/
.card {
    position: relative;
    width: 94%;
    max-width: 360px;
    margin: 10px auto 0;
    background-color: #ffffff;
    font-size: 14px;
    border-radius: 6px;
}

.card-header {
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 15px;
    line-height: 40px;
    min-height: 40px;
}

.card-header-title {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0.5px;
}

.card-header-time {
    font-size: 12px;
    position: absolute;
    color: #ABABAB;
    right: 25px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-content {
    padding: 10px 15px;
}

.card-item {
    line-height: 30px;
    min-height: 30px;
    width: 100%;
}

.card-item-icon {
    width: 16px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    position: absolute;
}

.card-item-title {
    padding-left: 25px;
    position: absolute;

}

.card-item-title::after {
    content: ":";
    letter-spacing: 0.5px;
}

.card-item-value {
    padding-left: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    max-width: 90%;
}

.card-item-value-showAll {
    overflow: unset;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    max-width: 90%;
    position: unset !important;
}

.card .card-content .card-item:last-child .card-item-value {
    position: absolute;
}

.card-item-look {
    padding-left: 245px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.card-footer {
    text-align: center;
    width: 100%;
    border-top: 1px solid #efefef;
}

.card-footer .mui-btn {
    margin: 6px 3px;
    color: #ffffff;
    border: none;
}

.card-footer button.mui-btn:first-child {
    margin-left: 10px;
}

.card-footer button.mui-btn:last-child {
    margin-right: 10px;
}

/*card css end*/


/*pull fullscreen css start*/
.mui-bar~.mui-content .mui-fullscreen {
    top: 44px;
    height: auto;
}

.mui-pull-top-tips {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -25px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
}

.mui-bar~.mui-pull-top-tips {
    top: 24px;
}

.mui-pull-top-wrapper {
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    background-color: #efeff4;
    border: 1px solid #ddd;
    border-radius: 25px;
    background-clip: padding-box;
    box-shadow: 0 4px 10px #bbb;
    overflow: hidden;
}

.mui-pull-top-tips.mui-transitioning {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.mui-pull-top-tips .mui-pull-loading {
    /*-webkit-backface-visibility: hidden;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;*/

    margin: 0;
}

.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
    margin-top: 7px;
}

.mui-pull-top-wrapper .mui-icon.mui-reverse {
    /*-webkit-transform: rotate(180deg) translateZ(0);*/
}

.mui-pull-bottom-tips {
    text-align: center;
    background-color: #efeff4;
    font-size: 15px;
    line-height: 40px;
    color: #777;
}

.mui-pull-top-canvas {
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 40px;
    box-shadow: 0 4px 10px #bbb;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.mui-pull-top-canvas canvas {
    width: 40px;
}

.mui-slider-indicator.mui-segmented-control {
    background-color: #efefef;
}

.mui-fullscreen {
    position: absolute;
    z-index: 1;
    top: 85px !important;
}

.mui-fullscreen.mui-preview-in {
    top: 0 !important;
    z-index: 20000;
}

.mui-backdrop {
    z-index: 9998;
}

.mui-poppicker {
    z-index: 9999;
}

.mui-popup-backdrop {
    z-index: 9998;
}
.mui-tab-radius{
    display: table-cell;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.mui-tab-item-radius{
    z-index: 9992;
    width: 40px;
    height: 40px;
    border: 1px solid;
    position: fixed;
    bottom: 15px;
    left:calc(50% - 20px);
    border: none;
    background-color: var(--DefalutColor);
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgb(100 100 100 / 85%);
    transition: transform .3s;
    transform:  rotate(0) ;
}
.mui-tab-line{
    background-color:#ffffff ;
    height:4px;
    width: 20px;
    margin: 0 auto;
    top: 19px;
    position: relative;
}
.mui-tab-item-radius .mui-tab-line:last-child{
    top: 15px;
    transform: rotate(90deg);
}
.mui-tab-radius-active.mui-tab-item-radius{
    transform: rotate(45deg) !important ;
}
.mui-radius-backdrop{
    z-index: 9990;
    display: none;
}
.mui-radius-backdrop.mui-backdrop-action{
    display: block;
}
#content_group .mui-scroll {
    padding-bottom: 20px;
}
.mui-popover-bottom{
    z-index: 9999;
}
.mui-popover .mui-table-view{
    background-color: #fff;
    color: var(--DefalutColor) !important;
}

/*mui dt picker year*/
[data-type=year] [data-id=title-m],
[data-type=year] [data-id=title-d],
[data-type=year] [data-id=title-h],
[data-type=year] [data-id=title-i],
[data-type=year] [data-id=picker-m],
[data-type=year] [data-id=picker-d],
[data-type=year] [data-id=picker-h],
[data-type=year] [data-id=picker-i] {
    display: none;
}

[data-type=year] [data-id=title-y],
[data-type=year] [data-id=picker-y] {
    width: 100% !important;
}

/*pull fullscreen css end*/

.input-group {
    margin-top: 7px;
    background-color: #FFFFFF;
    font-size: 14px;
}

.input-group .mui-input-row {
    line-height: 46px;
    height: 46px;
    border-bottom: 1px solid #F7F7F7;
}

.input-group .mui-input-row label {
    padding: 15px 15px;
    width: 30%;
    font-size: 14px;
}

.input-group .mui-input-row input {
    height: 45px;
    width: 70%;
    font-size: 14px;
}


.btn-next-div {
    padding: 50px 0;
    width: 100%;
}

.btn-next-div .btn-next-text {
    display: block;
    clear: both;
    padding-bottom: 25px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: var(--DefalutColor);
    font-weight: bold;

}

.btn-next-div button {
    margin: 0 auto;
    height: 40px;
    display: block;
    width: 80%;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: var(--DefalutColor);
}

/*获取短信验证码按钮*/
.input-group .mui-input-code-row .mui-input {
    width: 40%;
    float: left;
}

.input-group .mui-input-code-row .mui-btn {
    float: left;
    width: 30%;
    height: 31px;
    margin: 7px 0;
    max-width: 85px;
    font-size: 12px;
    border: none;
    padding: 9px 13px;
    color: #ffffff;
    background-color: var(--DefalutColor);
}

/*my.html personal*/
.personalInfor {
    background-color: #ffffff;
    font-size: 15px;
    padding: 20px 20px;
}

.personal-headerImg {
    position: absolute;
    width: 100px;
}

.personalInfor img {
    width: 80px;
    height: 80px;
    display: block;
    box-shadow: 1px 1px 5px #cccccc;
}

.personal-content-items {
    padding-left: 100px;
}

.personal-content-item {
    width: 100%;
    clear: both;
    line-height: 20px;
    height: 20px;
    margin: 0 0 10px 0;
}

.personal-content-items .personal-content-item:last-child {
    margin-bottom: 0;
}

.personal-content-item-title {
    width: 100px;
    float: left;
}

.personal-content-item-value {
    float: left;
}

.personal-prescription {
    margin-top: 10px;
}

.personal-prescription-text {
    width: 100%;
    clear: both;
    line-height: 30px;
    height: 30px;
}

.personal-prescription-text span:first-child {
    text-align: left;
    float: left;
}

.personal-prescription-text span:last-child {
    text-align: right;
    float: right;
    display: block;
}

.personal-timeline {
    line-height: 20px;
    height: 20px;
}

.personal-timeline .mui-progressbar.mui-progressbar-in {
    display: inline-block;
    margin-bottom: 0;
    height: 10px;
    background: #ffffff;
    border: 1px solid #efefef;
}

/*car card*/
.car_card {
    position: relative;
    width: 94%;
    height: 132px;
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 355px;
    min-width: 300px;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
}

.car_card_left {
    float: left;
    width: 50%;
}

.car_card_right {
    float: right;
    width: 50%;
}

.car_card_right>div {
    margin: 3px 0;
    float: right;
    width: 100%;
    text-align: right;
}

.car_card_img img {
    width: 150px;
    height: 81px;
}

.car_card_plate {
    line-height: 20px;
    clear: both;
    height: 20px;
    text-align: center !important;
}

.car_card_plate .plate {
    background-color: #FFB500;
    color: #ffffff;
    width: 30px;
    font-size: 14px;
    display: block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.car_card_plate>div {
    float: right;
}

.car_card_plate .plateNo {
    width: 65px;
    line-height: 18px;
    border: 1px solid #CCC;
    border-left: none;
}

.car_card_plate .hang {
    display: none;
}

.car_card_title {
    line-height: 26px;
    color: #858585;
    font-size: 12px;
}

.car_card_title span {
    color: #000;
    font-size: 16px;
}

.car_card_type {
    font-size: 14px;
    color: #000000;
}

/* .car_card_type>span:first-child {
    padding-right: 10px;
} */

.car_card_hang .hang {
    background-color: #FB9B4F;
    color: #ffffff;
    width: 35px;
    display: block;
    float: left;
}

.car_card_hang .plateNo {
    border-right: none;
}

.car_card_right .mui-btn {
    float: right;
    padding: 3px 6px;
}

.car_card_default_btn {
    height: 30px;
}

.car_card_default_btn .mui-btn {
    background-color: var(--DefalutColor);
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.car_card_default_title {
    display: none;
    position: absolute;
    left: -15px;
    background-color: var(--DefalutColor);
    width: 66px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 17px;
    transform: rotate(-45deg);
}

.car_card_default .car_card_default_title {
    display: block;
}

.car_card_default .car_card_default_btn {
    display: none;
}

/*car_card  .car_card_default 无设为默认 .car_card_hang 是否含挂*/

/*bankCard*/
.bankCard {
    position: relative;
    padding: 20px 10px 10px 20px;
    width: 94%;
    max-width: 320px;
    border-radius: 8px;
    height: 150px;
    margin: 15px auto 0;
    font-size: 14px;
}

.b_color0 {
    background-color: #139efe;
    box-shadow: 1px 1px 5px #139efe;
}

.b_color1 {
    background-color: #f56c6c;
    box-shadow: 1px 1px 5px #f56c6c;
}

.b_color2 {
    background-color: #3170a7;
    box-shadow: 1px 1px 5px #3170a7;

}

.b_color3 {
    background-color: #41b883;
    box-shadow: 1px 1px 5px #41b883;

}

.b_color4 {
    background-color: #b81c22;
    box-shadow: 1px 1px 5px #b81c22;
}

.b_color5 {
    background-color: #024792;
    box-shadow: 1px 1px 5px #024792;
}

.b_color6 {
    background-color: #139efe;
    box-shadow: 1px 1px 5px #139efe;
}

.bandCard_img {
    border-radius: 50%;
    width: 41px;
    height: 39px;
    background-color: #ffffff;
    background-image: url(/img/login.png);
    text-align: center;
}

.bandCard_img .iconfont {
    padding-top: 1px;
    display: block;
}

.bandCard_name {
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    left: 80px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
}

.b_color1 .bandCard_img i::before {
    content: "\e60c";
    font-size: 40px;
    color: #f56c6c;
}

.b_color2 .bandCard_img i::before {
    content: "\e636";
    font-size: 40px;
    color: #3170a7;
}

.b_color3 .bandCard_img i::before {
    content: "\e618";
    font-size: 40px;
    color: #41b883;
}

.b_color4 .bandCard_img i::before {
    content: "\e61a";
    font-size: 40px;
    color: #b81c22;
}

.b_color5 .bandCard_img i::before {
    content: "\e6be";
    font-size: 40px;
    color: #024792;
}

.b_color6 .bandCard_img i::before {
    content: "\e71c";
    font-size: 40px;
    color: #139efe;
}

.bankCard_no {
    padding-top: 10px;
    line-height: 40px;
    color: #ffffff;
    letter-spacing: 2px;
}

.bankCard_no span.iconfont::before {
    content: "\e671";
    font-size: 15px;
}

.bankCard_no span:nth-child(4n) {
    margin-right: 8px;
}

.bottom_btn {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
}

.bottom_btn .mui-btn {
    width: 100%;
    border: none;
    height: 40px;
    color: #ffffff;
    background-color: var(--DefalutColor);
    border-radius: 0;
    font-size: 14px;
}

/*tools*/
.tools {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    max-height: 50%;
    display: inline-table;
    overflow-y: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 1px 6px #bbbbbb;
}


/*xlt-form*/
.xlt-form-list-bottom .xlt-form {
    border-bottom: dashed 1px #ccc;
    padding: 15px 15px 0 15px;
}

.xlt-form-list-bottom .xlt-form:last-child {
    border-bottom: none;
}

.xlt-header {
    border-bottom: #CCCCCC 1px solid;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.xlt-header-left {
    width: 50%;
    text-align: left;
    float: left;
}

.xlt-header-right {
    width: 50%;
    float: right;
    text-align: right;
}

.xlt-form {
    padding: 15px;
}

.xlt-item {
    margin: 10px 0;
    position: relative;
}

.xlt-item-button {
    display: flow-root;
}

.xlt-item-button button {
    display: block;
    margin: 0 auto;
}

.xlt-item label {
    width: 85px;
    display: block;
    position: absolute;
    line-height: 40px;
}

.xlt-item .xlt-item-input {
    width: 100%;
    padding-left: 90px;
}

.xlt-item-input input {
    margin: 0;
}

.xlt-item-input textarea {
    padding: 10px 15px;
}

.xlt-item-input select {
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

.xlt-item-icon {
    font-size: 20px;
    position: absolute;
    top: 0;
    line-height: 40px;
    right: 0;
    width: 40px;
    text-align: center;
}

.xlt-item-img {
    border: 1px dashed #cccccc;
    width: 100%;
    height: 120px;
    position: relative;
}

.xlt-item-img::after {
    position: absolute;
    content: "点击上传";
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    color: #AAAAAA;
    line-height: 120px;
}

.xlt-item-img img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
}

.xlt-item-imgs img {
    max-width: 100px;
    max-height: 100px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 5px;
    border: 1px solid #ccc;
}

.xltUpload-file {
    margin-top: 5px;
    letter-spacing: 1px;
}

.xltUpload-file-header {
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #d2d2d2;
}

.xltUpload-file-header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 60px;
}

.xltUpload-file-header-title .xltUpload-file-layui-label {
    width: 100px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 10px;
}

.xltUpload-file-header-right {
    width: 50px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
    color: red;
}

.xltUpload-file-header-right .iconshanchu {
    font-size: 20px;
}

.xltUpload-file-content {
    width: 100%;
}

/*倒计时样式*/
.countDownNav .mui-navbar-inner.mui-bar-nav {
    box-shadow: 0 0 1px rgb(255 255 255 / 85%);
}

.countDown {
    position: relative;
    width: 100%;
    background-color: #00A1E8;
    color: #ffffff;
    padding: 25px;
    letter-spacing: 1px;
}

.countDown-text {
    padding-top: 5px;
    font-size: 13px;
    padding-right: 55px;
    line-height: 25px;
}

.countDown-title {
    line-height: 40px;
    font-size: 20px;
    padding-right: 55px;
    font-weight: bold;
}

.countDown-time {
    font-size: 13px;
    background-color: #ffffff;
    color: #00a1e8;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 8px;
}

.countDown-icon {
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
}

.countDown-icon .iconfont {
    line-height: 115px;
    font-size: 50px;
}

/*操作按钮*/
.order_bottom_btn {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 40px;
    border: #00A1E8 solid 1px;
}

.order_bottom_btn button {
    width: 50%;
    float: left;
    height: 40px;
    border: none;
    border-radius: unset;
}

.order_bottom_btn button:first-child {
    color: #00A1E8;
}

.order_bottom_btn button:last-child {
    color: #ffffff;
    background-color: #00A1E8;
}

/* orderItem */
.orderItem {
    width: 100%;
}

.orderItem .orderInfo {
    padding: 15px 20px;
    background-color: #ffffff;
}

.orderItem .orderInfo .header {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-right: 100px;
    line-height: 30px;
    padding-bottom: 10px;
}

.orderItem .orderInfo .header .headerMileage {
    right: 0;
    font-size: 13px;
    color: #000000;
    font-weight: 100;
    position: absolute;
    top: 0;
}

.orderItem .orderInfo .orderCard .orderCardItem {
    position: relative;
    line-height: 30px;
    min-height: 30px;
}

.orderCard .orderCardItem .orderCardItemIcon {
    font-size: 20px;
    position: absolute;
    left: 0;
}

.orderCard .orderCardItem .orderCardItemText {
    position: absolute;
    left: 35px;
}

.orderCard .orderCardItem .orderCardItemText::after {
    content: " :";
}

.orderCard .orderCardItem .orderCardItemValue {
    padding-left: 120px;
}

.orderItem .orderItemCarLine {
    margin: 15px 0;
    padding: 10px 15px;
    width: 100%;
    background-color: #ffffff;
}

.orderItem .orderItemCarLineSite {
    position: relative;
    line-height: 30px;
    margin-bottom: 15px;
}

.orderItem .orderItemCarLineSite::after {
    content: "";
    position: absolute;
    border-left: 1px dashed #999;
    height: calc(100% - 15px);
    top: 30px;
    left: 90px;
}

.orderItem .orderItemCarLineSite:last-child::after {
    border: none;
}

.orderItem .orderItemCarLineSiteType {
    position: absolute;
    width: 80px;
    left: 0;
    text-align: center;
}

.orderItem .orderItemCarLineSiteLine {
    position: absolute;
    left: 80px;
    width: 20px;
    text-align: center;
    color: #999;
}

.orderItem .orderItemCarLineSiteAddress {
    padding-left: 110px;
    padding-right: 60px;

}

.orderItem .orderItemCarLineSiteIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 26px;
    color: #298CF7;
    text-align: center;
}

.orderCarrierTop {
    position: absolute;
    top: 84px;
    z-index: 1;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 15px;
    color: #ffffff;
    background-color: rgba(247, 162, 61, 0.9);

}

.hasOrderCarrier .mui-fullscreen {
    top: 120px !important;
}

/* orderCarrierInfo */
.orderOfferInfo,
.driverInfo {
    letter-spacing: 1px;
    padding: 0 10px 0 20px;
    width: 100%;
    display: table;
    background-color: #ffffff;
}

.orderOfferInfo .info-header::before {
    background-color: #008FD7;
}

.orderOfferInfo {
    margin-bottom: 10px;
}

.orderOfferInfo-fee {
    border-left: 1px #cccccc dashed;
}

.driverOrderOfferInfo-items {
    width: 100%;
    clear: both;
}

.driverOrderOfferInfo-items>div {
    width: 50%;
    padding: 10px 0;
    float: left;
    border-top: 1px dashed #cccccc;
}

.driverOrderOfferInfo-items>div:first-child {
    padding-right: 10px;
    border-right: 1px dashed #cccccc;
}

.driverOrderOfferInfo-items>div:last-child {
    padding-left: 10px;
}

.orderOfferInfo .driverOrderOfferInfo-items>div {
    width: 100%;
    float: unset;
}

.orderOfferInfo-content {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.orderOfferInfo-content>div:first-child {
    width: calc(100% - 140px);
}

.orderOfferInfo-fee {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    width: 135px;
    float: unset;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
}

.orderOfferInfo-fee-title {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.orderOfferInfo-fee-icon {
    padding-top: 20px;
    font-size: 85px !important;
    color: #008FD7;
}

.orderOfferInfo-fee-money {
    color: #008FD7;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    word-wrap: break-word;
    display: block;
}

.driverOrderOfferInfo-item {
    position: relative;
    line-height: 30px;
}

.driverOrderOfferInfo-item>div {
    padding-left: 80px;
    word-wrap: break-word;
    min-height: 30px;
}

.driverOrderOfferInfo-item>label {
    width: 80px;
    position: absolute;
}

.info-header {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: dashed 1px #cccccc;
}

.info-header::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 4px;
    top: 10px;
    left: -10px;
    background-color: #FF922D;
}

.driverInfo .orderInfo-content .driverOrderOfferInfo-items:nth-child(1)>div {
    border-top: none;
}

.info-title {
    display: block;
    height: 35px;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    line-height: 35px;
}

.orderOfferInfo .driverOrderOfferInfo-items>div:first-child {
    border-top: none;
}

.orderOfferInfo .driverOrderOfferInfo-items>div {
    padding: 10px 0;
    border-right: none;
}

.driverOrderOfferInfo-items .driverInfo-car {
    width: 100%;
    float: unset;
    border-right: none;
}

.driverInfo-car {
    border-right: none !important;
    padding: 10px 0 !important;
}

.driverInfo-car .driverOrderOfferInfo-item {
    margin-bottom: 10px;
}

.driverInfo-car .driverInfo-plateNo {
    float: left;
    background-color: #F7B74D;
    border: 1px solid #cccccc;
    width: 90px;
    display: block;
    text-align: center;
    border-radius: 3px;
}

.driverInfo-car .driverInfo-plateNo:first-child {
    margin-right: 10px;
}

.orderInfo,
.orderPayInfo {
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 0 10px 0 20px;
    width: 100%;
    display: table;
    background-color: #ffffff;
}

.orderPayInfo-content {
    padding: 5px 0;
    width: 100%;
}

.orderPayInfo-content .driverOrderOfferInfo-item label {
    width: 150px;
}

.orderPayInfo-content .driverOrderOfferInfo-item div {
    padding-left: 160px;
}

.orderPayInfo {
    margin-top: 10px;
}

.orderPayInfo .info-header::before {
    background-color: #6acd42;
}

.orderInfo .info-header::before {
    background-color: #6acd42;
}

.orderInfo .orderInfo-content {
    border-bottom: dashed 1px #cccccc;
    padding: 10px 0;
}

.orderInfo .orderInfo-content:last-child {
    border-bottom: unset;
}

.orderInfo .orderInfo-content .orderInfo-imgs img {
    margin: 5px;
    width: 100px;
    height: 100px;
}

.orderInfo-btns {
    margin-top: 10px;
    border-top: dashed 1px #cccccc;
    padding: 10px 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.orderInfo-btn {
    display: table-cell;
}

.orderInfo-btn button {
    display: block;
    margin: 0 auto !important;
}

.orderShowHide .showMore {
    text-align: center;
    line-height: 40px;
    margin-left: -20px;
    margin-right: -10px;
}

/*my card*/
.infoCard {
    position: relative;
    width: 94%;
    margin: 10px auto 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px #EBEBEB solid;
}

.showInfo.infoCard {
    width: 100%;
    ;
    border-radius: 0;
}

.infoCard_header {
    line-height: 40px;
    min-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    border-bottom: 1px solid #EBEBEB;
}

.infoCard_header_title {
    width: 60%;
    float: left;
    font-weight: bold;
}

.infoCard_header_right {
    width: 40%;
    float: left;
    text-align: right;
    color: #00A1E8;
}

.infoCard_content {
    font-size: 14px;
    width: 100%;
    padding: 15px 30px;
    display: table;
}

.infoCard_item {
    line-height: 25px;
    display: table-row-group;
}

.infoCard_item_title {
    height: 40px;
    width: 40%;
    float: left;
}

.infoCard_item_text {
    width: 60%;
    float: right;
    color: #8F9497;
    word-wrap: break-word;
    word-break: normal;
}

.infoCard_item_text img {
    width: 100%;
    height: 100%;
}

/*message-card*/
.message-card {
    background-color: #ffffff;
    width: 92%;
    letter-spacing: 1px;
    margin: 10px auto;
    border: 1px solid #e3e4e5;
    position: relative;
    color: #1a1b1c;

}

.message-card-content {
    padding: 10px 20px;
}

.message-card-first {
    font-size: 14px;
    text-align: left;
}

.message-card-header {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

.message-card-item {
    font-size: 14px;
    line-height: 30px;
}

.message-card-remark {
    font-size: 14px;
}

.message-card-footer {
    font-size: 14px;
    padding: 0px 20px;
    line-height: 40px;
    color: #7e8081;
    border-top: 1px solid #e3e4e5;
}

/*infocard*/
.infoCard {
    position: relative;
    width: 94%;
    margin: 10px auto 0;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px #EBEBEB solid;
}

.infoCard_header {
    line-height: 40px;
    min-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    border-bottom: 2px solid #EBEBEB;
}

.infoCard_header_title {
    width: 60%;
    float: left;
    font-weight: bold;
}

.infoCard_header_right {
    width: 40%;
    float: left;
    text-align: right;
    color: #00A1E8;
}

.infoCard_content {
    font-size: 14px;
    width: 100%;
    padding: 15px 25px;
    display: table;
}

.infoCard_item {
    line-height: 25px;
    display: table-row-group;
}

.infoCard_item_title {
    height: 40px;
    width: 40%;
    float: left;
}

.infoCard_item_text {
    width: 60%;
    float: right;
    color: black;
    word-wrap: break-word;
    word-break: normal;
    text-align: right;
}

/*color*/
.color-1 {
    color: var(--DefalutColor);
}

.bagcolor-1 {
    background-color: var(--DefalutColor);
    ;
}

.color-2 {
    color: #E66767;
}

.bagcolor-2 {
    background-color: #E66767;
}

.color-3 {
    color: #E89030;
}

.bagcolor-3 {
    background-color: #E89030;
}

.color-4 {
    color: #E85505;
}

.bagcolor-4 {
    background-color: #E85505;
}

.color-5 {
    color: #F48F18;
}

.bagcolor-5 {
    background-color: #F48F18;
}

.color-6 {
    color: #E70B1C;
}

.bagcolor-6 {
    background-color: #E70B1C;
}

.color-7 {
    color: #3991F3;
}

.bagcolor-7 {
    background-color: #3991F3;
}

.color-8 {
    color: #74AAE6;
}

.bagcolor-8 {
    background-color: #74AAE6;
}

.color-9 {
    color: #4378BE;
}

.bagcolor-9 {
    background-color: #4378BE;
}

.color-10 {
    color: #F0500F;
}

.bagcolor-10 {
    background-color: #F0500F;
}

.color-11 {
    color: #2966FF;
}

.bagcolor-11 {
    background-color: #2966FF;
}

/* 中国工商 */
.b_coloriconbank_icbc {
    background-color: rgb(199, 0, 11);
}

.iconbank_icbc {
    color: rgb(199, 0, 11);
}

/* 中国建设 */
.b_coloriconbank_ccb {
    background-color: #0066B3;
    ;
}

.iconbank_ccb {
    color: #0066B3;
    ;
}

/* 招商银行 */
.b_coloriconbank_cmbc {
    background-color: #cc0000;
}

.iconbank_cmbc {
    color: #cc0000;
}

/* 中国银行 */
.b_coloriconbank_bank_of_china {
    background-color: #a71e32;
}

.iconbank_bank_of_china {
    color: #a71e32;
}

/* 交通银行 */
.b_coloriconbank_of_communications {
    background-color: #0e6de6;
}

.iconbank_of_communications {
    color: #0e6de6;
}

/* 中国农业银行 */
.b_coloriconbank_of_agricultural {
    background-color: #319c8b;
}

.iconbank_of_agricultural {
    color: #319c8b;
}

/* 邮政储蓄银行 */
.b_coloriconbank_post_office_savings {
    background-color: #18ae66;
}

.iconbank_post_office_savings {
    color: #18ae66;
}

/* 光大银行 */
.b_coloriconbank_ceb {
    background-color: #f09e02;
}

.iconbank_ceb {
    color: #f09e02;
}

/* 中国人民银行 */
.b_coloriconbank_chiness_people {
    background-color: rgb(102, 102, 102);
}

.iconbank_chiness_people {
    color: rgb(102, 102, 102);
}

/* 其他银行 */
.b_coloriconqitayinhang {
    background-color: #139efe;
}

.iconqitayinhang {
    color: #139efe;
}

/* 徽商银行 */
.b_coloriconbank_huishang {
    background-color: #c60f14;
}

.iconbank_huishang {
    color: #c60f14;
}

/* 兴业银行 */
.b_coloriconbank_cib {
    background-color: #0080d8;
}

.iconbank_cib {
    color: #0080d8;
}

.carservice-color-1 {
    color: #2193e8;
}

.carservice-color-2 {
    color: #f2872f;
}

.carservice-color-3 {
    color: #e9545a;
}

.carservice-color-4 {
    color: #1cce94;
}

.oilb_color5 {
    background-color: #3170a7;
    box-shadow: 1px 1px 5px #3170a7;
}

/* G7 */
.oilb_color6 {
    background-color: #5a32d2;
    box-shadow: 1px 1px 5px #5a32d2;
}

.oilb_color7 {
    background-color: #a79ea3;
    box-shadow: 1px 1px 5px #a79ea3;
}

.oilb_color5 {
    background-color: #015ac1;
    box-shadow: 1px 1px 5px #015ac1;
}

.oilb_color286 {
    background-color: #2fb0a8;
    box-shadow: 1px 1px 5px #2fb0a8;

}

.oilb_color387 {
    background-color: #ea972a;
    box-shadow: 1px 1px 5px #ea972a;
}

*,
body,
html {
    font-family: "方正黑体" !important;
}

.btnExit {
    color: #ffffff !important;
}



/*cppcc配置*/
.card-header-title {
    min-height: 50px;
    padding: 5px 0;
    overflow: unset;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 15px;
}

.card-header {
    line-height: unset;
    min-height: 50px;
    display: inline-block;
}

.card {
    border-radius: 5px;
    width: 98%;
    max-width: unset;
}
.card-item{
    line-height: 26px;
    min-height:26px;
}

.form-items-select .form-items-header{
    padding-right: 100px;
}
.selectUserItemsDiv {
    padding: 15px 10px;
    min-height: 120px;
}

.selectUserItemSpan {
    height: 31px;
    display: inline-flex;
    padding: 4px 7px;
    margin-right: 5px;
    background: var(--DefalutColor);
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 3px;
}

.selectUserItemSpan::after {
    content: "\e61e";
    font-family: "iconfont";
    color: #ffffff;
    padding: 4px 0 0 5px;
    font-size: 13px;
}


.selectItemsDiv {
    padding: 15px 10px;
    min-height: 120px;
}

.selectItemSpan {
    height: 31px;
    display: inline-flex;
    padding: 4px 7px;
    margin-right: 5px;
    background: var(--DefalutColor);
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 3px;
}

.selectItemSpan::after {
    content: "\e61e";
    font-family: "iconfont";
    color: #ffffff;
    padding: 4px 0 0 5px;
    font-size: 13px;
}

.selectBtnDiv{
    position: absolute;
    padding-right: 10px;
    top: 0px;
    text-align: center;
    right: 10px;
}

.chinese-initial{
    position: absolute;
    width: 20px;
    right: -20px;
    top: 0;
    text-align: center;
}
.chinese-initial::after{
    content: attr(data-initial);
}