@charset "utf-8";
/*公共css样式*/
:root {
  --bj-zhuse: white;/*白色*/
  --bj-fuse: #A5D744;/*绿色*/
  --bj-cifuse: #def2b0;/*浅绿色*/
  --bj-chengse: #ffb734;/*橙色*/
  --bj-hongse: #f85c56;/*红色*/
  --bj-lvse: #00c091;/*绿色*/
  --bj-danlanse: #00aeec;/*淡蓝色*/
  --color-chunhei: #000;/*纯黑*/
  --color-huise: #848484;/*灰色*/
  --color-baise: white;/*白色*/
  --color-hongse: #f85c56;/*红色*/
  --font-size12: 12px;/*12px*/
  --font-size13: 13px;/*13px*/
  --font-size14: 14px;/*14px*/
  --font-size15: 15px;/*15px*/
}

* {
  margin:0;
  padding:0;
  outline:none !important;
  scrollbar-color:#75747400 #cbd5e000;
  scrollbar-width:thin;
}
::-webkit-scrollbar{width:3px;height:3px}
::-webkit-scrollbar-thumb{background:#909090;}
::-webkit-scrollbar-track{background:rgba(203,213,224);}
::-webkit-scrollbar-thumb:hover{background:#000000;}
.dark ::-webkit-scrollbar-thumb{background:rgba(203,213,224);}
.dark ::-webkit-scrollbar-track{background:#909090;}
html,.OwO-items{
    scrollbar-color: #2d3748 rgba(203,213,224,0.4);
    scrollbar-width: thin;
    min-height: -webkit-fill-available;
}
body{
  font-family:"HM","SF Pro SC","SF Pro Text","SF Pro Icons",PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
	font-size:var(--font-size13);
  margin:0px;
	padding:0px;
	text-align:center;
	background:var(--bj-cifuse);
	color:var(--color-chunhei);
}
img {
  max-width: 100%;
  height: auto;
}
select{
  font-family:Tahoma, Verdana;font-size:12px
}
th{
  background:#f5f5f1;
}


a {
  color: var(--color-chunhei);
  text-decoration: none;
}
a:hover {
  color: var(--color-huise);
}
/*---主体样式---*/



/*溢出隐藏*/
.sm-txt-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*强制文本换行避免溢出*/
.sm-text-yichu{
word-wrap: break-word;
word-break: break-all;
position: relative;
}


.sm-float-left{
  float:left;
}

.sm-float-right{
  float:right;
}

.sm-margin-left{
  margin-left: 5px;
}

.sm-margin-right{
  margin-right: 5px;
}

.sm-margin-bottom{
  margin-bottom: 10px;
}
.sm-align-items{
align-items: end;
}
.sm-margin-top{
  margin-top: 10px;
}

.sm-margin-top2{
  margin-top: 20px;
}

.sm-margin-bottom2{
  margin-bottom: 20px;
}

.sm-margin{
margin:0 5px;
}

.sm-display-flex{
  display: flex;
}

.sm-display-grid{
display: grid;
grid-gap: .5rem;
grid-template-columns: repeat(3,minmax(0,1fr));
}

.sm-display-flex-right{
margin-left: auto;
flex-shrink: 0;
font-style: normal;
}

.sm-clear-both{
  clear: both;
}

#container{
max-width: 920px;
width: 100%;
margin: 10px auto;
text-align: center;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.15);
background: var(--bj-cifuse);
}

#container .sm-header{
background-size: cover;
height: 170px;
object-fit: cover;
position: relative;
width: 100%;
display: flex;
flex-direction: column;
padding-bottom: 0px;
}

#container .sm-header .sm-blogname{
  padding: 20px 30px 10px 30px;
  font-size: 24px;
  color: var(--color-baise);
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#container .sm-header .sm-blogname .sm-blogTitle{
  padding: 10px 0 0;
  font-size: var(--font-size13);
  color: var(--color-baise);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*分类处颜色*/
#container .sm-header .sm-menu{
/*background: var(--bj-huise);*/

text-align: right;
max-width: calc(70% - 40px);
margin: 0 20px;
border-radius: 6px 6px 0 0;
overflow: hidden;
bottom: 0;
position: absolute;
}

#container .sm-header .sm-menu ul{
list-style: none;
margin: 0;
padding: 10px;
width: calc(100% - 20px);
overflow-x: hidden;
overflow-y: hidden;
white-space: nowrap;
text-align: left;
font-size: var(--font-size14);
font-weight: bold;
} 

#container .sm-header .sm-menu ul li{
  display: inline-block;
  margin-right: 10px;
}  

/*---内容样式---*/
#container .sm-Tbody{
  width:100%;
  margin:0 auto;
  text-align:left;
  border-top: 1px solid #bbb;
}

/*---主内容--*/ 
#container .sm-mainContent{
text-align: left;
width: 75%;
float: right;
background: var(--bj-zhuse);
}

#container .sm-mainContent .sm-innermainContent{
  margin:0 10px;
}

#container .sm-mainContent .sm-content-width{
  width: 100%;
  margin: 8px 0;
}

#container .sm-mainContent .sm-pageContent{
margin: 15px 0;
text-align: Right;
overflow: hidden;
}

.sm-Content{
  margin:0px;
}

.sm-Content .sm-Content-top{
text-align: left;
padding: 6px;
background: var(--bj-cifuse);
border-radius: 6px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 0 1px 0 rgba(0, 0, 0, 0.5);

}

