@charset "UTF-8";

:root {
    --theme-color: #222;
    --theme-hover: #315efb;
    --theme-color-color: #54a88c;
    --theme-bg-color: #FFFFFF;
    --theme-deep-color:#000000;
    --theme-shallow-color:#6b7386;
/*    --theme-body-bg-color:#f4fbf4;*/
    --theme-body-bg-color:#fcfcfc;
    --theme-card-bg-color:#FFFFFF;
    --theme-card-hover-bg-color:#f3f5fc;
    --index-wrap: 1360px;
    --border-radius: 8px;
    --bodyBground:#f7f8fa;
    --borderColor:#eee;;
    --marRadius: 5px;
}
.darkStyle{
    --theme-bg-color:#2a2a2a;
    --theme-body-bg-color:#121212;
    --theme-deep-color:#c6c9cf;
    --theme-shallow-color:#6c757d;
    --theme-card-bg-color:#303030;
    --theme-card-hover-bg-color:#FFFFFF;
    background: #121212;
}
html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
 
}
body {
/*    background-color: var(--theme-body-bg-color);*/
    background-color: #f7f8fa;
    color: var(--theme-deep-color);
/*    background: url(/skin/images/b75.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.nobg{ 
    background: #f4fbf4;  
}
*,
::after,::before {
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,form,button,input,textarea,th,td {
    margin: 0;
    padding: 0;
}
.srCard .webweizhi li a{
    margin: 0 5px;
}
.srCard .webweizhi li a:first-child{
    margin-left: 0;
}
a,.mywebsHeader h4,.srCardHeaderTabUl .tabActive,.srCardHeaderTitle i,.srCard .webweizhi li a:last-child {
    color: var(--theme-color);
    outline: none;
    text-decoration: none;
}

a:hover,a:visited,a:active,#footer a:hover {
    color: var(--theme-hover);
    outline: none;
}

img {
    vertical-align: middle;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,input:focus {
    outline: none;
}

button {
    border: 0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

button:focus-visible,button:focus {
    outline: 0;
}

ul,li,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*
.container{
    margin: 0 auto;
    padding: 80px 0;
    width: 100%;
    max-width: 1200px;
}
*/

/*__________________________________________________头部*/
#header {
    min-height: 50px;
    background: var(--theme-bg-color);
    display: flex;
    padding: 0 30px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-top: 1px solid #f8f8f8;
    display: flex;
    align-content: center;
    align-items: center;
}
/*#header{border-bottom: 1px solid #f8f8f8;}*/
.xiaLogo .logo{
    display: none;
}
/*__________________________________________________头部左*/
 
.xiaLogo .logo{
/*
    margin-right: 10px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 34px;
    width:90px; 
*/
    position: relative;
    top: 12px;
    left: 10px;
    display: none;
}
.xiaLogo {
    height: 100%;
    display: flex;
    align-items: center;
}
 
.xiaLogo a {
    display: flex;
    height: 40px;
    align-items: center;
}

.xiaLogo a img {
    height: 100%;
}

.xiaLogo span {
    font-size: 32px;
    margin-left: 5px;
    letter-spacing: 5px;
}

/*__________________________________________________头部中*/
.xiaCenter {
    display: flex;
    flex: 1;
    position: relative;
}

.xiaCenterUl {
    display: flex;
    height: 100%;
    align-items: center;
}

.xiaCenterUlItem {
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
}

.xiaCenterUlItem a {
    display: flex;
    height: 100%;
    min-width: 16px;
    align-items: center;
    color: var(--theme-shallow-color);
    border-bottom: 1px solid transparent;
}

.xiaCenterUlItem a:hover,.xiartItem a:hover {
    color: var(--theme-hover);
    border-bottom-color: var(--theme-hover); 
}

.activePage a {
    color: var(--theme-color);
    border-bottom-color: var(--theme-color); 
}

#timeClock {
    color: var(--theme-shallow-color);
    font-size: 14px;
    margin: 0 auto;
}

#timeClock strong {
    font-size: 14px;
    margin: 0 5px;
}

.xiaSearchMain {
    height: 60px;
    padding: 10px;
}

.xiaSearch {
    background: var(--theme-bg-color);
    width: 100%;
    height: 60px;
    position: absolute;
    top: -60px;
    transition: .6s
}

.xiaSearchShow {
    top: 0;
    transition: 0s
}

#xiaSearchForm {
    height: 100%;
    position: relative;
}

.searchTypeImg {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(0, -50%);
    border-radius: 50%;
    overflow: hidden;
}

.searchTypeImg img {
    height: 100%;
    width: 100%;
}

#xiaSearchText {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0);
    opacity: 1 !important;
    border: 0;
/*    box-shadow: 0 0 0 3px rgb(0 178 119 / 40%), 0 .75rem 1.5rem rgb(230 79 73 / 3%);*/
    box-shadow: 0 0 0 2px var(--theme-color);
    padding: 0 50px 0 50px;
    font-size: 16px;
    border-radius: 5px;
}

.xiaSearchBtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    width: 50px;
    background: var(--theme-color);;
}

.xiaSearchBtn i {
    font-size: 24px;
    color: #FFFFFF;
}

