/*横向布局*/
.row_nowrap{display:flex;flex-direction:row;flex-wrap:nowrap;}
.row_wrap{display:flex;flex-direction:row;flex-wrap:wrap;}
/*纵向布局*/
.cou_nowrap{display:flex;flex-direction:column;flex-wrap:nowrap;}
.cou_wrap{display:flex;flex-direction:column;flex-wrap:wrap;}

.start_start{justify-content:flex-start;align-items:flex-start;}
.start_center{justify-content:flex-start;align-items:center;}
.start_end{justify-content:flex-start;align-items:flex-end;}
.start_stretch{justify-content:flex-start;align-items:stretch;}
.start_baseline{justify-content:flex-start;align-items:baseline;}

.center_start{justify-content:center;align-items:flex-start;}
.center_center{justify-content:center;align-items:center;}
.center_end{justify-content:center;align-items:flex-end;}
.center_stretch{justify-content:center;align-items:stretch;}
.center_baseline{justify-content:center;align-items:baseline;}

.end_start{justify-content:flex-end;align-items:flex-start;}
.end_center{justify-content:flex-end;align-items:center;}
.end_end{justify-content:flex-end;align-items:flex-end;}
.end_stretch{justify-content:flex-end;align-items:stretch;}
.end_baseline{justify-content:flex-end;align-items:baseline;}

.around_start{justify-content:space-around;align-items:flex-start;}
.around_center{justify-content:space-around;align-items:center;}
.around_end{justify-content:space-around;align-items:flex-end;}
.around_stretch{justify-content:space-around;align-items:stretch;}
.around_baseline{justify-content:space-around;align-items:baseline;}

.between_start{justify-content:space-between;align-items:flex-start;}
.between_center{justify-content:space-between;align-items:center;}
.between_end{justify-content:space-between;align-items:flex-end;}
.between_stretch{justify-content:space-between;align-items:stretch;}
.between_baseline{justify-content:space-between;align-items:baseline;}

.apex-item-select:focus, .apex-item-text:focus, .apex-item-textarea:focus {border: 1.2px solid #dfdfdf;}
a.t-Button.t-Button--icon.t-Button--header.t-Button--navBar {display: none;}
body::-webkit-scrollbar {display: none;}

.hid{display:none;}
.bord4{border-radius: 4px;}
.butPad8{padding: 8px 24px;border-radius: 4px;}