@charset "utf-8";

/* global */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:auto;user-select:auto;}
html{height:100%;background-color:#777;}
body{background-color:#f0f0f0;overflow:hidden;}
a{color:#0bf;}
a:hover,a:focus{text-decoration:none;color:#00b1f2;}
.btn:hover,.btn:focus{outline:none;}
.page{background-color:#f0f0f0;position:absolute;top:0;bottom:0;left:0;width:100%;-webkit-box-shadow:-1px 0 3px rgba(0,0,0,.2);box-shadow:-1px 0 3px rgba(0,0,0,.2);z-index:1001;}
.content{overflow:scroll;}
.app-loading{position:fixed;width:80px;height:80px;top:50%;left:50%;margin:-40px 0 0-40px;z-index:1200;background-color:rgba(0,0,0,.3);line-height:80px;text-align:center;color:#fff;border-radius:8px;}
.taped:active{background-color:rgba(0,0,0,.05);}
.pd-hor-15{padding-left:15px;padding-right:15px;}

/* header */
.header{background-color:#0bf;height:44px;position:relative;flex-shrink: 0;}
.header aside{position:absolute;top:0;bottom:0;z-index:1;}
.header aside:first-child{left:0;}
.header aside:last-child{right:0;}
.header h1,.header form{position:absolute;left:44px;right:44px;text-align:center;margin:0;line-height:44px;color:#fff;font-size:18px;padding:0 44px;}
.header form{padding:5px 0;}
.header form .form-control{-webkit-box-shadow:none;box-shadow:none;border-color:#00bbff;background-color:rgba(255,255,255,.8);padding-left:34px;padding-right:34px;}
.header form .form-control:focus{background-color:#fff;}
.header form i{position:absolute;top:5px;bottom:5px;width:34px;background:center center no-repeat;background-size:16px;}
.header form .i-search{left:2px;background-image:url(../img/search.png)}
.header form .i-clear{right:2px;background-image:url(../img/close-solid.png);}
.header aside a{line-height:44px;text-align:center;white-space:nowrap;font-size:16px;overflow:hidden;display:block;height:100%;display:inline-block;color:#fff;}
.header aside a:active{background-color:rgba(0,0,0,.05);}
.header aside a.icon{width:44px;background-position:center;background-repeat:no-repeat;background-size:28px;}
.header aside a.text{padding:0 8px;}
.header aside a.mix{background-position:8px center;}

/* footer */
.footer{height:49px;background-color:#fff;border-top:1px solid #e0e0e0;}
.footer a{display:block;padding:6px 10px;text-align:center;font-size:12px;line-height:1;color:currentColor;}
.footer .active a{color:#0bf;}
.footer a img{display:block;margin:0 auto 4px;height:20px;}

/*路由动画效果*/
.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active,.fade-enter-active,.fade-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease;}
.slide-left-enter,.slide-right-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%);}
.slide-left-leave-to,.slide-right-enter{-webkit-transform:translateX(-40%);transform:translateX(-40%);}
.slide-right-enter{z-index:1000;}
.slide-right-leave-active{z-index:1002;}
.fade-enter,.fade-leave-to{opacity:0;}

/* 其他动画效果 */
.slide-sidebar{-webkit-transform:translateX(80%);transform:translateX(80%);}
.fade-from-right-enter-active,.fade-from-right-leave-active{-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.fade-from-right-enter,.fade-from-right-leave-to{-webkit-transform:translateX(30%);transform:translateX(30%);opacity:0;}

/**
 * 主题
 * 灰色背景 [f0f0f0]
 * 蓝色 [31c8fe, 00bbff, 00b1f2]
 * 橙色 [fd5820]
 * 绿色 label-success [09bb07]
 * weui-panel__hd 边框 [e5e5e5]
 * media-box 边框 [e9e9e9]
 */
 .btn.disabled, .btn[disabled], fieldset[disabled] .btn { opacity: .4;}
.bg-blue{background-color:#00bbff;}
.btn-blue{background-color:#0bf;color:#fff;}
.btn-blue:focus,.btn-blue:hover{color:#fff;}
.text-blue{color:#00bbff;}
.text-muted{color:#999;}
.text-orange{color:#fd5820;}
.text-danger{color:#ff6600;}
.text-success{color:#09bb07;}
.text-center{text-align:center;}

/* icons 50x50 */
.icon-menu{background-image:url(../img/linkicon/menu.png);}
.icon-back{background-image:url(../img/linkicon/arrow_back.png);}
.icon-search{background-image:url(../img/linkicon/search.png);}
.icon-star{background-image:url(../img/linkicon/star_border.png);}
.icon-star-1{background-image:url(../img/linkicon/star.png);}
.icon-more-hor{background-image:url(../img/linkicon/more_horiz.png);}
.icon-more-ver{background-image:url(../img/linkicon/more_vert.png);}
.icon-setting{background-image:url(../img/linkicon/settings.png);background-size:24px!important;}
.icon-sort{background-image:url(../img/linkicon/import_export.png);}

/* common styles */
[v-cloak]{display:none;}
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.pos-fill{top:0;right:0;bottom:0;left:0;}
.transition{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.objfit-cover{object-fit:cover;}
.bg-cover{background-position:center;background-repeat:no-repeat;background-size:cover;}
.bg-grey{background-color:#eee;}
.bg-white{background-color:#fff;}
.text-white{color:#fff;}
.circle{border-radius:50%;}
.rect{border-radius:0;}
.va-t{vertical-align:top;}
.va-m{vertical-align:middle;}
.va-b{vertical-align:bottom;}
.ti-2em{text-indent:2em;}
.w-fill{width:100%;display:block;}
.h-fill{height:100%;}
.max-w{max-width:100%;}
.max-h{max-height:100%;}
.ellipsis{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fw-300{font-weight:300;}
.fw-500{font-weight:500;}
.fw-700{font-weight:700;}
.mt-0{margin-top:0;}
.mt-15{margin-top:15px;}
.mr-10{margin-right:10px;}
.mb-0{margin-bottom:0;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-90{margin-bottom:90px;}
.pr-10{padding-right:10px;}
.pd-0{padding:0;}
.pd-15{padding:15px;}
.pd-20{padding:20px;}
.pd-30{padding:30px;}
.fs-0{font-size:0;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.lh-20{line-height:20px;}
.lh-34{line-height:34px;}
.lh-40{line-height:40px;}
.of-hide{overflow:hidden;}
.of-auto{overflow:auto;}
.opacity-0{opacity:0;}
.opacity-50p{opacity:0.5;}

/* 网格 */
.zero-row{margin-left:0;margin-right:0;}
.zero-row>div{padding-left:0;padding-right:0;}
.xs-row{margin-left:-5px;margin-right:-5px;}
.xs-row>div{padding-left:5px;padding-right:5px;}
.sm-row{margin-left:-7.5px;margin-right:-7.5px;}
.sm-row>div{padding-left:7.5px;padding-right:7.5px;}
.md-row{margin-left:-10px;margin-right:-10px;}
.md-row>div{padding-left:10px;padding-right:10px;}

/* bootstrap reset */
.has-error .control-label,.has-error .help-block{color:#fd5820;}
.has-error .form-control,.has-error .form-control:focus{border-color:#fd5820;-webkit-box-shadow:none;box-shadow:none;}

/* weui reset */
.weui-panel,.weui-cells{margin-top:15px;}
.weui-panel__hd:after,.weui-media-box:before,.weui-cell:before{-webkit-transform:scaleY(1);transform:scaleY(1);}
.weui-cell_access .weui-cell__ft:after{-webkit-box-sizing:content-box;box-sizing:content-box;}
.weui-media-box:before{border-top-color:#e9e9e9;}
.weui-loadmore{margin:15px auto;}
.weui-media-box_appmsg .weui-media-box__hd{width:70px;height:70px;background-color:#eee;}
.weui-loadmore_line .weui-loadmore__tips{background-color:#f0f0f0;}
.weui-loadmore_line{margin-top:28px;}
.weui-dialog__btn_primary{color:#0bf;}
.weui-cell_switch label{display:inline;}
.weui-panel .weui-loadmore_line .weui-loadmore__tips{background-color:#fff;}
.weui-label,label.weui-cell{margin-bottom:0;font-weight:500;}
.weui-actionsheet{max-height:75%;overflow:auto;}

/* toast */
.toast{position:absolute;bottom:20%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:9999;background-color:rgba(0,0,0,.5);border-radius:4px;color:#fff;display:inline-block;padding:6px 12px;line-height:20px;text-align:center;}
.toastfx-enter-active,.toastfx-leave-active{-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.toastfx-enter{opacity:0;bottom:15%;}
.toastfx-leave-to{opacity:0;bottom:25%;}

.popup{ position: fixed;width: 100%;height: 100%;background: #fff;z-index: 1001;}
.popup-content{ padding: 10px;}

@media screen and (max-width: 321px) {
    .player-box video{ max-height: 186px !important;}
}
@media screen and (min-width: 321px) and (max-width: 376px) {
    .player-box video{ max-height: 217px !important;}
}
@media screen and (min-width: 376px) and (max-width: 415px) {
    .player-box video{ max-height: 239px !important;}
}
@media screen and (min-width: 415px) {
    .player-box video{ max-height: 432px !important;}
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){ 
    .footer{height: 83px}
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){ 
    .h-fill{margin-bottom: 34px}
}