﻿*{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
}
.container{
    width: 96rem;
    height: 54rem;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    background: #1B213A;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
/*.container::-webkit-scrollbar{
    display: none;
}*/

.hr_5{
    width: 96rem;
    height: 0.25rem;
    background: #188DF0;
}
h4{
    font-size: 1.125rem;
    color: #00A9FF;
    padding-top: 1.35rem;
    padding-left: 2.5rem;
    font-weight: lighter;
}
/*header*/
.header{
    line-height: 3.75rem;
    height: 3.75rem;
    color: #ffffff;
    /* overflow: hidden; */
}
.header_left{
    height: 3.75rem;
    margin-left: 2rem;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 2rem);
}
.header_left .logo{
    height: 2.55rem; 
    margin-right: 3.3rem;
    display: inline-block;
}
.header_left h3{
    line-height: 3.75rem;
    font-size: 1.5rem;
    font-weight: normal;
}
.header_right{
    float: right;
    padding-right: 0.5rem;
}
.header_right span{
    display: inline-block;
    margin-right: 0.25rem;
}

/*content*/
.content {
    width: 96rem;
    overflow: hidden;
}
/* top */
.top{
    background: #27314A;
    border-radius: 10px 0 0 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.top>div{
    height: 15rem;
    width: 47.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-left{
    padding: 0 3rem;
    float: left;
}
.car{
    width: 10rem;
    height: 15rem;
}
.top-right{
    padding: 1.55rem;
    float: right;
    color: #09BBB0;
    font-size: 1.2rem;
    font-weight: lighter;
    text-align: center;
}
.sum{
    text-align: center;
    font-size: 4rem;
    margin-bottom: 0.5rem;
}
.tr-item:nth-child(2){
    position: relative;
}
.tr-item:nth-child(2):before{
    content: "";
    width: 0.1rem;
    height: 4.125rem;
    background: #3F485D;
    display: block;
    position: absolute;
    top: 0.8rem;
    left: -2rem;
}
.tr-item:nth-child(2):after{
    content: "";
    width: 0.1rem;
    height: 4.125rem;
    background: #3F485D;
    display: block;
    position: absolute;
    top: 0.8rem;
    right: -2.9rem;
}
/* bottom */
.bottom{
    overflow: hidden;
}
.bottom>div{
    height: 34.25rem;
    background: #27314A;
    overflow: hidden;
}
.bottom-left{
    width: 48rem;
    float: left;
    border-radius: 0 10px 0 0; 
}
.task{
    width: 47rem;
    height: 27rem;
}
.bottom-right{
    width: 47.25rem;
    float: right;
    border-radius: 10px 0 0 0;
    position: relative;
}
.summary{
    position: absolute;
    font-size: 1rem;
    color: #09BBB0;
    top: 1.4rem;
    right: 0.5rem;
    font-weight: lighter;
    display: flex;
    align-items: center;
}
.summary>span{
    height: 1.6rem;
    background: #333D54;
    border-radius: 0.2rem;
    padding: 0 0.55rem;
    display: flex;
    align-items: center;
}
.summary>span:first-child{
    margin-right: 3.3rem;
}
#unscroll-cont{
    margin-top: 1.5rem;
}
#scroll-cont{
    margin-top: 1rem;
    height: 19rem;
    overflow: hidden;
}
.rank{
    padding-left: 4.5rem;
}
.rank li{
    height: 2.45rem;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    color: #FFFFFF;
}
.sequence{
    width: 2.225rem;
    height: 2.225rem;
    border-radius: 50%;
    font-size: 1.125rem;
    color: #D3D5DA;
    margin-right: 7.5rem;
    background: url(../images/background.png) center center no-repeat;
    background-size: cover; 
    text-align: center;
    line-height: 2.3rem;
}
#unscroll-cont>li:nth-child(1){
    color: #FF9400;
}
#unscroll-cont>li:nth-child(2){
    color: #96BFFF;
}
#unscroll-cont>li:nth-child(3){
    color: #FFBD92;
}
#unscroll-cont>li:nth-child(1) .sequence{
    background: url(../images/first.png) center center no-repeat;
    background-size: cover;
}
#unscroll-cont>li:nth-child(2) .sequence{
    background: url(../images/second.png) center center no-repeat;
    background-size: cover;
}
#unscroll-cont>li:nth-child(3) .sequence{
    background: url(../images/third.png) center center no-repeat;
    background-size: cover;
}
.name{
    width: 11.4rem;
}
.num{
    width: 10.75rem;
}
.text {
    display: inline-block;
    width: 80%;
}

/*自定义 CSS 样式*/
.selectContent {
    position: absolute;
    right: 4rem;
    top: 0;
    min-width: 16rem;
    max-width: 16rem;
    height: calc(1.5em + .75rem + 2px);
}

/* .custom-select {
    display: inline-block;
    min-width: 16rem;
    max-width: 16rem;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #d9d9d9;
    outline: none;
    margin-bottom: .375rem;
    text-overflow: ellipsis;
}
.custom-select:focus {
    border-color: #0e5fd8;
    outline: 0;
}
.custom-select:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.custom-select option {
    min-width: 16rem;
    max-width: 16rem;
    text-overflow: ellipsis;
} */

.custom-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.select-options {
    display: none;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    color: #212121;
    z-index: 1;
    max-height: 20rem;
    top: 0.25rem;
    overflow: auto;
    border-radius: 2px;
}

.select-label {
    position: relative;
}

#selected-value {
    line-height: 3.75rem;
    border-bottom: 1px solid #d9d9d9;
    height: 3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 1.5rem;
}
.icon-select {
    /* width: 0;
    height: 0; */
    position: absolute;
    top: 50%;
    right: 1rem;
    
}
.icon-select::before{
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(135deg);
}

.option {
    line-height: 2.5rem;
    cursor: pointer;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.option:hover {
    background-color: #f2f8ff;
}
.active-option {
    color: #5582f3;
    background-color: #f2f8ff;
}
/* #selectBox {
    scrollbar-width: none;
    -ms-overflow-style: none; 
} */

#selectBox::-webkit-scrollbar {
    /* display: none; */
    background-color: transparent;
    width: 0.5rem;
}
#selectBox::-webkit-scrollbar-thumb  {
    background-color: #c3c3c3;
    border-radius: 4px;
}















