/* 
	Theme Name: Modown Child
	Theme URL: http://www.mobantu.com/7191.html
	Description: WordPress资源下载主题 子主题 你可以自由美化、二开
	Author: 模板兔
	Author URI: http://www.mobantu.com
	Template: modown
	Version: 1.0
*/
.article-post-minibox img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    float: left;
    margin-left: -95px;
}
.sign .logo-login {
    width: auto;
    height: 60px;
    z-index: 9;
    position: relative;
}
.loginbox h2 img {
    width: 270px;
    height: auto;
    border: none;
    border-radius: 0%;
}
/*二级菜单专属CSS*/
.font-h {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(https://docs.zzd1.com/static/hot.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
}
/*自定义字体*/
/*
@font-face{
font-family:"zzd1-com.ttf";
src: url('/static/Font/zzd1-com.ttf');
}
div {
font-family: "zzd1-com.ttf";
}
span{
    font-family: "zzd1-com.ttf";
}
a{
    font-family: "zzd1-com.ttf";
}
textarea {
    font-family: "zzd1-com.ttf";
}
button {
    font-family: "zzd1-com.ttf";
}*/
/*自定义字体结束}*/
/*自定义ICO结束}*/
.webicon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/*自定义ICO结束}*/

.user-gridlist .item img {
    width: 100%;
    height: 150px;
    border-radius: var(--theme-radius);
    object-fit: cover;
}

@media (max-width: 1535px) {
    .container, .single .main .container {
        max-width: 1300px !important;
    }
}