.xiaSearchTip {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xiaSearchTip:hover .keydownTip{
    height: auto;
}
.keydownTip {
    position: absolute;
    background: var(--theme-bg-color);
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    box-shadow: 0px 0px 7px rgb(0 0 0 / 8%);
    border-radius: var(--border-radius);
    height: 0px;
    overflow: hidden;
    transition:.6s;
}
.keydownTip:before {
    content: '';
    border-left: 9px solid transparent;
    border-bottom: 9px solid white;
    border-right: 9px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}
.kdtContent{
    padding: 10px;
}
.kdtTitle {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
.kdtItem *{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kdtItem {
    display: flex;
    border-bottom: 1px dashed var(--theme-color);
    padding: 5px 0;
    font-size: 12px;
    justify-content: space-between;
}
.kdtItem span {
    margin-left: 50px;
}
/*__________________________________________________头部右*/
.xiaRight {
    display: flex;
    align-content: center;
    align-items: center;
}

.xiaRightUl {
    display: flex;
    height: 100%;
    align-items: center;
    margin-right: 10px;
}

.xiartItem {
    height: 100%;
}
.xiartItem img{
    width: 22px;
}
.xiartItem a {
    display: flex;
    height: 100%;
    padding: 0 15px;
    align-items: center;
    position: relative;
    font-size: 14px;
}
 
.xiartItem a:hover i {
    display: inline-block;
    animation: logoAnimation .3s ease-in-out;
}

.xiartItem i {
    font-size: 20px;
}

.itemGzh a:hover .gzh {
    display: block;
}

/*每日一文*/
.meiriyiwen {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px!important;
}
.meiriyiwen .channel-item{
    margin: 15px;
}
.meiriyiwen .caini .cnx a{
    display: block;
    padding: 5px 0;
    font-size: 14px;
    line-height: 24px;
}
.meiriyiwen .searchl{
    padding-right: 20px;
    box-sizing: border-box;
}
.channel-item .likes {
    background: #fae9da;
    color: #ca6445;
    float: left;
    font-size: 13px;
    line-height: 1.3;
    margin-right: 19px;
    padding: 8px 0;
    text-align: center;
    width: 48px;
}
.channel-item .bd {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px; 
}
.channel-item h3 {
    background: none;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 12px;
}
.channel-item .block {
    background: #f9f9f9;
    color: #999;
    padding: 10px; 
    font-size: 14px;
    line-height: 24px;
}
.channel-item .bd, .channel-item .block, .channel-item .block p {
    overflow: hidden;
    zoom: 1 
}

.channel-item .source {
    color: #666;
    margin-top: 10px;
    font-size: 12px;
}
.channel-item .source {
    color: #666;
    margin-top: 10px;
}
.channel-item .source .from {
    margin-right: 18px;
}

.channel-item .source a:link, .channel-item .source a:visited {
    color: #666;
}
.channel-item .pubtime {
    color: #999;
}
.channel-item .block {
    background: #f9f9f9;
    color: #999;
    padding: 10px;
}


.loginRegister {
    display: flex;
    align-items: center;
}

.login {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-shallow-color);
}

.register {
    background-color: var(--theme-color);
    color: #FFF;
    padding: 5px 6px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    display: flex;
    letter-spacing: 1.5px;
    line-height: 1;
    margin-left: 10px;
}

/*__________________________________________________搜索*/

.searchContent,.daohang {
    width: 100%;
    margin: 0 auto;
    padding:0 10px;
}
.benzhanso .container{
    padding: 10px 20px;
    max-width: 940px;
    margin: -20px auto;
    font-size: 13px;
    color: #b7b7b7;
    text-align: center;
}
.benzhanso a{
    display: inline-block;
    margin-right: 10px;
    color: var(--theme-shallow-color);
    cursor: pointer;
}
.benzhanso a:hover{
    font-weight: 600;
    color: var(--theme-color);
}
.daohang{
    margin: 0 -15px;
   padding:0 ; 
} 
.search-form,.searchform {
    position: relative;
    box-shadow: 6px 6px 16px 2px rgba(0, 64, 128, .1); 
}
.searchform{
    margin-top: 10px;
}
.sody{
    margin: 30px auto;
}
.newlogo {
    text-align: center; 
}
.newlogo img{
    max-width: 245px;
}
.search-text {
    width: 100%;
    height: 50px;
    background: var(--theme-bg-color);
    border: 2px solid var(--theme-color);
    border-radius: var(--border-radius);
    font-size: 1pc;
    padding: 10px;
    position: relative;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0 !important;
    margin: 4px;
    line-height: 40px;
    border-radius: var(--border-radius);
    padding: 0 12px;
    background: var(--theme-color);
    color: #FFF;
    width: 40px;
    height: 40px;
}

.s-type {
    position: inherit;
    width: auto;
    overflow: hidden;
}
#search-list{
    overflow: hidden;
    padding: 0 6px;
}
.s-type-list {
    position: relative !important;
    display: block;
    white-space: nowrap;
    text-align: center;
    top: inherit;
    padding: inherit;
    background: none !important;
    border-radius: inherit;
    box-shadow: none !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: unset;
    margin-left: -10px;
}
.s-type-list .open{
    position: absolute;
    background: var(--theme-hover);
    top: 0;
    right: -10px;
    padding: 2px;
    font-weight: normal;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px; 
    display: none;
}
.s-type-list .open i{
    font-size: 10px; 
    top: -4px;
    position: relative; 
}
.s-type-list .open b{ 
    text-indent: -9999px; 
    display: inline-block;
}
.s-type-list label {
    position: relative;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    padding: 2px 0px;
    word-break: keep-all;
    cursor: pointer;
}
.s-type-list label.active{
    color: var(--theme-hover);
}
.s-type-list label:hover .open{
    display: block;
}
.s-type-list label span {
    padding: 0 14px 10px 15px;
    display: block;
}

.search-group {
    padding: 0;
    margin: 0 auto;
    display: none;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.search-type {
    display: flex;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: unset;

}

.tab-auto-scrollbar::-webkit-scrollbar {
    display: none;
}

.search-type li {
    display: inline-block;
}

.search-type li label {
    padding: 5px 15px 0 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 31px;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    position: relative;
}

.search-type input:checked+label:before {
    content: '';
    border-width: 8px 8px 0px 8px;
    border-style: solid;
    border-color: var(--theme-color) transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
}

.s-type-list .active:after {
    display: block;
    content: '';
    height: 2.5px;
    background: var(--theme-hover);
    width: 15px;
    border-radius: 1px;
    margin: auto;
    position: absolute;
    transform: translate(50%, -5px);
    -ms-transform: translate(50%, 100%);
    right: 50%;
}

.s-current {
    display: flex;
}
 
/*__________________________________________________脚部*/
#footer {
    display: flex;
    font-size: 12px;
    color: var(--theme-shallow-color);
    letter-spacing: 0;
    padding: 10px ;
/*    background-color: #25282a;*/
/*    border-top: 1px solid #eee;*/
}

#footer{position: fixed;bottom: 0;left: 0;width: 100%;background: #fff;z-index: 100;
}
.footerWrap {
    display: flex;
    width: var(--index-wrap);
    margin: auto;
    justify-content: space-between;
}
.otfooter{ 
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 5;
    padding-bottom: 80px;
}
.otfooter .cont{ 
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
     color: #999;
    text-align: center;
}
.footerLeft {
    display: flex;
}

