*{
		padding:0;
		margin:0;
		box-sizing:border-box;
		font-size:12px;
		color:#333;
	}
  html,
  body {
    width: 100%;
    height: 100%;
  }
  list{
	  list-style:none;
  }
  .dys_macroeconomic_operation_right_tongji_head {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
span#zhi{
    display: flex;
    align-items: center;
}
span.tj_title {
    padding: 10px;
    color: #C73741;
    font-weight: 600;
}
  .selectedList {
    display: flex;
}
.selectedList h3 {
    display: flex;
    align-items: center;
    border: 0.5px solid #eae6e6;
    margin: 0 5px;
    padding-left: 5px;
}
span.div_select_jiantou{
	display: flex;
    width: 2rem;
    height: 2rem;
    background: #BD1A2D;
    margin-left: 5px;
    align-items: center;
    justify-content: center;
}
span.div_select_jiantou img{
    width:50%;
}
.div_select {
    position: relative;
}
.div_select ul {
	display: none;
    position: absolute;
    z-index: 99;
    left: 5px;
    background-color: #FFFFFF;
    width: 88%;
    border: 1px solid #CCCCCC;
}
.div_select ul li {
    text-align: center;
    border-bottom: 1px dashed;
    margin-bottom: 2px;
}
button#ajaxConfirm {
    border: none;
    width: 2rem;
    height: 2rem;
    background: #BD1A2D;
}
button#ajaxConfirm img {
    width: 60%;
}