@charset "utf-8";

@font-face {
    font-family: "thinfont";
    src: url("thind.ttf");
}

@font-face {
    font-family: "widefont";
    src: url("wided.ttf");
}

.thinfont {
    font-family: "thinfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.widefont {
    font-family: "widefont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

html,
body,
div,
span,
p,
a,
h1,
h2,
h3,
h4,
img,
strong,
ul,
li,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
audio,
video {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body.modal-open {
    overflow: hidden;
}

strong {
    font-weight: bolder;
}

html,
body {
    height: 100%;
    background: #7b1d9e;
    /* background: linear-gradient(50deg, #3d005b, #7b1d9e); */
}

img {
    display: block;
    width: 100%;
    height: auto !important;
    max-width: 100% !important;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

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

@media screen and (min-width: 768px) {
    body:before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        content: "";
        background-color: #fff;
        background-size: cover;
        background-position: 50% 50%;
        background-attachment: fixed;
        filter: blur(100px);
    }

    .wrap {
        box-shadow: 0px 0px 15px rgba(25, 34, 71, 0.5);
        width: 375px !important;
        background: #fff;
    }

    .popbox {
        width: 375px !important;
        margin: 0 auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .pop {
        width: 50% !important;
        position: relative;
        margin: 5% auto !important;
    }
}

.wrap {
    margin: 0 auto;
    max-width: 750px;
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(50deg, #3d005b, #7b1d9e); */
    background: #40045f;
    background-attachment: fixed;
}

.logo {
    position: absolute;
    top: 40px;
    left: 5%;
    z-index: 1;
    width: 20%;
    opacity: 0;
    animation: fadeInDown .5s ease-out 0.2s 1 normal forwards;
}

.imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.imgs img {
    position: absolute;
    top: 0;
    left: 0;
}

.main {
    position: relative;
    margin: 0 auto;
    background: url(../img/bg-1.webp) no-repeat top center,
    url(../img/bg-3.webp) no-repeat bottom center,
    url(../img/bg-2.webp) repeat-y center center;
    background-size: 100%, 100%, 100%;
}

.videobox {
    margin: -220px 0 0;
    /* background: #40045f; */
    padding: 20px;
    display: flex;
    opacity: 0;
    animation: fadeInUp 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s 1 normal forwards;
}

.videobox .lazy-video {
    margin: 0 auto;
    width: -webkit-fill-available;
}

.videobox video {
    border-radius: 10px;
}

.videobox iframe {
    width: 100%;
    height: 100%;
}

.lazy-video {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #1a0824;
}

.lazy-video video {
    width: 100%;
    display: block;
}

.lazy-video video[hidden] {
    display: none;
}

.lazy-video-cover {
    width: 100%;
    display: block;
}

.lazy-video-play {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .08);
}

.lazy-video-play::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .24);
}

.lazy-video-play::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-36%, -50%);
    border-left: 18px solid #530973;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.lazy-video.is-loaded .lazy-video-play {
    display: none;
}

.lazy-video.is-loaded .lazy-video-cover {
    display: none;
}

.nav {
    width: 92%;
    position: relative;
    margin: 10px auto;
}

.nav .column-one {
    margin: 0 auto 20px;
    opacity: 0;
    animation: fadeInBig .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .4s 1 normal forwards;

}

.nav .column-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.nav .column-two a {
    margin: 0;
    display: flex;
}

.nav .column-two a:nth-child(1) {
    grid-row: 1 / span 2;
    opacity: 0;
    animation: fadeInBig .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .8s 1 normal forwards;
}

.nav .column-two a:nth-child(2) {
    opacity: 0;
    animation: fadeInBig .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .9s 1 normal forwards;
}

.nav .column-two a:nth-child(3) {
    opacity: 0;
    animation: fadeInBig .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.0s 1 normal forwards;
}

.collegelistbox {
    width: 90%;
    margin: 30px auto 0;
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s 1 normal forwards;
}

.collegelistbox h3 {
    position: relative;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.collegelistbox h3 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

}

.collegelistbox .majorlist {
    margin: 0 auto 0;
}

