body {
    font: 16px PingFangTC, PingFangTC, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

/* 头部导航栏 */
.layui-layout-admin .layui-header {
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(13, 7, 54, 0.08);
}

.layui-layout-admin .layui-side {
    top: 64px;
}

.layui-layout-admin .layui-logo {
    box-shadow: none;
    line-height: 64px;
    text-align: left;
    background-color: #fff;
}


.layui-layout-left>.layui-nav-item {
    line-height: 64px;
}

.layui-layout-right>.layui-nav-item {
    line-height: 64px;
}

.layui-nav .layui-nav-item a {
    color: #161234;
    padding: 0 16px;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #01A6EA;
    text-decoration: none;
    /* background: #F7FAFC; */
}

.layui-layout-right {
    display: flex;
    align-items: center;
}

.layui-layout-right .nav_icon {
    line-height: 64px;
    margin-right: 49px;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    height: 3px;
    background-color: #01A6EA;
}

.layui-nav-child {
    right: 0px;
    top: 70px;
    border-radius: 8px;
    padding: 2px;
    border: none;
}

.layui-icon-down:before {
    content: "\e61a";
}

/* .layui-nav .layui-nav-more-none {
    position: absolute;
    top: 0;
    right: 3px;
    left: auto !important;
    margin-top: 0;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
} */

.layui-nav .layui-show-sm-inline-block a:hover,
.layui-nav .layui-show-sm-inline-block .layui-this a {
    color: red;
    text-decoration: none;
    background: #F7FAFC;

}

.layui-nav .layui-show-sm-inline-block .none-hover:hover {
    color: #161234;
}

.layui-nav-child .layui-nav-profile-detail {
    display: block;
    width: 238px;
    height: 75px;
    background-image: url("../../images/erps/profile_detail_bg.png");
    color: #161234;
    /* white-space: pre-wrap; */
    line-height: 18px;
}

.layui-nav-img {
    width: 32px;
    height: 32px;
}

.layui-nav-img-detail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.layui-nav-child .layui-nav-profile-detail div {
    height: 75px;
    text-align: center;
    padding-top: 17.5px;
}

.layui-nav-child .layui-nav-profile-detail div span {
    white-space: pre-wrap;
    text-align: left;
    display: block;
}

.layui-nav-child .layui-nav-profile-detail div .layui-nav-profile-email {
    font-size: 12px;
    color: #616881;
}

.layui-nav-profile-box {
    padding: 8px 8px 6px;
}

.layui-nav .layui-nav-item .layui-nav-profile-list a {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: space-between;
    /* background: #F7FAFC; */
    border-radius: 4px 4px 4px 4px;
    color: #0D0736;
    padding: 0 12px;
}

.layui-nav .layui-nav-item .layui-nav-profile-list a:hover {
    color: #01A6EA;
    background: #F7FAFC;
}


.layui-nav-profile-list-nav {
    display: none;
    padding: 8px;
    position: absolute;
    box-sizing: border-box;
    width: 180px;
    top: 55px;
    left: -190px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(97, 104, 129, 0.24);
    border-radius: 8px 8px 8px 8px;
}

/* .layui-layout-right-li:hover .layui-nav-profile-list-nav {
    display: none !important;
} */

/* .layui-nav .layui-nav-item .layui-nav-profile-set:hover .layui-nav-profile-list-nav {
    display: block;
} */

.layui-nav-profile-list-nav a {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 4px 4px;
    color: #0D0736;
    padding: 0 12px;
}

.layui-nav-profile-list-nav a img {
    display: none;
}

.layui-nav .layui-nav-item .layui-nav-profile-list-nav .layui-nav-profile-list-nav-activation {
    color: #01A6EA;
    font-weight: 600;
    background: rgba(1, 166, 234, 0.08);
}

.layui-nav-profile-list-nav .layui-nav-profile-list-nav-activation img {
    display: block;
}

.layui-nav .layui-nav-item .layui-nav-profile-list-nav a:hover {
    color: #01A6EA;
    font-weight: 600;
    background: rgba(1, 166, 234, 0.08);
}

.layui-nav .layui-nav-item .layui-nav-profile-list-nav a:hover img {
    /* display: block; */
}

/* 左侧导航栏 */
.layui-bg-black {
    width: 264px !important;
    background-color: #FFFFFF !important;
    /* box-shadow: 2px 0px 4px 0px rgba(13, 7, 54, 0.06); */
}

.layui-side-scroll {
    width: 264px !important;
}

.layui-nav.layui-nav-tree {
    width: 264px !important;
    background-color: #FFFFFF;
    padding: 24px 12px;
}

.layui-nav-tree .layui-nav-item,
.layui-nav-tree .layui-nav-item .layui-nav-child dd {
    border-radius: 8px;
}

.layui-nav-tree-left * {
    font-size: 14px;
}

.layui-nav-tree .layui-nav-item a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 56px;
    border-radius: 8px;
    white-space: nowrap;
}