.sm-Content .sm-Content-top .sm-txtx{
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.sm-Content .sm-Content-top .sm-line-height{
  line-height: 27px;
}

.sm-Content .sm-Content-top .sm-ContentTitle{
  display: inline;
  font-size: var(--font-size14);
}

.sm-Content .sm-Content-top .sm-ContentAuthor{
  color:var(--color-huise);
  font-size:var(--font-size12);
  padding-left:5px;
  margin:1px;
  font-weight:100;
  display:inline;
} 
  

.sm-Content-body{
margin: 10px 0 0 0;
overflow: hidden;
text-align: left;
width: 100%;
line-height: 1.8;
margin-bottom: 10px;
}

.sm-Content-body iframe.wy-yy{
  height: 86px !important;
  width: 100% !important;
  background: var(--bj-zhuse);
}

.sm-Content-body .biaoqing{
  max-width: 25px;
  display: inline-block !important;
  height: auto;
  vertical-align: bottom;
  margin: 0;
}
  
.sm-Content-body img{
max-width: 100%;
}

.sm-tags{
  margin: 10px 0;
}

.sm-tags a{
  margin-right: 5px;
}

.sm-Content-bottom{

background: url(dot.png) repeat-x;
text-align: right;
padding: 10px;
margin-bottom: 8px;
}




.sm-jjtime{
color: var(--color-huise);
margin-right: 10px;
width: 60px;
}

.sm-pinglun{
color: var(--color-huise);
  flex-shrink: 0;
  font-style: normal;
  width: 48px;
  text-align: right;
  margin-left: 10px;
}

.sm-jjcontent{
  margin-bottom: 15px;
}

.sm-jjcontent a{
display: flex;
}
.sm-jjcontent p{
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: calc(100% - 128px);
}

.sm-sidebar{
float: left;
width: calc(25% - 20px);
padding: 5px 10px;
text-align: center;
color: var(--color-chunhei);
background: var(--bj-fuse);
position: sticky;
top: 0;
min-height: 100vh;
}

.sm-sidebar a:hover{
color: var(--color-baise);
}


.sm-sidepanel{
  margin:0 auto!important;
  margin:0px;
}

.sm-Ptitle{
  margin: 0px;
  text-align: left;
  padding: 8px;
  font-weight: bold;
  font-size: var(--font-size14);
  color: var(--color-chunhei);
  border-bottom: 1px solid rgb(87, 87, 87);
  margin-bottom: 8px;
}

.sm-Pcontent{
  text-align: left;
  padding: 8px;
}  

.sm-sideA{
padding-left: 18px;
background: url(arrow.gif) 4px 4px no-repeat;
overflow: hidden;
display: block;
margin-bottom: 10px;
}

.sm-pinglun-ce img{
max-width: 15px;
display: inline-block !important;
height: auto;
vertical-align: bottom;
margin: 0;
}

 /*分页样式*/
.page-navigator {
list-style: none;
text-align: center;
margin-bottom: 15px;
}
.page-navigator li {
 display:inline-block;
 margin:0 4px;
}
.page-navigator a {
 display:inline-block;
 padding:0 10px;
 height:30px;
 line-height:30px;
}
.page-navigator .current a {
 background:var(--bj-cifuse);
  border-radius:6px;
}

.sm-tongji{
  margin-bottom: 10px;
}

.sm-form{
display: flex;
width: 100%;
}


.sm-userpass{
border: 1px solid;
border-color: #6F6F6F;
padding: 7px;
border-radius: 6px 0 0 6px;
width: 70%;
background: var(--bj-cifuse);
}
 

.sm-userbutton{
border: 1px solid #6F6F6F;
border-left: 4px solid #6F6F6F;
padding: 7px;
background: var(--bj-cifuse);
border-radius: 0 6px 6px 0;
width: 30%;
color: var(--color-chunhei);
}

#container .sm-foot{
  padding:20px 10px;
  color:var(--color-chunhei);
  background: var(--bj-cifuse);
}
#container .sm-foot p{
  margin:0px;
  font-size:var(--font-size13);
}

.sm-comment{
text-align: left;
background: var(--bj-zhuse);
border: 1px solid #82a432;
margin-bottom: 10px;
border-radius: 6px;
}
 .comment-childrena .sm-comment,.comment-parents .sm-comment{ 
  border: 0px solid #82a432;
}

.sm-commenttop{
padding: 10px;
background: var(--bj-cifuse);
border-radius: 6px;
}
  
.sm-commentinfo{
  font-size:var(--font-size12);
  color:var(--color-huise);
}

.sm-commentcontent{
padding: 10px;
overflow: hidden;
width: calc(100% - 20px);
line-height: 1.8;
}
 
.sm-commentcontent p{
margin: 0;
padding: 0;
}
.sm-commentcontent img{

max-width: 20px;
display: inline-block !important;
height: auto;
vertical-align: bottom;
margin: 0;
}
.sm-MsgContent{
background: var(--bj-zhuse);
margin: 0 0 10px 0;
border: 1px solid #70990f;
width: 100%;
}

.sm-MsgContent .sm-MsgHead{
padding: 10px;
text-align: center;
font-weight: bold;
background: var(--bj-cifuse);
border-bottom: 1px dotted #70990f;
}
 

.sm-MsgContent .sm-MsgBody{
padding: 10px;
}

.sm-biaodan{
  margin-bottom: 5px;
  display: flex;
}

.sm-biaodan-title{
margin-right: 5px;
padding: 5px 0;
}

.sm-userpassa{
border: 1px solid;
border-color: #A9A98D;
padding: 5px;
background: var(--bj-cifuse);
color: var(--color-chunhei);
}
 
.sm-userbuttona{
border: 1px solid #70990f;
border-left: 4px solid #70990f;
padding: 4px 10px;
background: var(--bj-zhuse);
margin-top: 10px;
margin-right: 5px;
color: var(--color-chunhei);
}

