input { border-radius:4px; border:1px solid #FFF; text-indent:0; font-size:14px; }
.bttn { padding:6px 10px; margin:10px 10px 0 0; line-height:14px; background-color: #fff }
.selected { background-color:#FF6275; color:#FFF; }

.hoverable:hover { color:#FF6275; }

.searchBar { height:45px;overflow:auto;display:flex; align-items:center; justify-content:center; margin:60px 0 30px; }

.input-wrap { display: inline-block; }
.text-input { width:88px; margin-right:10px; height:26px; vertical-align:top; border:1px solid #E8E8E8; text-indent:10px; background-color:#FFF; }
.key-input { width:588px; height:37px; border-radius:0; border:1px solid #E8E8E8; text-indent:10px; }
.search-btn { background-color:#FF4B4F; border:1px solid #FF4B4F; padding: 8px 14px; }
.search-btn:hover { cursor: pointer }
.hyphen { display:inline-block; margin-right:10px; }

.unselectable { background-color:#FBFBFB; }

.test { text-align:center; }

.box { border-bottom:1px solid #E8E8E8; width:768px; display:inline-block; text-align:left; }
.type { display:inline-block; margin:0; padding-right:10px; width:100px; text-align:right; vertical-align:top; line-height:50px }
.condition { display:inline-block; width:650px; }
.input { display: flex; align-items: center; padding: 10px 0; }