.body-m {
}
.m-body{
    background:#9d0000;
    background-image: url(../images/back.jpg);
    background-repeat:no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.m-container {
    width: 95%;
    margin: 0 auto;  
    position: relative
}

.m-header {
    padding-top: .7rem;
    padding-bottom: 0;
    height: 4.4rem;
}

.m-header_title {
    width: 5.5rem;
    margin: 0 auto;
    height: 1.14rem;
}
.m-header_title img{
    width: 100%;
    height: auto;
    display: block;
}
.m-header_intor{
    text-align: center;
    font-size: .24rem;
    color: #fefedd;
    margin-top: -.2rem;
}
/*2019-11-26*/
.m-header_infos {
    margin-top: .2rem;
    font-size: .24rem;
    color: #ecccb1;
}

.m-header_infos .m-host {
    font-size: .24rem;
    line-height: 1;
}

.m-header_infos .m-undertake {
    font-size: .24rem;
    line-height: 1;
    margin-top: .1rem;
}

.m-header_data {
    margin-top: .2rem;
}

.m-header_time {
    display: inline-block;
    padding-left: .4rem;
    background: url(../images/icon_01.png) no-repeat;
    line-height: .31rem;
    background-size:contain;
}

.m-header_area {
    display: inline-block;
    padding-left: .4rem;
    background: url(../images/icon_02.png) no-repeat;
    margin-left: .5rem;
    line-height: .31rem;
    background-size:contain;
}

.m-header_main {
    margin-top: .3rem;
    background: #fbf3f3;
    border-radius: .25rem;
    padding: .2rem;
    padding-bottom: .4rem;
}

.m-keynote {
    font-size: 0;
    margin: 0px -.2rem;
}

.m-keynote_item {
    width: 100%;
    padding: .2rem;
}

.m-public_head {
    text-align: center;
    font-size: 0;
}

.m-public_title {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 2.56rem;
    height: .92rem;
    padding-top:.35rem;
    padding-left: 1rem;
    background: url(../images/keynote_title.png) no-repeat;
    text-align: left;
    background-size:contain;
}
/*2021.4.29新加*/
.m-public_title2 {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 3.66rem;
    height: .92rem;
    padding-top:.35rem;
    padding-left: 1rem;
    background: url(../images/keynote_title1.png) no-repeat;
    text-align: left;
    background-size:contain;
}

.m-public_chinese {
    font-size: .28rem;
    color: #ffb307;
}

.m-keynote_main {
    position: relative;
    padding-top: .2rem;
    display: table;
    width: 100%;
}

.m-keynote_mainBox {
    display: table-cell;
    border-radius: .15rem;
    background: #fff url(../images/icon_03.png) no-repeat right bottom;
    height: 2.55rem;
    font-size: .24rem;
    box-shadow: 0 0 .05rem rgba(0, 0, 0, .2);
    vertical-align: middle;
    padding: .2rem;
    line-height: 1.8;
    background-size:contain;
}

.m-keynote_mainBox.m-mainBox2 {
    background-image: url(../images/icon_04.png);
}

.m-keynote_mainBox p {
    text-indent: .44rem;
}

.m-schedule {
   position: relative;
}

.m-schedule_main {   
    margin-top: .25rem;
}

.m-schedule_tabs {
    text-align: center;
    font-size: 0;
    display: flex;
    padding: 0 .2rem;
    justify-content: space-between;
}

.m-schedule_tabs li {
    height: .53rem;
    width: 33.333333%;
    text-align: center;
    line-height: .53rem;
    cursor: pointer;
}

.m-schedule_tabs li.active {
    background: #ce0000;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    border-top: none;
}
.m-schedule_tabs li .m-week {
    color: #333;
    font-size: .24rem;
}
.m-schedule_tabs li .m-week span{
    font-size: .2rem;
}
.m-schedule_tabs li.active .m-week{
    color: #fff;
}
.m-schedule_swiper {
    border: 1px solid #ce0000;
    border-radius: .25rem;
    background: url(../images/icon_05.png) no-repeat;
    background-position: bottom right;
    background-color: #fff;
}
/*2021.4.28*/
.m-schedule-slide {
    position: relative;   
    height: 100%;
}
.m-schedule-slide table{
    width: 100%;
    border-collapse: collapse;
    height: 100%;
}
/*2021.4.28end*/
.m-schedule-slide table td{
    padding: .2rem 0;
    text-align: left;
    vertical-align: middle;
    font-size: .22rem;
    padding-left: .3rem;
    color: #111;    
    border-bottom: 1px solid #dfb3b1;
}

.m-schedule-slide table td:not(:last-child){
    border-right: 1px solid #dfb3b1;
}

.m-schedule-slide table tr:last-child td{
    border-bottom: none;
}
.m-schedule-slide table td:first-child{
    width: 1.3rem;
    color: #9e1611;
    font-size: .24rem;
    text-align: center;
    padding-left: 0;
}
.m-schedule-slide ul{
    padding-left: .25rem;
    padding-right: .3rem;
}
.m-schedule-slide ul li{
    list-style-type:decimal;
    padding: .08rem 0;
}


.m-news {
    margin-top: .5rem;
    position: relative;
}

.m-news .m-public_chinese,
.m-visit .m-public_chinese,
.m-trailer .m-public_chinese,
.m-conf .m-public_chinese{
    color: #ffa82b;
}

.m-news_top {
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    margin-top: .1rem;
}

.m-news_top a {
    color: #fff;
}

.m-news_top a:hover {
    color: #f5dd99;
}

.m-news_main {
    font-size: 0;
    margin-top: .3rem;
}

.m-news_main_swiper {
    width: 100%;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: .25rem;
}

.m-news_main_slide {
    position: relative;
}
.m-news_main_slide::before{
    content: '\20';
    width: 1.09rem;
    height: 1.09rem;
    background: url(../images/play.png) no-repeat;
    background-size:contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    cursor: pointer;
    pointer-events: none;
}
.m-news_main_slide_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 79.120879%;
    cursor: pointer;
    border-radius: .25rem;
}