.college-search-tools {
    margin: -40px auto 16px;
}

.college-search-tools .search-input-wrap {
    width: 100%;
}

.collegelistbox .majorlist .empty-result {
    text-align: center;
    color: #fff;
    font-size: .75rem;
    margin: 24px 0;
}

.collegelistbox li {
    margin: 0 0 20px 0;
}

.collegelistbox li:last-child{
    margin: 0;
}

.collegelistbox a {
    color: #fff;

}

.college-list-item {
    border-radius: 16px 0 0 0;
    overflow: hidden;
    border-width: 1px;
    border-image-width: 18px;
    border-style: solid;
    border-image-source: url(../img/border.png);
    border-image-slice: 1% 1% 10% 1%;
}

.college-list-item .collegename {
    padding: 8px 15px;
    background: url(../img/arrowright-1.svg) no-repeat 96% 50%,
        linear-gradient(to right, rgba(255, 200, 36, 1) 56%, rgba(255, 200, 36, 1));
    background-size: auto 40%, auto;
    font-size: 1.2rem;
    /* text-shadow: 2px 2px 2px #866611; */
    color: #460365;
    font-weight: bold;
}

.college-list-item .majorlists {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    padding: 20px 0 20px 15px;
    background: url(../img/majorlist-bg.png) no-repeat 2% 100%,
        linear-gradient(to right, #B04DD5, #5C0B97);
    background-size: auto 110%, auto;
}

.college-list-item .majorlists p {
    flex-shrink: 0;
    width: 25%;
    max-width: 120px;
    height: 27px;
    margin-right: 10px;
    background: url(../img/本科招生专业.png) no-repeat left center;
    background-size: 100%;
}

.college-list-item .majorlists .majors {
    font-size: .8rem;
    color: rgba(83, 9, 115, 1);
}

.college-list-item .majorlists .majors span {
    display: inline-block;
    /* background: rgba(255, 255, 255, 1); */
    padding: 3px 16px 3px 8px;
    margin: 4px 4px;
    border-radius: 20px;
    border: 1px solid #ffc824;
    background: #fff url(../img/arrowright-2.svg) no-repeat 98% center;
    background-size: auto 12px;
}

.college-list-item .majorlists .majors .major-trigger {
    cursor: pointer;
}

.major-detail-modal[hidden] {
    display: none;
}

.major-detail-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
}

.major-detail-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 5, 34, .75);
}

.major-detail-dialog {
    position: absolute;
    /* left: 50%; */
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
    width: 100%;
    /* max-width: 520px; */
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    border-radius: 18px 18px 0 0;
    padding: 18px 16px 60px 16px;
    box-sizing: border-box;
    background: url(../img/bottom.png) no-repeat center bottom,
                linear-gradient(180deg, #6a1991 0%, #430562 100%);
    background-size: 80% auto, auto;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .28);

    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s 1 normal forwards;
}

.major-detail-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
}

.major-detail-close::before,
.major-detail-close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
}

.major-detail-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.major-detail-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.major-detail-header {
    /* padding-right: 34px; */
    margin-bottom: 14px;
}

.major-detail-header h3 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding: 0 24px;
}

.major-detail-body {
    display: grid;
    gap: 12px;
}

.major-detail-card {
    border-radius: 14px;
    padding: 14px 12px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    background: url(../img/majorlist-bg.png) no-repeat 2% 100%,
        linear-gradient(to right, #B04DD5, #5C0B97);
    background-size: 30% auto, auto;
}

.major-detail-row + .major-detail-row {
    margin-top: 5px;
}

.major-detail-card .major-detail-row{
    display: flex;
    align-items: center;
    align-items: baseline;
    font-size: 1rem;
}

.major-detail-label {
    flex-shrink: 0;
    min-width: 112px;
    margin-right: 8px;
    color: rgba(255, 255, 255, .72);
    text-align: right;
    /* text-align-last: justify; */
}

.major-detail-value {
    color: #fff;
    line-height: 1.7;
    word-break: break-word;
}

.major-detail-value a {
    color: #ffc824;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.college-info-frame-modal[hidden] {
    display: none;
}

.college-info-frame-modal {
    position: fixed;
    inset: 0;
    z-index: 130;
}

.college-info-frame-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 2, 22, 0);
}