.xm-yemian{
  margin-bottom: 10px;
}

.xm-yemian a{
  margin: 0 5px 10px 5px;
}

.link_body{

}

.link_title{
background: var(--bj-cifuse);
border-radius: 6px;
padding: 10px;
}

.link_body_lista{
display: inline-block;
margin: 10px;
width: calc(100% - 20px);
display: flex;
}


.link_body_list{
display: inline-block;
margin: 15px;
}

.link_body_img{
width: 70px;
height: 70px;
object-fit: cover;
}
.link_body_img img{
    border-radius: 30px 10px 30px 10px;
width: 100%;
height: 100%;
object-fit: cover;
}
.link_body_name{
width: 70px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-top: 10px;
}

.link_body_namea{
overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  width: calc(100% - 70px);
  text-align: left;
}

.sm-link-title{
overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
 height: 30px;
 line-height: 30px;
}
.sm-miao{
overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
 height: 30px;
 line-height: 30px;
 color: var(--color-huise);
}
.sm-juzhong{
  text-align: center;
}


.sm-block{
  display: inline-block;
margin: 0 0 5px 0;
padding: 5px 5px 5px 10px;
}

.sm-comment-editor{
  width: 100%;
  background-color: var(--bj-cifuse);
  border-radius: 6px;
}


.sm-comment-editor textarea {
resize: none;
text-align: justify;
border-radius: 6px;
overflow: hidden;
border: 1px solid var(--bj-cifuse);
background-color: var(--bj-cifuse);
width: calc(100% - 40px);
padding: 20px;
margin: 0;
color: var(--color-huise);
}


.sm-comment-input input {
resize: none;
text-align: justify;
border-radius: 6px;
overflow: hidden;
border: 1px solid var(--bj-cifuse);
background-color: var(--bj-cifuse);
width: calc(100% - 20px);
padding: 10px;
margin: 0;
}
.sm-comment-input-bottom{
margin-bottom: 10px;
}
.sm-position-relative{
  position: relative;
}
.sm-position-relative textarea{
  height: 100px !important;
  margin: 10px;
  padding: 0px;
  width: calc(100% - 20px);
}

.sm-denglu{
text-align: justify;
border-radius: 6px;
overflow: hidden;
border: 1px solid var(--bj-cifuse);
background-color: var(--bj-cifuse);
width: 20%;
margin-left: 5px;
text-align: center;
font-weight: bold;
color: var(--color-chunhei);
}
.sm-denglua{
border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--bj-cifuse);
  background-color: var(--bj-fuse);
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  color: var(--color-chunhei);
  height: 40px;
  margin: 5px;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sm-ping-title{
  padding-left: 18px;
background: url(arrow.gif) 4px 4px no-repeat;
overflow: hidden;
display: block;
margin-bottom: 10px;
font-weight: bold;
}



.privacy {
 align-items:center;
}
.privacy_btn {
 align-items:center;
}

.privacy input[type="checkbox"] {
 display:none;
}
.privacy input[type="checkbox"]+label {
 display:inline-block;
 width:30px;
 height:16px;
 position:relative;
 -webkit-transition:0.3s;
 transition:0.3s;
 box-sizing:border-box;
}
.privacy input[type="checkbox"]+label:after {
 content:'';
 display:block;
 position:absolute;
 left:0px;
 top:0px;
 width:16px;
 height:16px;
 -webkit-transition:0.3s;
 transition:0.3s;
 cursor:pointer;
}
.privacy #inset_3:checked+label.green {
 background:var(--bj-cifuse);
}
.privacy #inset_3:checked+label.green:after {
 background:var(--bj-fuse);
}
.privacy #inset_3:checked+label:after {
 left:calc(100% - 14px);
}
.privacy #inset_3+label {
 background:var(--bj-fuse);
 border-radius:20px;
}
.privacy #inset_3+label:after {
 background:var(--bj-cifuse);
 border-radius:50%;
 width:12px;
 height:12px;
 top:2px;
 left:2px;
}





.sm-comment-list-box {
display: flex;
margin: 0 0 1rem;
width: 100%;
}

.sm-comment-list-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: .9375rem;
flex-shrink: 0;
overflow: hidden;
background: var(--bj-cifuse);
padding: 2px;
}

.sm-comment-list-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sm-comment-main {
  width: calc(100% - 59px);
}

.sm-comment-author {
  font-size: var(--font-size14);
  font-weight: 600;
  margin-bottom: 5px;
}

.sm-comment-excerpt {
  line-height: 1.85;
  background: var(--bj-cifuse);
  padding: 10px;
  border-radius: 6px;
}

.sm-comment-excerpt p{
  margin: 0;
  padding: 0;
}

.sm-comment-excerpt img{
max-width: 20px;
display: inline-block !important;
height: auto;
vertical-align: bottom;
margin: 0;
}

.sm-comment-meta {
font-size:var(--font-size13);
color: var(--color-huise);
margin-top: 10px;
}

.sm-comment-children {
  padding-left: .8rem;
}

.xm-comments-owo {
  position: absolute !important;
top: 45px;
width: 100%;
}

.sm-comments-owo {
  position: absolute !important;
bottom: 45px;
width: calc(100% - 45px);
left: 45px;
}

.sm-input-comment .xm-comments-owo{
position: absolute !important;
  bottom: 7px;
  width: 100%;
  top: unset;
  left: 5px;
}

.sm-input-comment .OwO .OwO-logo{
display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  max-width: 40px;
  justify-content: center;
  text-align: center;
  background: var(--bj-cifuse);
}

#comment-form{
  position: relative;
}

.sm-margin-quxiao{
  margin-left: 10px;
  color: #e80000;
}

