.Reports{
    width:100%;
    display:flex;
    flex-direction:column;
    position: relative;
}

.Reports .frombox{
    height:auto;
    background-image: url('/h/images/home/reportbg.png');
    background-repeat: no-repeat;
    background-position:top center;
    justify-content:flex-start;
    align-items: flex-start;
    display:flex;
    flex-direction:column;
    background-color:#fff;

}
.Reports .frombox .h1{
    color:#E61425;
    font-weight: bold;
    font-size: 42px;
    color: #E61425;
    width:100%;
    text-align:center;
    margin-top:60px;
}
.Reports .frombox .h2{
    
    font-weight: 300;
    font-size: 18px;
    color: #E61425;
    width:100%;
    text-align:center;
    margin-top:20px;
}

.Reports .fromcon{
    width:1310px;
    height:auto;
    margin:0 auto;
    background-color:#fff;
    margin-top:40px;
}

.Reports .frmBox{
    margin:60px 90px;
}

.Reports .frmBox .item{
    margin-bottom:70px;
}
.Reports .frmBox .item .h{
    background-color: #E50014;
    color:#fff;
    line-height:40px;
    padding-left:32px; 
    
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;  
}
.Reports .frmBox .fcontent{
    padding:20px 50px;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    border:1px #DCDCDC solid;
    margin:0px;
    line-height:30px;
    padding-bottom:0px;
    border-top:0px;
    gap: 10px;
}
.Reports .frmBox .fcontent .ifrm{
    flex:1;
}
.Reports .el-form-item{
    display:flex;
    flex-direction:row;
}
.Reports .fleft{
    display:flex;
    flex-direction:row;
}
.Reports .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label {
    color: #F56C6C;
    font-size:15px;
}

.Reports .is-required .el-form-item__label:before {
    vertical-align: middle;
    margin-right: 4px;
  }

.Reports .vertical-label{
    display:flex;
    flex-direction:column!important;
    margin-top:-10px;    
}
.Reports .vertical-label .el-form-item__label{
    text-align:left;
  }

.Reports .row-label{
    display:flex;
    flex-direction:row;
}
.Reports .row-label .el-form-item__content{
    flex:1;
}
.Reports .frombutton{
    width:220px;
    height:60px;
    font-size:18px;
    background: #E50014;;
    border-color: #E50014;
}
.Reports .disfrombutton{
    width:220px;
    height:60px;
    background: #D2D2D2;;
    border-color: #D2D2D2;
    font-family:"微软雅黑", "Microsoft YaHei"
}
.Reports .disfrombutton:hover{
    width:220px;
    height:60px;
    background: #D2D2D2;;
    border-color: #D2D2D2;
}

.Reports .tipsCon{
    
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    width:100%;
    text-align:center;
}


/**手机端**/

.mobile_reports{
    width:100%;
    display:flex;
    flex-direction:column;
    position: relative;
}

.mobile_reports .frombox{
    height:auto;
    background-image: url('/h/images/m/us/remprot_bg.png');
    background-repeat: no-repeat;
    background-position:top center;
    justify-content:flex-start;
    align-items: flex-start;
    display:flex;
    flex-direction:column;
    background-color:#fff;
    width:100%;
}
.mobile_reports .frombox .h1{
    color:#E61425;
    font-weight: bold;
    font-size: .42rem;
    color: #E61425;
    width:100%;
    text-align:center;
    margin-top:.6rem;
}
.mobile_reports .frombox .h2{
    
    font-weight: 300;
    font-size: .18rem;
    color: #E61425;
    width:100%;
    text-align:center;
    margin-top:.2rem;
}

.mobile_reports .fromcon{
    max-width:calc(100% - .8rem);
    height:auto;
    margin:.4rem;
    background-color:#fff;
    margin-top:.4rem;
    overflow: hidden;
}

.mobile_reports .frmBox{
    margin:.6rem .4rem;
}

