﻿@charset "utf-8";

/*swiper banner start*/
.swiper-container {
    background-color: #505050;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    background: #d0d0d0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.swiper-banner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color: #203050;
}

.swiper-pagination-bullet-active {
    background-color: #ff80c0;
}

/*swiper mid*/

.swiper-title {
    margin: auto;
    cursor: default;
    /**/
    width: 870px;
    margin-top: 220px;
}

    .swiper-title h2 {
        font-weight: bold;
        color: #ffffff;
        /**/
        font-size: 54px;
        text-shadow: 3px 3px 1px #ff2080, -3px -3px 1px #50a0ff;
    }

    .swiper-title h4 {
        color: #ffffff;
        font-weight: normal;
        text-shadow: 1px 1px 1px #2060ff;
        /**/
        margin-top: 15px;
        font-size: 22px;
    }

.swiper-bg1 {
    background-image: url(../../../img/image/bgp-15.jpg);
    /**/
}

.swiper-bg2 {
    background-image: url(../../../img/image/bgp-20.jpg);
}

.swiper-bg3 {
    background-image: url(../../../img/image/bgp-16.jpg);
}

.swiper-bg4 {
    background-image: url(../../../img/image/bgp-21.jpg);
}

/*swiper banner end*/

.cover {
    position: relative;
    /**/
}

.cover-banner {
    position: relative;
}

.cover-banner-button {
    color: #ff80c0;
    width: auto;
}

.cover-bannerdot {
    bottom: 50px !important;
}

.cover-keywords {
    position: absolute;
    width: 100%;
    text-align: center;
    user-select: none;
    z-index: 100;
    /**/
    top: 520px;
    height: 80px;
}

.cover-keyword {
    display: inline-block;
    border: 1px solid #50a0ff;
    background: #ffffff;
    cursor: pointer;
    color: #2080ff;
    /**/
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    width: 180px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
    font-weight: lighter;
    line-height: 70px;
    border-radius: 3px;
}

.cover-guide {
    position: relative;
    width: 100%;
    user-select: none;
    /**/
    margin-top: 80px;
}

.cover-guide-go {
    position: relative;
    text-align: center;
    width: 100%;
    /**/
    height: 90px;
    padding-top: 10px;
}

.cover-guide-title {
    position: relative;
    vertical-align: middle;
    /**/
    display: inline-block;
    width: 500px;
}

    .cover-guide-title h2 {
        color: #505050;
        /**/
        font-size: 28px;
        line-height: 55px;
    }

.cover-guidebutton {
    display: inline-block;
    background: #ffffff;
    color: #ff2080;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.5s;
    /**/
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    font-size: 16px;
    width: 240px;
    margin-left: 20px;
    border-radius: 5px;
}

    .cover-guidebutton a {
        color: unset;
        display: inline-block;
        width: 100%;
        /**/
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .cover-guidebutton:hover {
        background: #ff2080;
        color: #ffffff;
    }

    .cover-guidebutton span {
        color: #ff80c0;
        /**/
        display: block;
        font-size: 14px;
        font-weight: lighter;
    }

.cover-guide-detail {
    position: relative;
    text-align: center;
    margin: auto;
    background-color: #f3f5f8;
    background-image: url();
    transition: 0.5s;
    overflow: hidden;
    /**/
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
}

.cover-guide-labels {
    position: relative;
    margin: auto;
    transition: 0.5s;
    /**/
    width: 1500px;
}

.cover-guide-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background: #ffffff;
    transition: 0.5s;
    /**/
    box-shadow: 2px 2px 8px 0px rgba(50,100,150,0.15), -2px -2px 8px 0px rgba(255,255,255,1);
    width: 300px;
    height: 65px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding: 10px;
    border-radius: 5px;
}

    .cover-guide-label:hover {
        /**/
        box-shadow: 2px 2px 8px 0px rgba(50,100,150,0.3), -2px -2px 8px 0px rgba(255,255,255,1);
    }

    .cover-guide-label img {
        display: inline-block;
        vertical-align: top;
        transition: 0.5s;
        /**/
        width: 44px;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 2px;
        border-radius: 5px;
    }

.cover-guide-sub {
    display: inline-block;
    color: #808080;
    vertical-align: bottom;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    /**/
    height: 50px;
    width: 220px;
    font-size: 15px;
    line-height: 1.4;
}

    .cover-guide-sub span {
        display: block;
        color: #2080ff;
        /**/
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 3px;
    }

.intro {
    position: relative;
    /**/
}

