/* html,
body {
    overflow-x: hidden;
}  */


[v-cloak] {
    display: none !important;
}

body,
html,
div,
input,
ul,
li,
ol,
button,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

ul,
li,
ol {
    list-style: none;
}

button {
    border: 0;
    outline: none;
}

div {
    line-height: 1;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

input {
    outline: none;
    border: 0;
}

.t_title {
    text-align: center;
    font-size: 30px;
    color: #333333;
    position: relative;
}

.t_title::after {
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    content: '';
    display: block;
    width: 150px;
    height: 2px; */
    /* background-color: #0099e2; */
    /* background-color: #ffff; */
}

.pad-0 {
    padding: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.pad-b-35 {
    padding-bottom: 35px !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}