* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
}

html,
body {
    -webkit-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    text-size-adjust: none !important;
}

html {
    width: 100%;
    height: 100%;
}

#frame1 {
    width: 100%;
    height: 200%;
    /* min-height: 100%;
    max-height: 200%; */
}

html {
    font-size: 1em;
}

@media(min-width:576px) {
    html {
        font-size: 1.25em;
    }
}

@media(min-width:768px) {
    html {
        font-size: 1.5em;
    }
}

@media(min-width:992px) {
    html {
        font-size: 1.75em;
    }
}

@media(min-width:1200px) {
    html {
        font-size: 2em;
    }
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
}


/* 正在点击的链接，鼠标在元素上按下还没有松开*/

a:active {
    text-decoration: none;
}


/* 获得焦点的时候 鼠标松开时显示的颜色*/

a:focus {
    text-decoration: none;
}

p {
    margin: 0;
}

.lineB {
    color: #ebe0ce;
    height: 1px;
    /* width: 62.5%; */
    width: 73%;
    position: absolute;
    bottom: 89px;
    left: 13.5%;
    right: 13.5;
    /* opacity: 1; */
    margin: 0;
}

.bg {
    position: relative;
    padding: 0;
}

.fixedTop {
    padding: 0;
    margin-top: 20px;
}

.iconCol {
    width: clamp(60px, 15%, 190px);
    display: block;
}

.iconCol>img {
    height: auto;
    cursor: pointer;
}

.dropdown {
    width: 24%;
    max-width: 152px;
    display: inline-block;
}

.dropdownMenu {
    background-color: #999999;
    color: #fff;
    font-size: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}

.dropdownMenu:hover {
    cursor: pointer;
    background-color: #666666;
}

.headList {
    font-size: 0;
}

.headList>li {
    font-size: 0;
}

.headList>li>a {
    font-size: 14px;
}

.searchCol {
    padding: 16px 0;
}

.searchCol>a {
    font-size: 20px;
    color: #000000;
}

.searchCol>a:hover {
    color: #b01716;
}

.searchCol>* {
    margin-left: clamp(20px, 8%, 50px);
}

.dropdown>img {
    position: absolute;
    right: 0;
    bottom: 50%;
    margin-bottom: -8px;
    cursor: pointer;
}

.thisPage {
    color: #b01716 !important;
}

.iconUse {
    position: relative;
}

.searchContent {
    cursor: default;
    width: 100%;
    display: inline;
    outline: none;
    border: none;
    border-bottom: 1px solid #b01716;
    font-size: 18px;
}

.hotSearch>li>a {
    font-size: 14px;
    color: #333333;
}

.hotSearch>li:nth-child(1)>a {
    color: #cccccc;
    font-size: 16px;
}

.loginCol {
    display: none;
    align-items: center;
    justify-content: right;
    padding: 0;
}

.loginBtn,
.logonBtn {
    width: 100px;
    height: 36px;
    font-size: 16px;
    border: none;
    display: inline-block;
}

.mbLoginBtn {
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    line-height: 100%;
    font-size: 14px;
    color: #79bbff;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
}

.loginBtn {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 35px;
}

.logonBtn {
    color: #ffffff;
    background-color: #b01716;
    border-radius: 18px;
}

.loginBtn:hover,
.logonBtn:hover {
    opacity: 0.5;
    cursor: pointer;
}

.avatarCol {
    position: relative;
    display: none;
    text-align: right;
}

.showImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


/* .showImg:hover+.userInfo {
    display: block;
} */

.userInfo {
    width: 260px;
    position: absolute;
    /* left: 50%;
    margin-left: -130px; */
    right: 0;
    top: 100%;
    background-color: #fff;
    display: none;
    z-index: 1000;
}


/* .userInfo:hover {
    display: block;
} */

.nameAndCol {
    flex-wrap: nowrap;
    width: 100%;
    height: 82px;
    background: url('../images/avatarBG.png') no-repeat;
    margin: 0;
}

.nameAndCol>div {
    display: inline-block;
}

.nameCol {
    text-align: left;
    font-size: 0;
    margin-top: 21px;
    display: flex;
    align-items: center;
}

.avatarA {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 32px;
    margin-top: 21px;
}

.name {
    font-size: 16px;
    margin-right: 40px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 50px;
}

.edicIcon {
    width: 11px;
    height: 11px;
}

.editCol {
    display: flex;
    align-items: center;
    justify-content: end;
}

.editCol>a {
    font-size: 14px;
    color: #000000;
}

.num {
    text-align: left;
    font-size: 14px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 80%;
}

.userHomeCol,
.settingCol,
.logoutCol {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 45px;
    display: flex;
    align-items: center;
}

.userHomeCol {
    margin-top: 6px;
}

.logoutCol {
    margin-bottom: 14px;
}

.userHomeCol>div,
.settingCol>div,
.logoutCol>div {
    display: flex;
    align-items: center;
}

.userHomeCol>div>a,
.settingCol>div>a,
.logoutCol>div>a {
    font-size: 16px;
    color: #666666;
}

.topLine {
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
    margin-top: 10px;
    margin-bottom: clamp(10px, 5%, 50px);
}

