* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Microsoft YaHei;
}

body {
    background: #ffffff;
    color: #1a1a1a;
    line-height: 1.7;
}

.container {
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 24px;
}

header {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

h1 {
    font-size: 34px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}
header .maintitle{
    font-size: 24px;
}
header .maintitle .t1 {
    color: #EBEBF0;
    line-height: 1;
    font-size: 28px;
    background: #007AFF;
    padding-left: 5px;
    padding-right: 5px;
}
header .maintitle .t2 {
    font-size: 24px;
    color: #616161;
}

.subtitle {
    font-size: 18px;
    color: #6C6C70;
}

.lang-switch {
    margin-top: 24px;
}

.lang-btn {
    border: none;
    background: transparent;
    color: #6C6C70;
    padding: 0 12px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 4px;
}

.lang-btn.active {
    color: #007AFF;
}
.judicial-chain{
    margin-top:10px;
    font-size: 12px;
    color: #6C6C70;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.judicial-chain a{
    color: #6C6C70;
    text-decoration: none;
    /*margin-left:5px;*/
}

.section {
    margin: 36px 0;
}
.content-zh .section  p{
  text-indent: 2em;
  line-height: 1.6;
}

h2 {
    font-size: 24px;
    margin: 28px 0 14px;
    color: #1D1D1F;;
    border-left: 4px solid #007AFF;
    padding-left: 12px;
}

h3 {
    font-size: 20px;
    margin: 22px 0 10px;
}

p {
    margin: 12px 0;
    font-size: 16px;
}

strong {
    color: #34C759;
}

.contact {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.divider-line {
    border: none;
    height: 1px;
    background-color: #d1d5db;
}

.license-block {
    margin: 10px 0 40px;
    font-size: 14px;
    color: #333;
    /*background-color: #f8fafc; */
    padding: 24px 0px;
    border-radius: 6px;
}

.license-title {
    text-align: center;
    color: #007AFF;
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: 600;
    border-left: none;
}

.license-block h3 {
    font-size: 17px;
    margin: 20px 0 8px;
    border-left: none;
    padding-left: 0;
}

.license-block p {
    font-size: 14px;
    line-height: 1.65;
}

.footer-block {
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid #d1d5db;
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.content-en,
.content-zh {
    display: none;
}

.content-en.show,
.content-zh.show {
    display: block;
}

@media screen and (max-width: 992px) {
    .container {
        padding: 24px 16px;
    }


    h1 {
        font-size: 24px;
    }

    .subtitle {
        font-size: 16px;
    }

    .lang-switch {
        margin-top: 16px;
    }

    h2 {
        font-size: 20px;
        margin: 20px 0 10px;
    }

    h3 {
        font-size: 18px;
    }

    .section {
        margin: 24px 0;
    }

    .contact {
        margin-top: 24px;
        padding-top: 16px;
    }

    .footer-block {
        margin-top: 40px;
        padding-top: 16px;
        font-size: 13px;
    }

    .license-title {
        font-size: 22px;
    }

    .divider-line {
        margin: 5px 0;
    }

    .license-block {
        font-size: 13px;
        padding: 2px 18px;
    }
    .license-block h3 {
        font-size: 15px;
    }
    .license-block p {
        font-size: 13px;
    }
    header {
        margin-bottom: 30px;
        padding-bottom: 20px;
        background: #F2F2F7;
        color: white;
        padding: 5px;
        border-bottom: none;
    }
    header .maintitle{
        font-size: 18px;
    }
    header .maintitle .t1 {
        font-size: 18px;
        color: #FFFFFF;
    }
    header .maintitle .t2 {
        font-size: 14px;
        color: #616161;
    }
    header .subtitle{
        font-size: 14px;
    }
    .origin {
        float: none !important;
        position: static !important;
        top: unset !important;
        right: unset !important; 
        width: unset !important;
        text-align: center !important;
        margin: unset !important;
    }
    .origin h2{
        font-size: 20px !important;
        margin: 28px 0 14px !important;
        color: #1e293b !important;
        border-left: 4px solid #005A9C !important;
        padding-left: 12px !important;
        text-align:left;
    }
    .origin .origin-text{
        border-style: none !important;
        padding: 0 !important;
        text-align:left !important;
    }
}

.origin {
    /*float: right;*/
    /*position: absolute;*/
    /*top: 5vh;*/
    /*right: 0;*/
    /*width: 18vw;*/
    /*text-align: center;*/
    /*margin:0;*/
}
.origin .origin-text{
    /*border-style: solid;*/
    /*border-radius: 5px;*/
    /*border-width: 1px;*/
    /*border-color: rgb(226, 226, 226);*/
    /*padding: 10px;*/
    /*display: block;*/
    /*text-align:left !important;*/
}
.origin .origin-text p{
    font-size:14px;
    font-style: italic;
}
.origin h2{
    /*font-size: 14px;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*border-color: snow;*/
}
.origin .origin-button .toggle-btn{
    padding: 0px 14px ;
    cursor: pointer;
    font-size: 15px;
    color: #6C6C70;
    margin: 5px;
}
.origin .founder{
    text-align:center;
}
.origin .origin-button{
    text-align:center;
}
