
/*.tab-video{margin-left: 0.95rem;border-right: none;border-radius: 0.05rem 0 0 0.05rem;}
.tab-show{border-radius: 0 0.05rem 0.05rem 0;}*/
/*.tabActive{background-color: #60A0F8;color: #fff;border-color: #60A0F8;}*/


.moudel{background-color: #fff;padding:0 0.15rem 0.15rem 0.15rem;border-bottom: 0.1rem solid #eee;overflow: hidden;}

.moudel-header{margin-bottom: 0.1rem;}
.moudel-title{width: 4rem;height: 0.8rem;line-height: 0.8rem;color: #444;float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.moudel-user{width: 1.2rem;height: 0.8rem;text-align: right;float: left;padding-top: 0.1rem;}
.moudel-user p:nth-of-type(1){font-size: 0.24rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 0 !important;}
.moudel-user p:nth-of-type(2){font-size: 0.2rem;}
.moudel-sculpture{width: 0.7rem;height: 0.7rem;border-radius: 50%;float: left;margin-left: 0.2rem;margin-top: 0.1rem;}


 header{
    background:#fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 100px;
    position: fixed;
    top:0;
    z-index: 999;

    }
.logo{
    color: #40d2b1;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
}
.logo>img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right:10px;
} 
.logo div{
    color: #40d2b1;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}
.tab{   
    flex: 1;
    display: flex;
    overflow: hidden;
    margin-left: 150px;
    }
.active{
background: #FF7B00;
}
.active>a{
color: #fff ! important;
}
.tab li a{
    color: #000;
    font-size: 16px;
    font-weight: bolder;
}
.tab li{
	color: #fff;
    padding: 0 15px;
    border-radius: 2px;
    margin:0 20px;
    line-height: 50px;
}

.tab li:hover{
    cursor: pointer;
}
.info{
    flex-shrink: 0;
}
.info>img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.info>span{
    color: #fff;
    margin-left: 10px;
}

.videos{
    background:#100F1D; 
    display: flex;
    overflow:hidden;
    flex-wrap: wrap;
    padding:10px;
    border-radius: 10px;
}
.videos_info{
    flex: 1;
/*    margin-left: 100px;*/
}

.videos_lists{
    padding: 0px 10px 20px 20px;
    background:#1C1D31;
}
.videos_lists>h5{
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.videos_list{
    display: block;
    overflow-y: auto;
    color: #fff;
    height: 500px;
}
.videos_list>li{
    height: 240px;
    cursor: pointer;
}
.list_info{
    width: 100%;
    height: 180px;
    position: relative;
    background-size:100% 100%;
}
.list_info>span{
    position: absolute;
    bottom: 5px;
    right: 5px;
    background:rgba(0,0,0,.5);
    color: #fff;
    padding: 2px 5px;
}
.list_info>div{
    position: absolute;
    left: 5px;
    top: 5px;
    background:rgba(0,0,0,.5);
    color: #fff;
    padding: 2px 5px;
}
.list_info_title{
    color: #fff;
    font-size: 14px;
    margin:8px 0 5px 0;
}
.list_info_titles,.video_inf_titles{
    font-size: 14px;
    color: #fff;
    margin:8px 0 5px 0;
    width:300px;
}
.list_info_time,.video_inf_time{
    font-size: 12px;
    color: #ccc; 
}


.video_act{
    flex-basis: 100%;
    height: 60px;
}
.video_inf{
    width: 550px;
}
/*::-webkit-scrollbar {
  display: none; 
}*/

    /*滚动条整体样式*/
    .videos_list::-webkit-scrollbar {
        width: 10px;
        height: 1px;
    }
    /*滚动条滑块*/
    .videos_list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #100F1D;
    }
    /*滚动条轨道*/
    .videos_list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
        border-radius: 10px;
        background: #ccc;
    }



.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.live_lists{
    padding: 0 30px 0 100px;
    background: #1C1D31;
}
.live_lists>h5{
    color: #fff;
    padding:10px 0;
}
.live_list{
    width: 100%;
    overflow:hidden;
}
.live_list>li{
    height: 230px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width:23%;
}
.live_list>li>.list_info{
    border-radius: 5px;
}

ul>li>a{
    display: block;
}

.video_w{
    position: absolute;
    top: .2rem;
    right: .2rem;
    color: #fff;
    background:rgba(0,0,0,0.5);
    padding: .1rem 0.15rem;
}
.begin_time{
    position: absolute;
    bottom: -0.05rem;
    left: .05rem;
    display: flex;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: .03rem 0.1rem;
}
 .video_duration{
    position: absolute;
    bottom: -0.05rem;
    right: .15rem;
    display: flex;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: .03rem 0.1rem;
}
/***图片浏览***/
.single{width: 6.1rem;height: 6.1rem;overflow:hidden;margin: 0.2rem 0;}
.double{width: 6.1rem;height: 3rem;overflow:hidden;margin: 0.2rem 0;}
.multi{width: 6.1rem;height: 1.966rem;overflow:hidden;margin: 0.2rem 0;}

.moudel-images{width: 6.2rem;height: auto;}
.single-image{width: 6.1rem;height: 6.1rem;display: block;}
.double-images{width: 3rem;height: 3rem;margin-right: 0.1rem;display: block;float: left;}
.multi-images{width: 1.966rem;height: 1.966rem;margin-right: 0.1rem;display: block;float: left;}
.moudel-images img{width: 100%;height: 100%;opacity: 0;}

/***视频***/
.video-title{
    display: flex;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    font-weight: bold; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0.15rem 0;
}
.video-title>span:nth-child(1){
    flex: 1;
}
.video-title>span:nth-child(2){
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
}
.moudel-videos{width: 6.2rem;height: auto;position: relative;}
.moudel-videos .poster{width: 6.1rem;height: 3.4rem;}
.moudel-about{margin-top: 0.15rem;display: flex;}
.km{
    margin-left:.2rem;
    display: flex;
    align-items: center;
    justify-content: center; 
    cursor: pointer;
    flex-shrink: 0;
}
.km>span:nth-child(1){
    display: block;
     width: 12px;
    height: 16px;
    background: url(/template/wap/statics/images/share/loc.png)  no-repeat;
    background-size: 100%;
    float: left;
    margin-right: .1rem;
}
.km>span:nth-child(2){
    float: left;
    color: #D56C26;
    font-size: .2rem;
}

.moudel-about-sculpture{width: 0.6rem;height: 0.6rem;border-radius: 50%;float: left;}
.moudel-about-name{width: 3.8rem;height: 0.6rem;font-size: 0.24rem;line-height: 0.6rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;float: left;padding-left: 0.2rem;}
.moudel-about-viewer{width: 1.7rem;height: 0.6rem;text-align: right;line-height: 0.6rem;float: left;}
.moudel-about-viewer img{width: 0.28rem;height: 0.24rem;}
.moudel-about-viewer span{font-size: 0.24rem;color: #999;margin-left: 0.1rem;}

.pos{position: relative;}
.note{width: 1rem;text-align: center;color: #fff;border-radius: 0.1rem;background: rgba(0,0,0,0.5);position: absolute;bottom: 0.1rem;right: 0.1rem;padding: 0.05rem;}
.note span{color: #fff;margin-right: 0.1rem;}

.mask{width: 100vw;height: 100vh;background: rgba(0,0,0,0.4);position: absolute;top: 0;left: 0;z-index: 999;display: none;}

.bgimage{background-repeat: no-repeat;background-size: cover;background-position: center;}

.moudel-count{margin-top: 0.1rem;border-top: 1px solid #ddd;}
.moudel-count-item{width: 2.03rem;heigth: 0.6rem;text-align: center;line-height: 0.6rem;float: left;}
.moudel-count-icon{width: 0.3rem;height: 0.26rem;}
.moudel-count-item span{font-size: 0.24rem;color: #999;margin-left: 0.1rem;}



/***hello mui 样式处理***/
.mui-preview-image.mui-fullscreen {position: fixed;z-index: 20;background-color: #000;}
.mui-preview-header,
.mui-preview-footer {position: absolute;width: 100%;left: 0;z-index: 10;}
.mui-preview-header {height: 44px;top: 0;}
.mui-preview-footer {height: 50px;bottom: 0px;}
.mui-preview-image {display: none;-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.mui-preview-image.mui-preview-in {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
.mui-preview-image.mui-preview-out {background: none;-webkit-animation-name: fadeOut;animation-name: fadeOut;}
.mui-preview-image.mui-preview-out .mui-preview-header,.mui-preview-image.mui-preview-out .mui-preview-footer {display: none;}
.mui-zoom-scroller {position: absolute;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;justify-content: center;left: 0;right: 0;bottom: 0;top: 0;width: 100%;height: 100%;margin: 0;-webkit-backface-visibility: hidden;}
.mui-zoom {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.mui-slider .mui-slider-group .mui-slider-item img {width: auto;height: auto;max-width: 100%;max-height: 100%;}
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {width: 100%;}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {display: inline-table;}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {display: table-cell;vertical-align: middle;}
.mui-preview-loading {position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: none;}
.mui-preview-loading.mui-active {display: block;}
.mui-preview-loading .mui-spinner-white {position: absolute;top: 50%;left: 50%;margin-left: -25px;margin-top: -25px;height: 50px;width: 50px;}
.mui-preview-image img.mui-transitioning {-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;transition: transform 0.5s ease, opacity 0.5s ease;}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
p img {max-width: 100%;height: auto;}

#pullrefresh{top: 1rem;}


/*宣传*/

.Propaganda,.Propagandas{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(0,0,0,0.3);
    display: none;
    color: #fff;
}
.line{
    width: 5px;
    height: 150px;
    background: #fff;
    margin: 0 auto;
}
.Propaganda_common{
    width: 400px;
    min-height:400px;
    padding: 20px;
    box-sizing: border-box; 
    background: #3AA3E6;
    margin: 0 auto;
    border-radius: 3%;

}
.Propaganda_common>p{
    text-indent: 28px;
    font-size: 14px;  
    line-height: 1.8;
    margin: .1rem 0;
    color: #fff;
}
.label{
    width: 49px;
    height: 25px;
    background: url(/template/wap/statics/images/share/label.png)  no-repeat;
    background-size: 100% auto; 
    margin: 0 auto;
}
.qr{
    overflow: hidden;
    display: flex;
    padding: .2rem 0;
}
.qr>li{
    color: #fff;
    flex: 1;
    text-align: center;

}
.qr>li>img{
    width: 1.2rem;
    height: 1.2rem;
}
.qr>li>div{
    color: #fff;
    font-size: 14px;
}
.Propaganda_phone{
   text-align: center;
}
.Propaganda_phone>span{
   color: #fff;
}
.del{
    width: 30px;
    height: 30px;
    background: url(/template/wap/statics/images/share/del.png)  no-repeat;
    background-size: 100% auto; 
    margin: 0.5rem auto;
    cursor: pointer;
}

.p_logo{
    position: fixed;
    width: 0.8rem;
    height: 0.8rem;
    background: url(/template/wap/statics/images/share/p_logo.png)  no-repeat;
    background-size: 100% auto;
    right: .2rem;
    bottom: 3rem;
    cursor: pointer;
    z-index: 999999 ! important;
  -webkit-animation: move 2s linear infinite;
}

@keyframes move{
    10%,20%{
        -webkit-transform: rotate(-8deg);
    }
    5%,15%,25%{
        -webkit-transform: rotate(8deg);
    }
    0%,30%,100%{
        -webkit-transform: rotate(0deg);
    }
}


    .loadings{
        width:200px;
        height:40px;
        position: fixed;
        top:0;
        left:0;
        bottom: 0;
        right: 0;
        margin: auto;
        line-height:40px;
        color:#fff;
        padding-left:60px;
        font-size:15px;
        background: #000 url(/template/wap/statics/images/share/loader.gif) no-repeat 10px 50%;
        opacity: 0.7;
        z-index:9999;
        -moz-border-radius:20px;
        -webkit-border-radius:20px;
        border-radius:20px;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    }


.tabBox {
    margin-left: 10px;
/*    display: flex;*/
    flex-wrap: wrap;
    margin:0 auto;
    width:96%;
}
.ul1 {
    margin-top: 20px;
    margin-left:10px;
    display: flex;
}
.ul1>li {
    margin-right: 50px;
    /* line-height: 40px; */
    text-align: center;
    padding: 3px 5px;
    cursor: pointer;
}
.ul1>li.active {
    background: transparent;
    border-bottom:4px solid #FF7B00;;
    transition: all 0.6s ease-in-out;  /* 标题过渡效果 */
}
.ul2 {
    overflow: hidden;
    margin-top: 20px;
}
.ul2>li {
    display: none;
}
.ul2>li.selected {
    display: block;
}




/*菜单*/

.menu{
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 999;
  color: #fff;
}
.menu_button{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #3AA3E6;
  cursor: pointer;
  font-size: .24rem;
  color: #fff;
}

.menu_list>li,.menu_list>li>a{
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  background:#3AA3E6;
  cursor: pointer;
  color: #fff;
  font-size: .2rem;
}
.hide{
  display: none;
}
.l1{
  top: -50px;
  right:5px;
}
.l2{
  top: -33px;
  right: 44px;
}
.l3{
  top: 5px;
  right: 60px;
}
.l4{
  bottom: -33px;
  right: 44px;
}
.l5{
  bottom: -50px;
  right: 5px;
}


/*上传*/

.label{
    width: 49px;
    height: 25px;
    background: url(../../../images/share/label.png)  no-repeat;
    background-size: 100% auto; 
    margin: 0 auto;
}
.title{
    display: flex;
    height: .6rem;
    margin: .2rem 0;
}
.title>span{
    color: #fff;
    flex-shrink: 0;
    line-height: .6rem;
    width: 1rem;
}
input[name="title"]{
   flex: 1;
   border-radius: .05rem;
   line-height: .6rem; 
   background: #fff;
}

.upload{
  display: flex;
}
.upload>span{
  color: #fff;
  line-height: 1.2rem;
  margin-right: .2rem;
}
input[type="file"]{
  visibility: visible ! important;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 999;
}
.add_video{
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}
.new_video{
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  z-index: 666;
}
.video_u{
  width: 100%;
  height: 100%;
}
.x{
  width: .3rem;
  height: .3rem;
  position: absolute;
  top: -0.15rem;
  right:-0.15rem; 
  z-index: 99;
  cursor: pointer;
}
.open{
  padding-top: .2rem;
  display: flex;
}
.open>span{
  color: #fff;
  margin-right: .2rem;
  line-height: 20px;
}
 .checke{
    position: relative;
    -webkit-appearance: none;
    width:40px;
    height: 20px;
    line-height: 20px;
    background: #ccc;
    border-radius: 20px;
    outline: none;
}
.checke:before{
    position: absolute;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eee;
    box-shadow: 0px 0px 5px #ddd;
    transition: all 0.2s linear;
}

.checke:checked{
   background: #18ff0a;
}
.checke:checked:before{
    left: 20px;
    transition: all 0.2s linear;
}

.warn{
  color: #ECDE14 ! important;
  font-size: 12px ! important;
  padding: .05rem .1rem;
  line-height: 1.5 ! important;
  border: 1px dashed #fff;
}

.btn{
  width: 1.8rem;
  height: .6rem;
  line-height: .6rem;
  background: #fff;
  text-align: center;
  margin:0 auto;
  margin-top: .1rem;
  color: #3AA3E6;
  font-weight: bold;
  border-radius:.1rem;
}

.cover_video{
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  text-align: center;
  top: 0;
   display: none;  
}
.cover_img{
   background:rgba(0,0,0,.6);
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
}
.cover_slogan{
  width: 100%;
  height: 1rem;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  text-align:center;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 200;
}
