@charset "UTF-8";
/* CSS Document */


.sinoPaddingCenter {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 30px;
}

.topbar {
    width: 100%;
    height: 40px;
    background: #f0f0f0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.topbar .welcome {
    line-height: 40px;
    float: left;
    color: #3369f8;
    font-size: 14px;
}

.topbar .welcome a {
    color: #3369f8;
}

.topbar .btns {
    float: right;
    padding: 7px 0;
}

.topbar .btns .item {
    padding-left: 10px;
    float: left;
}

.topbar .btns .item:first-child {
    padding-left: 0;
}

.topbar .btns .item a {
    display: block;
    width: auto;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(to right, #3369f8, #007aff);
}

@media all and (max-width: 420px) {
    .topbar .welcome {
        font-size: 12px;
    }

    .topbar .btns .item a {
        font-size: 12px;
    }
}

.header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 40px;
    z-index: 999;
    background: #fff;
}

.header-center {
    width: 100%;
    height: 90px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .l,
.header .r {
    display: -ms-flex;
    display: flex;
    align-items: center;
}


.header .logo {
    margin-right: 50px;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.header .logo .img {
    font-size: 0;
}

.header .logo .img a {
    display: block;
}

.header .logo .img img {
    max-height: 70px;
}

.header .logo .txt {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
    border: 1px solid #999999;
    border-radius: 4px;
    height: 32px;
    padding: 0 10px;
}


.header .menu {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.header .menu .navs {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.header .menu .navs .item {
    display: none;
    margin-right: 35px;
}

.header .menu .navs .item a {
    color: #333333;
}

.header .menu .navs .item a.on {
    font-weight: bold;
    position: relative;
    color: #3369f8;
}

.header .menu .navs .item a.on:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #3369f8;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
}


.header .menu .navs .item:nth-child(1),
.header .menu .navs .item:nth-child(2),
.header .menu .navs .item:nth-child(3),
.header .menu .navs .item:nth-child(4),
.header .menu .navs .item:nth-child(5),
.header .menu .navs .item:nth-child(6),
.header .menu .navs .item:nth-child(7) {display: block;}




.header .menu .more {
    position: relative;
}

.header .menu .more.hide {display: none;}

.header .menu .more .name {
    font-size: 16px;
}

.header .menu .more .name a {
    color: #333;
    background: url("../images/menu-arrow.png") no-repeat right center / auto 6px;
    padding-right: 20px;
}

.header .menu .more .list {
    width: 200px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 100%;
    text-align: center;
    visibility: hidden;
    padding-top: 20px;
    opacity: 0;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: opacity .3s, transform .3s;
}

.header .menu .more .list ul {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 3px;
    position: relative;
    padding: 7px 0;
}

.header .menu .more .list ul:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.header .menu .more .list ul li {
    position: relative;
    z-index: 20;
    padding: 10px 0;
}

.header .menu .more .list ul li a {
    font-size: 16px;
    color: #333;
}

.header .menu .more .list ul li a.on {
    font-weight: bold;
    color: #3369f8;
}

.header .menu .more .list ul li:last-child {
    display: block;
}

.header .menu .more:hover .list {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.header .menu .more .list ul li:nth-child(1),
.header .menu .more .list ul li:nth-child(2),
.header .menu .more .list ul li:nth-child(3),
.header .menu .more .list ul li:nth-child(4),
.header .menu .more .list ul li:nth-child(5),
.header .menu .more .list ul li:nth-child(6),
.header .menu .more .list ul li:nth-child(7) {display: none;}



.menu-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 9999;
    display: none;
}

.menu-fixed .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s;
}

.menu-fixed .main {
    width: 80%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 20;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform .3s;
}

.menu-fixed .main .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

.menu-fixed .main .close a {
    display: -ms-flex;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.menu-fixed .main .close a span {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
}

.menu-fixed .main .close a span:before,
.menu-fixed .main .close a span:after {
    content: '';
    width: 22px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.menu-fixed .main .close a span:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-fixed .main .close a span:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-fixed .main .scroll {
    width: auto;
    height: 100%;
    overflow: auto;
}

.menu-fixed .main .list {
    padding: 0 20px;
    padding-top: 20px;
}

.menu-fixed .main .list .item a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 0;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
}

.menu-fixed .main .list .item a.on {
    color: #3369f8;
    font-weight: bold;
    position: relative;
}

.menu-fixed .main .list .item a.on:before {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: #3369f8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 2px;
}

.menu-fixed .main .other {
    display: none;
}

.menu-fixed .main .other ul {
    display: -ms-flex;
    display: flex;
    padding: 20px 10px;
}

.menu-fixed .main .other ul li {
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.menu-fixed .main .other ul li a {
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
}

.menu-fixed .main .other ul li a.btn1 {
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #666;
}

.menu-fixed .main .other ul li a.btn2 {
    background: #3369f8;
    border: 1px solid #3369f8;
    color: #fff;
}

.menu-fixed.show {
    visibility: visible;
}

.menu-fixed.show .mask {
    opacity: 1;
}

.menu-fixed.show .main {
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.header .search {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 20;
    margin-right: 20px;
}

.header .search .box {
    width: auto;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
}

.header .search .box input.inp {
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    border: 0 none;
    font-size: 0;
    color: #333;
    position: relative;
    cursor: pointer;
    z-index: 20;
    box-sizing: border-box;
    padding: 0 15px;
    transition: width .3s;
}

.header .search .box span.icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/header-search.png") no-repeat center / 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.header .search .box input.btn {
    display: none;
    width: 40px;
    height: 40px;
    background: url("../images/header-search.png") no-repeat center / 20px 20px;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

.header .search .box.show {
    background: #f5f5f5;
}

.header .search .box.show input.inp {
    width: 240px;
    font-size: 14px;
    padding-right: 40px;
}

.header .search .box.show input.btn {
    display: block;
}

.header .search .box.show span.icon {
    display: none;
}


.header .down {
    display: none;
    margin-right: 20px;
}

.header .down a {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #3369f8;
    border-radius: 20px;
    height: 36px;
    padding: 0 15px;
}


.header .mobile {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.header .mobile .icon {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}

.header .mobile .icon img {
    width: 20px;
    height: 20px;
}

.header .mobile .list {
    width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 100%;
    visibility: hidden;
    padding-top: 20px;
    opacity: 0;
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transition: opacity .3s, transform .3s;
}

.header .mobile .list ul {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 3px;
    display: -ms-flex;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

.header .mobile .list ul:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.header .mobile .list ul li {
    width: calc(50% - 30px);
    padding: 20px 0;
}

.header .mobile .list ul li .img {
    font-size: 0;
    border: 1px solid #eee;
}

.header .mobile .list ul li .img img {
    width: 100%;
}

.header .mobile .list ul li .txt {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.header .mobile:hover .list {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.header .login {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.header .login .item {
    margin-right: 10px;
}

.header .login .item:last-child {
    margin-right: 0;
}

.header .login .item a {
    display: -ms-flex;
    display: flex;
    width: 110px;
    height: 40px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
}

.header .login .item a.btn1 {
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #666;
}

.header .login .item a.btn2 {
    background: #3369f8;
    border: 1px solid #3369f8;
    color: #fff;
}


.header .menubtn {
    display: none;
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

.header .menubtn a {
    display: -ms-flex;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.header .menubtn a span {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
}

.header .menubtn a span:before,
.header .menubtn a span:after,
.header .menubtn a span b {
    content: '';
    width: 22px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    transition: transform .3s;
}

.header .menubtn a span b {
    top: 50%;
    margin-top: -1px;
}

.header .menubtn a span:before {
    top: 3px;
}

.header .menubtn a span:after {
    bottom: 3px;
}

.header .menubtn a.on span b {
    display: none;
}

.header .menubtn a.on span:before,
.header .menubtn a.on span:after {
    top: 50%;
    margin-top: -1px;
}

.header .menubtn a.on span:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .menubtn a.on span:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.footer {
    background: #313131;
    padding: 0px 45px;
}

.footer .head {
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #5a5a5a;
    text-align: center;
}

.footer .head .img {
    font-size: 0;
}

.footer .head .img img {
    height: 45px;
}

.footer .head .txt {
    color: #999999;
    padding-top: 20px;
    font-size: 14px;
}

.footer .foot {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 20px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.footer .foot .code {
    font-size: 0;
}

.footer .foot .code img {
    width: 120px;
}

.footer .foot .item {
    font-size: 14px;
}

.footer .foot .item .tit {
    color: #ffffff;
}

.footer .foot .item .tit a {
    color: #ffffff;
}

.footer .foot .item .txt {
    color: #999999;
    line-height: 30px;
    padding-top: 15px;
}

.footer .foot .item .txt a {
    color: #999999;
}

.wrapper {
    padding-top: 130px;
}


.banner {
    width: auto;
    height: auto;
    position: relative;
}

.banner .swiper-slide {
    height: 5.6rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination {
    font-size: 0;
    bottom: .3rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .5;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}



.banner2 {
    width: auto;
    height: auto;
    position: relative;
}

.banner2 .swiper-slide {
    height: 4.4rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.banner2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner2 .swiper-pagination {
    font-size: 0;
    bottom: .3rem;
}

.banner2 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .5;
}

.banner2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}



.inmain {
    padding: 30px 0;
}

.inmain-group {
    padding: 5px 0;
}

.intitle {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.intitle.white {
    color: #fff;
}

.intitle.center {
    text-align: center;
}


.inmore {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.inmore:before {
    content: '';
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #ddd;
}

.inmore .text {
    font-size: 14px;
    padding-left: 15px;
}

.inmore .text a {
    color: #666;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.inmore .text a:before,
.inmore .text a:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    background: url("../images/addmore.png") no-repeat center / 100%;
}

.inmore .text a:before {
    margin-right: 5px;
}

.inmore .text a:after {
    margin-left: 5px;
}

.intabs {
    padding-top: 25px;
}

.intabs .swiper-slide {
    width: auto;
}

.intabs .swiper-slide span {
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    min-width: 120px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.intabs .swiper-slide span.on {
    background: #3369f8;
    border-color: #3369f8;
    color: #fff;
}

.inliveItem {
    width: auto;
    height: auto;
    border-radius: 4px;
    transition: box-shadow .3s;
}

.inliveItem:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.inliveItem .img {
    position: relative;
}

.inliveItem .img a {
    display: block;
}

.inliveItem .img .imgbox {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inliveItem .img .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}

.inliveItem .img span.space {
    font-size: 0;
}

.inliveItem .img span.space img {
    width: 100%;
}

.inliveItem .img .txtbox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 0 4px 0 0;
    padding: 5px 10px;
}

.inliveItem .con {
    padding: 15px 12px;
    border: 1px solid #ebebeb;
    border-top: 0 none;
    border-radius: 0 0 4px 4px;
}

.inliveItem .con .tit {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inliveItem .con .tit a {
    color: #333;
}


.incourseItem {
    width: auto;
    height: auto;
    border-radius: 4px;
    transition: box-shadow .3s;
}

.incourseItem:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.incourseItem .img {
    font-size: 0;
    position: relative;
}

.incourseItem .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.incourseItem .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}

.incourseItem .img span.space {
    display: block;
}

.incourseItem .img span.space img {
    width: 100%;
}

.incourseItem .con {
    padding: 15px 12px;
    border: 1px solid #ebebeb;
    border-top: 0 none;
    border-radius: 0 0 4px 4px;
}

.incourseItem .con .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.incourseItem .con .name a {
    color: #333;
}

.incourseItem .con .note {
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.incourseItem .con .other {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.incourseItem .con .other .school {
    display: -ms-flex;
    display: flex;
    align-items: center;
    max-width: 60%;
}

.incourseItem .con .other .school .icon {
    font-size: 0;
    margin-right: 10px;
}

.incourseItem .con .other .school .icon img {
    width: 20px;
    height: 20px;
}

.incourseItem .con .other .school .text {
    font-size: 14px;
    color: #666666;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.incourseItem .con .other .person {
    max-width: 40%;
    font-size: 14px;
    color: #999;
    background: url("../images/list-item-person.png") no-repeat left center / 14px 14px;
    padding-left: 20px;
}


.sinoPages {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sinoPages a,
.sinoPages b,
.sinoPages span {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    height: 30px;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0 8px;
}

.sinoPages b {
    background: #3369f8;
    color: #fff;
}


.inlist {
    padding: 5px 0 25px 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inlist .group {
    width: calc(25% - 15px);
    height: auto;
    padding: 20px 20px 0 0;
}

.inlist .group:nth-child(4n + 0) {
    padding-right: 0;
}


.inschool {
    position: relative;
    padding: 0 40px;
}

.inschool .swiper-button-prev,
.inschool .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: url("../images/inschool-controller.png") no-repeat left top / auto 200%;
}

.inschool .swiper-button-prev {
    left: -5px;
    background-position-x: left;
}

.inschool .swiper-button-next {
    right: -5px;
    background-position-x: right;
}

.inschool .swiper-button-prev:hover,
.inschool .swiper-button-next:hover {
    background-position-y: bottom;
}

.inschool .swiper-slide {
    font-size: 0;
    text-align: center;
}


.inrecommend .bd .infolist {
    display: none;
}

.inrecommend .bd .infolist:first-child {
    display: block;
}


.inacademy {
    padding: 70px 0;
    background: url("../images/inacademy.jpg") no-repeat left top / auto 360px;
}

.inacademy-note {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
}

.inacademy-list {
    padding-top: 50px;
}

.inacademy-list .swiper-container {
    padding-bottom: 50px;
}

.inacademy-list .swiper-pagination {
    width: 100%;
    bottom: 0;
    font-size: 0;
}

.inacademy-list .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px;
}

.inacademy-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3369f8;
}

.inacademy-list .swiper-slide {
    position: relative;
}

.inacademy-list .swiper-slide .img {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0;
    padding: 10px;
}

.inacademy-list .swiper-slide .img a {
    display: block;
}

.inacademy-list .swiper-slide .img img {
    width: 100%;
    border-radius: 8px;
}

.inacademy-list .swiper-slide .box {
    margin: 20px 0 0 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 20px 25px;
}

.inacademy-list .swiper-slide .box .head {
    padding-left: 90px;
    min-height: 80px;
}

.inacademy-list .swiper-slide .box .head .tit {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inacademy-list .swiper-slide .box .head .tit a {
    color: #333;
}

.inacademy-list .swiper-slide .box .head .txt {
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inacademy-list .swiper-slide .box .foot {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.nban {
    width: auto;
    height: 4.4rem;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.nban:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #5a42ec, #09bbfe);
    opacity: .85;
}

.nban .text {
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 20;
}

.nban .text img {
    height: 1.4rem;
}

.ntitle {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ntitle span {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.ntitle span:before,
.ntitle span:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #333;
}

.ntitle span:before {
    margin-right: 15px;
}

.ntitle span:after {
    margin-left: 15px;
}


.nmain {
    padding: 60px 0;
}


.ncourse {
    padding: 30px 0;
    display: -ms-flex;
    display: flex;
}

.ncourse-title {
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
}

.ncourse-title span {
    color: #3369f8;
}

.ncourse-l {
    width: 240px;
    height: auto;
    margin-right: 40px;
}

.ncourse-r {
    -ms-flex: 1;
    flex: 1;
}

.ncourse-filter {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ncourse-filter .group .name span {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    padding: 0 15px;
    background: #f6f6f6;
    height: 40px;
}

.ncourse-filter .group .name a {
    display: none;
}

.ncourse-filter .group .list {
    padding: 5px 0;
}

.ncourse-filter .group .list .item {
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #666666;
}

.ncourse-filter .group .list .item a {
    color: #666666;
}

.ncourse-filter .group .list .item a.on {
    color: #3369f8;
}

.ncourse-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    display: none;
}

.ncourse-mask.show {
    display: block;
}


.ncourseItem {
    padding: 20px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.ncourseItem:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ncourseItem .img {
    font-size: 0;
    margin-right: 30px;
    width: 270px;
    position: relative;
}

.ncourseItem .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ncourseItem .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ncourseItem .img span.space {
    display: block;
}

.ncourseItem .img span.space img {
    width: 100%;
}

.ncourseItem .con {
    -ms-flex: 1;
    flex: 1;
}

.ncourseItem .con .tit {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ncourseItem .con .tit a {
    color: #333;
}

.ncourseItem .con .note {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    padding-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ncourseItem .con .note .item {
    margin-right: 20px;
    position: relative;
}

.ncourseItem .con .note .item:first-child {
    padding-right: 20px;
}

.ncourseItem .con .note .item:first-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.ncourseItem .con .note .item.person {
    background: url("../images/list-item-person.png") no-repeat left center / 14px 14px;
    padding-left: 25px;
}

.ncourseItem .con .txt {
    font-size: 14px;
    color: #666;
    padding-top: 12px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ncourse .sinoPages {
    padding: 30px 0;
}


.nnewsItem {
    padding: 20px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
}

.nnewsItem:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nnewsItem:hover {
    z-index: 20;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nnewsItem:hover:after {
    display: none;
}

.nnewsItem .img {
    font-size: 0;
    width: 270px;
    margin-right: 30px;
}

.nnewsItem .img img {
    width: 100%;
    border-radius: 6px;
}

.nnewsItem .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nnewsItem .con .name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nnewsItem .con .name a {
    color: #333;
}

.nnewsItem .con .text {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    min-height: 52px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nnewsItem .con .note {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    padding-top: 40px;
}

.nnewsItem .con .note .item {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    padding-left: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nnewsItem .con .note .item:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url("../images/news-note.png") no-repeat left top / auto 100%;
}

.nnewsItem .con .note .item.date:before {
    background-position-x: 0;
}

.nnewsItem .con .note .item.from:before {
    background-position-x: -14px;
}

.nnewsItem .con .note .item:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.nnewsItem .con .note .item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.nnewsItem .con .note .item:last-child:after {
    display: none;
}

.nnews {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.nnews .group {
    margin-top: -1px;
}

.conpages {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
}

.conpages a {
    color: #333333;
}

.conpages .item {
    max-width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    position: relative;
}

.conpages .item:before {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}

.conpages .item.prev {
    padding-left: 15px;
}

.conpages .item.prev:before {
    left: 0;
    background: url("../images/conpages.png") no-repeat left / 200% 100%;
}

.conpages .item.next {
    padding-right: 15px;
}

.conpages .item.next:before {
    right: 0;
    background: url("../images/conpages.png") no-repeat right / 200% 100%;
}


.ncondetail {
    padding: 70px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.ncondetail-head {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.ncondetail-foot {
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.ncondetail-content {
    padding: 30px 0;
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.ncondetail-title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.ncondetail-note {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    font-size: 16px;
    color: #666666;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ncondetail-note .item {
    padding-right: 15px;
    margin-right: 14px;
    position: relative;
}

.ncondetail-note .item:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.ncondetail-note .item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.ncondetail-note .item:last-child:after {
    display: none;
}

.ncondetail-note .item a {
    color: #666;
}


.nschoolItem {
    width: auto;
    height: auto;
    position: relative;
}

.nschoolItem .box {
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    padding: 40px 20px;
}

.nschoolItem .box .icon {
    font-size: 0;
}

.nschoolItem .box .icon img {
    width: 120px;
}

.nschoolItem .box .head {
    min-height: 150px;
    padding-top: 20px;
}

.nschoolItem .box .name {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.nschoolItem .box .text {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

.nschoolItem .box .link {
    font-size: 20px;
    color: #333333;
}

.nschoolItem .box .link a {
    color: #333333;
}

.nschoolItem .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #3369f8;
    border-radius: 6px;
    visibility: hidden;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px 0;
}

.nschoolItem .hover .icon {
    font-size: 0;
    right: -40px;
    top: -20px;
    position: absolute;
    opacity: .2;
}

.nschoolItem .hover .icon img {
    width: 200px;
}

.nschoolItem .hover .link a {
    display: -ms-flex;
    display: flex;
    width: 160px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 20px;
    color: #3369f8;
    border-radius: 6px;
}

.nschoolItem:hover .hover {
    visibility: visible;
}


.nschool {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
}

.nschool .group {
    width: calc(25% - 12px);
    height: auto;
    padding: 16px 16px 0 0;
}

.nschool .group:nth-child(4n + 0) {
    padding-right: 0;
}


.nschool-slide {
    margin-top: 20px;
    position: relative;
}

.nschool-slide .swiper-button-prev,
.nschool-slide .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url("../images/nschool-controller.png") no-repeat left top / 200% 200%;
}

.nschool-slide .swiper-button-prev {
    background-position-x: left;
    left: -70px;
}

.nschool-slide .swiper-button-next {
    background-position-x: right;
    right: -70px;
}

.nschool-slide .swiper-button-prev:hover,
.nschool-slide .swiper-button-next:hover {
    background-position-y: bottom;
}


.nabout {
    padding-bottom: 70px;
    display: -ms-flex;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.nabout-l {
    width: 240px;
    margin-right: 60px;
}

.nabout-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nabout-menu {
    width: auto;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    position: relative;
    z-index: 50;
    border-left: 4px solid #3369f8;
}

.nabout-menu .name {
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.nabout-menu .list .item a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    color: #333333;
}

.nabout-menu .list .item a:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    background: url("../images/nabout-menu.png") no-repeat left top / auto 200%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
}

.nabout-menu .list .item a:hover {
    color: #3369f8;
}

.nabout-menu .list .item a:hover:after {
    background-position-y: bottom;
}

.nabout-menu .list .item a.on {
    background: #e8e8e8;
    color: #3369f8;
}

.nabout-menu .list .item a.on:after {
    background-position-y: bottom;
}

.nabout-title {
    width: auto;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}

.nabout-title:before {
    content: '';
    display: block;
    width: 6px;
    height: 30px;
    background: #3369f8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    border-radius: 3px;
}

.nabout-content {
    font-size: 16px;
    color: #333;
    line-height: 2;
    padding: 30px 0;
}

.nabout-menu-small {
    visibility: hidden;
    position: fixed;
}

.nabout-menu-small:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nabout-menu-fixed {
    width: auto;
    height: auto;
}

.nabout-menu-fixed .swiper-slide {
    width: auto;
    height: auto;
    padding: 0 30px;
}

.nabout-menu-fixed .swiper-slide a {
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0;
    font-size: 16px;
    color: #333;
    position: relative;
}

.nabout-menu-fixed .swiper-slide a.on {
    color: #3369f8;
    font-weight: bold;
}

.nabout-menu-fixed .swiper-slide a.on:after {
    content: '';
    display: block;
    width: 40%;
    height: 3px;
    background: #3369f8;
    position: absolute;
    left: 30%;
    bottom: 0;
    border-radius: 2px;
}


.nfeedback {
    padding: 40px 0;
}

.nfeedback .group {
    padding: 10px 0;
    display: -ms-flex;
    display: flex;
}

.nfeedback .group .titbox {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: right;
    width: 21%;
    box-sizing: border-box;
    padding-right: 20px;
}

.nfeedback .group .conbox {
    -ms-flex: 1;
    flex: 1;
}

.nfeedback .group .conbox .txtbox {
    line-height: 20px;
    padding: 10px 0;
    font-size: 16px;
    color: #333333;
}

.nfeedback .group .conbox .inpbox {
    font-size: 0;
}

.nfeedback .group .conbox .inpbox textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    max-width: 600px;
    font-size: 16px;
    color: #333;
    padding: 8px 12px;
}

.nfeedback .group .conbox .inpbox input.inp {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    max-width: 600px;
    font-size: 16px;
    color: #333;
    padding: 0 12px;
}

.nfeedback .group .conbox .inpbox select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    max-width: 200px;
    font-size: 16px;
    color: #333;
    background: url("../images/select.png") no-repeat right center / auto 6px;
    padding: 0 12px;
}

.nfeedback .group .conbox .btnbox {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.nfeedback .group .conbox .btnbox .item {
    width: calc(50% - 25px);
    max-width: 160px;
    margin-right: 50px;
}

.nfeedback .group .conbox .btnbox .item:last-child {
    margin-right: 0;
}

.nfeedback .group .conbox .btnbox input.btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border: 0 none;
}

.nfeedback .group .conbox .btnbox input.btn.btn1 {
    background: #3369f8;
    color: #fff;
}

.nfeedback .group .conbox .btnbox input.btn.btn2 {
    background: #b2b2b2;
    color: #333;
}


.ndetail-head {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 40px;
}

.ndetail-head .sinoPaddingCenter {
    max-width: 1200px;
}

.ndetail-head:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #5a42ec, #09bbfe);
    opacity: .85;
}

.ndetail-head .box {
    position: relative;
    z-index: 20;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.ndetail-head .place {
    font-size: 14px;
    color: #fff;
}

.ndetail-head .back {
    font-size: 14px;
    color: #fff;
}

.ndetail-head .back a {
    color: #fff;
    background: url("../images/back-white.png") no-repeat left center / auto 16px;
    padding-left: 25px;
}

.ndetail {
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    max-width: 1200px;
    margin: 0 auto;
}

.ndetail-intro {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: -ms-flex;
    display: flex;
}

.ndetail-intro .img {
    width: 50%;
    height: auto;
    font-size: 0;
    box-sizing: border-box;
    padding-right: 30px;
}

.ndetail-intro .img img {
    width: 100%;
    border-radius: 4px;
}

.ndetail-intro .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.ndetail-intro-title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.ndetail-intro-note {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    color: #868686;
    padding-top: 10px;
}

.ndetail-intro-note .item {
    margin-right: 40px;
}

.ndetail-intro-note .item:last-child {
    margin-right: 0;
}

.ndetail-intro-note .item span {
    color: #333333;
}

.ndetail-intro-period {
    padding-top: 10px;
}

.ndetail-intro-period select {
    width: 100%;
    height: 40px;
    background: url("../images/ndetail-select.png") #e1e5f0 no-repeat right center / auto 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #5e77b9;
    padding: 0 40px 0 20px;
}

.ndetail-intro-con {
    position: relative;
    margin-top: 10px;
}

.ndetail-intro-text {
    font-size: 14px;
    color: #868686;
    line-height: 20px;
}

.ndetail-intro-text .item {
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
}

.ndetail-intro-text .item:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url("../images/ndetail-intro.png") no-repeat left top / auto 100%;
}

.ndetail-intro-text .item.icon-type:before {
    background-position-x: 0;
}

.ndetail-intro-text .item.icon-date:before {
    background-position-x: -14px;
}

.ndetail-intro-text .item.icon-person:before {
    background-position-x: -28px;
}

.ndetail-intro-text .item .black {
    color: #333;
}

.ndetail-intro-text .item .red {
    color: #ff0000;
}

.ndetail-intro-foot {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.ndetail-intro-btns {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.ndetail-intro-btns .item {
    margin-right: 20px;
}

.ndetail-intro-btns .item:last-child {
    margin-right: 0;
}

.ndetail-intro-btns .item a.btn {
    display: -ms-flex;
    display: flex;
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.ndetail-intro-btns .item a.btn.btn1 {
    background: #3369f8;
    color: #ffffff;
}

.ndetail-intro-btns .item a.btn.btn2 {
    background: #ffffff;
    color: #3369f8;
    border: 1px solid #3369f8;
}

.ndetail-intro-state {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    font-size: 14px;
}

.ndetail-intro-state span {
    display: block;
    position: relative;
    padding-left: 20px;
}

.ndetail-intro-state span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url("../images/ndetail-state.png") no-repeat left top / auto 100%;
}

.ndetail-intro-state span.doing {
    color: #3369f8;
}

.ndetail-intro-state span.doing:before {
    background-position-x: 0;
}

.ndetail-wrap {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-top: 20px;
}

.ndetail-tabs {
    display: -ms-flex;
    display: flex;
    position: relative;
    padding: 0 30px;
}

.ndetail-tabs:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e1e5f0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ndetail-tabs .item {
    padding: 20px 0;
    position: relative;
    z-index: 20;
    margin-right: 50px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.ndetail-tabs .item a {
    color: #333333;
    cursor: pointer;
}

.ndetail-tabs .item:last-child {
    margin-right: 0;
}

.ndetail-tabs .item.on {
    color: #3369f8;
    font-weight: bold;
}

.ndetail-tabs .item.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #3369f8;
    position: absolute;
    left: 0;
    bottom: 0;
}


.ndetail-main .infolist {
    display: none;
}

.ndetail-main .infolist:first-child {
    display: block;
}


.ndetail-content {
    font-size: 14px;
    color: #333333;
    line-height: 1.9;
    padding: 30px;
}

.ndetail-team {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
}

.ndetail-team .item {
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
}

.ndetail-team .item .img {
    font-size: 0;
    width: 80px;
    margin-right: 20px;
}

.ndetail-team .item .img img {
    width: 100%;
    border-radius: 50%;
}

.ndetail-team .item .con {
    -ms-flex: 1;
    flex: 1;
}

.ndetail-team .item .con .tit {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.ndetail-team .item .con .txt {
    font-size: 14px;
    color: #868686;
    padding-top: 10px;
}


.ndetail-menu {
    padding: 5px 30px 30px 30px;
}

.ndetail-menu .group {
    padding: 5px 0;
}

.ndetail-menu .head {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background: url("../images/ndetail-chapter.png") no-repeat left center / auto 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0 15px 20px;
}

.ndetail-menu .list .item {
    margin-bottom: 10px;
    height: 50px;
    background: #f3f3f3;
    border-radius: 3px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}

.ndetail-menu .list .item:last-child {
    margin-bottom: 0;
}

.ndetail-menu .list .item .l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.ndetail-menu .list .item .l .tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
    padding-left: 25px;
    position: relative;
}

.ndetail-menu .list .item .l .tit a {
    color: #333333;
}


.ndetail-menu .list .item .l .tit:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url("../images/ndetail-section.png") no-repeat left center / auto 100%;
}

.ndetail-menu .list .item .l .tit.icon-video:before {
    background-position-x: 0;
}

.ndetail-menu .list .item .l .tit.icon-test:before {
    background-position-x: -14px;
}

.ndetail-menu .list .item .r {
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.ndetail-menu .list .item .r a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/ndetail-menu.png") no-repeat left center / auto 100%;
    margin-right: 20px;
}

.ndetail-menu .list .item .r a:last-child {
    margin-right: 0;
}

.ndetail-menu .list .item .r a.icon-video {
    background-position-x: 0;
}

.ndetail-menu .list .item .r a.icon-data {
    background-position-x: -20px;
}

.ndetail-menu .list .item .r a.icon-test {
    background-position-x: -40px;
}


/*--播放页--*/


.nplaypage {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.nplaypage-l {
    width: 270px;
    height: auto;
    margin-right: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nplaypage-ltit {
    width: auto;
    height: auto;
    position: relative;
    padding: 0 20px;
}

.nplaypage-ltit:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nplaypage-ltit span {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #3369f8;
    position: relative;
    z-index: 20;
}

.nplaypage-ltit span:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #3369f8;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menuAndNavs {
    width: auto;
    height: auto;
    padding: 5px 20px;
}

.menuAndNavs .group {
    width: auto;
    height: auto;
}

.menuAndNavs .group .name {
    width: auto;
    height: auto;
}

.menuAndNavs .group .name a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 14px;
    color: #333;
    background: url("../images/ndetail-chapter.png") no-repeat left center / auto 16px;
    padding-left: 25px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.menuAndNavs .group .name a:after {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background: url("../images/menu-arrow.png") no-repeat right center / 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.menuAndNavs .group .list {
    display: none;
    padding-left: 25px;
}

.menuAndNavs .group .list .item {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menuAndNavs .group .list .item a {
    color: #666;
}

.menuAndNavs .group .list .item a.on {
    color: #3369f8;
    font-weight: bold;
}

.menuAndNavs .group.on .name a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menuAndNavs .group.on .list {
    display: block;
}


.menuAndNavs.nplaypage-navs {
    padding: 5px 0 15px 0;
}

.nplaypage-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nplaypage-rtit {
    width: auto;
    height: auto;
    position: relative;
    padding: 0 20px;
}

.nplaypage-rtit:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nplaypage-rtit span {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #3369f8;
    position: relative;
    z-index: 20;
    padding-left: 30px;
}

.nplaypage-rtit span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/ndetail-menu.png") no-repeat left top / auto 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}


.nplaypage-video {
    font-size: 0;
    padding: 20px;
}

.nplaypage-video video {
    width: 100%;
}

.nplaypage-wrap {
    padding: 0 20px;
}

.nplaypage-wrap .sinoPages {
    padding: 30px 0;
}

.nplaypage-tabs {
    width: auto;
    height: 50px;
    position: relative;
    display: -ms-flex;
    display: flex;
}

.nplaypage-tabs:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nplaypage-tabs .item {
    width: auto;
    height: 50px;
    position: relative;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    z-index: 20;
    font-weight: bold;
    margin-right: 20px;
    cursor: pointer;
}

.nplaypage-tabs .item:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #3369f8;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nplaypage-tabs .item:first-child {
    display: none;
}

.nplaypage-main .infolist:first-child {
    display: none;
}

.nplaypage-note {
    width: auto;
    height: auto;
    background: #ffeff1;
    border: 1px #ffc5c5 solid;
    color: #bc1b2e;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px;
}


.nplaypage-cmd-add {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.nplaypage-cmd-add .flex {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.nplaypage-cmd-add .flex .portrait {
    width: 50px;
    height: 50px;
    font-size: 0;
    margin-right: 20px;
}

.nplaypage-cmd-add .flex .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.nplaypage-cmd-add .flex .con .tbox {
    border: 1px solid #eee;
    border-radius: 5px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nplaypage-cmd-add .flex .con .tbox .inpbox {
    -ms-flex: 1;
    flex: 1;
}

.nplaypage-cmd-add .flex .con .tbox .inpbox .inp {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 14px;
    color: #666;
}

.nplaypage-cmd-add .flex .con .tbox .opera {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-left: 1px solid #eee;
}

.nplaypage-cmd-add .flex .con .tbox .opera .addfile a {
    font-size: 14px;
    color: #3369f8;
}

.nplaypage-cmd-add .flex .con .tbox .opera .btnbox {
    padding-top: 10px;
}

.nplaypage-cmd-add .flex .con .tbox .opera .btnbox .btn {
    display: block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #3369f8;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.nplaypage-cmd-add .flex .con .bbox .file-imgs {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
}

.nplaypage-cmd-add .flex .con .bbox .file-imgs .item {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: 1px solid #eee;
    margin: 10px 10px 0 0;
}

.nplaypage-cmd-add .flex .con .bbox .file-imgs .item img {
    max-width: 100%;
    max-height: 100%;
}

.nplaypage-cmd-add .flex .con .bbox .file-imgs .item a.del {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    border-radius: 5px 0 0 0;
}

.nplaypage-cmd-add .flex .con .bbox .file-imgs .item a.del:hover {
    background: rgb(253, 88, 73);
}

.nplaypage-cmd-add .flex .con .bbox .file-others .item {
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}

.nplaypage-cmd-add .flex .con .bbox .file-others .item span {
    margin-right: 10px;
    word-break: break-all;
    background: url("../images/icon-file.png") no-repeat left 2px / 16px 16px;
    padding-left: 25px;
}

.nplaypage-cmd-add .flex .con .bbox .file-others .item a.del {
    color: #5e77b9;
}


.nplaypage-cmd-list .group {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.nplaypage-cmd-list .group .portrait {
    width: 50px;
    height: 50px;
    font-size: 0;
    margin-right: 20px;
}

.nplaypage-cmd-list .group .box {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}


.nplaypage-cmd-list .group .box .defbox .head {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nplaypage-cmd-list .group .box .defbox .head .name {
    font-size: 15px;
    color: #272727;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.nplaypage-cmd-list .group .box .defbox .head .name b {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    background: #000;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.nplaypage-cmd-list .group .box .defbox .head .name.t {
    color: #28b970;
}

.nplaypage-cmd-list .group .box .defbox .head .name.t b {
    background: #28b970;
}

.nplaypage-cmd-list .group .box .defbox .head .name.s {
    color: #3369f8;
}

.nplaypage-cmd-list .group .box .defbox .head .name.s b {
    background: #007aff;
    margin-left: 10px;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li {
    padding-left: 15px;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li:first-child {
    padding-left: 0;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li a {
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #888;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon-commend.png") no-repeat left top / auto 200%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li a.icon-good:before {
    background-position-x: 0;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li a.icon-reply:before {
    background-position-x: -16px;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li a.icon-edit:before {
    background-position-x: -32px;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li a.icon-del:before {
    background-position-x: -48px;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li a.on {
    color: #3369f8;
}

.nplaypage-cmd-list .group .box .defbox .head .opera ul li a.on:before {
    background-position-y: -16px;
}

.nplaypage-cmd-list .group .box .defbox .date {
    font-size: 13px;
    color: #999;
    padding-top: 5px;
}

.nplaypage-cmd-list .group .box .defbox .text {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}

.nplaypage-cmd-list .group .box .defbox .file-imgs ul {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
}

.nplaypage-cmd-list .group .box .defbox .file-imgs ul li {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: 1px solid #eee;
    margin: 10px 10px 0 0;
}

.nplaypage-cmd-list .group .box .defbox .file-imgs ul li img {
    max-width: 100%;
    max-height: 100%;
}

.nplaypage-cmd-list .group .box .defbox .file-others ul li {
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}

.nplaypage-cmd-list .group .box .defbox .file-others ul li a {
    margin-right: 10px;
    word-break: break-all;
    background: url("../images/icon-file.png") no-repeat left 2px / 16px 16px;
    padding-left: 25px;
    color: #333;
}

.nplaypage-cmd-list .group .box .repbox {
    background: #f5f5f5;
    margin-top: 10px;
    border-radius: 3px;
}

.nplaypage-cmd-list .group .box .repbox .repform {
    border-bottom: 1px solid #eee;
    padding: 15px;
    display: none;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .inpbox {
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .inpbox .inp {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 14px;
    color: #666;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .addfile a {
    font-size: 14px;
    color: #3369f8;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .btnbox {
    padding-top: 10px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .btnbox .item {
    padding: 0 5px;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .btnbox .item:first-child {
    padding-left: 0;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .btnbox .item:last-child {
    padding-right: 0;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .btnbox .btn {
    display: block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .btnbox .btn.btn1 {
    background: #3369f8;
}

.nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .btnbox .btn.btn2 {
    background: #999;
}


.nplaypage-cmd-list .group .box .repbox .repform .bbox .file-imgs {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
}

.nplaypage-cmd-list .group .box .repbox .repform .bbox .file-imgs .item {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: 1px solid #eee;
    margin: 10px 10px 0 0;
}

.nplaypage-cmd-list .group .box .repbox .repform .bbox .file-imgs .item img {
    max-width: 100%;
    max-height: 100%;
}

.nplaypage-cmd-list .group .box .repbox .repform .bbox .file-imgs .item a.del {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    border-radius: 5px 0 0 0;
}

.nplaypage-cmd-list .group .box .repbox .repform .bbox .file-imgs .item a.del:hover {
    background: rgb(253, 88, 73);
}

.nplaypage-cmd-list .group .box .repbox .repform .bbox .file-others .item {
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}

.nplaypage-cmd-list .group .box .repbox .repform .bbox .file-others .item span {
    margin-right: 10px;
    word-break: break-all;
    background: url("../images/icon-file.png") no-repeat left 2px / 16px 16px;
    padding-left: 25px;
}

.nplaypage-cmd-list .group .box .repbox .repform .bbox .file-others .item a.del {
    color: #5e77b9;
}


.nplaypage-cmd-list .group .box .repbox .repitem {
    border-bottom: 1px solid #eee;
    padding: 15px;
}

.nplaypage-cmd-list .group .box .repbox .repitem:last-child {
    border-bottom: 0 none;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .name {
    font-size: 14px;
    color: #666;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .name span.blue {
    color: #3369f8;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .name span.black {
    color: #333;
    padding: 0 5px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .date {
    width: 100%;
    font-size: 13px;
    color: #999;
    padding-top: 5px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li {
    padding-left: 15px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li:first-child {
    padding-left: 0;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li a {
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #888;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon-commend.png") no-repeat left top / auto 200%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li a.icon-good:before {
    background-position-x: 0;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li a.icon-reply:before {
    background-position-x: -16px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li a.icon-edit:before {
    background-position-x: -32px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li a.icon-del:before {
    background-position-x: -48px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li a.on {
    color: #3369f8;
}

.nplaypage-cmd-list .group .box .repbox .repitem .head .opera ul li a.on:before {
    background-position-y: -16px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .text {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}

.nplaypage-cmd-list .group .box .repbox .repitem .file-imgs ul {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
}

.nplaypage-cmd-list .group .box .repbox .repitem .file-imgs ul li {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: 1px solid #eee;
    margin: 10px 10px 0 0;
}

.nplaypage-cmd-list .group .box .repbox .repitem .file-imgs ul li img {
    max-width: 100%;
    max-height: 100%;
}

.nplaypage-cmd-list .group .box .repbox .repitem .file-others ul li {
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}

.nplaypage-cmd-list .group .box .repbox .repitem .file-others ul li a {
    margin-right: 10px;
    word-break: break-all;
    background: url("../images/icon-file.png") no-repeat left 2px / 16px 16px;
    padding-left: 25px;
    color: #333;
}

.nplaypage-cmd-list .group .box .repbox .repitem .repform {
    padding: 15px 0 0 0;
    border-bottom: 0 none;
}


.nplaypage-cmd-edit {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.nplaypage-cmd-edit .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.nplaypage-cmd-edit .wrap {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
}

.nplaypage-cmd-edit .main {
    width: 80%;
    height: auto;
    max-width: 550px;
    background: #fff;
    border-radius: 5px;
}

.nplaypage-cmd-edit .main .title {
    width: auto;
    height: auto;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
}

.nplaypage-cmd-edit .main .title .name {
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.nplaypage-cmd-edit .main .con {
    padding: 20px;
}

.nplaypage-cmd-edit .main .con .inpbox {
    font-size: 0;
}

.nplaypage-cmd-edit .main .con .inpbox .inp {
    width: 100%;
    height: 120px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 10px;
    font-size: 14px;
    color: #333;
}

.nplaypage-cmd-edit .main .con .btnbox {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
}

.nplaypage-cmd-edit .main .con .btnbox .item {
    padding-left: 15px;
}

.nplaypage-cmd-edit .main .con .btnbox .item .btn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border: 0 none;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}

.nplaypage-cmd-edit .main .con .btnbox .item .btn.btn1 {
    background: #3369f8;
}

.nplaypage-cmd-edit .main .con .btnbox .item .btn.btn2 {
    background: #999;
}

.nplaypage-cmd-edit.show {
    display: block;
}


@media all and (max-width: 960px) {
    .nplaypage-l {
        display: none;
    }

    .nplaypage-tabs .item {
        font-weight: normal;
        color: #666;
    }

    .nplaypage-tabs .item:after {
        display: none;
    }

    .nplaypage-tabs .item:first-child {
        display: block;
    }

    .nplaypage-tabs .item.on {
        font-weight: bold;
        color: #333;
    }

    .nplaypage-tabs .item.on:after {
        display: block;
    }

    .nplaypage-main .infolist {
        display: none;
    }

    .nplaypage-main .infolist.on {
        display: block;
    }
}

@media all and (max-width: 640px) {
    .nplaypage-cmd-add .flex .portrait {
        width: 44px;
        height: 44px;
        margin-right: 15px;
    }

    .nplaypage-cmd-add .flex .con .tbox {
        display: block;
    }

    .nplaypage-cmd-add .flex .con .tbox .inpbox {
        border-bottom: 1px solid #eee;
    }

    .nplaypage-cmd-add .flex .con .tbox .opera {
        border: 0 none;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: flex-start;
        padding: 12px;
    }

    .nplaypage-cmd-add .flex .con .tbox .opera .btnbox {
        padding-top: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 15px;
    }

    .nplaypage-cmd-add .flex .con .tbox .opera .addfile {
        -ms-flex-order: 1;
        order: 1;
    }

    .nplaypage-cmd-list .group .portrait {
        width: 44px;
        height: 44px;
        margin-right: 15px;
    }

    .nplaypage-cmd-list .group .box .repbox .repform .tbox {
        display: block;
    }

    .nplaypage-cmd-list .group .box .repbox .repform .tbox .opera {
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 0 0 0;
    }

    .nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .btnbox {
        padding-top: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 15px;
    }

    .nplaypage-cmd-list .group .box .repbox .repform .tbox .opera .addfile {
        -ms-flex-order: 1;
        order: 1;
    }


}

@media all and (max-width: 520px) {
    .nplaypage-rtit:after {
        display: none;
    }

    .nplaypage-video {
        padding: 0;
    }

    .nplaypage-wrap {
        padding: 0 10px;
    }

    .nplaypage-cmd-add .flex .portrait {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .nplaypage-cmd-add .flex .con .bbox .file-imgs .item {
        width: 60px;
        height: 60px;
    }

    .nplaypage-cmd-add .flex .con .bbox .file-others .item {
        font-size: 12px;
    }

    .nplaypage-cmd-add .flex .con .bbox .file-others .item span {
        background-size: auto 12px;
        padding-left: 20px;
    }

    .nplaypage-cmd-list .group .portrait {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .nplaypage-cmd-list .group .box .defbox {
        position: relative;
        padding-bottom: 30px;
    }

    .nplaypage-cmd-list .group .box .defbox .head .opera {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .nplaypage-cmd-list .group .box .defbox .file-imgs ul li {
        width: 60px;
        height: 60px;
    }

    .nplaypage-cmd-list .group .box .defbox .file-others ul li {
        font-size: 12px;
    }

    .nplaypage-cmd-list .group .box .defbox .file-others ul li a {
        background-size: auto 12px;
        padding-left: 20px;
    }


    .nplaypage-cmd-list .group .box .repbox .repform {
        padding: 10px;
    }

    .nplaypage-cmd-list .group .box .repbox .repform .bbox .file-imgs .item {
        width: 60px;
        height: 60px;
    }

    .nplaypage-cmd-list .group .box .repbox .repform .bbox .file-others .item {
        font-size: 12px;
    }

    .nplaypage-cmd-list .group .box .repbox .repform .bbox .file-others .item span {
        background-size: auto 12px;
        padding-left: 20px;
    }

    .nplaypage-cmd-list .group .box .repbox .repitem .repitembox {
        position: relative;
        padding-bottom: 30px;
    }

    .nplaypage-cmd-list .group .box .repbox .repitem .head .opera {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .nplaypage-cmd-list .group .box .repbox .repitem .file-imgs ul li {
        width: 60px;
        height: 60px;
    }

    .nplaypage-cmd-list .group .box .repbox .repitem .file-others ul li {
        font-size: 12px;
    }

    .nplaypage-cmd-list .group .box .repbox .repitem .file-others ul li a {
        background-size: auto 12px;
        padding-left: 20px;
    }


}


@media all and (max-width: 420px) {
    .nplaypage-cmd-list .group {
        display: block;
        position: relative;
    }

    .nplaypage-cmd-list .group .portrait {
        position: absolute;
        left: 0;
        top: 20px;
    }

    .nplaypage-cmd-list .group .box .defbox {
        padding-left: 40px;
    }
}


/*---直播---*/
.ndetail-head.ndetail-head2 .sinoPaddingCenter {
    max-width: 1536px;
}

.nliveon {
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

@media all and (max-width: 420px) {
    .nliveon {
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.nliveon-head {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 30px;
}

.nliveon-intro .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.nliveon-intro .note {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
}

.nliveon-intro .note .teacher {
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.nliveon-intro .note .teacher .img {
    font-size: 0;
    margin-right: 10px;
}

.nliveon-intro .note .teacher .img img {
    width: 32px;
    height: 32px;
}

.nliveon-intro .note .teacher .txt {
    font-size: 14px;
    color: #333333;
}

.nliveon-intro .note .date {
    font-size: 14px;
    color: #868686;
    position: relative;
    padding-left: 20px;
}

.nliveon-intro .note .date:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/news-note.png") no-repeat left top / auto 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.nliveon-intro .note .date span {
    color: #333;
}


.nliveon-main {
    width: auto;
    height: auto;
    padding-top: 30px;
    display: -ms-flex;
    display: flex;
}

.nliveon-l {
    -ms-flex: 1;
    flex: 1;
    height: 700px;
}

.nliveon-r {
    width: 360px;
    height: 700px;
}

.nliveon-v1 {
    width: 100%;
    height: 100%;
    background: #333;
}

.nliveon-v1-video {
    width: 100%;
    height: 100%;
}

.nliveon-v1-video video {
    width: 100%;
    height: 100%;
}

.nliveon-v1-wait {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.nliveon-v1-wait .tr {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.nliveon-v1-wait .td {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.nliveon-v1-wait .intro,
.nliveon-v1-wait .notice {
    max-width: 500px;
    margin: 0 auto;
}

.nliveon-v1-wait .intro {
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
}

.nliveon-v1-wait .intro .title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.nliveon-v1-wait .intro .note {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
}

.nliveon-v1-wait .intro .note span {
    font-weight: bold;
}

.nliveon-v1-wait .notice {
    margin-top: 10px;
    background: #fff6de;
}

.nliveon-v1-wait .notice .title span {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url("../images/wait-notice.png") #4676f4 no-repeat 18px center / auto 20px;
    padding: 0 20px 0 50px;
}

.nliveon-v1-wait .notice .text {
    font-size: 14px;
    color: #565656;
    line-height: 24px;
    padding: 20px;
}

.nliveon-v1-wait .notice .text a {
    color: #565656;
}


.nliveon-v2 {
    width: auto;
    height: 226px;
    background: #edf0f4;
}

.nliveon-v2-video {
    width: 100%;
    height: 100%;
}

.nliveon-v2-video video {
    width: 100%;
    height: 100%;
}

.nliveon-v2-wait {
    width: 100%;
    height: 100%;
}

.nliveon-v2-wait .tr {
    display: table;
    width: 100%;
    height: 100%;
}

.nliveon-v2-wait .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.nliveon-v2-wait .icon {
    font-size: 0;
}

.nliveon-v2-wait .icon img {
    width: 80px;
    height: 80px;
}

.nliveon-v2-wait .text {
    font-size: 16px;
    color: #666666;
}

.nliveon-interactive {
    width: auto;
    height: calc(100% - 226px);
    background: #edf0f4;
}

.nliveon-tabs {
    width: auto;
    height: 40px;
    background: #fff;
    display: -ms-flex;
    display: flex;
}

.nliveon-tabs .item {
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.nliveon-tabs .item:nth-last-child(1),
.nliveon-tabs .item:nth-last-child(2) {
    display: none;
}

.nliveon-tabs .item.on {
    color: #4676f4;
    position: relative;
}

.nliveon-tabs .item.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #3369f8;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nliveon-cons {
    width: auto;
    height: calc(100% - 40px);
}

.nliveon-cons .infolist {
    width: auto;
    height: 100%;
    overflow: auto;
    display: none;
}

.nliveon-cons .infolist.on {
    display: block;
}


.nliveon-foot {
    padding-top: 30px;
}

.nliveon-other {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nliveon-title {
    position: relative;
    padding: 0 30px;
}

.nliveon-title span {
    display: inline-block;
    width: auto;
    height: 65px;
    line-height: 65px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #3369f8;
    z-index: 20;
}

.nliveon-title span:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #3369f8;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nliveon-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e1e5f0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nliveon-content {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding: 30px;
}

.nliveon-content a {
    color: #333;
}

.nliveon-message {
    width: auto;
    height: 100%;
}

.nliveon-message-list {
    width: auto;
    height: calc(100% - 50px);
    overflow: auto;
}

.nliveon-message-list .padding {
    padding: 20px 10px;
}

.nliveon-message-list .item {
    padding-top: 10px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.nliveon-message-list .item:first-child {
    padding-top: 0;
}

.nliveon-message-list .item .img {
    width: 22px;
    height: 22px;
    float: left;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.nliveon-message-list .item .img img {
    width: 22px;
    height: 22px;
    border-radius: 4px;
}

.nliveon-message-list .item .con {
    width: calc(100% - 35px);
    height: auto;
}

.nliveon-message-list .item .con .name {
    font-size: 12px;
    color: #2253d7;
    padding-bottom: 5px;
}

.nliveon-message-list .item .con .text {
    font-size: 12px;
    color: #5e769b;
}

.nliveon-message-list .item .con .text span {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    word-break: break-all;
}

.nliveon-message-form {
    width: auto;
    height: 50px;
}

.nliveon-message-form .no {
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #9ba5be;
    font-size: 16px;
    color: #fff;
}

.nliveon-message-form .yes {
    width: auto;
    height: 50px;
    background: #9ba5be;
    box-sizing: border-box;
    padding: 10px;
}

.nliveon-message-form .yes input.inp {
    width: calc(100% - 70px);
    height: 30px;
    background: #fff;
    border-radius: 4px;
    border: 0 none;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
}

.nliveon-message-form .yes input.btn {
    width: 60px;
    height: 30px;
    background: #4676f4;
    border-radius: 4px;
    border: 0 none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    float: right;
}


.nliveon-files .item {
    border-bottom: 1px solid #dddddd;
    padding: 0 20px;
    height: 60px;
    position: relative;
}

.nliveon-files .item .tit {
    position: relative;
    font-size: 14px;
    color: #333333;
    line-height: 60px;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 90px 0 15px;
}

.nliveon-files .item .tit:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #4676f4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.nliveon-files .item .btn {
    width: auto;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
}

.nliveon-files .item .btn a {
    display: block;
    width: 78px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #4676f4;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #4676f4;
}


.nliveon-cons .infolist .nliveon-content {
    padding: 10px;
}


@media all and (max-width: 1024px) {
    .nliveon-head {
        padding: 20px;
    }

    .nliveon-foot {
        display: none;
    }

    .nliveon-intro .title {
        font-size: 24px;
    }

    .nliveon-intro .note {
        padding-top: 10px;
    }

    .nliveon-intro .note .teacher .img img {
        width: 24px;
        height: 24px;
    }

    .nliveon-main {
        padding-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nliveon-l {
        width: 100%;
        -ms-flex: auto;
        flex: auto;
        height: 10rem;
    }

    .nliveon-v1-wait .td {
        text-align: center;
    }

    .nliveon-v1-wait .intro {
        padding: 0;
        border: 0 none;
    }

    .nliveon-v1-wait .intro .title {
        font-size: 24px;
    }

    .nliveon-v1-wait .intro .note {
        display: block;
    }

    .nliveon-v1-wait .notice {
        display: none;
    }

    .nliveon-r {
        width: 100%;
        height: auto;
    }

    .nliveon-v2 {
        display: none;
    }

    .nliveon-interactive {
        height: auto;
        background: none;
    }

    .nliveon-tabs {
        background: #edf0f4;
    }

    .nliveon-tabs .item:nth-last-child(1),
    .nliveon-tabs .item:nth-last-child(2) {
        display: block;
    }

    .nliveon-message-list {
        height: 344px;
    }

    .nliveon-message-list .item .con .text span {
        background: #edf0f4;
    }

}

@media all and (max-width: 480px) {
    .nliveon-head {
        padding: 0;
    }

    .nliveon-intro {
        padding: 20px;
    }

    .nliveon-intro .title {
        font-size: 22px;
    }

    .nliveon-intro .note {
        display: block;
    }

    .nliveon-intro .note .teacher {
        margin-right: 0;
    }

    .nliveon-intro .note .teacher .img img {
        width: 20px;
        height: 20px;
    }

    .nliveon-intro .note .date {
        margin-top: 10px;
    }

    .nliveon-main {
        padding-top: 0;
    }

    .nliveon-v1-wait .intro .title {
        font-size: 20px;
    }

    .nliveon-v1-wait .intro .note {
        font-size: 14px;
    }

    .nliveon-tabs .item {
        -ms-flex: auto;
        flex: auto;
    }

    .nliveon-message-list .padding {
        padding: 20px 15px;
    }

    .nliveon-message-form .no,
    .nliveon-message-form .yes {
        border-radius: 0 0 8px 8px;
    }


    .nliveon-files .item:last-child {
        border-bottom: 0 none;
    }

    .nliveon-cons .infolist .nliveon-content {
        padding: 15px;
    }
}

@media all and (max-width: 420px) {
    .nliveon-message-list {
        height: 300px;
    }
}


.video-box {
    width: 100%;
    height: 100%;
}

.nliveon-tabs {border-right: 1px solid #edf0f4;}

.video-box video{
}


.tcp-skin{
    width: 100%;
}


.footer .head .code ul {display: -ms-flex; display: flex; justify-content: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.footer .head .code ul li {padding: 0 10px;}
.footer .head .code ul li:first-child {padding-left: 0;}
.footer .head .code ul li:last-child {padding-right: 0;}
.footer .head .code ul li .i {font-size: 0;}
.footer .head .code ul li .i img {width: 100px; height: 100px;}
.footer .head .code ul li .t {font-size: 14px; color: #999999; line-height: 20px; padding-top: 10px;}