* {
    margin: 0;
    padding: 0;
}
html,
body {
    scroll-behavior: smooth;
}
::-webkit-scrollbar-track-piece {
    background: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #c8c8ca;
    border-radius: 20px;
}
.noClick {
    pointer-events: none;
    background: rgba(202, 202, 202, 0.5) !important;
}
.noClickfont {
    pointer-events: none;
    color: rgba(202, 202, 202, 0.5) !important;
}
@media screen and (max-width: 1279px) {
    body,
    html {
        width: 1280px !important;
    }
}

@media (max-width: 1250px) and (orientation: portrait) {
    html,
    body {
        width: 1440px;
    }
}

li {
    list-style: none;
}

input,
button,
textarea {
    display: block;
    border: none;
    outline: none;
    background: none;
}

div,
p,
input,
li,
ul,
textarea {
    box-sizing: border-box;
}

input::placeholder,
textarea::placeholder {
    font-family: Qomolangma-Subtitle, Qomolangma;
    font-weight: normal;
    color: #b2b2b2;
}

.cursor {
    cursor: pointer;
}

img,
a {
    display: block;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
}

.flexc {
    display: flex;
    flex-direction: column;
}

.flexc.row-top,
.flex.row-top {
    align-items: flex-start;
}

.flexc.row-center,
.flex.row-center {
    align-items: center;
}

.flexc.row-end,
.flex.row-end {
    align-items: flex-end;
}

.flexc.column-top,
.flex.column-top {
    justify-content: flex-start;
}

.flexc.column-center,
.flex.column-center {
    justify-content: center;
}

.flexc.column-end,
.flex.column-end {
    justify-content: flex-end;
}

.flexc.column-bwn,
.flex.column-bwn {
    justify-content: space-between;
}

.flexc.column-around,
.flex.column-around {
    justify-content: space-around;
}

.flexc.area-center,
.flex.area-center {
    align-items: center;
    justify-content: center;
}

.flexc.area-between,
.flex.area-between {
    align-items: center;
    justify-content: space-between;
}

.flexc.area-around,
.flex.area-around {
    align-items: center;
    justify-content: space-around;
}

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

.line2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
