
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
@font-face {
  font-family: 'lianbi';
  src:  url('../font/subset-qiantubifengshouxieti.eot') format('embedded-opentype'),
    url('../font/subset-qiantubifengshouxieti.ttf') format('truetype'),
    url('../font/subset-qiantubifengshouxieti.woff') format('woff'),
    url('../font/subset-qiantubifengshouxieti.woff2')  format("woff2"),
    url('../font/subset-qiantubifengshouxieti.svg') format('svg');
}
ol, ul {
  list-style: none;
}
h4 {
  font-size: 20px;
  font-weight: 400;
}
#top-logo > h1 {
  color: rgb(176, 0, 0)!important
}
.background-img {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
}
.background-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_page {
  width: 100%;
  height: 63px;
  background-color: #242628;
  box-shadow: 0px 4px 14px 0px rgb(213 203 203 / 70%);
  text-align: center;
  position: relative;
  z-index: 999;
  -webkit-user-select: none;
}
.top_page > button {
    background-color: white;
    cursor: pointer;
    border: none;
}
.tabs-item > a {
    color: black;
    text-decoration: none;
}
.user-box > button {
    background: #ffffff00;
}
.user-box > button > a {
    color: white;
    text-decoration: none;
}
.user-box > button > a>span {
    font-size: 20px;
}
.top_page-main {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  height: 100%;
}

.top_page-main-logo, .top_page-main-logo-img {
  height: 100%;
  align-content: center;
}

.page {
  display: flex;
}

.tabs {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.tabs > li {
    margin: 10px;
}
.tabs > li >a{
    color: white;
    text-decoration: none;
}
.tabs > li > a:hover {
    color: white;
}
.item-main-1 {
  color: blue;
  font-family: inherit;
}
.user_name {
  color: white;
}
.search {
  height: 40px;
}

.search-box {
  display: flex;
  float: right;
  height: 40px;
}

.search-input {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border: none;
  outline: none;
  background: rgba(222,234,242,.4);
}

.search-button {
  width: 40px;
  height: 100%;
}

.user {
  display: flex;
  align-items: center;

  margin-left: auto;
  height: 100%;
  float: right;
  margin: auto;
}

.user-box {
  margin: 0 10px 0 10px;
}

.cut {
  border-right: 0.5px solid black;
  height: 80%;
}

.upload {
  width: 90px;
  height: 50px;
  float: right;
  cursor: pointer;
  color: white;
}

.upload-box {
    display: block;
  border-radius: 10px;
  background-color: rgb(46, 145, 231);
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: white;
  
}
/* -----------------------已登录----------------*/
.head_img {
  --size: 40px;
  width: var(--size);
  height: var(--size);
}
.head{
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.isLogin {
  display: flex;
  align-items: center;
}
.isLogin:hover {
  color: rgb(173, 0, 0);
}
.user-info {
  position: absolute;
  width: 150px;
  height: unset!important;
  border-radius: 20px;
  box-shadow: 0 5px 3px 0 rgba(213, 203, 203, 0.5);
  background-color: white;
  top: 50px;
  display: none;
}
.user_info_head {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center
}
.head_img_info {
  width: 50px;
  height: 50px;
  border-radius: 30px;
}
.level {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center
}
.level_background {
  width: 30px;
  background-color: #ef4444;
  border-radius: 5px;
}
.level_num {
  color: white;
  font-size: 10px;
}
.user_menu {
  text-align: start;
}
.user_menu_ch > a {
  margin: 5px 0;
  display: flex;
  align-items: center;
  color: black;
  text-decoration: none;

}

.out_search {
  position: absolute;
  width: 210px;
  border-radius: 4px;
  top: 35px;
  background-color: white;
  border: 0.5px solid rgb(5, 85, 84);
  translate: 11px 19px;
  cursor: pointer;
}

.out {
  position: relative;
  z-index: 999;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
}
.admin {
    width: calc(100% - 40px);
    height: 20px;
    background-color: black;
    display: flex;
    padding: 0 20px;
    justify-content: space-around;
    margin: 0;
}
.admin > li >a {
    color: white;
}
.read {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: red;
    color: white;
    align-content: center;
    text-align: center;
    font-size: 7px;
    margin-top: -10px;
}
.haveNoRead::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateX(142px) translateY(-10px);
    background-color: red;
}
#user_all_box:hover .user-info {
    display: block;
    animation: slideDown 0.3s ease-in-out;
}
#user_all_box:not(:hover) .user-info {
    display: none;
    animation: slideDown_rec 0.3s ease-in-out;
}
@keyframes slideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown_rec {
  0% {
    transform: translateY(0);
    opacity: 1;
    display: block;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
    display: none;
  }
}
.mobile_foot {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 39px;
    background-color: white;
    justify-content: space-between;
    z-index: 9;
    
}
/*---视频块样式---end*/
.notice_ {
  padding: 10px;
  border-radius: 10px;
  background-color: #2f2727;
  font-size: 20px;
  color: white;
  position: fixed;
  z-index: 9999999999999999;
  top: calc(10% - 10px);
  left: calc(50% - 50px);
  text-align: center;
  animation: notice_display;
  animation-duration: 4s;
}
@keyframes notice_display {
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.mobile_foot >li>a::before {
    font-size: 25px;
}
.icon-page_main::before{
    content: "\e900";
}
.icon-money::before{
    content: "\e90b";
}
.icon-list::before {
    content: "\e9bb";
}
.icon-qq-bot::before{
    content: "\e901";
}
.icon-my::before{
    content: "\e971";
}
.mobile_foot >li >a{
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: black;
    text-decoration: none;
}
.tabs > li > a::before{
  font-size: 20px!important;
  color: black!important;
}
@media (max-width: 1500px) {
  .top_page-main {
    width: 100%;
  }
}
@media (max-width: 1062px) { 
    #temp, #temp2 {
        display: none;
    }
    .top_page{
        height: 50px;
    }
    .page {
        display: none;
    }
    .mobile_foot {
        display: flex;
    }
    html, body {
        margin-bottom: 39px;
    }
}
@media (max-width: 650px) {
    .userName{
        font-size: 10px;
    }
    .isLogin {
        display: block;
    }
    .haveNoRead::after {
        transform: translateX(12px) translateY(-48px);
    }
}
@media (max-width: 540px) {
    .search-input {
        width: 70px;
    }
}
@font-face {
  font-family: 'icomoon';
  src:  url('../font/fonts/icomoon.eot?ezz7ko');
  src:  url('../font/fonts/icomoon.eot?ezz7ko#iefix') format('embedded-opentype'),
    url('../font/fonts/icomoon.ttf?ezz7ko') format('truetype'),
    url('../font/fonts/icomoon.woff?ezz7ko') format('woff'),
    url('../font/fonts/icomoon.svg?ezz7ko#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-probot:before {
  content: "\e901";
  color: #00b0d8;
}
.icon-home:before {
  content: "\e900";
}
.icon-droplet:before {
  content: "\e90b";
}
.icon-user:before {
  content: "\e971";
}
.icon-list2:before {
  content: "\e9bb";
}