.m-news_main_right {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: .5rem;
}

.m-news_main_infos {
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: .2rem;
    font-size: .2rem;
    line-height: 1.8;
}

.m-news_main_infos p {
    text-indent: .4rem;
    margin-top: .1rem;
}
.m-news_main_infos div{
    text-align: right;
}
.m-news_main_infos a,
.m-plan_more a {
    color: #b70808;
}

.m-news_inner {
    margin-top: .5rem;
    background: url(../images/back_two.jpg) no-repeat;
    padding: .4rem 0;
    background-size:cover;
}
.m-plan{
    position: relative;
}
.m-plan_top{
    text-align: center;
    font-size: .32rem;
    font-weight: bold;
    line-height: 1.4;
}
.m-plan_top a{
    color: #fff;
}
.m-plan_top a:hover{
    color: #f5dd99;
}
.m-plan_mian{
    background-color: #fbf2f2;
    border-radius: .25rem;
    padding: .2rem;
    margin-top: .3rem;
}
.m-plan_items{
    font-size: 0;
}
.m-plan_item{
    width: 100%;
    vertical-align: top;
    padding: .15rem 0;    
}
.m-plan_box{
    position: relative;
}
.m-plan_item .m-head{
    text-align: center;
    position: relative;
    z-index: 1;
}
.m-plan_item .m-title{
    background-color: #fe7928;
    color: #fff;
    font-size: .24rem;
    height: .5rem;
    line-height: .5rem;
    width: 80%;
    display: inline-block;
    border-radius: .25rem;
}
.m-plan_item .m-main{
    background-color: #fff;
    border-radius: .25rem;
    padding: .3rem .2rem;
    padding-top: .5rem;
    margin-top: -.2rem;
}
.m-plan_item .m-main p{
    font-size: .2rem;
}
.m-plan_more{
    text-align: right;
    font-size: .2rem;
}
.m-spee {
    margin-top: .5rem;
    background: #fbf3f3;
    padding: .2rem;
    position: relative;
    border-radius: .25rem;
}

.m-leader {
    position: relative;    
}

.m-leader_main-item {    
    padding: .2rem 0;
}

.m-leader_main-item_box {
    background: #fff;
    border-radius: .15rem;
    padding: .15rem;
    font-size: 0;
}

.m-leader_main-item_left {    
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .4);
}

