<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: linear-gradient(180.00deg, rgb(76, 89, 100), rgb(76, 89, 100));
}

.banner {
    /* position: sticky; */
    position: relative;
    left: 0;
    top: 0;
    height: 100vh;
    /* overflow: hidden; */
    opacity: 0;
    transition: opacity 1s ease 0s, transform 1s ease 0s, margin-bottom 0.3s ease 0s;
    will-change: transform;
}
.banner::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20rem;
    width: 100%;
    height: 100%;
    background: #3D4253;
    z-index: -1;
}
.currents .banner{
    /* margin-bottom: -10rem; */
    transition: transform 1s ease;
    transform: translateY(10rem) !important;
}
/* Safari 10.1+ (涓嶆敮鎸丆hrome) */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .currents .banner{
            transition: transform 0.3s ease;
            transform: translateY(0rem) !important;
        }
    }
}
.banner.on {
    opacity: 1;
    transform: translateY(0);
}

.banner .frame {
    height: 100%;
    overflow: hidden;
}

.banner .slick-list {
    height: 100%;
}

.banner .slick-track {
    height: 100%;
}

.banner .slick-slide&gt;div {
    height: 100%;
}

.banner .child {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.banner .child .txt {
    text-align: center;
    position: absolute;
    bottom: 5rem;
    left: 13rem;
    width: 45%;
    transform: translateY(10rem);
    opacity: 0;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    will-change: transform;
}

.banner .slick-active .child .txt {
    transform: translateY(0rem);
    opacity: 1;
}

.banner .child .txt .fz40 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.425;
    letter-spacing: 0px;
}

.banner .child .a1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
}

.banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    text-align: center;
    opacity: 0;
    width: 50%;
}

.banner .slick-dots {
    position: relative;
    bottom: 0;
}

.banner .showdiv .text {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: all 2s ease-out 0.5s;
}

.banner .navg {
    position: absolute;
    right: 13rem;
    bottom: 5rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
}

.banner .navg li {
    margin: 0 0;
    cursor: pointer;
    font-size: 2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    width: auto;
    box-sizing: border-box;
    padding-left: 4.7rem;
    position: relative;
}