.sm-margin-quxiao a{
  color: #e80000;
}

/*文章过期*/
.joe_detail__overdue-wrapper {
  padding:1rem;
  border-radius:6px;
  position:relative;
  overflow:hidden;
  text-overflow:ellipsis;
  transition:opacity 0.2s;
  font-size:var(--font-size13);
  color:var(--color-chunhei);
  background:var(--bj-cifuse);
  margin-bottom: 10px;
  margin-top: 10px;
}
.joe_detail__overdue-wrapper .titlea {
  align-items:center;
  margin-bottom:1rem;
  font-size:var(--font-size13);
  font-weight:600;
}

.joe_detail__overdue-wrapper .text {
  padding-left:.3rem;
}

.joe_detail__overdue-wrapper .content{
  border-radius:6px;
  color:var(--color-huise);
  background:var(--bj-zhuse);
  padding:.8rem;
}
.joe_detail__overdue-wrapper .timeb{
float: right;
}

.sm-tonggao{
background: var(--bj-lvse);
padding: 10px;
border-radius: 6px;
margin-bottom: 15px;
line-height: 1.6;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.sm-gonggao{
background: var(--bj-hongse);
border-radius: 6px;
margin-right: 10px;
color: var(--color-baise);
display: inline-block;
line-height: 2;
padding: 0 5px;
}

.sm-shuoshuo{
background: var(--bj-chengse);
padding: 10px;
border-radius: 6px;
margin-bottom: 15px;
line-height: 1.6;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.sm-dongtai{
background: var(--bj-danlanse);
border-radius: 6px;
margin-right: 10px;
color: var(--color-baise);
display: inline-block;
line-height: 2;
padding: 0 5px;
}

.sm-shuoshuoBQ img{
max-width: 22px;
display: inline-block !important;
height: auto;
vertical-align: bottom;
margin: 0;
}


.sm-list-zhiding{
  color: #f00;
}



.sm-fanhui{
position: fixed;
width: 2rem;
height: 2rem;
right: 20px;
bottom: 35px;
background-color: var(--bj-lvse);
border-radius: 50%;
cursor: pointer;
text-align: center;
line-height: 2rem;
z-index: 110;
}
.sm-anheia{
position: fixed;
width: 2rem;
height: 2rem;
right: 20px;
bottom: 80px;
background-color: var(--bj-danlanse);
border-radius: 50%;
cursor: pointer;
text-align: center;
line-height: 2rem;
z-index: 110;
}
.sm-anheia img{
margin-top: 5px;
}

.sm-anhei{
position: fixed;
  width: 2rem;
  height: 2rem;
  right: 20px;
  top: 5px;
/* background-color: var(--bj-zhuse); 背景那个圆*/
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 2rem;
}

.sm-fanhui img,.sm-anhei img{
text-align: center;
line-height: 2rem;
margin-top: 5px;
}
.lazimg{
  width: 100%;
  height: 200px;
  object-fit: cover;
}


.sm-shuo-content{
  width: 100%;
}

.sm-shuo-content img{
max-width: 20px;
display: inline-block !important;
height: auto;
vertical-align: bottom;
margin: 0;
}

.post{
  text-align: center;
  color: #70aa00;
  margin: 10px 0;
  font-size: var(--font-size15);
}

.sm-error-page{
background: var(--bj-zhuse);
padding: 20px 10px;
}

.sm-Content-bodya {
  overflow: hidden;
  text-align: left;
  width: 100%;
  line-height: 1.5;
}

.sm-list-no{
text-align: center;
margin: 30px 0;
}

.sm-list-no .next{
background: var(--bj-cifuse);
padding: 10px 20px;
border-radius: 6px;
}



.editTextarea{
  width: calc(100% - 60px);
height: 70px;
text-indent: .5rem;
padding-top: 10px;
background: var(--bj-cifuse);
color: var(--color-chunhei);
border: 1px solid;
border-color: #A9A98D;
}
.sm-404{
background: var(--bj-danlanse);
padding: 10px;
width: 70px;
text-align: center;
border-radius: 6px;
margin-top: 10px;
color: var(--color-chunhei);
}



.sm-margin-top14{
  margin-top: 14px;
}



.sm-dashang{
  width: calc(100% - 20px);
display: flex;
padding: 0 10px 10px 10px;
text-align: center;
min-width: 100px;
}
.sm-weixin{
  width: 50%;
}
.sm-zhifubao{
width: 50%;
}

ul,ol{
list-style-type: none;
padding: 0;
margin: 0;
}
.comment-children{
margin: 0 10px;
}
.comment-childrena{
margin:0 10px;
}

/*文章图集样式*/
.sm-Content-body .xm-list-pairalbumc {
  margin: .5rem 0;
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-radius: 6px;
  overflow: hidden;
}

.sm-Content-body .xm-list-album-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 160px !important;
  border-radius: 6px;
  overflow: hidden;
}

.sm-Content-body .xm-list-album-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 160px !important;
  object-fit: cover;
}


/*宫格描述*/
.xm-gongge{
  column-count: 3;
}

.xm-gongge .xm-gongge-col {
  break-inside: avoid-column;
}

.xm-gongge .xm-gongge-col .xm-gongge-body{
  background: var(--bj-cifuse);
  border-radius: 6px;
  height: 100%;
  padding: 1rem;
  margin-bottom: 1rem !important;
}


.xm-gongge .xm-gongge-col .xm-gongge-body .xm-gongge-title {
font-size: 14px;
margin-bottom: 1rem;
font-weight: bold;
}

.xm-gongge .xm-gongge-col .xm-gongge-body .xm-gongge-content {
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-huise);
}





