body{
    background: #F7F8F9;
}
.container .nav-content .nav-tab .nav-box .tab{
    color: #fff;
}

.container .nav-content .nav-tab .nav-box .tab-text{
    color: #fff;
}


.container .nav-content ul li{
    color: rgba(255,255,255,0.7);
}

.container .nav-content ul li.active,.container .nav-content ul li.active a{
    color: #fff;
}

.container .nav-content ul li a{
    color: rgba(255,255,255,0.7);
}

.container .nav-content ul li div{
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.7);
}

.container .nav-content ul li div span{
    color: #fff;
}

.head{
    width: 1920px;
    height: 610px;
    background:url(../image/index/head-bg.png) no-repeat;
    background-size:100% 100%;
    position: relative;
    margin: 0 auto;
}

.head .tab-icon{
    position: absolute;
    top: 252px;
    right: 521px;
    width: 400px;
    height: 212px;
}

.tab-cont{
    font-weight: 600;
    font-size: 38px;
    color: #333333;
    text-align: center;
}

.lookup-content{
    width: 1052px;
    height: 94px;
    background: #FFFFFF;
    border-radius: 14px;
    margin: 0 auto 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 54px;
}

.lookup-content .icon1{
    width: 38px;
    height: 43px;
    margin-right: 12px;
}

.lookup-content .lookup-text{
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    padding-right: 42px;
}
.lookup-content .choice-box{
    position: relative;
}

.lookup-content .choice-box .choice-text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D1CED7;
    margin: 0 12px;
}

.lookup-content .choice-box .choice-text .sign-name{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.lookup-content .choice-box .choice-text .arrow{
    width: 14px;
    height: 8px;
    margin-left: 10px;
}

.drop-down{
    width: 100px;
    max-height: 100px;
    overflow-y: scroll;
    background: #fff;
    position: absolute;
    top: 46px;
    left: 12px;
    z-index: 2;
    display: none;
    border-radius: 4px;
}

.drop-down .list{
    height: 35px;
    width: 100px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drop-down .list.active{
    background: #D1CED7;
}

.lookup-btn{
    width: 120px;
    height: 46px;
    background: linear-gradient( 270deg, #6F77FF 0%, #C1A3FF 100%);
    border-radius: 23px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 378px;
}

.lookup-btn .icon2{
    width: 21px;
    height: 22px;
    margin-right: 10px;
}

.rank-list{
    width: 1077px;
    margin: 0 auto 80px;
}

.rank-list .list-cont{
    display: flex;
    flex-wrap: wrap;
}

.rank-list .list-cont .list-box{
    width: 515px;
    height: 176px;
    margin: 0 11px 32px;
    position: relative;
}

.rank-list .list-cont .list-box .list-info{
    width: 515px;
    height: 176px;
    background:url(../image/index/list-bg.png) no-repeat;
    background-size:100% 100%;
    display: flex;
    justify-content: flex-start;
}

.rank-list .list-cont .list-box .user-img{
    width: 154px;
    height: 176px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 16px;
}
.list-cont .list-box .user-cont{
    padding-top: 16px;
    margin-right: 30px;
}

.list-cont .list-box .user-cont .name{
    font-weight: 500;
    font-size: 24px;
    color: #252525;
}

.list-cont .list-box .user-cont .name span{
    font-weight: 400;
    font-size: 20px;
    color: #6C6C6C;
    padding-left: 16px;
}

.list-cont .list-box .user-cont .user-info{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding: 6px 0 10px;
}

.list-cont .list-box .user-cont .user-text{
    width: 203px;
    height: 72px;
    font-weight: 400;
    font-size: 18px;
    color: #6C6C6C;
    line-height: 24px;
    text-align: justify;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-cont .list-box .list-btn{
    width: 112px;
    height: 44px;
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 2;
}

.page-box{
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.page-box .page-num{
    width: 42px;
    height: 42px;
    background: #EDEDEE;
    border-radius: 4px;
    margin: 0 6px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-box .page-num.active{
    color: #FFFFFF;
    background: linear-gradient( 270deg, #6F77FF 0%, #C1A3FF 100%);
}

.state-content{
    width: 1170px;
    margin: 80px auto 112px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.state-content .state-box{
    width: 332px;
    height: 376px;
    background: #F3F3F3;
    border-radius: 10px;
    margin: 0 19px 24px;
}

.state-content .state-box .state-top{
    width: 332px;
    height: 266px;
    position: relative;
}

.state-content .state-box .state-top .state-tip{
    width: 98px;
    height: 40px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px 0px 10px 0px;
    font-weight: 500;
    font-size: 20px;
    color: #F0609F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.state-content .state-box .state-text{
    width: 296px;
    font-weight: 500;
    font-size: 22px;
    color: rgba(51,51,51,0.9);
    line-height: 34px;
    margin: 23px auto 0;
}

.state-content .state-box .state-top1{
    background:url(../image/index/img1.png) no-repeat;
    background-size:100% 100%;
}
.state-content .state-box .state-top2{
    background:url(../image/index/img2.png) no-repeat;
    background-size:100% 100%;
}
.state-content .state-box .state-top3{
    background:url(../image/index/img3.png) no-repeat;
    background-size:100% 100%;
}
.state-content .state-box .state-top4{
    background:url(../image/index/img4.png) no-repeat;
    background-size:100% 100%;
}
.state-content .state-box .state-top5{
    background:url(../image/index/img5.png) no-repeat;
    background-size:100% 100%;
}
.state-content .state-box .state-top6{
    background:url(../image/index/img6.png) no-repeat;
    background-size:100% 100%;
}

.footer{
    background: #fff;
    border: none;
}

.customer-btn{
    width: 68px;
    height: 68px;
    position: fixed;
    bottom: 70px;
    right: 100px;
}

.customer-content{
    position: fixed;
    bottom: 150px;
    right: 143px;
    z-index: 9;
    width: 796px;
    height: 642px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(157, 157, 157, 0.5);
    border-radius: 15px;
}

.customer-tab{
    width: 796px;
    height: 76px;
    border-bottom:1px solid #DEDEDE;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 76px;
    text-align: center;
    margin-bottom: 30px;
}

.customer-tab .arrow{
    position: absolute;
    top: 31px;
    left: 40px;
    width: 8px;
    height: 15px;
}

.customer-box{
    width: 796px;
    height: 437px;
    padding: 0 40px 30px;
    overflow-y: scroll;
}

.customer-pic{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F5F5F6;
    object-fit: cover;
}

.customer-text{
    max-width: 308px;
    min-height: 52px;
    border-radius: 8px;
    padding: 16px;
    font-weight: 400;
    font-size: 20px;
    margin: 0 20px;
    background: #F5F5F6;
}

.list-left .customer-text{
    background: #F5F5F6;
    color: #333;
}

.list-right .customer-text{
    background: #867EF2;
    color: #fff;
}

.customer-text span{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.customer-text .customer-tip{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    padding-top: 28px;
}

.customer-input{
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-input img{
    width: 48px;
    height: 48px;
    margin: 0 16px;
}

.customer-input input{
    width: 588px;
    height: 48px;
    background: #F5F5F6;
    border-radius: 8px;
    border: none;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    padding-left: 20px;
}

.me-tip,.list-tip{
    display: flex;
}

.list-right{
    justify-content: flex-end;
}