.college-info-frame-dialog {
    position: absolute;
    inset: 50px 0 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;

    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s 1 normal forwards;
}

.college-info-frame-header {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 14px;
    background: linear-gradient(to right, #ffc824, #f6dd6d);
}

.college-info-frame-header h3 {
    color: #530973;
    font-size: .8rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.college-info-frame-close {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: rgba(83, 9, 115, .12);
    position: relative;
}

.college-info-frame-close::before,
.college-info-frame-close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 1.5px;
    background: #530973;
}

.college-info-frame-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.college-info-frame-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.college-info-frame {
    border: 0;
    width: 100%;
    height: calc(100% - 42px);
    background: #fff;
}

.majorlist-page {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/majorlist-bg.svg) no-repeat top center;
    background-attachment: fixed;
    color: #fff;
}

.majorlistbox {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    padding-top: 66px;
    height: calc(100% - 30px);
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.newsinfo {
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .2s 1 normal forwards;
}

.majorlistbox::-webkit-scrollbar {
    display: none;
}

.majorlistbox .title {
    margin-left: 2.8%;
    /* width: 60%; */
    font-size: 1.4rem;
    font-style: italic;
    font-weight: bolder;
    text-align: center;
}

.majorlist-tools {
    margin: 14px auto 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-input-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
}

.major-search-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .12);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.85)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 12px center;
    color: #fff;
    padding: 10px 16px 10px 34px;
    font-size: .8rem;
}

.major-search-input::placeholder {
    color: rgba(255, 255, 255, .8);
}

.major-search-input:focus {
    outline: none;
    border-color: #ffc824;
    background-color: rgba(255, 255, 255, .18);
}

.search-clear-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .65);
    cursor: pointer;
    display: none;
    padding: 0;
}

.search-clear-btn::before,
.search-clear-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 1.5px;
    background: #530973;
}

.search-clear-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.search-clear-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.search-input-wrap.has-value .search-clear-btn {
    display: block;
}

.toggle-all-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(to right, #ffc824, #f6dd6d);
    color: #530973;
    font-size: .72rem;
    font-weight: bold;
    padding: 9px 12px 9px 12px;
    position: relative;
}

.toggle-all-btn::after {
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 8px;
    border-right: 2px solid #530973;
    border-bottom: 2px solid #530973;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform .2s ease;
}

.toggle-all-btn.expanded::after {
    transform: rotate(-135deg);
}

.majorlistbox .majorlist {
    position: relative;
    overflow: scroll;
    height: calc(88% - 58px);
    padding-bottom: 10px;
    margin-top: 10px;
    background:
        linear-gradient(330deg, #5c0b97, #af60cd);
    background-size: auto;
    border-radius: 10px 10px 0 0;

    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .2s 1 normal forwards;
}

.majorlistbox .majorlist::after {
    content: '';
    width: 80%;
    height: 120px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/bottom.svg) no-repeat center bottom;
    background-size: auto 100%;
    opacity: .5;
}

.majorlist .table-title {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, rgba(255, 200, 36, 1), rgba(255, 200, 36, 0));
}

.majorlist .table-title .widefont {
    width: 35%;
    max-width: 120px;
}

.majorlist .table-title .thinfont {
    font-size: .7rem;
    text-shadow: 0 1px 1px #501F63;
}

.majorlist .lists {
    position: relative;
    z-index: 1;
    padding: 10px;
}

.majorlist .lists .empty-result {
    text-align: center;
    font-size: .75rem;
    padding: 30px 0;
    color: rgba(255, 255, 255, .88);
}

.search-highlight {
    color: #530973;
    background: #ffbf00 !important;
    border-radius: 3px !important;
    padding: 0 2px !important;
    margin: 0 !important;
    border: none !important;
}

.college-list-item .collegename .search-highlight{
    background: #530973 !important;
    color: #fff !important;
}