.layui-nav-tree .layui-nav-item a>img {
    margin-right: 8px;
}

.layui-nav-tree .layui-nav-item .layui-nav-item-activation {
    background: rgba(1, 166, 234, 0.1);
    color: #01A6EA;
    font-weight: 600;
}

.layui-nav-trees .layui-nav-item .layui-nav-item-activation {
    background: linear-gradient(to right, #01a6ea, #a6e5ff);
    color: #fff;
    font-weight: 600;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #F7FAFC;
    color: #01A6EA;
    font-weight: 600;
}

.layui-nav-tree .layui-nav-item .layui-nav-child {
    background-color: #FFFFFF;
}

.layui-nav-tree .layui-nav-item .layui-nav-child a {
    padding: 17px 44px 19px;
}

/* 内容主体 */
.layui-body-headr {
    display: flex;
}

.layui-body-headr-item {
    display: flex;
    flex: 1;

}

.layui-body-headr-item>a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 26px 24px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(148, 154, 162, 0.08);
    border-radius: 8px 8px 8px 8px;
}

.layui-body-headr-item+.layui-body-headr-item {
    margin-left: 24px;
}

.layui-body-headr-item-right {
    margin-left: 16px;
}

.layui-body-headr-texta {
    font-size: 14px;
    color: #616881;
}

.layui-body-headr-textb {
    font-size: 28px;
    color: #161234;
    font-weight: 800;
    /* margin-top: 5px; */
}

/* 内容主体 中间 */
.layui-body-middle {
    display: flex;
    margin-top: 24px;
}

.layui-body-middle>div {
    flex: 1;
    box-sizing: border-box;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(148, 154, 162, 0.08);
    border-radius: 8px 8px 8px 8px;
}

.layui-body-title {
    font-family: PingFangTC, PingFangTC;
    font-weight: 600;
    font-size: 18px;
    color: #161234;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.layui-body-customer-type {
    padding: 20px 24px;
}

.customer-type-box {
    display: flex;
    height: 319px;
    /* align-items: center; */
}

#customer-type {
    flex: 1;
}

.customer-list {
    flex: 1;
    align-self: center;
}

.customer-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px 13px 12px;
    background: #F7FAFC;
    border-radius: 2px 2px 2px 2px;
}

.customer-list-item+.customer-list-item {
    margin-top: 12px;
}

.customer-list-left {
    display: flex;
    align-items: center;
}

.customer-list-left span:first-child {
    width: 10px;
    height: 10px;
    border-radius: 2px 2px 2px 2px;
}

.customer-rs {
    background: #01A6EA;
}

.customer-sx {
    background: #3388FF;
}

.customer-rt {
    background: #FFAC2F;
}

.customer-wh {
    background: #17BC9B;
}

.customer-list-left span:last-child {
    margin-left: 12px;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #161234;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.customer-list-right {
    font-family: PingFangTC, PingFangTC;
    font-weight: 600;
    font-size: 14px;
    color: #161234;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.layui-body-task-reminder {
    margin-left: 24px;
    padding: 20px 24px;
}

.layui-body-task-reminder-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layui-body-task-reminder-head a {
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 12px;
    color: #01A6EA;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.layui-task-reminder-slider {
    margin-top: 16px;
    height: 304px;
    overflow-y: auto;
}

/* 滚动条整体部分 */
::-webkit-scrollBar {
    width: 0px;
    /*垂直方向的宽*/
    height: 10px;
    /*水平方向的宽*/
}

