* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000d13;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.container {
    height: 1240px;
    background-image: url('../../images/service-platform/outlets/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .header {
        display: flex;
        align-items: center;
        height: 64px;
        background: rgba(111, 187, 241, 0.1);
        box-shadow: 0px 2px 22px 0px rgba(255, 255, 255, 0.1);

        .logo {
            margin-left: 40px;
            width: 312px;
        }
    }

    .main {
        display: flex;
        flex-direction: column;
        align-items: center;

        .title {
            height: 66px;
            margin-top: 60px;
        }

        .map {
            width: 1124px;
            height: 528px;
            margin-top: 108px;
            background-image: url('../../images/service-platform/outlets/map.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .search {
            margin-top: 95px;
            position: relative;
            width: 800px;

            .tip {
                line-height: 24px;
                position: absolute;
                left: 0;
                top: -30px;
                font-size: 16px;
                color: rgba(255, 255, 255, 0.85);
            }

            .input {
                padding-left: 30px;
                width: 800px;
                height: 56px;
                outline: none;
                background: #1D253E;
                box-shadow: 0px 0px 10px 0px rgba(118, 177, 255, 0.7);
                border-radius: 16px;
                border: 1px solid #558BFF;
                color: #FFFFFF;
                font-size: 16px;
            }

            .input::placeholder {
                font-family: SourceHanSansSC, SourceHanSansSC;
                font-weight: 400;
                font-size: 14px;
                color: rgba(255, 255, 255, 0.3);
                line-height: 20px;
                text-align: left;
            }

            .icon {
                font-size: 14px;
                color: rgba(255, 255, 255, 0.3);
                position: absolute;
                right: 82px;
                top: 21px;
                cursor: pointer;
            }

            .button {
                position: absolute;
                right: 6px;
                top: 6px;
                border: none;
                color: #fff;
                width: 66px;
                height: 44px;
                background-color: #1f8eee;
                cursor: pointer;
                border-radius: 16px;
            }
        }
    }
}

.custom-list {
    position: relative;
    max-width: 1200px;
    padding: 10px 60px 50px 60px;
    margin: 100px auto 0;
    background-color: #ffffff;
    border-radius: 8px;

    .total {
        display: flex;
        align-items: center;
        height: 59px;
        border-bottom: 1px solid #CBE5FF;
    }

    .item {
        height: 76px;
        border-bottom: 1px solid #CBE5FF;
        display: flex;
        justify-content: space-between;
    }
}

.detail {
    width: 160px;
    height: 36px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(34, 112, 255, 0.08) 0%, rgba(45, 112, 234, 0) 100%);
    border-radius: 4px;
    color: #1C50D3;
    cursor: pointer;
    user-select: none
}

.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

.table {
    font-size: 16px;

    .title {
        margin-bottom: 28px;
        display: flex;
        justify-content: space-between;

        :first-child {
            font-size: 18px;
            color: rgba(0, 0, 0, 0.85);
        }

        :last-child {
            display: flex;
            align-items: center;
            padding-left: 16px;
            color: #1C50D3;
            width: 180px;
            height: 36px;
            background: linear-gradient(90deg, rgba(34, 112, 255, 0.08) 0%, rgba(45, 112, 234, 0) 100%);
            border-radius: 4px;
        }
    }

    li {
        margin-bottom: 16px;
    }
}

.el-dialog {
    border-radius: 8px;
}

.el-dialog__body {
    border-radius: 8px;
    padding: 48px 60px;
}

.copyright {
    text-align: center;
    padding: 60px 50px;
    color: #FFFFFF;
    line-height: 22px;
}
