/*! VanWee | https://www.vanwee.cn | (c) 2017 - 2023 VWtheme */
@charset "utf-8";

:root {
	/* --PrimaryColor: #08ae9a; */
	--PrimaryColor: #ee6600;
	--Yellow: #f59417;
}
body {
	overflow-x: hidden;
}
.vw-button-primary {
    background-color: var(--PrimaryColor);
    color: #fff;
    border: 1px solid transparent;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked,.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: var(--PrimaryColor);
}
.uk-checkbox:focus,.uk-radio:focus,
.uk-checkbox:checked:focus,.uk-checkbox:indeterminate:focus,.uk-radio:checked:focus{
    border-color: var(--PrimaryColor);
	background-color: var(--PrimaryColor);
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.uk-navbar-right a {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: var(--PrimaryColor);
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	background-color: #f5f5f5;
}

.uk-light .uk-navbar-nav>li>a {
	color: white;
}

.uk-light .uk-navbar-nav>li:hover>a,
.uk-light .uk-navbar-nav>li>a:active,
.uk-light .uk-navbar-nav>li.uk-active>a,
footer .uk-container > div:first-of-type a:hover {
	color: var(--PrimaryColor);
	text-decoration: none;
}

.uk-navbar-left .uk-navbar-nav a {
	font-size: 1rem;
}
.uk-search-navbar {
	background-color: rgb(255 255 255 / 10%);
	border-radius: 8px;
	width: 300px;
}
.uk-search-navbar .uk-search-icon-flip~.uk-search-input {
	padding-left: 1rem;
	font-size: 1rem;
}
.uk-search-navbar + div {
	border-radius: 8px;
}
.uk-search-navbar + div h2 {
	font-size: 1rem;
	color: #888;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	gap: 5px;
}
.uk-search-navbar + div * + h2 {
	margin-top: 24px;
}
.uk-search-navbar + div ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.uk-search-navbar + div a {
	text-decoration: none;
	color: #666;
}
.uk-search-navbar + div a:hover {
	color: black;
}

.vw-islider {
	padding: 15px;
	max-width: none;
	position: relative;
}
.vw-islider .uk-slider-items a {
	position: relative;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.vw-islider .uk-slider-items a::after {
	content: attr(title);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: white;
	font-size: 1.125rem;
	background-color: rgb(0 0 0 / 50%);
	transition: opacity .3s ease-in-out;
}
.vw-islider .uk-slider-items a:hover::after {
	opacity: 0;
}
.vw-islider > div > a {
	background-color: rgb(0 0 0 / 50%);
	border-radius: 50%;
	padding: 10px 15px;
}
.vw-islider ~ div:nth-of-type(even) {
	background-color: #f8f8f8;
}

.vw-ilist h2 {
	margin: 0;
	font-size: 1.375rem;
	font-weight: 600;
}
.vw-ilist p {
	margin-top: 0;
	color: #999;
}
.vw-ilist a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	max-height: 400px;
}
.vw-ilist a::after,
.vw-list a > div:first-of-type::after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	padding-top: 60%;
}
.vw-ilist a img,
.vw-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
}
.vw-ilist a div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / 50%);
	transition: background-color .25s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	text-align: center;
	color: white;
}
.vw-ilist a p {
	width: 100%;
	margin-bottom: 8px;
	color: white;
}
.vw-ilist a i {
	font-style: normal;
	padding: 2px 15%;
	border: 2px solid white;
	border-radius: 500px;
}

footer .uk-container > div:first-of-type p {
	color: white;
}
footer .uk-container > div:first-of-type a {
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color: rgb(255 255 255 / 50%);
	transition: color .15s ease;
}
footer hr {
	border-top: 1px solid rgb(255 255 255 / 20%);
	margin-top: 40px;
	margin-bottom: 40px;
}
footer .uk-container > div:last-of-type {
	text-align: center;
}