::-webkit-scrollBar-thumb {
    background-color: rgba(13, 7, 54, 0.24);
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

/* 滑块样式定义 */
::-webkit-scrollBar-track {
    border-radius: 5px;
    background: #E7EBF1;
    /* background: rgba(13,7,54,0.24); */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

/* input 提示文本 */
::placeholder {
    font-size: 14px;
}

.layui-table-body::-webkit-scrollBar {
    width: 4px;
    height: 8px;
}

.layui-task-reminder-list {}

.task-reminder-list-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 16px;
    justify-content: space-between;
    background: #F7FAFC;
    border-radius: 8px 8px 8px 8px;
}

.task-reminder-list-item+.task-reminder-list-item {
    margin-top: 12px;
}

.reminder-list-item-left {
    flex: 1;
}

.list-item-left-top {
    display: flex;
    align-items: center;
}

.item-left-top-type {
    font-size: 12px;
    padding: 0 2px;
    text-align: center;
    line-height: 18px;
    height: 18px;
    border-radius: 4px 4px 4px 4px;
    color: #01A6EA;
    border: 1px solid #01A6EA;
}

.item-left-top-text {
    flex: 1;
    margin-left: 5px;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 16px;
    color: #161234;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list-item-left-fot {
    margin-top: 8px;
    font-family: PingFangTC, PingFangTC;
    font-size: 12px;
    color: #616881;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.reminder-list-item-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 32px;
    border-radius: 18px 18px 18px 18px;
    border: 1px solid #01A6EA;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 12px;
    color: #01A6EA;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* 底部 */
.layui-body-footer {
    padding: 20px 24px;
    /* min-height: 266px; */
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(148, 154, 162, 0.08);
    border-radius: 8px 8px 8px 8px;
}

.layui-body-footer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-footer-head-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #0D0736;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.body-footer-head-date {
    width: 320px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E7EBF1;
}

.layui-body-footer-table {
    margin-top: 15px;
}

.layui-table>thead>tr {
    height: 48px;
    background: #F7FAFC;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #616881;
    text-align: left;
}

.layui-table th {
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #616881;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

.layui-table td {
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #0D0736;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    border-bottom: 1px solid #E7EBF1;
}

.layui-table-body {
    margin-bottom: 0;
    margin-right: 0;
}

.layui-table tbody tr {
    /* border-bottom: 1px solid #E7EBF1; */
}

/* .footer-table-th {
    height: 48px;
    background: #F7FAFC;
    border-radius: 4px 4px 4px 4px;
}

.footer-table-th>th {
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #616881;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-table-td>td {
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #0D0736;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
} */

/* 抽屉 */
.layui-content-fixd {
    width: 55%;
    background: #ffffff;
    box-shadow: -6px 0px 16px 1px rgba(28, 29, 32, 0.12);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    overflow: auto;
}

.content-fixd-boby {
    flex-direction: column;
    height: 100vh;
    box-sizing: border-box;
}

.content-fixd-title {
    display: flex;
    padding: 0 24px;
    height: 63px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EAECF0;
}

.content-fixd-main {
    padding: 0 24px;
}

.fixd-title-box {
    display: flex;
    align-items: center;
}

.fixd-title-box span:first-child {
    font-family: PingFangTC, PingFangTC;
    font-size: 16px;
    color: #161234;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fixd-title-box span:last-child {
    margin-left: 12px;
    padding: 0 3px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFangTC, PingFangTC;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.fixd-title-box .content-type-pending {
    background: rgba(255, 172, 47, 0.12);
    color: #FFAC2F;
}

.fixd-title-box .content-type-complete {
    background: rgba(23, 188, 155, 0.12);
    color: #17BC9B;
}

.content-fixd-title>img {
    cursor: pointer;
}

.content-fixd-boxa {
    padding: 32px 0;
}

.content-boxa-title {
    font-family: PingFangTC, PingFangTC;
    font-weight: 600;
    font-size: 24px;
    color: #161234;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-text-box {
    display: flex;
    align-items: center;
    margin-top: 16px;
    flex-wrap: wrap;
}

.content-boxa-text {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
}


.content-boxa-text span:first-child {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #616881;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-boxa-text span:last-child {
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #161234;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-wrap: wrap;
}

.content-box-text {
    display: flex;
    align-items: center;
}

.content-box-text span:first-child {
    font-size: 14px;
    color: #616881;
}

.content-box-text span:last-child {
    font-size: 14px;
    color: #161234;
}

.content-type-icon {
    display: flex;
    align-items: center;
}

.content-type-icon::before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.type-pending::before {
    background: #F21E2B;
}

.type-complete::before {
    background: #01A6EA;
}

.content-fixd-boxb {
    padding: 24px 0 32px 0;
    border-top: 1px solid #E7EBF1;
}

.content-boxb-title,
.content-boxc-title {
    font-family: PingFangTC, PingFangTC;
    font-weight: 600;
    font-size: 18px;
    color: #161234;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
}

.content-boxb-text {
    /* white-space: nowrap; */
    word-wrap: break-word;
    word-break: normal;
    display: flex;
}

.content-boxb-text+.content-boxb-text {
    margin-top: 12px;
}

.content-boxb-text span:first-child {
    font-family: PingFangTC, PingFangTC;
    font-size: 14px;
    color: #616881;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 135px;
}

.content-boxb-text span:last-child {
    /* margin-left: 24px; */
    font-family: PingFangTC, PingFangTC;
    font-size: 14px;
    color: #161234;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    flex: 1;
    overflow: auto;
}

.content-boxb-people {
    display: flex;
    align-items: center;
}

.content-fixd-boxc {
    border-top: 1px solid #E7EBF1;
    padding: 24px 0;
}

.content-boxc-title {
    margin-bottom: 12px;
}

.content-fixd-foter {
    display: flex;
    justify-content: flex-end;
    height: 64px;
    line-height: 64px;
    padding: 0 24px;
    border-top: 1px solid #EAECF0;
    box-sizing: border-box;
}

.content-fixd-foter .layui-btn {
    /* width: 92px; */
    height: 40px;
    line-height: 40px;
    border-radius: 22px 22px 22px 22px;
}


.content-foter-right {}

.home-view-all {
    font-size: 14px !important;
    color: #616881 !important;
}

.home-head-link {
    display: block;
    height: 100%;
}

/* 公共样式 */
.current-head {
    box-sizing: border-box;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.current-title {
    font-family: PingFangTC, PingFangTC;
    font-weight: 600;
    font-size: 20px;
    color: #161234;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.current-btns {
    display: flex;
    align-items: center;
}

.layui-layer-btn0,
.layui-layer-btn1 {
    height: 36px !important;
    line-height: 36px !important;
    border-radius: 32px 32px 32px 32px !important;
}

.current-btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01A6EA;
    border-radius: 32px 32px 32px 32px;
    color: #FFFFFF;
    font-size: 14px;
}

.current-btn-defaul {
    background-color: #fff;
    color: #01A6EA;
    border: 1px solid #01A6EA;
}

.current-btn-cancel {
    background-color: #fff;
    color: #01A6EA;
    border: 1px solid #01A6EA;
}

.current-btn-warn {
    background-color: #fff;
    color: #F21E2B;
    border: 1px solid #F21E2B;
}

.form_tips {
    color: #01A6EA !important;
    size: 14px;
}

.current-boby {
    box-sizing: border-box;
    position: relative;
    padding: 24px;
    margin-top: 24px;
    min-height: calc(100vh - 212px);
    /* overflow-y: auto; */
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
}

.current-table {
    /* margin-bottom: 40px; */
}

.current-form {
    flex-wrap: wrap;
    gap: 10px;
}

.layui-input {
    height: 40px;
    line-height: 40px;
    min-width: 240px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D4D9E0;
}

.layui-table-page .layui-input,
#sell-list .layui-input,
#buy-list .layui-input,
#latest-pagination .layui-input,
#view-pagination .layui-input,
#replie-pagination .layui-input {
    min-width: 10px;
}

.current-input-search {
    min-width: 240px;
}

.search-tjk {
    width: 100%;
}

.current-item {
    display: flex;
    align-items: center;
}

.current-item input {
    height: 40px;
    width: 240px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D4D9E0;
}

.current-item {
    margin-right: 24px;
}

.current-item:last-child {
    margin-right: 0;
}

.current-suffix {
    width: auto;
    display: flex;
    align-items: center
}

.current-label {
    padding: 0;
    width: auto;
    margin-right: 8px;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #161234;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.current-btn-container {
    display: flex;
    align-items: center;
}

.current-btn-search,
.current-btn-rest {
    margin: 0 !important;
    width: 80px;
    height: 40px;
    border-radius: 22px 22px 22px 22px;
}
.current-btn-rest{
background-color: #fff;
    color: #01A6EA;
    border: 1px solid #01A6EA;
}
.sumoselectdiv .SumoSelect{
    display: block !important;
    min-width:240px !important;
}

.current-btn-schedule {
    /* width:100%;
    padding:0 5px; */
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 32px 32px 32px 32px;
    font-size: 12px;
    background-color: #fff;
    color: #01A6EA;
    border: 1px solid #01A6EA;
}

.current-foter {
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0; */
    /* height: 52px; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* padding: 0 24px; */
    /* border-top: 1px solid #D4D9E0; */
}

.current-zt {
    display: flex;
    align-items: center;
}

.current-zt::before {
    content: '';
    display: block;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.current-zt-pending::before {
    background: #FFAC2F;
}

.current-zt-progress::before {
    background: #01A6EA;
}

.current-zt-active::before {
    background: #17BC9B;
}

.current-zt-inactive::before {
    background: #949AA2;
}

.current-zt-miss::before {
    background: #F21E2B;
}

.current-zt-yfb::before {
    background: #01A6EA;
}

.current-zt-cg::before {
    background: #93dfff;
}

.current-type {
    display: inline-block;
    padding: 0px 6px;
    height: 24px;
    line-height: 22px;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(242, 30, 43, 0.32);
    font-family: PingFangTC, PingFangTC;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.current-type-meeting {
    background-color: rgba(242, 30, 43, 0.08);
    border-color: rgba(242, 30, 43, 0.32);
    color: #F21E2B;
}

.current-type-birthday {
    background-color: rgba(1, 166, 234, 0.08);
    border-color: rgba(1, 166, 234, 0.32);
    color: #01A6EA;
}

.current-type-contact {
    background-color: rgba(51, 136, 255, 0.08);
    border-color: rgba(51, 136, 255, 0.32);
    color: #3388FF;
}

.current-type-festival {
    background-color: rgba(24, 177, 210, 0.08);
    border-color: rgba(24, 177, 210, 0.32);
    color: #18B1D2;
}

.current-type-noncore {
    background-color: rgba(97, 104, 129, 0.08);
    border-color: rgba(97, 104, 129, 0.32);
    color: #616881;
}

.current-type-grxc {
    background-color: rgba(23, 188, 155, 0.08);
    border-color: rgba(23, 188, 155, 0.32);
    color: #17BC9B;
}

.current-type-qxsx {
    background-color: rgba(148, 154, 162, 0.08);
    border-color: rgba(148, 154, 162, 0.32);
    color: #949AA2;
}

.current-type-shz {
    background-color: rgba(255, 172, 47, 0.08);
    border-color: rgba(255, 172, 47, 0.32);
    color: #FFAC2F;
}

.current-type-news {
    background-color: rgba(28, 127, 242, 0.08);
    border-color: rgba(28, 127, 242, 0.32);
    color: #1C7FF2;
}

.current-type-mt {
    background-color: rgba(91, 203, 249, 0.08);
    border-color: rgba(91, 203, 249, 0.32);
    color: #5BCBF9;
}

.current-type-mz {
    background-color: rgba(1, 166, 234, 0.08);
    border-color: rgba(1, 166, 234, 0.32);
    color: #01A6EA;
}

.current-type-my {
    background-color: rgba(28, 127, 242, 0.08);
    border-color: rgba(28, 127, 242, 0.32);
    color: #1C7FF2;
}

.current-type-sf {
    background-color: rgba(23, 188, 155, 0.08);
    border-color: rgba(23, 188, 155, 0.32);
    color: #17BC9B;
}

.current-type-qx {
    background-color: rgba(97, 104, 129, 0.08);
    border-color: rgba(97, 104, 129, 0.32);
    color: #616881;
}

.current-type-xg {
    background-color: rgba(255, 172, 47, 0.08);
    border-color: rgba(255, 172, 47, 0.32);
    color: #FFAC2F;
}

.current-type-email {
    background-color: rgba(241, 87, 97, 0.08);
    border-color: rgba(241, 87, 97, 0.32);
    color: rgb(241, 87, 97);
}

.current-cz {
    display: flex;
}

.current-cz-item {
    position: relative;
}

.current-cz-item+.current-cz-item {
    margin-left: 16px;
}

.current-cz-item a {
    /* white-space: nowrap; */
    word-wrap: break-word;
    word-break: normal;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #01A6EA;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.current-dyfl {
    padding: 3px 10px;
    background: rgba(97, 104, 129, 0.08);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(97, 104, 129, 0.32);
    white-space: nowrap;
    margin-bottom: 6px;
    margin-right: 6px;
}

/* .current-dyfl-item+.current-dyfl-item {
    margin-left: 6px;
} */

/* 表格省缺图 */
.no-data {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/* 弹窗样式修改 */
.layui-layer {
    border-radius: 16px 16px 16px 16px;
}

.layui-layer-title {
    height: 64px;
    padding-left: 24px;
    line-height: 64px;
    font-family: PingFangTC, PingFangTC;
    font-weight: 600;
    font-size: 18px;
    color: #0D0736;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.current-label {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #616881;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.seach-label {
    margin-right: 6px;
}

.layui-form-item {
    margin: 0;
    min-width: 0;
}

.layui-form-item+.layui-form-item {
    margin-top: 24px;
}

.layui-layer-setwin {
    top: 20px;
    right: 24px;
}

.layui-layer-setwin>.layui-icon-close {
    font-size: 24px;
    font-weight: 600;
    color: #a9a9a9;
}

/* 弹窗 */
.current-pop {
    box-sizing: border-box;
    padding: 24px;
}

.current-more {
    display: none;
    position: absolute;
    left: 0;
    transform: translateX(-80%);
    top: 30px;
    padding: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(97, 104, 129, 0.24);
    border-radius: 12px 12px 12px 12px;
    z-index: 99;
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
}

.current-more>li {
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 12px;
    height: 42px;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: #161234;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
}

.current-more>li:hover {
    background: #F7FAFC;
}

.current-prompt {
    padding: 32px 24px 24px 24px;
}

.prompt-close {
    font-size: 24px;
    color: #949AA2;
    position: absolute;
    right: 24px;
    top: 23px;
    cursor: pointer;
}

.prompt-head {
    display: flex;
    margin-bottom: 12px;
}

.prompt-img {}

.prompt-title {
    margin-left: 12px;
    font-family: PingFangTC, PingFangTC;
    font-weight: 600;
    font-size: 24px;
    color: #0D0736;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.prompt-text {
    padding-left: 46px;
    margin-bottom: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #616881;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.form_required::after {
    content: '*';
    display: inline;
    color: red;
    position: relative;
    top: 3px;
    left: 2px;
}

.layui-table {
    margin: 0;
}

.rirmembers-search,
.followuprecords-search {
    margin-bottom: 24px;
}

.SumoSelect {
    width: 100% !important;
}

.SumoSelect>.fxk-item {
    padding: 0;
    padding-left: 10px;
    box-sizing: border-box;
    height: 40px !important;
    line-height: 40px !important;
    background: #FFFFFF !important;
    border-radius: 4px 4px 4px 4px !important;
    border: 1px solid #D4D9E0 !important;
    border-color: #D4D9E0 !important;
}

.SumoSelect .select-all {
    height: 38px !important;
    line-height: 38px !important;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

.SumoSelect>.CaptionCont>label>i {
    opacity: .3 !important;
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #01A6EA !important;
}

.flex {
    display: flex;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.flex-justify-between {
    display: flex;
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.flex-1 {
    flex: 1 1 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-stretch {
    align-items: stretch;
}

.home-title {
    font-weight: bold;
    font-size: 20px;
    color: #0D0736;
}

.home-card {
    padding: 20px 24px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
    color: #161234;
    box-shadow: 0px 1px 2px 0px rgba(148, 154, 162, 0.08);
    overflow: hidden;
}


.home-head-list {
    margin-top: 16px;
    align-items: stretch;
}

.home-head-item {
    background: #F7FAFC;
    box-shadow: 0px 1px 2px 0px rgba(148, 154, 162, 0.08);
    border-radius: 8px 8px 8px 8px;
    flex: 1;
}

.home-headitem-top {
    padding: 16px;

}

.home-khtj-list {
    align-items: stretch;
}

.home-khtj-item {
    padding: 16px 20px;
    background: #F7FAFC;
    border-radius: 8px 8px 8px 8px;
    flex: 1;
}

/* .home-khtj-item+.home-khtj-item {
    margin-left: 24px;
} */

.home-colora {
    color: #616881;
}

.home-colorb {
    color: #161234;
}

.home-colorc {
    color: #01A6EA;
}

.home-colord {
    color: #949AA2;
}

.home-colore {
    color: #F21E2B;
}

.home-colorf {
    color: #0D0736;
}

.home-colorg {
    color: #17BC9B;
}

.font-semibold {
    font-weight: 600;
}

.hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.home-week-box {
    height: 400px;
    margin-right: 24px;
}

.home-point-box {
    /* min-width: 600px; */
    height: 400px;
}

.home-num {
    margin-top: 7px;
    font-weight: 600;
}

.home-headitem-bot {
    padding: 12px 16px;
    border-top: 1px solid #E7EBF1;
}

.headitem-bot-item {
    margin-top: 8px;
}

.dbpf-zs {
    color: #17BC9B;
}

.dbpf-fs {
    color: #F21E2B;
}

.home-pm {
    width: 24px;
    height: 24px;
    color: #616881;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    background: rgba(97, 104, 129, 0.13);
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-pm1 {
    background: #F21E2B;
    color: #FFFFFF;
}

.home-pm2 {
    color: #FFFFFF;
    background: #FFAC2F;
}

.home-pm3 {
    color: #FFFFFF;
    background: #17BC9B;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-overflow-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.home-performance-box {
    margin-top: 24px;
    height: 520px;
}

.home-reminder-box {
    margin-top: 24px;
    height: 520px;
}

#home-point-zzt {
    height: 365px;
}

#home-point-cs {
    height: 365px;
}

#home-point-ip {
    height: 365px;
}

#home-point-xykh {
    height: 365px;
}

#home-point-xykh-hykh {
    height: 365px;
}

#home-point-qzkh {
    height: 365px;
}

#home-point-day {
    height: 365px;
}

#home-point-ygq {
    height: 365px;
}

#home-point-dxf {
    height: 365px;
}

#home-point-approached {
    height: 365px;
}

