/* your styles go here */
/* Example site test */

/* 博客样式 */
#post-content {
    text-indent: 2em;
    line-height: 2;
}


.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}


 body {
     font-family: "noto", sans-serif !important;
 }


/*主菜单字体*/
.dropdown a{
    font-size: 16px !important;
}

/*子菜单字体*/
.navbar .yamm-content ul li a{
    font-size: 14px !important;
}

/*子菜单字体*/
.dropdown-menu a{
    font-size: 14px !important;
}


/*博客图片宽度100%*/
#blog-post #post-content img{
  width: 100% !important;

}

/*底部微信公众号图片弹出*/
#wx-qr {
    display:none;
    position: absolute;
    bottom: 40px;
}

#wx-sales-qr {
    display:none;
    position: absolute;
    bottom: 40px;
}