.m-leader_main-item_img {
    height: 0;
    padding-bottom: 70.588235%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.m-leader_main-item_right {
    margin-top: .3rem;
}

.m-leader_title {
    background: url(../images/title_back.png) no-repeat;
    font-size: .24rem;
    height: .46rem;
    color: #fff;
    padding-left: .3rem;
    background-size:contain;
    display: flex;
    align-items: center;
}
.m-leader_title .name{
    font-size: .24rem;
}
.m-leader_title .post{
    font-size: .2rem;
}
.m-leader_office {
    font-size: .24rem;
    margin-top: .2rem;
    color: #b70808;
}

.m-leader_info {
    font-size: .18rem;
    margin-top: .1rem;
    color: #676767;
}

.m-leader_bottom {
    text-align: right;
    margin-top: .1rem;
}

.m-leader_bottom.more-two {
    margin-top: .1rem;
}

.m-leader_more {
    display: inline-block;
    border: 1px solid #d52222;
    width: 1.2rem;
    height: .4rem;
    border-radius: 5px;
    font-size: .2rem;
    text-align: center;
    line-height: .4rem;
    color: #d52222;
    cursor: pointer;
}

.m-conf {
    margin-top: .5rem;
}
.m-conf .m-public_title{
    background: url(../images/keynote_title2.png);
    width: 3.16rem;
    background-size:contain;
}
.m-conf_item {
    margin-top: .2rem;
    padding: .2rem;
    background: url(../images/met_bg2.png);
    background-size: 100% 100%;
    border-radius: .25rem;    
}
.m-conf_list {  
   position: relative; 
   display: flex;
   flex-direction: column;
    align-items: center;
    margin-bottom: .5rem;
}
.m-conf_list:nth-child(even){

}
.m-conf_list_photo {
    width: 3rem;
    height: 3rem;   
}

.m-conf_list:nth-child(even) .m-conf_list_photo{
    
}
.m-conf_list_img {
    padding-bottom: 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.m-conf_list_infos {    
   border-radius: .25rem;
   background-color: #fff;
   padding: .2rem;
   margin-top: .2rem;
}

.m-conf_list_title {
   color: #b70808;
    font-size: .24rem;
}
.m-conf_list:nth-child(even) .m-conf_list_title{
    text-align: right;
}
.m-conf_list_main {
    margin-top: .2rem;
    text-align: left;
    font-size: .18rem;
}
.m-conf_list_main a{
    color: #d52222;
}
.m-conf_list_post{
    height: .5rem;
    background: url(../images/title_back2.png) no-repeat;
    background-size:100% 100%;
    padding-left: .45rem;
    margin-top: .1rem;
    display: flex;
    align-items: center;
}
.m-conf_list:nth-child(even) .m-conf_list_post{
    background-image: url(../images/title_back3.png);
    padding-left: 0;
    padding-right: .45rem;
    text-align: right;
    left: auto;
    right: 30px;
}
.m-conf_list_post .name{
    font-size: .24rem;
}
.m-conf_list_post .post{
    font-size: .2rem;
    color: #666666;
    margin-left: .1rem;    
}

.m-visit{
    margin-top: .5rem;
}
.m-visit_swipers{
    font-size: 0;
    padding-top: .25rem;
}
.m-visit_swiper{
    position: relative;
    padding-bottom: .3rem;
}
.m-visit_slide{
    position: relative;
}

.m-visit_item_img{
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: .2rem;
    padding-bottom: 65.934066%;
}
.m-visit_item_title{
    height: .6rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius:.2rem;
    display: table;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .8);
}
.m-visit_item_title span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: .2rem;
    text-align: center;
}

.m-visit_arrow_next,
.m-visit_arrow_prev{
    background:rgba(0, 0, 0, .5) url(../images/arrow_02.png) no-repeat center;
    background-size: .18rem .34rem;
    width: .3rem;
    height:.6rem;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    left: .1rem;
    top: 50%;
    margin-top: -.3rem;
    z-index: 1;
}
.m-visit_arrow_next{
    background-image: url(../images/arrow_01.png);
    left: auto;
    right: .1rem;
}

