* { touch-action: pan-y; }

html,body{
    font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif";
    background-color: #ffffff;
    height:100%;
}
.flex-wrap{ display: -webkit-box;	display: -webkit-flex;	display: flex; }
.flex-con{ -webkit-box-flex: 1;     -webkit-flex: 1;    flex: 1;}
.flex-vertical{ -webkit-box-orient: vertical;-webkit-flex-flow: column;flex-flow: column;}

.mui-bar-nav~.mui-content{
    padding-top:13.5vw;
}
.mui-bar-tab~.mui-content{
    padding-bottom:11vw;
}
.mui-title{
    line-height:8vw;
}
.g_menu_left{
    top:13.5vw;
}
.table-view {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    color:#fff;
    font-size:4vw;
}
.table-view2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    color:#fff;
}
.table-view-cell {
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    border-bottom:1px solid #595959;
    padding: 3.5vw 0px;
    text-indent: 2em;
}
.table-view-cell2 {
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    border-bottom:1px solid #595959;
    padding: 3.5vw 0px;
    text-indent: 3em;
}
.s_active{
    background-color: #595959;
}
.guandian_nav{
    background: #C7000B;
}
.guandian_nav a{
    padding:0 4vw;
}
.guandian_icon {
    color:#950303;
    padding: 0 0vw;
    line-height:13.5vw;
    /*text-shadow: 0 1px 1px #000;*/
}
.icon-menu1{
    font-size: 7vw;
}
.icon-sousuo{
    font-size: 5.5vw;
    font-weight: bold;
}
.guandian_foot{
    background-color: #E6E6E6;
}
.mui-bar .mui-icon{
    font-size:6vw;
}
.mui-bar-tab .mui-tab-item{
    font-size:2.5vw;
    padding-top:1vw;
}
.mui-bar {
    padding:0;
}
#frame_head {
    margin:0;
    padding:0;
    bottom: 0;
    display: table;
    width: 100%;
    height:7.7vw;
    table-layout: fixed;
    border-top: 0;
    border-bottom: 0;
    -webkit-touch-callout: none;
}
#frame_head #frame_headli {
    display: table-cell;
    overflow: hidden;
    width: 1%;
    height:6.7vw;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color:#333333;
    color: #fff;
    font-size:3.5vw;
    /*letter-spacing: 2px;*/
    padding:0;
    margin:0;
    padding-bottom:2px;
}
#frame_head #frame_headli.mui-hactive {
    color: #fff;
    background:#333333 url('../2019images/nav_select.png') repeat-x 0 bottom;
}

.share_ewm{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10031;
    display: none;
}
.share_ewm em{
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: -1;
}