html{
    min-height: 100%;
    position: relative;
    padding-bottom: 60px;
}
.banner-swiper {
    height: 520px;
}
@media screen and (min-width: 1766px){
    .container {
        max-width: 1715px !important;
    }
}
@media screen and (max-width: 1712px){
    .banner-swiper {
        height: 460px;
    }
    .swiper-hot ul li a {
        font-size: 15px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
}
@media screen and (max-width: 1512px){
    .banner-swiper {
        height: 400px;
    }
    .swiper-hot ul li a {
        font-size: 14px !important;
        height: 34px !important;
        line-height: 34px !important;
    }
}
@media screen and (max-width: 1312px){
    .banner-swiper {
        height: 300px;
    }
    .swiper-hot ul li a {
        font-size: 12px !important;
        height: 24px !important;
        line-height: 24px !important;
    }
}
@media screen and (max-width: 900px){
    .swiper-hot {
        display: none;
    }
}
@media screen and (max-width: 1765px) and (min-width: 1551px){
    .container {
        max-width: 1500px !important;
    }
}
@media screen and (max-width: 1550px) and (min-width: 1336px){
    .container {
        max-width: 1285px !important;
    }
}
@media screen and (max-width: 1335px) and (min-width: 1156px){
    .container {
        max-width: 1105px !important;
    }
}
@media screen and (max-width: 1155px){
    .container {
        max-width: 920px;
    }
}
#Header {
    padding: 13px 0;
    background: #00873c;
    position: relative;
}
#MainNav {
    background: #fff;
    padding: 16px 0 16px;
}
#PageMainNav {
    background: #f9f9f9;
    padding: 16px 0 16px;
}
.main-nav {
    display: flex;
}
.main-nav-item {
    /*border-left: 1px solid #777777;*/
    padding: 0 0 0 20px;
    min-width: 90px;
}
#PageMainNav .main-nav-item {
    border: 0;
    padding: 0 0 0 50px;
}
.main-nav-item:nth-child(1),#PageMainNav .main-nav-item:nth-child(1) {
    border-left: 0;
    padding-left: 0;
}
.main-nav-item a {
    color: #222;
    font-size: 20px;
    text-align: left;
}
#PageMainNav .main-nav-item a{
    color: #222;
}
#PageMainNav .main-nav-item a:hover {
    color: #ff6600;
}
.main-nav-name {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
#PageMainNav .main-nav-name {
    color: #999;
}
.main-nav-name>a {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.main-nav-tags-hide {
    position: absolute;
    left: -20px;
    right: 0;
    bottom: 42px;
    z-index: 99999;
    background: #333333;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    display: none;
}
.main-nav-tags-hide:after {
    position: absolute;
    left:30px;
    bottom: -20px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #333333 ;
}
.main-nav-tags-hide a {
    color: #cccccc;
    font-size: 12px;
    display: inline-block;
    margin: 5px;
}
.main-nav-tags {
    height: 40px;
    overflow: hidden;
}
#PageMainNav .main-nav-tags{
    height: auto;
}
.main-nav-tags a{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin-right: 15px;
}
.main-nav-item a:hover,#PageMainNav .main-nav-item a.active {
    color: #ffa423;
    text-decoration: none;
}

#Footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00873c;
    color: #ffffff;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
}
.btn-common {
    background: #ffba00;
    border: 1px solid #ffca0a;
    border-radius: 0;
    color: #ffffff;
}
.btn-common:hover {
    background: #ff6600;
    border: 1px solid #ffa423;
    border-radius: 0;
    color: #ffffff;
    box-shadow: none;
}
.header-logo img {
    height: 40px;
}
#header-search-input {
    height: 40px !important;
    background: #f1f1f1;
    padding-left: 20px;
    border-radius: 20px 0 0 20px;
    border:0;
    color: #999;
}
#header-search-input:hover {
    background: #555;
}
#header-search-btn {
    width: 50px;
    height: 40px;
    border:0;
    background-color: #ffa423;
    border-radius: 0 20px 20px 0;
    color: #fff;
    font-size: 16px;
}
#header-search-btn:hover {
    background-color: #ff6600;
}
.header-right a{
    display: inline-block;
    text-align: center;
    color: #f1f1f1;
    font-size: 14px;
    margin-left: 15px;
}
.header-right a:hover {
    color: #ffa423;
    text-decoration: none;
}
.header-avatar {
    vertical-align: baseline;
    border-radius: 50%;
    height: 36px;
}
.header-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-nav ul li {
    margin-left: 35px;
    float: left;
}
.header-nav ul li:first-child {
    margin-left: 0;
}
.header-nav ul li a{
    display: block;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.header-nav ul li.active a,.header-nav ul li a:hover {
    color: #ffba00;
    border-bottom: 2px solid;
}
.header-nav ul li.nav-last {
    margin-right: 0;
}
.header-nav ul li.nav-last a{
    padding: 0;
    color: #3dc8a9;
}
.header-nav ul li.nav-last a:hover {
    color: #3dc8a9;
    border-bottom: none;
}
.common-container {
    /*background: #f7f7f7;*/
}
.xs-nav-btn {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #ffba00;
    color: #ffffff;
    border-radius: 5px;
}


#Slider {
    background: #000000;
}
.banner-widget {
    bottom: 80px;
    position: absolute;
    width: 360px;
    left: 10%;
    border-radius: 5px;
    background: rgba(0,0,0,.7);
    color: #ffffff;
    padding: 20px 30px;
}
.banner-widget h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.banner-widget div {
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    color: #eeeeee;
}
.banner-widget a {
    display: inline-block;
    padding: 5px 10px;
    background: #ffa423;
    color: #ffffff;
    margin-top: 10px;
    border-radius: 5px;
}
.banner-widget a:hover {
    background: #f60;
    text-decoration: none;
}
.swiper-hot {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.swiper-hot-container {
    height: 100%;
    position: relative;
}
.swiper-hot ul{
    margin: 0;
    list-style: none;
    padding: 10px 0;
    position: absolute;
    right: 0;
    width: 300px;
    background: rgba(0,0,0,.7);
    top: 0;
    bottom: 0;
    z-index: 99999;
}
.swiper-hot ul li{
    display: block;
}
.swiper-hot ul li a {
    display: block;
    color: #ddd;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 20px;
}
.swiper-hot ul li a:hover {
    color: #ffa423;
    text-decoration: none;
    background: rgba(0,0,0,.2);
}
.section-header {
    margin: 30px 0 15px;
}
.section-header h2,.section-header h2 a {
    color: #222222;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
}
.section-header h2 a:hover {
    text-decoration: none;
    color: #ffa423;
}
.section-header .section-more{
    margin-top: 8px;
    margin-left: 15px;
}
.section-header .section-more a {
    color: #222;
    font-size: 14px;
}
.section-header .section-more a:hover {
    color: #ffa423;
    text-decoration: none;
}
.section-header .section-more span {
    color: #ffa423;
    margin: 0 7px;
}
.section-item-lg {
    width: 22%;
    padding-right: 5px;
}
.section-item-sm {
    width: 19%;
    padding:0 5px;
}
.section-item-lg .item-info,.section-item-sm .item-info {
    padding-bottom: 10px !important;
}

















.common-tit {
    padding-top: 30px;
}
.common-tit h2{
    display: inline-block;
    height: 40px;
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 700;
    border-bottom: 2px solid #444;
}
.common-body {
    /*background: #f7f7f7;*/
    padding: 30px 0 10px;
}
.common-item {
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    display: block;

}
.common-item:hover {
    -webkit-box-shadow: 0 9px 14px 0 rgba(94, 101, 111, 0.24);
    -moz-box-shadow: 0 9px 14px 0 rgba(94, 101, 111, 0.24);
    box-shadow: 0 9px 14px 0 rgba(94, 101, 111, 0.24);
}
.record-active:after {
    position: absolute;
    content: '播放中';
    padding: 5px 10px;
    right: 5px;
    top: 5px;
    background: #ff6600;
    color: #ffffff;
    border-radius: 3px;
}
.back-live {
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    background: #ff6600;
    color: #ffffff;
    border-radius: 2px;
    margin-left: 10px;
    display: none;
    cursor: pointer;
}
.common-label {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    padding: 2px 5px;
}
.common-label-success {
    background: #38b03f;
}
.common-label-warning {
    background: #f1a325;
}
.common-label-info {
    background: #03b8cf;
}
.common-label-defautl {
    background: #666666;
}
.common-label-danger {
    background: #ea644a;
}
.item-cover {
    overflow: hidden;
}
.item-cover img{
    display: block;
    width: 100%;
    margin: 0 !important;
    transition: all 0.2s;
}
.common-item:hover img {
    transform: scale(1.2);
}

.item-info h2{
    padding: 0 10px;
    margin: 15px 0 0 0;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    font-weight: normal;
}
.item-info h2 a,.item-info h2 {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    transition: all .2s;
}
.item-info a:hover{
    color: #ffba00;
}
.item-info-1 {
    margin: 10px 0 0;
    padding: 0 10px 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    color: #bbb;
}
.item-info-1 span {
    margin-right: 20px;
}
.item-info-2 {
    padding: 10px;
    color: #777;
}
.item-info-2 a{
    color: #777;
}
.common-tit-02 {
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    height: 30px;
    line-height: 30px;
    margin: 0 0 25px 0;
}
.common-body-02 {
    background: #ffffff;
    padding: 30px 30px 0 30px ;
    border: 1px solid #eee;
}
.common-body-02 h3{
    margin: 0 0 10px 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: normal;
}
.common-body-02 h3 a {
    color: #000000;
}
.common-info-02 {
    line-height: 20px;
    height: 60px;
    color: #666666;
    font-size: 12px;
    overflow: hidden;
}
.common-item-02 {
    padding-right: 30px;
    margin-bottom: 30px;
}
.common-item-02 img{
    border-radius: 4px;
}
.common-sort ul{
    list-style: none;
    margin: 0 0 0 -30px;
    padding: 0;
    overflow: hidden;
}
.common-sort ul li{
    float: left;
    margin-left: 30px;
}
.common-sort ul li a {
    color: #222;
    font-size: 16px;
    display: block;
    line-height: 30px;
    text-decoration: none;
}
.common-sort ul li a:hover,.common-sort ul li a.active {
    color: #ffb95e;
    border-bottom: 2px solid #ffba00;
}
.private-item {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
}
.private-item:hover {
    box-shadow: 0 9px 14px 0 rgba(94, 101, 111, 0.24);
}
.private-item h3 {
    margin-top: 0;
    max-height: 34px;
    overflow: hidden;
}
.private-item h3 a {
    color: #333333;
}
.private-info {
    height: 76px;
    line-height: 19px;
    overflow: hidden;
    font-size: 12px;
    color: #444444;
}
.private-item img {
    border-radius: 4px;
    transition: all .3s;
}
.private-item:hover img {
    transform: scale(1.2);
}
.private-item .col-sm-5 a {
    display: block;
    overflow: hidden;
}
.section-title {
    border-left: 3px solid #ffba00;
    padding-left: 10px;
}
.to-ellipsis {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.to-ellipsis-2 {
    display: -webkit-box;
    line-height: 20px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.to-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.common-cate {
    padding: 10px 20px 0 20px;
    border: 1px solid rgba(221, 221, 221, 0.68);
    background: rgba(244, 245, 241, 0.62);
    margin-bottom: 20px;
}
.common-cate dl{

}
.common-mulit-cate {
    position: relative;
}
.common-mulit-cate dt {
    width: 60px;
    line-height:24px;
    position: absolute;
    font-size: 15px;
}
.common-mulit-cate dd {
    padding-left: 60px;
}
.common-cate dd {
    line-height:24px;
}
.common-cate dd a{
    display:inline-block;
    color:#444;
    margin-right:15px;
    text-decoration:none;
}
.common-cate dd a:hover,.common-cate dd a.active{
    color:#ffba00;
}

.question-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    display: none;
}
.question-item {
    display: none;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
    top: 50px;
    background: #ffffff;
    z-index: 99999;
    padding: 10px 100px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 10px rgba(255,255,255,.4) ;
}

#AuPlayer {
    position: relative;
}

/*V2 START*/
#V2 #Tooler {
    background: #F44336;
    border-bottom: 1px solid #F44336;
    color: #ffffff;
}
#V2 #Tooler a {
    color: #ffffff;
}
#V2 #Header {
    background: #F44336;
    border-bottom: none;
}
#V2 #Naver {
    background: #F44336;
}
#V2 #Naver .header-nav ul li {
    margin-left: 1px;
}
#V2 #Naver .header-nav ul li a {
    color: #ffffff;
    padding: 0 30px;
    border-radius: 3px 4px 0 0;
}
#V2 #Naver .header-nav ul li.active a,#V2 #Naver .header-nav ul li a:hover {
    background: #ffffff;
    color: #ff0000;
    border-bottom: none;
}