.footerMenu {
    display: flex;
    align-content: center;
    align-items: center;
}

#footer a {
    color: #999;
    margin-left: 15px;
}

/*__________________________________________________简洁页面*/
#mini {
    height: 320px;
/*    display: flex;*/
    place-content: center;
    align-items: center; 
    height: 100%;
}
.minibg{ 
    background: url(/skin/images/sobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
#mini .search {
    width: 100%;
}

#mini .s-type-list,
#mini .hide-type-list {
/*    color: var(--theme-color);*/
    color: var(--theme-color-color);
}
#mini .s-type-list .active,#mini .s-type-list label:hover,#mini .search-type li label:hover{ 
    color: var(--theme-color);
    font-weight: 600;
}
#minilist .ifleft{
/*    max-width: 259px;*/
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width:20%;
    bottom: 0;
    padding:0 12px;
    border-right: 1px solid #f8f8f8; 
}
#minilist .ifright {
     margin-left: 20%;
     width: 80%;
     padding-bottom: 50px;
}
#minilist .ifleft .search{
    margin-top: 100px;
}
#minilist .ifleft .newlogo img{
/*    display: none;*/
    max-width: 180px;
}
#minilist .ifleft .s-type-list label,#minilist .ifleft .search-type,#minilist .ifleft .s-type-list .ca{
   
    float: left;
}
#minilist .ifleft .s-type-list label,#minilist .ifleft .s-type-list .ca{
    width: 33.3%;
} 
#minilist .ifleft .active:after{
    right: 0;
    left: -18px;
    bottom: 0;
    margin: 0 auto;
    
}
#minilist .ifleft .s-type-list .ca span{
    display: block;
}
#minilist .ifleft .s-type-list .ca{
    padding: 10px;    
    font-size: 14px; 
    position: relative;
    display: block;
}
#minilist .ifleft .search-text{
    font-size: 12px;
} 
#minilist iframe {
    width: 100%;
    height: 100%;
    border: 0;
     position: fixed;
     top: 40px;
     left: 260px;
     bottom: 0
}
#minilist .ifright .ct_c{
    padding: 5px 15px;
}

 
.searchx{
    display: flex; 
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px auto; 
    text-align: left; 
    max-width: 1200px;
    padding: 30px;
}
.com-class-nav[data-v-bd5a5de4] {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 6px 6px 16px 0 rgba(0, 64, 128, .03);
    display: flex;
    flex-wrap: wrap;
    min-height: 60px;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px 10px 25px;
}
.com-class-nav a {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    margin: 5px 8px; 
    color: var(--theme-color);
}
.com-class-nav .avlabel{
    background: var(--theme-hover);
    color: #fff;
}
.com-class-nav a:hover { 
    color: var(--theme-hover);
}
.searchx .searchl{
    flex: 8;
}
.searchx .caini{
    flex: 2;
    padding-top: 10px;
}
.searchx .caini h5{
    margin-bottom:10px;
    font-weight: 600;
    font-size: 16px;
    color: var(--theme-color);
}
.searchx .ct_c,.searchx .caini h5,.wzlist .cardbody h3,.searchx .caini a{
    font-size: 14px;
}
.searchx .caini a{
     display: inline-block;
    margin: 5px;
}
.ifright .smax{
    max-width: 95%;
}
.bank-reco h5{
    margin: 20px auto;
}
.bank-reco .g-list{
    overflow: hidden;
    background: #f9f9f9;
    padding: 10px;
    max-width: 94%;
    box-sizing: border-box;
}
.bank-reco .g-list li{
    width: 20%;
    float: left;
    text-align: center;
}
.bank-reco .g-list a{
    display: inline-block;
    padding: 4px;
    font-size: 14px;
    margin: 5px auto;
}
#minilist .mso form:hover .search-text{
        border: 2px solid rgb(255,64,61);
}
.wzlist .cardlist{ 
    display: flex;
    flex-wrap: wrap;
    flex-grow:3;
}
.wzlist .cardbody{ 
    width: 46%; 
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 15px 2% 15px 0;
/*    background: #f9f9f9;*/
    border-radius: 5px;
    padding: 10px;
}
.wzlist .cardso{ 
    width:100%;  
    margin: 15px 2% 15px 0; 
    background: none;
}
.wzlist .cardbody:hover{
     background: #e7eef5;
}
.wzlist .cardso:hover{
     background: none;
}
.wzlist .cardso:hover h3{
     opacity: 0.8
}
.wzlist .cardbody a{
  color: var(--theme-color);
}
.wzlist .cardbody .xq{
     flex: 2; 
    position: relative;
}
.wzlist .cardbody .xq i{
     position: absolute;
     right: 0;
     color: #ddd;
}
.wzlist .cardbody img{
     width: 60px;
     height: 60px;
    margin-right: 10px;
}
.wzlist .cardbody h3{ 
    color: var(--theme-shallow-color);
}
.wzlist .cardbody:hover h3,.wzlist .cardbody:hover .xq i,.wzlist .cardbody a:hover{ 
    color: var(--theme-color);
}
.wzlist .cardbody .cinfo{
    font-size: 14px;
    color: var(--theme-shallow-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
    line-height: 20px;
    height: 40px;
}
.wzlist .cardso p{ 
    margin: 10px 0;
}
.artlist .cardbody{ 
    width: 92%;  
    margin: 15px 4%;
    background-color:  var(--theme-card-bg-color); 
    padding: 20px;
    box-sizing: border-box;
    display: block;
}
.artlist .cardbody .ucover{
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}
.artlist .cardbody img{
     width: 100%;
     height: auto; 
    display: block;
    margin: 0 auto;
}
.artlist .cardbody h3{ 
    font-size: 18px;
    font-weight: 700; 
    position: relative;
} 
.artlist .cardbody .fa-arrow-right{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 10;
}
.wzlist .cardbody:hover .fa-arrow-right{
    display: block!important;
}
.artlist .cardlist .row{
    width: 25%;    
}
.artlist .cardcont{
   margin-bottom: 30px; 
}
.artlist .cardlist .tags{
    left: 0;
    font-size: 12px;
    position: relative;
    top: 0;
    z-index: 10;
    display: flex;
}
.com-label {
    background: #f2f8ff;
    border-radius: 4px 4px 4px 4px;
    color: #608fbf;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 12px;
    max-width: 100px;
    overflow: hidden;
    padding: 0 2px;
    text-align: center;
    text-overflow: ellipsis;
    transform: all .2s;
    white-space: nowrap;
}
.artlist .cardlist .tags a{
    margin-right: 10px;
    color: var(--theme-shallow-color);
}
.artlist .tags .fr a{
    color: #999;
}
.artlist .cardlist .tags a:hover{
    
    color: var(--theme-hover);
}
.solists {
    overflow: hidden;
    width: 100%;
}
.solists .socard{
    width: 30.3%;
    float: left;
    margin: 15px  1.5%;
}
.solists .socard .titles{ 
    display: flex; 
    margin: 15px auto;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.solists .titles .t1{
   flex: 1.5;
}
.solists .titles .t1 b{
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    text-align: center;
    background: #eee;
    display: inline-block;
}
.solists .titles .t2{
   flex: 2.5;
}
.solists .titles .t3{
   flex: 6;
    font-size: 12px;
    color: #666;
    text-align: left;
}
.ifright .rmain{
    padding: 20px;
}
.ifright .wzlist h4{
    margin: 15px auto;
}
.daohang h3{
    font-size: 14px;
    font-weight: normal;
}
.daohang .dlist{
   overflow: hidden;
    text-align: left;
    margin: 0 -7px;
}
.daohang .col{
    float: left;
    width: 33.3%; 
    overflow: hidden;
} 
.daohang .link-list-tit {
    min-width: 80px;
    min-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #b7b7b7;
    display: inline-block; 
    position: relative;
    margin-bottom: 5px;
    margin-left: 13px;
}
.daohang a{ 
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    line-height: 25px; 
    color: var(--theme-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    float: left;
    border-radius: 5px; 
    font-size: 12px; 
    width: 25%;
    box-sizing: border-box; 
}
.daohang a:hover {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: bold; 
} 
.darkStyle #mini:before {
    content: '';
    width: 100%;
    height: calc(100% - 116px);
    position: absolute;
    z-index: -1;
    background: #00000045;
}
.darkStyle #rightClickMenu a:hover {
    background-color: unset;
    color: #FFF;
}
/*主体*/
main {
    padding-top: 50px;
} 


/*详情*/

.grayclose{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
   background: rgba(0,0,0,0.3);
    
}
.grayclose,.xiaCenterUl .waplogo{
    display: none;
}

/*手机*/
@media (max-width: 768px) {
    .tophot .topcont{
        display: block!important;
    }
    .tophot{
        margin-left: -2px!important;
    }
    .tophot .model{
        min-height: inherit!important;
        width: 100%!important;
        margin-bottom: 10px!important;
    }
    .title-text>img[data-v-0cbc9988]{
        height: 40px;
    }
    .title-text .t[data-v-0cbc9988]{
        font-size: 14px;
        margin-top: 12px;
    }
    .othercont .searchx,.searchx .searchl,.searchx .caini,.wzlist .cardlist,.wzlist .cardbody{
         
        width: 100%;
        display: block;
    }
    .aboutSiteContent .webcard,.bank-reco .g-list{
        width: 100%;
        max-width: 100%;
    }
    .bank-reco .g-list li{
        width: 33.3%;
        text-align: center;
    }
/*
  .artlist .cardbody img{
        display: none!important;
    }
*/
    .detailsSiteInfo,.detailsSiteInfo .detailsSiteIco,.detailsSiteBody,.meiriyiwen{
        display: block!important;
        width: 100%!important; 
    }
    .detailsSiteInfo .detailsSiteIco,.detailsSitetag{
        margin-top: 15px;
    }
    .detailsSiteInfo .detailsSiteIco p{
        margin-top: 20px;
    }
    .artlist .cardlist .tags{
        padding-left: 10px;
    }
    .detailsSiteInfo .detailsSiteBody{
        margin-left: 0;
    }
    .wzlist .cardcont{
        max-width: 72%;
    }
    .wzlist .cardbody .xq{
        top: -30px;
    }
    .showcont .detailsSiteContent .newcont{
        padding: 10px;
    }
    .searchx .caini{
        margin: 30px auto;
        display: block;
    }
    .othercont{
        padding: 120px 15px 30px;
    }
    .artlist .cardlist .row{
        width: 94%;
    }
    .xiaLogo .logo,.grayclose,.xiaCenterUl .waplogo{
        display: inline-block!important;
    }  
    .searchx{
        padding: 15px;
    }
    .xiaCenterUl .waplogo img{
        max-width: 80%;
        margin: 15px ;
    }
    #mini .search{
        margin-top: 40px;
    }
     
    .daohang{
        margin-top: -25px!important;
        padding: 5px 0;
    }
    .daohang .link-list-tit{
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .daohang .col{
        width: 100%;
        float: none;
    }
    .xiartItem a{
        padding: 0 10px;
    }
    /*头部*/
    #header {
         
        padding: 0px 10px;
        justify-content: space-between;
    }

    .xiaLogo .logo{
        font-size: 18px;
        color: var(--theme-color);
    }

    #timeClock,.labelList,#minilist .ifleft {
        display: none;
    }
    #minilist iframe{
        left: 0;
    }
    .xiaCenter{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        max-width: 100%; 
        height: 100%;
        display: none;
    }
    .xiaCenter .xiaCenterUl{
        position: relative;
        left: 0;
        display: block;
        background: #fff; 
        padding-top: 5px;
        width: 50%;
    }
    .xiaCenter .xiaCenterUlItem{ 
        height: auto; 
    }
    .xiaCenter .xiaCenterUlItem a{ 
        display: inline-block;
        margin: 10px ;
    }
    .xiaSearchShow{
        top: 48px;
        left: 0; 
        background: #fff;
    }
    .darkStyle .xiaSearchShow{ 
        background: #000;
    }
    .srCard,.mywebs{
        padding-left: 5px;
        padding-right: 5px;
    }
  

    .s-type-list label span {
        padding: 0 10px 10px 10px;
    }

    .search-type li label {
        padding: 5px 10px 0 10px;
    }

      
    .main-menu-ul {
        height: 0;
        overflow: hidden;
    }

    .phMenu {
        height: 100% !important;
        overflow: unset;
    }

    .showMenu {
        display: flex;
        height: 31px;
        justify-content: center;
        align-items: center;
    }

  

    /*脚部*/
    .footerWrap {
        justify-content: center;
    }

    .footerRight,.wapno {
        display: none;
    }
  
}

