@charset "utf-8";
/* CSS Document */
.left { float:left}
.right { float:right}
.clear { clear:both}
.reportHeaderBox { min-height:60px; color:#fff; font-size:16px; background:#2b73df; border-bottom:2px solid #444}
.reportHeaderBox a { color:#fff;text-decoration: none;}
.reportHeaderBox h1 { display:inline; font-size:28px}
.home{ width:6%; padding:10px; box-sizing:border-box;}
.head { word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.home img,.list img { width:100%;}
nav { height:18px; padding:16px 0 16px 20px; line-height:18px; font-size:14px;}
html{
    font-size:13.333333333333vw;
}
body{
    max-width:750px;
    font-size:16px;
    background:rgb(241, 243, 245);
    margin:0 auto !important;
}

/*  */
.tabBox .el-tabs__item {
  font-size: .28rem !important;
  height: 1rem;
  line-height: 1rem;
}
.tabBox .el-tabs__nav-scroll {
  display: flex;
  justify-content: center;
}
.tabBox .el-tabs__header {
  margin:0 !important;
}
.tabBox .el-tabs__active-bar {
  background: transparent !important;
}
.tabBox {
  background: white;
}
.tabBox .el-tabs__nav-wrap::after {
    display: none;
}
/* 列表 */
.report-list {
    width: 100%;
    overflow: hidden;
}
#reportList .report-list-item {
    background: white;
    padding: .6rem .2rem .6rem;
    display: flex;
}
.searchBox {
    padding: .3rem .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchBox .bl_box {
    color:#f68f16;
    font-size: .28rem;
    cursor: pointer;
}
.searchBox .el-input {
    width: 3rem;
}
.report-list-item-right{position: relative;width: 100%;}
#reportList .report-list-item-file-box {
    width: 2.44rem;
    margin-top: 0;
    margin-right: 10px;
}
#reportList .report-list-item-file-box-item {
    width: 2.44rem;
    height: auto;
    margin-bottom: 0;
    margin-right: .2rem;
}
#reportList .report-list-list-title {
    font-size: .26rem;
    line-height: .32rem;
    margin: 0 0 .26rem 0;
}
.user_box {
    display: flex;
    align-items: center;
    font-size: .28rem;
    margin-bottom: .24rem;
}
.user_box i {
    margin-right: .08rem;
}
#reportList .report-list-item-header-left-info-name {
    font-size: 16px;
    margin-bottom: 0;
    color: #54b5f6;
}
.reportHeader .el-input__inner {
    line-height: .48rem;
    height: .48rem;
}
.reportHeader .el-input__icon {
    line-height: .48rem;
}
.report-list-item-info.info-content{
    text-indent: 2em;
    margin-bottom: 10px;
}
.report-list-item-info.info-status{
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    background-color: #e67c16;
    color: #fff;
    padding: 5px 14px;
}
#reportList .report-list-item-header-left-info-date{
    margin-top: 20px;
}
.reportHeader{position: relative;}
.backToTop{
  position: fixed;
  right: 2em;
  top: 50%;
  margin-top: 185px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  z-index: 99;
}
.backToTop:hover{
  border-color: #4096ff;
  color: #4096ff;
  background-color: rgba(255, 255, 255, 0.7);
}
/* 爆料提交页面 */
.report-ruleForm {
    padding:0 .2rem;
}
.report-publish .el-form-item {
    display: flex;
}
.report-publish .el-form-item__content {
    flex: 1;
}
.report-publish .el-form-item__label {
    width: 2.4rem;
}
.report-publish .el-upload-list__item-name {
    max-width: 2rem;
}
/* 爆料详情页 */
#reportDetail .report-list-item {
    background: white;
    padding:0 .4rem;
}
#reportDetail .report-list-list-title {
    padding: .15rem 0;
    line-height: .32rem;
    font-size: .26rem;
    font-weight: bolder;
    color: #000;
    margin:0;
}
#reportDetail .user_createTime {
    display: flex;
    align-items: center;
    font-size: .24rem;
    padding: .1rem 0;
    border-bottom: 1px solid #ccc;
}
#reportDetail .report-list-item-header-left-info-date {
    margin-right: 10px;
    font-size: .2rem;
}
#reportDetail .report-list-item-header-left-info-name {
    font-size: .2rem;
    margin-bottom: 0;
    color: #999;
}
#reportDetail .report-list-item-file-box {
    width: 100%;
    justify-content: center;
}
#reportDetail .report-list-item-file-box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
}
#reportDetail .report-list-item-content {
    font-size: .2rem;
    margin-top: .4rem;
}
#reportDetail .gf_huifu {
    display: flex;
    justify-content: space-between;
    background: #2b73df;
    padding: .04rem .1rem;
    border-radius: .04rem;
    width: 100%;
    color: white;
    margin-bottom: .2rem;
}
#reportDetail .gf_huifu .report-list-item-header-left-info-name,#reportDetail .gf_huifu .report-list-item-header-left-info-date {
    color: white;
}
/* #reportDetail .items-center {
    width: 100%;
} */
#reportDetail .report-list-item-header-left {
    width: 100%;
}
#reportDetail .report-list-list-content {
    font-size: .2rem;
}
#reportDetail .report-list-item-content,#reportDetail .report-list-list-content{text-indent: 2em;}
#reportDetail .report-list-item {
    border-bottom: none;
}
#reportDetail input[type=range] {
    height: .01rem;
}
#reportDetail .report-list-item-file-box-play {
    width: 1rem;
    height: 1rem;
}
.report-list-item-audio {
    width: auto;
}
/* 登录样式修改 */