/*评论隐私文字样式*/
.xm-yinsi-text{
font-size: 12px;
margin-left: .5rem;
display: inline-block !important;
height: 19px;
vertical-align: bottom;
}


/*公共文章内样式*/
.sm-Content-body p input[type=password]{
width: calc(100% - 95px);
height: 30px;
background: var(--bj-cifuse);
border: 0px solid #fff;
margin-right: 5px;
outline: 0;
float: left;
text-indent: 5px;
border-radius: 6px;
}

.sm-Content-body p input[type=submit]{
width: 90px;
height: 30px;
background: var(--bj-cifuse);
border: 0px solid #fff;
outline: 0;
text-indent: 5px;
border-radius: 6px;
}

.sm-Content-body table {
  width:100%;
  margin:10px 0;
}
.sm-Content-body table, .sm-Content-body table th, .sm-Content-body table td {
  border: 1px solid var(--bj-cifuse);
}

.sm-Content-body table thead {
  color:#404040;
}
.sm-Content-body table tr th {
  padding:10px;
  background:var(--bj-cifuse);
  color: var(--color-chunhei);
}

.sm-Content-body table tbody {
  color:var(--color-huise);
}
.sm-Content-body table tbody tr td {
  border:1px dashed var(--bj-cifuse);
  padding:0.5rem;
  word-break:break-all;
}
.sm-Content-body h1,.sm-Content-body h2,.sm-Content-body h3,.sm-Content-body h4,.sm-Content-body h5,.sm-Content-body h6 {
  color:var(--color-chunhei);
  font-size:15px;
  line-height:24px;
  margin-top:10px;
  margin-bottom:10px;
  position:relative
}
.sm-Content-body h1 {
padding-left: 25px;
}
.sm-Content-body h1::before {
  content:'';
  position:absolute;
  top:2px;
  left:0;
  width:25px;
  height:25px;
  background-image:url("./img/lihua.svg");
  background-size:100% 100%;
}
.sm-Content-body h2 {
  padding-left:25px;
}


.sm-Content-body h2::before {
  content:'';
  position:absolute;
  top:2px;
  left:0;
  width:25px;
  height:25px;
  background-image:url("./img/windmill.svg");
  background-size:100% 100%;
}


.sm-Content-body h3 {
  padding-left:25px;
}
.sm-Content-body h3::before {
  content:'';
  position:absolute;
  top:2px;
  left:0;
  width:25px;
  height:25px;
  background-image:url("./img/huo.svg");
  background-size:100% 100%;
}
.sm-Content-body h4 {
padding-left: 25px;
}
.sm-Content-body h4::before {
  content:'';
  position:absolute;
  top:2px;
  left:0;
  width:25px;
  height:25px;
  background-image:url("./img/hua.svg");
  background-size:100% 100%;
}
.sm-Content-body h5 {
  padding-left:25px;
}
.sm-Content-body h5::before {
  content:'';
  position:absolute;
  top:2px;
  left:0;
  width:25px;
  height:25px;
  background-image:url("./img/denglong.svg");
  background-size:100% 100%;
}
.sm-Content-body h6 {
  padding-left:25px;
}
.sm-Content-body h6::before {
  content:'';
  position:absolute;
  top:2px;
  left:0;
  width:25px;
  height:25px;
  background-image:url("./img/yu.svg");
  background-size:100% 100%;
}
.sm-Content-body hr {
  border:none;
  height:1px;
  background-color:var(--bj-cifuse);
  margin: 1rem 0;
}
.sm-Content-body blockquote {
border-left: 4px solid rgb(0, 174, 236);
padding-left: .75rem;
margin: 1rem 0;
border-radius: 2px 0 0 2px;
}


.sm-Content-body ol,.sm-Content-body ul {
  margin-bottom:18px;
  padding-left:36px;
}
.sm-Content-body ol li,.sm-Content-body ul li {
  line-height:26px;
  margin:10px 0;
}
.sm-Content-body ol li {
  list-style:decimal;
}
.sm-Content-body ul li {
  list-style:disc;
}


iframe{
  width: 100%;
  height: 377px;
}



/*UBB代码样式*/


.xm_cloud {
  display:flex;
  align-items:center;
  padding:1rem;
  background:var(--bj-cifuse);
  border-radius:6px;
  overflow:hidden;
  margin:.5rem 0;
}
.xm_cloud__logo {
  flex-shrink:0;
  width:32px;
  height:32px;
  margin-right:1rem;
  background-size:100% 100%
}
.xm_cloud__logo._lz {
  background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjIiIGhlaWdodD0iMjIiPjxwYXRoIGQ9Ik02NzguNjQgNTE0LjAwN2ExNjguNDQ4IDE2OC40NDggMCAxIDAtMTY4LjQ0NyAxNjcuNzA2QTE2OC4wNyAxNjguMDcgMCAwIDAgNjc4LjY0IDUxNC4wMDd6IiBmaWxsPSIjRjRDQTFDIi8+PHBhdGggZD0iTTk4My4wNCA2MDMuNDEyYTI0Mi40ODggMjQyLjQ4OCAwIDAgMC0yODAuMzkyLTIzOC40MDdBMjUzLjMyMiAyNTMuMzIyIDAgMCAwIDI1Ni4yMiAyODcuMThhMjQ5LjEzNCAyNDkuMTM0IDAgMCAwLTQ4Ljk1NyAxNTMuMzg1QTIwMy4zOTcgMjAzLjM5NyAwIDAgMCAyNDAuMTg5IDg0NC44aDUyNy43NzVhMzEuOTkgMzEuOTkgMCAwIDAgMTQuNzUtMy43MTcgMjQyLjAzOCAyNDIuMDM4IDAgMCAwIDIwMC4zMjYtMjM3LjY3ek03NDAuNjA4IDc4MC43MTNIMjQwLjE4OWExMzkuMzg3IDEzOS4zODcgMCAxIDEgMC0yNzguNzY5IDMxLjk3IDMxLjk3IDAgMCAwIDguNzA0LTEuMzQxIDMxLjk2NCAzMS45NjQgMCAwIDAgMjQuODQ4LTM1Ljk5OSAxODcuODEyIDE4Ny44MTIgMCAwIDEgMTU3Ljc0Mi0yMTQuMDE2IDE4OC40NjIgMTg4LjQ2MiAwIDAgMSAyMDkuNTQxIDEzMi44MzkgMjQxLjYyOCAyNDEuNjI4IDAgMCAwLTE0Mi44NDggMjE5Ljk4NSAzMi4xOCAzMi4xOCAwIDAgMCA2NC4zNTggMCAxNzguMDY4IDE3OC4wNjggMCAxIDEgMTc4LjA3NCAxNzcuMzAxeiIgZmlsbD0iIzU5NUJCMyIvPjwvc3ZnPg==")
}
.xm_cloud__describe {
  line-height:normal;
  flex:1;
  overflow:hidden
}
.xm_cloud__describe-title {
  font-size:14px;
  margin-bottom:1rem;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-weight: bold;
}

