	.home_main {
		position: relative;
		z-index: 10;
		padding-top: 1.12rem;
		display: flex;
		flex-direction: column;
	}

	.score_wrap {
		padding: 0.4rem 0.32rem 0.32rem;
		display: flex;
		flex-direction: column;
	}

	.score_box {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.score_l {
		display: flex;
		flex-direction: column;
	}

	.score_txt {
		color: #666666;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem;
	}

	.score_value {
		color: #999999;
		font-size: 0.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.6rem;
	}

	.score_value1 {
		color: #FE7A23;
		font-size: 0.72rem;
		font-style: normal;
		font-weight: 700;
		line-height: 0.8rem;
	}

	.score_tag {
		display: flex;
		width: 1.28rem;
		height: 0.68rem;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		background: #FAAD14;
		border: 0.02rem solid rgba(0, 0, 0, 0.00);
		border-radius: 0.6rem;
		color: #FFFFFF;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 600;
		line-height: 0.4rem;
	}

	.summary_txt {
		color: #333333;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		margin-top: 0.24rem;
		margin-bottom: 0.24rem;
	}

	.fx_box {
		display: flex;
		align-items: center;
	}

	.fx_txt_box {
		display: flex;
		align-items: center;
		display: flex;
		padding: 0.18rem 0.36rem 0.12rem 0.22rem;
		border-radius: 200rem;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.3rem; /* 1.333 */
	}

	.fx_txt_box + .fx_txt_box {
		margin-left: 0.2rem;
	}

	.circle {
		width: 0.16rem;
		height: 0.16rem;
		border-radius: 50%;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.3rem; /* 1.333 */
		margin-right: 0.12rem;
	}

	.red .circle{
		background: #EF4444;
	}

	.yellow .circle{
		background: #F59E0B;
	}

	.green .circle{
		background: #66BB6A;
	}

	.red {
		color: #FF4757;
		background: #FFEBEE;
	}

	.yellow {
		color: #FFA726;
		background: #FFF8E1;
	}

	.green {
		color: #66BB6A;
		background: #E8F5E9;
	}

	.body_title_box {
		display: flex;
		align-items: center;
		padding: 0.12rem 0 0rem 0.36rem;
	}

	.title_line {
		width: 0.08rem;
		height: 0.32rem;
		margin-right: 0.16rem;
	}

	.title_txt {
		color: rgba(51, 51, 51, 0.88);
		font-size: 0.36rem;
		font-style: normal;
		font-weight: 600;
		line-height: 0.5rem; /* 1.333 */
	}

	.blue {
		background: #1677FF;
		border-radius: 199.98rem;
	}

	.charts_wrap {
		padding: 0.32rem 0.24rem 0rem 0.24rem;
		margin-bottom: 0.2rem;
	}

	.charts_box {
		display: flex;
		flex-direction: column;
		padding: 0.48rem 0.4rem;
		box-shadow: 0rem 0.02rem 0.04rem 0rem rgba(0, 0, 0, 0.05), 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.00), 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.00);
		border: 0.02rem solid #F0F0F0;
		border-radius: 0.24rem
	}

	.h_picture{
		width: 100%;
		height: 4.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
    /* 外层容器 */
    .table-container {
      width: 100%;
      overflow: hidden;
    }
    
    .table-row {
      display: flex;
    }
    
    /* 单元格基础样式 */
    .table-cell {
      /* flex: 1; */
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    /* 列宽控制 */
    .col-name { flex: 1; }
    .col-score { width: 1.5rem;}
    .col-rate {width: 1.52rem;}
    .col-compliance { width: 1.18rem; }
	.table-header .table-cell {
		height: 0.74rem;
	}
	
	.table-content {
		padding: 0.16rem 0 0.18rem 0;
		border-bottom: 0.02rem solid #F3F4F6;
	}
	
	.table-content:last-child {
	    border-bottom: 0;
	}
    
    /* 表头样式 */
    .table-header {
      font-weight: 600;
      color: #333;
	  font-size: 0.28rem;
	  margin-bottom: 0.17rem;
    }
    
    /* 风险等级颜色标签 */
    .risk-tag {
      padding: 0rem 0.14rem;
      align-items: center;
      flex-shrink: 0;
	  height: 0.44rem;
	  font-size: 0.24rem;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 0.4rem; /* 1.667 */
	  border-radius: 200rem;
    }
    .risk-high { background-color: #FFF2F2;color: #FF4D4F; }
    .risk-medium { background-color: #FFF8E1;color: #FAAD14; }
    .risk-low { background-color: #F0FFF4;color: #52C41A; }
    
    .name-with-icon {
      display: flex;
      align-items: center;
    }
	
	.table-cell img {
		width: 0.64rem;
		height: 0.64rem;
		margin-right: 0.16rem;
	}
	
	.name-with-icon {
		color: rgba(51, 51, 51, 0.88);
		font-size: 0.28rem;
		font-style: normal;
		font-weight: bold;
		line-height: 0.4rem; /* 1.571 */
	}

	.table-content .col-score,
	.table-content .col-compliance{
		color: rgba(51, 51, 51, 0.88);
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.571 */
	}
	
	.pink {
		background: #FF4D4F;
	}
	
	.lamp_wrap {
		padding: 0.4rem 0.32rem;
		overflow-x: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.lamp_box {
		display: flex;
		width: 2.18rem;
		padding: 0.32rem 0.2rem;
		flex-direction: column;
		align-items: center;
		background: #FAFAFA;
		border: 0.02rem solid #E5E5E5;
		border-radius: 0.24rem;
		flex-shrink: 0;
		box-sizing: border-box;
	}
	
	.red_lamp {
		background: #FF4757;
		border-radius: 199.98rem;
		width: 0.72rem;
		height: 0.72rem;
		flex-shrink: 0;
		margin-bottom: 0.2rem;
	}
	
	.blue_lamp {
		background: #66BB6A;
		border-radius: 199.98rem;
		width: 0.72rem;
		height: 0.72rem;
		flex-shrink: 0;
		margin-bottom: 0.2rem;
	}
	
	.yellow_lamp {
		background: #FFC154;
		border-radius: 199.98rem;
		width: 0.72rem;
		height: 0.72rem;
		flex-shrink: 0;
		margin-bottom: 0.2rem;
	}
	
	.lamp_txt2 {
		color: #333333;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 600;
		line-height: 0.4rem; /* 1.125 */
	}
	
	.lamp_box + .lamp_box {
		margin-left: 0.16rem;
	}
	
	.lamp_txt {
		font-size: #333;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.3rem; /* 1.143 */
		text-align: center;
		margin-top: 0.16rem;
		margin-bottom: 0.16rem;
	}
	
	.lamp_txt1 {
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.3rem; /* 1.143 */
		text-align: center;
	}
	
	.red_txt {
		color: #FF4D4F;
	}
	
	.yellow_txt {
		color: #FFA726;
	}
	
	.blue_txt {
		color: #66BB6A;
	}
	
	.pink_wrap {
		display: flex;
		padding: 0.4rem 0.32rem;
		flex-direction: column;
		align-items: flex-start;
		flex-shrink: 0;
		background: #FFF2F2;
	}
	
	.pink_wrap .body_title_box {
		padding: 0;
	}
	
	.case_box {
		padding: 0.34rem;
		background: #fff;
		border-radius: 0.16rem;
		display: flex;
		margin-top: 0.24rem;
	}
	
	.case_index {
		background: #FF4D4F;
		border-radius: 199.98rem;
		display: flex;
		width: 0.48rem;
		height: 0.48rem;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		color: #FFF2F2;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 700;
		line-height: 0.4rem; /* 1.429 */
		text-align: center;
		margin-right: 0.24rem;
	}
	
	.case_content {
		display: flex;
		flex-direction: column;
	}
	
	.case_txt {
		color: #333333;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 700;
		line-height: 0.5rem; /* 1.5 */
		margin-bottom: 0.18rem;
	}
	
	.case_txt1 {
		color: #999999;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.3rem; /* 1.333 */
		margin-bottom: 0.18rem;
	}
	
	.case_txt2 {
		color: #333333;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		margin-bottom: 0.12rem;
	}
	
	.case_txt3 {
		background: #FFF2F2;
		border-radius: 0.16rem;
		padding: 0.24rem;
		color: #666666;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.3rem; /* 1.333 */
	}
	
	.ls_box {
		background: #FFFFFF;
		box-shadow: 0rem 0.04rem 0.08rem -0.04rem rgba(0, 0, 0, 0.10), 0rem 0.08rem 0.12rem -0.02rem rgba(0, 0, 0, 0.10), 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.00), 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.00);
		border: 0.02rem solid #E8F1FE;
		border-radius: 0.24rem;
		display: flex;
		flex-direction: column;
		padding: 0.32rem;
		justify-content: center;
		align-items: flex-start;
		margin-top: 0.5rem;
		width: 100%;
		box-sizing: border-box;
		align-items: center;
	}
	
	.ls_info {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	.ls_info img {
		width: 1.12rem;
		height: 1.12rem;
		flex-shrink: 0;
		border-radius: 200rem;
	}
	
	.ls_title_box {
		display: flex;
		flex-direction: column;
		margin: 0 0.32rem;
	}
	
	.ls_name {
		color: #333333;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.5rem; /* 1.571 */
		margin-bottom: 0.1rem;
	}
	
	.ls_gg {
		color: #666666;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.571 */
	}
	
	.ls_info .qr_code {
		width: 1.4rem;
		height: 1.4rem;
		align-items: flex-start;
		flex-shrink: 0;
		background: #E4E4E4;
		border-radius: 0.16rem;
	}
	
	.add_btn {
		background: #FF5E15;
		box-shadow: 0rem 0.04rem 0rem 0rem rgba(5, 145, 255, 0.10);
		border: 0.02rem solid rgba(0, 0, 0, 0.00);
		border-radius: 0.6rem;
		color: #FFFFFF;
		font-family: "Alibaba PuHuiTi 3.0";
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.5rem; /* 1.5 */
		text-align: center;
		height: 0.88rem;
		margin-top: 0.32rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.02rem 0.32rem;
		width: 6rem;
		box-sizing: border-box;
	}
	
	.grey_wrap {
		background: #FAFAFA;
		padding-top: 0.4rem;
	}
	
	.tab_wrap {
		margin-left: 0.16rem;
		margin-top: 0.18rem;
		margin-right: 0.16rem;
		overflow-x: auto;
		overflow-y: hidden;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	.tab_box {
		padding: 0.24rem 0.2rem;
		color: #666666;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.4rem; /* 1.429 */
		text-align: center;
		flex-shrink: 0;
		position: relative;
		border-bottom: 0.04rem solid #F0F0F0;
	}
	
	.tab_line {
		position: absolute;
		bottom: -0.02rem;
		width: 100%;
		left: 50%;
		background: #1677FF;
		border-radius: 0.03rem;
		width: 0.8rem;
		height: 0.06rem;
		transform: translateX(-50%);
	}
	
	.active {
		color: #1677FF;
		font-size: 0.3rem;
		font-style: normal;
		font-weight: 600;
		line-height: 0.4rem; /* 1.467 */
		text-align: center;
	}
	
	.gs_box {
		padding: 0.3rem 0.34rem 0.18rem 0.3rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.gs_title {
		color: #333333;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 600;
		line-height: 0.4rem; /* 1.25 */
		margin-bottom: 0.32rem;
	}
	
	.fx_tag {
		display: flex;
		width: 1.6rem;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		height: 0.68rem;
		color: #FAFAFA;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 600;
		margin-bottom: 0.2rem;
	}
	
	.orange_bg {
		background: #FAAD14;
		border: 0.02rem solid rgba(0, 0, 0, 0.00);
		border-radius: 0.6rem;
	}
	
	.gs_des {
		color: #666666;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		margin-bottom: 0.46rem;
	}
	
	.gs_item {
		background: #FFFFFF;
		border: 0.02rem solid #E5E5E5;
		border-radius: 0.24rem;
		display: flex;
		padding: 0.34rem 0.34rem;
		flex-direction: column;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 0.24rem;
	}
	
	.gs_top {
		display: flex;
		flex-direction: row;
		margin-bottom: 0.24rem;
	}
	
	.gs_tag {
		display: flex;
		width: 1rem;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		height: 0.44rem;
	}
	
	.g {
		background: #FFF2F2;
		border: 0.02rem solid rgba(0, 0, 0, 0.00);
		border-radius: 0.6rem;
		color: #FF6B35;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.4rem; /* 1.667 */
	}
	
	.z {
		background: #FFF8E1;
		border: 0.02rem solid rgba(0, 0, 0, 0.00);
		border-radius: 0.6rem;
		color: #FAB121;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.4rem; /* 1.667 */
	}
	
	.d {
		background: #F0FFF4;
		border: 0.02rem solid rgba(0, 0, 0, 0.00);
		border-radius: 0.6rem;
		color: #52C41A;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.4rem; /* 1.667 */
	}
	
	.gs_txt {
		color: #333333;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 600;
		line-height: 0.5rem; /* 1.5 */
	}
	
	.fw_box {
		color: #999999;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		margin-bottom: 0.16rem;
	}
	
	.fw_box span {
		color: #666666;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		margin-left: 0.16rem;
	}
	
	.btn_box {
		display: flex;
		align-items: center;
		color: #1677FF;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		align-items: center;
	}
	
	.btn_box a{
		color: #1677FF;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		align-items: center;
	}
	
	
	.ml20 {
		margin-left: 0.4rem;
	}
	
	.white_wrap {
		padding: 0.4rem 0.32rem;
		background: #FFFFFF;
	}
	
	.white_wrap .body_title_box {
		padding: 0;
	}
	
	.margin26 {
		margin-top: 0.26rem;
	}
	
	.ts_box {
		color: #FF4D4F;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 300;
		line-height: 0.4rem; /* 1.429 */
		background: #FFF1F0;
		border-radius: 0.16rem;
		padding: 0.32rem;
	}
	
	.ts_txt {
		color: #666666;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
	}
	
	.zp_item {
		display: flex;
		padding: 0.4rem 0.4rem;
		gap: 0.32rem;
		flex-direction: column;
		align-items: flex-start;
		flex-shrink: 0;
		background: #FFFFFF;
		box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 0, 0, 0.08), 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.00), 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.00);
		border-radius: 0.16rem;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 0.4rem;
	}
	
	.zp_txt {
		margin-bottom: 0.32rem;
		color: #333333;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 700;
		line-height: 0.5rem; /* 1.5 */
	}
	
	.zp_txt1 {
		color: #666666;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	.zp_txt1 span {
		color: #333333;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.4rem; /* 1.429 */
		margin-left: 0.16rem;
	}
	
	.vs_box {
		display: flex;
		width: 6.06rem;
		padding: 0.26rem 0 0.2rem 0;
		align-items: flex-start;
		flex-shrink: 0;
		margin: 0.16rem 0;
		justify-content: center;
		color: #999999;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.3rem; /* 1.333 */
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
	
	.zp_btn {
		display: flex;
		padding: 0 0.24rem;
		align-items: center;
		flex-shrink: 0;
		height: 0.64rem;
	}
	
	.zp_blue {
		background: #E3F2FD;
		border-radius: 0.6rem;
	}
	
	.zp_red {
		background: #FAECEC;
		border-radius: 0.6rem;
	}
	
	.zp_blue span {
		color: #1976D2;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.4rem; /* 1.429 */
	}
	.zp_red span {
		color: #FF4757;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.4rem; /* 1.429 */
	}
	
	.zp_btn_box {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	.pad32 {
		padding: 0.32rem;
	}
	
	.cy_box {
		color: #666666;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.4rem; /* 1.429 */
		background: #FFF1F0;
		border-radius: 0.16rem;
		padding: 0.32rem;
	}
	
	.blue_wrap {
		display: flex;
		width: 100%;
		box-sizing: border-box;
		padding: 0.28rem 0.34rem 0.66rem 0.36rem;
		align-items: flex-start;
		flex-shrink: 0;
		background: #E8F3FF;
	}
	
	.jy_box {
		background: #FFFFFF;
		border-radius: 0.24rem;
		padding: 0.2rem 0.36rem 0.66rem;
		width: 100%;
		box-sizing: border-box;
	}
	
	.jy_txt {
		color: #333333;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.5rem; /* 1.714 */
		margin-bottom: 0.2rem;
	}
	
	.jy_txt1 {
		color: #333333;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: bold;
		line-height: 0.5rem; /* 1.5 */
		margin-bottom: 0.32rem;
	}
	
	.radio_box {
		display: flex;
		align-items: center;
		margin-bottom: 0.36rem;
	}
	
	.radio_item {
		display: flex;
		align-items: center;
		color: #666666;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.5rem; /* 1.714 */
	}
	
	.radio_item img {
		width: 0.36rem;
		height: 0.36rem;
		margin-right: 0.16rem;
	}
	
	.radio_item + .radio_item {
		margin-left: 0.64rem;
	}
	
	.textarea_box {
		display: flex;
		width: 100%;
		height: 1.6rem;
		box-sizing: border-box;
		padding: 0.36rem 0.22rem 0.12rem 0.24rem;
		flex-shrink: 0;
		background: #F8F8F8;
		border: 0.02rem solid #E5E5E5;
		border-radius: 0.12rem;
		margin-bottom: 0.48rem;
	}
	
	.textarea {
		background: #F8F8F8;
		resize: none;
		width: 100%;
	}
	
	.submit_btn {
		display: flex;
		width: 100%;
		height: 0.96rem;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		background: #007AFF;
		border-radius: 0.6rem;
		color: #FFFFFF;
		font-size: 0.32rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.5rem; /* 1.5 */
		text-align: center;

	}
	
	.no_padding  .body_title_box {
		padding: 0;
	}
	
	/* tabbar */
	.sent_tabbar{
		position: fixed;
		z-index: 50;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 100%;
		max-width: 750px;
		height: 1.2rem;
		background: linear-gradient(89.99999deg, #FF8A2B 0%, #FF5E15 100%);
		display: flex;
		align-items: center;
		box-sizing: border-box;
		line-height: 1;
	}
	.sent_tabbar .tabbar_item{
		flex: 1;
		height: 1rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.tabbar_item_icon {
		width: 0.32rem;
		height: 0.32rem;
		margin-bottom: 0.08rem;
	}
	
	.tabbar_item_txt {
		color: #FFFFFF;
		font-size: 0.28rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.4rem; /* 1.429 */
		text-align: center;
	}