.upload-img-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.upload-img-box .li {
    width: 5rem;
    height: 5rem;
    position: relative;
    margin: 0rem 1rem 1rem 0;
    border: 1px solid #e9e9e9;
}

.upload-btn {
    width: 5rem;
    height: 5rem;
    margin: 0rem 1rem 1rem 0;
    border: 1px dashed #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.upload-btn i {
    font-size: 30px;
    color: #dddddd;
}

.upload-img-box .li img {
    width: 100%;
    height: 100%;

}

.upload-img-box .li i {
    color: red;
    font-size: 14px;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    /* opacity: 0.8; */
    cursor: pointer;
}

.upload-img-box .layui-upload-file {
    display: none !important;
}

.form-control[readonly],
.swal2-modal .swal2-input[readonly] {
    background-color: #fff !important;
    cursor: pointer !important;
}

.cursor_pointer {
    cursor: pointer
}

.flex-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-e {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-s-c {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-s {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ml5 {
    margin-left: .5rem;
}

.mr5 {
    margin-right: .5rem;
}

.mr25 {
    margin-right: .25rem;
}

.ml3 {
    margin-left: .3rem;
}

.ml1 {
    margin-left: .1rem;
}

.w20 {
    width: 20%;
}

.w100 {
    width: 100%;
}

.ahover a:hover {
    text-decoration: underline !important;
    color: #000 !important;
}

.header-back {
    position: fixed;
    width: 100;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ellipsis {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.justify-content-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.reg-avatar-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.reg-avatar {
    padding: 0.3rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .5rem;
    margin: 0.2rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-avatar.upload {
    border: 1px solid #cccccc;
    padding: 0;
}

.reg-avatar.cutr {
    background-color: rgba(0, 0, 0, .5);
}

.reg-avatar img {
    width: 100%;
    height: 100%;
}

.reg-avatar .maks {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    border-radius: 0.5rem;
}

.w100 {
    width: 100%;
}

.not-allowed {
    cursor: not-allowed;
}

.base-avatar-box {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
}

.base-img {
    padding: 2px;
    box-sizing: border-box;
}

.avatar-box-1 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
}

.avatar-box-1 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.avatar-box-2 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
}

.avatar-box-2 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 50%;
    height: 50%;
}

.avatar-box-3 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
    position: relative;
}

.avatar-box-3 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 50%;
    height: 50%;
}

.avatar-box-3 .img:nth-of-type(1) {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-3 .img:nth-last-child(2) {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.avatar-box-3 .img:nth-last-child(1) {
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.avatar-box-4 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
    position: relative;
}

.avatar-box-4 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 50%;
    height: 50%;
}

.avatar-box-4 .img:nth-of-type(1) {
    position: absolute;
    top: 1px;
    left: 1px;
}

.avatar-box-4 .img:nth-of-type(2) {
    position: absolute;
    top: 1px;
    right: 1px;
}

.avatar-box-4 .img:nth-last-child(2) {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.avatar-box-4 .img:nth-last-child(1) {
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.avatar-box-5 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
    position: relative;
}

.avatar-box-5 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 33.333333333333336%;
    height: 33.333333333333336%;
}

.avatar-box-5 .img:nth-of-type(1) {
    position: absolute;
    top: 16.666666666666668%;
    left: 16.666666666666668%;
}

.avatar-box-5 .img:nth-of-type(2) {
    position: absolute;
    top: 16.666666666666668%;
    right: 16.666666666666668%;
}

.avatar-box-5 .img:nth-last-child(3) {
    position: absolute;
    bottom: 16.666666666666668%;
    left: 1px;
}

.avatar-box-5 .img:nth-last-child(2) {
    position: absolute;
    bottom: 16.666666666666668%;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-5 .img:nth-last-child(1) {
    position: absolute;
    bottom: 16.666666666666668%;
    right: 1px;
}

.avatar-box-6 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
    position: relative;
}

.avatar-box-6 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 33.333333333333336%;
    height: 33.333333333333336%;
}

.avatar-box-6 .img:nth-of-type(1) {
    position: absolute;
    top: 16.666666666666668%;
    left: 1px;
}

.avatar-box-6 .img:nth-of-type(2) {
    position: absolute;
    top: 16.666666666666668%;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-6 .img:nth-of-type(3) {
    position: absolute;
    top: 16.666666666666668%;
    right: 1px;
}

.avatar-box-6 .img:nth-last-child(3) {
    position: absolute;
    bottom: 16.666666666666668%;
    left: 1px;
}

.avatar-box-6 .img:nth-last-child(2) {
    position: absolute;
    bottom: 16.666666666666668%;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-6 .img:nth-last-child(1) {
    position: absolute;
    bottom: 16.666666666666668%;
    right: 1px;
}

.avatar-box-7 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
    position: relative;
}

.avatar-box-7 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 33.333333333333336%;
    height: 33.333333333333336%;
}

.avatar-box-7 .img:nth-of-type(1) {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-7 .img:nth-last-child(6) {
    position: absolute;
    top: 33.333333333333336%;
    left: 1px;
}

.avatar-box-7 .img:nth-last-child(5) {
    position: absolute;
    top: 33.333333333333336%;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-7 .img:nth-last-child(4) {
    position: absolute;
    top: 33.333333333333336%;
    right: 1px;
}

.avatar-box-7 .img:nth-last-child(3) {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.avatar-box-7 .img:nth-last-child(2) {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-7 .img:nth-last-child(1) {
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.avatar-box-8 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
    position: relative;
}

.avatar-box-8 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 33.333333333333336%;
    height: 33.333333333333336%;
}

.avatar-box-8 .img:nth-of-type(1) {
    position: absolute;
    top: 1px;
    left: 16.666666666666668%;
}

.avatar-box-8 .img:nth-of-type(2) {
    position: absolute;
    top: 1px;
    right: 16.666666666666668%;
}

.avatar-box-8 .img:nth-last-child(6) {
    position: absolute;
    top: 33.333333333333336%;
    left: 1px;
}

.avatar-box-8 .img:nth-last-child(5) {
    position: absolute;
    top: 33.333333333333336%;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-8 .img:nth-last-child(4) {
    position: absolute;
    top: 33.333333333333336%;
    right: 1px;
}

.avatar-box-8 .img:nth-last-child(3) {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.avatar-box-8 .img:nth-last-child(2) {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-8 .img:nth-last-child(1) {
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.avatar-box-9 {
    margin: 0 auto;

    background-color: #e8e8e8;
    width: 3rem;
    height: 3rem;
    position: relative;
}

.avatar-box-9 .img {
    padding: 2px;
    box-sizing: border-box;
    width: 33.333333333333336%;
    height: 33.333333333333336%;
}

.avatar-box-9 .img:nth-of-type(1) {
    position: absolute;
    top: 1px;
    left: 1px;
}

.avatar-box-9 .img:nth-of-type(2) {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-9 .img:nth-of-type(3) {
    position: absolute;
    top: 1px;
    right: 1px;
}

.avatar-box-9 .img:nth-last-child(6) {
    position: absolute;
    top: 33.333333333333336%;
    left: 1px;
}

.avatar-box-9 .img:nth-last-child(5) {
    position: absolute;
    top: 33.333333333333336%;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-9 .img:nth-last-child(4) {
    position: absolute;
    top: 33.333333333333336%;
    right: 1px;
}

.avatar-box-9 .img:nth-last-child(3) {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.avatar-box-9 .img:nth-last-child(2) {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-box-9 .img:nth-last-child(1) {
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.address-row {
    /* max-height: 30rem; */
    /* overflow: auto; */
}

.address-box {
    padding: 0 20px;
    margin-bottom: 10px;
}

.address-box .title {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

.address-box .address-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.address-box .address-list .address-item {
    font-size: 14px;
    padding: 10px 20px;
    color: #333;
}

.address-box .address-list .address-item.cutr {
    color: #ff6e40;
}

.hide {
    display: none !important;
}

@media screen and (max-height: 1020px) {
    .plat-scrollbar-tools {
        top: 0;
        height: 100%;
        display: table;
        pointer-events: none;
    }
}

@media screen and (max-height: 1020px) {
    .plat-scrollbar-tools .plat-scrollbar-tools-inner {
        display: table-cell;
        vertical-align: bottom !important;
        padding-bottom: 100px;
    }
}

.plat-scrollbar-tools {
    position: fixed;
    z-index: 99;
    right: 8px;
    /* top: 648px; */
    width: 44px;
    transition: top .2s;
}

@media screen and (max-height: 1020px) {
    .plat-scrollbar-tools .plat-scrollbar-tools-inner {
        display: table-cell;
        vertical-align: bottom !important;
        padding-bottom: 100px;
    }
}

.plat-scrollbar-tools-item+.plat-scrollbar-tools-item {
    margin-top: 8px;
}

.plat-scrollbar-tools-item {
    pointer-events: auto;
    position: relative;
}

.plat-scrollbar-tools-service .plat-scrollbar-tools-button {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.plat-scrollbar-tools-button {
    display: block;
    width: 44px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e8f0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.plat-scrollbar-tools-icon,
.plat-scrollbar-tools-icon-hover {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.plat-scrollbar-tools-button .plat-scrollbar-tools-button-desc {
    display: block;
    text-align: center;
    width: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #00a4ff;
    line-height: 1;
    margin-top: 5px;
}

.drawer-box {
    position: fixed;
    right: 1rem;
    bottom: -35rem;
    z-index: 1000;
    max-width: 20rem;
}

.alert-sss {
    padding: 1.2rem;

}

.close-class {
    font-size: 12px !important;
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 10000;
}

.drawer-info {
    max-height: 30rem;
    overflow-x: auto;
    padding: 1rem !important;
}

.table.table-custom thead tr th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.table-responsive {
    overflow: auto !important;
}


.select-arrow {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 30px;
    height: 2.6rem !important;
    cursor: pointer;
}

.select-arrow-close {
    /* position: absolute;  */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    top: 50%;
    right: 30px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #ffffff;
    /* transform: translateY(-50%); */
    cursor: pointer;

}

.select-arrow-down {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select-arrow-up {
    border-color: transparent transparent #888 transparent;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select-arrow-box {
    width: 100%;
    position: relative;
    min-height: 2.8rem;
}

.select-arrow-box input {
    padding-right: 50px;
}

.select-box {
    margin-top: 50px;
    overflow: auto;
    max-height: calc(15rem - 50px);
    padding-bottom: 8px;
}

.select-box ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0;
    width: 100%;
}

.select-box ul li {
    width: 100%;
    list-style-type: none;
    padding: 8px 6px;
    cursor: pointer
}

.select-box ul li:hover {
    background-color: #5897fb !important;
    color: #ffffff !important;
}

.select-box ul li.sel {
    background-color: #dddddd;
    color: #333333;
}

.select-arrow-input-box-data::-webkit-scrollbar {
   display: none;
}

.select-box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, .2);
}

/*定义滚动条轨道
内阴影+圆角*/
.select-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块
内阴影+圆角*/
.select-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b3b3b3;
}

.select-arrow-select {
    position: absolute;
    width: 100%;
    max-height: 15rem;
    border: 1px solid #ced4da;
    background-color: #ffffff;
    z-index: 1000;
    margin-top: 1px;
    border-radius: .5rem;
    /* position: relative; */
    overflow: hidden;

}

.select-arrow-select-bottom {
    bottom: calc(2.725rem + 5px) !important;
}

.select-arrow-select-input-box {
    padding: 4px;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
}

.select-arrow-select-input {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
}

.select-box-text {
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px;
}