:root {
    --primary-color: #2E7D32;
    --secondary-color: #edfffa;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
body, h1, h2, p, ul {
    margin: 0;
    padding: 0;
}

body {
    max-width: 99%;
    line-height: 1.8;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    color: #333;
    font-size: 15px;
}
table {
    border-collapse: collapse;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 20px;


}
table tr {
    width: 100%;
}
td {
    width: auto;
    padding: 10px;
    border: 1px solid #ddd;
    overflow-wrap: normal;
}
td:first-child{
    width: 40% !important;
}

.container {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
    border-radius: 12px 12px 12px 12px;
    padding: 120px 20px 20px 20px;
    overflow: hidden;
    overflow-y: auto;
}
h1 {
    width: 100%;
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 32px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    padding: 20px;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index:998;

}
h1 span {
    float: right;
}

h2 {
    font-size: 17px;
    color: var(--primary-color);
    margin: 28px 0 16px 0;
    font-weight: 600;
}

p {
    margin-bottom: 16px;
    text-align: justify;
}

ul {
    list-style-type: none;
    padding-left: 22px;
    margin-bottom: 20px;
}

li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}

li:before {
    content: "·";
    position: absolute;
    left: 0;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.emphasis {
    color: #d32f2f;
    font-weight: 500;
}
.strong {
    font-weight: 600;
}

.section-divider {
    height: 10px;
    margin: 14px 0;
}
.dropdown-menu .dropdown-item {
    list-style: none !important;
}
.dropdown {
    display: none;
}

#back-icon-app {
    display: none;
    position: fixed;
    text-align: center;
    line-height: 40px;
    left: 20px;
    top: 10px;
    width: 30px;
    height: 40px;
    z-index: 999;
    overflow: hidden;
}
#dropdown {
    position: fixed;
    right: 15px;
    top: 80px;
    width: 160px;
    z-index: 999;
    text-align: right;
}
.dropdown-menu {
    font-size: 10px;
}

.dropdown-menu li {
    list-style: none;
    margin-bottom: 0;
}
.dropdown-menu li:before{
    content: ''
}
