html,
body {
    /* 禁止长按链接与图片弹出菜单 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

    html,
    body {
        height: 100%;
    }
}

dl,
ol,
ul {
    padding: 0;
    list-style: none;
}

button:focus {
    border: none !important;
    outline: none !important;
}


#shadow-box {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

#shadow-box {
    background: rgba(0, 0, 0, 0.8);
}

#shadow-box p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.loading-b:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url(../imgs/loading-b.gif) no-repeat center;
}

/*两行溢出 手机端使用*/

.two-txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con {
    padding-top: 90px;
}

@media screen and (max-width:992px) {
    .con {
        padding-top: 72px;
    }
}

@media screen and (max-width:768px) {
    .con {
        height: 100%;
        padding: 0;
    }
}

.con .nav-bg {
    background: url("../imgs/nav-bg.png") repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.con .navbar-dark {
    padding: .375rem 1rem .125rem;
}

.navbar-toggler.close-btn {
    display: none;
}

.con .navbar-dark .navbar-brand {
    padding: 0;
    margin-right: 0;
}

.con .navbar-dark .navbar-brand img {
    width: 4rem;
    height: 4rem
}

.con .navbar-dark .navbar-nav .active .nav-link {
    color: #d8ac50
}

.con .navbar-dark .navbar-nav .nav-link {
    font-family: 'Noto Sans CJK JP';
    color: #fff;
}

.con .navbar-dark .navbar-nav .nav-link.show,
.con .navbar-dark .navbar-nav .nav-link:hover {
    color: #d8ac50
}

.con .navbar-dark .navbar-nav .nav-link .nav-third-icon {
    padding: 1rem .21875rem 0;
}

.con .navbar-dark .navbar-nav .nav-link .nav-third-icon img {
    width: 2.8125rem
}

.con .navbar-dark .collapse.show {
    padding-left: 1rem;
    background: rgba(66, 50, 23, 0.5)
}

.con .top-banner {
    position: relative;
    height: 63rem;
    background: url("../imgs/top-bg.jpg?201901081230") no-repeat 45% center;
    background-size: cover;
}

.con .top-banner .banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 910px;
    padding-bottom: 20%;
    padding-right: 2%;
}

.con .top-banner .banner .logo-title {
    width: 18rem;
    height: 9rem;
    background: url("../imgs/logo-title.png") no-repeat;
    background-size: 18rem 9rem;
    background: none;
}

.con .top-banner .banner .play {
    position: absolute;
    top: 25rem;
    right: 5rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background: url("../imgs/play.png") no-repeat;
    background-size: 4rem 4rem
}

.con .top-banner .banner .desc {
    display: none;
    width: 10rem;
    height: 3rem;
    margin-right: 4.5rem;
    margin-bottom: 1rem;
    background: url("../imgs/banner-desc.png") no-repeat;
    background-size: 10rem 3rem
}

.con .top-banner .banner .download {
    display: flex;
}

.con .top-banner .banner .download .app-store,
.con .top-banner .banner .download .google-play {
    display: block;
    width: 9rem;
    height: 3rem;
    background: url("../imgs/AppStore.png") no-repeat;
    background-size: 9rem 3rem
}

.con .top-banner .banner .download .google-play {
    margin-left: 23px;
    background: url("../imgs/Google.png") no-repeat;
    background-size: 9rem 3rem
}

.con .top-banner .banner .download .app-store,
.con .top-banner .banner .download .google-play {
    width: 312px;
    height: 92px;
    background-size: contain;
}

.con .top-banner .banner .download .google-play {
    background-size: contain;
}

.con .before-login {
    position: fixed;
    left: 50%;
    bottom: 15px;
    z-index: 2;
    width: 572px;
    height: 5rem;
    background: url("../imgs/before-login.png?20181012") no-repeat center top;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.con .before-login a {
    display: block;
    width: 100%;
    height: 100%
}



.con .top-news,
.con .appointment,
.con .character,
.con .system {
    width: 100%;
    height: 100%;
    background: url("../imgs/newstwitter.png") no-repeat center top 106px, url("../imgs/common.jpg") no-repeat center top;
    background-size: 1177px 760px, cover;
}

.con .top-news .section-title,
.con .appointment .section-title,
.con .character .section-title,
.con .system .section-title {
    max-width: 1200px;
    padding-top: 68px;
    margin: 0 auto;
}

.con .top-news .section-title .title,
.con .appointment .section-title .title,
.con .character .section-title .title,
.con .system .section-title .title {
    width: 100%;
    height: 57px;
    margin: 0;
    background: url("../imgs/news-title.png") no-repeat center top;
    background-size: contain
}

.con .top-news .content,
.con .appointment .content,
.con .character .content,
.con .system .content {
    padding: 34px 0 0 300px;
}

.con .appointment .content {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
}

/* .con .top-news .content a,
.con .appointment .content a,
.con .character .content a,
.con .system .content a {
    display: inline-block;
    width: 200px;
    height: 119px;
    margin-right: 23px;
    background: url("../imgs/twitter-login.png") no-repeat;
    background-size: contain;
} */

.con .top-news .content a.email,
.con .appointment .content a.email,
.con .character .content a.email,
.con .system .content a.email {
    background-image: url("../imgs/email-login.png")
}

.con .top-news .content a.line,
.con .appointment .content a.line,
.con .character .content a.line,
.con .system .content a.line {
    background-image: url("../imgs/line-login.png")
}

.con .top-news .content a.google-play,
.con .appointment .content a.google-play,
.con .character .content a.google-play,
.con .system .content a.google-play {
    background-image: url("../imgs/goole-play-login.png")
}

.con .appointment .content a.google-play {
    display: none;
}

.con .appointment {
    background: url("../imgs/appointment.jpg?20181019") no-repeat center top 2px, url("../imgs/common.jpg") no-repeat center top;
    background-size: 1196px 1448px, cover;
}

.con .before-login .content,
.con .appointment .section-notice {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 1000px 90px 0 90px;
}

.con .appointment .section-notice .desc-box {
    width: 1017px;
    height: 270px;
    padding: 25px;
    background: url(../imgs/aptxt-bg.jpg?20181019) no-repeat center;
    background-size: cover;
}

.con .appointment .section-notice .desc {
    /* overflow: scroll; */
    font-size: 18px;
    line-height: 36px;
    height: 100%;
}

.con .appointment .section-notice .desc .title {
    display: block;
    width: 150px;
    height: 50px;
    margin-bottom: 5px;
    background: url(../imgs/notice-title.png) no-repeat center;
    background-size: cover;
}

.con .appointment .section-notice .desc h4 {
    font-size: 18px;
}

/* 弹窗滚动条样式 */
.mCSB_scrollTools {
    display: block;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background: #cdb889 !important;
    border-radius: 5px;
}

.con .top-news .section-title .title {
    width: 100%;
    height: 42px;
    background: url("../imgs/news-title.png") no-repeat center top;
    background-size: 1070px 42px
}

.con .top-news .section-title .content {
    display: flex;
    justify-content: space-between;
    padding-top: 112px;
    padding-left: 56px;
}

.con .top-news .section-title .content .left {
    position: relative;
    width: 756px;
    height: 539px;
    margin-top: 50px;
    margin-left: 6px;
    padding: 27px 34px 30px 18px;
    border: 2px solid #b0a280;
    background-color: #35332f;
}

.con .top-news .section-title .content .left .item {
    margin-top: 5px;
}

.con .top-news .section-title .content .left .item span {
    font-size: 18px;
    color: #ffe7b0;
    line-height: 25px;
}

.con .top-news .section-title .content .left .item span.tag {
    display: inline-block;
    height: 18px;
    padding: 0 15px;
    margin-left: 8px;
    line-height: 18px;
    font-size: 18px;
    color: #000;
    background-color: #ffe7b0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.con .top-news .section-title .content .left .more {
    margin-top: 40px;
    text-align: right;
}

.con .top-news .section-title .content .left .more .news-more {
    position: absolute;
    right: 34px;
    bottom: 25px;
    display: inline-block;
    font-size: 21px;
    color: #ffe7b0;
    background: none;
}

.con .top-news .section-title .content .left .more .news-more:hover {
    text-decoration: none
}

.con .top-news .section-title .content .left .desc {
    font-size: 18px;
    color: #ffe7b0;
    line-height: 25px
}

.con .top-news .section-title .content .left .divided-line {
    width: 396px;
    height: 1px;
    margin-top: 23px;
    background-color: #ffe7b0
}

.con .top-news .section-title .content .right {
    width: 320px;
    height: 604px;
    margin-top: -15px;
    padding-top: 12px;
    padding-left: 8px;
    margin-right: 54px;
    border: 2px solid #b0a280;
    background-color: #29292b;
    padding: 12px 8px;
}

.con .top-news .section-title .content .right a {
    display: inline-block;
    width: 320px;
    height: 604px;
    color: #ffe7b0;
    background: none;
    height: 520px;
    width: 100%;
}

.con .top-news .section-title .content .right p {
    padding-top: 8px;
    font-size: 21px;
    color: #ffe7b0;
    text-align: right;
}

.con .top-news .section-title .content .right p>a {
    width: 100%;
    height: auto;
}

.con .top-news .section-title .content .right .twitter-box {
    height: 520px;
}

@media screen and (max-width:768px) {
    .con .top-news .section-title {
        position: relative;
    }

    .con .top-news .section-title .content {
        padding: 128px 77px;
    }

    .con .top-news .section-title .content .left {
        width: 100%;
        height: 655px;
        padding: 36px 50px;
        margin: 27px 0;
    }

    .con .top-news .section-title .content .left .more .news-more {
        position: absolute;
        right: auto;
        bottom: auto;
        top: 750px;
        left: 50%;
        display: block;
        width: 197px;
        height: 60px;
        margin-left: -98px;
        font-size: 0;
        z-index: 10;
        background: url("../imgs/mb-imgs/more-btn.png") no-repeat center top;
    }

    .con .top-news .section-title .content .right {
        position: absolute;
        top: 1100px;
        left: 50%;
        display: block;
        width: 690px;
        height: 699px;
        padding: 77px 50px 50px 44px;
        margin: 0 0 0 -345px;
        border: none;
        background: url("../imgs/mb-imgs/twitter-bg.png") no-repeat center top;
    }

    .con .top-news .section-title .content .right iframe {
        display: inline-block;
        width: 100% !important;
        height: 100% !important;
    }

    .con .top-news .section-title .content .right .twitter-box {
        overflow-y: scroll;
        height: 100%;
    }

    .con .top-news .section-title .content .left .item {
        margin-top: 20px;
    }

    .con .top-news .section-title .content .left .item span,
    .con .top-news .section-title .content .left .desc {
        font-size: 24px;
        line-height: 36px;
    }

    .con .top-news .section-title .content .left .item span.tag {
        height: 24px;
        line-height: 24px;
        font-size: 24px;
    }

    .con .top-news .section-title .content .left .divided-line {
        width: 100%;
    }

    .con .top-news .section-title .content .right>a {
        width: 100%;
        height: 100%;
    }

    .con .top-news .section-title .content .right p {
        margin: 0;
        padding: 0;
        font-size: 0;
    }

    .con .top-news .section-title .content .right p>a {
        position: absolute;
        bottom: -60px;
        left: 50%;
        display: block;
        width: 302px;
        height: 60px;
        border: none;
        margin-left: -151px;
        z-index: 10;
        background: url("../imgs/mb-imgs/twitter-btn.png") no-repeat center top;
    }
}

.con .character,
.con .system {
    background: url("../imgs/character-bg.jpg") no-repeat center top;
    background-size: cover;
}

.con .character .content,
.con .system .content {
    padding: 0
}

.con .character .content {
    height: 891px;
}

.con .character .content .swiper-container {
    height: 100%;
}

.con .character .swiper-container .swiper-slide,
.con .system .swiper-container .swiper-slide {
    display: flex;
    /* padding-left: 80px; */
}

.con .character .swiper-container .swiper-slide .left,
.con .system .swiper-container .swiper-slide .left {
    padding-left: 80px;
    padding-top: 135px;
}

.con .character .swiper-container .swiper-slide .left {
    height: 791px;
    padding-top: 351px;
}

.con .character .swiper-container .swiper-slide .left .name,
.con .system .swiper-container .swiper-slide .left .name {
    width: 492px;
    height: 98px;
    margin-bottom: 58px;
    background: url("../imgs/name-man1.png") no-repeat;
    background-size: contain
}

.con .character .swiper-container .swiper-slide .left .name {
    display: none;
}

.con .character .swiper-container .swiper-slide .left p,
.con .system .swiper-container .swiper-slide .left p {
    padding-left: 42px;
    font-family: 'Noto Sans CJK JP';
    font-size: 24px;
    color: #fff
}

.con .character .swiper-container .swiper-slide .left p {
    width: 460px;
    ;
}

.con .character .swiper-container .swiper-slide .right,
.con .system .swiper-container .swiper-slide .right {
    padding-top: 32px;
    padding-right: 80px
}

.con .character .swiper-container .swiper-slide .right {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 1050px;
    height: 891px;
}

.con .character .swiper-container .swiper-pagination-bullets {
    width: 1200px;
    bottom: 76px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: all .3s opacity;
    -o-transition: all .3s opacity;
    transition: all .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.con .character .swiper-container .swiper-pagination-switch {
    display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 80px;
    margin: 0 12px;
    opacity: 1;
    border-radius: 0;
    background: url("../imgs/man1.png") no-repeat;
    background-size: contain;
    transition: transform 300ms;
}

.con .character .swiper-container .swiper-pagination-switch.swiper-active-switch {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transform: scale(1.25);
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    box-shadow: 0 0 16px #ffc200
}

.con .character .swiper-container .role-pagination-box {
    width: 542px;
    /* background: red; */
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -271px;
    overflow: hidden;
}

.con .character .swiper-container .role-swiper-pagination {
    left: -67px;
}

.con .character .swiper-container .swiper-button-prev,
.con .system .swiper-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    left: 10px;
    right: auto;
    width: 106px;
    height: 143px;
    background-image: url("../imgs/prev-btn.png");
    background-size: 106px 143px
}

.con .character .swiper-container .swiper-button-next,
.con .system .swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    left: auto;
    width: 106px;
    height: 143px;
    background-image: url("../imgs/next-btn.png");
    background-size: 106px 143px
}

@media screen and (min-width:992px) {

    .con .character,
    .con .system {
        min-height: 910px;
        overflow: hidden
    }

    .con .character .section-title,
    .con .system .section-title {
        padding-top: 60px;
    }

    .con .character .section-title .title,
    .con .system .section-title .title {
        height: 51px;
        background: url("../imgs/text-character.png") no-repeat center top
    }
}

@media screen and (max-width:768px) {
    .con .character {
        width: 46.875rem;
        height: 83.375rem;
        background: url("../imgs/mb-imgs/cha-bg.jpg") no-repeat center top;
        background-size: cover;
    }

    .con .top-news .section-title,
    .con .appointment .section-title,
    .con .character .section-title,
    .con .system .section-title {
        max-width: 100%;
        height: 100%;
        padding-top: 4.25rem;
    }

    .con .character .section-title {
        position: relative;
        padding-top: 0;
    }

    .con .top-news .section-title .title,
    .con .appointment .section-title .title,
    .con .character .section-title .title,
    .con .system .section-title .title {
        height: 3.5625rem;
    }

    .con .character .section-title .title {
        position: absolute;
        top: 4.25rem;
        left: 0;
        width: 100%;
        z-index: 2;
        background: url(../imgs/mb-imgs/chara-title.png) no-repeat center top;
        background-size: contain;
    }

    .con .system .section-title .title {
        background: url(../imgs/mb-imgs/system-title.png) no-repeat center top;
        background-size: contain;
    }

    .con .character .swiper-container .swiper-slide,
    .con .system .swiper-container .swiper-slide {
        /* padding: 54.375rem 1.875rem 0 1.875rem ; */
        padding: 68.125rem 1.875rem 0 1.875rem;
    }

    .con .character .swiper-container .swiper-slide .right,
    .con .system .swiper-container .swiper-slide .right {
        position: absolute;
        left: 50%;
        top: 0;
        padding: 0;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .con .character .swiper-container .swiper-slide .right {
        width: 46.875rem;
        height: 83.375rem;
    }

    .con .character .swiper-container .swiper-slide .left,
    .con .system .swiper-container .swiper-slide .left {
        position: relative;
        z-index: 2;
        padding: 0;
    }

    .con .character .swiper-container .swiper-slide .left {
        height: auto;
    }

    .con .character .content {
        height: 83.375rem;
    }

    .con .character .content .swiper-container {
        height: 100%;
    }

    .con .character .swiper-container .swiper-slide .left .name,
    .con .system .swiper-container .swiper-slide .left .name {
        width: 30.75rem;
        height: 6.125rem;
        margin: 0;
        display: none;
    }

    .con .character .swiper-container .swiper-slide .left p,
    .con .system .swiper-container .swiper-slide .left p {
        width: 100%;
        padding: 0;
        font-size: 1.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        /* IE8/9/10 hack */
        line-height: 2em\0 !important;
        height: 6em\0 !important;
        position: relative\0;
    }

    .con .character .swiper-container .swiper-slide .left p:after {
        content: '';
        font-weight: bold\0;
        position: absolute\0;
        bottom: 0\0;
        right: 5px\0;
        vertical-align: bottom\0;
        line-height: 2em\0;
    }

    .con .character .swiper-container .swiper-button-prev,
    .con .character .swiper-container .swiper-button-next {
        width: 6.625rem;
        height: 8.9375rem;
        background-size: cover;
        top: auto;
        bottom: 0;
    }

    .con .character .swiper-container .swiper-button-prev {
        left: 1.25rem;
    }

    .con .character .swiper-container .swiper-button-next {
        right: 1.25rem;
    }

    .con .character .swiper-container .swiper-pagination-bullets {
        bottom: 1.875rem;
    }

    .con .character .swiper-container .swiper-pagination-switch {
        width: 5rem;
        height: 5rem;
        margin: 0 .75rem;
    }
}

.con .system {
    background: url("../imgs/system-bg.jpg") no-repeat center top;
    background-size: cover;
}

.system-swiper-pagination {
    display: none;
}

.con .system .section-title .swiper-container .swiper-slide .right {
    display: block;
    width: 975px;
    height: 548px;
}

@media screen and (min-width:992px) {
    .con .system .section-title {
        padding-top: 60px;
    }

    .con .system .section-title .title {
        height: 48px;
        background: url("../imgs/text-system.png") no-repeat center top
    }

    .con .system .section-title .swiper-container .swiper-slide {
        padding-left: 112px;
    }

    .con .system .section-title .swiper-container .swiper-slide .right {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 975px;
        max-height: 683px;
        overflow: hidden;
        margin-top: 135px;
        padding: 0
    }
}

@media screen and (max-width:768px) {
    .con .system {
        background: url("../imgs/mb-imgs/system-bg.jpg") no-repeat center top;
        background-size: cover;
        width: 46.875rem;
        height: 83.375rem;
    }

    .con .system .content {
        position: relative;
        height: 75.5625rem;
    }

    .con .system .content:after {
        position: absolute;
        bottom: .3125rem;
        left: 0;
        display: block;
        display: none;
        content: '※画面は開発中のものです。';
        width: 100%;
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: #fff;
        text-align: center;
    }

    .con .system .content .swiper-container {
        height: 100%;
    }

    .system-swiper-pagination {
        width: 100%;
        bottom: 2.5rem !important;
        display: block;
    }

    .system-swiper-pagination span {
        display: inline-block;
        width: 1.125rem;
        height: 1.125rem;
        background: #000;
        border-radius: 50%;
        opacity: 1;
    }

    .system-swiper-pagination .swiper-pagination-switch {
        margin: 0 .9375rem;
    }

    .system-swiper-pagination .swiper-active-switch {
        background: #fff;
    }

    .con .system .swiper-container .swiper-button-next,
    .con .system .swiper-container .swiper-button-prev {
        display: none;
    }

    .con .system .section-title .swiper-container .swiper-slide .right {
        display: block;
        width: 46.875rem;
        height: 70.3125rem;
    }
}

.con .news-article {
    min-height: 1002px;
}

.container {
    height: 1865px;
    background: url("../images/pc/newsbg.jpg") no-repeat center top;
    background-size: cover;
}

.con .news .content,
.con .news-detail .content {
    position: relative;
    width: 1140px;
    height: 1100px;
    margin: 0 auto;
    overflow: auto;
    margin-top: 216px;
    padding-right: 20px;
    box-sizing: border-box;
}



.con .news .content .tab label,
.con .news-detail .content .tab label {
    position: absolute;
    top: 146px;
    left: 253px;
    width: 174px;
    height: 82px;
    margin: 0;
    cursor: pointer;
    background: url("../imgs/news-bt/news_off_01.png") no-repeat;
    background-size: contain;
}

.con .news .content .tab label.two,
.con .news-detail .content .tab label.two {
    margin-left: 177px;
    background-image: url("../imgs/news-bt/news_off_02.png")
}

.con .news .content .tab label.three,
.con .news-detail .content .tab label.three {
    margin-left: 354px;
    background-image: url("../imgs/news-bt/news_off_03.png")
}

.con .news .content .tab label.four,
.con .news-detail .content .tab label.four {
    margin-left: 531px;
    background-image: url("../imgs/news-bt/news_off_04.png")
}

.con .news .content .tab input:checked+label,
.con .news-detail .content .tab input:checked+label {
    background-image: url("../imgs/news-bt/news_on_01.png");
}

.con .news .content .tab input:checked+label.two,
.con .news-detail .content .tab input:checked+label.two {
    background-image: url("../imgs/news-bt/news_on_02.png")
}

.con .news .content .tab input:checked+label.three,
.con .news-detail .content .tab input:checked+label.three {
    background-image: url("../imgs/news-bt/news_on_03.png")
}

.con .news .content .tab input:checked+label.four,
.con .news-detail .content .tab input:checked+label.four {
    background-image: url("../imgs/news-bt/news_on_04.png")
}

.con .news .content .tab input:checked~.news-main,
.con .news-detail .content .tab input:checked~.news-main {
    display: block
}

.con .news .content .tab .news-main,
.con .news-detail .content .tab .news-main {
    padding: 86px 146px;
}

.con .news .content .tab .news-main .pages,
.con .news-detail .content .tab .news-main .pages {
    padding: 0;
    margin-bottom: 60px;
}

.con .news .content .tab .news-main .pages li,
.con .news-detail .content .tab .news-main .pages li {
    padding-bottom: 15px;
    list-style: none;
    cursor: pointer;
    border-bottom: 1px dashed #000;
    margin-bottom: 58px;
}

.con .news .content .tab .news-main .pages li a:hover,
.con .news-detail .content .tab .news-main .pages li a:hover {
    text-decoration: none
}

.con .news .content .tab .news-main .pages li .top,
.con .news-detail .content .tab .news-main .pages li .top {
    margin-bottom: 16px;
    font-size: 0;
}

.con .news .content .tab .news-main .pages li .top span,
.con .news-detail .content .tab .news-main .pages li .top span {
    font-size: 20px;
    color: #774c00;
    vertical-align: bottom;
    margin-right: 16px;
}

.con .news .content .tab .news-main .pages li .top span.tag,
.con .news-detail .content .tab .news-main .pages li .top span.tag {
    display: inline-block;
    height: 24px;
    padding: 0 15px;
    margin-left: 16px;
    line-height: 24px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffe7b0
}

.con .news .content .tab .news-main .pages li p,
.con .news-detail .content .tab .news-main .pages li p {
    white-space: nowrap;
    font-size: 20px;
    color: #774c00;
}



.con .news .content #pageGro,
.con .news-detail .content #pageGro {
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}

.con .news .content #pageGro .pageList,
.con .news-detail .content #pageGro .pageList {
    font-size: 28px;
    color: #ffe7b0;
    line-height: 36px;
}

