.layer-server-shape{
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.5);
    z-index: 555;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
}

.layer-server-shape .layer-server-shape-parent{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layer-server-shape .layer-server-shape-container{
    border-radius: 6px;
    width: 400px;
    display: flex;
    flex-direction: column;

    height: auto;
    background: #fff;
    position: absolute;
    max-height: 80%;
    overflow-y: scroll;
}

.layer-server-shape .layer-server-shape-container::-webkit-scrollbar{
    width: 0;
    display: none;
}

.layer-server-shape p.title {
    font-size: 18px;
    display: inline-block;
    height: 83px;
    width: 100%;
    font-weight: 500;
    background: transparent;
    text-align: left;
    line-height: 83px;
    padding-left: 24px;
    box-sizing: border-box;
    color: #333;
}


.layer-server-shape .satisfyType span {
    margin-right: 13px;
    margin-top: 10px;
    max-width: 100%;
    display: flex;
    margin-left: 0;
    flex-direction: row;
}

.layer-server-shape .form-shape{
    padding: 0 24px;
}

.layer-server-shape .form-shape p .ckb {
    width: 0 !important;
    margin: 0;
}

.layer-server-shape .form-shape .satisfyType label{
    background: #F0F0F0;
    border-radius: 16px;
    line-height: 20px;
    padding: 6px 10px;
    cursor:pointer;
    font-size: 14px;
    color: #333;
    word-break: break-all;
}

.layer-server-shape .form-shape .satisfyType input:checked~label{
    background-image: linear-gradient(270deg, #387CFF 0%, #85B7FE 100%);
    border-radius: 16px;
    line-height: 20px;
    padding: 6px 10px;
    cursor:pointer;
    font-size: 14px;
    color: #fff;
}

.layer-server-shape .form-shape .raty_box{
    margin: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
}


.layer-server-shape .form-shape .raty_target{
    height: 30px;
}

.layer-server-shape .form-shape .raty_target img {
    width: 32px;
    margin: 0 15px;
    height: 30px;
}

.layer-server-shape .form-shape .hint{
    margin-top: 8px;
}

.layer-server-shape .form-shape .contact{
    margin-top: 14px;
}

.layer-server-shape .form-shape .satisfyType{
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
}

.layer-server-shape .form-shape .but-choose{
    margin-top: 24px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
}

.layer-server-shape .form-shape .but-choose .determine{
    background-image: linear-gradient(270deg, #387CFF 0%, #85B7FE 100%);
    border-radius: 4px;
    color: #fff;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 19px;
    width: auto !important;
    margin: 0;
}

.layer-server-shape .form-shape .but-choose .cancel{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    color: #333;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 19px;
    width: auto !important;
    margin: 0 15px 0 0;
}

.layer-server-shape .form-shape .phonenum{
    border-radius: 4px;
}

.layer-server-shape .form-shape .remarks{
    border-radius: 4px;
}

.layer-server-shape .form-shape .word_reminder_info {
    bottom: 10px;
    align-items: center;
    display: flex;
}

.layer-server-shape .form-shape .leave_import_empty {
    width: 16px;
    vertical-align: bottom;
    margin-left: 5px;
}

.desc-of-sat-eval-wrapper{
    font-size: 12px;
    color: #999;
    word-break: break-all;
    margin-top: -10px;
    margin-bottom: 20px;
    max-width: 88%;
}
