* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html {
    background-color: #EEEEEE;
}

#body {
    width: 1100px;
    background: #FFFFFF;
    margin: auto;
    padding: 0 10px 30px;
    box-sizing: border-box;
}

#form {
    height: 238px;
    background: url(./img/zu\ 7\ \(2\).png) no-repeat;
}

#form>form>.allInput {
    padding: 89px 60px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#form>form>.allInput>div>input,
#form>form>.allInput>div>select {
    width: 120px;
    height: 40px;
    padding: 0 13px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    outline: none;
    color: #333333;
    box-sizing: border-box;
    font-size: 14px;
}

#form>form>.allInput>div>#username {
    width: 260px;
}

#form>form>.allInput>div>#grade {
    width: 260px;
}


#form>form>.allInput>div>#major {
    width: 260px;
}

#form>form>.allInput>div>#school {
    width: 260px;
}

#form>form>.allInput>div>#performance {
    width: 100px;

}

#form>form>.allInput>div>select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("./img/daosanj.png") 230px center no-repeat;
    padding-right: 20px;
}

#form>form>.allInput>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#form>form>.allInput>div>p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
    width: 80px;
    text-align: justify;
}

#form>form>.allInput>.button {
    width: 190px;
    height: 41px;

    background: #297AD5;
    border-radius: 5px;
    /* margin: 40px auto 0; */
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

#list {
    position: relative;
    padding-top: 45px;
}

#list>.title {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}

#list>.input {
    margin-top: 65px;
    display: flex;
    position: relative;
    padding-left: 75px;
}

#list>.input>div>label {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#list>.input>div>select {
    width: 165px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-right: 41px;
    padding-left: 11px;
    outline: none;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示下拉箭头图片*/
    background: url("./img/daosanj.png") 139px center no-repeat;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 30px;
}

#list>.input>.poImg {
    position: absolute;
    right: 80px;
    top: -69px;
}

#list>ul {
    margin-top: 27px;
}

#list>ul>li {
    height: 140px;
    padding-left: 23px;
    margin-bottom: 20px;
    display: none;
    justify-content: space-between;
    align-items: center;
    background: url(./img/zu\ 7\(6\).png) no-repeat;
}

#list>ul>.active {
    display: flex;
}

#list>ul>li>.left {
    display: flex;
    align-items: center;
}

#list>ul>li>.left>div {
    margin-left: 35px;
}

#list>ul>li>.left>div>p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 18px;
}

#list>ul>li>.left>div>p:nth-child(2) {
    padding: 9px 0px;
}

#list>ul>li>.left>div>p:nth-child(2) span {
    padding: 9px 8px;
    background: #FFEAEA;
    border-radius: 5px;
    font-size: 14px;
    color: #AB0505;
    font-weight: 400;
    margin: 0 10px;
}

#list>ul>li>.right {
    width: 140px;
    height: 41px;
    background: #297AD5;
    border-radius: 5px;
    margin-right: 60px;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

#list>.showAll {
    height: 40px;
    background: #F3F8FF;
    border-radius: 5px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#list>.showAll>.allImg {
    margin-left: 10px;
}


#datum {
    position: relative;
    padding-top: 94px;
    display: flex;
    justify-content: space-between;
}

#datum>.title {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}

#datum>div {
    width: 342px;
    height: 491px;

    background-size: 100%;
    border-radius: 18px;
    box-shadow: 0px 0px 13px 0px rgba(172, 200, 255, 0.54);
    position: relative;
    overflow: hidden;
}

#datum>div:nth-child(2) {
    background: url(./img/zu\ 7\(12\).png) no-repeat;
}

#datum>div>.showCode {
    position: absolute;
    left: 50%;
    bottom: -491px;
    transform: translateX(-50%);
    width: 100%;
    height: 50%;
    background-color: rgba(238, 238, 238, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

#datum>div>.showCode>img {
    width: 150px;
    height: 150px;
}

#datum>div:nth-child(3) {
    background: url(./img/zu\ 7\(17\).png) no-repeat;
    cursor: pointer;
}

#datum>div:nth-child(4) {
    background: url(./img/zu\ 7\(5\).png) no-repeat;
}

#datum>div>.content {
    margin-top: 218px;
    padding-left: 17px;
}

#datum>div>h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
}

#datum>div>.content>li {
    margin-bottom: 15px;
}

#datum>div>.content>li>.top {
    display: flex;
}

#datum>div>.content>li>.top>p {
    width: 257px;
    height: 36px;
    background: #ECFDFF;
    padding-left: 13px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-left: 3px;
    box-sizing: border-box;
}

#datum>div>.content>li>.bottom {
    margin-top: 13px;
    margin-left: 11px;
    display: flex;
    align-items: flex-start;
}

