/*!  FXUG CSS| MIT License |  Some of the resources were from v2.vuepress.vuejs.org; zhheo.com; vuejs.org; apple.com; rxhsk.xicp.fun and more. Thanks Again! */
:root {
--card-bg: #f5f5f7
}
html.dark {
--card-bg: #181818;
}
.author-content {
max-width: 980px;
display: flex;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
column-gap: 16px;
grid-row-gap: 16px;
row-gap: 16px;
margin: 0px auto;
padding-left: 20px;
padding-right: 20px;
}
.author-content-item {
width: 50%;
border-radius: 24px;
position: relative;
padding: 2rem 2rem;
overflow: hidden;
background: var(--card-bg);
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
@media screen and (max-width: 900px){
.author-content-item {
width: 100% !important;
border-radius: 20px;
padding: 1rem 1rem;
}
}
.author-content-item.single {
width: 100%;
}

.card-background-icon {
    font-size: 206px !important;
    right: -89px !important;
}
.layout>div:first-child:not(.recent-posts) {
padding: 1rem 1rem !important;
}


@media screen and (max-width: 768px){
.author-content {
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
flex-wrap: wrap;
justify-content: space-between;
}
}

.author-content-item.aboutsiteTips {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}

.aboutsiteTips h2 {
margin-right: auto;
font-size: 38px;
line-height: 1.15;
margin-top: 0!important;
background-image: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
background-clip: text;
-webkit-background-clip: text;
display: inline-block;
color: transparent;
margin-bottom: 0!important;
}

.author-content-item .author-content-item-title {
font-size: 16px;
font-weight: 700;
line-height: 1;
padding-bottom: 2px;
}
.author-content-item .author-content-item-title {
    -webkit-background-clip: text;background-image: -webkit-linear-gradient(0deg,#ffa745,#fe869f 30%,#ef7ac8 45%,#a083ed 70%,#43aeff 85%); background-clip: text; display: inline-block; color: transparent;
}

.author-content-item.motto .motto-title {
display: flex;
flex-direction: column;
line-height: 1;
margin-top: 20px;
}
.author-content-item.motto {
font-size: 36px;
font-weight: 700;
line-height: 1.7;
display: flex;
flex-direction: column;
width: 39%;
}





.card-background-icon {
font-size: 13rem;
opacity: .2;
position: absolute;
right: 20px;
bottom: -30%;
transform: rotate(50deg);

}
.author-content-item.buff .buff-title {
display: flex;
flex-direction: column;
}

.author-content-item .content-bottom {
margin-top: auto;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 700;
font-size: 18px;
}

.author-content-item .card-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    flex-direction: column;
    padding: 2rem 2rem;
  }

.author-content-item-tips{
font-weight:600;
font-size: 27px;
}

b {
font-weight: 700;
    font-weight: 700;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(0deg,#ffa745,#fe869f 30%,#ef7ac8 45%,#a083ed 70%,#43aeff 85%);
    background-clip: text;
    color: transparent;
}



/* 关于页面我的生涯图片 */
.author-content-item.CV {
    min-height: 400px;
  }
  
  .author-content-item.CV img {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    margin: 0 0 1rem -1.5rem;
    padding: 1rem 0rem;
    transition: 0.6s;
    scale: 0.93;
    -webkit-user-drag: none;
    pointer-events: none;
  }
  
  .author-content-item.CV .CV-group {
    margin-top: 12px;
    font-weight: 500
  }
  
  .author-content-item.CV .CV-item {
    display: flex;
    align-items: center;
  }
  
  .author-content-item.CV .CV-item .circle {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 16px;
  }
  
 
  img {
    max-width: 100%;
    transition: all 0.2s ease 0s;
    }


/*!  | MIT License |  */

.sponsor-container[containers] {
    --max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--max-width), 1fr));
    column-gap:4px
}

.sponsor-container.platinum[containers] {
    --max-width: 215px
}



.sponsor-item[containers] {
    margin: 5px;
    background-color: #f5f5f7;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    height:calc(var(--max-width) / 2 - 6px);
    transition: all 0.2s;
}

.sponsor-item[containers]:hover {
    background-color: #ffffff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 5%);
    transform: scale(1.03);
}
.sponsor-item[containers]:active {
    transform: scale(0.96);

}

.sponsor-item.action[containers] {
    font-size: 11px;
    color:var(--vt-c-text-3)
}

.sponsor-item img[containers] {
    max-width: calc(var(--max-width) - 30px);
    max-height:calc(var(--max-width) / 2 - 20px)
}

.special .sponsor-item[containers] {
    height:160px
}

.special .sponsor-item img[containers] {
    max-width: 3000px;
    max-height:150px
}

