#aki-body {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #f5f5f5;
}

#left-nav {
    width: 305px;
}

#left-nav ul {
    padding: 10px 48px 0 24px;
}

#left-nav ul a {
    display: flex;
    align-items: center;
    height: 55px;
    border-radius: 15px;
    transition: all 0.3s ease;
    padding: 0 22px;
    font-size: 18px;
    position: relative;
    margin-top: 2px;
}

#left-nav ul li.active a,
#left-nav ul li:hover a {
    background: var(--themeColor2);
}

#left-nav ul a img {
    width: 22px;
    margin-right: 14px;
}

#left-nav ul a i {
    width: 28px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid white;
    font-size: 10px;
    background: #ff2e4d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 22px;
    z-index: 2;
}

#aki-iframe {
    width: calc(100% - 305px);
}

#aki-main {
    padding-right: 24px;
}

#aki-iframe iframe {
    width: 100%;
    height: 100%;
}

.page-index .index-sec1 {
    background: linear-gradient(45deg, white 70%, #d8eafe);
    border-radius: 15px;
    padding: 56px 24px 24px;
}

.page-index .index-sec1 h2 {
    font-size: 32px;
    margin-bottom: 8px;
    padding-left: 25px;
}

.page-index .index-sec1 .desc {
    font-size: 20px;
    color: #525155;
    line-height: 1.5;
    padding-left: 25px;
}

.page-index .index-sec1 .item-all {
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px;*/
    margin-top: 40px;
    margin-right: -2%;
}

.page-index .index-sec1 .item-all .item {
    border-radius: 15px;
    background: white;
    border: 2px solid #ddd;
    padding: 20px 20px 18px;
    width: 23%;
    margin-right: 2%;
}

.page-index .index-sec1 .item .title {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 8px;
}

.page-index .index-sec1 .item .title img {
    width: 26px;
    margin-right: 8px;
}

.page-index .index-sec1 .item p {
    font-size: 18px;
    line-height: 2;
}


.page-index .index-sec2 {
    /*
    display: flex;
    flex-wrap: wrap;
    gap: 24px;*/
    margin-top: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}

.page-index .index-sec2 .item {
    border-radius: 15px;
    background: white;
    padding: 24px 30px;
    width: 49%;
    height: 285px;
    float: left;
}

.page-index .index-sec2 .item:nth-child(2) {
    float: right;
    display: flex;
}

.page-index .index-sec2 .item .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.page-index .index-sec2 .item .once {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #525155;
    margin-bottom: 18px;
}

.page-index .index-sec2 .item .once:last-child {
    margin-bottom: 0;
}

.page-index .index-sec2 .item .once img {
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
}

.page-index .index-sec2 .item .once .name {
    min-width: 92px;
    color: #333;
}


.page-index .index-sec2 .item.p12 {
    padding: 12px
}

.page-index .index-sec2 .item.p12 img {
    display: block;
    width: 100%;
}



/* 登录页 */
.page-login {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c9caca;
}

.page-login .box {
    width: 1100px;
    height: 620px;
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 30px;
    display: flex;
    padding-top: 94px;
    position: relative;
}

.page-login .box .logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 40px;
    top: 27px;
    font-size: 17px;
    color: #604C3F;
}

.page-login .box .logo img {
    height: 44px;
    margin-right: 14px;
    display: block;
}

.page-login .box .img {
    width: 640px;
    font-size: 0;
}

.page-login .box .img img {
    width: 100%;
    height: 480px;
    border-radius: 15px;
    object-fit: cover;
}

.page-login .box form {
    width: calc(100% - 640px);
    padding: 0 76px 0 60px;
    text-align: center;
}

.page-login .box form .title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    background: var(--themeColor);
    border: 8px solid var(--themeColor2);
    height: 48px;
    padding: 0 24px;
    border-radius: 25px;
    margin-top: 38px;
    margin-bottom: 40px;
}