#home-point-history {
    height: 365px;
}

#asn-history-stats {
    height: 365px;
}

#asn-top-stats {
    height: 365px;
}

.poa-item {}

.poa-item>a {
    padding: 24px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(148, 154, 162, 0.08);
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
}

.poa-item+.poa-item {
    margin-left: 24px;
}

.static-laydate {
    height: 100%;
    width: 100%;
}

.static-laydate .layui-laydate-static,
.static-laydate .layui-laydate-main {
    width: 100%;
    height: 100%;
    border: none;
}

.static-laydate .laydate-prev-y,
.static-laydate .laydate-next-y {
    display: none
}

.static-laydate .layui-laydate-header {
    width: 100%;
    border: none;
    background-color: #fff !important;
}

.static-laydate .laydate-theme-molv .layui-laydate-header i,
.static-laydate .laydate-theme-molv .layui-laydate-header span {
    color: #000 !important;
}

.static-laydate .layui-laydate-content {
    border: none !important;
}

.static-laydate .layui-laydate-content {
    width: 100%;
    padding: 5px;
    height: calc(100% - 45px);
}

.static-laydate .layui-laydate-content table {
    width: 100%;
    height: 100%;
}

.static-laydate .layui-laydate,
.static-laydate .layui-laydate-hint {
    border: none !important;
    box-shadow: none !important;
}

