* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

input, select {
    outline: none;
}

p {
    margin-bottom: 0;
}

li {
    list-style: none;
}

.w-90 {
    width: 90%;
}

body {
    padding-top: 50px;
    height: 100vh;
    overflow-x: hidden;
    background: #CCFFFF;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.3);
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    padding: 0;
}

.alw img {
    width: 100%;
    display: block;
}

.top-navbar {
    background: linear-gradient(60deg, #16b6ff, #b321ff);
}

.navbar-dark .navbar-brand {
    margin-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFFFCC;
}

#canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

#banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: #b024ff;
}

#banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

#banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

#banner .swiper-slide-active, #banner .swiper-slide-duplicate-active {
    transform: scale(1);
}

.article-list {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.article-list .media {
    display: flex;
    align-items: center;
}

.article-list .media-left img {
    display: block;
    width: 160px;
    transition: all 0.5s;
}

.article-list .media-left:hover img {
    width: 200px;
}

.article-list .media-body .media-heading {
    color: #1a1a1a;
    font-size: 1rem;
    transition: all 0.5s;
    line-height: 1.5rem;
}

.article-list .media-body .media-heading span {
    color: #ad26ff;
}

.article-list .media-body .media-heading:hover {
    color: #b321ff;
}

.article-list .media-body p {
    color: #777;
    transition: all 0.5s;
}

.article-list .media-body p:hover {
    color: #b321ff;
}

.article-list .media-body .info {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
}

.card-header {
    position: relative;
}

.card-header .tab-a-more {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.card-header .tab-a-more i {
    border-radius: 50%;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    background: #09F;
    animation: bounce_fountainG 1.2s linear infinite;
    animation-delay: .4s;
}

.card-header .tab-a-more i:nth-child(2) {
    background: #3c0;
    animation-delay: .6s;
}

.card-header .tab-a-more i:nth-child(3) {
    background: #f60;
    animation-delay: .8s;
}

.home-card-body ul li {
    font-size: 14px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-card-body ul li a {
    color: #1a1a1a;
    transition: all 0.5s;
}

.home-card-body ul li a span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: #1b1e21;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.home-card-body ul li:hover {
    color: #b321ff;
}

.home-card-body ul li:hover a {
    color: #b321ff;
}

.home-card-body ul li:nth-child(1) span {
    background: #a52eff;
}

.home-card-body ul li:nth-child(2) span {
    background: #656bff;
}

.home-card-body ul li:nth-child(3) span {
    background: #3f8fff;
}

.home-card-body ul li:nth-child(4) span {
    background: #19b3ff;
}

.home-label-ul li {
    display: inline-flex;
    background: linear-gradient(85deg, #16b6ff, #b321ff);
    margin: 2px 0;
    font-size: 12px;
    padding: 3px 4px;
}

.home-label-ul li a {
    color: #fff;
}

.grid .grid-item {
    width: 50%;
    padding: 4px;
}

.grid .grid-item img {
    display: block;
    width: 100%;
}

.con-navbar {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background: #fff;
    color: #007aff;
    font-size: 15px;
    cursor: pointer;
}

.con-navbar span {
    margin-right: 5px;
}

.con-navbar a {
    color: #007aff;
    margin: 0 5px;
    transition: all 0.5s;
}

.con-navbar a:hover {
    color: #ac27ff;
}

.con-navbar ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.con-navbar ul li {
    padding: 5px;
    font-size: 14px;
}

.con-navbar ul li a {
    color: #0f6674;
}

.right-list {
    padding: 5px;
    margin-bottom: 5px;
}

.right-list .media {
    display: flex;
    align-items: center;
}

.right-list .media-left img {
    display: block;
    width: 100px;
}

.right-list .media-body .media-heading {
    color: #1a1a1a;
    font-size: 14px;
    transition: all 0.5s;
    line-height: 24px;
}

.right-list .media-body .media-heading:hover {
    color: #b321ff;
}

.right-list .media-body .info {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.link-ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.link-ul li {
    padding: 2px;
    font-size: 14px;
    color: #1b1e21;
    margin: 2px 4px;
}

.link-ul li a {
    color: #1b1e21;
}

.link-ul li a:hover {
    color: #b321ff;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.page .pager {
    display: flex;
}

.page .pager li {
    margin: 0 10px;
    padding: 5px 10px;
    background: #007aff;
    color: #fff;
    font-size: 14px;
    transition: all 2s;
}

.page .pager li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
}

.page .pager li:hover {
    background: linear-gradient(45deg, #16b6ff, #b321ff);
}

.article .article-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.article .article-info {
    font-size: 0.9rem;
    color: #666;
}

.article article {
    padding: 10px 0;
    line-height: 1.4rem;
    font-size: 0.9rem;
}

.article article > .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

.article article p {
    margin-bottom: 0.6rem;
}

.article article img {
    max-width: 100%;
    height: auto;
}

.article .article-label {
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

.article .article-label .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    font-size: 14px;
    color: #333;
}

.article .article-label .box a {
    color: #0f6674;
}

.article .article-label .box a:hover {
    color: #b321ff;
}

.article .article-cut {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

.article .article-cut a {
    color: #333;
}

.article .article-cut a:hover {
    color: #b321ff;
}

.search-body {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.search-body .top-navbar {
    border-bottom: 1px solid #fff;
}

.search-container {
    margin-bottom: -15px;
    position: relative;
}

.search-container .vidbg-box {
    width: 100%;
}

.search-container .vidbg-box .swiper-container {
    width: 100%;
    height: 100%;
}

.search-container .vidbg-box .swiper-container .swiper-slide {
    background-position: center;
    background-size: cover;
}

.search-container .search-box {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.search-container .search-box .h3-title {
    color: #fff;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 42px rgba(0, 0, 0, 0.9);
}

.search-container .search-box .search-input-group {
    width: 600px;
}

.music-container {
    padding-top: 15px;
}

.music-container .pic {
    position: relative;
}

.music-container .pic .m-img {
    width: 100%;
}

.music-container .pic .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.5rem;
}

.music-container .title {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 10px auto;
}

.music-container .title:hover {
    color: #c7254e;
}

.mood .list-group-item {
    padding: 10px 0;
}

.mood .card {
    background: linear-gradient(120deg, #16b6ff, #b321ff);
    border: none;
}

.mood .card-body {
    color: #fff;
}

.mood .card-body p {
    font-size: 14px;
}

.mood .card-body time {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

.search_list {
    min-height: 72.6vh;
}

.search_list .card-body {
    padding: 10px;
}

.search_list .card-body .card-title {
    font-size: 16px;
    color: #007aff;
}

.search_list .card-body .card-title b {
    color: red;
}

.search_list .card-body .card-text {
    font-size: 14px;
    color: #666;
}

.search_list .card-body .audio {
    margin-top: 10px;
    width: 100%;
}

.search_list .card-footer {
    text-align: right;
    font-size: 14px;
    color: #333;
    padding: 10px;
}

.search_list .card-footer time {
    margin-right: 15px;
}

.search_list .card-footer span {
    color: #c7254e;
}

.footer {
    border-top: 5px solid #c7254e;
    text-align: center;
    background: linear-gradient(10deg, #16b6ff, #b321ff);
    padding: 20px;
}

.footer p {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}
.footer p a{
    color: #fff;
}
#gototop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 2000;
    background: #fff;
    padding: 10px;
}

#gototop span {
    font-size: 40px;
    color: #333;
    cursor: pointer;
}

.zoom-swiper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9000;
    background: #1b1e21;
}

.zoom-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: #b024ff;
}

.zoom-swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.zoom-swiper .swiper-close {
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1e21;
    border-radius: 4px;
    cursor: pointer;
}

.zoom-swiper .swiper-close span {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.about .pic-box {
    margin: 0 10px;
    display: flex;
}

.about .pic-box .left {
    width: 140px;
}

.about .pic-box .left img {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #c7254e;
}

.about .pic-box .right {
    margin-left: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about .pic-box .right h3 {
    font-size: 1.2rem;
    color: #c7254e;
}

.about .pic-box .right p {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
}

.about .about-info {
    margin-top: 15px;
    font-size: 1rem;
    color: #1a1a1a;
    line-height: 1.5rem;
}

.about .about-info p {
    text-indent: 2em;
    margin-bottom: 0.5rem;
}

.about .about-info .img-box {
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .about-info .img-box img {
    margin: 10px;
    width: 150px;
    border: 2px solid #c7254e;
}

.album {
    position: relative;
}

.album .box {
    width: 20%;
    padding: 10px;
    overflow: hidden;
}

.album .box a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.album .box img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px;
    transition: all 2s;
}

.album .box p {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(-50%);
    color: #c7254e;
    background: rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 42px rgba(0, 0, 0, 0.9);
    letter-spacing: 3px;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 2px;
}

.album .box:hover img {
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .album .box {
        width: 25%;
    }

    .search-container .search-box .search-input-group {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .album .box {
        width: 50%;
    }

    .album .box p {
        font-size: 1rem;
    }
}

.album_img {
    position: relative;
    width: 100% !important;
}

.album_img .box {
    width: 20%;
    padding: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.album_img .box img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px;
    transition: all 2s;
}

.album_img .box p {
    margin-top: 10px;
    text-align: center;
    color: #007aff;
    letter-spacing: 3px;
    font-size: 1rem;
    font-weight: bold;
    flex-wrap: wrap;
}

.album_img .box time {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: -10px;
}

.album_img .box:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .album_img .box {
        width: 33.3%;
    }
}

@media screen and (max-width: 480px) {
    .album_img .box {
        width: 50%;
    }

    .album_img .box p {
        font-size: 14px;
    }
}

.musiclist {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
}

.musiclist .list {
    width: 16.66667%;
    padding: 0 10px;
}

.musiclist .list .imgbox {
    position: relative;
}

.musiclist .list .imgbox span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
}

.musiclist .list .imgbox img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.musiclist .list p {
    margin: 10px 0;
    color: #333;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
}

.musiclist .page {
    width: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.musiclist .page .pager {
    display: flex;
    width: 200px;
}

.musiclist .page .pager li {
    flex: 1;
    font-size: 14px;
    color: #fff;
    background: #2626a1;
    height: 30px;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.musiclist .page .pager li:hover {
    background: #F32043;
}

.musiclist .page .pager li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.musiclist .page .pager li span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .musiclist {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    .musiclist .list {
        width: 25%;
    }
}

@media screen and (max-width: 860px) {
    .musiclist .list {
        width: 33.33333%;
    }
}

@media screen and (max-width: 640px) {
    .musiclist .list {
        width: 50%;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 248, 255, 0.1), 0 0 0 20px rgba(248, 248, 255, 0.1), 0 0 0 40px rgba(248, 248, 255, 0.1), 0 0 0 60px rgba(248, 248, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(230, 230, 250, 0.1), 0 0 0 40px rgba(230, 230, 250, 0.1), 0 0 0 60px rgba(230, 230, 250, 0.1), 0 0 0 70px rgba(230, 230, 250, 0);
    }
}

@keyframes icon_rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.music_audio {
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: -20px;
}

.music_audio .container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: rgba(0,102,204, 0.5);
    padding: 20px;
    border-radius: 5px;
}

.music_audio .play-box {
    width: 100%;
    height: 420px;
    padding: 20px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}

.music_audio .play-box #audio {
    display: none;
}

.music_audio .play-box .range-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.music_audio .play-box .range-box time {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.music_audio .play-box .range-box .inputRatio {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.music_audio .play-box .music-pic {
    width: 100px;
    height: 100px;
    margin: 80px auto;
    display: block;
    animation: ripple 1.2s linear infinite;
}

.music_audio .play-box .audio-btn {
    display: flex;
}

.music_audio .play-box .audio-btn span {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 40px;
}

.music_audio #music-swiper {
    padding-bottom: 20px;
}

.music_audio #music-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    filter: alpha(opacity=100%);
    opacity: 1;
}

.music_audio #music-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #c7254e;
}

.music_audio #music-swiper .lrc-box {
    height: 420px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    line-height: 30px;
}

.music_audio #music-swiper .lrc-box #lrc_list li.hover {
    color: red;
    font-weight: bold;
}

.music_audio #music-swiper #wrapper {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.music_audio #music-swiper #wrapper #scroller {
    position: absolute;
}

.music_audio #music-swiper .music-list {
    padding: 0 20px;
}

.music_audio #music-swiper .music-list li {
    margin-bottom: 20px;
    display: flex;
}

.music_audio #music-swiper .music-list li .pic {
    width: 60px;
    margin-right: 10px;
}

.music_audio #music-swiper .music-list li .pic img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.music_audio #music-swiper .music-list li .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    color: #fff;
}

.music_audio #music-swiper .music-list li .text h3 {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}

.music_audio #music-swiper .music-list li .text p {
    font-size: 12px;
}

.music_audio #music-swiper .music-list .on .pic img {
    animation: icon_rotate 20s linear infinite;
}

.music_audio #music-swiper .music-list .on .text {
    color: #c7254e;
}

.inputRatio #ratio {
    height: 5px;
    width: 100%;
    border-radius: 10px;
    -webkit-appearance: none;
    background: linear-gradient(to right, #059CFA, #ebeff4 0%, #ebeff4);
    border: 1px solid #ccc;
}

.inputRatio #ratio:focus {
    outline: none;
}

#ratio::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: none repeat scroll 0 0 #66b4fe;
    cursor: pointer;
    border: none;
}

#ratio::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: none repeat scroll 0 0 #66b4fe;
    cursor: pointer;
    border: none;
}