.mobile_reports .frmBox .item{
    margin-bottom:.7rem;
}
.mobile_reports .frmBox .item .h{
    background-color: #E50014;
    color:#fff;
    line-height:.4rem;
    padding-left:.32rem; 
    
    font-weight: 400;
    font-size: .18rem;
    color: #FFFFFF;  
}
.mobile_reports .frmBox .fcontent{
    /* padding:.2rem .5em; */
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    border:.01rem #DCDCDC solid;
    margin:0px;
    line-height:.3rem;
    padding-bottom:0px;
    border-top:0px;
    gap: .1rem;
    border-bottom:0rem;
}
.mobile_reports .frmBox .fcontent .iitem{
    border-bottom:.01rem #DCDCDC solid;
    padding-top:.3rem;
    padding-bottom:0px;
    padding-left:.5rem;
    padding-right:.5rem;
    margin-bottom:0;
    padding-bottom:.38rem;
}
.mobile_reports .el-radio{
    margin-right:.3rem;
    margin-top:-.1rem;
}
.mobile_reports .frmBox .fcontent .ifrm{
    flex:1;
}
.mobile_reports .el-form-item{
    display:flex;
    flex-direction:row;
    margin-bottom:0rem;
}
.mobile_reports .fleft{
    display:flex;
    flex-direction:row;
}
.mobile_reports .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label {
    color: #F56C6C;
    font-size:.18rem;
    line-height:.4rem;
}

.mobile_reports .is-required .el-form-item__label:before {
    vertical-align: middle;
    margin-right: .04rem;
  }

.mobile_reports .vertical-label{
    display:flex;
    flex-direction:column!important;
    margin-top:-.1rem;    
}
.mobile_reports .vertical-label .el-form-item__label{
    text-align:left;
}

.mobile_reports .constlabel .el-form-item__label{
    width:1.4rem;
    text-align:left;
}
.mobile_reports .constlabel1 .el-form-item__label{
    width:1.75rem;
    text-align:left;
}

.mobile_reports textarea::placeholder {
    color:#C9C9C9;
    font-weight: 400;
    font-size:.15rem;
}
.mobile_reports input::placeholder {
    color:#C9C9C9;
    font-weight: 400;
    font-size:.15rem;
}

.mobile_reports .row-label{
    display:flex;
    flex-direction:row;
}
.mobile_reports .row-label .el-form-item__content{
    flex:1;
}

.mobile_reports .frombutton{
    width:2.78rem;
    height:.78rem;
    font-size:.18rem;
    background: #E50014;;
    border-color: #E50014;
}
.mobile_reports .disfrombutton{
    width:2.78rem;
    height:.78rem;
    font-size:.18rem;
    background: #D2D2D2;;
    border-color: #D2D2D2;
    font-family:"微软雅黑", "Microsoft YaHei"
}
.mobile_reports .disfrombutton:hover{
    width:2.78rem;
    height:.78rem;
    font-size:.18rem;
    background: #D2D2D2;;
    border-color: #D2D2D2;
}

.mobile_reports .tipsCon{
    
    font-weight: 400;
    font-size: .22rem;
    color: #0D161D;
    width:100%;
    text-align:center;
    line-height:.36rem;
}

.mobile_reports .el-form-item__label{
    font-size:.18rem;
}
.mobile_reports .el-radio__label{
    font-size:.18rem;
}
.mobile_reports .el-input__inner{
    height:.4rem;
    line-height:.4rem;
    padding-left:.3rem;
    padding:0 .15rem;
}
.mobile_reports .el-input{
    font-size:.18rem;
}
.mobile_reports .el-select__caret{
    font-size:.18rem!important;
}
.mobile_reports .el-form-item__content{
    line-height:.4rem;
    font-size:.18rem;
}
.mobile_reports .el-form-item__label{
    font-size:.18rem;
    padding:0 .12rem 0 0;
    line-height:.4rem;
}
.mobile_reports .el-form-item__error{
    font-size:.12rem;
    padding-top:.04rem;
}

.mobile_reports .el-input--suffix .el-input__inner{
    padding-left:.2rem;
}

.mobile_reports .el-icon-date{
    display:none;
}
.mobile_reports .el-input__icon{
    width:.15rem;
}
.mobile_reports .el-select .el-input .el-select__caret{
    font-size:.14rem!important;
    line-height:.2rem!important;
}
.mobile_reports .el-radio__inner{
    width:.18rem;
    height:.18rem;
}
.mobile_reports .el-radio__inner::after{
    width:.04rem;
    height:.04rem;
    left:49.9%;
    left:40%;
}


@media (max-width: 800px) {
    .el-date-editor--date {
      width: 100%; /* 使日期选择器宽度适应屏幕 */
    }
    .el-picker-panel{
        left:.2rem!important;
    }
    .el-select-dropdown__item{
        padding:0 .2rem;
        height:.34rem;
        line-height:.34rem;
        font-size:.18rem;
    }
}


.hide-number-arrows .el-input__inner {
    -moz-appearance: textfield;
  }
  
  .hide-number-spinner input[type="number"]::-webkit-outer-spin-button,
  .hide-number-spinner input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .hide-number-spinner input[type="number"] {
    -moz-appearance: textfield;
  }