.xm_cloud__describe-title a:hover{
  color:var(--color-hongse);
}

.xm_cloud__describe-type {
  font-size:13px;
   color:var(--color-huise);
   text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
display: block;
}
.xm_cloud__btn {
  flex-shrink:0;
  margin-left:1rem;
  background:var(--bj-fuse);
  color:var(--color-chunhei);
  width:30px;
  height:30px;
  line-height:30px;
  border-radius:50%;
  text-align:center;
}

.LinkCard {
  position:relative;
  display:block;
  margin:10px auto;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:6px;
  max-width:100%;
  overflow:hidden;
}
.LinkCard-excerpt {
  color:var(--color-huise);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}
.LinkCard,.LinkCard:hover {
  text-decoration:none;
  border:none!important;
  color:inherit!important;
}
.LinkCard .LinkCard-content {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:1rem;
  border-radius:inherit;
  background:var(--bj-cifuse);
}

.LinkCard .LinkCard-content .LinkCard-text {
  overflow:hidden
}
.LinkCard .LinkCard-content .LinkCard-text .LinkCard-title {
font-size: 14px;
font-weight: bold;
line-height: 1.25;
margin-bottom: .5rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
display: block;
}
.LinkCard .LinkCard-content .LinkCard-text .LinkCard-title:hover{
color: #1e1e1e;
}
.LinkCard .LinkCard-content .LinkCard-text .LinkCard-meta {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top:4px;
  font-size:13px;
  line-height:20px;
  color:var(--color-huise);
}

.LinkCard .LinkCard-content .LinkCard-text .LinkCard-meta .xm-wurl{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}

.ell {
  font-size:13px;
}
.LinkCard .LinkCard-content .LinkCard-imageCell {
  margin-left:8px;
  border-radius:6px;
}
.LinkCard .LinkCard-content .LinkCard-imageCell .LinkCard-image {
  display:block;
  width:60px;
  height:60px;
  -o-object-fit:cover;
  object-fit:cover;
  border-radius:inherit;
}
.LinkCard .LinkCard-content .LinkCard-imageCell .LinkCard-image.LinkCard-image-default {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  background-color:var(--bj-fuse);
  color:var(--color-baise);
}


/*彩色代码框样式开始*/
.xm-ts-1 {
 color: var(--color-baise);
 background: var(--bj-chengse);
 overflow: hidden;
 margin: .5rem 0;
 padding: 1rem;
 border-radius: 6px;
 }
.xm-ts-2 {
 color: var(--color-baise);
 background: var(--bj-hongse);
 overflow: hidden;
 margin: .5rem 0;
 padding: 1rem;
 border-radius: 6px;
 }
.xm-ts-3 {
 color: var(--color-baise);
 background: var(--bj-cifuse);
 overflow: hidden;
 margin: .5rem 0;
 padding: 1rem;
 border-radius: 6px;
 }
.xm-ts-4 {
 color: var(--color-baise);
 background: var(--bj-lvse);
 overflow: hidden;
 margin: .5rem 0;
 padding: 1rem;
 border-radius: 6px;
}
.xm-ts-5 {
 color: var(--color-baise);
 background: var(--bj-danlanse);
 overflow: hidden;
 margin: .5rem 0;
 padding: 1rem;
 border-radius: 6px;
}
.xm-ts-6 {
 border-width: 1px;
 border-style: solid;
 border-color: var(--bj-zhuse);
 margin: .5rem 0;
 padding: 1rem;
 border-radius: 6px;
}
.xm-ts-7 {
 border: 1px dashed rgb(41, 170, 227);
 margin: .5rem 0;
 padding: 1rem;
 border-radius: 6px;
}
.xm-ts-8 {
 margin: .5rem 0;
 padding: 1rem;
 border: 1px solid #e3e3e3;
 border-left: 2px solid #05B536;
 border-radius: 6px;
}
.xm-ts-9 {
 margin: .5rem 0;
 padding: 1rem;
 border: 1px solid #e3e3e3;
 border-left: 2px solid #ED0505;
 border-radius: 6px;
}
.xm-ts-10 {
 margin: .5rem 0;
 padding: 1rem;
 border: 1px solid #e3e3e3;
 border-left: 2px solid #EC8006;
 border-radius: 6px;
}
.xm-mian-ban-wai{
border-radius: 6px;
margin: .5rem 0;
}

