
.page-m {
    max-width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: url(../images/back.jpg) no-repeat;
    background-size:100% auto;
    background-color: #fd5e36;
    background-position: center top;
}

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

.m-header {
    position: relative;
}

.m-header_logo {
    text-align: center;
    height: 1rem;
    padding-top: .35rem;
}

.m-header_logo .m-logo {
    width: 5.5rem;
    display: inline-block;
}
.m-header_logo .m-logo img {
    width: 100%;
    height: auto;
}

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

.m-menu {
    text-align: center;
}

.m-menu li {
    height: .4rem;
    display: inline-block;
    padding: .3rem;
    line-height: .4rem;
}

.m-menu li a {
    display: block;
    color: #fff;
    font-size: .24rem;
    background-color: #a90ab8;
    width: 2.5rem;
    height: .4rem;
}

.m-menu li a:hover {
    color: #fcef06;
}

.m-body {
    padding-top: .5rem;
}

.m-box01 {
    position: relative;
}

.m-public_head {
    text-align: center;
    position: relative;
}

.m-public_search {
    position: absolute;
    left: 0;
    top: 0;
    width: .3rem;
    height: .3rem;
}

.m-public_search a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff url(../images/zoom.png) no-repeat center;
    background-color: #fff;
    border-radius: .3rem;
    background-size:.15rem .15rem;
}

.m-public_head::before,
.m-public_head::after {
    content: '\20';
    height: 2px;
    background-color: #fff;
    width: .8rem;
    position: absolute;
    left: .5rem;
    top: 50%;
    margin-top: -1px;
}

.m-public_head::after {
    left: auto;
    right: 0;
    width: .1.2rem;
}

.m-public_title {
    display: inline-block;
    position: relative;
    padding: 0px .3rem;
    color: #fff;
    font-size: .32rem;
}