/*单独查询顶部中间*/
@media (max-width: 650px) {
    .loginRegister {
        display: none;
    }

    .xiaRightUl {
        margin-right: 0px;
    }
}

   
.webcardBody {
    position: relative;
    padding: 20px 10px;
    margin: 5px;
    border-radius: var(--border-radius);
    background-color: var(--theme-card-bg-color);
    border: 1px solid #f3f5fc;
}
 
.fr{
    float: right;
}
.fl{
    float: left;
}
.qrcode {
    cursor: pointer;
}
.qrcode i{
    color: #ccc;
    position: relative;
    top: 2px;
}
 
.mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 100000;
  display: none;
}
.mask.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.mask .qrcodeInfoBox {
  display: flex;
  align-items: stretch;
  gap: 12px;
  border-radius: 14px;
  background: #f7fbff;
  padding: 12px;
}
.mask .qrcodeInfoBox .img {
  width: 77px;
  height: 77px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mask .qrcodeInfoBox .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.mask .qrcodeInfoBox .rightBox {
  display: flex;
  flex-direction: column;
}
.mask .qrcodeInfoBox .rightBox .name {
  color: #1c1f23;
  font-weight: bold;
  font-size: 18px;
  width: 210px;
  max-width: 100%;
}
.mask .qrcodeInfoBox .rightBox .desc {
  color: #ababab;
  font-size: 16px;
  width: 210px;
  max-width: 100%;
}
.mask .qrcodeInfoBox .rightBox .tagList {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mask .qrcodeInfoBox .rightBox .tagList .tag {
  border-radius: 4px;
  border: 1px solid var(--theme-color);
  padding: 2px 3px;
  font-size: 12px;
  color: var(--theme-color);
}
.mask .whiteBox {
  border-radius: 8px;
  border: 0.5px solid #edf0ff;
  background: #ffffff;
  box-shadow: 0px 2px 5px -2px rgba(14, 41, 105, 0.2);
  padding: 32px 57px 20px;
}
#openname p{
    margin-top: 8px;
    font-size: 15px;
}
.mask .whiteBox .hint {
  color: #0a0b14;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.mask .whiteBox .qrcode {
  width: 146px;
  height: 146px;
  margin: 19px auto 24px;
}
.mask .whiteBox .close {
  width: 107px;
  height: 34px;
  border-radius: 25px;
  background: var(--theme-color);
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  margin: 30px auto 0;
cursor: pointer;
}
   
.over1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.webcardBody:hover {
    background-color: #f3f5fc;
}

.webcardBody:hover .webcardTogo {
    background: var(--theme-color);
}
 

.webcardContent {
    display: flex;
    align-items: center;
}

.webcardImg {
    display: flex;
    height: 30px;
    width: 30px;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
}

.webcardImg img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.webcardInfo {
    flex: 1;
    margin-right: 5px;
    width: 0;
}

.webcardTitle {
    font-size: 14px;
    margin-bottom: 3px;
    color: var(--theme-deep-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webcardWidgets {
    display: flex;
}

.webcardExcerpt {
    flex: 1;
    width: 0;
}

.webcardExcerpt p {
    font-size: .75rem;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--theme-shallow-color);
}

.webcardTogo {
    height: 16px;
    width: 16px;
    background: #eeeeee;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 0 8px ;
}
.webcardTogo i{
    font-size: 10px;
    position: relative;
    top: -5px;
    left: 4px;
    color: #fff; 
}
.darkStyle .webcardTogo i{
    color: #777;
}
.yzmtitle{
    padding-top: 7px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.yzmtitle h5 .fr{
    position: relative;
    top: 5px;
}
.yzmtitle h5 a{
    display: inline-block;
    padding: 5px;
}
.yzmtitle h5 i{
    margin-left: 10px;
}
.yzmtitle h5 .fa-angle-right{
    margin-right: 5px;
}
.yzmtitle h5{ 
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    padding-left: 5px;
}
 
.othercont .yzmtitle h5,.meiriyiwen .yzmtitle h5{  
    font-size: 13px;
    font-weight: normal; 
    margin-bottom: 15px;
}
.yzmtitle h5:before {
    background: linear-gradient(135deg, #d8dee7, #f5f6f7);
    border-radius: 50%;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    top: -6px;
    width: 40px;
    z-index: -1;
    left: -3px;
}
.darkStyle .webcardBody:hover .webcardTogo i{
    color: #fff;
}
.webcardTogo em{  
    position: absolute;
    top: 1.5px;
    left: -1px;
} 
/*__________________________________________________简洁卡片*/
.siteMini .labelList,
.siteMini .webcardExcerpt {
    display: none;
}

/*
.siteMini .webcard {
    width: 16.66%;
}
*/
 .webcard {
    width: 25%;
}
.siteMini .webcardBody{
    padding: 10px;   
}

.siteMini .webcardTitle,
.siteMini .webcardInfo {
    margin: 0;
}
    
/*__________________________________________________清除浮动*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}
.pagination {
    display: block;
    text-align: center; 
    margin: 50px auto 80px;
}
.pagination>a,.pagination>b,.pagination>span {
    padding: 0;
    vertical-align: top;
    font-size: 13px;
    line-height: 28px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px !important;
    color: #262626cc;
    background-color: #f4f4f5;
    min-width: 30px;
    border-radius: 2px;
}
.pagination>b,.pagination>span{
    background-color: #d4e6fb;
}
.pagination>a,.pagination>span {
    display: inline-block !important;   
    padding: 0 8px;
    color: inherit;
}
.pagination .curpage {
    background:#35b72a ;
    color: #fff; 
}
/*__________________________________________________图片动画*/

.webcardBody:hover .webcardImg,
.resourceCardBody:hover .resourceCardImg,
.usersucard:hover .mywebsImg {
    animation: jumps 1.2s ease 1;
}

@keyframes jumps {
    0% {
        transform: translate(0)
    }

    10% {
        transform: translateY(8px) scaleX(1.2) scaleY(0.8)
    }

    30% {
        transform: translateY(-5px) scaleX(1) scaleY(1) rotate(5deg)
    }

    50% {
        transform: translateY(3px) scale(1) rotate(0)
    }

    55% {
        transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0)
    }

    70% {
        transform: translateY(-5px) scaleX(1) scaleY(1) rotate(-2deg)
    }

    80% {
        transform: translateY(0) scaleX(1) scaleY(1) rotate(0)
    }

    85% {
        transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0)
    }

    to {
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}

/*__________________________________________________图标动画*/
@keyframes logoAnimation {
    0% {
        transform: scale(0)
    }

    80% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

/*__________________________________________________加载中动画*/

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

/*__________________________________________________网址详情页*/

.sDWrap { 
/*    width: var(--index-wrap);*/
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

 

.etailsLeftItem {
    display: flex;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sDLeftContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.etailsLeftItem img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #efefef;
}

.sDCenter {
    width: 100%; 
}


.detailsSiteContent .newcont{
    padding: 10px 15px;
    line-height: 26px;
    text-indent: 2em;
/*    border-top: 1px solid #f4f4f5;*/
}
.detailsSiteIco {
    display: flex;
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: var(--border-radius);
    align-items: center;
    justify-content: center;
    background: #3b82f6;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.detailsSiteIco i,.detailsSiteIco a{
    color: #fff;
}
.detailsSiteIco a:hover{
    opacity: 0.8;
}
.backgroundCover {
    position: absolute;
    background-size: cover;
    opacity: .2;
    inset: 0;
    filter: blur(10px);
    animation: rotate 30s linear infinite;
}
.tophot{
    padding: 10px 20px 30px; 
}
.tophot .topcont{
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-flow: wrap;
    margin: 10px auto;
} 
.tophot .topcont h3{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
} 
.tophot .topcont li{
    float: none;
    margin-left: 5px;
}
.tophot .topcont li:before{
    left: -5px;
    top: 2px;
}
.tophot .topcont a{
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 
.tophot .model{
    background: #fff;
    min-height: 360px;
    width: 31.33%;
    margin: 0 1%;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    border-radius: 5px;
}
.iconImg img {
    height: 100%;
    width: 100%;
}
.detailsSiteInfo {
    background: var(--theme-bg-color);
    display: flex;
    padding: 25px 30px;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
    align-content: center;
    align-items: center;
}

.detailsSiteBody {
    flex: 1;  
    display: flex;
    flex-direction: column;
    justify-content: space-around;  
}
 
.detailsSiteTitle h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 26px;
    font-weight: 500; 
}

.detailsSiteDesc {
    margin: 5px 0;
    font-size: 14px;
    line-height: 2;
    word-wrap: break-word;
}

.detailsSiteDesc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detailsSiteTell {
    font-size: 14px;
    line-height: 2;
    word-wrap: break-word;
    font-weight: 600;
}
.detailsSitedec{ 
    font-size: 14px;
    line-height: 2;
    word-wrap: break-word;
    padding: 5px 0 15px;
}
.detailsSitetag {
    font-size: 14px; 
}

.detailsSiteTime {
    font-size: 14px;
    line-height: 2;
    word-wrap: break-word;
}

.detailsSiteBtn a {
    padding: 10px 12px;
    background-color: var(--theme-color);
    color: #FFFFFF;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
}


.detailsSiteAbout {
    background: var(--theme-bg-color);
    display: flex;
    padding: 10px;
    border-radius: var(--border-radius);
    flex-direction: column;
    margin-bottom: 15px;
}

.aboutSiteTitle {
    margin-top: 0 !important;
}

.aboutSiteContent {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -5px;
}


.detailsSiteMain,#ctcontent {
    background: var(--theme-bg-color);
    display: flex;
    padding: 20px;
    border-radius: var(--border-radius);
    flex-direction: column;
    margin-bottom: 15px;
}
#ftcontent{
    margin-top: -60px;
}
.sDCenter img {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.detailsSiteContent p {
    font-size: 16px;
    line-height: 1.8;
    word-wrap: break-word;
    margin: 0 0 10px;
    text-align: justify;
}

.sDCenter h3 {
    border: none;
    line-height: 1.46;
    padding-left: 18px;
    position: relative;
    margin: 10px 0;
}

.sDCenter h3:before {
    background-color: var(--theme-color);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), transparent);
    border-radius: 3px;
    content: "";
    height: calc(100% - 8px);
    left: 0;
    position: absolute;
    top: 4px;
    width: 3px
}

.detailsSiteCopyright {
    margin-top: 10px;
    font-size: .875rem;
    line-height: 1.6;
    border-radius: var(--border-radius);
    background: #f3f5fc;
    color: var(--theme-shallow-color);
    word-wrap: break-word;
}

.copyrightContent {

    text-align: justify
}

.detailsSiteCopyright div {
    padding: 8px 20px;
}

.copyrightFooter {
    border-top: 1px solid rgba(130, 130, 130, .1);
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
}

.detailsSiteComments {
    background: var(--theme-bg-color);
    display: flex;
    padding: 10px;
    border-radius: var(--border-radius);
    flex-direction: column;
    margin-bottom: 100px;
}

.sDRight {
    width: 25%;
    float: right;
    margin-bottom: 10px;
    position: sticky;
    top: 70px;
}
 

/*__________________________________________________公共边栏*/
.widget {

    background-color: var(--theme-bg-color);
    border-radius: var(--border-radius);
    padding: 15px;
    margin-bottom: 10px;
}

.widget:last-child {
    margin-bottom: 0px !important;
}

.widget-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    position: relative;
}

.widget-title:before {
    background-color: var(--theme-color);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
 
/*__________________________________________________边栏-随机网址*/
.random-site {
    display: flex;
    flex-wrap: wrap;
}

.random-site-item {
    padding: 5px;
    width: 50%;
}

.random-site-item a {
    display: flex;
    align-items: center;
    color: var(--theme-deep-color);
    padding: 5px;
    border-radius: var(--border-radius);
    background-color: var(--theme-card-bg-color);
    border: 1px solid #f3f5fc;
}

.random-site-item a:hover {
    background: #f3f5fc;
}

.random-site-img {
    display: flex;
    margin-right: 5px;
}

.random-site-img img {
    width: 20px;
    height: 20px;
}

.random-site-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;

}
.closehide{
    display: none;
}
.closeshow{
    display: block;
}

/* 评论样式
---------------------------------------------------*/
/* 发表评论表单样式 */
@media (min-width: 768px) {
    .commentform {
        height: 210px
    }
}

#comments {
    margin-top: 80px;
}

