* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background: #131313; */
    /* border: #dde1e7 dashed 1px; */
    /* background-color: azure; */
}
body {
    background: #131313;
}

a{
    text-decoration: none;
}

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

span {
    color: #ffffff;
    display: flex;
    align-items: center;
}


/* .page {
    position: relative;
    width: 1260px;
    height: 822px;
    background:#212326;
    background-size: 100% auto;
    margin: 0 auto;
} */

.main{
    width: 1260px;
    height: 822px;
    background: #131313;
    overflow: hidden;
    margin: 0 auto;
    /* box-sizing: border-box; */
}

.content-inner{
    height: 100%; overflow-x:hidden;
    padding:10px;
}
/* .list_box {
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    overflow:hidden;
} */
/* .scrollbar-v {
    position:absolute;
    top:0;
    right:0;
    z-index:99;
    width:16px;
    height:100%;
    background:0;
    border-radius:0;
    border:0;
    line-height:0;
    overflow:hidden;
}
.scrollbar-v .handle {
    position:relative;
    height:70px;
    width:100%;
    border-radius:8px;
    background-color:#666;
    background-color:rgba(255,255,255,0.2);
    cursor:pointer;
} */

.header1{
    position: relative;
    height: 60px;
    width: 100%;
}
.header1 .logo{
    position: absolute;
    padding: 9px 0px;
}
.header1 img{
    float: right;
    padding: 10px 0 10px 10px;
}

.header2{
    position: relative;
    height: 78px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header2-left{
    display: flex;
    align-items: center;
}
.header2-left::before{
    content: url("../sw25/pic/Frame0.png");
}

.header2-right{
    display: flex;
    align-items: center;
}
.header2-right::before{
    content: url("../sw25/pic/localPosition.png")
}

.header2-right a{
    color: #ffffff;
}

.header3{
    height: 88px;
    display: flex;
    align-items: center;
}

.header3 span::before{
    content: url("../sw25/pic/Frame1.png");
}


.nav1-list{
    width: 214px;
    height: 424px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around;
    align-items: center; */
    margin: -5px 0px;
}
.nav1-card{
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262626;
    margin: 0 4px;
    border-radius: 6px;
}
.nav1-card.selected{
    background: rgba(255,246,197,0.2500);
}

.nav1-card-inner{
    width: 60px;
    height: 60px;
    opacity: 1;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.nav1-card-co{
    width: 80px;
    height: 80px;
    background-color: gray;
    position: absolute;
    top: -20px;
    left: -20px;
}

.nav1-card img{
    margin: 5px;
    width:50px
}

.content1 .imgbox{
    position: relative;
    cursor:pointer;
}

.content1 .imgbox img{
    width: 520px;
    height: 100%;
    object-fit: cover;
}

.content1 .imgbox div{
    position:absolute;
    bottom: 10px;
    right: 10px;
    width: 260px;
    height: 42px;
    background: rgba(0,0,0,0.8000);
    border-radius: 21px 21px 21px 21px;
    opacity: 1;
    text-align: center;
    line-height: 42px;color: #FFFFFF;
}

.left-content1{
    display: inline-block;
    height: 424px;
    width: 214px;
}
.right-content1{
    height: 424px;
    width: 1050px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.right-content1 a{
    width: 200px;
    height: 200px;
    border-radius: 6px;
}

.content2{
    height: 650px;
    display: flex;
    justify-content: space-between;
}

.content3{
    width: 1240px;
    height: 90px;
    background: #272727;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.content3 nav{
    width: 1240px;
    height: 90px;
    background: #272727;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

.channal{
    padding: 10px 10px;
    width: 400px;
    height: 645px;
    background: url(./pic/bg.png) no-repeat;
    background-size: contain;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

.channal .channal-header{
    height: 77px;
}
.channal .channal-header img{
    width: 150px;
    height: 49px;
    display: block;
    margin: auto;
}

.channal .channal-contain{
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.channal .channal-bottom{
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: space-around;
    color: #FFD178;
}

.channal .channal-bottom a{
    color: inherit;
}


/* 9.9区域card样式 */
.Bannerlistcard {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    cursor: pointer;
}
.Bannerlistcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Bannerlistcard img:hover {
    transform: scale(1.1);
}
.careername {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 28px;
    text-shadow: 0px 1px 0px #FFADDF;
    top: 60px;
    left: 45px;
    transform:rotate(-8deg)
}

.Bannerlistcard .header{
    position: absolute;
    bottom: 30px;
    right: 4px;
}
.Bannerlistcard .header .voice-box2{
    width: 73px;
    height: 26px;
    background: url('./pic/voice.png') no-repeat;
    background-size: cover;
}

.Bannerlistcard .bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 6px 12px;
    height: 30px;
    background: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Bannerlistcard .bottom .nickname{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Bannerlistcard .bottom .price {
    display: flex;
    font-size: 12px;
}
.Bannerlistcard .bottom .price span:nth-child(1){
    display: flex;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #FFC804;
}


/* 广告区域样式 */
.logolistcard{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 52px;
    height: 67px;
}

.logolistcard img{
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.logolistcard div{
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #666;
}
::-webkit-scrollbar-thumb:vertical:active {
    background-color: #333;
}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}

#wg-recommend-list-title-img{
    display: block;
    border-radius: 6px 6px 6px 6px;
    margin: 42px auto 0;
    width: 92px;
    height: 92px;
    background: #FFFFFF;
}