.banner .navg li::before {
    content: "";
    display: block;
    width: 4.7rem;
    height: .1rem;
    background: url(../images/dot1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
}

.banner .navg li:first-child::before {
    display: none;
}

.banner .navg li span {
    width: 2.8rem;
    display: block;
    font-family: 'Noto Serif SC', serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0px;
}

.banner .navg li.slick-active span {
    background: url(../images/dot.png) no-repeat center;
    background-size: cover;
    color: transparent;
    width: 4.2rem;
    animation: windowAnamation 0.4s ease forwards;
}
@keyframes windowAnamation {
    0% {
        transform: scale(0.6) rotateZ(0deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotateZ(180deg);
        opacity: 1;
    }
}
@-webkit-keyframes windowAnamation {
    0% {
        transform: scale(0.6) rotateZ(0deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotateZ(180deg);
        opacity: 1;
    }
}

.banner a {
    display: block;
    overflow: hidden;
}

.banner a .img {
    height: 0;
    padding-bottom: 55.78%;
    position: relative;
}

.banner a .img img {
    max-width: 100vw;
    width: 100%;
}

.banner a .txt {
    position: absolute;
    left: 10vw;
    bottom: 10vw;
    color: #fff;
    width: 50%;
}


/*  

.banner a .img:hover img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
} */

.mode1 {
    position: relative;
    /* overflow: hidden; */
    margin-top: 10rem;
    z-index: 2;
}

img {
    width: 100%;
    display: block;
}

.mode1 .txt {
    position: absolute;
    left: 0%;
    bottom: 12.3rem;
    width: 100%;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    text-align: center;
}

.mode1 .txt a {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.mode1 .txt a p {
    font-size: 6rem;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0px;
    text-shadow: 0px .6rem .8rem rgba(0, 0, 0, 0.75);
}

.mode1.isView .txt {
    opacity: 1;
}

.mode2 {
    overflow: hidden;
    margin-top: 0rem;
    position: relative;
    z-index: 2;
    background: #3D4253;
    box-sizing: border-box;
    padding: 8rem 0 7.35rem;
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0% 100%, 0% 10%);
    position: relative;
}
.mode2::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 99%;
    background: #3D4253;
    z-index: -1;
}

.mode2 .block2 {
    display: flex;
    align-items: center;
    position: relative;
}

.mode2d {
    width: 100%;
    height: 100%;
    ;
    position: absolute;
    left: 0;
    top: 0;
    ;
    z-index: -1;
}

.mode2d .line1 {
    width: 37.5%;
    height: .2rem;
    background: #626673;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-17deg);
    transform-origin: 100% 0;
}

.mode2d .line2 {
    width: 37.5%;
    height: .2rem;
    background: #626673;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(17deg);
    transform-origin: 0% 0;
}

.mode2d .line3 {
    width: 37.5%;
    height: .2rem;
    background: #626673;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(17deg);
    transform-origin: 100% 0;
}

.mode2d .line4 {
    width: 37.5%;
    height: .2rem;
    background: #626673;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-17deg);
    transform-origin: 0% 0;
}

.mode2a {
    width: 39.7rem;
    height: 56.8rem;
    background: #FAF7EC;
    position: relative;
}

.mode2a .img19 {
    /* width: calc(100% - 3.2rem); */
    width: calc(100% - 2.7rem);
    margin-left: 4.4rem;
    position: absolute;
    bottom: 3.3rem;
    align-items: center;
}
.mode2a .img19 *{
    font-weight: normal;
}
.mode2a .img19 .code {
    width: 8.9rem;
    flex-shrink: 0;
}
.mode2a .img19 .text{
    flex: 1;
    line-height: 2rem;
    margin-left: 0.9rem;
}

.mode2a .title {
    color: rgb(61, 66, 83);
    color: #3D4253;
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.44;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 2.4rem 0 1.9rem;
}

.mode2c {
    border: .2rem solid rgba(98, 102, 115, 1);
    height: 56.8rem;
    box-sizing: border-box;
    padding: 5rem 4rem 8rem 5rem;
    width: 39.7rem;
    background: #3D4253;
}

.mode2c ul {
    height: 100%;
    position: relative;
}

.mode2c li {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    line-height: 1.5625;
    opacity: 0;
    transform: translateY(10rem);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mode2c li.on {
    opacity: 1;
    transform: translateY(0rem);
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    will-change: transform;
    z-index: 2;
}

.mode2c li .title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3em;
    color: rgba(255, 255, 255, 1);
}

.mode2c li .info {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5625;
    color: rgba(255, 255, 255, 1);
}

.mode2c li .more {}

.mode2c li .more a {
    background: #FAF7EC;
    border: .1rem solid rgba(112, 112, 112, 1);
    color: rgba(131, 59, 10, 1);
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0rem;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 0.75rem 4rem;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}

.mode2c li .more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    background: rgba(131, 59, 10, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 500ms cubic-bezier(0, 0.75, 0.3, 0.95);
}

.mode2c li .more a:hover::before {
    height: 100%;
}

.mode2c li .more a:hover {
    border: .1rem solid rgba(131, 59, 10, 1);
    color: #fff;
}

.mode2c li .more a:hover i svg path {
    fill: #fff
}

.mode2c li .more a span {
    position: relative;
}

.mode2c li .more i {
    width: 2.8rem;
    height: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0rem;
    overflow: hidden;
    margin-left: 1.94rem;
}

.mode2c li .more i svg {
    width: 100%;
    height: 100%;
    animation: arrowRun 3s infinite
}

.mode2c li .more a:hover i svg {
    animation: arrowRun 3s infinite
}

.mode2c li .more i svg path {
    fill: #833B0A
}

.mode2b {
    flex: 1;
    margin: 0 2.1rem;
    position: relative;
}

.mode2b_1 {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
}

.mode2b .svg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #626673;
    stroke-miterlimit: 0;
    stroke-width: .022rem;
    transition: all 0.5s ease;
}

.mode2b .svg2 {
    width: calc(100% - 4.4rem);
    height: calc(100% - 4.4rem);
    position: absolute;
    left: 2.2rem;
    top: 2.2rem;
    fill: none;
    stroke: #626673;
    stroke-miterlimit: 0;
    stroke-width: .022rem;
    transition: all 0.5s ease;
}

.mode2b_2 {
    width: calc(100% - 4.4rem);
    height: calc(100% - 4.4rem);
    position: absolute;
    left: 2.2rem;
    top: 2.2rem;
    transition: all 0.5s ease-in-out;
}

.mode2b_3 {
    width: calc(100% - 4.4rem);
    height: calc(100% - 4.4rem);
    position: absolute;
    left: 2.2rem;
    top: 2.2rem;
    transition: all 0.5s ease;
}

.mode2b_3 .line_h {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.mode2b_3 .line_h1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mode2b_3 .line_v {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.mode2b_3 .line_v1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mode2b_3 .line_h::before {
    content: "";
    display: block;
    width: .2rem;
    height: 100%;
    background: #646873;
    position: absolute;
    left: 25%;
    top: 0;
}

.mode2b_3 .line_h1::before {
    content: "";
    display: block;
    width: .2rem;
    height: 100%;
    background: #646873;
    position: absolute;
    left: calc(25% + .5rem);
    top: 0;
}

.mode2b_3 .line_h::after {
    content: "";
    display: block;
    width: .2rem;
    height: 100%;
    background: #646873;
    position: absolute;
    right: 25%;
    top: 0;
}

.mode2b_3 .line_h1::after {
    content: "";
    display: block;
    width: .2rem;
    height: 100%;
    background: #646873;
    position: absolute;
    right: calc(25% + .5rem);
    top: 0;
}

.mode2b_3 .line_v::before {
    content: "";
    display: block;
    width: 100%;
    height: .2rem;
    background: #646873;
    position: absolute;
    top: 25%;
    left: 0;
}

.mode2b_3 .line_v1::before {
    content: "";
    display: block;
    width: 100%;
    height: .2rem;
    background: #646873;
    position: absolute;
    top: calc(25% + .5rem);
    left: 0;
}

.mode2b_3 .line_v::after {
    content: "";
    display: block;
    width: 100%;
    height: .2rem;
    background: #646873;
    position: absolute;
    bottom: 25%;
    left: 0;
}

.mode2b_3 .line_v1::after {
    content: "";
    display: block;
    width: 100%;
    height: .2rem;
    background: #646873;
    position: absolute;
    bottom: calc(25% + .5rem);
    left: 0;
}

.mode2b .arrow {
    width: 1.9rem;
    height: 3.7rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mode2b .arrow.lt {
    background: url(../images/left.svg) no-repeat center;
    background-size: cover;
    left: 15%;
}

.mode2b .arrow.rt {
    background: url(../images/right.svg) no-repeat center;
    background-size: cover;
    right: 15%;
}
.gp-m-dots{ display: none;}

.mode2b_2 li {
    width: 30%;
}

.mode2b_2 .item {
    border: .2rem solid #626673;
    box-sizing: border-box;
    text-align: center;
    height: 4.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #626673;
    cursor: pointer;
    transition: cursor 0s ease-in-out;
}
.mode2b_2 .item.disabled{
    transition: cursor 0.5s ease-in-out 0.5s;
    cursor: context-menu;
}

.mode2b_2 .item .year {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0rem;
    line-height: 2rem;
    color: rgba(255, 255, 255, 1);
    display: none;
}

.mode2b_2 .item.on {
    background: #646875;
    color: #fff;
}

.mode2b_2 .item.on .year {
    display: block;
}

.mode2b_2 .item .month {
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0rem;
    line-height: 2rem;
}

.mode2b_2 ul {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 25%;
    top: 0;
    transform-origin: 50% 50%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 .5rem;
}
.mode2b_2 ul,
.mode2b_2 li{
  pointer-events: none;
}
.mode2b_2 .item{
  pointer-events: all;
  cursor: pointer;
}

.mode2b_2 ul:nth-child(2) {
    transform: rotate(90deg);
}

.mode2b_2 ul:nth-child(3) {
    transform: rotate(180deg);
}

.mode2b_2 ul:nth-child(4) {
    transform: rotate(270deg);
}

.mode2b_c {
    width: calc(50% - 5rem);
    height: calc(100% - 15rem);
    position: absolute;
    left: calc(25% + 2.5rem);
    top: 50%;
    transform: translateY(-50%);
}
.month-arrow{
    display: none;
}
.mode2b_c li {
    height: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.mode2b_c li.on {
    opacity: 1;
    z-index: 2;
}

.mode2b_c li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mode3 {
    z-index: 2;
    position: relative;
    margin-top: -12rem;
    /* background: #3D4253; */
    background: transparent;
}

.mode3&gt;div {
    box-sizing: border-box;
    padding-bottom: 12rem;
    margin-top: -12rem;
}

.mode3&gt;div:first-child {
    margin-top: 0rem;
}


/* .mode3 .img1{position: sticky;position: -webkit-sticky;top: 0rem;left: 0; } */

.mode3 .img1::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(64, 45, 53, 1);
    z-index: -1;
}


/* .mode3 .img2{position: sticky;position: -webkit-sticky;top: 43rem;left: 0;} */

.mode3 .img2::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #BDC1B6;
    z-index: -1;
}


/* .mode3 .img3{position: sticky;position: -webkit-sticky;top: 69rem;left: 0;} */

.mode3 .img3::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #A8947A;
    z-index: -1;
}


/* .mode3 .img4{position: sticky;position: -webkit-sticky;top: 100vh;left: 0;} */

@media screen and (max-width:400px) {}

.mode3 img {
    display: block;
    width: 100%;
}


/* .homeFloorGuideShadow {
    z-index: 2;
    position: absolute;
    inset: 0;
    background-color: #000;
    pointer-events: none
} */

.mode4 {
    width: 100%;
    position: relative;
    z-index: 5;
}

.mode4 {
    height: 100vh;
    background: #362D2D;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mode4a {
    width: 24.4vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mode4b {
    width: 24.4vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.dowebok ul {
    margin: 0;
    line-height: 3rem;
}

.dowebok a {
    display: block;
    text-decoration: none;
    cursor: url(../images/curson.svg), auto;
}

.dowebok a:hover {
    text-decoration: underline;
}

/* .footer1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: url(../images/footer3.png) no-repeat center bottom #EDE7DC;
    transition: all 0.2s ease-in-out;
}
.footer2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: url(../images/footer4.png) no-repeat center top #EDE7DC;
    transition: all 0.2s ease-in-out;
}
.step1 .footer1 {
    height: 37%;
}
.step1 .footer2 {
    height: 37%;
}
.step2 .footer1 {
    height: 25%;
}
.step2 .footer2 {
    height: 25%;
}
.step3 .footer1 {
    height: 12%;
}
.step3 .footer2 {
    height: 12%;
}
.step4 .footer1 {
    height: 0%;
}
.step4 .footer2 {
    height: 0%;
} */
.str_wrap {
    background: none !important;
}


/* main {
    position: relative;   
} */


/* 忙鈥斅ッヅ解€� */

.pkuList {
    padding: 0 3.5rem;
    margin-bottom: 6rem;
}
.pkuList *{
    font-weight: normal;
}

.pkuList ul {
    width: 100%;
}


/* 忙鈥斅ッヅ解€� */

.calendar_wrap {
    position: relative;
}

.pc_academic_calendar_wrap {
    clear: both;
    font-size: 1.6rem;
    font-weight: 700;
}

.calendar_day {
    margin-bottom: 3.3rem;
}

.calendar_day h2 {
    margin-right: 3rem;
    font-weight: bold;
    font-size: 2.4rem;
    color: #333;
    float: left;
}

.calendar_day span {
    float: left;
    display: block;
    width: 0;
    height: 0;
    margin-right: 1rem;
    margin-top: 2.5rem;
}

.calendar_day .calendar_left_arrow {
    border-right: .8rem solid #b7b7b7;
    border-top: .8rem solid transparent;
    border-bottom: .8rem solid transparent;
    border-left: 0;
    cursor: pointer;
}

.calendar_day .calendar_right_arrow {
    border-left: .8rem solid #b7b7b7;
    border-top: .8rem solid transparent;
    border-bottom: .8rem solid transparent;
    border-right: 0;
    cursor: pointer;
}

.calendar ul li {
    margin-bottom: 3rem;
}

.calendar ul li .calendar_item {
    border-bottom: .1rem solid #ccc;
    padding-bottom: 4.8rem;
}

.calendar ul li .calendar_item em {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    color: #b48952;
}

.calendar ul li .calendar_item h4 a {
    font-size: 1.6rem;
    color: #b48952;
    margin-left: -1rem;
}

.calendar ul li .calendar_item p {
    font-size: 1.8rem;
    color: #333;
    margin: 2rem 0;
}

.calendar ul li .calendar_item span {
    font-size: 1.6rem;
    color: #666;
}

.noactivity img {
    width: 15.4rem;
    height: 8.8rem;
    display: block;
    margin: 0 auto 4rem;
}

.noactivity p {
    text-align: center;
    color: #999;
    font-size: 2.4rem;
}

.year_day {
    position: relative;
    border-bottom: .1rem solid #000;
    color: #833B0A;
    box-sizing: border-box;
    padding: 0rem 0 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.year_day h2 {
    text-align: center;
    color: rgb(131, 59, 10);
    ;
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: 0rem;
    line-height: 4.7rem;
    font-weight: 700;
    letter-spacing: 0px;
}

.year_day span {
    display: block;
    width: 1.6rem;
    height: 3rem;
    cursor: pointer;
}
.year_day span.disabled{
    cursor: auto;
}

.year_day .year_day_left_arrow {
    left: 0;
    background: url(../images/left.png) no-repeat center;
    background-size: cover;
}

.year_day .year_day_right_arrow {
    right: 0;
    background: url(../images/right.png) no-repeat center;
    background-size: cover;
}

.pc_academic_calendar_wrap ul li {
    float: left;
    width: 14.28%;
}

.pc_academic_calendar_wrap ul li span {
    height: 3.4rem;
    line-height: 3.4rem;
    color: #000;
    display: block;
    text-align: center;
    font-size: 2rem;
}

.pc_academic_calendar_wrap ul li:nth-child(6) span {
    color: #A03438;
}

.pc_academic_calendar_wrap ul li:nth-child(7) span {
    color: #A03438;
}

.pc_academic_calendar_wrap dl dd {
    float: left;
    width: 14.28%;
    position: relative;
    text-align: center;
    margin-bottom: .678rem;
}

.pc_academic_calendar_wrap dl dd .calendar_num {
    color: #000;
    display: block;
    text-align: center;
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    position: relative;
    margin: 0 auto;
    font-size: 1.8rem;
    box-sizing: border-box;
}

.pc_academic_calendar_wrap dl dd:nth-child(7n+6) .calendar_num {
    color: #A03438;
}

.pc_academic_calendar_wrap dl dd:nth-child(7n+7) .calendar_num {
    color: #A03438;
}

.pc_academic_calendar_wrap dl dd .calendar_num.d {
    background: #A8947A;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.pc_academic_calendar_wrap dl dd .calendar_num.d.on {
    background: #833B0A;
    color: #fff;
    border-radius: 50%;
}

.pc_academic_calendar_wrap dl dd .calendar_num.today {
    border: .1rem solid #833B0A;
    color: #833B0A;
    border-radius: 50%;
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    background: none;
}

.pc_academic_calendar_wrap dl dd .calendar_none::-webkit-scrollbar {
    width: 1rem;
    height: .1rem;
}

.pc_academic_calendar_wrap dl dd .calendar_none::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #ccc;
}

.pc_academic_calendar_wrap dl dd .calendar_none::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .5rem rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 1rem;
}


/* .pc_academic_calendar_wrap dl dd .calendar_num:hover {background: #fdf7f7;text-decoration: none;} */

.pc_academic_calendar_wrap dl dd .calendar_icon {
    position: absolute;
    bottom: .5rem;
    right: 0rem;
    height: 2rem;
    line-height: 2rem;
    text-align: right;
}

.pc_academic_calendar_wrap dl dd .calendar_icon em {
    margin-left: .5rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
}

.pc_academic_calendar_wrap dl dd .calendar_icon em.glbg {
    background: #f29b76;
}

.pc_academic_calendar_wrap dl dd .calendar_icon em.tjbg {
    background: #9081da;
}

.pc_academic_calendar_wrap dl dd .calendar_icon em.xshy {
    background: #81afda;
}

.calendar_none .calendar_none_arrow {
    display: block;
    position: absolute;
    top: 1rem;
    left: -1rem;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 1rem solid #8188bc;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

.cbbbbbb {
    color: #bbb !important;
}

.calendar_none .calendar_none_item {
    margin-bottom: 1.5rem;
}

.calendar_none .calendar_none_item h4 {
    color: #FFFFFF;
    font-weight: normal;
    padding-left: 1.1rem;
    position: relative;
    line-height: 2rem;
    max-height: 4rem;
    overflow: hidden;
}

.calendar_none .calendar_none_item h4::before {
    content: "";
    display: block;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .8rem;
}

.calendar_none .calendar_none_item h4.glbg::before {
    background: #f29b76;
}

.calendar_none .calendar_none_item h4.tjbg::before {
    background: #9081da;
}

.calendar_none .calendar_none_item h4.xshy::before {
    background: #81afda;
}

.calendar_none .calendar_none_item h4 a {
    color: #fff;
}

.calendar_none .calendar_none_more {
    margin: 0 1.5rem;
    padding-top: 1.5rem;
}

.calendar_none .calendar_none_more a {
    color: #fff;
}

.calendar_none .calendar_none_item p {
    color: #fff;
    margin: .5rem 0;
}

.calendar_none .calendar_none_item em {
    color: #fff;
    font-style: normal;
    position: relative;
    padding-left: 2rem;
}

.calendar_none .calendar_none_item em::before {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.3rem;
    background: url(../images/study_people2.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    top: .3rem;
}

.academic_calendar_desc ul li {
    display: inline-block;
    float: none!important;
    width: auto;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.academic_calendar_desc ul li p {
    margin: 0 2.5rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    padding-left: 3rem;
    box-sizing: border-box;
}

.academic_calendar_desc ul li p::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}

.academic_calendar_desc ul li span {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin: 0;
    ;
    margin-right: 1rem;
    position: relative;
}

.academic_calendar_desc ul li.glbg p::before {
    background: #f29b76;
}

.academic_calendar_desc ul li.tjbg p::before {
    background: #9081da;
}

.academic_calendar_desc ul li.xshy p::before {
    background: #81afda;
}

.clearfix li {
    border-bottom: none;
    float: left!important;
    margin-bottom: 0!important;
}

.clearfix li:hover {
    border-bottom: none;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

@media screen and (max-width:768px) {
    .mode2c li .more i {
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }
}</pre></body></html>