.m-meeting{
    margin-top: .3rem;
}
.m-meeting_main{
    margin-top: .3rem;
    background: url(../images/met_bg.png) repeat-x;
    background-size: auto 100%;
    border-radius: .25rem;
    padding: .2rem;
}
.m-meeting_prat01{
    margin-top: .1rem;
    font-size: 0;
}
.m-meeting_prat01_item{
    margin-top: .5rem;
}
.m-meeting_prat01_box{
    position: relative;
}
.m-meeting_header{
    text-align: center;
    font-size: 0;
}
.m-meeting_title{
    background: url(../images/dian_title.png) no-repeat;
    padding-left: .5rem;
    padding-right: .05rem;
    background-position: left bottom;
    padding-bottom: .2rem;
    display: inline-block;
    line-height: 1;
    background-size:auto 100%;
}
.m-meeting_title span{
    color: #e64217;
    font-size: .3rem;
}
.m-meeting_prat01_box .main{
    margin-top: .15rem;
}
.m-meeting_prat01_box .main_photo{
    padding: 0 .45rem;
}
.m-meeting_prat01_box .main_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 75%;
}
.m-meeting_prat01_box .main_infos{
    height: .89rem;
    background: url(../images/work_info.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -.3rem;
    padding: .2rem .1rem .05rem;
    text-align: center;
    color: #fff;
}
.m-meeting_prat01_box .main_infos .name{
    font-size: .2rem;
}
.m-meeting_prat01_box .main_infos .post{
    font-size: .18rem;
}
.m-meeting_prat02{
    margin-top: .4rem;
}
.m-meeting_prat02 .m-items{
    font-size: 0;
    margin: 0px -.05rem;
    margin-top: .15rem;
}
.m-meeting_prat02 .m-item{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: .2rem .06rem;
}
.m-meeting_prat02 .m-item_box{
    font-size: .16rem;
}
.m-meeting_prat02 .m-item_photo{
    position: relative;
}
.m-meeting_prat02 .m-item_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 75%;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}
.m-meeting_prat02 .m-item_info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    height: .5rem;
    display: table;
    width: 100%;
    color: #fff;
}
.m-meeting_prat02 .m-item_cell{
    display: table-cell;
    vertical-align: middle;
    padding-left: .15rem;
}
.m-meeting_prat02 .m-item_cell .name{
    font-size: .18rem;
}
.m-meeting_prat02 .m-item_cell .post{
    font-size: .12rem;
}
.m-meeting_prat02 .m-item_intor{
    background-color: #fff;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    padding: .1rem .15rem .2rem;
}
.m-meeting_prat02 .m-item_intor p{
    font-size: .18rem;
}
.m-meeting_prat02 .m-item_intor p a{
    color: #e64217;
}
.m-meeting_prat03{
    margin-top: .3rem;
}
.m-meeting_prat03 .m-items{   
    font-size: 0;
}
.m-meeting_prat03 .m-item{
    margin-top: .3rem;
}

.m-meeting_prat03 .m-item_box{
    font-size: .18rem;
    background-color: #fff;
    border-radius: .15rem;
    padding: .2rem;
}
.m-meeting_prat03 .m-item_table{
    width: 100%;
    display: table;
}
.m-meeting_prat03 .m-item_cell{
    width: 20%;
    display: table-cell;
    vertical-align: middle;
}
.m-meeting_prat03 .m-item_cell:last-child{
    width: 80%;
    padding-left: .2rem;
}
.m-meeting_prat03 .m-item_photo{
    position: relative;
}
.m-meeting_prat03 .m-item_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 136.363636%;
}
.m-meeting_prat03 .m-item_title{
    font-size: .22rem;
    margin-bottom: .2rem;
    color: #c02727;
    line-height: 1.3;
}
.m-meeting_prat03 .name{
    font-size: .2rem;
}
.m-meeting_prat03 .post{
    font-size: .18rem;
}
.m-trailer{
    font-size: 0;
    margin-top: .3rem;
}
.m-trailer .m-public_title{
    width: 2.26rem;
    background-image: url(../images/keynote_title3.png);
}

.m-trailer_right_main{
    margin: 0px -.15rem;
    font-size: 0;
    margin-top: .3rem;
}
.m-trailer_right_item{
    width: 33.333333%;
    padding: .15rem;
    vertical-align: top;
    display: inline-block;
}
.m-trailer_right_item-code{
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
}
.m-trailer_right_item-title{
    font-size: .2rem;
    padding: .1rem 0;
    color: #fff;
    text-align: center;
}

