@import 'swiper.css';
@import 'liMarquee.css';

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

input:focus,
button:focus {
    outline: 0;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    color: #333;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #fff;
}

a:hover {
    color: #f8cc6a;
}

.boby-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
}

.mw-body {
    background: url(../images/back.jpg) no-repeat center bottom;
    padding-bottom: 60px;
}
.mw-body.mw-list{
    background-position:center top;
}
.mw-container {
    width: 1240px;
    margin: 0 auto;
    position: relative;    
}

.mw-header {
    background: url(../images/head_back.jpg) no-repeat center;
    background-size:cover;
    position: relative;
    z-index: 2;    
    height: 0;
    padding-bottom: 549px;
}
.mw-videos{
    padding: 80px 166px 30px;
    position: relative;
}
.mw-videos::after{
    content: '\20';
    background-color: #e8fbfe;
    width: 425px;
    height: 425px;
    position: absolute;
    top: 70px;
    right: 110px;
}
.mw-videos::before{
    content: '\20';
    background-color: #e8fbfe;
    width: 188px;
    height: 188px;
    position: absolute;
    bottom: 30px;
    left: 140px;
}
.mw-videos_box{
    z-index: 2;
    position: relative;
    padding: 20px;
}
.mw-videos_photo{    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 488px;    
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(11, 70, 138, .37);
    position: relative;
    cursor: pointer;
}
.mw-videos_title{
    height: 65px;
    background-color: rgba(79, 222, 220, .88);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.mw-videos_title span{
    margin: 0px 15px;
    display: inline-block;
}
.mw-videos_play{
    width: 128px;
    height: 128px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: translate(-50%,-50%);   
    transform: translate(-50%,-50%);    
}

.mw-video_tabs{
    font-size: 0;
    margin: 0px -10px;
    padding: 0 150px;
}
.mw-video_tab{
    padding: 10px;
    width: 33.333333%;
    display: inline-block;
}
.mw-video_tab_box{
    height: 164px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(11, 70, 138, .37);
    position: relative;    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    cursor: pointer;
}


.mw-video_tab_box_text{
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/tab_mask.png) no-repeat;
    background-size:cover;
    border-radius: 15px;
    padding-left: 35px;
    padding-top: 30px;
}
.mw-video_tab.active .mw-video_tab_box_text{
    background: rgba(255,255,255,.5);
    border:2px solid #2ddfff;
}

.mw-video_tab_box_text .title{
    font-size: 26px;
    color: #333;
    border-bottom: 3px solid #333;
    padding-bottom: 8px;
    display: inline-block;
}
.mw-video_tab_box_text .name{
    font-size: 18px;
    margin-top: 20px;
    margin-left: -10px;
    color: #333;
}
.mw-video_tab.active .mw-video_tab_box_text .title{
    border-bottom: 3px solid #199cb1;
}
.mw-video_tab.active .mw-video_tab_box_text .title,
.mw-video_tab.active .mw-video_tab_box_text .name{
    color: #199cb1;
}

.mw-battle{
    margin-top: 40px;
}

.mw-public_head{
    font-size: 0;
    position: relative;
}
.mw-public_title{
    display: inline-block;
    height: 49px;
    width: 331px;
    background: url(../images/public_title.png) no-repeat;
    font-size: 28px;
    line-height: 49px;
    padding-left: 105px;
    color: #fff;
}
.mw-public_more{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    text-align: right;
    font-size: 18px;
}
.mw-public_more a{
    color: #666666;
}
.mw-public_more a:hover{
    color: #018b9e;
}


.mw-battle-swiper .swiper-slide {
    position: relative;
}
.mw-battle-swiper .swiper-slide-visible.swiper-slide-active {
    z-index: 11 !important;
    margin-top: 100px;
}
.mw-battle-swiper .swiper-slide-visible.swiper-slide-prev,
.mw-battle-swiper .swiper-slide-visible.swiper-slide-next {
    z-index: 10 !important;
    margin-top: 50px;
}


