html,
body {
    height: 100%;
}

body {
    background-color: #f5f5f5;
    margin: 0;
    outline: none;
}

ol,
ul {
    padding: 0;
}

p {
    line-height: 24px;
    color: #666;
}

a {
    color: #333;
}

a:hover {
    color: #1a85d3;
}

.p0 {
    padding: 0;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.mr0 {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .navbar-default ul {
        padding: 0 0 20px 0;
        text-align: center;
    }

    .navbar-default ul li {
        border-bottom: 1px solid #eaeaea;
        list-style: none;
        line-height: 36px;
        color: #666;
    }

    .navbar-default ul li a {
        color: #666;
    }

    .navbar-default ul li a:hover {
        color: #999;
    }

    .navbar-header {
        height: 70px;
    }

    .navbar-brand {
        padding: 10px 15px 0 15px;
    }

    .navbar-toggle {
        margin-top: 18px;
    }

    .column-title {
        margin: 20px 0;
    }

    .search-service {
        padding: 20px 15px;
    }

    .service-list {
        height: 150px;
        padding: 30px 20px;
    }

    .recommend {
        margin: 0 auto;
        max-width: 300px;
    }

    .animation-content-list-cover img {
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    .container-sm {
        width: 720px;
    }
}

@media (min-width: 769px) {
    .container {
        /*width: 1000px !important;*/
    }

}

@media (min-width: 768px) {
    .logo {
        padding: 20px 0;
    }

    .navigation {
        position: unset;
        background: url('../images/nav-bg.png') center bottom no-repeat #1a85d3;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-default .navbar-nav > li {
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a span {
        display: block;
        font-size: 12px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        border-radius: 5px;
    }

    .navbar {
        min-height: 0;
        margin-bottom: 0;
    }

    .search-service {
        padding: 20px 15px;
    }

    .service-list {
        height: 150px;
        padding: 30px 20px;
    }

    .column-title {
        border-bottom: 1px solid #1a85d3;
        padding-bottom: 20px;
        margin: 40px 0;
    }

    /*.wrap {*/
    /*    height: 100%;*/
    /*    margin-left: 16.66666667%;*/
    /*    min-width: 1000px;*/
    /*}*/
    .main {
        height: 100%;
        /*padding-bottom: 150px;*/
    }

    .main .container-fluid {
        /*height: 100%;*/
    }

    .main .container-fluid .row {
        /*height: 100%;*/
    }

    .main .container-fluid .row .banner-search {
        /*height: 100%;*/
    }

    .search-service {
        /*height: 12%;*/
        /*padding: 3% 30px 0 30px;*/
    }

    .sidebar {
        height: 100%;
    }

    /*.container {*/
    /*    width: 1000px !important;*/
    /*}*/
    .navigation {
        width: 16.66666667%;
        background: url("../images/nav-bg.png") center bottom no-repeat #1a85d3;
        position: fixed;
        height: 100%;
        z-index: 1000;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        padding: 15px 0;
    }

    .navbar-collapse {
        padding: 0;
        margin-left: 20px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-bottom: 1px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar-default .navbar-nav > li > a span {
        font-size: 12px;
        margin-top: 5px;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a.active {
        background-color: #137bc8;
        color: #fff;
        text-align: right;
        padding-right: 10%;
        border-radius: 0;
    }

    nav ul li a span {
        display: block;
    }

    .banner {
        height: 85%;
        /*background: url("../images/banner.jpg") center bottom no-repeat;*/
        /*background-size: 100% 100%;*/
    }

    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .recommend {
        background-color: #fff8ee;
        padding: 40px 20px 68px 20px;
    }

    .recommend h3 {
        margin: 0 0 25px;
        padding-bottom: 15px;
    }

    .service {
        /* padding-left: 16.66666667%;
        width: 100%;
        position: absolute;
        bottom: 0; */
    }

    .service-list {
        height: 150px;
        padding: 30px 20px;
    }

    .service-list h3 {
        color: #094774;
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 0 6px;
    }

    .p0:nth-last-of-type(1) .service-list h3 {
        /*color: #ffffff;*/
    }

    .service-list h3 span {
        display: block;
        color: #279376;
        font-size: 20px;
        font-weight: normal;
        margin-top: 10px;
    }

    footer {
        width: 100%;
        position: absolute;
        bottom: 15px;
    }

    .open-time p {
        font-size: 13px;
        color: #fff;
        margin: 20px 0 10px 0;
    }

    .qrcode-copyright {
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px 15px 10px 15px;
        color: #fff;
    }

    .copyright p {
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

    .column-title {
        border-bottom: 1px solid #1a85d3;
        padding-bottom: 20px;
        margin: 40px 0;
    }
}

@media (min-width: 992px) {
    .logo {
        padding: 0;
    }

    .column-title {
        border-bottom: 1px solid #eaa420;
        padding-bottom: 20px;
        margin: 40px 0;
    }
}

@media (min-width: 1200px) {
    .wrap {
        height: 100%;
        margin-left: 16.66666667%;
    }

    .anime_item {
        min-height: 225px;
    }

    .main {
        height: 100%;
        padding-bottom: 150px;
    }

    .main .container-fluid {
        height: 100%;
    }

    .main .container-fluid .row {
        height: 100%;
    }

    .main .container-fluid .row .banner-search {
        height: 100%;
    }

    .search-service {
        height: 12%;
        padding: 3% 30px 0 30px;
    }

    .sidebar {
        height: 100%;
    }

    .container {
        width: 1000px !important;
    }

    .navigation {
        width: 16.66666667%;
        background: url('../images/nav-bg.png') center bottom no-repeat #1a85d3;
        position: fixed;
        height: 100%;
        z-index: 1000;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        padding: 15px 0;
    }

    .navbar-collapse {
        padding: 0;
        margin-left: 20px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-bottom: 1px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar-default .navbar-nav > li > a span {
        font-size: 12px;
        margin-top: 5px;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a.active {
        background-color: #137bc8;
        color: #fff;
        text-align: right;
        padding-right: 10%;
        border-radius: 0;
    }

    nav ul li a span {
        display: block;
    }

    .banner {
        height: 85%;
        /*background: url("../images/banner.jpg") center bottom no-repeat;*/
        /*background-size: 100% 100%;*/
    }

    .banner img {
        width: 100%;
        height: 100%;
    }

    .recommend {
        background-color: #fff8ee;
        padding: 40px 20px 68px 20px;
    }

    .recommend h3 {
        margin: 0 0 25px;
        padding-bottom: 15px;
    }

    .service {
        /*padding-left: 16.66666667%;*/
        /*width: 100%;*/
        /*position: absolute;*/
        /*bottom: 0;*/
    }

    .service-list {
        height: 150px;
        padding: 30px 20px;
    }

    .service-list h3 {
        color: #094774;
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 0 6px;
    }

    .p0:nth-last-of-type(1) .service-list h3 {
        /*color: #ffffff;*/
    }

    .service-list h3 span {
        display: block;
        color: #279376;
        font-size: 20px;
        font-weight: normal;
        margin-top: 10px;
    }

    footer {
        width: 100%;
        position: absolute;
        bottom: 15px;
    }

    .open-time p {
        font-size: 13px;
        color: #fff;
        margin: 20px 0 10px 0;
    }

    .qrcode-copyright {
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px 15px 10px 15px;
        color: #fff;
    }

    .copyright p {
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

    .column-title {
        border-bottom: 1px solid #1a85d3;
        padding-bottom: 20px;
        margin: 40px 0;
    }
}

@media (max-width: 1400px) {
    .w1400 {
        display: none;
    }

    .navbar {
        margin-bottom: 0;
    }

    .recommend {
        background-color: #e8f6ec;
        padding: 20px 20px 20px 20px;
        /*//fdfce7*/
    }

    .recommend h3 {
        margin: 0 0 10px;
        padding-bottom: 15px;
    }

    .service .service-list h3 {
        color: #094774;
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 0 6px;
    }

    .service .service-list h3 span {
        display: block;
        color: #8ca231;
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
    }

    footer {
        bottom: 0;
        padding-top: 15px;
    }

    .open-time p {
        font-size: 13px;
        color: #fff;
        margin: 10px 0 10px 0;
    }

    .qrcode-copyright {
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px 15px 10px 15px;
        margin-bottom: 15px;
        color: #fff;
    }

    .copyright p {
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

    .copyright-date {
        display: none;
    }
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.logo {
    background-color: #fff;
    padding: 20px 0;
}

/* MAIN
------------------------------------------------------------------------ */

.carousel-control {
    background: rgba(0, 0, 0, 0.3) linear-gradient(to right);
    opacity: 0.3;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 0.5;
}

.search {
    /*background-color: #ffd877;*/
    position: relative;
}

.search .btn-clcn-search {
    position: absolute;
    top: 5px;
    right: 10px;
}

.btn-default:active,
.btn-default.active {
    box-shadow: none;
}

.search .form-control {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    color: #999999;
}

.search .btn-clcn-search .btn {
    border: none;
    background-color: transparent;
}

.search .btn-clcn-search .glyphicon {
    font-size: 18px;
    color: #1a85d3;
}

.nav-search .search {
    background-color: transparent;
    padding: 0;
}

.nav-search .search .btn-clcn-search {
    position: absolute;
    top: 5px;
    right: 5px;
}

.banner-search {
    background-color: #a5cce9;
}

.search-service {
    background-color: #a5cce9;
}

.service .bzxz {
    background: url('../images/bzxz-bg.png') right bottom no-repeat #f7fcff;
}

.service .wdtsg {
    background: url('../images/wdtsg-bg.png') right bottom no-repeat #e4f5ff;
}

.service .hhjjzxt {
    background: url('../images/hhjjzxt-bg.png') right bottom no-repeat #f7fcff;
}

.service .wlzldtz {
    background: url('../images/wlzldtz-bg.png') right bottom no-repeat #2bc0be;
}

.service .service-list a {
    display: block;
}

.service .service-list a:hover h3 {
    color: #000;
}

.service .service-list a:hover h3 span {
    color: #666;
}

.service .service-list.wlzldtz a h3,
.service .service-list.wlzldtz a h3 span,
.service .service-list.wlzldtz a .glyphicon {
    color: #fff;
}

.service .service-list.wlzldtz a:hover h3,
.service .service-list.wlzldtz a:hover h3 span,
.service .service-list.wlzldtz a:hover .glyphicon {
    color: #c7d46a;
}

.service .service-list a .glyphicon {
    color: #1a85d3;
    font-size: 30px;
    margin-top: 30px;
}

.service .service-list a:hover .glyphicon {
    color: #999;
}

/* SIDEBAR
------------------------------------------------------------------------ */

.notice {
    height: 41%;
    overflow: hidden;
    display: block;
    background-color: #2c9edd;
    padding: 40px 15px 20px 23px;
}

.notice h3 {
    font-size: 23px;
    margin: 0 0 10px 7px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #fff;
}

.notice h3 a {
    display: block;
    color: #fff;
}

.notice h3 a:hover {
    color: #333;
}

.notice h3 span {
    font-size: 18px;
    margin-left: 10px;
}

.notice .notice-ico {
    position: absolute;
    right: 0;
    top: 2px;
    padding-right: 15px;
    background-color: #2c9edd;
}

.notice ul {
    padding-left: 5px;
}

.notice ul li {
    /*list-style-position: inside;*/
    /*font-size: 14px;*/
    /*color: #fff;*/
    /*padding: 12px 0 12px 8px;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    font-size: 14px;
    color: #fff;
    padding: 5px 8px;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
}

.notice ul li .icon-bg {
    position: relative;
    text-align: center;
}

.notice ul li .icon-bg span {
    margin-left: -5px;
}

.notice ul li span {
    font-size: 13px;
    font-weight: normal;
    padding-top: 5px;
    /*margin-left: 10px;*/
    /*margin-right: 8px;*/
}

.notice ul li a {
    font-size: 14px;
    color: #fff;
}

.notice ul li a:hover {
    color: #000;
}

.notice ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.recommend {
    /*max-width: 100%;*/
    /*margin: 0 auto;*/
    /*height: 59%;*/
    background-color: #f7fcff;
    height: 51%;
}
.recommend .swiper {
    max-width: 300px;
    margin: 0 auto;
}
/* 栏目样式
------------------------------------------------------------------------ */

.column-main {
}

.column-main h3 {
    font-size: 20px;
    color: #333;
    margin: 0;
}

.column-main h3 span {
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
}

.crumbs i span {
    font-size: 14px;
    color: #666;
}

.crumbs .fa-home {
    color: #1a85d3;
}

.crumbs i {
    font-size: 20px;
    margin: 0 5px;
    color: #999;
}

.column-search .search {
    background-color: transparent;
    padding: 0;
}

.column-search .search .form-control {
    height: unset;
    padding: 6px 20px;
}

.column-search .search .btn-clcn-search {
    top: 2px;
    right: 5px;
}

.column-article {
    background-color: #fff;
    padding: 30px 40px;
    margin-top: 40px;
}

.column-article-title h4 {
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.column-article-editor {
    color: #666;
}

.column-article-editor h1 {
}

.column-article-editor h2 {
}

.column-article-editor h3 {
    margin-bottom: 10px;
}

.column-article-editor h4 {
}

.column-article-editor h5 {
}

.column-article-editor h6 {
}

.column-article-editor p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.column-article-editor img {
    max-width: 100%;
}

.column-menu ul {
    padding: 0;
}

.column-menu ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}

.column-menu ul li a {
    padding: 10px 20px;
    border: 1px solid #1a85d3;
    border-radius: 20px;
    background-color: #fff;
    color: #555;
}

.column-menu ul li a:hover,
.column-menu ul li.active a {
    color: #fff;
    border: 1px solid #1a85d3;
    background-color: #1a85d3;
}

/* 服务指南
------------------------------------------------------------------------ */

/* 动漫在线
------------------------------------------------------------------------ */

.anime-content,
.hhjj-content {
    margin-top: 40px;
}

.anime-content-list-cover img {
    border-radius: 10px;
}


.column-album-video {
    /*min-height: 546px;*/
}

.anime-video-list {
    margin-bottom: 100px;
}

.anime-video-list ul li {
    list-style: none;
}

.anime-video-list ul li h5 {
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 知识库
------------------------------------------------------------------------ */

.knowledge-content-list,
.talentshow-content-list {
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}

.knowledge-content-list-cover img,
.talentshow-content-list-cover img {
    border-radius: 10px;
}

.knowledge-content-list-cont h4 a,
.talentshow-content-list-cont h4 a {
    font-size: 20px;
}

.knowledge-content-list-cont span {
    color: #999;
}

.knowledge-content-list-cont p {
    margin-top: 10px;
}

.knowledge-access {
    padding-top: 25px;
}

.knowledge-access-btn a {
    display: block;
    background-color: #1a85d3;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.knowledge-access-btn a:hover {
    background-color: #137bc8;
}

.notice-content-list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.notice-content-list ul li .pull-right {
    line-height: 38px;
    color: #999;
}

.panel-heading {
    padding: 0;
}

.panel-title a {
    padding: 8px 15px;
    display: block;
    line-height: 26px;
    color: #666;
}

.pagination > li > a,
.pagination > li > span {
    color: #1a85d3;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #1a85d3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #1a85d3;
    border-color: #1a85d3;
    color: #fff;
}

.pagination a, .pagination span {
    color: #1a85d3;
}

.pagination a:hover, .pagination span:hover .pagination a:focus, .pagination span:focus {
    color: #1a85d3;

}

.pagination span.active {
    background-color: #1a85d3;;
    border-color: #1a85d3;;
}


/* 活动天地
------------------------------------------------------------------------ */
/*活动天地 删选标签调整------------------------------------------*/
.activity-content {
	margin-top: 15px;
}
.channel-list,
.talent-theme-list,
.time-list {
	padding: 0;
	margin: 0;
}
.channel-list li,
.talent-theme-list li,
.time-list li {
	display: inline-block;
	padding: 0px 8px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: #1a85d3;
	margin-bottom: 6px;
	cursor: pointer;
}
.channel-list li.active,
.talent-theme-list li.active,
.time-list li.active {
	background: #1a85d3;
	color: #ffffff;
}
.channel-theme-list,
.talent-theme-list,
.time-list {
	margin-top: 5px;
}
/*活动天地 删选标签调整------------------------------------------ end*/
.activity-content .panel-title a span,
.talentshow-content-list-cont span {
    background-color: #1a85d3;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 20px;
    font-size: 14px;
}

.activity-content .panel-heading-date {
    color: #999;
}

.activity-content .panel-collapse .panel-body i {
    color: #1a85d3;
}

.activity-content .panel-collapse .panel-body span a {
    display: block;
    text-align: right;
    color: #1a85d3;
}

.activity-content .panel-collapse .panel-body span a:hover {
    color: #1a85d3;
}

/* 才艺展示
------------------------------------------------------------------------ */
.video-option {
    height: 546px !important;
    padding-top: 0 !important;
}
.picture-warsehouse .col-md-4{
    min-height: 240px;
}
/* 红红姐姐咨询台
------------------------------------------------------------------------ */

.faq-content .btn-primary {
    background-color: #1a85d3;
    border-color: #1a85d3;
}

.faq-content .btn-primary:hover,
.faq-content .btn-primary:focus,
.faq-content .btn-primary:active:hover,
.faq-content .btn-primary:active:focus {
    background-color: #1a85d3;
    border-color: #1a85d3;
}

.faq-content .modal-content {
    background-color: #e7ead7;
    padding: 10px;
}

.faq-content .modal-header {
    border-bottom: none;
}

.faq-content .modal-header .modal-title {
    color: #5c6537;
    font-size: 22px;
    font-weight: bold;
}

.faq-content .modal-body textarea {
    resize: vertical;
}

.faq-content .modal-footer {
    border-top: none;
    padding: 10px 0 20px 0;
}

/* FOOTER
------------------------------------------------------------------------ */
.m-footer .open-time p {
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}

.qrcode {
    padding: 0 10px;
    margin: 10px 0;
}

.qrcode h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.qrcode .col-sm-6 {
    padding: 5px;
}

.qrcode a {
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 5px 0;
    outline: none;
}

.qrcode a:hover {
    border: 1px solid #666;
    color: #666;
}

.wpa-code {
    width: 240px;
    height: 150px;
    background-size: cover;
    float: left;
}

.qrcode-app {
    background: url('../images/qrcode.jpg') center center no-repeat;
}

/* 动漫在线App 页面 */

.pad-top250 {
    padding-top: 200px;
}

.code {
    padding: 25px 25px 0 0;
}

.app-icon {
    float: left;
}

.code-content {
    padding: 15px 0 0 150px;
}

.swiper-imgWid {
    padding: 50px 0 0 150px;
}

.swiper-imgWid img {
    height: 700px;
}

.mid-center {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
}

.phone {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 55px;
    color: #fff;
}

.pad {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 57px;
    color: #fff;
}

.downloadbg {
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.a-button {
    padding-top: 20px;
}

.column-menu .a-button a {
    background: #41a863;
    border: 1px solid #41a863;
    color: #fff
}

.column-menu .a-button a:hover {
    background: #63c382;
    border: 1px solid #63c382;

}

.clear {
    clear: both;
}

.code-conten {
    padding-right: 25px;
}

.ios {
    padding: 10px 35px !important
}

.ipadOS {
    padding: 10px 43px !important
}

.android-pad {
}

.overflow2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
}
.glyphicon-menu-right::before {
    content: none;
}

.glyphicon-menu-right::after {
    content: "\e258";
}

.notice_title {
    display: flex;
}

.notice_title span {
    flex: 0 0 60%;
}

.notice_title a {
    flex: 0 0 40%;
}
@media (max-width: 1440px) {
    .swiper-imgWid {
        padding-left: 55px;
    }
}

@media (max-width: 1366px) {
    .swiper-imgWid {
        padding-left: 0;
    }
}

@media (max-width: 1280px) {
    .swiper-imgWid {
        padding-left: 0;
    }
}
@media screen and (max-width: 1200px) {
    .anime_item {
        min-height: 215px;
    }

    .pagination span.active {
        color: #1a85d3 !important;
    }

    .notice ul li .icon-bg {
        width: 29px;
        height: 29px;
    }
}

@media (max-width: 1024px) {
    .main {
        height: auto;
        padding-bottom: 0;
    }

    .navigation {
        width: 25%;
    }

    .main .container-fluid {
        width: 100%;
    }

    .mid-center {
        padding-bottom: 0;
        padding-top: 100px;
    }

    .visible-xxs {
        display: block !important;
    }

    .hidden-xxs {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .anime_item {
        height: auto;
    }

}

@media screen and (max-width: 834px) {
    .container-sm {
        width: 75%;
    }

    .notice_title span {
        flex: 0 0 45%;
    }
}
@media (max-width: 768px) {
    .main {
        height: auto;
        padding-bottom: 0;
    }

    .notice h3 {
        display: flex;
    }

    .notice h3 span {
        flex: 0 0 40%;
    }

    .notice h3 a {
        font-size: 18px;
    }

    .notice .notice-ico {
        width: 28%;
    }

    .recommend {
        height: 271px;
        padding: 0;
    }

    .notice ul li .icon-bg {
        width: 27px;
        height: 27px;
    }

    .notice ul li .icon-bg img {
        width: 100%;
    }

    .glyphicon-menu-right::before {
        content: none;
    }

    .glyphicon-menu-right::after {
        content: "\e258";
        position: absolute;
        top: 2px;
    }

    .navigation {
        width: 25%;
    }

    .main .container-fluid {
        width: 100%;
    }

    .pagination a, .pagination span {
        color: #1a85d3   !important;
    }

    .pagination span.active {
        color: #1a85d3 !important;
        font-weight: bold;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        color: #ffffff !important;
    }

    .knowledge-content-list-cont h4 {
        margin-top: 15px;
    }

    .knowledge-access {
        padding-top: 20px;
    }

    .container {
        width: 540px;
    }
    .mid-center {
        padding-bottom: 0;
        padding-top: 45px;
    } .mobile {
          width: 100%;
      }

    .anime-video-list .swiper-slide img {
        margin: auto;
    }

    .anime-video-list #next {
        right: 0;
    }

    .anime-video-list #prev {
        left: 0;
    }

    .video-option {
        height: 273px !important;
    }
}
.visibles {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .navigation {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visibles {
        display: block !important;
    }

    .sidebar {
        height: auto;
    }

    .notice {
        height: auto;
    }

    .recommend {
        max-width: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hiddens {
        display: none !important;
    }
}

.navbar-toggle {
    background-color: #1a85d3
}

.label-trial{
	display: inline-block;
	background: #1a85d3!important;
	font-size: 14px;
	border-radius: 4px;
	padding: 4px 8px;
	color: #ffffff;
	transform: translateY(-1px);
}