.majorcategory {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.majorcategory .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.majorcategory .name .state {
    position: relative;
    padding-right: 10px;
    font-size: .6rem;
    flex-shrink: 0;
}

.majorcategory .name .state::after {
    position: absolute;
    right: 0;
    top: 4px;
    content: '';
    width: 6px;
    height: 6px;
    background: url(../img/arrawdown.svg) no-repeat center center;
    background-size: 100%;
}

.majorcategory .name .open::after {
    transform: rotate(-180deg);
    transition: transform;
}

.majorcategory h2 {
    padding-left: 10px;
    position: relative;
    font-family: "widefont";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
}

.majorcategory h2::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
}

.majorcategory .departments {
    margin: 10px 0 0 10px;
    display: none;
}

.majorcategory .departments .department {
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-family: "thinfont";
}

.majorcategory .departments .department:last-child {
    margin-bottom: 0;
}

.majorcategory .departments .department .name {
    width: 45%;
    flex-shrink: 0;
}

.majorcategory .departments .department a {
    display: inline-block;
    background: #fff url(../img/arrowright-2.svg) no-repeat 97% center;
    background-size: auto 14px;
    border-radius: 30px;
    padding: 4px 20px 4px 10px;
    font-size: .75rem;
    color: #530973;
}

.majorcategory .departments .department .majors {
    font-size: .6rem;
    margin-left: 8px;
}

#collegetitle {
    margin-left: 3%;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #fff;
    font-style: italic;
    text-align: center;
}

#collegeinfo {
    text-align: center;
    color: #000;
}

.collegeinfo video {
    border-radius: 8px;
    overflow: hidden;
}

#majorvideo{
    opacity: 0;
    animation: fadeInUp .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s 1 normal forwards
}

.collegeinfos{
    margin: 20px 0;
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s 1 normal forwards
}

.collegeinfos .nav {
    margin: 5px auto 5px;
    position: sticky;
    top: -66px;
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    color: #610987;
    font-weight: bold;
}

.collegeinfos .nav a {
    color: #610987;
}

.collegeinfos .nav .selected {
    position: relative;
}

.collegeinfos .nav .selected span {
    position: relative;
    z-index: 2;
}

.collegeinfos .nav .selected::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 80%;
    height: 8px;
    background-color: #fbcc4f;
    border-radius: 8px;
}

.collegeinfo {
    margin: 20px 2%;
    padding: 10px;
    min-height: 500px;
    background: #fff;
    border-radius: 10px;

    opacity: 0;
    animation: fadeInUp .4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s 1 normal forwards
}

footer {
    position: relative;
    width: 100%;
    /* padding: 10px 0 0; */
    color: rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 0.6rem;
}

footer img {
    margin: 0 auto 0;
}