.bgL {
    padding: 0;
    margin: 0;
}

.lunboCol {
    position: relative;
    margin-bottom: 10px;
}

.carousel-indicators>.switchImg {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
}

.carousel-indicators>.switchImg:nth-child(1) {
    right: 54px;
}

.carousel-indicators>.switchImg:nth-child(2) {
    right: 42px;
}

.carousel-indicators>.switchImg:nth-child(3) {
    right: 30px;
}

.carousel-indicators {
    margin: 0;
    width: 100%;
    /* height: 13%; */
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

.lunboImg {
    position: relative;
}

.lunboText {
    font-size: 16px;
    position: absolute;
    left: 21px;
    bottom: 7.5px;
    color: #fff;
    z-index: 9999;
}

.allEssay {
    max-width: none;
}

.essay {
    margin: 0;
    padding: 0;
    /* padding-left: 0;
    padding-right: 0;
    padding-top: 38px;
    padding-bottom: 38px; */
    color: black;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
    max-width: none;
}

.essayPic {
    padding: 0;
    text-align: center;
    background-color: #000000;
    margin-right: clamp(10px, 5.5%, 45px);
    margin-top: clamp(15px, 5%, 20px);
    position: relative;
    overflow: hidden;
}

.essayPic>img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.playVideo {
    width: 46px !important;
    height: 46px !important;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 50%;
    margin-left: -23px;
}

.essayOther {
    padding: 0;
    margin: 0;
    margin-top: clamp(15px, 5%, 20px);
}

.title {
    padding: 0;
}

.title>a {
    display: inline-block;
    color: #333333;
    max-width: 90%;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.type {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.type>p {
    font-size: 14px;
    color: #ffffff;
    background-color: #ff4d4f;
    float: right;
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.content {
    padding: 0;
    font-size: 88.88%;
    color: #999999;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.fromCol {
    padding: 0;
    display: flex;
    align-items: flex-end;
    margin-bottom: clamp(15px, 5%, 20px);
}

.essayUser {
    margin-right: 10px;
}

.essayUser,
.from,
.essayTime {
    font-size: 14px;
    color: #4d4d4d;
    display: inline;
}

.essayTime {
    color: #9d9d9d;
    /* margin-left: 20px; */
}

.likeColF {
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-bottom: clamp(15px, 5%, 20px);
}

.likeCol {
    display: flex;
    align-items: center;
    justify-content: end;
    min-width: 85px;
}

.likeCol>img {
    margin-right: 8px;
}

.likeCol>p:nth-child(2) {
    margin-right: 16px;
}

.likeCol>p {
    display: inline-block;
    color: #333333;
    font-size: 14px;
}

.moreEssay {
    width: 100%;
    text-align: center;
    margin-top: clamp(10px, 6%, 50px);
}

.load {
    color: #676767;
    background: none;
    border: none;
}

.load:hover {
    color: #000000;
}

.bgR {
    padding: 0;
    padding-left: 20px;
}

.userBtn {
    width: 23.77%;
    height: 36px;
    line-height: 36px;
    margin-top: 29px;
    margin-bottom: 78.5px;
    position: absolute;
    top: 0;
    right: 0;
}

.usersPush {
    width: 100%;
    height: auto;
}

.pushText {
    font-size: 50%;
    color: #616161;
    display: inline-block;
    vertical-align: top;
}

.usersPushCol {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    display: flex;
}

.usersPushCol>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.usersPushCol>div {
    flex-grow: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.usersPushCol>div>p:nth-child(1) {
    color: #221f1f;
    font-size: 14px;
}

.usersPushCol>div>p:nth-child(2) {
    color: #a6a6a6;
    font-size: 12px;
}

.usersPushCol>p {
    font-size: 13px;
    color: #b01716;
    display: flex;
    align-items: start;
}

.essayPush,
.talkPush {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.talkPushCol {
    margin: 7px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #E0E0E0;
}

.talkPushCol:nth-child(1) {
    margin-top: 14px;
}

.essayPushCol:nth-child(1) {
    margin-top: 14px;
}

.essayPushCol {
    padding-bottom: 7px;
    margin-top: 7px;
    border-bottom: 1px solid #E0E0E0;
}

.essayTitleP,
.talkTitle,
.replyTitle {
    color: #151515;
    font-size: 50%;
}

.essayContentP,
.talkContent,
.replyContent {
    color: #bfbfbf;
    font-size: 43.75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

/* 轮播图适配 开始*/

@media (min-width: 0px) {
    .lunboImg {
        height: 160px;
    }
}

@media (min-width: 768px) {
    .lunboImg {
        height: auto;
    }
}

@media (min-width: 0px) {
    .lunboImg>img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .lunboImg>img {
        height: auto;
        object-fit: none;
    }
}


/* 轮播图适配 结束*/


/*文章图片父元素*/

@media (min-width: 0px) {
    .essayPic {
        width: inherit;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .essayPic {
        width: 222px;
        margin-bottom: clamp(15px, 5%, 20px);
    }
}

@media (min-width: 0px) {
    .bgL {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .bgL {
        padding-right: clamp(5px, 2.5%, 20px);
    }
}