body{
    padding: 0 16px;
    font-size: 14px;
    background-color: rgb(247, 241, 233);
}
ul li{
    margin-top: 4px;
}
.redFont{
    color: rgb(247, 53, 53);
}
.greenFont{
    color: rgb(46, 190, 46);
}
.grayFont{
    color: #c9ccd0;
}
.margin_top_small{
    margin-top: 6px;
}
.margin_top_normal{
    margin-top: 16px;
}
.flex_container{
    display: flex;
}
.flex_one{
    flex: 1;
}
.head_info ul li{
    display: flex;
}
.head_info ul li div:nth-child(2){
    flex:1;
    /* line-height: 24px; */
}
#head_info_notice_matter{
    display: none;
}



/* 底部按钮 */
.bottom_btn_container{
    margin-top: 50px;
    margin-bottom: 50px;
}
.bottom_btn_container .bottom_btn{
    background-color: #169BD5;
    width: 150px;
    border-radius: 2px;
    padding: 8px 0;

    text-align: center;
    color: aliceblue;

    margin: auto;
}
.blue_btn_small{
    background-color: #169BD5;
    width: 60px;
    border-radius: 2px;
    padding: 4px 0;

    font-size: 13px;
    text-align: center;
    color: aliceblue;
    margin-right: 2px;
}

/* 异常包名 */
.div_abnormal_package,.manually_click_check_container{
    display: none;
}
.div_abnormal_package .check_other_abnormal_package{
    color: #169BD5;
    text-align: end;
    text-decoration:underline;
}
.div_abnormal_package .all_abnormal_package{
    margin-top: 15px;
    display: none;
}
#all_abnormal_package_list li div:nth-child(2){
    line-height: 26px;
}
.div_dialogs .submit_result_dialogs_container{
    width: 200px;
    max-height: 140px;
    padding: 16px;
    border-radius: 10px;
    background-color: #fff;

    position:fixed !important;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1001;

    display: none;
}
.div_dialogs .submit_result_dialogs{
    text-align: center;
}
.div_dialogs .submit_result_dialogs div{
    margin-top: 4px;
}
.div_dialogs .submit_result_dialogs .srd_btn{
    width: 100px;
    padding: 4px 0;
    color: aliceblue;
    background-color: #169BD5;
    border-radius: 2px;
    margin: auto;
}


/* 使用模拟器 */
.div_use_simulator{
    display: none;
    margin-top: 30px;
}
.div_use_simulator textarea,.div_other_reason textarea{
    border-radius: 2px;
}
.div_use_simulator .dus_btn{
    width: 80px;
    padding: 4px 0;
    color: aliceblue;
    background-color: #169BD5;
    border-radius: 2px;
    text-align: center;
}

/* 其他原因 */
.div_other_reason{
    display: none;
    margin-top: 30px;
}

/* P图 */
#div_psPhoto{
    display: none;
}


/* 申诉中、申诉过且失败 */
.div_isAppeal_ing,.div_isAppeal_yes_and_fail{
    display: none;
}