.xm-mian-ban-1-title{
background: var(--bj-chengse);
padding: 1rem;
border-radius: 6px 6px 0 0;
color: var(--color-baise);
font-weight: 600;
font-size: 15px;
}

.xm-mian-ban-2-title{
background: var(--bj-hongse);
padding: 1rem;
border-radius: 6px 6px 0 0;
color: var(--color-baise);
font-weight: 600;
font-size: 15px;
}

.xm-mian-ban-3-title{
background: var(--bj-fuse);
padding: 1rem;
border-radius: 6px 6px 0 0;
color: var(--color-baise);
font-weight: 600;
font-size: 15px;
}

.xm-mian-ban-4-title{
background: var(--bj-lvse);
padding: 1rem;
border-radius: 6px 6px 0 0;
color: var(--color-baise);
font-weight: 600;
font-size: 15px;
}

.xm-mian-ban-5-title{
background: var(--bj-danlanse);
padding: 1rem;
border-radius: 6px 6px 0 0;
color: var(--color-baise);
font-weight: 600;
font-size: 15px;
}

.xm-mian-ban-content{
background: var(--bj-cifuse);
color: var(--color-huise);
padding: 1rem;
border-radius: 0 0 6px 6px;
}

/*手风琴*/
.xm-sfq-body{
background: var(--bj-cifuse);
margin: .5rem 0;
border-radius: 6px;
}
.xm-sfq {
background-color: var(--bj-fuse);
cursor: pointer;
padding: .5rem;
width: calc(100% - 1rem);
border: none;
font-size: 14px;
transition: 0.4s;
border-radius: 6px;
color: var(--color-chunhei);
}

.xm-sfq-title{
  margin-left: 1rem;
}

.xm-sfq.active,.xm-sfq:hover {
  background-color:var(--bj-hongse);
}

.panelcd {
background-color: var(--bj-cifuse);
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
padding: 0 1rem;
line-height: 2.5;
color: var(--color-huise);
font-size: 13px;
border-radius: 0 0 6px 6px;
}
.xm-sfq:after {
  content:'\002B';
  color: #404040;
  font-weight:bold;
  float:left;
  margin-left:5px;
}
.xm-sfq.active:after {
  content:"\2212";
}



.xm-anniu{
display: inline-block;
vertical-align: top;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 6px;
padding: .5rem 1.5rem;
margin: .5rem;
}

.xm-anniu-1{
background: var(--bj-chengse);
}
.xm-anniu-2{
background: var(--bj-hongse);
}
.xm-anniu-3{
background: var(--bj-cifuse);
}
.xm-anniu-4{
background: var(--bj-lvse);
}
.xm-anniu-5{
background: var(--bj-danlanse);
}


.xm-wx-tip{
display: inline-block;
width: calc(100% - 20px);
background: var(--bj-cifuse);
padding: 10px;
border-radius: 6px;
margin: .5rem 0 0 +10px;
color: var(--color-chunhei);
}
.xm-wx-tip:before {
  background: var(--bj-cifuse);
  border-radius: 50%;
  color: #404040;
  content: "i";
  font-size: 15px;
  height: 21px;
  line-height: 21px;
  margin-left: -23px;
  margin-top: 5px;
  position: absolute;
  text-align: center;
  width: 21px;
}

.xm-wx-tip-1{
  border-left: 3px solid var(--bj-chengse);
}
.xm-wx-tip-1:before {
  background: var(--bj-chengse);
  content: "i";
}

.xm-wx-tip-2{
  border-left: 3px solid var(--bj-fuse);
}
.xm-wx-tip-2:before {
  background: var(--bj-fuse);
  content: "\221a";
}

.xm-wx-tip-3{
  border-left: 3px solid var(--bj-lvse);
}
.xm-wx-tip-3:before {
 background:var(--bj-lvse);
 content:"\0040"
}

.xm-wx-tip-4{
  border-left: 3px solid var(--bj-danlanse);
}
.xm-wx-tip-4:before {
 background:var(--bj-danlanse);
 content:"\0021"
}

.xm-wx-tip-5{
  border-left: 3px solid var(--bj-hongse);
}
.xm-wx-tip-5:before {
 background:var(--bj-hongse);
 content:"\00D7"
}



.tpt-bar {
    display:flex;
    border-radius:6px;
    background:var(--bj-fuse);
    flex-wrap:wrap;
}
.tpt-bar > label {
    display:block;
    padding:0 1.5rem;
    height:38px;
    line-height:38px;
    cursor:pointer;
    order:1;
    position: relative;
    border-top: 0px solid #fff;
    border-radius: 0;
}

.tpt-bar > label::after {
  content: '';
}

.tpt-bar .tpt-bar-con {
    z-index:1;
    display:none;
    padding:1rem;
    width:100%;
    min-height:120px;
    background:var(--bj-cifuse);
    order:99;
}
.tpt-bar > input[type=radio] {
    position:absolute;
    opacity:0;
}
.tpt-bar > input[type=radio]:checked+label {
    z-index:1;
    border-radius:6px 6px 0 0;
    background:var(--bj-danlanse);
    color: #404040;
}

.tpt-bar > input[type=radio]:checked+label+.tpt-bar-con {
    display:block;
}



.xm-wx-ying{
background: var(--bj-cifuse);
  padding: 10px;
  margin: 10px 0;
  color: var(--color-chunhei);
  border-radius: 6px;
}



.comment-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bj-cifuse);
  z-index: 10;
}

.comment-overlay p{
  letter-spacing: .3rem;
  color: var(--color-huise);
}

.comment-overlay-login {
  text-align: center;
  font-size: 14px;
}