.con .news .content #pageGro .pageList ul,
.con .news-detail .content #pageGro .pageList ul {
    display: flex;
    padding: 0
}

.con .news .content #pageGro .pageList li,
.con .news-detail .content #pageGro .pageList li {
    margin: 0 5px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border-bottom: 2px solid #ffe7b0;
    cursor: pointer;
    list-style: none;
}

.con .news .content #pageGro .pageList li.on,
.con .news-detail .content #pageGro .pageList li.on {
    padding: 0 6px;
    color: #ffe7b0;
    border: 1px solid #ffe7b0
}

.con .news .content #pageGro .pageUp,
.con .news-detail .content #pageGro .pageUp,
.con .news .content #pageGro .pageDown,
.con .news-detail .content #pageGro .pageDown,
.con .news .content #pageGro .pagestart,
.con .news-detail .content #pageGro .pagestart,
.con .news .content #pageGro .pageend,
.con .news-detail .content #pageGro .pageend {
    font-weight: 500;
    font-size: 28px;
    color: #ffe7b0;
    line-height: 36px;
    user-select: none;
    cursor: pointer
}

.con .news .content #pageGro .pagestart,
.con .news-detail .content #pageGro .pagestart,
.con .news .content #pageGro .pageUp,
.con .news-detail .content #pageGro .pageUp {
    padding-right: 30px
}

