.add-email-suffix {
    width: 100%;
    border: 1px solid #999;
    background-color: #fff;
    z-index: 10;
    color: #676765;
    border-radius: 4px;
    padding: 0;
}

.add-email-suffix.tempalte-project {
    position: absolute;
    top: 100%;
    left: 0;
}

.add-email-suffix .email-item {
    padding: 4px 8px;
    line-height: 22px;
    cursor: pointer;
    font-size: 14px;
}

.add-email-suffix .email-item:hover {
    background-color: #cee6fe;
}

.address-wrap {
    overflow: visible;
}

.correct-phont-hint {
    font-size: 12px;
    margin: 5px 0;
    color: #999;
}

.address-bot-hint {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 10px;
    color: #999;
}

.email-tips {
    font-size: 14px;
}

.red.email-tips {
    color: #999;
}

.google-address-parent {
    position: relative;
}

.google-address-box {
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    width: 100%;
    border: 1px solid #ced4da;
    background-color: #fff;
    z-index: 1000;
    color: #676765;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
}

.google-address-box .address-item {
    line-height: 20px;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.google-address-box .address-item svg {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 4px;
}

.google-address-box .address-item:not(:last-child) {
    border-bottom: 1px solid #ced4da;
}

.google-address-box .address-item:hover {
    background-color: #cee6fe;
}

.form-group .form-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: calc(100% - 26px); */
}

.select-list.address-linkage {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 100;
    width: 99%;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 2px;
    display: none;
}

.select-list.address-linkage .search-content {
    max-height: 240px;
    overflow-y: auto;
    width: 100%;
}

.select-list.address-linkage li {
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.select-list.address-linkage li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.delivery-company {
    margin-bottom: 8px;
}

.delivery-company .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.delivery-company .company {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px 16px;
}

.delivery-company .company input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0;
}

.delivery-company .company input::after,
.delivery-company .company input::before {
    display: none;
}

.delivery-company .company .company-name {
    font-size: 14px;
    margin-left: 8px;
}

.delivery-company img {
    max-height: 30px;
    width: auto;
    border-radius: 4px;
}

div.postage-distribution {
    width: 100%;
    margin-top: 8px;
    background-color: #fff;
    color: #333;
    padding: 8px;
}

.postage-distribution .title {
    font-size: 18px;
    line-height: 20px;
}

.postage-distribution .distribution {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.postage-distribution .distribution .postage-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.postage-distribution .distribution .postage-title .default-sele {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f51111;
    display: flex;
    align-items: center;
    margin-right: 8px;
    flex: 1;
    justify-content: start;
}

.postage-distribution .distribution .postage-title .default-sele .iconduihao {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
}

.postage-distribution .yunF {
    margin-left: 8px;
}