
.uni-container{
    padding: 16px;
}
.form-item{
    border-radius: 0;
    margin-bottom:0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #F5F6F8;
}

.register_title{
    font-size: 16px;
    font-weight: 600;
    color: #08080E;
}
.company_list_item {
    border-radius: 6px;
    background-color: #F5F8FA;
    padding: 16px;
    margin-bottom: 16px;
}

.company_list_item_content_title {
    font-size: 16px;
    font-weight: 600;
    color: #08080E;
    /*display: flex;*/
}

.company_list_item_content_dis {
    display: flex;
    margin-top: 10px;

}

.company_list_item_content_dis_img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 2px;
}

.company_list_item_content_dis_img img {
    /*width: 100%;*/
    height: 100%;
}

.company_list_item_content_other {
    margin-top: 10px;
    display: flex;
}

.company_list_item_content_other_right {
    display: flex;
}

.company_list_item_content_title_tab {
    width: 52px;
    height: 22px;
    background: linear-gradient(133deg, #242B7C 0%, #6B74CA 100%);
    border-radius: 2px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;

}


.form_item_left {
    font-size: 14px;
    font-weight: 400;
    width: 100px;
}


.anchor {
    font-size: 16px;
    font-weight: 600;
    color: #08080E;
}

.ivu-modal {
    width: 100%;
    height: 500px;
    position: fixed;
    bottom: 0
}

.ivu-modal-content {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding-bottom: 33px;
}

.select-list li {
    height: 48px;
    padding: 0 30px;
}

.ivu-modal-header {
    font-size: 16px;
    font-weight: 600;
    color: #373737 !important;
}

.select_item {
    padding: 19px 16px
}

.modal {
    margin-top: 20px;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*border-top: 1px solid #F5F6F8;*/
}
.my-agenda{
    width: 88px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #242B7C;
    text-align: center;
    line-height: 32px;
}
.baoming_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -6px 24px 0px rgba(27, 20, 102, 0.04);
    border-radius: 18px 18px 0px 0px;
    display: flex;
    margin-left: -16px;
}
.uni-container {
    background-color: #fff;
    padding: 16px;
}

.form_title {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #08080E;
}

.form-item .required-icon:before {
    color: #D80409 !important;
}

::placeholder {
    font-size: 14px; /* 改变字体大小 */
    color: #BCBCBC; /* 改变字体颜色 */
}

.baoming_shaixuan {
    width: 80px;
    height: 32px;
    background: #F5F8FA;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #08080E;
    line-height: 32px;
    display: flex;
    justify-content: center;
}

.baoming_shaixuan_icon {
    width: 10px;
    height: 10px;
}

.baoming_shaixuan_icon img {
    width: 100%;
}

.list-item-t2 .check-point input {
    display: none;
}

.list-item-t2 .check-point {
    width: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: rgb(144, 147, 153);
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-item-t2 .check-point label {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.list-item-t2 .check-point input {
    display: none;
}

