* {
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0); !* make transparent link selection, adjust last value opacity 0 to 1.0 *!*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

*::-webkit-scrollbar {
    display: none;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.f-10 {
    font-size: 1rem !important;
}

.f-12 {
    font-size: 1.2rem;
}

.f-14 {
    font-size: 1.4rem;
}

.f-17 {
    font-size: 1.7rem;
}

.f-w0 {
    font-weight: normal;
}

.f-w5 {
    font-weight: 500;
}

.f-w6 {
    font-weight: 600;
}

.f-w7 {
    font-weight: 700;
}

.f-number {
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    color: #FF953F;
    margin-right: .2rem;
}

.c-f {
    color: #FFFFFF;
}

.c-purple {
    color: #9C28EA;
}

.c-3 {
    color: #333333;
}

.c-3-6 {
    color: rgba(51, 51, 51, 0.6) !important;
}

.c-6 {
    color: #666666;
}

.c-9 {
    color: #999999;
}

.c-orange {
    color: #FF743F;
}

.flex {
    display: flex;
}

.center {
    display: flex;
    align-items: center;
}

.center-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column-center {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.view-incentive {
    position: relative;
    margin: 1rem 1rem 0 1rem;
    background: white;
    height: 3rem;
    overflow: hidden;
    border-radius: 1.5rem;
    z-index: 100;
}

.incentive-sub {
    margin: 0;
    line-height: 0;
}

.incentive-sub .item {
    height: 3rem;
    margin: 0 1rem;
}

.card {
    margin: 1rem 1rem 0 1rem;
    border-radius: 1.2rem;
    position: relative;
    background: #FFFFFF;
}

.card .top {
    height: 5rem;
    background: white;
    border-radius: 1.2rem 1.2rem 0 0;
}

.card .sub {
    background: white;
    border-radius: .4rem
}

.card .title {
    line-height: 2.4rem;
    display: flex;
}

.view-top {
    width: 100vw;
    height: 17rem;
    margin-top: 1.5rem;
    position: relative;
    display: flex;
    justify-content: center;
}

.view-top img {
    object-fit: cover;
    width: 100vw;
    height: 15.2rem;
}

.view-top .invite-info {
    height: 5.4rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: white;
    border-radius: 3rem;
    border: 1px solid #000000;
    width: 35.5rem;
    padding: 0 3rem;
    box-sizing: border-box;
}

.img-arrow {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: .4rem;
}

.img-label {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -.2rem;
    width: 2.6rem;
    height: 1.2rem;
}

.orange-bg {
    width: 100%;
    background: linear-gradient(270deg, rgba(240, 246, 255, 0.1) 0%, rgba(255, 149, 63, 0.1) 100%);
    padding: 0 .4rem;
}

.blue-bg {
    width: 100%;
    background: linear-gradient(270deg, rgba(245, 240, 255, 0.1) 0%, rgba(138, 0, 255, 0.1) 100%);
    /* background: linear-gradient(270deg, rgba(240, 246, 255, 0.1) 0%, rgba(0, 145, 255, 0.1) 100%); */
    padding: .2rem 0;
}

.view-table {
    display: flex;
    flex-direction: row;
}

.view-table .item {
    flex: 1;
    line-height: 2.6rem;
    text-align: center;
    font-size: 1rem;
    color: #333333;
    font-weight: bold;
}

.table-border-right {
    border-right: 1px solid #D9DBDE;
}

.table-border-bottom {
    border-bottom: 1px solid #D9DBDE;
}

.img-icon {
    width: 2rem;
    height: 2rem;
    margin-right: .8rem;
}

.view-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #EDF0F2;
}

.btn-apply {
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    background: #FF953F;
    border-radius: .8rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    width: 35.5rem;
}

.text-has-account {
    text-align: center;
    color: #0091FF;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
    line-height: 1.4rem;
    text-decoration: underline;
    font-size: 1rem;
}

.diamo-icon {
    height: 1.2rem;
    width: 1.2rem;
    padding: 0 2px;
}

.header-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 32.4rem;
    width: 100%;
    background: linear-gradient(180deg, #FDDB5F 0%, #EDF0F2 100%);
}

.line {
    height: 1px;
    transform: scaleY(0.5);
    transform-origin: 50% 100%;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 1.5rem
}

.logo-area {
    position: absolute;
    top: 0;
    left: 1rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.4rem;
    /*height: calc(3rem + 2px);*/
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.logo-area .logo-img {
    height: 3rem;
    width: 3rem;
    border-radius: 0.6rem;
    border: 1px solid #000000;
    box-sizing: border-box;
    display: block;
}

.app-name {
    padding: 0 1.7rem;
    font-weight: 600;
    font-size: 1.4rem;
    color: #333333;
}

.center-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.overflow-hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
