*{margin: 0;padding: 0;box-sizing: border-box;}
a:visited,a:link,a:hover{text-decoration: none;color: #333;}
.df{display: flex;}
.ac{align-items: center;}
.jc{justify-content: center;}
.m-list-flex{display: flex;align-items: center;justify-content: center;}
.m-list-flex .m-cell-bd{flex: 1;overflow: hidden;}

.grey_btn{background: #D0D0D0!important;}

.container{
    min-height: 100vh;
    width: 100%;
    background-color: #F5F6FB;
}
/* 登录页面 */
.login_container{
    background-image: url(../images/login_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 110px 60px;
    text-align: center;
}
.login_container .login_footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 2;
}
.login_container .logo_image{
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto 22px;
}
.login_container .login_name{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 126px;
    line-height: 25px;
}
.login_container .login_btn{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
    background: linear-gradient( 180deg, #3B78CA 0%, #55BFEF 100%);
    line-height: 42px;
    display: block;
    font-size: 19px;
    letter-spacing: 3px;
    padding-left: 3px;
    color: #fff;
}
.login_container .login_agree{
    font-size: 11px;
    color: #fff;
    padding: 10px;
    margin-top: 8px;
}
.login_container .login_agree a{
    color: #A8E1FF;
}
.login_container .login_agree img{
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 8px;
}

/* 用户协议 */
.agreement_content{
    padding: 15px 16px;
    font-size: 13px;
    color: rgba(9, 9, 9, 0.6);
    line-height: 29px;
}


/* 用户登录 */
.index_content{
    background-image: url(../images/login_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 32px 14px 0;
    height: 100vh;
    overflow: hidden;
}
.index_content .login_footer{
    width: 100%;
    display: block;
    z-index: 2;
    width: calc(100% + 28px);
    margin-left: -14px;
}
.index_content .index_login{
    margin-bottom: 28px;
    font-size: 16px;
    color: #fff;
    padding: 0 11px;
    /* font-family: '苹方-简 中粗体'; */
}
.index_content .index_login img{
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 14px;
}
.index_content .index_block{
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    z-index: 20;
}
.index_content .index_block .index_block_title{
    padding: 15px 13px 11px;
    font-size: 14px;
    color: #656565;
    border-bottom: 3px solid rgba(0, 117, 191, 0.47);
    font-weight: 400;
}
.index_content .index_block .index_block_title img{
    width: 19px;
    height: 19px;
    display: block;
    margin-right: 4px;
}
.index_content .index_block_form{
    padding: 22px 16px 27px;
    box-sizing: border-box;
}
.index_content .index_block_form .index_form_item{
    margin-bottom: 13px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    padding: 0 8px 0 13px;
}
.index_content .index_block_form .index_form_item .label{
    font-size: 14px;
    color: #656565;
    line-height: 44px;
    /*width: 60px;*/
     min-width: 60px;
    font-weight: 400;
}
.index_content .index_block_form .index_form_item input{
    border: 0;
    height: 44px;
    font-size: 14px;
    width: 100%;
    padding-left: 12px;
    border: none!important;
    outline: none; /* 同上 */
}
.index_content .index_block_form .index_form_item input::placeholder{
    color: rgba(101, 101, 101, 0.5);
}
.index_content .index_block_form .index_form_item .send{
    line-height: 28px;
    border-radius: 4px;
    width: 68px;
    display: block;
    background: linear-gradient( 180deg, #3C7BCB 0%, #54BCEE 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    /* font-family: '苹方-简 常规体'; */
}
.index_content .index_block_form .index_form_item.error{
    border-color: #CF1C1C;
}
.index_content .index_block_form .index_form_item.error input::placeholder{
    color: #CF1C1C;
}
.index_content .index_block_form .index_form_footer{
    padding: 40px 53px 0;
    text-align: center;
}
.index_content .index_block_form .index_form_footer .tip{
    font-size: 10px;
    color: #656565;
    margin-top: 13px;
    display: block;
    /* font-family: '苹方-简 常规体'; */
    line-height: 14px;
}
.index_content .index_block_form .index_form_footer .btn{
    background: linear-gradient( 180deg, #3C7BCB 0%, #54BCEE 100%);
    font-size: 16px;
    letter-spacing: 3px;
    padding-left: 3px;
    border-radius: 4px;
    line-height: 39px;
    /* font-family: '苹方-简 常规体'; */
    display: block;
    color: #fff;
}

/* 查询报告 */
.screen_header{
    padding: 22px 10px 25px 11px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(223, 223, 223, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.screen_header~.report_list{
    padding-top: 92px;
}
.screen_header input{
    height: 30px;
    border: 1px solid #DFDFDF;
    /* padding: 0 13px; */
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #000000;
}
.screen_header .line{
    width: 8px;
    height: 1px;
    background-color: #DFDFDF;
    margin: 0 4px;
}
.screen_header .btn{
    width: 68px;
    line-height: 30px;
    margin-left: 11px;
    border-radius: 4px;
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.screen_header .screen_btn1{
    background: linear-gradient( 180deg, #3C7BCB 0%, #54BCEE 100%);
}
.screen_header .screen_btn2{
    background: #88BFE1;
}
.report_list{
    padding: 0 12px 12px;
}
.report_list .report_item{
    box-shadow: 0px 2px 2px 0px rgba(237,237,237,0.5);
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    display: block;
    margin-bottom: 16px;
}
.report_list .report_item:nth-last-child(1){
    margin-bottom: 0;
}
.report_list .report_item .info{
    padding: 19px 21px 14px;
}
.report_list .report_item .info .title{
    font-size: 13px;
    color: #000000;
    line-height: 18px;
    margin-bottom: 8px;
    /* font-family: '苹方-简 中粗体'; */
    font-weight: 600;
}
.report_list .report_item .info .desc{
    font-size: 13px;
    color: #848484;
    line-height: 22px;
    /* font-family: '苹方-简 常规体'; */
    font-weight: 400;
}
.report_list .report_item .take{
    padding: 10px 14px 12px;
    box-sizing: border-box;
    border-top: 1px solid #E9E9E9;
    font-size: 13px;
    color: #000000;
    line-height: 18px;
    text-align: right;
    /* font-family: '苹方-简 常规体'; */
    font-weight: 400;
}
/* 暂无 */
.none_part{
    padding: 68px 70px;
    text-align: center;
    color: rgba(9, 9, 9, 0.6);
    line-height: 24px;
    font-size: 16px;
}
.none_part img{
    width: 158px;
    height: 158px;
    display: block;
    margin: 0 auto 9px;
}
/* 底部 */
.screen_footer{
    padding: 14px 30px 29px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.screen_footer a{
    display: block;
    width: 153px;
    line-height: 36px;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    margin: 0 auto;
    /* font-family: '苹方-简 常规体'; */
    font-weight: 400;
}
.screen_footer~.report_list{
    padding-bottom: 100px;
}
/* 报告单详情 */
.reportDetail_content{
    padding-top: 10px;
}
.reportDetail_content .block{
    padding: 5px 18px 32px;
    background-color: #fff;
    overflow-y: scroll;
    /* height: calc((100vh - 77px)/2); */
}
.reportDetail_content .block .item{
    padding: 6px 5px 0 4px;
    border-bottom: 1px solid #E3E4E9;
    line-height: 28px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.reportDetail_content .block .item .value{
    text-align: right;
}
.reportDetail_content .title{
    padding: 19px 12px 18px;
    box-sizing: border-box;
    font-size: 16px;
    /* font-family: '苹方-简 中粗体'; */
    font-weight: 600;
    line-height: 25px;
}
.reportDetail_content .title .line{
    width: 4px;
    height: 21px;
    border-radius: 3px;
    background-color: #88BFE1;
    margin-right: 9px;
}
.reportDetail_content .block_table{
    padding: 18px 6px 18px 7px;
    background-color: #fff;
    overflow-y: scroll;
    /* height: calc((100vh - 77px)/2); */
}
.reportDetail_content .block_table .table{
    margin-bottom: 13px;
}
.reportDetail_content .block_table .tr{
    line-height: 25px;
    padding: 5px 0;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px solid #E3E4E9;
}
.reportDetail_content .block_table .tr.detail{
    font-size: 10px;
}
.reportDetail_content .block_table .tr:nth-child(1){
    background-color: #F2F3F7;
    border-bottom: 0;
}
.reportDetail_content .block_table .tr .td,.reportDetail_content .block_table .tr .th{
    padding: 0 10px;
}
.reportDetail_content .block_table .table:nth-child(1) .tr .td:nth-child(1),.reportDetail_content .block_table .table:nth-child(1) .tr .th:nth-child(1){
    width: 50px;
}
.reportDetail_content .block_table .table:nth-child(1) .tr .td:nth-child(2),.reportDetail_content .block_table .table:nth-child(1) .tr .th:nth-child(2){
    width: 115px;
}
.reportDetail_content .block_table .table:nth-child(1) .tr .td:nth-child(3),.reportDetail_content .block_table .table:nth-child(1) .tr .th:nth-child(3){
    width: 50px;
}
.reportDetail_content .block_table .table:nth-child(1) .tr .td:nth-child(4),.reportDetail_content .block_table .table:nth-child(1) .tr .th:nth-child(4){
    flex: 1;
    overflow: hidden;
}
.reportDetail_content .block_table .table:nth-child(1) .tr .td:nth-child(5),.reportDetail_content .block_table .table:nth-child(1) .tr .th:nth-child(5){
    width: 55px;
}
.reportDetail_content .block_table .table .tr .td.down{
    position: relative;
}
.reportDetail_content .block_table .table .tr .td.down::after{
    content: '↓';
    font-size: 12px;
    color: #E02020;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -4px;
    top: 0;
}
.reportDetail_content .block_table .table .tr .td.up{
    position: relative;
}
.reportDetail_content .block_table .table .tr .td.up::after{
    content: '↑';
    font-size: 12px;
    color: #6DD400;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -4px;
    top: 0;
}

/* 日期弹窗 */
.weui-picker-container::after{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 201;
    display: block;
}
.weui-picker-modal{
    z-index: 202;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background-color: #FFFFFF;
}
.toolbar .title{
    font-size: 16px;
}
.toolbar{
    background-color: #FFFFFF;
}
.weui-picker-modal .picker-items-col.picker-items-col-divider{
    display: none;
}
.weui-picker-modal .picker-items-col{
    flex: 1;
    overflow: hidden;
    text-align: center;
}
.weui-picker-modal .picker-item{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #1A1A1A;
    opacity: 0.4;
}
.weui-picker-modal .picker-item.picker-selected{
    color: #1A1A1A;
    opacity: 1;
}
.weui-picker-modal .picker-center-highlight{
    height: 44px;
    margin-top: -22px;
}
.toolbar .picker-button{
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient( 360deg, #6FB4E8 0%, #3C7DCC 100%);
    border-radius: 6px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    width: 149px;
}
.weui-picker-modal{
    padding-bottom: 92px;
    box-sizing: content-box;
}
.weui-toast--text{
    font-size: 14px;
    width: 77.6%;
    padding: 25px;
    line-height: 33px;
    top: 29.7vh;
}