.uk-breadcrumb {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.vw-select,
.vw-page {
	padding-top: 20px;
	padding-bottom: 20px;
}
.vw-select > div:not(:first-of-type) {
	margin-top: 20px;
}
.vw-select > div {
	display: flex;
}
.vw-select > div > div:first-of-type svg {
	margin-top: -4px;
}
.vw-select a {
	text-decoration: none;
	color: #555;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 2px 10px;
	border-radius: 500px;
	font-size: 0.875rem;
}
.vw-select a:hover,
.vw-list a:hover h2 {
	color: var(--PrimaryColor);
}
.vw-select .uk-active a {
	color: white;
	background-color: var(--PrimaryColor);
}
.vw-select > div > :not(ul),
.vw-select .uk-flex > :not(ul) {
	flex-shrink: 0;
	margin-right: 20px;
}
.vw-select ~ .vw-select {
	border-top: 1px #ddd solid;
}

.vw-list,
.vw-list h2 {
	font-size: 0.875rem;
}
.vw-list h2 {
	margin-bottom: 10px;
}
.vw-list p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}
.vw-list h2 + div {
	display: flex;
	justify-content: space-between;
}
.vw-list a {
	color: #444;
	text-decoration: none;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.vw-list a > div {
	background-color: #f8f8f8;
	padding: 10px;
}
.vw-list a > div:first-of-type {
	position: relative;
	overflow: hidden;
}
.vw-list img {
	left: 0;
	top: 0;
}
.vw-list p + span {
	color: #ff8415;
}
.vw-list-pagination {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.vw-list-pagination a,
.vw-list-pagination span {
	text-decoration: none;
	display: inline-block;
	padding: 8px 15px;
	background-color: #f8f8f8;
	color: black;
}
.vw-list-pagination .uk-active span {
	background-color: var(--PrimaryColor);
	color: white;
}
.vw-list-pagination li:not(:last-of-type) {
	margin-right: 10px;
}

.vw-page .uk-light {
	position: relative;
	overflow: hidden;
}
.vw-page .uk-light > div {
	display: flex;
	margin-top: 10px;
	gap: 10px;
}
.vw-page .uk-light > div > a {
	display: flex;
	align-items: center;
	background-color: var(--PrimaryColor);
}
.vw-page .uk-thumbnav {
	flex-wrap: nowrap;
}
.vw-page .uk-thumbnav img {
	border: 2px solid transparent;
}
.vw-page .uk-thumbnav .uk-active img {
	border-color: var(--PrimaryColor);
}
.vw-page .uk-slideshow-items {
	border-radius: 8px;
}

.vw-page .uk-padding {
	background-color: white;
	border-radius: 5px;
}
.vw-buy-button {
	display: block;
	padding: 10px 25px;
	background-color: var(--PrimaryColor);
	color: white;
	text-decoration: none;
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.vw-buy-button:hover {
	text-decoration: none;
	color: white;
	background-color: #ff8415;
}
.vw-buy-button + div {
	padding: 10px 20px;
	background-color: #f1f1f1;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.vw-buy-button + div p {
	margin: 0;
}
.vw-buy-button + div a{
	text-decoration: none;
	color: #333;
}
.vw-buy-button + div em{
	color: #f0506e;
	font-style: normal;
	font-weight: 600;
}
.vw-page h1 {
	font-size: 1.5rem;
	margin: 0;
}
.vw-page h1 + p {
	margin-top: 8px;
}
.vw-page h1 ~ div:first-of-type,
.vw-buy-button ~ div:last-of-type,
.vw-page h1 ~ ul > li {
	display: flex;
	justify-content: space-between;
}
.vw-page h1 ~ div:first-of-type div,
.vw-buy-button ~ div:last-of-type div {
	display: flex;
	align-items: center;
	gap: 5px;
}
.vw-buy-button ~ div:last-of-type div {
	cursor: pointer;
}
.vw-page h1 ~ ul {
	list-style: none;
	padding: 0;
	font-size: 0.875rem;
	color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.vw-page h1 ~ ul > li:not(:first-of-type) {
	margin-top: 10px;
}

.vw-page-other {
	margin-top: 20px;
	border-top: 1px dashed #ddd;
	padding-top: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.vw-page-other a {
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	font-size: 0.875rem;
	color: #bbb;
	border-radius: 500px;
	border: 1px solid #bbb;
}
.vw-page-other a:hover {
	color: #333;
	border: 1px solid #333;
}

.vw-recharges {
	padding-top: 40px;
	padding-bottom: 80px;
	text-align: center;
}
.vw-recharges h1 {
	display: inline-block;
	color: var(--Yellow);
	padding-bottom: 20px;
	border-bottom: 1px solid var(--Yellow);
	margin-bottom: 40px;
}
.vw-recharges h2 {
	font-size: 1.375rem;
	color: var(--Yellow);
}
.vw-recharges div {
	padding: 30px;
	background-color: white;
	border: 1px solid #eee;
	border-radius: 8px;
	font-size: 1.125rem;
	font-weight: 600;
}
.vw-recharges p {
	margin-top: 10px;
	margin-bottom: 0;
}
.vw-recharges i {
	font-style: normal;
	font-size: 1.75rem;
	font-weight: 700;
	margin-right: 5px;
}
.vw-recharges b {
	color: var(--Yellow);
	font-size: 1.75rem;
	margin-right: 5px;
}
.vw-recharges .r {
	color: #f0506e;
}
.vw-recharges a {
	display: inline-block;
	padding: 5px 30px;
	color: white;
	background-color: var(--PrimaryColor);
	text-decoration: none;
	border-radius: 500px;
	margin-top: 20px;
}

.uk-modal-body {
	border-radius: 5px;
}

#showlogin ul {
	gap: 20px;
	text-align: center;
	font-size: 0.875rem;
}
#showlogin img {
	border-radius: 50%;
	border: 1px solid #ddd;
}
#showlogin li div {
	margin-top: 10px;
}

.s-flex {
	display: flex;
	gap: 10px;
	align-items: center;
}
.s-flex .s-input {
	width: 50px;
	text-align: center;
	outline: none;
}
.s-flex .s-btn {
	background-color: var(--PrimaryColor);
	color: white;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.vw-xf {
	width: 60px;
	right: 10px;
	text-align: center;
	pointer-events: none;
	padding-bottom: 100px;
}
.vw-xf > ul {
	background-color: white;
	overflow: hidden;
	border-radius: 5px;
	padding: 15px;
	margin: 0;
	list-style: none;
	pointer-events: auto;
}
.vw-xf li:not(:first-of-type) {
	margin-top: 15px;
}
.vw-xf a {
	font-size: 0.75rem;
	text-decoration: none;
	color: #333;
}
.vw-xf + .uk-sticky-placeholder {
	display: none!important;
}

.vw-shop .uk-alert p {
	line-height: 29px;
}
.vw-shoplist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vw-shoplist > li {
	padding: 1.8rem 0;
}
.vw-shoplist > li:nth-of-type(2n){
	border-top: 1px #ddd solid;
}
.vw-shoplist a {
	display: flex;
	text-decoration: none;
	gap: 1.5rem;
}
.vw-shoplist a > div:first-of-type {
	flex-shrink: 0;
}
.vw-shoplist a > div:last-of-type {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.vw-shoplist a > div > *:not(img) {
	width: 100%;
}
.vw-shoplist h2 {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.vw-shoplist img {
	width: 80px;
	height: 80px;
}
.vw-label-warning > span{
	background-color: #f8f8f8;
	color: #a9a9a9;
	display: inline-block;
	padding: 0 10px;
	line-height: 1.5;
	font-size: .875rem;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 2px;
	text-transform: uppercase;
}
.vw-rightad img {
	width: 100%;
}

.vw-shop-top {
	display: flex;
	gap: 1rem;
	padding: .75rem 0;
	align-items: center;
}
.vw-shop-top img {
	max-height: 80px;
}
.vw-shop-top h1 {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.vw-shop-nav {
	background-color: black;
}
.vw-shop-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.vw-shop-nav a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: .875rem;
}

.vw-shop-nav li:not(:last-of-type) a:hover {
	background-color: #333;
}

.vw-shop-nav li:last-of-type {
	margin-left: auto;
}
.vw-shop-nav li:last-of-type a {
	background-color: darkred;
}
.vw-shop-nav li:last-of-type a:hover {
	background-color: red;
}

.vw-comment {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vw-comment > li:nth-child(n+2) {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}
.vw-comment > li > div:first-of-type,
.vw-comment > li > div:first-of-type .uk-text-meta {
	display: flex;
	gap: 1rem;
}
.vw-comment img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.vw-recomment > div {
	text-align: right;
}
.vw-recomment > div a {
	text-decoration: none;
	color: #666;
}
.vw-recomment > ul {
	list-style: none;
	padding: 1rem;
	background-color: #f8f8f8;
	margin-left: 50px;
	border-radius: 5px;
}
.vw-recomment .uk-text-meta {
	display: flex;
	gap: .5rem;
}
.vw-comment p {
	margin: 5px 0;
}

.vw-show-buyer {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}
.vw-show-buyer .btitle {
    text-decoration: none;
    color: #333;
    font-size: .875rem;
	margin-left: 6px;
}
.vw-show-buyer .bgoto {
    text-decoration: none;
    color: red;
    font-size: .75rem;
    border: 1px red solid;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 500px;
	margin-top: 5px;
	letter-spacing: 3px;
}
.vw-s-indent2 p {
    text-indent: 2em;
}

@media (max-width: 959px) {
	footer .uk-container > div:last-of-type a {
		display: block;
	}
	.vw-select > div {
		flex-wrap: wrap;
	}
	.vw-select ul {
		margin-top: 20px;
		width: 100%;
	}
	.vw-list-pagination li:not(.s) {
		display: none;
	}
	.vw-bh {
		height: 90px;
	}
	.s-flex {
		justify-content: center;
	}

	.vw-shop-top {
		min-height: 80px;
	}
	.vw-shop-nav a {
		padding: 10px;
	}
}

@media (min-width: 960px) {
	.uk-navbar-left {
		gap: 50px;
	}
	.vw-islider .uk-slider-items a img,
	.vw-ilist a img,
	.vw-list img {
		transition: scale .25s ease-in-out;
	}
	.vw-islider .uk-slider-items a:hover img,
	.vw-ilist a:hover img,
	.vw-list a:hover img {
		scale: 1.2;
	}
	.vw-ilist a {
		border-radius: 15px;
	}
	.vw-ilist a:hover div {
		background-color: transparent;
	}
	.vw-ilist a p {
		font-size: 1.375rem;
	}
	.vw-ilist a i {
		padding: 5px 15%;
		font-size: 1.375rem;
	}
	.vw-bh {
		height: 243px;
	}
	.uk-margin-remove-top\@m {
	    margin-top: 0!important;
	}

	.vw-shoplist li:hover h2 {
		color: var(--PrimaryColor);
	}

	.vw-shop-top {
		min-height: 50px;
	}
	.vw-shop-nav a {
		padding: 10px 25px;
	}
}
@media (min-width: 960px) {
	.uk-container {
		padding-left: 60px;
		padding-right: 60px;
	}
}
.user-childs-nav:hover .user_box{
	display: block;
}
.user-childs-nav{
	position: relative;
}
.user-avatar{
	width: 45px;
	border-radius: 45px;
}
.user_box{
	display: none;
	position: relative;
	top: 70px;
	width: 100px;
	padding: 10px 0;
	z-index: 1000;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 70px;
	padding: 15px 5px;
}

.has_box:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 8px solid;
	border-color: transparent transparent #fff;
}
.user-childs-nav li{
	padding:5px 0;
	list-style-type: none;
}
.user-childs-nav li a{
	color: gray;
	width: 100px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
.user-childs-nav li a:hover{
	color: #3892E8;
	text-decoration: none;
}
.author-box{
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}
.author-box >span{
	margin:0 5px;
 }

.author-box .user-avatar{
	width: 45px;
	/*border-radius: 0;*/
}
.author-name{
	font-size: 18px;
	font-weight: 400;
}
.keywords-search{
	border:solid 1px #ccc;
	height: 30px;
	min-width: 200px;
	border-radius: 5px;
	padding-left: 10px;
}
.keywords-search:focus-visible{
	outline: 0px dotted #333;
}
.search-author{
	background: #ee6600;
	border:solid 1px #ee6600;
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
}


.login-box{
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.login-box .login-left{
	width: 100%;
	display: flex;

	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.login-box .login-center{
	display: block;
	width: 1px;
	height: 200px;
	margin: 0 30px;
	border-right: solid #F4A219 1px;
}
.login-box .uk-subnav{
	display: flex;
	justify-content: space-around;
}
.login-box .uk-subnav li{

}
.login-box .uk-subnav li a{
	border: 1px #ccc solid;
	border-radius: 50%;
}
.login-box .uk-subnav div{
	text-align: center;
	margin: 15px 0;
	font-size: 16px;
	color: #000;
}
.login-box .uk-text-center{
	font-size: 14px;
}
.login-box .login-right input{
	font-size: 14px;
	height: 36px;
}
.login-box .uk-margin-top {
	margin-top: 10px!important;
}
.login-box .uk-card-title {
	font-size: 1.5rem;
	line-height: 10px;
}
.login-box .xieyi{
	padding-left: 22px;

}
.login-box .uk-text-meta{
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.login-box .uk-subnav li {
		width: 50px;
		margin: 0 5px;
	}
	.login-box .uk-subnav li div{
		font-size: 12px;

	}
	.uk-subnav>*{
		padding-left: 0px;
	}
	.login-box .xieyi{
		padding-left: 0px;
	}
	#showlogin ul{
		gap: 0;
	}
	.login-box .login-center{
		margin:0 15px;
		height: 180px;
	}
}
.p-red{
	color: red;
}
.p-form-box{
	text-align: center;
	margin:10px 0;
}
.p-form-box button,.p-form-box a{
	background: #52A80C;
	color: #fff;
}