.static-laydate .layui-laydate-content td>div {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 80%;
    height: 75%;
    background: #01A6EA;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%); */
}

.static-laydate .layui-laydate-content td>div>.laydate-day-mark {
    font-size: 16px;
    position: static;
    line-height: normal;
}

/* .SumoSelect>.CaptionCont {
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    background: #FFFFFF;
    border: 1px solid #E7EBF1 !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
} */

.current-head-box {
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 24px 20px 24px;
}

.current-line {
    height: 1px;
    background: #E7EBF1;
    margin: 16px 0 20px 0;
}

.layui-tab {
    margin: 0;
}

.now-utc-time {
    padding: 0 16px;
    line-height: 40px;
    background: #F7FAFC;
    border-radius: 21px 21px 21px 21px;
    color: #0D0736;
}

.fm-file {
    cursor: pointer;
    width: 120px;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EAECF0;
}

.fm-file-box {
    margin: auto;
}

.current-card {
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.current-btn-container {
    margin-left: auto;
}

#editor—wrapper {
    border: 1px solid #ccc;
    z-index: 100;
    /* 按需定义 */
}

#toolbar-container {
    border-bottom: 1px solid #ccc;
}

#editor-container {
    height: 500px;
}

#editor-container .w-e-textarea-video-container video {
    width: 100%;
}

