* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    min-width: 320px;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    border: 0;
}

a {
    text-decoration: none;
    transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s, transform .2s;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    border: 0;
}

input[type="text"],
input[type="password"],
select,
textarea {
    width: 100%;
    border: 0;
    border-radius: 6px;
    background-color: #ffffff;
    color: #1e2623;
    box-shadow: inset 0 0 0 1px #d8ded5;
}

input[type="text"],
input[type="password"],
select {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

textarea {
    min-height: 120px;
    padding: 14px;
    overflow: auto;
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: #89958f;
}

.apl-img-fit {
    position: relative;
    overflow: hidden;
}

.apl-img-fit img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.apl-hidden,
#dofullsearch {
    display: none;
}

.apl-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.apl-fx-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apl-fx-col {
    display: flex;
    flex-direction: column;
}

.apl-fx-center {
    justify-content: center;
}

.apl-fx-middle {
    align-items: center;
}

.apl-fx-start {
    justify-content: flex-start;
}

.apl-fx-last {
    order: 10;
}

.apl-fx-1 {
    min-width: 0;
    flex: 1 1 0;
}

.apl-mrating .unit-rating {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../dleimages/rating1.png) repeat-x;
}

.apl-mrating .unit-rating li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: -90000px;
}

.apl-mrating .unit-rating li a {
    position: absolute;
    z-index: 17;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    text-indent: -9000px;
    text-decoration: none;
}

.apl-mrating .unit-rating li a:hover {
    left: 0;
    z-index: 2;
    background: url(../dleimages/rating1.png) 0 -30px;
}

.apl-mrating .unit-rating a.r1-unit { left: 0; }
.apl-mrating .unit-rating a.r1-unit:hover { width: 30px; }
.apl-mrating .unit-rating a.r2-unit { left: 30px; }
.apl-mrating .unit-rating a.r2-unit:hover { width: 60px; }
.apl-mrating .unit-rating a.r3-unit { left: 60px; }
.apl-mrating .unit-rating a.r3-unit:hover { width: 90px; }
.apl-mrating .unit-rating a.r4-unit { left: 90px; }
.apl-mrating .unit-rating a.r4-unit:hover { width: 120px; }
.apl-mrating .unit-rating a.r5-unit { left: 120px; }
.apl-mrating .unit-rating a.r5-unit:hover { width: 150px; }
.apl-mrating .unit-rating a.r6-unit { left: 150px; }
.apl-mrating .unit-rating a.r6-unit:hover { width: 180px; }
.apl-mrating .unit-rating a.r7-unit { left: 180px; }
.apl-mrating .unit-rating a.r7-unit:hover { width: 210px; }
.apl-mrating .unit-rating a.r8-unit { left: 210px; }
.apl-mrating .unit-rating a.r8-unit:hover { width: 240px; }
.apl-mrating .unit-rating a.r9-unit { left: 240px; }
.apl-mrating .unit-rating a.r9-unit:hover { width: 270px; }
.apl-mrating .unit-rating a.r10-unit { left: 270px; }
.apl-mrating .unit-rating a.r10-unit:hover { width: 300px; }

.apl-mrating .unit-rating li.current-rating {
    position: absolute;
    z-index: 1;
    display: block;
    height: 30px;
    text-indent: -9000px;
    background: url(../dleimages/rating1.png) 0 -60px;
}

#gotop {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 9998;
    display: none;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
