
.banner-menu-box {
    background: #fff;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-menu {
    background: #fff;
    width: 70vw;
    display: flex;
    justify-content: space-between;
}

.banner-menu a {
    color: #333333;
}

.banner-menu span {

    cursor: pointer;
}

.banner-menu a span.active {
    position: relative;
    color: #2A7EFB;
    font-weight: bold;
}

.banner-menu span.active:after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 2px;
    background: #2A7EFB;
    border-radius: 2px;
}
.layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: none !important;
}

.layui-this {
    color: #3B82F6 !important;
}

.layui-form-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-left: 25px;
}

.layui-form-label {
    width: auto !important;
    padding: 0 !important;
}

.layui-input-block {
    margin-left: 10px !important;
}
.layui-form-radio>i{
    color: #3B82F6 !important;
}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i {
    color: #3B82F6 !important;

}
.layui-form-onswitch {
    border-color: #3B82F6 !important;
    background-color: #3B82F6 !important;
}
.content-view {
    box-sizing: border-box;

    .tab-content {
        background: #fff;
        width: 70vw;
        margin-left: 15vw;
        margin-top: 20px;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 20px;

        .textarea {
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 15px;
            box-sizing: border-box;
            min-height: 180px;
            max-width: 100%;
            min-width: 100%;
            position: sticky;
            top: 72px;
            z-index: 999999999;
        }

        .title {
            font-size: 18px;
            font-weight: 500;
            margin: 40px 0 15px 0;
        }
        .form{
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 20px;
            box-sizing: border-box;
            width: 100%;
        }
    }

    .document{
        a {
            height: 50px;
            width: 100%;
            display: block;
            line-height: 50px;
        }
    }

}