*{box-sizing:border-box}

/*新表格*/
.newtable {box-sizing:border-box}
.newtable th td{display: flex;align-items: center;vertical-align:bottom;font-size:16px}
.newtable th {width:15%;}
.newtable label{font-weight: 300}
.newtable input{border: rgba(0,0,0,0.2) 1px solid;padding:0.5rem 1rem ;}
.newtable select{border: rgba(0,0,0,0.2) 1px solid;padding:0.5rem 1rem ;}
.newtable textarea{border: rgba(0,0,0,0.2) 1px solid;padding:0.5rem 1rem ;}
.newtable .w90{width: 90%}
.newtable .w70{width: 70%}
.newtable .w50{width: 50%}
.newtable .w30{width: 30%}
.newtable .w20{width: 20%}
.newtable .w10{width: 10%}

.data_word .newtable li{padding: 0 1rem 1rem 0;flex-grow:1;list-style-type: none;}

@media (max-width: 800px) {
	.newtable {border: none;padding: 0.5rem 0}
	.newtable .w90,.newtable .w70,.newtable .w50,.newtable .w30{width:80%}
	.newtable th {width:80%;}
	.newtable tr{display: flex;flex-direction: column;width: 100%;}
	
	}