#V2 .common-tit {
    background: #f7f7f7;
}
#V2 .common-tit h2 {
    color: #F44336;
    border-color: transparent;
    padding-left: 76px;
    line-height: 40px;
    background: url('../image/v2-tit.png') left center no-repeat;
 }
#V2 .common-tit-02 {
    color: #F44336;
}
#V3 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
/*#V2 .v2-bg-left {
    position: absolute;
    width: 300px;
    height: 293px;
    left: 0;
    top: 230px;
    background: url('../image/v2-left-bg.png') left top no-repeat;
    background-size: cover;
}
#V2 .v2-bg-right {
    position: absolute;
    width: 300px;
    height: 293px;
    right: 0;
    top: 230px;
    background: url('../image/v2-right-bg.png') left top no-repeat;
    background-size: cover;
}*/
/*V2 End*/
.messager {
    border-radius: 3px !important;
}
@media (max-width: 991px) {
    #headerNav {
        position: absolute;
        left: 0;
        right: 0;
        top: 78px;
        display: none;
        z-index: 99999;
        background: #ffffff;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }
    #headerNav .header-nav ul li {
        width: 100%;
        margin-left: 0;
    }

    /*V2 START*/
    #V2 #Naver #headerNav{
        background: #F44336;
        border: 0;
    }
    #V2 #Naver .header-nav ul li a {
        color: #ffffff;
        padding: 0 30px;
        border-radius: 0;
    }
    #V2 .header-base {
        padding-bottom: 20px;
    }
    /*V2 End*/
}
.common-item-sm {
    color: #777777;
}
.back-mainer .common-item{
    border: 1px solid #dddddd;
}
@media (max-width: 1750px) {
    #V2 .v2-bg-right {
        display: none;
    }
}
@media (max-width: 760px) {
    .common-body-02 h3{
        margin: 15px 0 10px 0;
    }
    .question-item {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        top: 10px;
        background: #ffffff;
        z-index: 99999;
        padding: 10px;
        border: 1px solid #dddddd;
        box-shadow: 0 0 10px rgba(255,255,255,.4) ;
    }
}
@media (min-width: 760px) {
    .common-item-lg .item-info-2{
        margin: 0;
        border: 0;
    }
    .item-info-b {
        margin: 10px 0 0;
        border-top: 1px solid #efefef;
    }
    .item-info-b .item-info-1{
        margin: 0;
        padding: 10px 0 0 10px;
        border: 0;
    }
    .common-item-lg .item-info-2 span{
        color: #bbb;
    }
    .common-item-sm .item-info-2 {
        color: #bbb;
    }
    .common-item-sm .item-info{
        position: absolute;
        height: 30px;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.6);
    }
    .common-item-sm .item-info h2{
        height: 30px;
        line-height: 30px;
        margin: 0;
        color: #CCCCCC;
    }
    .common-item-sm .item-info-extends {
        position: absolute;
        top: 0;
        bottom: 30px;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.7);
        opacity: 0;
        transition: all .3s;
    }
    .common-item-sm:hover {
        color: #eeeeee;
    }
    .common-item-sm:hover .item-info-extends {
        opacity: 1;
    }
    .common-item-sm:hover .item-info h2 {
        color: #FFFFFF;
    }
    .common-item-sm:hover .item-info{
        background: rgba(0,0,0,.7);
    }
    .common-item-sm .item-info-1 {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
}
input,button {
    outline: none;
}
#EdForm .form-control,.ed-form .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: rgb(103, 106, 108);;
    box-shadow: none;
}
#EdForm .form-control:focus,.ed-form .form-control:focus{
    border-color: #f8ac59 !important
}
#EdForm .form-group .control-label,.ed-form .form-group .control-label{
    font-weight: 700;
    color: rgb(103, 106, 108);
    margin: 6px 0 0 0 ;
}
#EdForm .text-muted,.ed-form .text-muted{
    margin: 6px 0 0 0 ;
}
#EdForm .radio-primary, #EdForm .checkbox-primary,.ed-form .radio-primary,.ed-form .checkbox-primary{
    display: inline-block;
    margin-top: 6px;
    margin-right: 15px;
}
.edu-container {
    padding: 30px 10px 0;
}
#EdForm .form-control::placeholder,.ed-form .form-control::placeholder{
    color: #999999;
}