.intro-title {
    color: #303030;
    text-align: center;
    /**/
    font-size: 28px;
    line-height: 55px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.intro-main {
    position: relative;
    text-align: center;
    /**/
}

.intro-frame {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /**/
    border-radius: 10px;
    width: 380px;
    margin-right: 15px;
    /*box-shadow: 1px 1px 8px 0px rgba(20,40,60,0.2);*/
}

.intro-frame-bg {
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    /**/
    background-size: 62%; /*注意*/
    width: 100%;
    height: 240px;
}

.intro-frame-sub {
    user-select: none;
    /**/
    margin-top: 8px;
    margin-bottom: 6px;
}

.intro-sub-a {
    color: #ff2080;
    /**/
    font-size: 16px;
    line-height: 24px;
}

.intro-sub-b {
    color: #2080ff;
    /**/
    font-size: 16px;
    line-height: 24px;
}

.intro-sub-c {
    color: #ff2080;
    /**/
    font-size: 16px;
    line-height: 24px;
    display: none; /*用于小屏幕，默认不显示*/
}

.intro-sub-d {
    color: #2080ff;
    /**/
    font-size: 16px;
    line-height: 24px;
    display: none; /*用于小屏幕，默认不显示*/
}

.intro-banner {
    background: #ffffff;
    /**/
    height: 300px;
    padding-top: 100px;
}

.intro-bgf {
    background: #ffeaf5;
    text-align: center;
    /**/
    height: 200px;
}

.intro-slogan {
    display: inline-block;
    color: #ffffff;
    user-select: none;
    /**/
    text-shadow: 4px 4px 1px #ff80d0, -4px -4px 1px #aad0ff;
    width: 800px;
    font-size: 60px;
    font-weight: bold;
}

.intro-img {
    display: inline-block;
    /**/
    margin-top: -80px;
    height: 400px;
}

    .intro-img img {
        height: 100%;
        /**/
    }

/* unit start */
.unit {
    position: relative;
    width: 100%;
    /**/
    margin-bottom: 10px;
    padding-top: 60px;
}

    .unit h2 {
        text-align: center;
        color: #303030;
        user-select: none;
        /**/
        font-size: 28px;
        padding-bottom: 12px;
    }

.unit-intro {
    text-align: center;
    color: #70a0e5;
    user-select: none;
    /**/
    font-size: 16px;
    margin-bottom: 10px;
}

    .unit-intro a {
        color: #ff2080;
        white-space: nowrap;
        display: none;
        /**/
        margin-left: 20px;
    }
/* unit end */

.cosplay {
}

.cosplay-frame {
    background: #f0f5ff;
    /**/
}

.cosplay-imgframe {
    margin: auto;
    text-align: center;
    /**/
    width: 1580px;
    padding-top: 30px;
}

.cosplay-img {
    background: #e0e0e5;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
    /**/
    width: 480px;
    height: 270px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}

.movie {
}

.movie-frame {
    background: #202530;
    text-align: center;
    /**/
    padding-top: 30px;
    padding-bottom: 20px;
}

    .movie-frame h3 {
        color: #ffffff;
        /*animation: movie01 4s infinite ease-in;*/
        /**/
        font-size: 24px;
    }

@keyframes movie01 {
    0% {
        color: #ffe0f0;
    }

    50% {
        color: #202530;
        letter-spacing: 2px;
    }

    100% {
        color: #ffe0f0;
    }
}

.movie-cont {
    text-align: center;
    /**/
    margin-top: 20px;
}

.movie-v {
    display: inline-block;
    /**/
    width: 450px;
    margin: 0 20px 20px 20px;
}

    .movie-v video {
        transition: 0.5s;
        /**/
        width: 100%;
        border-radius: 10px;
    }

        .movie-v video:hover {
            filter: brightness(1.1);
            /**/
            box-shadow: 2px 2px 12px 0px rgba(255,255,255,0.3);
        }

.movie-tip {
    color: #ff2060;
    text-align: right;
    /**/
    font-size: 14px;
    margin-right: 100px;
}

.maiden {
}

.maiden-frame {
    background: #fff0fa;
    text-align: center;
    /**/
    padding-top: 30px;
}

.maiden-subframe {
    background: #ffffff;
    cursor: default;
    /**/
    display: inline-block;
    vertical-align: top;
    width: 270px;
    height: 360px;
    margin-top: 20px;
    border-radius: 15px;
}

.maiden-subtxt {
    color: #ffb0e0;
    /**/
    font-size: 32px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.maiden-keyword-a {
    color: #ffffff;
    background: #d0e5ff;
    display: inline-block;
    /**/
    border-radius: 3px;
    width: 100px;
    height: 100px;
    font-size: 36px;
    letter-spacing: -3px;
    line-height: 100px;
    padding-right: 3px;
    margin: 10px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}

.maiden-keyword-b {
    color: #ffffff;
    background: #ffc0e0;
    display: inline-block;
    /**/
    border-radius: 3px;
    width: 100px;
    height: 100px;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}

.maiden-imgframe {
    /**/
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 20px;
}

.maiden-img {
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /**/
    width: 200px;
    height: 440px;
    margin-left: 50px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}

.activity {
}

.activity-frame {
    background: #fff0f8;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    user-select: none;
    /**/
    height: 500px;
    padding-top: 30px;
    background-image: url(../../../img/image/bgp-21.jpg);
    background-attachment: fixed;
}

.activity-cont {
    background: rgba(255,255,255,0);
    border-radius: 15px;
    /**/
    margin: auto;
    width: 1300px;
}

.activity-type {
    /**/
    padding-top: 30px;
}

.activity-example {
    background: rgba(255,255,255,0.7);
    display: inline-block;
    color: #505050;
    backdrop-filter: blur(5px) brightness(1.1);
    transition: 0.5s;
    /**/
    width: 180px;
    height: 70px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 24px;
    padding-top: 10px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
}

    .activity-example:hover {
        background: rgba(255,255,255,1);
    }

    .activity-example h5 {
        color: #ff2080;
        /**/
        font-size: 16px;
        line-height: 28px;
    }

.activity-list {
    background: rgba(255,255,255,0.7);
    margin: auto;
    color: #2080ff;
    text-align: left;
    backdrop-filter: blur(5px) brightness(1.1);
    /**/
    width: 340px;
    height: 135px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding-top: 15px;
    padding-left: 20px;
}

    .activity-list a {
        display: block;
        color: #2080ff;
        /**/
        margin-bottom: 8px;
        line-height: 18px;
    }

        .activity-list a:hover {
            color: #ff2080;
            /**/
        }

        .activity-list a span {
            display: block;
            color: #505050;
            /**/
            font-size: 14px;
        }

.city {
}

.city-frame {
    background: #eaf5ff;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../../../img/image/bgp-22.jpg);
    /**/
    padding-top: 30px;
}

.city-map {
    display: inline-block;
    background-image: url(../../../img/image/img-12.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /**/
    width: 55%;
    height: 460px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.city-list {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /**/
    width: 40%;
    height: 400px;
    padding-top: 10px;
}

.city-sub {
    color: #ffffff;
    text-shadow: 0px 0px 5px #60a0ff;
    text-align: center;
    /**/
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.city-item {
    display: inline-block;
    background: #ffffff;
    cursor: default;
    /**/
    width: 160px;
    line-height: 22px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
    font-size: 15px;
    padding: 5px 0px 2px 8px;
    margin: 0px 10px 10px 10px;
}

    .city-item :nth-child(1) {
        vertical-align: text-bottom;
        display: inline-block;
        border-radius: 50%;
        background: #60a0ff;
        color: #ffffff;
        text-align: center;
        /**/
        width: 18px;
        line-height: 18px;
        font-size: 12px;
        margin-right: 5px;
    }

    .city-item :nth-child(2) {
        color: #a0a0a0;
        /**/
        margin-right: 2px;
    }

    .city-item :nth-child(3) {
        color: #2080ff;
        /**/
    }

    .city-item :nth-child(5) {
        color: #808080;
        /**/
        margin-left: 23px;
        font-size: 14px;
        line-height: 16px;
    }

.vocation {
}

.vocation-frame {
    background: #fff0f8;
    text-align: center;
    /**/
    padding-top: 30px;
    padding-bottom: 10px;
}

.vocation-imgframe {
    /**/
    width: 1360px;
    margin: auto;
    margin-bottom: 30px;
}

.vocation-img {
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /**/
    width: 300px;
    height: 180px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}

.vocation-type {
    /**/
    width: 900px;
    margin: auto;
}

.vocation-item {
    display: inline-block;
    background: #ffffff;
    color: #ff2080;
    /**/
    width: 100px;
    line-height: 50px;
    margin: 0px 15px 25px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}

.solution {
}

.solution-frame {
    background: #ffffff;
    text-align: center;
    margin: auto;
    /**/
    padding-top: 30px;
    width: 1360px;
}

.solution-item {
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    user-select: none;
    /**/
    width: 390px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 1px 1px 6px 0px rgba(30,130,255,0.5);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    padding: 8px 8px 8px 8px;
}

.solution-sub {
    color: #2080ff;
    /**/
    font-size: 16px;
    padding-bottom: 4px;
}

.solution-txt {
    color: #808080;
    text-align: left;
    /**/
    font-size: 14px;
    text-indent: 28px;
}

.solution-enter {
    background: #ffffff;
    text-align: center;
    /**/
    padding-top: 10px;
}

    .solution-enter a {
        display: inline-block;
        color: #ff2080;
        background: #ffffff;
        /**/
        font-size: 16px;
        border-radius: 5px;
        padding: 6px 35px 6px 35px;
        margin-left: 15px;
        margin-right: 15px;
        box-shadow: 2px 2px 6px 0px rgba(255, 32, 128, 0.3);
    }

        .solution-enter a:hover {
            background: #ff50a0;
            color: #ffffff;
            /**/
        }

        .solution-enter a span {
            display: block;
            color: #ff80c0;
            font-weight: lighter;
            /**/
            font-size: 14px;
        }

.entrance {
    background: #f0f0f0;
    /**/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.entrance-frame {
    margin: auto;
    /**/
    width: 1000px;
}

.entrance-sub {
    color: #2080ff;
    /**/
    margin-bottom: 10px;
}

.entrance-go {
    color: #505050;
    /**/
    margin-bottom: 5px;
}

    .entrance-go a {
        color: #ff2080;
        display: inline-block;
        text-align: center;
        /**/
        margin-left: 10px;
    }

        .entrance-go a:hover {
            color: #ff80d0;
            /**/
        }

.entrance-txt {
    color: #505050;
    border-top: 1px solid #80aaff;
    /**/
    padding-top: 15px;
    margin-top: 15px;
}

    .entrance-txt div {
        user-select: none;
        /**/
        margin-bottom: 5px;
        line-height: 24px;
    }

        .entrance-txt div:before {
            content: "●";
            color: #2080ff;
            /**/
        }

.ending {
    background: #303030;
    /**/
    padding-top: 20px;
    padding-bottom: 10px;
}

.ending-frame {
    /**/
    width: 1200px;
    margin: auto;
}

.ending-relation {
    /**/
    font-size: 16px;
}

.ending-list {
    color: #808080;
    /**/
    margin-bottom: 5px;
    line-height: 24px;
}

    .ending-list span {
        color: #2080ff;
        /**/
    }

    .ending-list a {
        color: #a0a0a0;
        white-space: nowrap;
        /**/
        margin-left: 20px;
    }

        .ending-list a:hover {
            color: #80b0ff;
            /**/
        }


/* 响应式 屏幕分辨率 1600~ */
@media screen and (min-width : 1600px ) {

    /*swiper banner start*/
    .swiper-container {
        height: 560px;
    }

    .swiper-slide {
        font-size: 50px;
    }

    .swiper-banner {
    }

    /*swiper mid*/

    .swiper-title {
        width: 870px;
        margin-top: 220px;
    }

        .swiper-title h2 {
            font-size: 54px;
            text-shadow: 3px 3px 1px #ff2080, -3px -3px 1px #50a0ff;
        }

        .swiper-title h4 {
            margin-top: 15px;
            font-size: 22px;
        }

    /*swiper banner end*/

    .cover {
    }

    .cover-bannerdot {
        bottom: 50px !important;
    }

    .cover-keywords {
        top: 525px;
        height: 80px;
    }

    .cover-keyword {
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
        width: 180px;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 20px;
        font-weight: lighter;
        line-height: 70px;
        border-radius: 3px;
    }

    .cover-guide {
        margin-top: 80px;
    }

    .cover-guide-go {
        height: 90px;
        padding-top: 10px;
    }

    .cover-guide-title {
        display: inline-block;
        width: 500px;
    }

        .cover-guide-title h2 {
            font-size: 28px;
            line-height: 55px;
        }

    .cover-guidebutton {
        font-size: 16px;
        width: 240px;
        margin-left: 20px;
        border-radius: 5px;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    }

        .cover-guidebutton a {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .cover-guidebutton span {
            display: block;
            font-size: 14px;
            font-weight: lighter;
        }

    .cover-guide-detail {
        width: 100%;
        margin-top: 25px;
        padding-top: 15px;
    }

    .cover-guide-labels {
        width: 1500px;
    }

    .cover-guide-label {
        box-shadow: 2px 2px 8px 0px rgba(50,100,150,0.15), -2px -2px 8px 0px rgba(255,255,255,1);
        width: 300px;
        height: 65px;
        margin-bottom: 20px;
        margin-right: 30px;
        padding: 10px;
        border-radius: 5px;
    }

        .cover-guide-label:hover {
            box-shadow: 2px 2px 8px 0px rgba(50,100,150,0.3), -2px -2px 8px 0px rgba(255,255,255,1);
        }

        .cover-guide-label img {
            width: 44px;
            margin-left: 0px;
            margin-right: 10px;
            margin-top: 2px;
            border-radius: 5px;
        }

    .cover-guide-sub {
        height: 50px;
        width: 220px;
        font-size: 15px;
        line-height: 1.4;
    }

        .cover-guide-sub span {
            font-size: 16px;
            line-height: 1.4;
            margin-bottom: 3px;
        }

    .intro {
        margin-bottom: 50px;
    }

    .intro-title {
        font-size: 28px;
        line-height: 55px;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .intro-main {
    }

    .intro-frame {
        border-radius: 10px;
        width: 375px;
        margin-right: 15px;
        /*box-shadow: 1px 1px 8px 0px rgba(20,40,60,0.2);*/
    }

    .intro-frame-bg {
        background-size: 62%; /*注意*/
        width: 100%;
        height: 240px;
    }

    .intro-frame-sub {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .intro-sub-a {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-sub-b {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-banner {
        height: 300px;
        padding-top: 100px;
    }

    .intro-bgf {
        height: 200px;
    }

    .intro-slogan {
        text-shadow: 4px 4px 1px #ff80d0, -4px -4px 1px #aad0ff;
        width: 800px;
        font-size: 60px;
        font-weight: bold;
    }

    .intro-img {
        margin-top: -80px;
        height: 400px;
    }

        .intro-img img {
        }

    /* unit start */
    .unit {
        margin-bottom: 10px;
        padding-top: 60px;
    }

        .unit h2 {
            font-size: 28px;
            padding-bottom: 12px;
        }

    .unit-intro {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .unit-intro a {
            margin-left: 20px;
        }
    /* unit end */

    .cosplay {
    }

    .cosplay-frame {
    }

    .cosplay-imgframe {
        width: 1580px;
        padding-top: 30px;
    }

    .cosplay-img {
        width: 480px;
        height: 270px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 30px;
        border-radius: 15px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .movie {
    }

    .movie-frame {
        padding-top: 30px;
        padding-bottom: 20px;
    }

        .movie-frame h3 {
            font-size: 24px;
        }

    .movie-cont {
        margin-top: 20px;
    }

    .movie-v {
        width: 450px;
        margin: 0 20px 20px 20px;
    }

        .movie-v video {
            width: 100%;
            border-radius: 10px;
        }

            .movie-v video:hover {
                box-shadow: 2px 2px 12px 0px rgba(255,255,255,0.3);
            }

    .movie-tip {
        font-size: 14px;
        margin-right: 100px;
    }

    .maiden {
    }

    .maiden-frame {
        padding-top: 30px;
    }

    .maiden-subframe {
        display: inline-block;
        vertical-align: top;
        width: 270px;
        height: 360px;
        margin-top: 20px;
        border-radius: 15px;
    }

    .maiden-subtxt {
        font-size: 32px;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .maiden-keyword-a {
        border-radius: 3px;
        width: 100px;
        height: 100px;
        font-size: 36px;
        letter-spacing: -3px;
        line-height: 100px;
        padding-right: 3px;
        margin: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .maiden-keyword-b {
        border-radius: 3px;
        width: 100px;
        height: 100px;
        font-size: 36px;
        line-height: 100px;
        margin: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .maiden-imgframe {
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .maiden-img {
        width: 200px;
        height: 440px;
        margin-left: 50px;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .activity {
    }

    .activity-frame {
        height: 500px;
        padding-top: 30px;
        background-image: url(../../../img/image/bgp-21.jpg);
        background-attachment: fixed;
    }

    .activity-cont {
        margin: auto;
        width: 1300px;
    }

    .activity-type {
        padding-top: 30px;
    }

    .activity-example {
        width: 180px;
        height: 70px;
        border-radius: 5px;
        font-size: 14px;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 24px;
        padding-top: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
    }

        .activity-example h5 {
            font-size: 16px;
            line-height: 28px;
        }

    .activity-list {
        width: 340px;
        height: 135px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
        border-radius: 5px;
        padding-top: 15px;
        padding-left: 20px;
    }

        .activity-list a {
            margin-bottom: 8px;
            line-height: 18px;
        }

            .activity-list a:hover {
            }

            .activity-list a span {
                font-size: 14px;
            }

    .city {
    }

    .city-frame {
        padding-top: 30px;
    }

    .city-map {
        width: 55%;
        height: 460px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .city-list {
        width: 40%;
        height: 400px;
        padding-top: 10px;
    }

    .city-sub {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .city-item {
        width: 160px;
        line-height: 22px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
        font-size: 15px;
        padding: 5px 0px 2px 8px;
        margin: 0px 10px 10px 10px;
    }

        .city-item :nth-child(1) {
            width: 18px;
            line-height: 18px;
            font-size: 12px;
            margin-right: 5px;
        }

        .city-item :nth-child(2) {
            margin-right: 2px;
        }

        .city-item :nth-child(3) {
        }

        .city-item :nth-child(5) {
            margin-left: 23px;
            font-size: 14px;
            line-height: 16px;
        }

    .vocation {
    }

    .vocation-frame {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .vocation-imgframe {
        width: 1360px;
        margin: auto;
        margin-bottom: 30px;
    }

    .vocation-img {
        width: 300px;
        height: 180px;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 15px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .vocation-type {
        width: 900px;
        margin: auto;
    }

    .vocation-item {
        width: 100px;
        line-height: 50px;
        margin: 0px 15px 25px 15px;
        border-radius: 5px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .solution {
    }

    .solution-frame {
        padding-top: 30px;
        width: 1360px;
    }

    .solution-item {
        width: 390px;
        height: 120px;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 0px rgba(30,130,255,0.5);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 25px;
        padding: 8px 8px 8px 8px;
    }

    .solution-sub {
        font-size: 16px;
        padding-bottom: 4px;
    }

    .solution-txt {
        font-size: 14px;
        text-indent: 28px;
    }

    .solution-enter {
        padding-top: 10px;
    }

        .solution-enter a {
            font-size: 16px;
            border-radius: 5px;
            padding: 6px 35px 6px 35px;
            margin-left: 15px;
            margin-right: 15px;
            box-shadow: 2px 2px 6px 0px rgba(255, 32, 128, 0.3);
        }

            .solution-enter a:hover {
            }

            .solution-enter a span {
                font-size: 14px;
            }

    .entrance {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
    }

    .entrance-frame {
        width: 1000px;
    }

    .entrance-sub {
        margin-bottom: 10px;
    }

    .entrance-go {
        margin-bottom: 5px;
    }

        .entrance-go a {
            margin-left: 10px;
        }

            .entrance-go a:hover {
            }

    .entrance-txt {
        padding-top: 15px;
        margin-top: 15px;
    }

        .entrance-txt div {
            margin-bottom: 5px;
            line-height: 24px;
        }

            .entrance-txt div:before {
            }

    .ending {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ending-frame {
        width: 1200px;
        margin: auto;
    }

    .ending-relation {
        font-size: 16px;
    }

    .ending-list {
        margin-bottom: 5px;
        line-height: 24px;
    }

        .ending-list span {
        }

        .ending-list a {
            margin-left: 20px;
        }
}


/* 响应式 屏幕分辨率 1200~1599 */
@media screen and (min-width: 1200px ) and (max-width: 1599px) {

    /*swiper banner start*/
    .swiper-container {
        height: 500px;
    }

    .swiper-slide {
        font-size: 46px;
    }

    .swiper-banner {
    }

    /*swiper mid*/

    .swiper-title {
        width: 800px;
        margin-top: 210px;
    }

        .swiper-title h2 {
            font-size: 50px;
            text-shadow: 3px 3px 1px #ff2080, -3px -3px 1px #50a0ff;
        }

        .swiper-title h4 {
            margin-top: 15px;
            font-size: 22px;
        }

    /*swiper banner end*/

    .cover {
    }

    .cover-bannerdot {
        bottom: 40px !important;
    }

    .cover-keywords {
        top: 465px;
        height: 80px;
    }

    .cover-keyword {
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
        width: 180px;
        margin-left: 35px;
        margin-right: 35px;
        font-size: 20px;
        font-weight: lighter;
        line-height: 70px;
        border-radius: 3px;
    }

    .cover-guide {
        margin-top: 70px;
    }

    .cover-guide-go {
        height: 90px;
        padding-top: 10px;
    }

    .cover-guide-title {
        display: inline-block;
        width: 500px;
    }

        .cover-guide-title h2 {
            font-size: 28px;
            line-height: 55px;
        }

    .cover-guidebutton {
        font-size: 16px;
        width: 220px;
        margin-left: 20px;
        border-radius: 5px;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    }

        .cover-guidebutton a {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .cover-guidebutton span {
            display: block;
            font-size: 14px;
            font-weight: lighter;
        }

    .cover-guide-detail {
        width: 100%;
        margin-top: 25px;
        padding-top: 15px;
    }

    .cover-guide-labels {
        width: 1180px;
    }

    .cover-guide-label {
        box-shadow: 2px 2px 8px 0px rgba(50,100,150,0.15), -2px -2px 8px 0px rgba(255,255,255,1);
        width: 270px;
        height: 64px;
        margin-bottom: 20px;
        margin-right: 20px;
        padding: 8px;
        border-radius: 5px;
    }

        .cover-guide-label:hover {
            box-shadow: 2px 2px 8px 0px rgba(50,100,150,0.3), -2px -2px 8px 0px rgba(255,255,255,1);
        }

        .cover-guide-label img {
            width: 40px;
            margin-left: 0px;
            margin-right: 8px;
            margin-top: 3px;
            border-radius: 5px;
        }

    .cover-guide-sub {
        height: 48px;
        width: 200px;
        font-size: 15px;
        line-height: 1.4;
    }

        .cover-guide-sub span {
            font-size: 16px;
            line-height: 1.4;
            margin-bottom: 3px;
        }

    .intro {
        margin-bottom: 40px;
    }

    .intro-title {
        font-size: 28px;
        line-height: 55px;
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .intro-main {
    }

    .intro-frame {
        border-radius: 10px;
        width: 270px;
        margin-right: 15px;
        /*box-shadow: 1px 1px 8px 0px rgba(20,40,60,0.2);*/
    }

    .intro-frame-bg {
        background-size: 75%; /*注意*/
        width: 100%;
        height: 220px;
    }

    .intro-frame-sub {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .intro-sub-a {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-sub-b {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-banner {
        height: 300px;
        padding-top: 100px;
    }

    .intro-bgf {
        height: 200px;
    }

    .intro-slogan {
        text-shadow: 4px 4px 1px #ff80d0, -4px -4px 1px #aad0ff;
        width: 740px;
        font-size: 60px;
        font-weight: bold;
    }

    .intro-img {
        margin-top: -80px;
        height: 400px;
    }

        .intro-img img {
        }

    /* unit start */
    .unit {
        margin-bottom: 5px;
        padding-top: 60px;
    }

        .unit h2 {
            font-size: 28px;
            padding-bottom: 12px;
        }

    .unit-intro {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .unit-intro a {
            margin-left: 20px;
        }
    /* unit end */

    .cosplay {
    }

    .cosplay-frame {
    }

    .cosplay-imgframe {
        width: 100%;
        max-width: 1300px;
        padding-top: 30px;
    }

    .cosplay-img {
        width: 29%;
        max-width: 400px;
        height: 220px;
        margin-left: 18px;
        margin-right: 18px;
        margin-bottom: 30px;
        border-radius: 15px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .movie {
    }

    .movie-frame {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .movie-frame h3 {
            font-size: 24px;
        }

    .movie-cont {
        margin-top: 15px;
    }

    .movie-v {
        width: 360px;
        margin: 0 15px 20px 15px;
    }

        .movie-v video {
            width: 100%;
            border-radius: 10px;
        }

            .movie-v video:hover {
                box-shadow: 2px 2px 12px 0px rgba(255,255,255,0.3);
            }

    .movie-tip {
        font-size: 14px;
        margin-right: 60px;
    }

    .maiden {
    }

    .maiden-frame {
        padding-top: 30px;
    }

    .maiden-subframe {
        display: inline-block;
        vertical-align: top;
        width: 240px;
        height: 330px;
        margin-top: 20px;
        border-radius: 15px;
    }

    .maiden-subtxt {
        font-size: 32px;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .maiden-keyword-a {
        border-radius: 3px;
        width: 90px;
        height: 90px;
        font-size: 36px;
        letter-spacing: -3px;
        line-height: 90px;
        padding-right: 3px;
        margin: 8px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .maiden-keyword-b {
        border-radius: 3px;
        width: 90px;
        height: 90px;
        font-size: 36px;
        line-height: 90px;
        margin: 8px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .maiden-imgframe {
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 15px;
    }

    .maiden-img {
        width: 190px;
        height: 420px;
        margin-left: 35px;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .activity {
    }

    .activity-frame {
        height: 500px;
        padding-top: 30px;
        background-image: url(../../../img/image/bgp-21.jpg);
        background-attachment: fixed;
    }

    .activity-cont {
        margin: auto;
        width: 1150px;
    }

    .activity-type {
        padding-top: 30px;
    }

    .activity-example {
        width: 170px;
        height: 70px;
        border-radius: 5px;
        font-size: 14px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 22px;
        padding-top: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
    }

        .activity-example h5 {
            font-size: 16px;
            line-height: 28px;
        }

    .activity-list {
        width: 340px;
        height: 135px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
        border-radius: 5px;
        padding-top: 15px;
        padding-left: 20px;
    }

        .activity-list a {
            margin-bottom: 8px;
            line-height: 18px;
        }

            .activity-list a:hover {
            }

            .activity-list a span {
                font-size: 14px;
            }

    .city {
    }

    .city-frame {
        padding-top: 30px;
    }

    .city-map {
        width: 54%;
        height: 460px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .city-list {
        width: 44%;
        height: 400px;
        padding-top: 10px;
    }

    .city-sub {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .city-item {
        width: 155px;
        line-height: 22px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
        font-size: 15px;
        padding: 5px 0px 2px 8px;
        margin: 0px 7px 8px 7px;
    }

        .city-item :nth-child(1) {
            width: 18px;
            line-height: 18px;
            font-size: 12px;
            margin-right: 5px;
        }

        .city-item :nth-child(2) {
            margin-right: 2px;
        }

        .city-item :nth-child(3) {
        }

        .city-item :nth-child(5) {
            margin-left: 23px;
            font-size: 14px;
            line-height: 16px;
        }

    .vocation {
    }

    .vocation-frame {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .vocation-imgframe {
        width: 1180px;
        margin: auto;
        margin-bottom: 30px;
    }

    .vocation-img {
        width: 265px;
        height: 170px;
        margin-left: 12px;
        margin-right: 12px;
        border-radius: 15px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .vocation-type {
        width: 900px;
        margin: auto;
    }

    .vocation-item {
        width: 100px;
        line-height: 50px;
        margin: 0px 15px 25px 15px;
        border-radius: 5px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .solution {
    }

    .solution-frame {
        padding-top: 10px;
        width: 1140px;
    }

    .solution-item {
        width: 350px;
        height: 130px;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 0px rgba(30,130,255,0.5);
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 25px;
        padding: 8px 8px 8px 5px;
    }

    .solution-sub {
        font-size: 16px;
        padding-bottom: 4px;
    }

    .solution-txt {
        font-size: 14px;
        text-indent: 28px;
    }

    .solution-enter {
        padding-top: 10px;
    }

        .solution-enter a {
            font-size: 16px;
            border-radius: 5px;
            padding: 6px 35px 6px 35px;
            margin-left: 15px;
            margin-right: 15px;
            box-shadow: 2px 2px 6px 0px rgba(255, 32, 128, 0.3);
        }

            .solution-enter a:hover {
            }

            .solution-enter a span {
                font-size: 14px;
            }

    .entrance {
        padding-top: 20px;
        padding-bottom: 16px;
        margin-top: 40px;
    }

    .entrance-frame {
        width: 920px;
    }

    .entrance-sub {
        margin-bottom: 10px;
    }

    .entrance-go {
        margin-bottom: 5px;
    }

        .entrance-go a {
            margin-left: 10px;
        }

            .entrance-go a:hover {
            }

    .entrance-txt {
        padding-top: 15px;
        margin-top: 15px;
    }

        .entrance-txt div {
            margin-bottom: 5px;
            line-height: 24px;
        }

            .entrance-txt div:before {
            }

    .ending {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ending-frame {
        width: 1000px;
        margin: auto;
    }

    .ending-relation {
        font-size: 16px;
    }

    .ending-list {
        margin-bottom: 5px;
        line-height: 24px;
    }

        .ending-list span {
        }

        .ending-list a {
            margin-left: 20px;
        }
}


/* 响应式 屏幕分辨率 992~1199 */
@media screen and (min-width: 992px ) and (max-width: 1199px) {

    /*swiper banner start*/
    .swiper-container {
        height: 500px;
    }

    .swiper-slide {
        font-size: 40px;
    }

    .swiper-banner {
    }

    /*swiper mid*/

    .swiper-title {
        width: 800px;
        margin-top: 210px;
    }

        .swiper-title h2 {
            font-size: 44px;
            text-shadow: 3px 3px 1px #ff2080, -3px -3px 1px #50a0ff;
        }

        .swiper-title h4 {
            margin-top: 15px;
            font-size: 20px;
        }

    /*swiper banner end*/

    .cover {
    }

    .cover-bannerdot {
        bottom: 40px !important;
    }

    .cover-keywords {
        top: 465px;
        height: 65px;
    }

    .cover-keyword {
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
        width: 160px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 20px;
        font-weight: lighter;
        line-height: 63px;
        border-radius: 3px;
    }

    .cover-guide {
        margin-top: 70px;
    }

    .cover-guide-go {
        height: 90px;
        padding-top: 10px;
    }

    .cover-guide-title {
        display: inline-block;
        width: 460px;
    }

        .cover-guide-title h2 {
            font-size: 26px;
            line-height: 55px;
        }

    .cover-guidebutton {
        font-size: 16px;
        width: 200px;
        margin-left: 20px;
        border-radius: 5px;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    }

        .cover-guidebutton a {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .cover-guidebutton span {
            display: block;
            font-size: 14px;
            font-weight: lighter;
        }

    .cover-guide-detail {
        width: 100%;
        margin-top: 20px;
        padding-top: 15px;
    }

    .cover-guide-labels {
        width: 974px;
    }

    .cover-guide-label {
        box-shadow: 2px 2px 7px 0px rgba(50,100,150,0.15), -2px -2px 7px 0px rgba(255,255,255,1);
        width: 230px;
        height: 64px;
        margin-bottom: 20px;
        margin-right: 8px;
        padding: 8px 4px 4px 5px;
        border-radius: 5px;
    }

        .cover-guide-label:hover {
            box-shadow: 2px 2px 7px 0px rgba(50,100,150,0.3), -2px -2px 7px 0px rgba(255,255,255,1);
        }

        .cover-guide-label img {
            width: 32px;
            margin-left: 0px;
            margin-right: 1px;
            margin-top: 8px;
            border-radius: 5px;
        }

    .cover-guide-sub {
        height: 46px;
        width: 182px;
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }

        .cover-guide-sub span {
            font-size: 16px;
            line-height: 1.4;
            margin-bottom: 3px;
            letter-spacing: normal;
        }

    .intro {
        margin-bottom: 40px;
    }

    .intro-title {
        font-size: 26px;
        line-height: 55px;
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .intro-main {
    }

    .intro-frame {
        border-radius: 10px;
        width: 23%;
        min-width: 228px;
        margin-right: 10px;
        /*box-shadow: 1px 1px 8px 0px rgba(20,40,60,0.2);*/
    }

    .intro-frame-bg {
        background-size: 82%; /*注意*/
        width: 100%;
        height: 210px;
    }

    .intro-frame-sub {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .intro-sub-a {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-sub-b {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-banner {
        height: 290px;
        padding-top: 100px;
    }

    .intro-bgf {
        height: 180px;
    }

    .intro-slogan {
        text-shadow: 4px 4px 1px #ff80d0, -4px -4px 1px #aad0ff;
        width: 600px;
        font-size: 52px;
        font-weight: bold;
    }

    .intro-img {
        margin-top: -80px;
        height: 360px;
    }

        .intro-img img {
        }

    /* unit start */
    .unit {
        margin-bottom: 10px;
        padding-top: 50px;
    }

        .unit h2 {
            font-size: 26px;
            padding-bottom: 12px;
        }

    .unit-intro {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .unit-intro a {
            margin-left: 18px;
        }
    /* unit end */

    .cosplay {
    }

    .cosplay-frame {
    }

    .cosplay-imgframe {
        width: 100%;
        max-width: 1179px;
        padding-top: 30px;
    }

    .cosplay-img {
        width: 29%;
        max-width: 360px;
        height: 200px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
        border-radius: 15px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .movie {
    }

    .movie-frame {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .movie-frame h3 {
            font-size: 24px;
        }

    .movie-cont {
        margin-top: 15px;
    }

    .movie-v {
        width: 30%;
        margin: 0 10px 18px 10px;
    }

        .movie-v video {
            width: 100%;
            border-radius: 8px;
        }

            .movie-v video:hover {
                box-shadow: 2px 2px 12px 0px rgba(255,255,255,0.3);
            }

    .movie-tip {
        font-size: 14px;
        margin-right: 30px;
    }

    .maiden {
    }

    .maiden-frame {
        padding-top: 30px;
    }

    .maiden-subframe {
        display: inline-block;
        vertical-align: top;
        width: 210px;
        height: 285px;
        margin-top: 20px;
        border-radius: 15px;
    }

    .maiden-subtxt {
        font-size: 32px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .maiden-keyword-a {
        border-radius: 3px;
        width: 75px;
        height: 75px;
        font-size: 34px;
        letter-spacing: -3px;
        line-height: 75px;
        padding-right: 3px;
        margin: 5px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .maiden-keyword-b {
        border-radius: 3px;
        width: 75px;
        height: 75px;
        font-size: 34px;
        line-height: 75px;
        margin: 5px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .maiden-imgframe {
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 10px;
    }

    .maiden-img {
        width: 160px;
        height: 400px;
        margin-left: 20px;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .activity {
    }

    .activity-frame {
        height: 500px;
        padding-top: 30px;
        background-image: url(../../../img/image/bgp-21.jpg);
        background-attachment: fixed;
    }

    .activity-cont {
        margin: auto;
        width: 920px;
    }

    .activity-type {
        padding-top: 15px;
    }

    .activity-example {
        width: 170px;
        height: 70px;
        border-radius: 5px;
        font-size: 14px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 22px;
        padding-top: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
    }

        .activity-example h5 {
            font-size: 16px;
            line-height: 28px;
        }

    .activity-list {
        width: 332px;
        height: 135px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
        border-radius: 5px;
        padding-top: 15px;
        padding-left: 20px;
    }

        .activity-list a {
            margin-bottom: 8px;
            line-height: 18px;
        }

            .activity-list a:hover {
            }

            .activity-list a span {
                font-size: 14px;
            }

    .city {
    }

    .city-frame {
        padding-top: 30px;
    }

    .city-map {
        width: 50%;
        height: 460px;
        margin-top: 10px;
        margin-bottom: 20px;
        background-size: 120%;
    }

    .city-list {
        width: 48%;
        height: 400px;
        padding-top: 10px;
    }

    .city-sub {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .city-item {
        width: 145px;
        line-height: 22px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
        font-size: 15px;
        padding: 4px 0px 2px 6px;
        margin: 0px 2px 8px 2px;
    }

        .city-item :nth-child(1) {
            width: 18px;
            line-height: 18px;
            font-size: 12px;
            margin-right: 5px;
        }

        .city-item :nth-child(2) {
            margin-right: 2px;
        }

        .city-item :nth-child(3) {
        }

        .city-item :nth-child(5) {
            margin-left: 23px;
            font-size: 14px;
            line-height: 16px;
        }

    .vocation {
    }

    .vocation-frame {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .vocation-imgframe {
        width: 972px;
        margin: auto;
        margin-bottom: 30px;
    }

    .vocation-img {
        width: 222px;
        height: 160px;
        margin-left: 8px;
        margin-right: 8px;
        border-radius: 12px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .vocation-type {
        width: 840px;
        margin: auto;
    }

    .vocation-item {
        width: 90px;
        line-height: 48px;
        margin: 0px 15px 25px 15px;
        border-radius: 5px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .solution {
    }

    .solution-frame {
        padding-top: 10px;
        width: 970px;
    }

    .solution-item {
        width: 400px;
        height: 120px;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 0px rgba(30,130,255,0.5);
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 25px;
        padding: 8px 8px 8px 5px;
    }

    .solution-sub {
        font-size: 15px;
        padding-bottom: 2px;
    }

    .solution-txt {
        font-size: 14px;
        text-indent: 28px;
    }

    .solution-enter {
        padding-top: 10px;
    }

        .solution-enter a {
            font-size: 16px;
            border-radius: 5px;
            padding: 6px 35px 6px 35px;
            margin-left: 15px;
            margin-right: 15px;
            box-shadow: 2px 2px 6px 0px rgba(255, 32, 128, 0.3);
        }

            .solution-enter a:hover {
            }

            .solution-enter a span {
                font-size: 14px;
            }

    .entrance {
        padding-top: 20px;
        padding-bottom: 15px;
        margin-top: 40px;
    }

    .entrance-frame {
        width: 840px;
    }

    .entrance-sub {
        margin-bottom: 10px;
    }

    .entrance-go {
        margin-bottom: 5px;
    }

        .entrance-go a {
            margin-left: 10px;
        }

            .entrance-go a:hover {
            }

    .entrance-txt {
        padding-top: 12px;
        margin-top: 12px;
    }

        .entrance-txt div {
            margin-bottom: 5px;
            line-height: 22px;
        }

            .entrance-txt div:before {
            }

    .ending {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ending-frame {
        width: 900px;
        margin: auto;
    }

    .ending-relation {
        font-size: 16px;
    }

    .ending-list {
        margin-bottom: 5px;
        line-height: 24px;
    }

        .ending-list span {
        }

        .ending-list a {
            margin-left: 20px;
        }
}


/* 响应式 屏幕分辨率 576~991 */
@media screen and (min-width: 576px ) and (max-width: 991px) {

    /*swiper banner start*/
    .swiper-container {
        height: 440px;
    }

    .swiper-slide {
        font-size: 36px;
    }

    .swiper-banner {
    }

    .cover-banner-button::after {
        font-size: 24px;
    }

    /*swiper mid*/

    .swiper-title {
        width: 520px;
        margin-top: 210px;
    }

        .swiper-title h2 {
            font-size: 36px;
            text-shadow: 3px 3px 1px #ff2080, -3px -3px 1px #50a0ff;
        }

        .swiper-title h4 {
            margin-top: 12px;
            font-size: 20px;
        }

    /*swiper banner end*/

    .cover {
    }

    .cover-bannerdot {
        bottom: 40px !important;
    }

    .cover-keywords {
        top: 415px;
        height: 56px;
    }

    .cover-keyword {
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
        width: 124px;
        margin-left: 6px;
        margin-right: 6px;
        font-size: 18px;
        font-weight: lighter;
        line-height: 54px;
        border-radius: 3px;
    }

    .cover-guide {
        margin-top: 40px;
    }

    .cover-guide-go {
        height: 140px;
        padding-top: 10px;
    }

    .cover-guide-title {
        display: block;
        width: 360px;
        padding-bottom: 5px;
        margin: auto;
    }

        .cover-guide-title h2 {
            font-size: 20px;
            line-height: 58px;
        }

    .cover-guidebutton {
        font-size: 16px;
        width: 200px;
        margin-left: 15px;
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    }

        .cover-guidebutton a {
            padding-top: 4px;
            padding-bottom: 4px;
        }

        .cover-guidebutton span {
            display: block;
            font-size: 14px;
            font-weight: lighter;
        }

    .cover-guide-detail {
        width: 100%;
        margin-top: 10px;
        padding-top: 15px;
    }

    .cover-guide-labels {
        width: 556px;
    }

    .cover-guide-label {
        box-shadow: 2px 2px 6px 0px rgba(50,100,150,0.15), -2px -2px 6px 0px rgba(255,255,255,1);
        width: 240px;
        height: 62px;
        margin-bottom: 15px;
        margin-right: 10px;
        padding: 8px 4px 4px 5px;
        border-radius: 4px;
    }

        .cover-guide-label:hover {
            box-shadow: 2px 2px 6px 0px rgba(50,100,150,0.3), -2px -2px 6px 0px rgba(255,255,255,1);
        }

        .cover-guide-label img {
            width: 32px;
            margin-left: 0px;
            margin-right: 1px;
            margin-top: 8px;
            border-radius: 4px;
        }

    .cover-guide-sub {
        height: 46px;
        width: 182px;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px;
    }

        .cover-guide-sub span {
            font-size: 16px;
            line-height: 1.4;
            margin-bottom: 3px;
            letter-spacing: normal;
        }

    .intro {
        margin-bottom: 35px;
    }

    .intro-title {
        font-size: 26px;
        line-height: 55px;
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .intro-main {
    }

    .intro-frame {
        border-radius: 10px;
        width: 45%;
        min-width: 250px;
        margin-right: 15px;
        /*box-shadow: 1px 1px 8px 0px rgba(20,40,60,0.2);*/
    }

    .intro-frame-bg {
        background-size: contain; /*注意*/
        width: 100%;
        height: 175px;
    }

    .intro-frame-sub {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .intro-sub-a {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-sub-b {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-banner {
        height: 200px;
        padding-top: 60px;
    }

    .intro-bgf {
        height: 120px;
        padding-top: 10px;
    }

    .intro-slogan {
        text-shadow: 3px 3px 1px #ff80d0, -3px -3px 1px #aad0ff;
        width: 318px;
        font-size: 32px;
        font-weight: bold;
    }

    .intro-img {
        margin-top: -50px;
        height: 235px;
    }

        .intro-img img {
            margin-top: -20px;
        }

    /* unit start */
    .unit {
        margin-bottom: 35px;
        padding-top: 10px;
    }

        .unit h2 {
            font-size: 26px;
            padding-bottom: 12px;
        }

    .unit-intro {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .unit-intro a {
            margin-left: 15px;
        }
    /* unit end */

    .cosplay {
    }

    .cosplay-frame {
    }

    .cosplay-imgframe {
        width: 100%;
        max-width: 971px;
        padding-top: 25px;
    }

    .cosplay-img {
        width: 29%;
        max-width: 300px;
        height: 180px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 25px;
        border-radius: 12px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .movie {
    }

    .movie-frame {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .movie-frame h3 {
            font-size: 20px;
        }

    .movie-cont {
        margin-top: 15px;
    }

    .movie-v {
        width: 45%;
        max-width: 360px;
        margin: 0 8px 15px 8px;
    }

    .movie-cont > .movie-v:first-child {
        display: block;
        margin: auto;
        margin-bottom: 15px;
        width: 75%;
        max-width: 420px;
    }

    .movie-cont > .movie-v:last-child {
        display: none;
    }

    .movie-v video {
        width: 100%;
        border-radius: 8px;
    }

        .movie-v video:hover {
            box-shadow: 2px 2px 10px 0px rgba(255,255,255,0.3);
        }

    .movie-tip {
        font-size: 14px;
        margin-right: 20px;
    }

    .maiden {
    }

    .maiden-frame {
        padding-top: 25px;
    }

    .maiden-subframe {
        display: inline-block;
        vertical-align: top;
        width: 65px;
        height: 310px;
        margin-top: 10px;
        border-radius: 10px;
    }

    .maiden-subtxt {
        font-size: 24px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .maiden-keyword-a {
        border-radius: 3px;
        width: 55px;
        height: 55px;
        font-size: 28px;
        letter-spacing: -3px;
        line-height: 55px;
        padding-right: 3px;
        margin: 2px 2px 4px 2px;
        box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
    }

    .maiden-keyword-b {
        border-radius: 3px;
        width: 55px;
        height: 55px;
        font-size: 28px;
        line-height: 55px;
        margin: 2px 2px 4px 2px;
        box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
    }

    .maiden-imgframe {
        display: inline-block;
        margin-bottom: 25px;
        margin-left: 0px;
        width: calc(100% - 75px);
        max-width: 660px;
    }

    .maiden-img {
        width: 22%;
        max-width: 150px;
        height: 340px;
        margin-left: calc(1% + 2px);
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .activity {
    }

    .activity-frame {
        height: 420px;
        padding-top: 25px;
        background-image: url(../../../img/image/bgp-21.jpg);
        background-attachment: unset;
        background-size: cover;
        background-position: center;
    }

    .activity-cont {
        margin: auto;
        width: 556px;
    }

    .activity-type {
        padding-top: 10px;
    }

    .activity-example {
        width: 128px;
        height: 60px;
        border-radius: 5px;
        font-size: 14px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 12px;
        padding-top: 6px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
        white-space: nowrap;
        overflow: hidden;
    }

        .activity-example h5 {
            font-size: 16px;
            line-height: 28px;
        }

    .activity-list {
        width: 280px;
        height: 130px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
        border-radius: 5px;
        padding-top: 15px;
        padding-left: 20px;
    }

        .activity-list a {
            margin-bottom: 8px;
            line-height: 18px;
            font-size: 14px;
        }

            .activity-list a:hover {
            }

            .activity-list a span {
                font-size: 12px;
            }

    .city {
    }

    .city-frame {
        padding-top: 25px;
        background-attachment: unset;
    }

    .city-map {
        width: 52%;
        height: 380px;
        margin-top: 10px;
        margin-bottom: 20px;
        background-size: 120%;
    }

    .city-list {
        width: 46%;
        height: auto;
        padding-top: 10px;
    }

    .city-sub {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .city-item {
        width: 122px;
        line-height: 20px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
        font-size: 14px;
        padding: 4px 0px 2px 4px;
        margin: 0px 2px 8px 1px;
    }

        .city-item :nth-child(1) {
            width: 17px;
            line-height: 17px;
            font-size: 12px;
            margin-right: 4px;
        }

        .city-item :nth-child(2) {
            margin-right: 2px;
        }

        .city-item :nth-child(3) {
        }

        .city-item :nth-child(5) {
            margin-left: 21px;
            font-size: 12px;
            line-height: 16px;
        }

    .vocation {
    }

    .vocation-frame {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .vocation-imgframe {
        width: 550px;
        margin: auto;
        margin-bottom: 15px;
    }

    .vocation-img {
        width: 240px;
        height: 140px;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 12px;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    }

    .vocation-type {
        width: 520px;
        margin: auto;
    }

    .vocation-item {
        width: 90px;
        line-height: 48px;
        margin: 0px 10px 15px 10px;
        border-radius: 5px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    }

    .solution {
    }

    .solution-frame {
        padding-top: 10px;
        width: 555px;
    }

    .solution-item {
        width: 260px;
        height: 150px;
        border-radius: 6px;
        box-shadow: 1px 1px 4px 0px rgba(30,130,255,0.5);
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 18px;
        padding: 6px 6px 6px 4px;
    }

    .solution-sub {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .solution-txt {
        font-size: 14px;
        text-indent: 28px;
    }

    .solution-enter {
        padding-top: 10px;
    }

        .solution-enter a {
            font-size: 16px;
            border-radius: 5px;
            padding: 6px 35px 5px 35px;
            margin-left: 15px;
            margin-right: 15px;
            box-shadow: 2px 2px 6px 0px rgba(255, 32, 128, 0.3);
        }

            .solution-enter a:hover {
            }

            .solution-enter a span {
                font-size: 14px;
            }

    .entrance {
        padding-top: 15px;
        padding-bottom: 12px;
        font-size: 15px;
        margin-top: 35px;
    }

    .entrance-frame {
        width: 540px;
    }

    .entrance-sub {
        margin-bottom: 10px;
    }

    .entrance-go {
        margin-bottom: 5px;
    }

        .entrance-go a {
            margin-left: 10px;
        }

            .entrance-go a:hover {
            }

    .entrance-txt {
        padding-top: 12px;
        margin-top: 12px;
    }

        .entrance-txt div {
            margin-bottom: 5px;
            line-height: 22px;
        }

            .entrance-txt div:before {
            }

    .ending {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ending-frame {
        width: 95%;
        max-width: 650px;
        margin: auto;
    }

    .ending-relation {
        font-size: 14px;
    }

    .ending-list {
        margin-bottom: 5px;
        line-height: 22px;
    }

        .ending-list span {
        }

        .ending-list a {
            margin-left: 15px;
        }
}


/* 响应式 屏幕分辨率 360~575 */
@media screen and (min-width: 360px ) and (max-width: 575px) {

    /*swiper banner start*/
    .swiper-container {
        height: 500px;
    }

    .swiper-slide {
        font-size: 30px;
    }

    .swiper-banner {
    }

    .cover-banner-button::after {
        font-size: 24px !important;
    }

    /*swiper mid*/

    .swiper-title {
        width: 320px;
        margin-top: 220px;
    }

        .swiper-title h2 {
            font-size: 22px;
            text-shadow: 2px 2px 1px #ff2080, -2px -2px 1px #50a0ff;
        }

        .swiper-title h4 {
            margin-top: 10px;
            font-size: 16px;
            width: 90%;
            margin: auto;
            margin-top: 10px;
        }


    .swiper-bg1 {
        background-image: url(../../../img/image/bgp-14.jpg);
        /**/
    }

    .swiper-bg2 {
        background-image: url(../../../img/image/bgp-20.jpg);
        /**/
    }

    /*swiper banner end*/

    .cover {
    }

    .cover-bannerdot {
        bottom: 35px !important;
    }

    .cover-keywords {
        top: 478px;
        height: 50px;
    }

    .cover-keyword {
        box-shadow: 1px 1px 4px 0px rgba(0,100,200,0.3);
        border: none;
        max-width: 110px;
        width: 22%;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 16px;
        font-weight: normal;
        line-height: 44px;
        border-radius: 3px;
    }

    .cover-guide {
        margin-top: 20px;
    }

    .cover-guide-go {
        height: 135px;
        padding-top: 15px;
    }

    .cover-guide-title {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        margin: auto;
    }

        .cover-guide-title h2 {
            font-size: 20px;
            line-height: 55px;
        }

    .cover-guidebutton {
        font-size: 15px;
        width: 165px;
        margin-left: 3px;
        margin-right: 5px;
        letter-spacing: -0.5px;
        border-radius: 5px;
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    }

        .cover-guidebutton a {
            padding-top: 3px;
            padding-bottom: 3px;
        }

        .cover-guidebutton span {
            display: block;
            font-size: 14px;
            font-weight: lighter;
        }

    .cover-guide-detail {
        width: 100%;
        margin-top: 10px;
        padding-top: 15px;
    }

    .cover-guide-labels {
        width: 100%;
        max-width: 540px;
    }

    .cover-guide-label {
        box-shadow: 2px 2px 4px 0px rgba(50,100,150,0.15), -2px -2px 4px 0px rgba(255,255,255,1);
        width: 47%;
        max-width: 190px;
        height: 70px;
        margin-bottom: 12px;
        margin-left: 3px;
        margin-right: 3px;
        padding: 6px 3px 3px 3px;
        border-radius: 4px;
    }

        .cover-guide-label:hover {
            box-shadow: 2px 2px 4px 0px rgba(50,100,150,0.3), -2px -2px 4px 0px rgba(255,255,255,1);
        }

        .cover-guide-label img {
            width: 33px;
            margin-left: 1px;
            margin-right: 2px;
            margin-top: 8px;
            border-radius: 4px;
        }

    .cover-guide-sub {
        height: 60px;
        width: 75%;
        max-width: 135px;
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0px;
        white-space: normal;
    }

        .cover-guide-sub span {
            font-size: 15px;
            line-height: 1.4;
            margin-bottom: 3px;
            letter-spacing: normal;
        }

    .intro {
        margin-bottom: 25px;
    }

    .intro-title {
        font-size: 20px;
        line-height: 50px;
        padding-top: 25px;
        padding-bottom: 5px;
    }

    .intro-main {
    }

    .intro-frame {
        border-radius: 10px;
        width: 49%;
        min-width: 150px;
        margin-right: 0px;
        /*box-shadow: 1px 1px 8px 0px rgba(20,40,60,0.2);*/
    }

    .intro-frame-bg {
        background-size: contain; /*注意*/
        width: 100%;
        height: 115px;
    }

    .intro-frame-sub {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .intro-sub-a {
        display: none; /*小屏幕不显示*/
    }

    .intro-sub-b {
        display: none; /*小屏幕不显示*/
    }

    .intro-sub-c {
        font-size: 15px;
        line-height: 20px;
        display: block;
    }

    .intro-sub-d {
        font-size: 15px;
        line-height: 20px;
        display: block;
    }

    .intro-banner {
        height: 160px;
        padding-top: 40px;
    }

    .intro-bgf {
        height: 100px;
        padding-top: 15px;
    }

    .intro-slogan {
        text-shadow: 2px 2px 1px #ff80d0, -2px -2px 1px #aad0ff;
        width: 165px;
        font-size: 22px;
        font-weight: bold;
    }

    .intro-img {
        margin-top: -35px;
        height: 185px;
    }

        .intro-img img {
            margin-top: -15px;
        }

    /* unit start */
    .unit {
        margin-bottom: 25px;
        padding-top: 10px;
    }

        .unit h2 {
            font-size: 20px;
            padding-bottom: 10px;
        }

    .unit-intro {
        font-size: 15px;
        line-height: 20px;
        max-width: 350px;
        margin: auto;
        margin-bottom: 5px;
    }

        .unit-intro a {
            margin-left: 10px;
        }
    /* unit end */

    .cosplay {
    }

    .cosplay-frame {
    }

    .cosplay-imgframe {
        width: 100%;
        max-width: 410px;
        padding-top: 15px;
    }

    .cosplay-img {
        width: 44%;
        max-width: 185px;
        height: 120px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 10px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .movie {
    }

    .movie-frame {
        padding-top: 15px;
        padding-bottom: 10px;
    }

        .movie-frame h3 {
            font-size: 16px;
        }

    .movie-cont {
        margin-top: 10px;
    }

    .movie-v {
        width: 47%;
        max-width: 200px;
        margin: 0 4px 10px 4px;
    }

    .movie-cont > .movie-v:first-child {
        display: block;
        margin: auto;
        margin-bottom: 10px;
        width: 85%;
        max-width: 360px;
    }

    .movie-cont > .movie-v:last-child {
        display: none;
    }

    .movie-v video {
        width: 100%;
        border-radius: 5px;
    }

        .movie-v video:hover {
            box-shadow: 2px 2px 8px 0px rgba(255,255,255,0.3);
        }

    .movie-tip {
        display: none;
    }

    .maiden {
    }

    .maiden-frame {
        padding-top: 15px;
    }

    .maiden-subframe {
        display: block;
        width: 280px;
        height: 38px;
        margin: auto;
        margin-top: 0px;
        border-radius: 5px;
        padding-top: 2px;
        margin-bottom: 10px;
        background: none;
    }

    .maiden-subtxt {
        display: none;
    }

    .maiden-keyword-a {
        border-radius: 3px;
        width: 55px;
        height: 30px;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 30px;
        padding-right: 0px;
        margin: 2px 4px 2px 4px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    }

    .maiden-keyword-b {
        border-radius: 3px;
        width: 55px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        margin: 2px 4px 2px 4px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    }

    .maiden-imgframe {
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 0px;
        width: 100%;
    }

    .maiden-img {
        display: inline-block;
        width: 45%;
        height: 160px;
        margin-left: 0px;
        margin: 5px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

        .maiden-img:nth-child(1) {
            background-image: url(../../../img/image/art-18.jpg) !important;
        }

        .maiden-img:nth-child(2) {
            background-image: url(../../../img/image/art-13.jpg) !important;
        }

    .activity {
    }

    .activity-frame {
        height: auto;
        padding-bottom: 25px;
        padding-top: 15px;
        background-image: none;
        background-attachment: unset;
        background-size: 320%;
        background-position: 50% 30%;
    }

    .activity-cont {
        margin: auto;
        width: 100%;
        border-radius: 10px;
    }

    .activity-type {
        padding-top: 5px;
    }

    .activity-example {
        background: rgba(255,255,255,1);
        color: #808080;
        width: 110px;
        height: 78px;
        border-radius: 5px;
        font-size: 14px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 8px;
        padding-top: 5px;
        padding-left: 1px;
        padding-right: 1px;
        vertical-align: bottom;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
    }

        .activity-example h5 {
            font-size: 15px;
            line-height: 28px;
        }

    .activity-list {
        background: rgba(255,255,255,1);
        width: 300px;
        height: 125px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
        border-radius: 5px;
        padding-top: 10px;
        padding-left: 10px;
    }

        .activity-list a {
            margin-bottom: 8px;
            line-height: 18px;
            font-size: 14px;
        }

            .activity-list a:hover {
            }

            .activity-list a span {
                font-size: 12px;
            }

    .city {
    }

    .city-frame {
        padding-top: 10px;
        background-attachment: unset;
        background-size: cover;
        background-position: 50% 30%;
        background-image: none;
    }

    .city-map {
        width: 100%;
        max-width: 415px;
        height: 255px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-size: 110%;
        background-image: url(../../../img/image/img-12.png);
    }

    .city-list {
        width: 100%;
        max-width: 365px;
        margin: auto;
        height: auto;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .city-sub {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .city-item {
        width: 115px;
        line-height: 20px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
        font-size: 14px;
        padding: 3px 0px 2px 3px;
        margin: 0px 0px 6px 1px;
    }

        .city-item :nth-child(1) {
            width: 17px;
            line-height: 17px;
            font-size: 12px;
            margin-right: 3px;
            letter-spacing: -0.5px;
        }

        .city-item :nth-child(2) {
            margin-right: 2px;
        }

        .city-item :nth-child(3) {
        }

        .city-item :nth-child(5) {
            margin-left: 20px;
            font-size: 12px;
            line-height: 16px;
        }

    .vocation {
    }

    .vocation-frame {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .vocation-imgframe {
        width: 100%;
        margin: auto;
        margin-bottom: 5px;
    }

    .vocation-img {
        width: 45%;
        height: 120px;
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 8px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .vocation-type {
        width: 100%;
        margin: auto;
    }

    .vocation-item {
        width: 75px;
        line-height: 40px;
        margin: 0px 3px 10px 3px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
        font-size: 14px;
    }

    .solution {
    }

    .solution-frame {
        padding-top: 10px;
        width: 100%;
        max-width: 400px;
    }

    .solution-item {
        width: 47%;
        height: 160px;
        border-radius: 6px;
        box-shadow: 1px 1px 4px 0px rgba(30,130,255,0.5);
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 14px;
        padding: 8px 6px 6px 4px;
        letter-spacing: -0.5px;
    }

    .solution-sub {
        font-size: 15px;
        padding-bottom: 2px;
    }

    .solution-txt {
        font-size: 14px;
        text-indent: 26px;
        max-height: 126px;
        overflow-y: scroll;
    }

    .solution-enter {
        padding-top: 10px;
    }

        .solution-enter a {
            font-size: 15px;
            border-radius: 5px;
            padding: 5px 15px 3px 15px;
            margin-left: 6px;
            margin-right: 6px;
            box-shadow: 1px 1px 3px 0px rgba(255, 32, 128, 0.5);
        }

            .solution-enter a:hover {
            }

            .solution-enter a span {
                font-size: 14px;
            }

    .entrance {
        padding-top: 10px;
        padding-bottom: 8px;
        font-size: 14px;
        margin-top: 30px;
    }

    .entrance-frame {
        width: 90%;
    }

    .entrance-sub {
        margin-bottom: 6px;
    }

    .entrance-go {
        margin-bottom: 4px;
    }

        .entrance-go a {
            margin-left: 10px;
        }

            .entrance-go a:hover {
            }

    .entrance-txt {
        padding-top: 10px;
        margin-top: 10px;
    }

        .entrance-txt div {
            margin-bottom: 5px;
            line-height: 20px;
        }

            .entrance-txt div:before {
            }

    .ending {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .ending-frame {
        width: 96%;
        margin: auto;
    }

    .ending-relation {
        font-size: 14px;
    }

    .ending-list {
        margin-bottom: 4px;
        line-height: 20px;
    }

        .ending-list span {
        }

        .ending-list a {
            margin-left: 12px;
        }
}


/* 响应式 屏幕分辨率 ~359 */
@media screen and (max-width: 359px) {

    /*swiper banner start*/
    .swiper-container {
        height: 440px;
    }

    .swiper-slide {
        font-size: 26px;
    }

    .swiper-banner {
    }

    .cover-banner-button::after {
        font-size: 24px !important;
    }

    /*swiper mid*/

    .swiper-title {
        width: 300px;
        margin-top: 200px;
    }

        .swiper-title h2 {
            font-size: 20px;
            text-shadow: 2px 2px 1px #ff2080, -2px -2px 1px #50a0ff;
        }

        .swiper-title h4 {
            margin-top: 10px;
            font-size: 15px;
            width: 90%;
            margin: auto;
            margin-top: 10px;
        }

    .swiper-bg1 {
        background-image: url(../../../img/image/bgp-14.jpg);
        /**/
    }

    .swiper-bg2 {
        background-image: url(../../../img/image/bgp-20.jpg);
        /**/
    }

    /*swiper banner end*/

    .cover {
    }

    .cover-bannerdot {
        bottom: 35px !important;
    }

    .cover-keywords {
        top: 418px;
        height: 40px;
    }

    .cover-keyword {
        box-shadow: 1px 1px 4px 0px rgba(0,100,200,0.3);
        border: none;
        max-width: 110px;
        width: 22%;
        margin-left: 2px;
        margin-right: 2px;
        font-size: 15px;
        font-weight: normal;
        line-height: 38px;
        border-radius: 3px;
    }

    .cover-guide {
        margin-top: 20px;
    }

    .cover-guide-go {
        height: 125px;
        padding-top: 15px;
    }

    .cover-guide-title {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        margin: auto;
    }

        .cover-guide-title h2 {
            font-size: 18px;
            line-height: 50px;
        }

    .cover-guidebutton {
        font-size: 15px;
        width: 135px;
        margin-left: 3px;
        margin-right: 5px;
        letter-spacing: 0;
        border-radius: 5px;
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    }

        .cover-guidebutton a {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .cover-guidebutton span {
            display: none;
        }

    .cover-guide-detail {
        width: 100%;
        margin-top: 10px;
        padding-top: 15px;
    }

    .cover-guide-labels {
        width: 100%;
        max-width: 350px;
    }

    .cover-guide-label {
        box-shadow: 2px 2px 4px 0px rgba(50,100,150,0.15), -2px -2px 4px 0px rgba(255,255,255,1);
        width: 47%;
        max-width: 170px;
        height: 70px;
        margin-bottom: 10px;
        margin-left: 3px;
        margin-right: 3px;
        padding: 6px 3px 3px 3px;
        border-radius: 4px;
    }

        .cover-guide-label:hover {
            box-shadow: 2px 2px 4px 0px rgba(50,100,150,0.3), -2px -2px 4px 0px rgba(255,255,255,1);
        }

        .cover-guide-label img {
            display: none;
        }

    .cover-guide-sub {
        height: 60px;
        width: 75%;
        max-width: 135px;
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0px;
        white-space: normal;
    }

        .cover-guide-sub span {
            font-size: 15px;
            line-height: 1.4;
            margin-bottom: 3px;
            letter-spacing: normal;
        }

    .intro {
        margin-bottom: 20px;
    }

    .intro-title {
        font-size: 18px;
        line-height: 45px;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .intro-main {
    }

    .intro-frame {
        border-radius: 10px;
        width: 49%;
        min-width: 150px;
        margin-right: 0px;
        /*box-shadow: 1px 1px 8px 0px rgba(20,40,60,0.2);*/
    }

    .intro-frame-bg {
        background-size: contain; /*注意*/
        width: 100%;
        height: 110px;
    }

    .intro-frame-sub {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .intro-sub-a {
        display: none; /*小屏幕不显示*/
    }

    .intro-sub-b {
        display: none; /*小屏幕不显示*/
    }

    .intro-sub-c {
        font-size: 15px;
        line-height: 20px;
        display: block;
    }

    .intro-sub-d {
        font-size: 15px;
        line-height: 20px;
        display: block;
    }

    .intro-banner {
        height: 140px;
        padding-top: 35px;
    }

    .intro-bgf {
        height: 80px;
        padding-top: 10px;
    }

    .intro-slogan {
        text-shadow: 2px 2px 1px #ff80d0, -2px -2px 1px #aad0ff;
        width: 155px;
        font-size: 20px;
        font-weight: bold;
    }

    .intro-img {
        margin-top: -35px;
        height: 160px;
    }

        .intro-img img {
            margin-top: -14px;
        }

    /* unit start */
    .unit {
        margin-bottom: 25px;
        padding-top: 5px;
    }

        .unit h2 {
            font-size: 18px;
            padding-bottom: 8px;
        }

    .unit-intro {
        font-size: 14px;
        line-height: 20px;
        max-width: 310px;
        margin: auto;
        margin-bottom: 5px;
    }

        .unit-intro a {
            margin-left: 10px;
        }
    /* unit end */

    .cosplay {
    }

    .cosplay-frame {
    }

    .cosplay-imgframe {
        width: 100%;
        max-width: 340px;
        padding-top: 12px;
    }

    .cosplay-img {
        width: 44%;
        max-width: 185px;
        height: 100px;
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 8px;
        border-radius: 8px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .movie {
    }

    .movie-frame {
        padding-top: 10px;
        padding-bottom: 5px;
    }

        .movie-frame h3 {
            font-size: 16px;
        }

    .movie-cont {
        margin-top: 10px;
    }

    .movie-v {
        width: 47%;
        max-width: 200px;
        margin: 0 2px 10px 2px;
    }

    .movie-cont > .movie-v:first-child {
        display: block;
        margin: auto;
        margin-bottom: 10px;
        width: 85%;
        max-width: 300px;
    }

    .movie-cont > .movie-v:last-child {
        display: none;
    }

    .movie-v video {
        width: 100%;
        border-radius: 5px;
    }

        .movie-v video:hover {
            box-shadow: 2px 2px 8px 0px rgba(255,255,255,0.3);
        }

    .movie-tip {
        display: none;
    }

    .maiden {
    }

    .maiden-frame {
        padding-top: 12px;
    }

    .maiden-subframe {
        display: block;
        width: 280px;
        height: 38px;
        margin: auto;
        margin-top: 0px;
        border-radius: 5px;
        padding-top: 2px;
        margin-bottom: 5px;
        background: none;
    }

    .maiden-subtxt {
        display: none;
    }

    .maiden-keyword-a {
        border-radius: 3px;
        width: 55px;
        height: 30px;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 30px;
        padding-right: 0px;
        margin: 2px 4px 2px 4px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    }

    .maiden-keyword-b {
        border-radius: 3px;
        width: 55px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        margin: 2px 4px 2px 4px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    }

    .maiden-imgframe {
        display: inline-block;
        margin-bottom: 8px;
        margin-left: 0px;
        width: 100%;
    }

    .maiden-img {
        display: inline-block;
        width: 46%;
        height: 140px;
        margin-left: 0px;
        margin: 4px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

        .maiden-img:nth-child(1) {
            background-image: url(../../../img/image/art-18.jpg) !important;
        }

        .maiden-img:nth-child(2) {
            background-image: url(../../../img/image/art-13.jpg) !important;
        }

    .activity {
    }

    .activity-frame {
        height: auto;
        padding-bottom: 20px;
        padding-top: 12px;
        background-image: none;
        background-attachment: unset;
        background-size: 330%;
        background-position: 50% 30%;
    }

    .activity-cont {
        margin: auto;
        width: 100%;
        border-radius: 10px;
    }

    .activity-type {
        padding-top: 5px;
    }

    .activity-example {
        background: rgba(255,255,255,1);
        color: #808080;
        width: 98px;
        height: 66px;
        border-radius: 5px;
        font-size: 12px;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 8px;
        padding-top: 5px;
        padding-left: 1px;
        padding-right: 1px;
        vertical-align: bottom;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
    }

        .activity-example h5 {
            font-size: 14px;
            line-height: 24px;
        }

    .activity-list {
        background: rgba(255,255,255,1);
        width: 280px;
        height: 125px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
        border-radius: 5px;
        padding-top: 10px;
        padding-left: 10px;
    }

        .activity-list a {
            margin-bottom: 8px;
            line-height: 18px;
            font-size: 14px;
        }

            .activity-list a:hover {
            }

            .activity-list a span {
                font-size: 12px;
            }

    .city {
    }

    .city-frame {
        padding-top: 10px;
        background-attachment: unset;
        background-size: cover;
        background-position: 55% 30%;
        background-image: none;
    }

    .city-map {
        width: 100%;
        height: 210px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-size: 110%;
        background-image: url(../../../img/image/img-12.png);
    }

    .city-list {
        width: 100%;
        max-width: 302px;
        margin: auto;
        height: auto;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .city-sub {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .city-item {
        width: 96px;
        line-height: 18px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
        font-size: 14px;
        padding: 3px 0px 4px 3px;
        margin: 0px 0px 6px 1px;
    }

        .city-item :nth-child(1) {
            width: 16px;
            line-height: 16px;
            font-size: 12px;
            margin-right: 3px;
            letter-spacing: -0.5px;
        }

        .city-item :nth-child(2) {
            margin-right: 2px;
        }

        .city-item :nth-child(3) {
        }

        .city-item :nth-child(5) {
            display: none;
            margin-left: 20px;
            font-size: 12px;
            line-height: 14px;
        }

    .vocation {
    }

    .vocation-frame {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .vocation-imgframe {
        width: 100%;
        margin: auto;
        margin-bottom: 5px;
    }

    .vocation-img {
        width: 46%;
        height: 120px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 6px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .vocation-type {
        width: 100%;
        margin: auto;
    }

    .vocation-item {
        width: 68px;
        line-height: 40px;
        margin: 0px 2px 8px 2px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
        font-size: 14px;
    }

    .solution {
    }

    .solution-frame {
        padding-top: 10px;
        width: 100%;
        max-width: 400px;
    }

    .solution-item {
        width: 47%;
        height: 160px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px 0px rgba(30,130,255,0.5);
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 14px;
        padding: 6px 6px 6px 4px;
        letter-spacing: -0.5px;
    }

    .solution-sub {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .solution-txt {
        font-size: 13px;
        text-indent: 26px;
        max-height: 125px;
        overflow-y: scroll;
    }

    .solution-enter {
        padding-top: 10px;
    }

        .solution-enter a {
            font-size: 15px;
            border-radius: 5px;
            padding: 5px 10px 3px 10px;
            margin-left: 3px;
            margin-right: 3px;
            box-shadow: 1px 1px 3px 0px rgba(255, 32, 128, 0.5);
        }

            .solution-enter a:hover {
            }

            .solution-enter a span {
                font-size: 14px;
            }

    .entrance {
        padding-top: 10px;
        padding-bottom: 8px;
        font-size: 14px;
        margin-top: 30px;
    }

    .entrance-frame {
        width: 95%;
    }

    .entrance-sub {
        margin-bottom: 6px;
    }

    .entrance-go {
        margin-bottom: 4px;
    }

        .entrance-go a {
            margin-left: 4px;
        }

            .entrance-go a:hover {
            }

    .entrance-txt {
        padding-top: 10px;
        margin-top: 10px;
    }

        .entrance-txt div {
            margin-bottom: 5px;
            line-height: 20px;
        }

            .entrance-txt div:before {
            }

    .ending {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .ending-frame {
        width: 96%;
        margin: auto;
    }

    .ending-relation {
        font-size: 14px;
    }

    .ending-list {
        margin-bottom: 4px;
        line-height: 20px;
    }

        .ending-list span {
        }

        .ending-list a {
            margin-left: 12px;
        }
}

/* animation Start */

#cover_img01 {
    animation: cover_img01 6s infinite;
}

#cover_img02 {
    animation: cover_img02 6s infinite;
}

#cover_img03 {
    animation: cover_img03 6s infinite;
}

#cover_img04 {
    animation: cover_img04 6s infinite;
}

#cover_img05 {
    animation: cover_img05 6s infinite;
}

#cover_img06 {
    animation: cover_img06 6s infinite;
}

#cover_img07 {
    animation: cover_img07 6s infinite;
}

#cover_img08 {
    animation: cover_img08 6s infinite;
}


@keyframes cover_img01 {
    0% {
        opacity: 100%;
        transform: rotate(0deg);
    }

    10% {
        opacity: 50%;
        transform: rotate(15deg);
    }

    20% {
        opacity: 100%;
        transform: rotate(0deg);
    }
}

@keyframes cover_img02 {
    10% {
        opacity: 100%;
        transform: rotate(0deg);
    }

    20% {
        opacity: 50%;
        transform: rotate(15deg);
    }

    30% {
        opacity: 100%;
        transform: rotate(0deg);
    }
}

@keyframes cover_img03 {
    20% {
        opacity: 100%;
        transform: rotate(0deg);
    }

    30% {
        opacity: 50%;
        transform: rotate(15deg);
    }

    40% {
        opacity: 100%;
        transform: rotate(0deg);
    }
}

@keyframes cover_img04 {
    30% {
        opacity: 100%;
        transform: rotate(0deg);
    }

    40% {
        opacity: 50%;
        transform: rotate(15deg);
    }

    50% {
        opacity: 100%;
        transform: rotate(0deg);
    }
}

@keyframes cover_img05 {
    40% {
        opacity: 100%;
        transform: rotate(0deg);
    }

    50% {
        opacity: 50%;
        transform: rotate(15deg);
    }

    60% {
        opacity: 100%;
        transform: rotate(0deg);
    }
}

@keyframes cover_img06 {
    50% {
        opacity: 100%;
        transform: rotate(0deg);
    }

    60% {
        opacity: 50%;
        transform: rotate(15deg);
    }

    70% {
        opacity: 100%;
        transform: rotate(0deg);
    }
}

@keyframes cover_img07 {
    60% {
        opacity: 100%;
        transform: rotate(0deg);
    }

    70% {
        opacity: 50%;
        transform: rotate(15deg);
    }

    80% {
        opacity: 100%;
        transform: rotate(0deg);
    }
}

@keyframes cover_img08 {
    70% {
        opacity: 100%;
        transform: rotate(0deg);
    }

    80% {
        opacity: 50%;
        transform: rotate(15deg);
    }

    90% {
        opacity: 100%;
        transform: rotate(0deg);
    }
}

/* animation End */


/*Native development by NJVD*/