#editor—wrapper1 {
    border: 1px solid #ccc;
    z-index: 100;
    /* 按需定义 */
}

#toolbar-container1 {
    border-bottom: 1px solid #ccc;
}

#editor-container1 {
    height: 500px;
}

#editor-container1 .w-e-textarea-video-container video {
    width: 100%;
}

#editor—wrapper2 {
    border: 1px solid #ccc;
    z-index: 100;
    /* 按需定义 */
}

#toolbar-container2 {
    border-bottom: 1px solid #ccc;
}

#editor-container2 {
    height: 500px;
}

#editor-container2 .w-e-textarea-video-container video {
    width: 100%;
}

.tips-text {
    line-height: 24px;
    display: none;
}

.SumoSelect>.CaptionCont {
    border-color: rgb(238, 238, 238) !important;
}

div[data-w-e-type="video"] video {
    max-width: 100%;
}

.layui-tab-title {
    height: 60px !important;
}

.layui-tab .layui-tab-title li {
    line-height: 60px;
    padding: 0;
    color: #6B7280;
}

.layui-tab .layui-tab-title li+li {
    margin-left: 32px;
}

.layui-tab-title .layui-this:after {
    height: 61px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #01A6EA;
    font-weight: bold;
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 3px solid #01A6EA;
}

