body {
    font: 14px/1.5 Helvetica;
    color: #333;
    min-width: 1190px;
    height: 100%;
    width: 100%;
}

.w-container {
    width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #333;
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
    clear: both;
}

.hidden {
    opacity: 0;
    display: none;
}

._hidden {
    display: none;
}

.banner-small-img-list:hover .small {
    background-color: rgba(0, 0, 0, 0.2);
    color: #f9faf9;
}

.chosen_background-color {
    background-color: #d6291d !important;
}

.chosen_ranktab {
    background-color: #d6291d !important;
    color: #fff !important;
}


/* .chosen_redius{
  color: #fff;
  background: #D6291D;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
} */

.chosen_color {
    color: #d6291d !important;
}

.transparent {
    opacity: 1;
    transition: 0.3s opacity;
}

.transparent:hover {
    opacity: 0.8;
}


/* 标题样式 */


/* .title{
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  left: 20px;
  top: 10px;
}

.title i {
  font-weight: normal;
  font-size: 24px;
  transition: 0.2s color;
}

.title:hover i {
  color: #D6291D;
} */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/***********************回到顶部***************************/

/*up-back*/

.up-back {
    background: #ECF0F1;
}

.down-back {
    background: #BDC3C7;
    color: #fff;
}
.Searchpaging{
    display: flex;
    margin-top: 30px;
    justify-content: end;
}
.Searchpaging .paging{
    margin:0;
}
.abbreviate {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 显示的行数 */
    height: 63px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.topbar-wrapper{
    margin-top: 30px;
}
.modal-backdrop {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5); /* 黑色半透明背景 */
 z-index: 1; /* 确保遮罩层在内容之上 */
}
/* 底部样式 */
.footerBox .footerBoxTitle{
    font-size: 20px;
}
.footerBox {
    margin-top: 20px;
}
.footerBox .footerBoxiphon{
    margin-top: 10px;
}
/* 底部样式 */
.UserCenteBox{
    position: relative;
}

.UserCente {
    display: none;
    position: absolute;
    width: 100px;
    font-size: 14px;
    /* background: red; */
    left: -105px;
    top: 10px;
    text-align: right;
    color:#2df098;
}
.UserCenteBox:hover .UserCente {
    display: block;
}
.backtoTop {
    clear: both;
    /* height: 60px; */
    width: 40px;
    position: fixed; //绝对定位
    padding: 5px 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /*z-index: 9999;*/
    /*避免闪烁*/
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    /*避免闪烁*/
    border-radius: 5px;
    /* overflow: hidden; */
    background: #f5f5f5;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    color: #9c9c9c;
}
.UserCenteBox:hover  i{
    color: #2df098
}