.con .news .content #pageGro .pageDown,
.con .news-detail .content #pageGro .pageDown,
.con .news .content #pageGro .pageend,
.con .news-detail .content #pageGro .pageend {
    padding-left: 30px
}


.con .news-detail .content h1 {
    padding-bottom: 16px;
    font-size: 24px;
    color: #774c00;
    font-weight: 500;
    text-align: center;
    font-weight: bold;
}

.con .news-detail .content p,
.con .news-detail .content span,
.con .news-detail .content div {
    margin: 0;
    font-size: 20px !important;
    color: #774c00 !important;
    line-height: 34px !important;
}

.con .news-detail .content img {
    display: block;
    width: 100%;
    height: auto;
}

.con .news-detail .content p.right {
    text-align: right
}

.con .news-detail .content p.email {
    margin: 38px 0
}

.con .news-detail .content .back {
    padding-top: 109px;
    text-align: center;
}

.con .news-detail .content .back a {
    font-size: 28px;
    color: #ffe7b0;
    border-bottom: 1px solid #ffe7b0;
}

.con .news-detail .content .back a:hover {
    text-decoration: none
}

.con .story {
    height: 1000px;
    background: url("../imgs/story-bg.jpg?20181015") no-repeat center top;
    background-size: cover;
}

.con .story .content {
    max-width: 1200px;
    padding-top: 225px;
    padding-bottom: 145px;
    margin: 0 auto;
    background: url("../imgs/story-title.png") no-repeat center top 90px;
}