#EdForm .form-control[disabled], #EdForm .form-control[readonly], #EdForm fieldset[disabled] .form-control {
    background: #efeeee;
}
.ed-form .form-control[disabled], .ed-form .form-control[readonly], .ed-form fieldset[disabled] .form-control {
    background: #efeeee;
}
.ed-form .input-group-addon {
    border: 1px solid #e5e6e7;
    background:#efeeee ;
}
.AddonsCt {
    margin-top: 10px;
    padding-left: 10px;
}
.bdsharebuttonbox {
    border: 1px solid #181818;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    margin-right: 10px;
}
.btn-addon {
    cursor: pointer;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #181818;
    background: #181818;
    padding: 0 10px;
    border-radius: 3px;
    color: #ffffff;
}
.btn-addon:hover,.btn-addon.active {
    border: 1px solid #f8ac59;
    color: #f8ac59;
    text-decoration: none;
}
.fav-cut {
    margin-top: 10px;
    background: none;
    padding: 10px;
    position: relative;
}
/*.fav-cut:after {
    position: absolute;
    left: 210px;
    top: -10px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #efeeee;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}*/
#RateTmp {
    position: relative;
    float: right;
    height: 3em;
    width: 3em;
    text-align: center;
    z-index: 9996;
    font-size: 16px;
    color: #ffffff;
}
.play-rate {
    position: relative;
}
.rate-btn {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background: transparent;
    border: 0;
    color: #ffffff;
}
.play-rate ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
#RateTmp:hover .play-rate ul{
    display: block;
}
.play-rate ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 2em;
    font-size: 0.8em;
    text-align: center;
    cursor: pointer;
}
.play-rate ul li:hover {
    background: rgba(0,0,0,.7);
}
.play-rate ul li.active {
    background: #ffffff;
    color: #000000;
}

