body {
    font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    color: #333;
    background-color: #f5f5f5;
    overflow-x: hidden;
    height: 100%;
}
*{
    padding: 0;
    margin: 0;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
a:hover, a:focus {
    color: #FF9100;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #FF9100;
    border-color: #FF9100;
}
.btn-info:hover{
    background-color: #FF9100;
    border-color: #FF9100;
}
.btn-primary:hover{
    border: 0;
    background-color: none;
}
.bg-green{
    background: #22C55E;
}
.userheadhd{
    padding: 5px 2.3%;
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    border-bottom: 1px solid #e7e7e7;
}
.userheadhd .logoimg {
    margin: 5px 0;
    width: 180px;
}
.userheadhd .logoimg img{
    width: 100%;
    height: 100%;
}
.userimg{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-top: 6px;
}
.navbarc ul li{
    float: left;
    margin: 0 15px;
    line-height: 56px;
}
.sidebar {
    top: 68px;
    width: 240px;
    z-index: 1041;
    background-color: #fff;
    bottom: 0;
    margin-top: 0px;
    position: fixed;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 30px 15px;
}
.list-group-item {
    position: relative;
    padding: 0;
    border: 0;
    color: #101010;
    font-size: 16px;
    box-sizing: border-box;

}
.list-group-item a{
    display: block;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 15px;
}

.list-group-item a{
    color: #333;
}
.list-group-item a:hover{
    z-index: 2;
    color: #333;
    background-color: #f8f8f8;
    border-color: #FFF7EC;
}
.list-group-item a.active{
    z-index: 2;
    color: #FF9100;
    background-color: #FFF7EC;
    border-color: #FFF7EC;
}
.list-group-item .czzpicon {
    font-size: 20px;
    margin-right: 5px;
    color: #666;
}
.list-unstyled{
    line-height: 42px;
    display: none;
    transition: transform .15s;

}
.list-unstyled.show{
    display: block;
}
.list-unstyled li a{
    padding-left: 45px;
}
.subdrop .czzp-xiangxia2{

    transform: rotate(180deg);
}

.page-wrapper {
    left: 0;
    margin-left: 240px;
    padding-top: 80px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.page-wrapper >.content {
    padding: 30px;
}
.ustit{
    color:#333639;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.applycont{
    background: #fff;
    padding: 30px;
    font-size: 16px;
}
.col-form-label{
    text-align: right;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    color: #000;
    font-weight: 700;
}

.form-control{
    background: #fefefe;
    border-radius: 5px;
    height: 44px;
    border: 1px solid rgba(238, 238, 238, 1);

}

.form-group {
    margin-bottom: 20px;
}
.fallback{
    position: relative;
}
input[type=file]{
    position: absolute;
    width: 160px;
    height: 100px;
    left: 0;
    top: 0;
    opacity: 0;
}
.upbtn{
    position: absolute;
    width: 160px;
    height: 100px;
    left: 0;
    top: 0;
    opacity: 0;
}
.fallback img{
    width: 160px;
    height: 100px;
    margin: 0 ;
 padding: 3px;
 border: 1px solid #f5f5f5;

}
.idcardul .fallback{
width: 25%;margin-right: 20px
}
.idcardul .fallback:last-child{
margin-right: 0;
}
.htjtimg input[type=file],.htjtimg .upbtn{
position: absolute;
width: 160px;
height: 160px;
left: 0;
top: 0;
opacity: 0;
}
.htjtimg .fallback img{
width: 160px;
height: 160px;

}

.subbtn{
border-radius: 8px;
background-color: rgba(255, 145, 0, 1);
height: 50px;
width: 250px;
padding: 0;
line-height: 50px;
font-size: 16px;
text-align: center;
font-family: Roboto;
border:0;
}
.agree{
font-size: 16px;
}
.agree input{
margin-right: 5px;
}
.colororg{
color: rgba(255, 145, 0, 1);
}

/*文章发布*/
.publishhd{
    padding: 40px 80px 12px;
    background: #fff;
    border-radius: 5px;
}
.aticle-tit{
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    position: initial;
    border-bottom: 1px solid #eee;
}
.aticle-tit textarea{
    width: 100%;
    height: 30px;
    border: 0;
    line-height:1.5;
    padding: 15px 0;
    font-size: 20px;
    box-sizing: content-box;
}
textarea{
    border: 0;
    background: none;
}
.aticle-tit .word-count-view-box{
    position: initial;
}
.aticle-intr{
    background: #f5f5f5;
    padding: 20px;
    margin: 15px 0;
    width: 100%;
    box-sizing: border-box;
}
.aticle-intrl{
    flex: 0 0 80px;
}
.aticle-intr textarea{
    border-radius: 3px;
    font-size: 16px;
    margin-left: 10px;
    border: 0;
    flex: 1;
    background: none;
    width: 100%;
}
.aticle-cont{
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.aticle-cont textarea{
    width: 100%;
    min-height: 300px;
}
.inptl{
    flex: 0 0 120px;
}
.publishhd .btn{
    width: 140px;
    height: 50px;
    line-height: 38px;
    border-radius: 10px;
    background: none;
}
.publishhd .btn.bgorg{
    background: rgba(255, 145, 0, 1);
    color: #fff;
}
.publishhd .btn.bor{

    color: rgba(255, 145, 0, 1);
    border: 1px solid rgba(255, 145, 0, 1);
}
.vedio-cont{
    border-bottom: 1px solid #eee;
    position: relative;
}
.upvideo{
    margin-bottom: 20px;
    min-height: 400px;
}
.upvideoc{
    width: 70%;
    color: #999;
}
.upvideoc i{
    font-size: 80px;
}
.upvediobtn{
    width: 100%;
    height: 100%;
}
.liveaddress{
    background: #f5f5f5;
    padding: 20px;
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

/*管理*/
.manage-C{
    padding: 16px;
    background: #fff;
}

.coll-cont .vedioul .vedioli {
    margin: 0 1.15%  30px;
}
.vedioul .vedata{
    margin-left: 30px;
}
.shoucang{
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 30px;
    color: rgba(255, 145, 0, 1);
}
.shoucang span{
    font-size: 32px;
}
.zphul{
    overflow: auto;
    padding-top: 20px;
}
.zphul li{
    margin-bottom: 20px;
}
.zphul .zphli{
    height: auto;
}
.zphnum p{
    margin: 0;
}
.userrecomul li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.userrecomul li .name{
    line-height: 30px;
}
.usericon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.userrecomul .delbtn{
    border:1px solid #ff0000;
    color: #ff0000;
    padding: 5px 15px;
    border-radius: 10px;
}
.userrecomul .time{
    line-height: 33px;
}
.vediomanageli{
    padding: 15px 0;
    align-items: stretch;
    border-bottom: 1px solid #eee;
    line-height: 34px;
}
.vml{
    width: 160px;
    height: 100px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.vml img{
    width: 100%;
    height: 100%;
}
.vml-mark{
    position: absolute;
    color: #fff;
    top: 15px;
    left: -20px;
    width: 90px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    font-size: 12px;
}
.vml-mark.cg{
    background: #138400;
}
.vml-mark.sb{
    background: #BBBBBB;
}
.vml-mark.dsh{
    background:#2772DB;
}
.vml-mark.yfb{
    background: #FF9100;
}
.vmrsc{
    width: 60px;
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(253, 240, 219, 1);
    text-align: center;
    color: rgba(161, 100, 0, 1);
    font-size: 14px;
}
.vmrbj{
    width: 60px;
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    border: 0;
    background-color: rgba(238, 238, 238, 1);
    text-align: center;
    color: rgba(79, 79, 79, 1);
    margin-left: 15px;
    font-size: 14px;
}
.vmbtn{
    width: 80px;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    text-align: center;
    border: 0;
    color: #fff;
    background: #FF9100;
}
.chbtn{
    width: 60px;
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    border: 0;
    text-align: center;

    margin-left: 15px;
    font-size: 14px;
    color: rgba(163, 0, 33, 1);
    background-color: rgba(247, 222, 227, 1);
}
/*个人中心首页*/
.userindnxhd{
    padding: 15px;
}
.userindnxhdl{
    padding: 30px 0;
}
.userindnxhdl .usernum{
    margin: 30px 0;
    font-size: 36px;
    font-weight: bold;
}
.usetip{
    padding: 5px 20px;
    border-radius: 15px;
    background: #eee;
    margin-top: 10px;
    display: inline-block;

}
.userindnxhdr{
    padding: 15px;
}
.userindnxhdrt{
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}
.userindnxhdrt .ubserimg{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.user-mark{
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
}
.infotext{
    display: inline-block;
    width: 120px;
}
.stusbox{

    color: rgba(163, 0, 33, 1);
    background-color: rgba(247, 222, 227, 1);
    border: 2px solid rgba(163, 0, 33, 1);
    padding: 30px;
    margin-bottom: 40px;
}

.btn-info {
    color: #fff;
    background-color: #ff9100;
    border-color: #ff9100;
}
.stusbox.green{
    color: #18bc9c;
    background-color: #edfffc;
    border: 2px solid #18bc9c;
}


