﻿/* ========================================== */
[mn="9000"] { 
    background-color: var(--clr01);
    color: #fff;
    padding: 25px 0
}

[mn="9000"] h2 {
    color: inherit;
    text-align: inherit
}

[mn="9000"] .prof {
    margin: 0 -15px 15px
}

[mn="9000"] .prof > div {
    padding: 0 15px
}

[mn="9000"] .prof .l {
    flex: 0 0 150px;
    max-width: 150px
}

[mn="9000"] .prof .r {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px)
}

[mn="9000"] .ttl {
    font-size: 150%;
    font-family: var(--font-t2)
}

[mn="9000"] .main {
    max-width: 800px
}

[mn="9000"] [owl] .ttl {
    font-size: 120%;
    font-family: var(--font-t1);
    color: var(--clr-bd);
    letter-spacing: 2px
}

[mn="9000"] a {
    color: inherit
}

[mn="9000"] [owl] .bimg-w {
    width: 45px;
    margin: 0;
}

[mn="9000"] [owl] .el {
    background-color: #fff;
    border-radius: 9px;
    padding: 9px;
}

[mn="9000"] [owl] svg {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    fill: var(--clr04x, #ccc);
    transition: all ease .4s;
}

[mn="9000"] [owl] button.owl-next,
[mn="9000"] [owl] button.owl-prev {
    width: 45px;
    height: 45px;
    padding: 12px !important;
    background-color: var(--clr01x, #eee);
    display: flex;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid var(--clr04x, #eee);
    margin: 0 !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}

[mn="9000"] [owl] button.owl-next {
    transform: translate(50%, 50%)
}

[mn="9000"] [owl] button.owl-prev {
    transform: translate(-50%, 50%)
}

[mn="9000"] [owl] button.owl-next:hover,
[mn="9000"] [owl] button.owl-prev:hover {
    background-color: var(--clr02);
    border: 2px solid var(--clr02);
}

[mn="9000"] [owl] button.owl-next:hover svg,
[mn="9000"] [owl] button.owl-prev:hover svg {
    fill: #fff;
}

[mn="9000"] .bimg {
    background-color: #555;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-position: 0;
}

@media (max-width: 575px) {
    [mn="9000"] .prof .l {
        flex: 0 0 120px;
        max-width: 120px
    }

    [mn="9000"] [owl] {
        margin: 0 -15px;
    }

    [mn="9000"] .prof .r {
        flex: 0 0 calc(100% - 120px);
        max-width: calc(100% - 120px)
    }
}
/* =========================================== */

/* =========================================== */
[mn="9001"] {
    padding-top: 0;
}

[mn="9001"] a {
    color: inherit;
}

[mn="9001"] .ttl.tab {
    padding: 0;
    font-size: 150%;

}

[mn="9001"] .liss {
    padding-top: 0
}

[mn="9001"] .ele {
    border-bottom: 1px dotted #ccc
}

[mn="9001"] .opt {
    border: 1px solid var(--clr03);
    background-color: #fff;
    padding: 6px;
    margin: 0 0 6px;
    font-size: 150%;
    border-radius: 9px;
}

[mn="9001"] .ttl.tab .tab-w {
    padding: 15px;
    padding-right: 45px;
    font-size: 130%;
}

[mn="9001"] .tab:not(.trans400):after {
    display: none;
}

[mn="9001"] .tab:after {
    background-color: var(--clr-bd);
}

[mn="9001"] .tab.active:after {
    transform: translate(0, -50%) rotate(180deg);
    background-color: var(--clr-bd);
}

[mn="9001"] .tab:hover:after {
    background-color: var(--clr-bd);
}

[mn="9001"] .bimg {
    background-color: #000;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-position: 0;
}

[mn="9001"] .tab .l,
[mn="9001"] .opt .l {
    flex: 0 0 45px;
    max-width: 45px;
}

[mn="9001"] .tab .l,
[mn="9001"] .opt .l {
    flex: 0 0 45px;
    max-width: 45px;
}

[mn="9001"] .main {
    width: 800px;
    max-width: 100%
}
/* ========================================== */


/* menu */
[mn="200"] .title {
    font-family: var(--font-t1);
    font-size: 140%;
    margin: 0 0 9px;
}
[mn="200"] .lrw {
    margin: 0 -15px;
}
[mn="200"] .lrw > * {
    padding: 0 15px
}
[mn="200"] .l {
    flex: 0 0 300px;
    max-width: 300px;
    border-right: 1px solid #ccc;
}
[mn="200"] .r {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}
[mn="200"] :is(textarea, input, select) {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 12px 0;
}
[mn="200"] .profileimage .bimg-w {
    background-color: #eee;
    border-radius: 50%;
    max-width: 150px;
}
[mn="200"] .tablistbx a {
    display: block;
    padding: 21px 3px;
    color: #000;
    text-decoration: none;
    /*font-family: var(--font-t2);*/
}
[mn="200"] .tablist {
    border-bottom: 1px solid #ccc;
    flex: 0 0 100%;
}
@media only screen and (max-width: 991px) {
    [mn="200"] .l,
    [mn="200"] .r {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [mn="200"] .l {
        border: 0; 
    }
    [mn="200"] .tablistw {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 0 30px;
    }
    [mn="200"] .tablist {
        flex: 0 0 auto;
        margin: 3px 3px 3px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    [mn="200"] .tablist a {
        padding: 9px
    }
}
/* menu */

/* sweetAlert */
.custom-confirm-button {
    background-color: #4CAF50 !important; /* 设置按钮背景颜色 */
    color: white !important;             /* 设置按钮文字颜色 */
    border: 0px solid #000 !important;   /* 去除边框 */
    border-radius: 5px !important;       /* 设置圆角 */
    padding: 10px 20px !important;       /* 调整按钮内边距 */
    font-size: 16px !important;          /* 调整字体大小 */
    cursor: pointer !important;          /* 鼠标指针样式 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    width: 100px;
}

.custom-confirm-button:hover {
    background-color: #45a049 !important; /* 鼠标悬停时颜色 */
}
/* sweetAlert */