footer p {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.gohome {
    position: fixed;
    top: 15px;
    left: 12px;
    width: 30px;
    z-index: 1;
    font-size: .8rem;
    color: #fff;
    opacity: 0;
    animation: slideInLeft .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s 1 normal forwards;

}


.firstpage,
.secondpage {
    /* background: linear-gradient(160deg, #3d005b, #7b1d9e); */
    overflow: hidden;
}

.p2bg {
    mix-blend-mode: screen;
}

.firstpage {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.firstpage .p-bg {
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s 1 normal forwards;
}

.firstpage .p-1 {
    opacity: 0;
    animation: fadeInUp .9s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s 1 normal forwards;
}

.firstpage .p-2 {
    opacity: 0;
    animation: fadeInUp .8s cubic-bezier(0.250, 0.460, 0.450, 0.940) .7s 1 normal forwards;
}

.firstpage .p-3 {
    opacity: 0;
    animation: fadeInUp .8s cubic-bezier(0.250, 0.460, 0.450, 0.940) .8s 1 normal forwards;
}

.firstpage .p-4 {
    opacity: 0;
    animation: puff-in-center .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) .8s 1 normal forwards;
}
.firstpage .p-5 {
    opacity: 0;
    animation: puff-in-center .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.0s 1 normal forwards;
}
.firstpage .p-6 {
    opacity: 0;
    animation: puff-in-center .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s 1 normal forwards;
}
.firstpage .p-7 {
    opacity: 0;
    animation: puff-in-center .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s 1 normal forwards;
}

.firstpage .enter {
    position: fixed;
    bottom: 10%;
    left: 32%;
    display: block;
    margin: 0 auto;
    width: 36%;
    height: 80px;
    line-height: 40px;
    background: transparent;
    border-radius: 50px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    color: #47056a;
    opacity: 0;
    animation: puff-in-center .5s ease-in-out 0.8s 1 normal forwards;
}

.secondpage {
    /* background: url(../img/p2-bg.webp) no-repeat center bottom; */
    background-size: 100%;
}

.secondpage .p2bg {
    /* opacity: 0;
    animation: fadeInRight 1.5s ease-in-out 0s 1 normal forwards; */
}

.secondpage .conts {
    position: absolute;
    top: 15%;
    z-index: 88;
}

.secondpage .catalog {
    margin-left: 5%;
    width: 28%;
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s 1 normal forwards;
}

.secondpage .nav {
    width: 100%;
    position: relative;
    margin: 14% auto 0;
}

.secondpage .nav li {
    margin-left: 11%;
    margin-bottom: 28px;
}

.secondpage .nav li:nth-child(1) {
    width: 66%;
    margin-left: 21.8%;
    opacity: 0;
    animation: slide-in-blurred-left 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s 1 normal forwards;
}

.secondpage .nav li:nth-child(2) {
    width: 59.1%;
    margin-left: 34.67%;
    opacity: 0;
    animation: slide-in-blurred-left 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) .5s 1 normal forwards;
}

.secondpage .nav li:nth-child(3) {
    width: 59.1%;
    margin-left: 40.71%;
    opacity: 0;
    animation: slide-in-blurred-left 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) .6s 1 normal forwards;
}

.secondpage .nav li:nth-child(4) {
    width: 59.1%;
    margin-left: 36.09%;
    opacity: 0;
    animation: slide-in-blurred-left 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) .7s 1 normal forwards;
}

.secondpage .nav li:nth-child(5) {
    width: 59.1%;
    margin-left: 28.62%;
    opacity: 0;
    animation: slide-in-blurred-left 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) .8s 1 normal forwards;
}

.secondpage .nav li:nth-child(6) {
    width: 76.98%;
    margin-left: 7.55%;
    opacity: 0;
    animation: slide-in-blurred-left 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) .9s 1 normal forwards;
}

