@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
    font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
    font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
    font-style: normal
}

ul,
ol,
menu {
    list-style: none
}

input,
button {
    border: none;
    outline: none;
}

fieldset,
img {
    border: 0
}

img,
object,
input,
textarea,
button,
select {
    vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "\0020"
}

textarea {
    overflow: auto;
    resize: vertical
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

mark {
    background-color: transparent
}

a,
ins,
s,
u,
del {
    text-decoration: none !important;
}

.un,
.un:link,
.un:visited,
.un:hover,
.un:active {
    text-decoration: none;
    color: inherit;
}

a:-webkit-any-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
}

sup,
sub {
    vertical-align: baseline
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}



body {
    font-family: "Microsoft Yahei", "微软雅黑", Arial, "SourceHanSansCN-Bold";
    color: #333;
    font-size: 14px;
    min-width: 1550px;
    background: #ffffff;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;

    font-size: 28px;
    font-family: SourceHanSansCN-Medium;
}


.w {
    width: 1550px;
    margin: auto;
}

.header {
    height: 100px;
}

.logo {
    width: 113px;
    height: 54px;
    float: left;
    margin-top: 23px;
}

.nav {
    float: left;
    margin-top: 29px;
    margin-left: 130px;
}

.nav ul li {
    float: left;
    margin: 0 1px;
}

.nav ul li a {
    display: block;
    padding: 0 10px;
    color: black;
}

.dengluBtn {
    height: 41px;
    float: right;
    margin-top: 30px;
    margin-right: 40px;
}


/*
.banner {
    width: 1920px;
    height: 681px;

    position: absolute;
    left: 50%;
    margin-left: -960px;
    left: 50%;
    transform: translate(-50%); 
} */

.example {
    width: 100%;
    height: 681px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
}


.ranking {
    position: fixed;
    /* 设置图像的position属性为fixed */
    bottom: 150px;
    /* 设置距顶部的距离 */
    right: 50px;
    /* 设置距左侧的距离 */
    z-index: 2000;
}

.rangkingL {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.rangkingBox {
    width: 1268px;
    height: 785px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url('../img/ranking/rankingBox.png');
}

.rankingClose {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 37px;
    top: 32px;
}

.rankingHint {
    width: 221px;
    position: absolute;
    font-size: 16px;
    color: #6f6f6f;
    left: 50%;
    transform: translate(-50%);
    bottom: 19px;
}

.rankingList {
    width: 1260px;
    height: 580px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%);
    overflow-x: hidden;
    overflow-y: scroll;
}

.rankingList::-webkit-scrollbar {
    width: 0;
    /* 设置滚动条的宽度为0 */
    background-color: transparent;
    /* 设置滚动条背景为透明 */
}

.rankingObg {
    width: 100%;
    height: 58px;
    position: relative;
}

.rankCon {
    height: 58px;
    align-items: center;
    display: flex;
    /* justify-content: space-between; */
}

.rnakPM {
    width: 184px;
    height: 36px;
    margin-left: 38px;
    position: relative;
}

.rankPWZ {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    font-size: 28px;
    text-align: center;
    color: #353535;
}

.shangjia {
    width: 180px;
    height: 46px;
    align-items: center;
    display: flex;
    margin-left: -40px;
}

.rkHead {
    width: 46px;
    height: 46px;
    border-radius: 180px;

   
}

.rkWZ {
    font-size: 20px;
    text-align: center;
    color: #353535;
    margin-left: 10px;
}

.rangkingMb {
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
}