.contact-main {
    background: none;
    padding:0
}

.contact-main a:link {
    color: var(--a-text-color);
}

.contact-title {
      font-family: zihun176hao-chuangcuyuan-chuangcuyuan;
      font-size: 2rem;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #fff;  
      margin-bottom: 2.4rem;  
}

.contact-content {
    margin-bottom: 1.4rem;
    padding: 0.9rem 1rem; 
    border-radius: 0.8rem;
    -webkit-backdrop-filter: blur(1rem);  
    backdrop-filter: blur(1rem);
    border: solid 0.1rem rgba(125, 127, 134, 0.2);
    background-color: rgba(23, 25, 34, 0.5);
}

.contact-content-title {
    font-family: PingFangSC;
    font-size: 0.8rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0.4rem;
    color: #fff;
}
.editormd-preview-container, .editormd-html-preview{
    padding:0;
    background:none;
}


.contact-content p {
    font-size: 0.7rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c5c5c5;
    margin:0;
}

.contact-content strong{    
    font-weight: 600;
}
.contact-content .dns{
    color: var(--text-color);
}

.xqbj-component-list-advs{
    margin-top: 1.5rem;
}

/* desktop breakpoint */
@media (min-width: 960px) {
    #xqbj-container .xqbj-main{
        margin-top: 1.5rem;
    }
 
    .contact-main {
        font-size: 0.8rem;
    }
}