﻿body {
}
.text-left {
    text-align:left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.fl {
    float:left
}
.fr {
    float: right
}
.mt-10 {
    margin-top:10px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-5 {
    margin-bottom:5px;
}
.pt-10 {
    padding-top: 10px;

}
.pt-5 {
    padding-top: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-5 {
    padding-bottom: 5px;
}
.bg-gray {
    background: #ddd;
}
.color-white {
    color: #fff
}
.color-0032ff {
    color: #0032ff
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size:16px;
}
.text-center {
    text-align:center
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
/*首页步骤条*/
.steps {
    background: #fff;
    display: flex;
    align-items: flex-end;
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.color-009688 {
    color: #009688;
}

.color-ddd {
    color: #ddd;
}

.bg-009688 {
    background: #009688;
    color: #fff;
    border-radius: 100%
}

.width-100 span.iconfont {
    font-size: 28px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.line-1 {
    width: 36%;
    height: 2px;
    position: absolute;
    z-index: 0;
    left: -2%;
    top: 23px;
}

.line-2 {
    width: 37%;
    height: 2px;
    position: absolute;
    z-index: 0;
    top: 23px;
    left: 63%;
}

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

.color-pick {
    background: #009688;
}

.color-no-pick {
    background: #dddee3;
}

.color-error-pick-1 {
    background-image: linear-gradient(90deg, #b377f6 0%, #df3031 100%);
}

.color-error-pick-2 {
    background-image: linear-gradient( 90deg, #007aff 0%, #8091ff 60%, #b377f6 100% );
}

.border-pick {
    border-top: 2px dashed #009688;
}

.border-no-pick {
    border-top: 2px dashed #ddd;
}

.width-100 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.title, .time {
    width: 100px;
    line-height: 18px;
    font-size: 14px;
    color: #4a4a4a;
    display: block
}


.width-2 {
    width: 50%;
    height: 100px;
}

.width-3 {
    width: 33.33%;
    height: 100px;
}

.width-4 {
    width: 25%;
    height: 100px;
}

.circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 9;
}

.circle-error {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #df3031;
    z-index: 9;
}

.circle-no-border {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 9;
}

.circle-no-border::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background: #dddee3;
    position: absolute;
    top: -2px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 2px solid #fff;
}

.circle::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: rgba(0, 122, 255, 0.15);
    position: absolute;
    top: -2px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.circle-error::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: rgba(223, 48, 49, 0.15);
    position: absolute;
    top: -2px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
/**凭证数*/
.esmateFee-list {
    padding: 22px 0;
}
.esmateFee-list span.iconfont {
    font-size: 16px;
    background: #009688;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.mt-45 {
    margin-top:45px;
}
/**注册协议*/
#depositAgree {
    padding:20px
}
#depositAgree h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px
}
.agree-sub {
    font-size: 16px;
    margin-bottom:15px
}

.layui-btn {
    background-color: #3168f8 !important;
    display: inline-block;
    height: 34px;
    line-height: 36px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #3168f8;
   
}
.layui-btn-primary:hover {
    border-color: #3168f8;
    color: #fff !important;
}
/**企业微信会话存档*/
#msg-wrapper {
    padding-left: 20px;
    padding-top: 20px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.chat-list {
    padding-bottom: 20px;
    height: auto;
}

    .chat-list img {
        display: inline-block;
    }

    .chat-list .right, .chat-list .left {
        display: block;
        margin-bottom: 10px;
        /* padding-left: 15px; */
    }

    .chat-list .left {
        position: relative;
        right: 0;
        text-align: right;
        padding-right: 15px
    }

        .chat-list .right > li, .chat-list .left > li {
            margin-bottom: 5px;
        }

            .chat-list .right > li > div, .chat-list .left > li > div {
                display: block;
                color: #666;
                font-size: 12px;
                line-height: 26px;
            }

            .chat-list .right > li > span.message, .chat-list .left > li > span.message {
                padding: 5px 12px;
                background: #e8e8e9;
                color: #333;
                border-radius: 5px;
                position: relative;
                display: inline-block;
                font-size: 14px;
                line-height: 26px;
                max-width: 450px;
            }

            .chat-list .left > li > span.message {
                background: #cee7fd;
                color: #333;
            }

    .chat-list li .message_date, .chat-list li .message_date {
        color: #999;
        font-size: 12px;
        padding-left: 5px;
    }

    .chat-list .right > li:last-child {
        margin-bottom: 0px;
    }

    .chat-list:nth-child(2) .right > li:nth-child(1) > span,
    .chat-list:nth-child(3) .right > li:nth-child(1) > span {
        border-radius: 5px;
    }

    .chat-list:nth-child(2) .right > li:nth-child(2) > span,
    .chat-list:nth-child(3) .right > li:nth-child(3) > span {
        border-radius: 5px;
    }

    .chat-list:nth-child(3) .right > li:nth-child(2) > span {
        border-radius: 5px;
    }

    .chat-list .right > li i {
        background: url("./icons.png");
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: -3px;
        margin-left: 4px;
    }

        .chat-list .right > li i.smile {
            background-position: 0px;
        }

        .chat-list .right > li i.love {
            background-position: 16px;
        }

        .chat-list .right > li i.sad {
            background-position: 32px;
        }

    .chat-list .text-hr {
        font-size: 12px;
        text-align: center;
        border-bottom: #ddd;
        color: #ddd;
        padding: 10px;
    }

        .chat-list .text-hr.color-0032ff {
            color: #0032ff !important
        }

.text-decode {
    color: #1e6ce8;
    text-decoration: underline;
}
/* .table-col-1{
    width: 350px!important;
} */