.dark .aside .sponsor-item[containers], .dark .landing .sponsor-item[containers] {
    background-color: #181818;
}

.aside .sponsor-item img[containers], .landing .sponsor-item img[containers] {
    transition:filter .2s ease;
    border-radius: 0;
    -webkit-user-drag: none;
pointer-events: none;
}

.dark .aside .sponsor-item img[containers], .dark .landing .sponsor-item img[containers] {
    filter:grayscale(1) invert(1)
}

.dark .aside .sponsor-item[containers]:hover, .dark .landing .sponsor-item[containers]:hover {
    background-color:#fff;
}

.dark .sponsor-item:hover img[containers] {
    filter:none
}

.sponsor-container.platinum.aside[containers] {
    --max-width: 110px;
    column-gap:1px
}




#sponsors[structure] {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
}

#sponsors h2[structure] {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 0;
    text-align: center;
}
#sponsors h4[structure] {
    text-align: center;
    margin-bottom:1em;
    margin-top: -95px;
    color: #999;
}

#sponsors .sponsor-container[structure] {
    margin-bottom:3em
}




#home-footer .footer-links {
    display: flex;
    flex-direction: column;
  }
  
  #home-footer {
    display: flex;
    max-width: 1200px;
    margin: 1rem auto;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  
  #home-footer .footer-item {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 0.28rem 0;
    padding: 5px;
    color: var(--c-text);
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 185px;
    border-radius: 6px;
    transition: all 0.15s;
  }
  
  #home-footer .footer-item:hover {
    color: #1d74f2;
    background: #f5f5f7;
    text-decoration: none;
    transform: scale(1.02);
  }
  .dark #home-footer .footer-item:hover {
    background: #1a1a1a;
  }
  #home-footer .footer-item:active {
    transform: scale(0.98); 
  }
  #home-footer .footer-group {
min-width: 180px;
  }
  
  #home-footer .footer-title-group {
    display: flex;
    align-items: center;
    margin: 1rem 0 0.7rem 0;
  }
  
  #home-footer .footer-title-group a {
    margin-left: 8px;
  }
  
  #home-footer .footer-title-group i {
    line-height: 1;
    color: var(--c-text);
    transition: 0.3s;
    font-size: 12px;
  }

  
  #home-footer .footer-title-group .footer-title {
    margin: 0;
  }
  
  #home-footer .random-friends-btn {
    display: flex;
  }
  
  #home-footer .footer-title {
    color: var(--c-text);
    font-size: 1.2rem;
  }
  


  
  #footer_deal i {
    font-size: 0.9rem;
    line-height: 0.9rem;
    height: 0.9rem;
  }
  #footer-copyright {
margin: 0 auto;
background: #f5f5f7;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
border-radius: 15px;
  }
  .dark #footer-copyright {
background: #1a1a1a;
  }
 #footer-copyright-cover {
 }

    .function_section_text {
        font-size: 48px;
        font-weight: 700;
    }
    @media only screen and (max-width: 900px) {
      .function_section_text {
        font-size: 38px;
    }
    }
    .function_section_subtext {
        margin-top: 24px;
        font-size: 20px;
        font-weight: 600;
        max-width:700px
    }
    @media only screen and (max-width: 900px) {
      .function_section_subtext {
        font-size: 18px;
    }
    }
.function_features {
padding: 46px 0;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f5f5f7;
}
.dark .function_features {
  background-color: #161616;
  }

.function_feature_text_container {
max-width: 290px;
text-align: center;
margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .function_feature_text_container {
    max-width: 500px;
    }
}
.function_feature_text {
font-weight: 600;
font-size: 20px;
}


.function_features_text_container {
        padding-bottom: 46px;
        max-width: 1200px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items:center
    }



.function_features_wrapper {
        margin: 20px 0;
        padding: 40px;
        width: 80%;
        border-radius: 12px;
        display: flex;
        justify-content:space-evenly
    }
@media only screen and (max-width: 900px) {
.function_features_wrapper {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    }
  }

.function_feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        padding:10px
}


.function_feature {
padding: 20px 20px 0 20px;
}
    
    .function_feature_image {
      -webkit-user-drag: none;
pointer-events: none;
        width: 150px;
        height:150px
    }


    .home .hero .action-button {

      text-decoration: none;
      }
#banner-image {
  padding: 10px 20px 0px 20px;
}
.banner-inside {
  background-image: url(/img/bannerbeta.png)!important;
  padding-top: 31.944444444444443%;
margin: 0 auto;
background-size: 100%;
border-radius: 16px;
background-repeat: no-repeat;
object-fit: cover;
box-shadow: 2px 4px 16px rgba(0,0,0,0.16);
      }
@media only screen and (max-width: 900px) {
  .banner-inside {
    padding-top: 50.944444444444443%;
        }
}