.hand-cursor { cursor: pointer; } .box-sizing-border-box{ box-sizing: border-box; } .dis-flex{ display: flex; } .justify-content-space-between{ display: flex; justify-content: space-between; } .justify-content{ display: flex; justify-content: center; } .align-items-center{ display: flex; align-items: center; } .text-align-center{ text-align: center; } .text-align-left{ text-align: left; } .text-align-right{ text-align: right; } .fc-12{ color: #121212; } .fc-70{ color: #707070; } .bg-c-EEF4FF{ background-color: #EEF4FF; } .bg-c-F4F4F8{ background-color: #F4F4F8; } .bg-c-f{ background-color: #fff !important; } .fw-400{ font-weight: 400; } .fw-b{ font-weight: bold; } .fs-14{ font-size: 14px; } .fs-16{ font-size: 16px; } .fs-18{ font-size: 18px; } .fs-24{ font-size: 24px; } .lh-40{ line-height: 40px; } .lh-19{ line-height: 19px; } .plr-50{ padding: 0 50px; } .mr-10{ margin-right: 10px; } .mt-70{ margin-top: 70px; } .mt-60{ margin-top: 60px; } .mt-30{ margin-top: 30px; } .mt-20{ margin-top: 20px; } .mb-32{ margin-bottom: 32px; } .mb-36{ margin-bottom: 36px; } .mb-44{ margin-bottom: 44px; } .mb-96{ margin-bottom: 96px; } .mt-5{ margin-top: 5px; } .mb-10{ margin-bottom: 10px; }