@media screen and (min-width:768px){
    html{
        font-size:100px;
    }
    body{
        max-width:1140px !important;
    }
    #reportList .report-list-item-file-box {
        min-width: 340px !important;
    }
    #reportList .report-list-item-file-box-item {
        min-width: 340px !important;
    }
    #reportList .report-list-item {
        margin-bottom: 25px;
        border-radius: 10px;
    }
    #reportDetail .report-list-item-file-box-item {
        width: 342px !important;
        height: 260px !important;
        margin:0 10px 10px 0 !important;
    }
    #reportDetail .report-list-item-file-box-big {
        width: 400px !important;
    }
}
@media only screen and (max-width:1024px){
    .home{width: 7%;}
}
@media only screen and (max-width:768px){
    .reportHeaderBox h1{font-size: 24px;}
    .report-list-item-info.info-content{display: none;}
    #reportList .report-list-list-title{font-size: .36rem;line-height: .48rem;}
    #reportDetail .report-list-list-title{font-size: .4rem;line-height: .48rem;}
    #reportDetail .report-list-item-header-left-info-name
    ,#reportDetail .report-list-item-header-left-info-date{font-size: .26rem;}
    #reportDetail .report-list-item-content{line-height:normal;font-size: .28rem;}
    #reportDetail .report-list-list-content{font-size: .28rem;}
    #login .form-hd{padding: 0;}
    .backToTop{width: 40px;height: 40px;line-height: 40px;font-size: 12px;right: 1em;}
}
@media screen and (min-width:481px){
    /* .reportHeaderBox { height:60px; } */
    /* .home { width:5%; padding:13px 10px 10px 10px; box-sizing:border-box} */
    .head { width:92%; padding:15px 0; box-sizing:border-box;}
}
@media screen and (min-width:361px) and (max-width:480px){
    .reportHeaderBox { height:50px; }
    .home { width:11%; padding:10px 5px 10px 10px; box-sizing:border-box}
    .head { width:89%; padding:10px 0; box-sizing:border-box;}
    /* 登录样式修改 */
    #login .contianer {
       width: 100%;
    }
    #login .login_text {
       margin: .8rem 0 1rem .8rem;
       width: 100%;
       font-size: .36rem;
    }
}
@media screen and (max-width:360px){
    .reportHeaderBox { height:50px; }
    .home { width:13%; padding:10px 5px 10px 10px; box-sizing:border-box}
    .head { width:87%; padding:10px 0; box-sizing:border-box;}
}