.con .story .content p {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    font-family: "MS PGothic", "PingFang SC";
    line-height: 36px;
    margin-bottom: 36px;
    font-size: 0;
    /* text-shadow: 0 0 21px #fff, 0 0 30px #fff, 0 0 45px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 75px #fff; */
}

.con .special {
    background: url("../imgs/special-title-bg.png") no-repeat center top 98px, url("../imgs/special-bg.png") no-repeat center top;
    background-size: 1309px 26px, cover;
}

.con .special .content {
    position: relative;
    max-width: 1200px;
    padding-top: 86px;
    margin: 0 auto
}

.con .special .tab-content input[type='radio'],
.con .special .tab-content .mod {
    display: none
}

.con .special .tab-content label {
    position: absolute;
    top: 86px;
    left: 374px;
    width: 161px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    color: #b3925f;
    cursor: pointer;
}

.con .special .tab-content label.special-img {
    margin-left: 289px
}

.con .special .tab-content input:checked+.special-video {
    text-indent: -999em;
    background-image: url("../imgs/video.png")
}

.con .special .tab-content input:checked+.special-img {
    text-indent: -999em;
    background-image: url("../imgs/img.png")
}

.con .special .tab-content input:checked~div {
    display: block
}

.con .special .tab-content .mod {
    margin-top: 99px;
}