.page-login .box form .item {
    width: 100%;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    border-radius: 4px;
    overflow: hidden;
}

.page-login .box form .item input {
    width: 100%;
    height: 100%;
    background: #f7f8fa;
    padding: 0 15px 0 42px;
}

.page-login .box form .item input:focus {
    background: var(--themeColor2);
}

.page-login .box form .item img {
    height: 16px;
    position: absolute;
    left: 16px;
}

.page-login .box form button {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    background: var(--themeColor);
    cursor: pointer;
    margin-top: 44px;
}

.page-login .box form a.btn {
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    color: var(--themeColor);
}

.page-login .box form .desc {
    font-size: 14px;
    line-height: 1.5;
    color: #604C3F;
    margin-top: 40px;
}

.page-message {
    background: white;
    padding: 50px 40px 40px;
    margin-bottom: 60px;
    border-radius: 15px;
}

.page-message .message-title {
    font-size: 20px;
    border-left: 6px solid var(--themeColor);
    padding-left: 10px;
    margin-bottom: 24px;
}

.page-message .control {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-message .control label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.page-message .control label input {
    display: none;
}

.page-message .control label span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: #efefef;
    margin-right: 12px;
}

.page-message .control label span img {
    width: 16px;
    opacity: 0;
    transition: none;
}

.page-message .control label input:checked+span {
    background: var(--themeColor);
}

.page-message .control label input:checked+span img {
    opacity: 1;
}

.page-message .control .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-message .control .info {
    height: 40px;
    padding: 0 22px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #F39800;
    background: #fff6e9;
}

.page-message .control a.btn {
    border-radius: 4px;
    background: var(--themeColor);
    color: white;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 22px;
}

.page-message table {
    width: 100%;
    margin-top: 20px;
}

.page-message table td {
    height: 60px;
    font-size: 14px;
}

.page-message table tr:nth-of-type(odd) {
    background: #f7f7f7;
}

.page-message table tr td:first-child,
.page-message table tr td:last-child {
    text-align: center;
}

.page-message table tr td a.btn {
    font-size: 14px;
    color: var(--themeColor);
    height: 28px;
    border-radius: 15px;
    border: 1px solid var(--themeColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    transition: all 0.3s ease;
}

.page-message table tr td a.btn:hover {
    background: var(--themeColor);
    color: white;
    white-space: nowrap;
}

.pager {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pager .left {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 20px;
}

.pager .left .item {
    display: flex;
    align-items: center;
}

.pager .left .item input {
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #afafaf;
    margin: 0 10px;
}

.pager .left select {
    border: 1px solid #afafaf;
    padding: 0 10px;
    height: 32px;
    margin-left: 42px;
    cursor: pointer;
}

.pager .right {
    display: flex;
    gap: 10px;
}

.pager .right img {
    height: 14px;
}

.pager .right img.hover {
    display: none;
}

.pager .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 14px;
    border: 1px solid #afafaf;
}

.pager .right a.active,
.pager .right a:hover {
    color: var(--themeColor);
}

.pager .right a:hover img {
    display: none;
}

.pager .right a:hover img.hover {
    display: block;
}

#new-header {
    width: 100%;
    height: 110px;
    display: flex;
}

#new-header .logo {
    display: block;
    font-size: 0;
    padding-left: 40px;
    width: 305px;
    padding-top: 35px;
}

#new-header .logo img {
    height: 48px;
}

#new-header .common-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px 0 25px;
    width: calc(100% - 305px);
    height: 100%;
}

#new-header .common-title h1 {
    font-size: 28px;
}

#new-header .common-title .right {
    display: flex;
    align-items: center;
}

#new-header .common-title .right .user {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    padding-right: 18px;
    margin-right: 20px;
    border-right: 2px solid #ddd;
}

#new-header .common-title .right .user img {
    height: 34px;
    margin-left: 10px;
}

#new-header .common-title .right .logout img {
    height: 20px;
}

#new-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 110px);
}