.mw-battle_swiper{
    margin-top: 30px;
    position: relative;
    height: 406px;
}
.mw-battle_solid{
    position: relative;
    padding: 20px 0px;
    width: 356px;
    margin: 0 auto;
}
.mw-battle_solid_photo{
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(11, 70, 138, .37);
    position: relative;    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;    
    position: relative;
    height: 198px;
    cursor: pointer;
}
.mw-battle_solid_photo::before{
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 10px;
    opacity: 0;
}
.mw-battle_solid_photo_play{
    content: '\20';
    width: 85px;
    height: 85px;
    background: url(../images/play.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 2;    
    display: block;
}
.mw-battle_solid_infos{
    margin-top: 20px;    
    opacity: 0;
    text-align: center;
}
.mw-battle_solid_infos .title{
    font-size: 18px;
    color: #408ce2;
}
.mw-battle_solid_infos .author{
    font-size: 14px;
    margin-top: 5px;
}
.mw-battle_solid_infos .author span{
    margin: 0px 5px;
}
.swiper-slide-active .mw-battle_solid_photo::before,
.swiper-slide-active .mw-battle_solid_photo_play,
.swiper-slide-active .mw-battle_solid_infos{
   opacity: 1;
}   
.mw-battle-swiper_prev,
.mw-battle-swiper_next {
    background: url(../images/icon_arrow.png) no-repeat;
    background-size:contain;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 30%;
    left: -80px;
    cursor: pointer;
    z-index: 2;    
    box-shadow: 0 0 15px rgba(11, 70, 138, .37);
    border-radius: 100%;
}

.mw-battle-swiper_next {
    left: auto;
    right: -80px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mw-expression{
    margin-top: 30px;
}
.mw-expression_vidoes{
    padding: 0px 100px;
    margin: 0px -45px;
    font-size: 0;
}
.mw-expression_vidoe{
    width: 33.333333%;
    display: inline-block;
    padding: 45px;
}
.mw-expression_vidoe_box{
    background-color:#fff;
    border-bottom: 10px solid #23a6bb;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(11, 70, 138, .37);
}
.mw-expression_vidoe_photo{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;    
    position: relative;
    height: 358px;
    cursor: pointer;
}
.mw-expression_vidoe_box:hover .mw-expression_vidoe_photo::before{
    content: '\20';
    position: absolute;
    background-color: rgba(64, 140, 226, .6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
    z-index: 1;
}
.mw-expression_vidoe_box:hover .mw-expression_vidoe_play{    
    width: 85px;
    height: 85px;
    background: url(../images/play.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); 
    z-index: 2;    
    display: block;
}
.mw-expression_vidoe_infos{
    padding: 20px 15px;
    color: #5395e4;
    font-size: 18px;
}
.mw-expression_vidoe_infos .title{
  
}
.mw-expression_vidoe_infos .unit{
    margin-top:10px;
}
.mw-expression_items{
    margin: 0px -6px;    
    margin-top: 0px;
    font-size: 0;
    padding: 20px 0;
}
.mw-expression_item{
    padding: 0px 6px;
    width: 14.2857143%;
    display: inline-block;
    vertical-align: top;
}
.mw-expression_item_photo{
    border-radius: 10px;
    border-bottom: 5px solid #23a6bb;        
    box-shadow: 0 0 15px rgba(11, 70, 138, .37);
    position: relative;    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;    
    position: relative;
    height: 0;
    padding-bottom: 132.919255%;    
    cursor: pointer;
}
.mw-expression_item_photo:hover .mw-expression_item_play{
    width: 55px;
    height: 55px;
    background: url(../images/play.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); 
    z-index: 2;    
    display: block;
}
.mw-expression_item_photo-title{
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
    text-align: center;
    color: #5395e4;
}
.mw-bit{
    margin-top: 30px;
}
.mw-bit_main{
    margin-top: 30px;
    background:url(../images/bit_back.png) repeat-x;
    height: 301px;
    padding: 34px 0;    
    box-shadow: 0 0 20px rgba(11, 70, 138, .37);
}
.mw-bit_items{
    background-color: #fff;
}
.mw-bit_item{
    border-right: 1px solid #040404;
    width: 303px;    
    vertical-align: top;
    display: inline-block;
    height: 233px;
}
.mw-bit_item_photo{
    padding-bottom: 57.615894%;
    height: 0;
    position: relative;    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;    
    position: relative;
    cursor: pointer;
}
.mw-bit_item_photo:hover .mw-bit_item_photo_play{
    width: 55px;
    height: 55px;
    background: url(../images/play.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); 
    z-index: 2;    
    display: block;
}
.mw-bit_item_infos{
    font-size: 16px;
    color: #2c609a;
    padding: 5px 10px;
}
.mw-bit_item_infos .title{
    margin-top: 5px;
}   
.mw-bit_item_infos .unit{
    margin-top: 8px;
}
.mw-bit_item_infos .unit span{
    display: inline-block;
    margin: 0px 3px;
}

.mw-footer {
    padding: 20px 0;
    background-color:#199cb1;
}
.mw-footer-container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 0;
}

.mw-footer_logo {
    display: inline-block;
    width: 16.5%;
    vertical-align: bottom;
    padding-right: 20px;
}

.mw-footer_logo_img {
    height: 0;
    padding-bottom: 87.209302%;
    background: url(../images/foot_logo.png) no-repeat;
    background-size: contain;
}

.mw-footer_info {
    display: inline-block;
    width: 62.785714%;
    padding-left: 20px;
    vertical-align: bottom;
}

.mw-footer_info_menu {
    font-size: 18px;
    margin-left: -20px;
}

.mw-footer_info_menu a {
    color: #fff;
    margin: 0px 20px;
}

.mw-footer_info_menu a:hover {
    color: #f5dd99;
}

.mw-footer_info_copy {
    margin-top: 30px;
    font-size: 22px;
}

.mw-footer_info_filing {
    margin-top: 10px;
}

.mw-footer_info_filing span {
    font-size: 16px;
    margin-right: 35px;
}

.mw-footer_info_right {
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding-top: 20px;
}

.mw-footer_weach {
    display: inline-block;
    width: 18.714286%;
    vertical-align: bottom;
}

.mw-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}
/*二级*/
.mw-sections{
    margin: 0px -10px;
    font-size: 0;
    padding-top: 80px;
}
.mw-section{
    width: 50%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;    
}
.mw-section_box{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(11, 70, 138, .37);
    border-bottom: 10px solid #23a6bb;
    padding: 30px 40px;    
    background: no-repeat top right;    
    background-color: #fff;
}
.mw-section_box.mw-icon01{
    background-image: url(../images/icon_01.png);
}
.mw-section_box.mw-icon02{
    background-image: url(../images/icon_02.png);
}
.mw-section_box.mw-icon03{
    background-image: url(../images/icon_03.png);
}
.mw-section_box.mw-icon04{
    background-image: url(../images/icon_04.png);
}
.mw-section_box.mw-icon05{
    background-image: url(../images/icon_05.png);
}
.mw-section_head{
    border-bottom: 1px solid #8ccdd8;
    padding-bottom: 15px;
    position: relative;
}
.mw-section_title{
    background: url(../images/icon_bak.png) no-repeat;
    height: 29px;
    padding-left: 60px;    
    font-size: 20px;
    color: #1699ae;
    line-height: 29px;
    font-weight: bold;
}
.mw-section_more{
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
}
.mw-section_more a{
    color: #666666;
}
.mw-section_more a:hover{
    color: #1a9db2;
}
.mw-section_main{
    margin-top: 25px;
}
.mw-section_swiper{
    font-size: 0;
}
.mw-section_slide{   
    font-size: 0;
    height: 215px;
}
.mw-section_swiper_left{
    width: 70%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
.mw-section_swiper_photo{
    height: 195px;
    position: relative;    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;    
    position: relative;
    border-radius: 10px;    
    box-shadow: 0 0 10px rgba(11, 70, 138, .37);
    cursor: pointer;
}
.mw-section_swiper_photo:hover .mw-section_swiper_photo_play{
    width: 55px;
    height: 55px;
    background: url(../images/play.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); 
    z-index: 2;    
    display: block;
}
.mw-section_swiper_right{
    width: 30%;    
    display: inline-block;
    padding-left: 15px;       
    vertical-align: top;
}
.mw-section_swiper_right .title{
    font-size: 24px; 
    margin-top: 5px;
}
.mw-section_swiper_right .title:nth-child(2),
.mw-section_swiper_right .title:nth-child(3){
    margin-top: 45px;
}
.mw-section_swiper_right .title span{
    color: #1a9db2;
}
.mw-song_tabs,
.mw-recite_tabs,
.mw-dance_tabs,
.mw-sand_tabs,
.mw-bit_tabs,
.mw-qt_tabs{
    font-size: 0;
    margin: 15px -5px;
}
.mw-song_tab,
.mw-recite_tab,
.mw-dance_tab,
.mw-sand_tab,
.mw-bit_tab,
.mw-qt_tab{
    width: 33.33333%;
    display: inline-block;
    padding: 0px 5px;
}

.mw-video_tab_box{
    height: 0;
    padding-bottom: 58.064516%;    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;    
    cursor: pointer;
    position: relative;
}
.mw-song_tab.active .mw-video_tab_box::before,
.mw-recite_tab.active .mw-video_tab_box::before,
.mw-dance_tab.active .mw-video_tab_box::before,
.mw-sand_tab.active .mw-video_tab_box::before,
.mw-bit_tab.active .mw-video_tab_box::before,
.mw-qt_tab.active .mw-video_tab_box::before{
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 15px;
}
.mw-dence_slide{
   
}
.mw-dence_swiper_top{
    height: 277px;
    padding: 10px;
}
.mw-dence_swiper_bottom{
    height: 55px;
    text-align: center;
    padding-top: 20px;
}
.mw-dence_swiper_bottom .title{
    display: inline-block;
    font-size: 24px;
}
.mw-dence_swiper_bottom .title span{
    color: #1a9db2;
}
.mw-dence_swiper_photo{
    height: 267px;
    position: relative;    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;    
    position: relative;
    border-radius: 10px;    
    box-shadow: 0 0 10px rgba(11, 70, 138, .37);
}

.mw-dance-pagination{
    text-align: center;
    margin-top: 10px;
}
.mw-dance-pagination .swiper-pagination-switch{
    background-color: #d2d2d2;
    width: 24px;
    height: 4px;    
}
.mw-dance-pagination .swiper-active-switch{
    background-color: #23a6bb;
    width: 44px;
}
.mw-book{
    margin-top: 30px;
}
.mw-book_items{
    margin: 0px -15px;
    font-size: 0;
}
.mw-book_item{
    padding: 15px;
    display: inline-block;
    width: 33.3333333%;
}
.mw-book_item_box{
    display: block;
}
.mw-book_item_photo{
    height: 0;
    padding-bottom: 55.393586%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;   
    box-shadow: 0 0 20px rgba(18, 86, 103, .43); 
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}
.mw-book_item_photo:hover .mw-book_item_photo_play{
    width: 75px;
    height: 75px;
    background: url(../images/play.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;    
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); 
    z-index: 2;    
    display: block;
}
.mw-book_item_title{
    color: #1e9fb4;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
/*弹出视频*/
.mw-popup-video {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mw-popup-video .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}

.mw-popup-video .video {
    position: absolute;
    background-color: #000;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    z-index: 1;
}

.mw-popup-video .video .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mw-popup-video .video .cell video {    
    max-width: 90%;
    min-height: 500px;
    max-height: 600px;
}
/*详情页*/
.mw-details{
    padding: 20px 0;
}
.mw-crumbs{
    height: 25px;
    padding-left: 30px;
    background: url(../images/home_icon.png) no-repeat;
    background-size:contain;
    color: #666;
    line-height: 25px;
}
.mw-crumbs a{
    color: #666;
}
.mw-crumbs a:hover{    
    color: #0e97ab;
}
.mw-crumbs span{
    color: #0e97ab;
}
.mw-creations_head{
    text-align: center;
    margin-top: 40px;
}
.mw-creations_head .mw-public_title{
    text-align: left;
}

.mw-creations{
    margin: 0px -10px;
    font-size: 0;
    margin-top: 30px;
    padding-bottom: 50px;
}
.mw-creations_item{
    width: 25%;
    display: inline-block;
    padding: 10px;
}
.mw-creations_box{
    position: relative;
    background-color: #fff;
    padding-bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.body-m {
    display: none;
}
@media screen and (max-width: 1440px) {  
    .mw-body {
        padding-bottom: 30px;
    }
    .mw-container {
        width: 980px;
        margin: 0 auto;
        position: relative;    
    }

    .mw-header {
        background: url(../images/head_back.jpg) no-repeat center;
        background-size:cover;
        padding-bottom: 359px;
    }
    .mw-videos{
        padding: 40px 56px 20px;
    }
    .mw-videos::after{
        width: 325px;
        height: 325px;
        top: 20px;
        right: 50px;
    }
    .mw-videos::before{
        width: 128px;
        height: 128px;
        bottom: 10px;
        left: 40px;
    }
    .mw-videos_box{
        padding: 20px;
    }
    .mw-videos_photo{    
        height: 428px;    
    }
    .mw-videos_title{
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .mw-videos_title span{
        margin: 0px 10px;
    }
    .mw-videos_play{
        width: 88px;
        height: 88px;   
        background-size:contain;
    }

    .mw-video_tabs{
        padding: 0 50px;
    }
    .mw-video_tab_box{
        height: 140px;
    }

    .mw-video_tab_box_text{
        padding-left: 15px;
        padding-top: 20px;
    }
    .mw-video_tab.active .mw-video_tab_box_text{
        background: rgba(255,255,255,.5);
        border:2px solid #2ddfff;
    }

    .mw-video_tab_box_text .title{
        font-size: 20px;
        border-bottom: 2px solid #333;
        padding-bottom: 5px;
    }
    .mw-video_tab_box_text .name{
        font-size: 16px;
        margin-top: 15px;
    }

    .mw-battle{
        margin-top: 30px;
    }
    .mw-public_title{
        font-size: 24px;
    }
    .mw-public_more{
        font-size: 16px;
    }
    .mw-battle_swiper{
        margin-top: 20px;
    }
    .mw-battle_solid{
        position: relative;
        padding: 20px 0px;
    }
    .mw-battle_solid_photo{
        height: 198px;
    }
    .mw-battle_solid_photo_play{
        width: 55px;
        height: 55px;
    }
    .mw-battle_solid_infos .author span{
        margin: 0px 5px;
    }
    .mw-battle-swiper_prev,
    .mw-battle-swiper_next {
        left: 20px;
    }

    .mw-battle-swiper_next {
        left: auto;
        right: 20px;
    }
    .mw-expression{
        margin-top: 20px;
    }
    .mw-expression_vidoes{
        padding: 0px 20px;
        margin: 0px -25px;
    }
    .mw-expression_vidoe{
        padding: 25px;
    }
    .mw-expression_vidoe_photo{
        height: 338px;
    }
    .mw-expression_vidoe_box:hover .mw-expression_vidoe_play{

        width: 55px;
        height: 55px;
    }
    .mw-expression_vidoe_infos{
        font-size: 16px;
    }
    .mw-expression_vidoe_infos .title{
        
    }
    .mw-expression_vidoe_infos .unit{
        margin-top:5px;
    }
    .mw-expression_items{
        padding: 10px 0;
    }
    .mw-bit{
        margin-top: 20px;
    }
    .mw-bit_item_infos{
        font-size: 14px;
    }
    .mw-bit_item_infos .title{
        margin-top: 5px;
    }   
    .mw-bit_item_infos .unit{
        margin-top: 8px;
    }

    .mw-footer-container {
        width: 900px;
        padding: 10px 0;
    }
    .mw-footer_info_menu {
        font-size: 14px;
    }


    .mw-footer_info_copy {
        font-size: 18px;
    }


    .mw-footer_info_filing span {
        font-size: 14px;
        margin-right: 35px;
    }

    .mw-footer_info_right {
        font-size: 14px;
    }

    .mw-footer_weach {
        display: inline-block;
        width: 18.714286%;
        vertical-align: bottom;
    }

    .mw-footer_weach_img {
        height: 0;
        padding-bottom: 55.454545%;
        background: url(../images/wx_ico.png) no-repeat;
        background-size: contain;
    }

    /*二级*/
    .mw-sections{
        padding-top: 30px;
        margin: 0px -5px;
    }
    .mw-section{
        padding: 5px;        
    }
    .mw-section_box{
        padding: 10px 20px;
        background-size:170px auto;
    }
    .mw-section_head{
        padding-bottom: 10px;
    }
    .mw-section_more{
        font-size: 14px;
    }
    .mw-section_main{
        margin-top: 15px;
    }
    .mw-section_slide{   
        font-size: 0;
        height:185px;
    }
    .mw-section_swiper_photo{
        height: 165px;
    }
    .mw-section_swiper_right .title{
        font-size: 16px; 
        margin-top: 10px;
    }
    .mw-section_swiper_right .title:nth-child(2),
    .mw-section_swiper_right .title:nth-child(3){
        margin-top: 30px;
    }
    .mw-section_swiper_right .title span{
        color: #1a9db2;
    }
    .mw-song_tabs,
    .mw-recite_tabs,
    .mw-sand_tabs,
    .mw-bit_tabs,
    .mw-qt_tabs{
        font-size: 0;
        margin: 15px -5px;
    }
    .mw-song_tab,
    .mw-recite_tab,
    .mw-sand_tab,
    .mw-bit_tab,
    .mw-qt_tab{
        width: 33.33333%;
        display: inline-block;
        padding: 0px 5px;
    }
    .mw-video_tab_box{
        height: 0;
        padding-bottom: 50.064516%;    
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;    
        cursor: pointer;
    }
    .mw-dence_swiper_top{
        height: 217px;
        padding: 10px;
    }
    .mw-dence_swiper_bottom .title{
        font-size: 16px;
    }
    .mw-dence_swiper_photo{
        height: 207px;
    }
    .mw-dance-pagination{
        text-align: center;
        margin-top: 10px;
    }
    .mw-dance-pagination .swiper-pagination-switch{
        background-color: #d2d2d2;
        width: 24px;
        height: 4px;    
    }
    .mw-dance-pagination .swiper-active-switch{
        background-color: #23a6bb;
        width: 44px;
    }
    .mw-book{
        margin-top: 20px;
    }
    .mw-book_item_title{
        font-size: 16px;
    }
    
    
   
}

@media screen and (max-width: 1024px) {
    .body-pc {
        display: none;
    }

    .body-m {
        display: block;
    }    
    .mw-popup-video .video {
        position: absolute;
        background-color: #000;
        min-width: 80%;
        max-width: 90%;
        max-height: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: table;
        z-index: 1;
    }

    .mw-popup-video .video .cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .mw-popup-video .video .cell video {
        max-height: 600px;
        max-width: 95%;
    }  

}