.layui-tab-record {
    background-color: #fff;
    padding: 0 24px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.layui-tab-form {
    background-color: #fff;
    padding: 24px;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
}

.text-wrap {
    word-break: break-all;
}

.public-file {
    cursor: pointer;
    width: 120px;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EAECF0;
}

.public-file-box {
    margin: auto;
}

.editor-content {
    min-height: 250px !important;
    height: calc(100% - 24px) !important;
}

.editor-content img {
    max-width: 100%;
}

.editor-content video {
    max-width: 100%;
}

.text-common8 {
    color: #01A6EA;
}

.text-common18 {
    color: #D9D9D9;
}

.p-20 {
    padding: 20px;
}

.p-24 {
    padding: 24px;
}

/* 上边距 */
.mt-4 {
    margin-top: 4px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-48 {
    margin-top: 48px;
}

/* 右边距 */
.mr-1-5 {
    margin-right: 6px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-24 {
    margin-right: 24px;
}

/* 下边距 */
.mb-12 {
    margin-bottom: 12px;
}

.mb-24 {
    margin-bottom: 24px;
}

/* 左边距 */
.ml-2 {
    margin-left: 2px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-24 {
    margin-left: 24px;
}

.mx-3 {
    margin: 0 12px;
}

.mx-6 {
    margin: 0 6px;
}

.my-10 {
    margin: 10px 0;
}

.status-red {
    font-size: 12px;
    color: #FC4545;
    padding: 0px 6px;
    border: 1px solid rgba(252, 69, 69, 0.6);
    border-radius: 2px;
    background: #FFE8E8;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
}


.status-green {
    font-size: 12px;
    color: #53D18F;
    padding: 0px 6px;
    border: 1px solid rgba(83, 209, 143, 0.6);
    border-radius: 2px;
    background: #EBFAF2;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
}

.status-blue {
    font-size: 12px;
    color: #1480FB;
    padding: 0px 6px;
    border: 1px solid rgba(20, 128, 251, 0.6);
    border-radius: 2px;
    background: #E6F1FE;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
}

.status-orange {
    font-size: 12px;
    color: #FFB35C !important;
    padding: 0px 6px;
    border: 1px solid rgba(255, 179, 92, 0.6);
    border-radius: 2px;
    background: #FFF0DE;
    white-space: nowrap;
    font-weight: 400 !important;
    display: inline-block;
    font-weight: 400;
}

.status-grey {
    font-size: 12px;
    color: #9DA5B8;
    padding: 0px 6px;
    border: 1px solid rgba(157, 165, 184, 0.6);
    border-radius: 2px;
    background: #F2F3F5;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
}

.status-purple {
    font-size: 12px;
    color: #1C7FF2;
    padding: 0px 6px;
    border: 1px solid rgba(203, 226, 251, 0.6);
    border-radius: 2px;
    background: rgb(237, 245, 254);
    white-space: nowrap;
    display: inline-block;
}

.status-yellow {
    font-size: 12px;
    color: #FC7840;
    padding: 0px 6px;
    border: 1px solid rgba(254, 219, 204, 0.6);
    border-radius: 2px;
    background: rgb(255, 245, 240);
    white-space: nowrap;
    display: inline-block;
}

.status-brown {
    font-size: 12px;
    color: #a52a2a;
    padding: 0px 6px;
    border: 1px solid rgba(165, 42, 42, 0.6);
    border-radius: 2px;
    background: rgb(255, 245, 240);
    white-space: nowrap;
    display: inline-block;
}

.status-apricot {
    font-size: 12px;
    color: #093e5b;
    padding: 0px 6px;
    border: 1px solid rgba(9, 62, 91, 0.6);
    border-radius: 2px;
    background-color: rgba(9, 62, 91, 0.1);
    white-space: nowrap;
    display: inline-block;
}

.layui-laydate-shortcut {
    width: 150px !important;
    padding: 0 !important;
    font-size: 14px;
}

.layui-laydate-range {
    width: 698px !important;
}

@media (max-width: 697px) {
    .layui-laydate-range {
        width: 100% !important;
        display: flex;
        flex-flow: column;
    }

    .layui-laydate-range .layui-laydate-shortcut {
        width: 100% !important;
    }

   .layui-laydate-range .layui-laydate-main {
        width: 100% !important;
        max-width: 100% !important;
    }

   .layui-laydate-range .layui-laydate-footer {
        width: 100% !important;
    }
   .layui-laydate-range .layui-laydate-main table{
        width: 100% !important;
    }
}

/**输入框联想样式**/
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    border-radius: 4px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-family: inherit
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: red;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: red;
    display: block;
    border-bottom: 1px solid #000;
}