h1{
    font-size: 21px;
    font-weight: 600;
}
h3{
    font-size: 17px;
    font-weight: 600;
}
h2{
    font-size: 19px;
    font-weight: 600;
}
.qq_pc{
    width:50px;text-align:center;font-size:16px;color:red;position:absolute; top:300px;cursor:pointer;z-index: 10000;
}
.qq_m{
    width:50px;text-align:center;font-size:16px;color:red;position:absolute; right:0;top:300px;cursor:pointer;z-index: 10000;
}
.entry-content img{
height:auto !important;
}

@media only screen and (min-width: 640px) {
    .entry-content img{width:600px !important}
    .setting_image>span>img{
        width:225px !important;
        height:225px !important;
    }
}

@media only screen and (max-width: 640px) {
    .setting_image>span>img{
        width:141px !important;
        height:141px !important;
    }
}
/*p>span{*/
/*    font-size: 14px !important;*/
/*}*/
/*p>a{*/
/*    font-size: 14px !important;*/
/*}*/

@media only screen and (min-width: 767px){
    .website-new-article{
        display: none;
    }
    .bottom-fixed {
        display: none !important;
    }
}

.setting-flex{
    display:flex;
}
.setting-flex p{
    margin-top:0px;
}
.setting-flex span{
    line-height:1.9;
}
.ad-tag-a{
    display: block !important;
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    border-radius: 16px;
}
.ad-tag-b{
    background: rgba(0,0,0,.3);
    z-index: 2;
    color: #fff;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
}
.ad-detail {
    left: 28px;
    cursor: pointer;
}
.ad-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
}
.ad-close {
    right: 0;
    cursor: pointer;
}
.ad-tc-content{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 330px;
    display: none;
    line-height: 22px;
    padding: 20px;
    font-size: 14px;
    transform: translate(-50%,-50%);
    background: #fff;
    border: 3px solid #ff0000;
    border-radius: 3px;
}
.ad-tc-close{
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    cursor: pointer
}
@media only screen and (min-width: 767px){
    .suggested .m-display:nth-last-child(n+7){
        display: none !important;
    }
    .m-article-author-click {
        display: none;
    }
    .pc-none{
        display: none !important;
    }
}
@media only screen and (max-width: 767px){
    .m-none{
        display: none !important;
    }
    .suggested .entry-title{
        font-size: 16px !important;
    }
    .single-breadcrumbs{
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .article-author-click {
        display: none !important;
    }
    .article-author {
        color: #ff3b3b;
    }
}
.article-author-click {
    cursor: pointer;
    float: left;
    margin: -4px 9px 0  -6px;
    padding: 5px 5px;
    background: red;
    color: #ffffff;
    border-radius: 7px;
}
.right-fixed-container {
    position: fixed;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    z-index: 9999;
}