.bottombox {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.bottombox .bottom-1 {
    width: 80%;
    margin: -40px auto 0;
    filter: opacity(.4);
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .8s 1 normal forwards;
}

.bottombox .bottom-2 {
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s 1 normal forwards;
}

.bottombox .bottom-3 {
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s 1 normal forwards;
}

.bottombox .bottom-4 {
    opacity: 0;
    animation: fadeInUp .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.4s 1 normal forwards;
}

/*元素动画*/

.img-bg {
    opacity: 0;
    animation: puff-in-center .5s ease-out 0.1s 1 normal forwards;
}

.img-1 {
    opacity: 0;
    animation: fadeInUp .5s ease-out 0.2s 1 normal forwards;
}

.img-2 {
    opacity: 0;
    animation: fadeInUp .5s ease-out 0.4s 1 normal forwards;
}

.img-3 {
    opacity: 0;
    animation: fadeInUp .5s ease-out 0.5s 1 normal forwards;
}


.fadeInUp {
    opacity: 0;
    animation: fadeInUp 1s linear 0.3s 1 normal forwards;
}

.puff-in-center {
    opacity: 0;
    animation: puff-in-center 1s linear 0.3s 1 normal forwards;
}

.bottom {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

/************/
.yun {
    animation: yun 3s linear 0s infinite alternate;
}

.sway {
    animation: sway 3s linear 0s infinite alternate;
    transform-origin: 0 0;
}

.swayRight {
    animation: swayRight 3s linear 0s infinite alternate;
    transform-origin: bottom right;
    z-index: 2;
}

.yun-left {
    animation: yun-left 3s linear 0s infinite alternate;
}

.light-next {
    animation: subject-next 2s linear 0s infinite alternate;
}

.fadeIn {
    animation: fadeInUp 0.5s linear 0s 1 normal forwards;
}

.last-pulse {
    animation: pulse 2s linear 0s infinite alternate;
}

.last-fadeInTopRights {
    width: 17%;
    right: -5%;
    top: -2%;
    animation: fadeInTopRights 0.8s linear 0s infinite alternate;
}

.slide-in-bck-center {
    opacity: 0;
    animation: slide-in-bck-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-blurred-bottom {
    /* animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both; */
    animation: fadeInUp 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.slideInRight {
    opacity: 0;
    animation: slideInRight 0.2s linear 0s 1 normal forwards;
}

/*动画*/
@keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(200px) scaleY(2.5) scaleX(0.2);
        transform: translateY(200px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-bck-left {
    0% {
        transform: translateZ(700px) translateX(-400px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-bck-right {
    0% {
        transform: translateZ(700px) translateX(400px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slit-in-horizontal {
    0% {
        transform: translateZ(-800px) rotateX(90deg);
        opacity: 0;
    }

    54% {
        transform: translateZ(-160px) rotateX(87deg);
    }

    100% {
        transform: translateZ(0) rotateX(0);
        opacity: 1;
    }
}

@keyframes puff-in-right {
    0% {
        transform: scale(2);
        transform-origin: 100% 50%;
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        transform-origin: 100% 50%;
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center {
    0% {
        transform: scale(2);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes tilt-in-tl {
    0% {
        transform: rotateY(35deg) rotateX(20deg) translate(-250px, -250px) skew(12deg, 15deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}

@keyframes tilt-in-tr {
    0% {
        transform: rotateY(-35deg) rotateX(20deg) translate(250px, -250px) skew(-12deg, -15deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}

@keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        transform: translateZ(400px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3D(0, 0, 0)
    }
}

@keyframes subject-next {
    0% {
        transform: translate3d(0, 0px, 0);
    }

    25% {
        transform: translate3d(1px, 2px, 0);
    }

    50% {
        transform: translate3d(1px, 0px, 0);
    }

    75% {
        transform: translate3d(-2px, -1px, 0);
    }

    100% {
        transform: translateZ(0);
    }
}

@keyframes yun {
    0% {
        transform: translate3d(0, 0px, 0);
    }

    50% {
        transform: translate3d(10px, 0px, 0);
    }

    100% {
        transform: translateZ(0);
    }
}

@keyframes yun-left {
    0% {
        transform: translate3d(0, 0px, 0);
    }

    50% {
        transform: translate3d(-10px, 0px, 0);
    }

    100% {
        transform: translateZ(0);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-50%, 50%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes light-next {
    0% {
        transform: translate3d(10%, 10%, 0);
    }

    25% {
        transform: translate3d(0%, 0%, 0);
    }

    50% {
        transform: translate3d(0%, 0%, 0);
    }

    75% {
        transform: translate3d(0%, 0%, 0);
    }

    to {
        transform: translateZ(0);
    }
}


@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0) scale(.9);
        transform: translate3d(10%, 0, 0) scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes heartBeat {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    14% {
        transform: scale(1.1);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.1);
    }

    70% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInBig {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scaleX(1);
    }

    50% {
        opacity: 1;
        transform: scale3d(1.1, 1.01, 1.05);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInscale {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeIntoDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0) scale(0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes topic {
    0% {
        opacity: 0;
        transform: translate3d(0, 0%, 0) scale(.2);
    }

    to {
        opacity: 1;
        transform: translateZ(0) scale(1);
    }
}

@keyframes light {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0) scale(0);
    }

    to {
        opacity: 1;
        transform: translateZ(0) scale(1);
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 1;
        transform: translate3d(-100%, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 1;
        transform: translate3d(100%, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInTopRights {
    0% {
        transform: translate3d(10%, -10%, 0);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

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

    100% {
        transform: rotate(-5deg);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.jump {
    animation: jump 1.2s ease infinite;
}

@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