@media screen and (max-width: 740px){
    .media-attr-box .media-attr {
        webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    #Header {
        background-color: transparent !important;
        background-image: linear-gradient(90deg, #1a2e4a 0, #409890 100%) !important;
        padding-bottom: 0;
    }
    #AttrFrame {
        height: 500px !important;
        max-height: 500px !important;
        min-height: auto !important;
        overflow: auto;
    }
    .item-hidden-xs {
        display: none !important;
    }
    .header-logo img {
        max-width: 100%;
        height: 26px;
    }
    #header-search-input {
        height: 26px !important;
        background-color: transparent;
        color: rgba(255,255,255,0.6);
        background-image: linear-gradient(90deg, rgba(16,36,65,0.259) 0, rgba(17,85,99,0.259) 100%);
    }
    #header-search-input::placeholder {
        color: rgba(255,255,255,0.6);
    }
    #header-search-btn {
        width: 30px;
        font-size: 12px;
        background-color: transparent;
        background-image: linear-gradient(90deg, rgba(16,36,65,0.259) 0, rgba(17,85,99,0.259) 100%);
        height: 26px !important;
        color: #1ac830;
    }
    .header-right {
        padding-left: 0 !important;
        text-align: right !important;
    }
    .header-right a {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        color: rgba(255,255,255,0.6);
    }
    .header-avatar {
        height: 26px;
        width: 26px;
    }
    .banner-swiper .swiper-button-prev,.banner-swiper .swiper-button-next{
        display: none !important;
    }
    .main-nav {
        height: 20px;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .main-nav::-webkit-scrollbar {
        display:none
    }
    .main-nav-item {
        padding: 0;
    }
    .main-nav-name {
        height: 20px;
        text-align: center;
    }
    .banner-swiper {
        height: auto;
    }
    .section-item-sm,.section-item-lg {
        width: 50%;
        padding: 0 5px;
    }
    html{
        min-height: 100%;
        position: relative;
        padding-bottom: 80px;
    }
    .audio-player {
        width: 100% !important;
    }
    .mejs-container {
        width: 100vw !important;
        margin: 0 -10px !important;
    }
    .audio-player-container {
        padding: 0 !important;
    }
    .album_contetns img{
        width: 100%;
    }
    .album_contetns ul{
        overflow: hidden;
    }
    .album_contetns ul li {
        display: block;
        float: left;
        width: 50%;
        padding: 10px;
    }
    .edu-content-cover img {
        width: 100%;
    }
}
.newsparper-container {
    position: relative;
}
.newsparper{
    position: absolute;
    display: block;
    bottom: -5px;
    left: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff0000;
    animation: newsparperAnimation 2s ease infinite;
    margin-right: 10px;
}
@keyframes newsparperAnimation{
    0%{transform: scale(1.4)}
    50%{transform: scale(2)}
    100%{transform: scale(1.4)}
}

.newmessage-container {
    position: relative;
}
.messageparper{
    position: absolute;
    display: block;
    bottom: -5px;
    left: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff0000;
    animation: messageparperAnimation 2s ease infinite;
    margin-right: 10px;
}
@keyframes messageparperAnimation{
    0%{transform: scale(1.4)}
    50%{transform: scale(2)}
    100%{transform: scale(1.4)}
}
.album_contetns .active span{
    color: #ff6600;
}
#mHeadNav {
    padding: 12px 0 6px;
}
#mHeadNav .swiper-slide {
    display: inline-block;
    width: auto !important;
}
#mHeadNav .swiper-slide a {
    padding: 0 10px 6px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: rgba(255,255,255,0.8);
}
#mHeadNav .swiper-slide a.active {
    color: #ffffff !important;
    position: relative;
}
#mHeadNav .swiper-slide a:hover {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
#mHeadNav .swiper-slide a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 10px;
    height: 3px;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #16e05a), to(#16e09d));
    background-image: linear-gradient(to right, #16e05a 0, #16e09d 100%);
    background-repeat: repeat-x;
}