.m-public_title::before,
.m-public_title::after {
    content: '\20';
    background: url(../images/icon_left.png) no-repeat;
    background-size:contain;
    width: .15rem;
    height: .2rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.m-public_title::after {
    left: auto;
    right: 0;
    background-image: url(../images/icon_right.png);
}

.m-data {
    padding-top: .2rem;
}

.m-data_left {
    position: relative;
    border-bottom: 2px solid #fff;
    margin-bottom: .2rem;
}

.m-data_tabs {
    position: relative;
    display: flex;
}

.m-data_tab {
    width: 25%;
    height: 1.3rem;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: .24rem;;
    padding: .05rem .1rem;
    cursor: pointer;
    margin: .1rem 0;
}

.m-data_tab::after {
    content: '\20';
    width: .1rem;
    height: .1rem;
    border-radius: .1rem;
    background: url(../images/dian.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -.17rem;
    margin-left: .05rem;
}

.m-data_tab.active {
    background-color: #fff;
    color: #ff6534;
}

.m-data_tab.active::after {
    content: '\20';
    width: .23rem;
    height: .23rem;
    border-radius: .23rem;
    background: url(../images/dian_active.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -.12rem;
    bottom: -.26rem;
}

.m-data_tab.active::before {
    content: '\20';
    width: .12rem;
    height: .18rem;
    background: url(../images/sj_active.png) no-repeat;
    background-size:contain;
    position: absolute;
    left:50%;
    bottom: -.08rem;
    margin-top: -.06rem;
}

.m-data_right {    
    position: relative;  
}

.m-data_box {
    background-color: #fff;
    min-height: 2rem;
    padding: .1rem;
    position: relative;
    z-index: 1;
    box-shadow: 0px .05rem .2rem rgba(231, 46, 0, .5);
}

.m-data_swiper {
    position: relative;
}

.m-data_swiper ul {
    font-size: 0;
}

.m-data_swiper ul li {
    width: 16.6666667%;
    display: inline-block;
    font-size: .24rem;
    text-align: center;
    padding: .1rem 0;
}

.m-data_swiper ul li a {
    display: inline-block;
}


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

.m-box02 .m-public_head .m-public_title {
    padding: 0px .3rem;
}

.m-box02 .m-public_head::before,
.m-box02 .m-public_head::after {
    width: 1.5rem;
    left: 0;
}

.m-box02 .m-public_head::after {
    left: auto;
    right: 0;
}

.m-praise {
    padding: .3rem 0;
    position: relative;  
    padding-bottom: .5rem;  
}

.m-praise_swiper {
    background-color: #fff;
}

.m-praise_slide {
    
}

.m-praise_photo {    
    vertical-align: top;
}

.m-praise_img {
    width: 100%;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.m-praise_infos {
    padding: .2rem .25rem .2rem .3rem;
    vertical-align: top;
}

.m-praise_infos .m-praise_title {
    font-size: .3rem;
}

.m-praise_infos .m-praise_text {
    color: #757575;
    font-size: .24rem;
    margin-top: 20px;
    text-indent: 2em;
    line-height: 2.2;
}

.m-praise_infos .m-praise_bottom {
    margin-top: .2rem;
    text-align: right;
}

.m-praise_infos .m-praise_more {
    width: 1.26rem;
    height: .12rem;
    background: url(../images/more.png) no-repeat;
    background-size:contain;
    display: inline-block;
}

.m-praise-pagination {
    position: absolute;
    bottom: 0;
    height: .2rem;
    left: 0;
    right: 0;
    text-align: right;
    font-size: 0;
}

.m-praise-pagination .swiper-pagination-switch {
    height: 2px;
    width: 1.05rem;
    background-color: #fff;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.m-praise-pagination .swiper-active-switch {
    background-color: #a90ab8;
    height: 4px;
}

.m-box03 {
    position: relative;
    margin-top: .4rem;
}

.m-box03_head {
    text-align: left;
}

.m-box03_title {
    color: #fff;
    font-size: .32rem;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.m-box03_title::after {
    content: '\20';
    background: url(../images/icon_right.png) no-repeat;
    background-size:contain;
    width: .15rem;
    height: .2rem;
    position: absolute;
    right: -.25rem;
    top: 0;
}

.m-interview {
    padding-top: .4rem;
}

.m-interview_tabs {
    height: .51rem;
    border-bottom: 1px solid #fff;
    font-size: 0;
    display: flex;
}

.m-interview_tab {
    color: #fff;
    font-size: .24rem;
    width: 25%;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.m-interview_tab::after {
    content: '\20';
    height: .3rem;
    position: absolute;
    right: 0;
    width: 1px;
    background-color: #fd9d81;
    bottom: .1rem;
}
.m-interview_tab:last-child::after,
.m-interview_tab.active::after{
    display: none;
}
.m-interview_tab.active {
    border: 1px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: none;
    cursor: auto;
}


.m-interview_mains {
    padding: .4rem 0;
}

.m-interview_main {
    font-size: 0;
}
.m-interview_main.noshow{
    display: none;
}
.m-interview_main.show {
    display: block;
}
.m-interview_left {
    
}

.m-interview_swiper {
    
}

.m-interview_solid {
    position: relative;
}

.m-interview_swiper_photo {
    width: 7rem;
    height: 3.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.m-interview_swiper_tabs01,
.m-interview_swiper_tabs02,
.m-interview_swiper_tabs03,
.m-interview_swiper_tabs04 {
    font-size: 0;
    margin: 0px -.06rem;
    margin-top: .1rem;
}

.m-interview_swiper_tab {
    width: 33.33333333%;
    height: 1.1rem;
    display: inline-block;
    padding: 0px .06rem;
    cursor: pointer;
}

.m-interview_swiper_tab_img {
    height: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

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

.m-interview_item {
    position: relative;
    background-color: #fff;
}


.m-interview_item .m-ul {
    background-color: #fff;
    padding: .2rem .2rem;
    margin-top: .1rem;
}

.m-interview_item .m-ul li {
    font-size: .24rem;
    position: relative;
    padding: .05rem 0;
    padding-left: .25rem;
}

.m-interview_item .m-ul li::before {
    content: '\20';
    width: .06rem;
    height: .06rem;
    border-radius: .06rem;
    background-color: #fc5c2c;
    position: absolute;
    left: 0;
    top: .15rem;
}

.m-interview_item .m-ul li a {
    color: #ababab;
}

.m-interview_item .m-ul li a:hover {
    color: #fc5c2c;
}
.m-interview_item .m-interview_more{
    text-align: right;
    padding:.1rem .2rem;
}
.m-interview_item .m-interview_more a{
    color: #fc5b2a;
    font-size: .24rem;
}
.m-interview_item .m-interview_more a:hover{
    color: #c90916;
}
.m-interview_main.show {
    display: block;
}


.m-box04 {
    position: relative;
    margin-top: .1rem;
    border-top: 3px solid #fff;
    padding-top: .2rem;
}

.m-topic {
    
}

.m-topic_item {
    padding: .1rem 0;
}

.m-topic_item .m-photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.83rem;
    display: block;
    box-shadow: 0px 5px 15px rgba(231, 46, 0, .4);
}

.m-footer {
    background-color: #fa4400;
    border-top: .05rem solid #e1e1e1;
    padding-top: .6rem;
    padding-bottom: .4rem;
    margin-top: .4rem;
    color: #fff;
}

.m-footer_main {
    text-align: center;
    font-size: .24rem;;
    color: #fff;
    line-height: 2.2;
}

/*二级页面*/
.page-m.list-page{
    background: #f7f7f7;
}
.m-list_header{
    height: 2.3rem;
    background: url(../images/banner.jpg) no-repeat;
    background-size:cover;
    background-position: center;
    padding-top: .7rem;
}
.m-list_header__logo{
    width: 5.5rem;;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    padding-left: .3rem;     
    height: .8rem;   
    padding-top: .24rem;
}
.m-list_header__text{    
    position: relative;
    padding-left: .3rem;
    font-size: .28rem;
    line-height: 1;
}
.m-list_header__text::before{
    content: '\20';
    width: .05rem;
    height: .3rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.m-body.list-body{
    padding-top: 0;
}
.m-serach_inner{
    background-color: #fff;
    padding: .25rem 0;
}
.m-serach_head{
    position: relative;
}
.m-serach_title{
    display: inline-block;
    font-size: .24rem;;
    line-height: 1;
}
.m-serach_select{
    width: .27rem;
    height: .15rem;
    background: url(../images/sj_select.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: .2rem;
    cursor: pointer;
    display: block;
}
.m-serach_terms{
    margin-top: .2rem;
}
.m-serach_term{
    font-size: 0;
    border-top: 1px solid #eee;
    padding: .1rem 0;
    font-size: 0;
}
.m-serach_term__title{
    font-size: .24rem;;
    vertical-align: top;
    display: inline-block;  
    width: .8rem;  
}
.m-serach_term__list{
    vertical-align: top;
    display: inline-block;
    width: 5.2rem;
}
.m-serach_term__list a{
    display: inline-block;
    margin-right: .3rem;
    font-size: .24rem;;
    padding-top: .05rem;
}
.m-list_main{
    padding-top: .4rem;
}
.m-selected{    
    font-size: 0;
}
.m-selected_title{
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    font-size: .24rem;;
    line-height: 1;
}
.m-selected_terms{
    width: 4.5rem;
    display: inline-block;
    vertical-align: middle;
    padding-top: .05rem;
}
.m-selected_terms span{
    display: inline-block;
    background-color: #e1e1e1;
    border-radius: 5px;
    padding: .05rem .1rem;
    font-size: .24rem;;
    line-height: 1;
}
.m-selected_seachBox{
    margin-top: .4rem;
    background-color: #fff;
    padding: .3rem 0;
    text-align: center;
}
.m-selected_seach{
    width: 4.5rem;
    height: .46rem;
    background-color: #fff;
    border:.02rem solid #e5e5e5;
    position: relative;
    padding-right: .4rem;   
    display: inline-block;
    font-size: 0;
}
.m-selected_seach .m-textInput{
    background: #fff;
    border:none;    
    width: 100%;
    padding-left:.2rem;
    height: .4rem;
    line-height: .4rem;
    color: #9f9f9f;
    font-size: .24rem;;
}
.m-selected_seach .m-search_zoom{
    width: .4rem;
    height: .4rem;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/zoomTwo.png) no-repeat;
    background-size:.15rem .15rem;
    background-position: center;
    border: none;
    cursor: pointer;
}
.m-resultBox{
    background-color: #fff;
    margin-top: .2rem;
    padding: 0px .2rem .4rem .2rem;
}
.m-result_head{
    border-bottom: 2px solid #eee;
    position: relative;
    padding: .3rem 0;    
    padding-right: .3rem;
    font-size: 0;
}
.m-result_head__title{
    font-size: .24rem;;
    color: #fb751c;
    display: inline-block;
    vertical-align: top;
}
.m-result_head__letter{
    display: inline-block;
    vertical-align: top;
}
.m-result_head__letter a{
    color: #000;
    font-size: .24rem;;
    margin:.05rem 0;    
    margin-right: .1rem;
}
.m-result_head__menu{
    width: .27rem;
    height: .28rem;
    background: url(../images/ls_menu.png) no-repeat;
    background-size:contain;
    position: absolute;
    right: 0;
    top: .3rem;
    display: block;
}
.m-result_mian{
    padding: .1rem 0;
    font-size: 0;
    margin: 0px -.1rem;
}
.m-result_item{
    width: 33.333333%;
    padding: .1rem;
    display: inline-block;
    vertical-align: top;
}
.m-result_item_photo{
    position: relative;
}
.m-result_item_img{
    height: 0;
    padding-bottom: 100%;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    display: block;
}
.m-result_item_name{
    margin-top: .1rem;
    font-size: .24rem;
    text-align: center;
    padding: .1rem;
}
.m-leaf{
    margin-top: .3rem;
    text-align: center;
}
.m-leaf_box{ 
    font-size: .24rem;
    display: flex;
    flex-direction: column;
    padding-bottom: .3rem;
}
.m-leaf_ul{
    vertical-align: top;
    
    vertical-align: bottom;
}
.m-leaf_ul li{
    min-width: .4rem;
    height: .4rem;
    display: inline-block;
}
.m-leaf_ul a{
    text-align: center;
    line-height: .4rem;
    display: block;
}
.m-leaf_ul a.active{
    color: #fff;
    background-color: #fa4400;
}
.m-leaf_othor{
    margin-top: .1rem;
    vertical-align: middle;
}
.m-leaf_othor_last{
    height: .4rem;
    display: inline-block;
    vertical-align: bottom;
}
.m-leaf_othor_last a{
    text-align: center;
    display: block;
    background: url(../images/next.png) no-repeat;
    background-position: center;    
    background-size:auto 50%;
    width: .8rem;
    height: .4rem;
}
.m-leaf_othor_input{
    height: .4rem;
    display: inline-block;
    vertical-align: bottom;
}
.m-leaf_othor_input .text-input{
    width: .4rem;
    height: .4rem;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    line-height: .4rem;
    padding: .05rem;
    text-align: center;    
    font-size: .24rem;
}
.m-leaf_othor_input .button-input{
    width: .6rem;
    background-color: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: .24rem;
}
.m-leaf_othor_all{
    height: .4rem;
    display: inline-block;
    vertical-align: bottom;
    line-height: .4rem;
}
.m-footer.list-footer{
    margin-top: 0;
}