.layui-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1330px;
}

.bg {
    /*background-color: #fafafa !important;*/
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.header-fixed::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: '';
}

.page-container {
    padding-top: 60px;
    margin-bottom: 150px;
}

.top-title {
    padding: 30px 0;
    text-align: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.top-title h1 {
    line-height: 50px;
    font-size: 42px;
    color: black;
}

.top-title p {
    font-size: 18px;
    line-height: 50px;
}

.single-box {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
}

.single-box button {
    width: 48px !important;
    height: 48px !important;
    background-color: #000000 !important;
    padding: 0 !important;
}

.single-box-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px 8px 8px;
}

.single-box-title {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.single-box-title h1 {
    font-size: 20px;
    color: black;
}

.single-box-title p {
    line-height: 20px;
}

.line-handel {
    background-color: white !important;
    width: 1px !important;
}

.ba-slider .handle:after {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.colorize-bg {
    background-image: url("../image/bg_image.png");
    background-size: cover;
    width: 100%;
}

.file-box-button {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.button-box {
    display: flex;
    background-color: rgb(229, 231, 235, 0.8);
    padding: 8px 10px;
    border-radius: 10px;
}

.button-box button {
    width: 150px !important;
    border-color: rgb(229, 231, 235, 0.8) !important;
    height: 45px !important;
    background-color: rgb(229, 231, 235, 0.8);
    border-radius: 10px !important;
    font-weight: 700 !important;
}

.active-button {
    background-color: white !important;
}

.tab-box1 {
    display: none;
}

.tab-box0, .tab-box1 {
    text-align: center;
}

.upload-image-box {
    max-width: 500px !important;
    width: 100%;
    padding: 120px !important;
}

.layui-upload-drag {
    border-width: 4px !important;
    border-color: #1f2937 !important;
    background-color: hsla(0, 0%, 100%, .5) !important;
    border-radius: 0.5rem !important;
}

.layui-upload-drag .layui-icon {
    color: #5f5f5f !important;
}

.upload-single-btn button {
    background-color: rgb(252, 211, 77, 0.9) !important;
    width: 230px !important;
    height: 50px !important;
    font-size: 18px !important;
    color: rgb(64, 64, 64) !important;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 150px;
}

.preview-image {
    max-height: 512px;
}

.preview-image-box {
    max-width: 800px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.delete-image-icon {
    position: absolute;
    font-size: 28px;
    right: 10px;
    color: black !important;
    background-color: #e5e6e6;
    border-radius: 50%;
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.download-image-icon {
    position: absolute;
    font-size: 20px !important;
    right: 48px;
    color: black !important;
    background-color: #e5e6e6;
    border-radius: 50%;
    cursor: pointer;
    padding: 6px;
}

.ok-image-box {
    max-width: 800px !important;
    margin: 0 auto;
}