footer {
    overflow: hidden;
    clear: both;
    padding: 30px 0;
    border-top: 1px solid #e5e6eb;
}

.footer-content .copy {
    display: block;
    opacity: 0.7;
    color: #3a3c40;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.footer-content p {
    color: #838992;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-content p:last-child {
    margin-bottom: 0;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0px 0;
    list-style: none;
}
.footer-menu.dbl { margin-bottom: 30px;}

@media (max-width: 767px) {
    .footer-menu {
        margin-bottom: 15px;
    }
}

.footer-menu li {
    font-size: 12px;
    color: #838992;
    font-weight: 600;
    margin-right: 5px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.footer-menu a {
    font-size: 13px;
    color: #838992;
    font-weight: 600;
    margin-right: 5px;
}

* {
    outline: none
}

.confirm-account {
    height: 40px;
    background-color: yellow;
    color: #00abeb;
    text-align: center;
    line-height: 40px;
}

#down img {
    transform: rotate(180deg);
}

.adult-icon {
    background-image: url('/img/18.png');
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background-size: cover;
}
.adult-icon-mini {
    background-image: url('/img/18.png');
    display: inline-block;
    position: relative;
    width: 20px;
    height: 25px;
    background-size: cover;
}

.discount-icon {
    background-image: url('/img/discount.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}
.discount-icon-mini {
    background-image: url('/img/discount.png');
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.post-image {
    margin: 10px 0;
}

.nobr {
    white-space: nowrap;
}

.upic-avatar, .upic-avatar * {
	box-sizing: border-box;
}

.upic-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	border-radius: 4px;
	padding: 10%;
	object-fit: contain;
	aspect-ratio: 1;
}

.upic-avatar > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1;
}

.upic-avatar::after {
	content: "";
	position: absolute;
	background-image: var(--frameSource);
	background-size: cover;
	pointer-events: none;
	animation: spin 4s linear infinite;
	width: 100%;
	height: 100%;
}

.upic-avatar-empty {
	background-color: var(--secondary-color);
	padding: 10%;
	overflow: hidden;
}