.comment-name {
    float: left;
    border-bottom-left-radius: 10px !important
}

.comment-mail {
    border-right: 1px var(--borderColor) solid !important;
    border-bottom-right-radius: 10px !important
}

.form-controls {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--borderColor);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-out, box-shadow 0.15s ease-in-out
}

.comment-info {
    width: auto
}

.com_control {
    display: block;
    border-radius: 0px;
    border: 1px var(--borderColor) solid;
    border-right: 0px;
    height: 50px
}

/* 评论处的输入框提示，居中、隐藏 */
.com_control:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0)
}

.com_control::-webkit-input-placeholder {
    color: rgba(116, 116, 116, 0.336)
}

@media (min-width: 578px) {
    .com_control::-webkit-input-placeholder {
        text-align: center
    }
}

.comment-header {
    margin-block: 30px;
    height: 0
}

.comment-post {
    clear: both
}

.comment-post p {
    margin: 5px 0px
}

.comment-post small {
    font-size: 12px;
    color: #999
}

.comment-post input {
    padding: 7px 40px;
    font-size: small;
    color: #848797;
    width: 50%
}

.comment-post #comment {
    width: 100%;
    border: 1px var(--borderColor) solid;
    font-size: small;
    border-radius: var(--marRadius) 10px 0 0;
    height: 130px;
    resize: none;
    padding: 10px;
}