#datum>div>.content>li>.bottom>img {
    margin-top: 3px;
}

#datum>div>.content>li>.bottom>div {
    margin-left: 33px;
}

#datum>div>.content>li>.bottom>div>p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    width: 196px;
    line-height: 20px;
}

#datum>div>.content>li>.bottom>div>p:nth-child(1) {
    margin-bottom: 5px;
}

#datum>div>.content>li>.bottom>div>p:nth-child(2) {
    color: #5CBAC8
}

#datum>div:nth-child(3)>.content>li>.top>p {
    background: #E9F2FF;
}

#datum>div:nth-child(4)>.content {
    margin-top: 45px;
}

#datum>div:nth-child(4)>.content>li>.top>p {
    background: #F0F1FF;
}

#datum>div:nth-child(4)>.content>li>.bottom>div>p:nth-child(2) {
    color: #5C64C1
}

#pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1080px;
    height: 772px;
    box-shadow: 0px 0px 13px 0px rgba(172, 200, 255, 0.54);
    background: url(./img/pop.png) no-repeat;
    z-index: 99999999;
}

#pop>.close {
    position: absolute;
    top: 13px;
    right: 11px;
    cursor: pointer;
}

#pop>.top {
    height: 60px;
    padding-left: 18px;
    display: flex;
    align-items: center;
}

#pop>.top>.school {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-right: 30px;
}

#pop>.top>.academy>span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    color: #2C75FF;
    padding-right: 20px;
    border-right: 1px solid #2C75FF;
}

#pop>.top>.academy>span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0 20px 0 17px;
}

#pop>.tabClick {
    display: flex;
    margin-left: 28px;
    margin-top: 20px;
}

#pop>.tabClick>p {
    height: 40px;
    line-height: 38px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

#pop>.tabClick>p:nth-child(2) {
    margin-left: 40px;
}

#pop>.tabClick>.active {
    background: #FF2C2C;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.table {
    display: none;
    /* display: block; */
    width: 1052px;
    height: 621px;
    margin: 16px auto 0;
    border-collapse: collapse;
    overflow-y: auto;
    font-size: 14px;
}

.table th {
    border: 1px solid #E3E3E3;
    height: 60px;
    background: #E2ECFF;
}

.table td {
    border: 1px solid #E3E3E3;
    height: 69px;
    background: #FFFFFF;

}

.table td,
.table th {
    width: 110px;
}

.table td:first-child,
.table th:first-child {
    width: 391px;
}

.table th:nth-child(2),
.table td:nth-child(2),
.table th:last-child,
.table td:last-child {
    width: 160px;
}

.table th {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.table td {
    text-align: center;
}

.table td>a {
    display: inline-block;
    width: 110px;
    height: 40px;
    background: linear-gradient(0deg, #2C75FF 0%, #8BB3FF 100%);
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 37px;
}

.table tbody .active td {
    background-color: #b4caf3;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

#pop .charts {
    width: 1036px;
    height: 613px;
    margin: 16px auto 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border: 1px solid #E3E3E3;
}

#pop .charts>.left {
    width: 160px;
    border-right: 1px solid #E3E3E3;
}

#pop .charts>.left>p {
    height: 60px;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #E3E3E3;
}

#pop .charts>.left>ul {
    height: 543px;
    overflow: hidden;
    overflow-y: scroll;
}

#pop .charts>.left>ul>li {
    height: 69px;
    padding: 0 10px;
    background: #FFFFFF;
    border-bottom: 1px solid #E3E3E3;
    text-align: center;
    line-height: 69px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pop .charts>.left>ul>.active {
    background: #2C75FF;
    font-weight: bold;
    color: #FFFFFF;
}

#pop .charts>.left>ul>li:last-child {
    border-bottom: none;
}

#pop .charts>.right {
    width: 876px;
}

#pop .charts>.right>.top {
    height: 60px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

#pop .charts>.right>.top:hover {
    color: #297AD5;
}

#pop .charts>.right>p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #2C75FF;
    text-align: center;
}

/* 隐藏默认滚动条 */
#pop .charts>.left>ul::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

/* 滑块 */
#pop .charts>.left>ul::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

/* 滑道 */
#pop .charts>.left>ul::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.majors {
    position: relative;
}

.schools {
    position: relative;
}

.ullll {
    position: absolute;
    display: none;
    /* right: 41px; */
    left: 91px;
    top: 44px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 999;
    width: 257px;
    box-shadow: 0px 0px 10px 0px rgb(182 180 181 / 28%);
}

.ullll li {
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
}

.ullll li:hover {
    background-color: #767676;
    color: #fff;
}

.shade {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
    opacity: 0.8;
}


.loading-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}

.loading-spinner {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}