
.return-icon {
    border-radius: 50%;
    background-color: white;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: 20px;
}

.return-div {
    margin: 10px 0 -10px 30px;
    cursor: pointer;
    display: inline-flex;
}

.return-font {
    font-family: "PingFang SC ", "PingFang SC", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: rgb(46, 49, 51);
    text-align: left;
    line-height: 28px;
}

.return-img {
    margin-left: 7px;
    margin-top: 6px;
    width: 14px;
    height: 12px;
    transform: rotate(180deg);
}

.list-group-item {
    background: none;
}

.list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.font-default {
    font-family: "Arial Normal", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.font-value {
    font-family: "PingFang SC ", "PingFang SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgb(127, 127, 127);

    /* 1.文字强制一行显示 */
    white-space: nowrap;
    /* 2.溢出部分隐藏 */
    overflow: hidden;
    /* 3.溢出部分用省略号代替 */
    text-overflow: ellipsis;
}

.font-value-padding {
    padding: 3.5px;
}

.input-border {
    border: none;
}

.bg-color {
    background-color: rgb(248, 249, 251);
}

.item-div {
    width: 96%;
    background-color: #FFFFFF;
    margin: 20px 30px 0px 30px;
}

.title {
    padding: 10px 0 0 20px;
    /*border-bottom: 1px solid #ddd;*/
    text-align: left;
    font-family: "PingFang SC ", "PingFang SC", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgb(46, 49, 51);
}

.list {
    background-color: white;
    padding: 10px 20px 10px 20px;
    display: inline-flex;
    width: 100%;
}

.list-left {
    width: 150px;
}

.list-right {
    width: calc(100% - 150px);
}

.display-item {
    display: inline-flex;
    width: 50%
}

.display-item2 {
    display: inline-flex;
    width: 100%
}

.selectStyle {
    width: 206px !important;
    color: #6c757d;
}
/*表单必填项添加红星*/
.redStar::before {
    content: "*";
    color: red;
    margin-right: 4px;
}

.modal.show{
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.modal-content{
    min-width: 500px;
    padding: 0px 10px;
}
#msgModal .modal-content{
    min-width: 300px;
    border: 1px solid #eee;
}

.datepicker-days,.datepicker-months,.datepicker-years{
    padding:0px 15px;
}
