* {
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
body {
    background-color: black;
    font-size: 14px;
    min-width: 1200px;
    color: #ffffff;
}
/* a{transition:all .5s linear;} */
/* a:hover{transform:scale(1.1);} */
.clearfloat {
    clear: both;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.db {
    display: block;
}

input,
textarea {
    color: #fff;
}



.ovhidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.ovhidden4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}

.ovhidden4 {
    -webkit-line-clamp: 4;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

img {
    vertical-align: middle;
}

.btn {
    background: none;
    outline: none;
    border: 0;
}

.btn:disabled {
    border: 1px solid #292929;
    background: #1a1a1a;
    color: #999;
}

.ml4 {
    margin-left: 4px;
}

.top-bg {
    background: #0a0a09 url(../img/top_bg.jpg) no-repeat top center;
}

.headerClass {
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.naverBox {
    display: flex;
    justify-content: space-around;
    width: 600px;
    height: 60px;

}

.naver-item {
    height: 60px;
    line-height: 60px;
}

.reRight {
    position: relative;
    display: flex;
    height: 36px;
    align-items: center;
}

.reRight input {
    color: #ffffff;
    border-width: 0px;
    padding: 0 50px 0 15px;
    width: 240px;
    height: 36px !important;
    background: inherit;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;

}

.header-left {
    display: flex;
    align-items: center;
}

.naverBox {
    margin-left: 50px;
}

.header-right {
    display: flex;
    align-items: center;
}

.reRight .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
}

.search-btn img {
    width: 14px;
    height: 14px;
}

.header-right .loginSpan {
    margin-left: 30px;
}

.yuan1 {}

.yuan3 {
    position: relative;
    width: 100px;
    height: 30px;
    margin-left: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #eace9e;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.yuan3:hover .shareIndex {
    display: block;
}

/* 分享 */
.shareIndex {
    display: none;
    background-color: #1a1a1a;
    padding: 10px;
    width: 220px;
    border-radius: 25px;
    position: absolute;
    z-index: 99999;
    left: -65px;
    top: 29px;
}

li {
    list-style: none;
}

.inforR2w {
    background-color: #141414;
}

.nextClass {
    padding: 10px 10px 20px 10px;
    background-color: #141414;
    margin-top: 20px;
}

.nextClass2 {
    color: #a7a7a7;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.naver-item {
    cursor: pointer;
}

.active-item {
    color: #eace9e;
}



.touspan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.touspan span {
    color: #a7a7a7;

}

.flexB {
    display: flex;
    justify-content: space-between;

}

.curs {
    cursor: pointer;
}

.flexM1 {
    flex: 1;
}

.yuan2 {
    width: 16px;
}

.yuan1 {
    height: 35px;
}

.inforT img {
    border-radius: 50%;
}

.naver-item a {
    font-size: 16px;
}

.mask-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    /* opacity: 0.3; */
    position: relative;
    z-index: 0;
}

.login-warp {
    opacity: 1;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.input-text {
    border-radius: 3px;
}

.imgP {
    font-size: 16px;
}

.font-size16 {
    font-size: 16px;
}

.imgS {
    line-height: 23px;
}

.imgS2 {
    line-height: 23px;
}

.lib1 {
    line-height: 23px;
}

.liB {
    margin: 20px 0;
    display: flex;
}

/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
/* body::-webkit-scrollbar {
    display: none;
} */

::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
    height: 10px;
    /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    /* background-color: rgb(241, 241, 241); */
    background-color: #000000;
    border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(193, 193, 193);
}

/*定义两端按钮的样式*/
/* ::-webkit-scrollbar-button { */
/* background-color:cyan; */
/* } */

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loading img {
    width: 40px;
}

.loading span {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}

.alert {
    width: 100%;
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: center;
}

.alert-in {
    max-width: 70%;
    padding: 5px 20px;
    font-size: 14px;
    color: #666;
    background: rgba(255, 255, 255, .7);
    border-radius: 10px;
    -webkit-animation: zoomIn .5s cubic-bezier(0.39, 0.66, 0.57, 1) .1s 1 backwards;
    z-index: 1000;
}

/* @media screen and (max-width: 1619px) {
    .headerClass{
        width: 950px;
    }
} */

.small-img{
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
    /* height: 36px;
    width: 36px;
    border: 1px solid ; */
}
.small-bgc{
    background: linear-gradient(90deg, rgba(230, 193, 132, 1) 0%, rgba(255, 237, 208, 1) 100%);
}
.small{
    padding: 24px;
    width: 360px;
    background-color: rgba(20, 20, 20, 1);
    border: 1px solid rgba(31, 31, 31, 1);
    border-radius: 4px;
    position: absolute;
    top: 58px;
    right: 97px;
    display: none;
}
.small-tit{
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    font-weight: 600;
}
.small-text{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 22px;
}
.small-bot{
    margin-top: 10px;
    font-weight: 600;
}
.span-go{
    cursor: pointer;
    color: rgba(235, 202, 145, 1);
    margin-left: 10px;
}
.small::before{
    width: 0;
    height: 0;
    border-bottom:6px solid rgba(20, 20, 20, 1);
    border-top:6px solid transparent;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    display: block;
    content:'';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
    z-index: 4;
}
.small::after{
    width: 0;
    height: 0;
    border-bottom:7px solid rgba(31, 31, 31, 1);
    border-top:7px solid transparent;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    display: block;
    content:'';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    z-index: 3;
}
.svg-x{
    width: 35px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}