.con .special .tab-content .mod .flex {
    display: flex;
    flex-wrap: wrap;
}

.con .special .tab-content .mod .flex dl {
    margin: 0 38px 0;
}

.con .special .tab-content .mod .flex dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 324px;
    height: 182px;
    overflow: hidden;
    padding: 3px 3px 4px;
    background-color: #fff;
}

.con .special .tab-content .mod .flex dl dt img {
    width: 318px;
    height: 176px
}

.con .special .tab-content .mod .flex dl dt .play {
    position: absolute;
    width: 58px;
    height: 58px;
    cursor: pointer;
    background: url("../imgs/special-play.png") no-repeat center top;
    background-size: 58px 58px
}

.con .special .tab-content .mod .flex dl dd {
    margin: 0;
    height: 76px;
    line-height: 76px;
    text-align: center;
}

.con .special .tab-content .mod .flex dl dd p {
    margin: 0;
    font-size: 22px;
    color: #010101
}

@media screen and (min-width:992px) {
    .con .special {
        min-height: 860px
    }
}

.con .support {
    background: url("../imgs/support-bg.png") no-repeat;
    background-size: cover;
}

.con .support .main {
    max-width: 1200px;
    padding: 187px 150px 18px;
    margin: 0 auto;
    box-sizing: border-box;
    background: url("../imgs/text-support.png") no-repeat center top 100px rgba(255, 255, 255, 0.3);
}

