@charset "utf-8";
.check_report{ width: 100%;font-family: SourceHanSansSC-regular;background: rgb(242,242,246);margin-top: 60px;padding-top: 20px; }
.check_report_container{ width: 1160px;margin:0 auto;margin-bottom: 30px;box-sizing: border-box;background: #fff; }
.check_report_top{ width:100%;border-bottom: 1px solid rgb(232, 232, 232);display: flex;align-items: center;justify-content: space-between; }
.check_report_top ul{ background: rgb(255, 255, 255);height: 60px;border-bottom: 1px solid rgb(232, 232, 232);border-radius: 2px;display: flex;justify-content: left;align-items: center; }
.check_report_top ul li{ width: 140px;height: 60px;line-height: 60px;text-align: center;box-sizing: border-box;position: relative;color: rgb(153, 153, 153); }
.check_report_active{ color: rgb(51,51,51); }
.check_report_active:after{ display: block;content: "";height: 3px;position: absolute;bottom: -1px;width: 100%;background: #ff9100; }
.delete_submit{ line-height: 1.499;font-weight: 400;white-space: nowrap;text-align: center;cursor: pointer;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;-ms-border-radius: 2px;margin: 0;height: 32px;padding: 0 15px;font-size: 14px;margin-right: 16px;background-color: #fff;border: 1px solid #ff9100;color: #ff9100; }
.report_wrapper{ min-height: 475px; }
.report_tips{ line-height: 28px;padding-top: 18px;padding-bottom: 10px;padding-left: 20px;color: #ff9100;box-sizing: border-box;font-size: 14px; }
.report_wrapper_tab{ display: flex;align-items: center;width: 100%;height: 60px;background: #fafafa;color: #333;border-bottom: 1px solid #e8e8e8; }
.wrapper_tab1{ width: 60px;text-align: center;height: 60px;line-height: 60px;position: relative; }
.wrapper_tab1 input{ width: 16px;height: 16px;margin-top: 23px; }
.check_cover1{ width: 16px;height: 16px;position: absolute;left: 22px;top: 23px;background: #fff;border: 1px solid #d9d9d9;border-radius: 2px;transition: all .2s;box-sizing: border-box;cursor: pointer; }
.check_cover1:hover{ border:1px solid #ff9100; }
.check_cover2{ width: 16px;height: 16px;position: absolute;left: 22px;top: 23px;border-radius: 2px;transition: all .2s;box-sizing: border-box;cursor: pointer;background: #ff9100;border:1px solid #ff9100;display: none; }
.check_cover2:after{ position: absolute;display: table;border: 2px solid #fff;border-top: 0;border-left: 0;transform: rotate(45deg) scale(1) translate(-50%,-50%);opacity: 1;transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content: " ";top: 45%;left: 22%;width: 4px;height: 8px; }
.check_cover3{ width: 16px;height: 16px;position: absolute;left: 22px;top: 23px;border-radius: 2px;transition: all .2s;box-sizing: border-box;cursor: pointer;background: #fff;border: 1px solid #d9d9d9;display: none; }
.check_cover3:after{ top: 50%;left: 50%;width: 8px;height: 8px;background-color: #ff9100;border: 0;transform: translate(-50%,-50%) scale(1);opacity: 1;content: " ";position: absolute;display: table;transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s; }
.check_cover3:hover{ border-color: #ff9100; }
.wrapper_tab2{ width: 400px;display: -webkit-box;-webkit-box-orient: vertical;white-space: normal;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis; }
.wrapper_tab3{ width: 90px; }
.wrapper_tab4{ width: 103px; }
.wrapper_tab4 span{ display: block; }
.wrapper_tab5{ width: 130px; }
.wrapper_tab5 span{ display: none; }
.wrapper_tab6{ width: 190px; }
.wrapper_tab7{ width: 156px;font-size: 0; }
.report_wrapper_tab .wrapper_tab7{ font-size: 14px; }
.wrapper_tab7 span{ margin-right: 5px;cursor: pointer;font-size: 14px; }
.wrapper_tab7_read,.wrapper_tab7_down{ color: #ff9100; }
.wrapper_tab7_read a,.wrapper_tab7_down a{ color: #ff9100; }
.no_data_box{ text-align: center;padding-top: 158px;box-sizing: border-box; }
.no_data_box i{ font-size: 55px;color: rgba(0,0,0,.65); }
.no_data_box p{ color: rgba(0,0,0,.25);font-size: 14px; }
.reprot_item_cover{ display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%; }

.report_wrapper_data{ font-size: 14px; }
.report_wrapper_data_item{ display: flex;align-items: center;width: 100%;height: 60px;background: #fafafa;color: #333;border-bottom: 1px solid #e8e8e8;height: 75px; }
.credit_pagination{ font-size: 14px;display: flex;align-items: center;justify-content: flex-end;margin: 16px 0; }
.credit_messages_all_num{ height: 32px;margin-right: 8px;line-height: 30px;vertical-align: middle;color: rgba(0,0,0,.65); }
.credit_messages_change{ font-size: 12px;min-width: 32px;height: 32px;color: rgba(0,0,0,.65);font-family: Arial;line-height: 32px;text-align: center;vertical-align: middle;list-style: none;border-radius: 4px;cursor: pointer;transition: all .3s;padding-top: 1px;box-sizing: border-box; }
.credit_messages_page{ height: 32px;margin-right: 4px;margin-left: 4px;line-height: 32px;vertical-align: middle;min-width: 32px;font-family: Arial;text-align: center;list-style: none;background-color: #fff;outline: 0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
.credit_active{ color: #ff9100; }
.credit_messages_right i{ transform: rotate(180deg); }
.credit_messages_page_box{ display: flex; }

.duplicate_delete_box{ position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.8);font-family: SourceHanSansSC-regular;z-index: 99;display: none; }
.duplicate_delete{ width: 384px;box-sizing: border-box;background: #fff;border-radius: 4px;position: relative;margin:0 auto;top: 50%;margin-top: -192px;padding-bottom: 14px; }
.duplicate_delete_head{ padding:16px 0;font-size: 18px;color: #3f3e3e;text-align: center; }
.duplicate_delete_close{ width: 56px;height: 56px;position: absolute;top: 0;right: 0;color: rgba(0,0,0,0.65);text-align: center;line-height: 56px;cursor: pointer; }
.duplicate_delete_con{ padding: 24px 24px 64px;font-size: 14px;line-height: 1.5;word-wrap: break-word;color: rgba(0,0,0,.65); }
.duplicate_delete_bom{ display: flex;justify-content: flex-end;color: rgb(51, 51, 51);padding: 0 24px;margin-top: 8px; }
.duplicate_delete_btn{  margin-left: 10px;width:100px;height: 32px;text-align: center;line-height: 30px;box-sizing: border-box;border-radius: 2px;font-size: 14px;cursor: pointer; }
.duplicate_delete_cancel{ border: 1px solid #dfdfdf;color: #aeaeae; }
.duplicate_delete_primise{ border: 1px solid #ff9100;color: #fff;background: #ff9100; }

.fixed_opera_box{ width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0,0,0,.8);display: none;z-index: 999; }
.fixed_opera1{ display: none;position: fixed;left: 0;bottom: 0;width: 100%;background: #fff;text-align: center;border-radius: 6px 6px 0 0; }
.fixed_opera1_download{ height: 50px;line-height: 50px;font-size: 18px;letter-spacing: 4px;box-sizing: border-box;border-bottom: 1px solid #f5f5f5; }
.fixed_opera1_read{ height: 50px;line-height: 50px;font-size: 18px;letter-spacing: 4px;box-sizing: border-box;border-bottom: 1px solid #f5f5f5; }
.fixed_opera1_del{ height: 50px;line-height: 50px;font-size: 18px;letter-spacing: 4px;box-sizing: border-box; }
.fixed_opera2{ display: none; }
.fixed_opera2 img{ margin: 0 auto;width: 200px;display: block;margin-top: 190px; }
.fixed_opera2 p{ color: #fff;text-align: center;margin-top: 5px; }
.fixed_opera2_del{ position: fixed;left: 0;bottom: 0;background: #fff;width: 100%;text-align: center;height: 50px;line-height: 50px;font-size: 18px;letter-spacing: 4px; }
.fixed_opera3{ display: none;text-align: center;line-height: 100vh; }
.fixed_opera3 p{ color: #fff; }
.fixed_opera_box_close{ position: fixed;right: 3px;top: 3px;color: #fff;width: 45px;height: 45px;text-align: center;line-height: 45px;border: 1px solid #fff;border-radius: 50%; }
.fixed_opera_box_close i{ font-size: 21px; }

/*ipad*/
@media screen and (max-width: 1199px) and (min-width: 750px)
{
	.check_report_container{ width: auto; }
	.report_wrapper_tab{ display: none; }
	.report_wrapper_data_item{ position: relative; }
	.wrapper_tab1{ display: none; }
	.wrapper_tab2{ position: absolute;left: 10px;top: 0;width: 280px; }
	.wrapper_tab3{ position: absolute;right: 10px;bottom: 0;width: auto; }
	.wrapper_tab4{ position: absolute;left: 400px;top: 0; }
	.wrapper_tab5{ position: absolute;right: 20px;top: 0;width: auto; }
	.wrapper_tab5 span{ display: inline; }
	.wrapper_tab6{ position: absolute;left: 10px;bottom: 0; }
	.wrapper_tab7{ display: none; }
	.reprot_item_cover{ display: block; }
}
/*mobile*/
@media screen and (max-width: 750px)
{	
	.right_fixed{ display: none; }
	.check_report_container{ width: auto; }
	.report_wrapper_tab{ display: none; }
	.report_wrapper_data_item{ position: relative;font-size: 12px;height: 60px; }
	.wrapper_tab1{ display: none; }
	.wrapper_tab2{ position: absolute;left: 10px;top: 0;width: 150px; }
	.wrapper_tab3{ position: absolute;right: 20px;bottom: 0;width: auto; }
	.wrapper_tab4{ position: absolute;left: 180px;top: 0;width: auto; }
	.wrapper_tab5{ position: absolute;right: 20px;top: 0;width: auto; }
	.wrapper_tab5 span{ display: inline; }
	.wrapper_tab6{ position: absolute;left: 10px;bottom: 0; }
	.wrapper_tab7{ display: none; }
	.reprot_item_cover{ display: block; }

	.check_report_top ul{ height: 40px;width: 100%; }
	.check_report_top ul a{ display: block;width: 33.3%; }
	.check_report_top ul li{ width: 100%;height: 40px;line-height: 40px;font-size: 14px; }
	.check_report_active:after{ width: 84%;left: 7%; }
	.report_tips{ width: 100%;box-sizing: border-box;padding-right: 5px; }
	.fixed_opera1_download{ font-size: 14px; }
	.fixed_opera1_read{ font-size: 14px; }
}