/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 *
 * */

html {
    font-size : 20px;
}
.app{
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 401px){
    html {
        font-size: 25px !important;
    }
}
@media only screen and (min-width: 428px){
    html {
        font-size: 26.75px !important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 30px !important;
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 35px !important;
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 40px !important;
    }
}
@media only screen and (min-width: 1079px){
    html {
        font-size: 50px !important;
    }
}

body{background-color:#ffffff;}
body,td,div,span,p{ font-family:'微软雅黑','宋体';}
.mui-plus.mui-android header.mui-bar{
    display: none;
}
.mui-plus.mui-android .mui-bar-nav~.mui-content{
    padding: 0;
}
.mui-slider{
    height:130px;
}
.mui-bar-nav~.mui-content{
    padding-top:2px;
    padding-right:5px;
}

.mui-content .page-content{background-color:#fff;width:100%;height:100%;padding:5px;padding-top:50px;}
.page-content img{max-width:350px;}
.txt12{font-size:12px;}
.txt14{font-size:14px;}
.mui-media-body{white-space: normal;}
.mui-search input[type=search]{background-color:#fff;border-radius:22px;}
.text-primary,.text-primary a{color:#1abc9c !important;}
.text-default {color: #666666 !important;}
.text-primary {color: #1abc9c !important;}
.text-success {color: #2ecc71 !important;}
.text-info,.text-info a {color: #3498db !important;}
.text-warning {color: #f1c40f !important;}
.text-danger {color: #e74c3c !important;}
.text-blue {color: #a1d4cf !important;}
.text-pink {color: #fbb8af !important;}
.bg-default {background-color: #f4f4f4 !important;}
.bg-primary {background-color: #1abc9c !important;}
.bg-success {background-color: #2ecc71 !important;}
.bg-info {background-color: #3498db !important;}
.bg-warning {background-color: #f1c40f !important;}
.bg-danger {background-color: #e74c3c !important;}
.bg-blue {background-color: #a1d4cf !important;}
.bg-pink {background-color: #fbb8af !important;}
.mui-grid-view.mui-grid-9{background-color:#ffffff;}

.mui-active {color: #fbb8af !important;}

.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

.regbtnlist a:link{text-decoration:none;}
.regbtnlist a:visited{text-decoration:none;}
.icon-custom {
    color: #555;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
}
.icon-custom {
    color: #555;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
}


.icon-sm {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}

.icon-md {
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 55px;
}

.icon-lg {
    width: 60px;
    height: 60px;
    font-size: 31px;
    line-height: 60px;
    margin-bottom: 10px;
}

.icon-2x {
    font-size: 30px;
}
.icon-3x {
    font-size: 40px;
}
.icon-4x {
    font-size: 50px;
}

/*Icons Color*/
.icon-color-u,
.icon-color-red,
.icon-color-sea,
.icon-color-dark,
.icon-color-grey,
.icon-color-blue,
.icon-color-green,
.icon-color-yellow,
.icon-color-orange,
.icon-color-purple,
.icon-color-aqua,
.icon-color-brown,
.icon-color-dark-blue,
.icon-color-light-grey,
.icon-color-light-green {
    background: none;
}

.icon-color-u {
    color: #72c02c;
    border: solid 1px #72c02c;
}
.icon-color-blue {
    color: #3498db;
    border: solid 1px #3498db;
}
.icon-color-red {
    color: #e74c3c;
    border: solid 1px #e74c3c;
}
.icon-color-sea {
    color: #1abc9c;
    border: solid 1px #1abc9c;
}
.icon-color-green {
    color: #2ecc71;
    border: solid 1px #2ecc71;
}
.icon-color-yellow {
    color: #f1c40f;
    border: solid 1px #f1c40f;
}
.icon-color-orange {
    color: #e67e22;
    border: solid 1px #e67e22;
}
.icon-color-grey {
    color: #95a5a6;
    border: solid 1px #95a5a6;
}
.icon-color-purple {
    color: #9b6bcc;
    border: solid 1px #9b6bcc;
}
.icon-color-aqua {
    color: #27d7e7;
    border: solid 1px #27d7e7;
}
.icon-color-brown {
    color: #9c8061;
    border: solid 1px #9c8061;
}
.icon-color-dark-blue {
    color: #4765a0;
    border: solid 1px #4765a0;
}
.icon-color-light-green {
    color: #79d5b3;
    border: solid 1px #79d5b3;
}
.icon-color-light {
    color: #fff;
    border: solid 1px #fff;
}
.icon-color-light-grey {
    color: #585f69;
    border: solid 1px #585f69;
}

/*Icons Backgroun Color*/
.icon-bg-u,
.icon-bg-red,
.icon-bg-sea,
.icon-bg-dark,
.icon-bg-darker,
.icon-bg-grey,
.icon-bg-blue,
.icon-bg-green,
.icon-bg-yellow,
.icon-bg-orange,
.icon-bg-purple,
.icon-bg-aqua,
.icon-bg-brown,
.icon-bg-dark-blue,
.icon-bg-light-grey,
.icon-bg-light-green {
    color: #fff;
    border-color: transparent;
}

.icon-bg-u {
    background: #72c02c;
}
.icon-bg-blue {
    background: #3498db;
}
.icon-bg-red {
    background: #e74c3c;
}
.icon-bg-sea {
    background: #1abc9c;
}
.icon-bg-green {
    background: #2ecc71;
}
.icon-bg-yellow {
    background: #f1c40f;
}
.icon-bg-orange {
    background: #e67e22;
}
.icon-bg-grey {
    background: #95a5a6;
}
.icon-bg-dark {
    background: #555;
}
.icon-bg-darker {
    background: #333;
}
.icon-bg-purple {
    background: #9b6bcc;
}
.icon-bg-aqua {
    background: #27d7e7;
}
.icon-bg-brown {
    background: #9c8061;
}
.icon-bg-dark-blue {
    background: #4765a0;
}
.icon-bg-light-green {
    background: #79d5b3;
}
.icon-bg-light {
    background: #fff;
    border-color: transparent;
}
.icon-bg-light-grey {
    background: #585f69;
    border-color: transparent;
}
.rounded-4x-line-height1{line-height:1.42em!important;}
.page-content{
    font-size:14px!important;

}
.text-center{
    text-align:center;}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body{
    font-size:0.8em;
}
@media (min-width:768px){


}
@media (min-width:992px){

}
@media (min-width:1079px){
    .mui-bar{height:132px;}
    .mui-title{font-size:3em;line-height:132px;}
    .mui-slider{min-height:460px;}
    #slider{margin-top:90px;}
    .mui-col-sm-3{width:33.333%;}
    .mui-grid-view.mui-grid-9 .mui-media .mui-icon{font-size:170px;}
    .icon-lg{width:260px;height:260px;}
    .rounded-4x-line-height1{line-height:1.39em!important}
    .icon-4x {
        border: solid 9px;
        padding-left:5px;
    }
    .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body{
        font-size: 45px;
        line-height: 45px;
        height: 52px;
    }

    .page-content {
        font-size:45px!important;line-height:45px;
    }
    .page-content h4{
        font-size:60px!important;line-height:60px;
    }
    .page-content span,.page-content div,.page-content td,.page-content p{
        font-size:45px!important;line-height:45px;
    }
    .mui-content .page-content{
        padding-top:150px;padding-left:10px;padding-right:10px;line-height:150%;

    }
    .mui-bar .mui-icon{font-size:72px;padding-top:30px;}
    .mui-grid-view.mui-grid-9 .mui-table-view-cell{border-right:3px solid #eee;border-bottom:3px solid #eee;}
    .mui-col-xs-8 h5{font-size:1rem;line-height:1rem;margin-left:0.05rem;margin-bottom:1.2rem;}
    .page-content img{max-width:1000px}
    .page-content .mui-col-xs-8 p{
        margin:20px 0 10px 20px
    }
    #player1{
        height:750px!important;
    }
}



.btn-bg-orange {
    background: #9b8eda!important;
}
.btn-bg-u {
    background: #73a400!important;
}
.btn-bg-blue {
    background: #76a9da!important;
}
.btn-bg-red {
    background: #76c978!important;
}
.btn-bg-sea {
    background: #dbc45e!important;
}
.btn-bg-green {
    background: #dfb485!important;
}
.btn-bg-yellow {
    background: #62c1a2!important;
}
.btn-bg-grey {
    background:#2857b4!important;
}
.btn-bg-purple {
    background:#c78b97!important;
}

#footer {
    line-height: 0.6em;
    padding: 1em;
    text-align: center;
    color: #999;
    background: #555;
    font-size: 0.4em;
    position: absolute;  bottom: 0;
    width: 100%;
    /*position:fixed;*/
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;

}
.block50{width:100%;height:50px;}
#footer p{
    margin:auto;
}
@media (min-width:767px){
    .conf-traffic-wrapper .desc-content{height:21.6rem!important;}
    .page-content img{
        width:100%;max-width:767px;height:auto;
    }

    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view2{
        padding: .1rem .05rem!important;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span {
        display: block;
        height: 1.25rem;
        color: #2f2725;
        font-size: 0.5rem!important;
        line-height:0.5rem!important;
        text-indent: 0.5rem!important;
        padding-left:0.5rem!important;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .distance {
        color: #4c4948;
        text-indent: .5rem;
        font-size: .4rem!important;
        padding-top: 0.001rem!important;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-title{font-size:0.4rem!important;}
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span {
        height: 1rem!important;
    }
    .desc-content2{height:22rem!important;}

    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view {
        position: absolute;
        right: 1rem!important;
        font-size: .5rem!important;
        color: #63605e;
        top: .0rem!important;
        border: solid .05rem #909090!important;
        padding: .02rem .05rem;
        -moz-border-radius: .15rem;
        border-radius: .15rem;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span.train { background-size: 0.7rem!important;}
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span.plane { background-size: 0.7rem!important;}
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view2 {
        position: absolute;
        right: 1rem!important;
        font-size: .5rem!important;
        color: #63605e;
        top: .8rem!important;
        border: solid .05rem #909090!important;
        padding: .02rem .05rem;
        -moz-border-radius: .15rem;
        border-radius: .15rem;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-title .close-map{
        top: -.55rem!important;
        left: 9rem!important;
        width: 1.64rem!important;
        height: .56rem!important;
    }

}
@media (min-width:1023px){
    #footer{
        line-height:8em;
    }
    #footer p{
        font-size:7em;
    }
    .mui-content{
        /*padding-bottom:7em;*/
    }
    .conf-traffic-wrapper .desc-content {
        height: 30em!important;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view2{
        padding: .1rem .05rem!important;
    }
    .page-content img{
        width:auto;max-width:1080px;height:auto;
    }


    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span {
        display: block;
        height: 1.25rem;
        color: #2f2725;
        font-size: 0.5rem!important;
        line-height:0.5rem!important;
        text-indent: 0.5rem!important;
        padding-left:0.5rem!important;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .distance {
        color: #4c4948;
        text-indent: .5rem;
        font-size: .4rem!important;
        padding-top: 0.001rem!important;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-title{font-size:0.4rem!important;}
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span {
        height: 1rem!important;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span.train { background-size: 0.7rem!important;}
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span.plane { background-size: 0.7rem!important;}
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view {
        position: absolute;
        right: 1rem!important;
        font-size: .5rem!important;
        color: #63605e;
        top: .0rem!important;
        border: solid .05rem #909090!important;
        padding: .02rem .05rem;
        -moz-border-radius: .15rem;
        border-radius: .15rem;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view2 {
        position: absolute;
        right: 1rem!important;
        font-size: .5rem!important;
        color: #63605e;
        top: .8rem!important;
        border: solid .05rem #909090!important;
        padding: .02rem .05rem;
        -moz-border-radius: .15rem;
        border-radius: .15rem;
    }
    .conf-traffic-wrapper .desc-traffic .traffic-line-title .close-map{
        top: -.55rem!important;
        left: 12rem!important;
        width: 1.64rem!important;
        height: .56rem!important;
    }
    header{
        max-width: 700px;
        margin:0 auto;
    }
    header .iconfont{
        font-size: 0.6rem;
    }
    body .mui-pages{
        max-width: 700px;
        margin:0 auto;
    }
    .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body{
        font-size:0.8em;
    }
    .page-content span, .page-content div, .page-content td, .page-content p{
        font-size: 16px !important;
        line-height: 16px;
    }
    .mui-title {
        font-size: 1.5em;
        line-height: 2em;
    }
    .mui-bar {
        height: 3.2em;

    }
    .mui-bar .mui-icon {
        font-size: 32px;
        padding-top: 0.3em;
    }
    .mui-content .page-content {
        padding-top: 65px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .mui-bar-nav~.mui-content{
        max-width: 700px;
        margin:0 auto;
    }
    .top-box .header-img {
        width:1.5rem!important; height:1.5rem!important;

    }
    body .mui-pages .mui-navigate-right:after, .mui-push-right:after{
        font-size: 0.6rem;
    }
    .mui-table-view-cell  .iconfont{


        font-size: 0.6rem;
    }
}