.con .support .main .desc {
    padding-bottom: 45px;
    font-size: 20px;
    color: #333;
    line-height: 35px
}

.con .support .main .note {
    margin-bottom: 39px;
}

.con .support .main .note.mb14 {
    margin-bottom: 14px
}

.con .support .main .note dt {
    margin-bottom: 9px;
}

.con .support .main .note dt span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #000;
}

.con .support .main .note dt span.must {
    width: 74px;
    height: 40px;
    padding: 0;
    margin-right: 7px;
    background: url("../imgs/must.png") no-repeat;
    background-size: contain
}

.con .support .main .note dd {
    margin: 0;
}

.con .support .main .note dd input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    font-size: 25px;
    color: #333;
    border: 0 none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 5px #838383;
    -moz-box-shadow: inset 0 0 5px #838383;
    box-shadow: inset 0 0 5px #838383;
}

.con .support .main .note dd input::-webkit-input-placeholder {
    color: #f00
}

.con .support .main .note dd select {
    width: 370px;
    height: 50px;
    padding-left: 20px;
    outline: none;
    border: 0 none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../imgs/select-arrow.png") no-repeat scroll right 11px center #fff;
    background-size: 20px 30px;
    -webkit-box-shadow: inset 0 0 5px #838383;
    -moz-box-shadow: inset 0 0 5px #838383;
    box-shadow: inset 0 0 5px #838383;
}

