* {
    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);
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.content {
    font-size: 18px;
    color: #222222;
    margin: 0 0 20px 0;
}