.comment-post #comment_submit {
    width: 84px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    margin: 10px 0px;
    float: right;
    margin-right: 1px;
    border-radius: 8px;
    border: 1px solid var(--borderColor);
    padding: 7px 10px;
    justify-content: center
}

.comment-post #comment_submit:hover {
    cursor: pointer;
    color: var(--inputTextColor);
    background-color: var(--buttonBgColor);
}

.comment-post .input {
    width: 100px
}

.comment {
    margin: 10px 0;
    padding: 10px 0px;
    font-size: medium;
    overflow: hidden;
    color: #333
}

.comment span {
    color: var(--fontColor);
}

.comment .comment-time {
    color: #999999;
    display: inline;
    font-size: 10px
}

.comment .avatar {
    float: left;
    margin: 5px 4px
}

.comment .comment-infos {
    background: var(--bodyBground);
    padding: 12px 12px 5px;
    border-radius: var(--marRadius);
    margin-top: 9px;
    margin-left: 58px;
    color: var(--fontColor);
}

.comment .comment-infos-unGravatar {
    padding: 5px
}

.com-bottom {
    margin-bottom: 80px;
}

/* 评论列表中指向评论者头像的箭头 */
.arrow {
    position: absolute;
    margin-top: 3px;
    margin-left: -34px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent var(--bodyBground) transparent transparent
}

.comment .comment-content {
    margin: 8px 0 10px;
    word-break: break-word;
    color: var(--fontColor);
}

.comment .comment-reply {
    float: right;
    font-size: 12px;
    cursor: pointer;
    margin-top: -15px
}

.comment .comment-reply:hover {
    text-decoration: underline
}

.comment-children {
    margin: 20px 10px 10px 20px;
    clear: both;
    border: none;
    padding: 0
}

.comment .comment-post {
    width: 90%;
    margin: 15px auto
}

.comment-info {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -8px;
    white-space: nowrap
}

/* 边栏处的最新评论信息margin-top应该是0 */
.unstyle-li .comment-info {
    margin-top: 4px
}

.cancel-reply {
    font-size: large
}

/* 评论人的头像 */
.avatar img {
    width: 40px;
    height: 40px;
    margin-top: 9px;
    margin-right: 4px;
    border-radius: 50%
}

.unstyle-li input[type="submit"] {
    background-color: var(--inputBorderColor);
    color: var(--buttonTextColor);
    margin-left: -25px;
    height: 39px;
    width: 55px;
    border: 0;
    border-radius: 0 3px 3px 0;
    padding: 0
}
/*__________________________________________________缩略图、图标旋转动画*/
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
  