.con .support .main .note dd select::-ms-expand {
    display: none
}

.con .support .main .note dd textarea {
    width: 100%;
    height: 343px;
    padding: 10px 15px;
    line-height: 24px;
    font-size: 20px;
    border: 0 none;
    resize: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 5px #838383;
    -moz-box-shadow: inset 0 0 5px #838383;
    box-shadow: inset 0 0 5px #838383
}

.con .support .main .upload-img {
    margin-bottom: 73px;
}

.con .support .main .upload-img label {
    display: block;
    width: 196px;
    height: 58px;
    margin: 0;
    line-height: 52px;
    color: #010205;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: 3px solid #9e4f51;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(to top, #f19402, #ffe694)
}

.con .support .main .upload-img input {
    display: none
}

.con .support .main .bottom {
    text-align: center;
}

.con .support .main .bottom p {
    text-align: left;
    font-size: 20px;
    color: #000;
    line-height: 24px
}

.con .support .main .bottom .submit {
    display: inline-block;
    height: 80px;
    padding: 0 35px;
    font-size: 47px;
    color: #000;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    border: 3px solid #9e4f51;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(to top, #f19402, #ffe694)
}

@media screen and (min-width:992px) {
    .con .support {
        min-height: 860px
    }
}

@media screen and (max-width:768px) {
    .con .story {
        width: 46.875rem;
        height: 83.375rem;
        background: url(../imgs/mb-imgs/story-bg.jpg?20181015) no-repeat center top;
        background-size: cover;
    }

    .con .story .content {
        max-width: 100%;
        padding: 14.0625rem 2.0625rem 9.0625rem 2.0625rem;
    }

    .con .story .content p {
        font-size: 1.5625rem;
        line-height: 3.125rem;
        margin-bottom: 2.25rem;
        font-size: 0;
    }

    .con .news .content .tab .news-main .pages li .divided-border,
    .con .news-detail .content .tab .news-main .pages li .divided-border {
        width: 100%;
    }
}

.con footer {
    height: 550px;
    width: 100%;
    background: url("../imgs/footer-over-bg.png") no-repeat center bottom, url("../imgs/footer-below-bg.png") repeat-y left top;
    background-size: cover, cover;
}

.con footer .footer {
    max-width: 1200px;
    padding-top: 60px;
    margin: 0 auto;
}

.con footer .footer p,
.con footer .footer a {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "MS PGothic";
    color: #fff;
    line-height: 26px;
    white-space: nowrap;
}

.con footer .footer p.column-one {
    display: table-cell;
    padding: 0 38px;
}

.con footer .footer p.column-two {
    display: table-cell;
}

.con footer .footer p.column-three {
    display: table-cell;
    padding: 15px 32px;
}

.con footer .footer p.column-four {
    display: table-cell;
    white-space: normal
}

