.oldAndNew_box{    background-color: #fff;    width:100%;    position: fixed;    margin-top: 0;    display:none;    z-index:100;}.oldAndNew{    margin-left: 10px;    margin-right: 10px;    padding-top: 10px;    padding-bottom: 10px;    height:156px;    overflow-y: auto;}.oldAndNew .rows{    width:33.3%;    float:left;    padding-top: 7px;    padding-bottom: 7px;}.oldAndNew .rows .row{    width: 75px;    margin: auto;    text-align: center;    font-size: 12px;    line-height: 20px;    color: rgba(0, 0, 0, 0.45);}.oldAndNew .active .row{    width: 75px;    height: 20px;    text-align: center;    line-height: 20px;    background: #FA541C;    border-radius: 2px;    font-size: 12px;    color: #FFFFFF;}.Btn_box{    margin-left: 20px;    margin-right: 20px;    padding-top: 20px;    padding-bottom: 20px;}.Btn_box .resetBtn{    width: 158px;    height: 32px;    line-height: 32px;    border: 1px solid rgba(0, 0, 0, 0.6509803921568627);    border-radius: 20px;    font-size: 12px;    color: rgba(0, 0, 0, 0.65);}.Btn_box .submitBtn{    width: 158px;    height: 32px;    line-height: 32px;    background: #FA541C;    border-radius: 20px;    font-size: 12px;    color: #FFFFFF;}