.m-media_box{
    margin-top: .5rem;
} 
.m-media_main{
    margin: 0px -.1rem;
    font-size: 0;
    margin-top: .2rem;
}
.m-media_main_item{
    width: 50%;
    padding: .15rem;
    display: inline-block;
}
.m-media_main_item_logo{
    background-color: #fff;   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-bottom: 25.446429%;
}



.m-footer {
    padding: .5rem 0;
    text-align: center;
    background-color: #8e0101;
    margin-top: .5rem;
}

.m-footer-container {
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 0;
    margin-top: .3rem;
}

.m-footer_logo {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
}

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

.m-footer_info {  
}

.m-footer_info_menu {
    font-size: .2rem;
}

.m-footer_info_menu a {
    color: #fff;
    margin: 0px .05rem;
}
.m-footer_info_menu a:hover {
    color: #f5dd99;
}
.m-footer_info_copy {
    margin-top: .2rem;
    font-size: .2rem;
}
.m-footer_info_filing {
    margin-top: .1rem;
}
.m-footer_info_filing span {
    font-size: .1rem;
}

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

.m-footer_weach {
    margin-top: .2rem;
    display: inline-block;
    width: 38.714286%;
    vertical-align: bottom;
}

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



.m-menus {
    width: .45rem;
    position: fixed;
    right: 0%;
    top: 12%;
    text-align: center;
    height: .85rem;
    transition: all 800ms ease;
    text-align: center;
    z-index: 9;
    font-size: 0;
}

.m-menus:hover {
    width: 2.5rem;
}

.m-showMenu {
    width: .85rem;
    height: .85rem;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    display: inline-block;    
    background:#fff url(../images/menu.png) no-repeat;
    background-size:.48rem .28rem;
    background-position: center;  
    z-index: 99;
    position: relative;
}
.m-showMenu.show{
    background-image: url(../images/menu_close.png);
   background-size: .36rem .36rem;   
   -ms-transition: all 100ms ease;
   -webkit-transition: all 100ms ease;
   -o-transition: all 100ms ease;
   transition: all 100ms ease;
}

.m-menu {
    z-index: 98;
    margin-top: -.3rem;
    width: 2.5rem;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: .1rem;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative;
}


.m-menu.show {
    height: auto;
    padding: .3rem .2rem;
    opacity: 1;
}


.m-menutitle {
    display: none;
}

.m-menu li {
    font-size: .2rem;
    padding: .1rem 0;
    line-height: 1;
}

.m-menu li a {
    color: #fb7422;
    padding: .1rem 0;
    display: block;
    border-radius: .05rem;
}