.sm-ffff{
  border-right: 2px solid var(--bj-zhuse);
  position: fixed;
  height: 20px;
  right: 35px;
  top: 0;
  cursor: pointer;
  text-align: center;
  line-height: 2rem;
}



.sm-Content-topa{
  background: #0000 !important;
  border-radius: 0px !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.sm-Content .sm-Content-topa .sm-txtx{
  background: var(--bj-cifuse);
  border-radius: 6px;
  margin-right: 10px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 0 1px 0 rgba(0, 0, 0, 0.5);
}



/*新的友链*/
.sm-cess{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
  margin: 10px 0;
}
.sm-cess .sm-linkc-body{
  display: flex;
  align-items: center;
  background: var(--color-huise);
  padding: 10px;
  border-radius: 6px;
  color: var(--color-baise);
}
.sm-cess .sm-linkc-zuo{
  width: calc(100% - 55px);
  margin-right: 15px;
}
.sm-cess .sm-linkc-you{
width: 50px;
  height: 50px;
}
.sm-cess .sm-linkc-you img{
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bj-zhuse);
}
.sm-linkc-zuo .sm-linkc-title{
  padding-bottom: 15px;
  line-height: 2;
}
.sm-linkc-zuo .sm-linkc-title a{
  text-decoration: underline var(--color-baise);
  text-underline-offset: 15px;
  color: var(--color-baise);
}
.sm-linkc-zuo .sm-linkc-ms{
line-height: 2;
}


/*新的评论*/
.sm-comment-input-title{
  position: relative;
  display: flex;
  flex: 1;
  border-radius: 6px;
  width: auto;
}

.sm-comment-input-title .comment-name{
white-space: nowrap;
  padding: 8px 1rem;
  border-radius: 6px 0 0 6px;
  background-color: var(--bj-fuse);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.sm-comment-input-title input {
  border-radius: 0 6px 6px 0;
  border: 1px solid var(--bj-fuse);
  width: calc(100% - 70px);
  padding: 10px;
}
/*新增宫格*/
.xm-img-2 {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-radius:6px;
  overflow: hidden;
  position: relative;
}

.xm-img-3 {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.xm-list-tu {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  max-height: 120px;
  position: relative;
}

.xm-list-tu img{
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  -webkit-transition: .2s;
  transition: .2s;
  margin: 0;
  
}

.xm-post-images {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: .5rem;
  max-width: 100%;
}


.xm-post-img span:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
.xm-post-img span:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
.xm-post-img span:nth-child(3) {
  grid-area: 2 / 3 / 3 / 4;
}
.xm-post-img span{
  position: relative;
}

.xm-post-images span img{

  display: block;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  border-radius: 6px;
  -webkit-transition: .2s;
  transition: .2s;
  object-fit: cover;
}


/*相关文章*/

.xm-xiangguan-list{
  padding: 15px;
  border-radius: 6px;
  border: 1px solid var(--bj-fuse);
  margin-bottom: 20px;
}
ul.xm-xiangguan-list-body{
list-style: none; /* 移除默认符号 */
    counter-reset: my-counter; /* 初始化计数器 */
}

ul.xm-xiangguan-list-body li {
    counter-increment: my-counter; /* 递增计数器 */
  }
ul.xm-xiangguan-list-body li::before {
    content: counter(my-counter) ". "; /* 显示计数器 */
    color: var(--color-hongse);
  margin-right: 5px;
  font-weight: bold;

  }


.xm-xiangguan-title{
  font-size: var(--font-size13);
  font-weight: normal;
  border-bottom: 1px dashed var(--bj-fuse);
  padding-bottom: 10px;
  margin-bottom: 10px;

}
.xm-xiangguan-title:last-child{
border-bottom: 0px dashed var(--bj-fuse);
padding-bottom: 0px;
margin-bottom: 0px;
}
.xm-xiangguan-list-title{
  font-weight: bold;
  font-size: var(--font-size14);
  border-bottom: 1px solid var(--bj-fuse);
  margin-bottom: 15px;
  padding-bottom: 15px;
}


.sm-weizhi{
  color: var(--color-huise);
  font-size: 13px;
  margin-top: 10px;
}

video {
    width: 100%; /* 宽度占满父容器 */
    max-width: 800px; /* 大屏幕最大宽度限制 */
    aspect-ratio: 16 / 9; /* 固定宽高比 */
    display: block; /* 避免内联元素的默认间隙 */
    margin: 0 auto; /* 水平居中 */
    background:var(--color-chunhei);
}



@media screen and  (max-width:520px) {
    video {
        max-width: 100%;
        min-height: 60vh;
    }
.sm-Content-body .xm-list-pairalbumc{
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.xm-gongge{
  column-count: 2;
}

.sm-comment-input-bottom{
  grid-template-columns: repeat(1,minmax(0,1fr));
}

}



@media screen and  (max-width:320px) {

.sm-Content-body .xm-list-album-box{
  padding-top: 120px !important;
}
.sm-Content-body .xm-list-album-box img{
  height: 120px !important;
}

.xm-gongge{
  column-count: 1;
}
}




@media screen and  (max-width:820px) {
    
#container .sm-header .sm-menu{
  width: calc(100% - 40px);
}

#container .sm-header .sm-menu {
  max-width: calc(100% - 40px);
}

#container{
margin: 0 auto;
}

#container .sm-mainContent {
  width: 100%;
  float: left;
}

#container .sm-sidebar {
  width: calc(100% - 8px);
  padding: 4px;
}

.lazimg{
  height: 150px;
}

iframe{
  width: 100%;
  height: 200px;
}



.sm-cess{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
}



}

.sm-Tbody {
    background:var(--bj-zhuse);
}

.sm-Content-body img {
    margin: auto;
    display: block;
}

