html {
    font-family: Arial;
    width: 100vw;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    overflow-x: hidden;
    color: #6b6b6b;
}

a {
    color: #6b6b6b;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
    display: none;
}

body {
    width: 94%;
    margin: 0 3%;
    padding-bottom: 200px;
}

h1,
h2 {
    width: 100%;
}

table,
td,
th,
tr {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #6b6b6b;
    word-wrap: break-word;
}

h1 {
    font-size: 18px;
    text-align: center;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
p,
li {
    font-size: 12px;
}

ol {
    padding-left: 17px;
}

.head {
    width: 100%;
    margin: 30px 0;
    line-height: 30px;
    font-weight: 600;
}

.head img {
    width: 30px;
    max-width: 80px;
    border-radius: 20%;
    float: left;
    margin-right: 6px;
}

.underline {
    text-decoration: underline;
    /* color: #3586FF; */
}

#backtop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 50px;
    display: none;
}

.mob_tab_items {
    /* line-height: 30px; */
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 2px 0;
}

.mob_tab_items .line {
    height: 16px;
    width: 3px;
    display: inline-block;
    margin: 7px 4px 7px 0;
}

.line_change {
    background-color: rgb(0, 216, 201);
}

.container {
    width: 96%;
    margin: 0 auto .533333rem;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 10px 1px 10px;
    box-sizing: border-box;
}