.m-menu li a:hover {
    color: #fff;
    background-color: #fb7422;
    border-radius: 20px;
}
.m-mask {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

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

.m-mask_main {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    display: flex;
    justify-content: center;
}

.m-mask_people {
    display: inline-block;
    width: 95%;
    background: #fff3eb;
    padding:.3rem;
    padding-top: 0;
    position: relative;
    text-align: center;
    border-radius: .25rem;
}
.m-mask_people_header{
    margin-top: -1rem;
}
.m-mask_people_photo {
    width: 3rem;
    height: 3rem;  
    display: inline-block;
    background: url(../images/pople_box.png) no-repeat;
    position: relative;
    background-size:cover;
}

.m-mask_people_photo_img {
    height: 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;     
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.m-mask_title{
    display: block;   
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.m-mask_title_name{
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    min-width: 1.5rem;
    background: url(../images/bg_name.jpg) repeat-y;
    background-size: 100% 100%;
    padding: 0 .2rem;
    display: inline-block;
    font-size: .24rem;
    color: #fff;
    border-radius: .3rem;
}
.m-mask_post{
    margin-top: .2rem;
    font-size: .2rem;
    color: #585858;        
}


.m-mask_close {
    position: absolute;
    width: .5rem;
    height: .5rem;
    background: url(../images/menu_close2.png) no-repeat;
    background-position: center;
    background-size:.36rem .36rem;
    right: .3rem;
    top: .3rem;
    cursor: pointer;
    display: block;
    z-index: 99;
}
.m-mask_info_box{
    margin-top: .25rem;
    padding: .3rem;       
    background-color: #fff;
    border-radius: .25rem;
    font-size: .18rem;
}
.m-mask_info_js{
    overflow-y: scroll;
    height: 3.5rem;
    padding-right: .1rem;
    text-align: left;
}
.m-mask_info_js .title{
    font-size: .24rem;
    text-align: center;
    margin-bottom: .1rem;
}

.m-mask_info_js::-webkit-scrollbar {
    width: .12rem;
    background: url(../images/sl_bg.png) repeat-y;
    background-size:contain;
}


.m-mask_info_js::-webkit-scrollbar-thumb {
    background:#c8c8c8;
    background-size: contain;
    border-radius: .25rem;
    position: relative;
    width: .12rem;
}

.m-popup-video {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

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

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

.m-popup-video .video .cell {
    display: table-cell;
    vertical-align: middle;
}

.m-popup-video .video .cell video {
    width: 6.5rem;
}
.m-video_close {
    width: .5rem;
    height: .5rem;
    position: absolute;
    background: url(../images/menu_close.png) no-repeat;
    background-position: center;
    background-size:.36rem .36rem;
    right: 0rem;
    top: -.7rem;
    cursor: pointer;
    display: block;
    z-index: 99;
    border-radius: 100%;
}



.v-mask_pic {
    display: inline-block;
    width: 95%;
    position: relative;
}

.v-mask_pic img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.v-mask_pic_title{
    font-size: .18rem;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    min-height:.45rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-mask_close {
    width: .5rem;
    height: .5rem;
    position: absolute;
    background: url(../images/menu_close.png) no-repeat;
    background-size:.36rem .36rem;
    background-position: center;
    right: 0;
    top: -.7rem;
    cursor: pointer;
    display: block;
    z-index: 99;
    border-radius: 100%;
}
.v-mask_people .v-mask_close{
    background-image: url(../images/menu_close2.png);
}
.v-mask_people {
    width: 95%;
    background:#fff3eb;
    padding: .3rem;
    position: relative;
    text-align: left;
    border-radius:.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.v-mask_people_photo {
    width: 1.65rem;
    height: 2.05rem;   
    margin-top: -1rem;
}

.v-mask_people_photo_img {
    height:2.05rem;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: .25rem;  
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .3); 
}

.v-mask_info {
    font-size: .18rem;   
}
.v-mask_info_title{
    margin-top: .2rem;
    background: url(../images/title_back.png) no-repeat;
    background-size:auto 100%;
    height: .46rem;
    font-size: .22rem;
    line-height: .46rem;
    padding-left: .3rem;
    color: #fff;
}
.v-mask_info_title span{
    font-size: .18rem;
}
.v-mask_info_box{
    margin-top: .2rem;
    padding: .3rem;       
    background-color: #fff;
    border-radius: .25rem;
}
.v-mask_info_js{
    overflow-y: scroll;
    height: 3.5rem;
    padding-right: .2rem;
}
.v-mask_info_js .title{
    font-size: .24rem;
    text-align: center;
    margin-bottom: .2rem;
}

.v-mask_info_js::-webkit-scrollbar {
    width: .12rem;
    background: url(../images/sl_bg.png) repeat-y;
    background-size:contain;
}


.v-mask_info_js::-webkit-scrollbar-thumb {
    background:#c8c8c8;
    background-size: contain;
    border-radius: .25rem;
    position: relative;
    width: .12rem;
}
/*2019-11-26*/
.m-content{
    background: #fff;
    min-height: 500px;
    padding: .3rem;   
    color: #333;
    border-radius: .3rem;
}

.m-content_head h1{
    font-size: .3rem;
    text-align: center;
}
.m-content_head .author{
    font-size: .2rem;
    color: #717171;
    text-align: center;
    margin-top: .15rem;
}
.m-content_head .author span{
    margin-top: .1rem;
}
.m-content_main{
    margin-top: .2rem;
   /* font-size: .24rem;
    text-align: center;*/
}
.m-content_main img{
    max-width: 100%;
    /*margin-top: .2rem;*/
    height: auto;
}
/*.m-content_main span{
    font-size: .2rem;
    margin-top: 5px;
}
.m-content_main p{
    text-indent: .48rem;
    margin: .15rem 0;
    text-align: left;
    line-height: 1.8;
}*/
