/*---------------------------------
|    Designed By BaoChn Studio
+----------------------------------
|    宝昌工作室·版权所有<bao.gs>
+--------------------------------*/
/* Nav */
.container {
    width: auto;
    margin: 0 2%;
    display: flow-root;
    padding: 0 0.5rem;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.09);
    border-radius: 0.75rem;
}
.container nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    color: #777;
    width: 25%;
    z-index: 2;
    float: left;
}
@media screen and (min-width: 768px) {
  .container nav ul li {
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
  }
}
.container nav ul li::after {
    content: '';
    border-bottom: 1px solid;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: top 0.25s, opacity 0.25s;
}
.container nav ul li:hover::after {
    top: 50%;
    opacity: 1;
    color: #1890ff;
}
.hope-ui-light .container{
    background-color: #ffffff72;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hope-ui-dark .container{
    background-color: #00000090;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hope-ui-light .container nav ul li {
    color: #777;
}
.hope-ui-dark .container nav ul li {
    color: #d6e8fb;
}
.container nav ul li:hover {
    color: #1890ff;
}
.container a {
    text-decoration: none;
}

/* Subtitle */
.art-subtitle {
	color: #FFF !important;
	font-size: 1.5rem !important;
}

.footer, .tk-footer {
	display: none !important;
}

 /* Dynamic-BG */
 .hope-ui-light, .hope-ui-dark {
    background-image: url(https://cdn.a-b.cc/img/bg.svg) !important;
    background-attachment: fixed;
    background-position: 100%;
    background-size: cover;
}

/* Readme Blurred */
.hope-c-PJLV-igScBhH-css, .hope-c-PJLV-ikSuVsl-css{
    background-color: #ffffff72 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hope-c-PJLV-iigjoxS-css, .hope-c-PJLV-iiuDLME-css{
    background-color: #00000090 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* BChat */
.twikoo {
	max-width: 1000px;
	margin: auto;
}
@media screen and (max-width: 1000px) {
	.twikoo {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 1.5rem;
	}
}
.tk-content img {
	display: inline-block;
}
.tk-expand {
	padding-bottom: 0 !important;
}

/* Copyright */
.footer{
    padding-top: 30px;
    line-height: 14px;
}
.footer>.chakra-stack{
    color: #7f8690 !important;
    font-size: 12px !important;
    display: inline-block;
    text-align: center;
}
.footer>.chakra-stack div{
    display: inline-block;
}
.footer>.chakra-stack>a{
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #777777;
    padding-left: 10px;
}
.footer>.chakra-stack a:hover{
    text-decoration: none !important;
    color: #666666;
}

.css-owjkmg {
    margin: auto;
    max-width: 1000px;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px dashed;
}
@media screen and (max-width: 1000px){
    .css-owjkmg{
        width: 90%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.hope-ui-light .css-owjkmg{
    border-color: #28282820;
}
.hope-ui-dark .css-owjkmg{
    border-color: #585858;
}

#Copyright {
    text-align: center;
}
#icp {
    margin:auto;
}