.con footer .footer .top {
    display: table;
    width: 100%;
    padding-left: 21px
}

.con footer .footer .top>div {
    display: table-cell;
    vertical-align: top;
}

.con footer .footer .bottom {
    margin-top: 31px;
    padding-bottom: 30px;
    text-align: center;
}

.con footer .footer .bottom .footer-logo {
    margin-bottom: 10px
}

.con footer .footer .link {
    /* padding-left: 160px; */
    width: 100%;
    display: block;
    text-align: center;
}

.con footer .footer .link a {
    display: inline-block;
    margin: 0 30px;
    text-align: center;
}

.con footer .footer .link a:nth-child(3) {
    display: none;
}

.con .dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.5);
}

.con .dialog .dialog-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con .dialog .dialog-wrap .dialog-title {
    padding-bottom: 18px;
    font-size: 36px;
    color: #f00;
    text-align: center
}

.con .dialog .dialog-wrap .dialog-main {
    max-width: 890px;
    padding-bottom: 24px;
    background-color: #fff;
}

.con .dialog .dialog-wrap .dialog-main .top {
    display: flex;
    justify-content: space-between;
    padding: 14px 25px 12px;
    margin-bottom: 33px;
    background-color: #cf7c2d;
}

.con .dialog .dialog-wrap .dialog-main .top .title {
    font-family: 'MS PGothic';
    font-size: 24px;
    color: #fff
}

.con .dialog .dialog-wrap .dialog-main #video-url {
    position: relative;
    height: 543px;
    width: 890px;
    background-color: #000;
    border: 1px solid #a6703b;
}

.con .dialog .dialog-wrap .dialog-main .top .email-close {
    display: block;
    margin-top: 13px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.con .dialog .dialog-wrap .dialog-main .top .email-close:before,
.con .dialog .dialog-wrap .dialog-main .top .email-close:after {
    content: '';
    position: absolute;
    left: -15px;
    width: 2px;
    height: 33px;
    background-color: #fff
}

.con .dialog .dialog-wrap .dialog-main .top .email-close:after {
    width: 33px;
    height: 2px;
    left: -31px;
    top: 15px
}

.con .dialog .dialog-wrap .dialog-main .center {
    width: 100%;
    padding: 0 45px;
    text-align: center;
}

.con .dialog .dialog-wrap .dialog-main .center .img-email {
    height: 99px
}

.con .dialog .dialog-wrap .dialog-main .center .email-input {
    display: flex;
    justify-content: space-between;
    padding: 6px 6px 7px 22px;
    margin: 28px 185px 80px 174px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.con .dialog .dialog-wrap .dialog-main .center .email-input input {
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #333;
    border: 0 none;
    outline: none
}

.con .dialog .dialog-wrap .dialog-main .center .email-btn {
    padding: 0 25px;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    background-color: #ffd93f;
}

.con .dialog .dialog-wrap .dialog-main .center .email-btn:hover {
    text-decoration: none
}

.con .dialog .dialog-wrap .dialog-main .center .attention {
    text-align: left;
    font-size: 16px;
    color: #333;
    font-family: 'MS PGothic'
}

/* 新增利用规约页面 */
.protocol {
    width: 100%;
    height: 1000px;
    background: url(../imgs/common.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.protocol .section-protocol {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.protocol-txt {
    width: 700px;
    height: 100%;
    background: #fff;
    margin: 108px auto 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    overflow: hidden;
}

.proto-title {
    height: 66px;
    line-height: 66px;
    padding: 0 30px;
    background-color: #000;
    font-size: 16px;
}

.proto-con {
    height: 700px;
    color: #333;
    overflow: auto;
    padding: 0 28px;
    line-height: 26px;
}


/* 新增404页面 */
.con.error-box {
    position: relative;
    height: 1000px;
    background: url(../imgs/404-bg.jpg) no-repeat center;
    background-size: cover;
}

.error-page {
    width: 1200px;
    margin: 0 auto;
    padding: 533px 0 0 184px;
}

.error-page a {
    position: relative;
    display: inline-block;
    margin-bottom: 44px;
    line-height: 40px;
    font-family: 'ipamp';
    font-weight: bold;
    font-size: 30px;
    color: #d8a055;
}

.error-page a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 17px solid #cfa972;
    border-bottom: 17px solid transparent;
    vertical-align: top;
    margin-right: 17px;
}

.tabList {
    width: 740px;
    margin: 0 auto;
}

.tabList .item {
    background: #eec193;
    border: 1px solid #542d00;
    border-radius: 18px;
    float: left;
    padding: 7px 40px;
    font-size: 20px;
    margin: 0 14px;
    color: #542d00;
}

.newsTitle img {
    height: 161px;
    margin: 28px auto 0;
    display: block;
}

.back {
    text-align: center;
    color: #774c00;
    font-size: 25px;
    margin-top: 110px;
    display: block;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a37b23;
}