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

.pg-hint-head {
    display: flex;
    align-items: center;
    background-color: white;
    height: 40px;
}

.pg-hint-title {
    color: #0b0a0a;
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
}

.pg-hint-input {
    width: 250px;
    margin-left: 30px;
}

.pg-hint-textarea {
    width: 650px;
    margin-left: 30px;
}

.pg-hint-options {
    display: flex;
    flex: 1;
    height: 50px;
    justify-content: flex-end;
    align-items: center;
}

.pg-hint-option {
    height: 25px;
}

.pg-content {
    margin: 10px;
    border: 1px solid #e1e3e4;
    background-color: white;
}

.pg-filter {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: center;
}

.pg-filter-search {
    margin-left: 30px;
    color: #1482ff;
}

.pg-filter-item {
    display: flex;
    align-items: center;
    margin-left: 21px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #787A7D;
    text-align: right;
}

.pg-content2 {
    background-color: white;
    padding: 25px 40px;
}

.a-select-init {
    min-width: 120px;
}

.btn-search {
    width: 60px;
    height: 25px;
    margin: 10px 10px 10px 0;
    color: #fff;
    background-color: #1890ff;
    text-align: center;
    border: none;
    border-radius: 4px;
}

.btn-white {
    margin: 10px 10px 10px 0;
    background-color: #ffffff !important;
    height: 25px;
    text-align: center;
    border: solid 1px;
    border-color: #CFD4DF;
    color: #666666;
    border-radius: 4px;
    padding: 2px 15px;
}

/* 设置省略号，两行样式 */
.two-div-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*n行溢出显示省略号则number设置为n*/
    overflow: hidden;
}

.col-sm-2 {
    width: 16.66666667%;
}

/*.modal-backdrop {*/
/*    opacity: 0 !important;*/
/*    filter: alpha(opacity=0) !important;*/
/*}*/
.divcss {
    height: 30px;
    width: 650px;
    margin-left: 30px;
    border: solid 1px;
    border-color: #d9d9d9;
    border-radius: 4px;
}

.modal-footer {
    margin-top: 20px;
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    background-color: white;
}

.btn-edit {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    color: #5282f7;
    background-color: white;
}
.pg-hint-options2 {
    display: flex;
    height: 50px;
    width: 180px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
}
.cp-form-foot {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #e1e3e4;
    background-color: white;
}

.btn-add{
    background: #FFFFFF;
    border: 1px solid #D9DCDC;
    border-radius: 2px;
    border-radius: 2px;
    width: 80px;
    height: 26px;
}
.cp-search {
    font-size: 12px;
    cursor: pointer;
}

.ad-label {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 8px;
    margin-left: 6px;
    height: 50px;
}






