﻿*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: normal
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer
}

img,
video,
canvas {
    max-width: 100%;
    height: auto;
    display: block
}

svg {
    fill: currentColor
}
.jumpto{
    display: none;
}
.pagination .page-item:nth-child(1){
    display: none;
}
input,
button,
textarea,
select {
    font: inherit;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none
}

button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

.side-title img {
    width: 100%
}

.side-icon img {
    width: 100%
}