[v-cloak] {
    display: none;
}
body{
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
.banner {
    /* background: url("../imgs/banner.png"); */
    background-size: cover;
    height: 90px;
    padding: 15px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
}

h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title-container img {
    width: 70px;
    height: auto;
}

.title-container h1 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}

.title-container .title-divider {
    width: 2px;
    height: 20px;
    background: #3d3e3e;
    margin: 0 10px;
}

.update-time {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #686868;
    margin-top: 8px;
    letter-spacing: 1px;
}

.share-icon {
    position: absolute;
    top: 17px;
    left: 10px;
}

.search-btn {
    width: 30px;
    height: auto;
    position: absolute;
    top: 18px;
    right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
}

/* 表头 */
.list-header {
    width: 100%;
    line-height: 40px;
    letter-spacing: 0.5px;
    z-index: 112;
    height: 80px;
    background: #ffffff;
}

.list-header-inner {
    width: 100%;
    z-index: 113;
    height: 80px;
    background: #ffffff;
}

.list-header-inner.list-header-state-fixed {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.cat-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e5e5e7;
    max-width: 900px;
    margin: 0 auto;
    height: 40px;
}

.cat-nav span {
    width: 50%;
    text-align: center;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cat-nav-select-0 span:first-child, .cat-nav-select-1 span:last-child {
    color: #d22222;
    border-top: 2px solid #d22222;
    background: #ffffff;
}
.night .cat-nav-select-0 span:first-child, .night .cat-nav-select-1 span:last-child {
    color: #da4c4e;
    border-top: 2px solid #da4c4e;
    
}
.rank-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
}

.night .rank-nav {
    background: #000000;
}

.rank-nav span {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #575757;
}
.night .rank-nav span {
    font-size: 13px;
    color: #999999;
}
.rank-nav span:nth-of-type(3),
.rank-nav span:nth-of-type(4) {
    display: none;
}

.rank-nav span.active {
    color: #d22222;
}
.night .rank-nav span.active {
    color: #da4c4e;
}
/* 列表 */
.list-container {
    width: 100%;
    max-width: 900px;
    padding: 0px 15px 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    position: relative;
    box-sizing: border-box;
    -ms-overflow-style: none;
}

.list-container::-webkit-scrollbar {
    width: 0 !important
}

.list-container ul li {
    background: #f5f5f5;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 26px;
    box-sizing: border-box;
}

.list-container ul li .progress-bar {
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fedfde;
    z-index: 77;
}

.list-container ul li .model-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    z-index: 99;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

ul li .rank-num {
    width: 26px;
    margin-right: 10px;
    background: #d6d6dd;
    text-align: center;
    font-size: 11px;
    z-index: 99;
    color: #ffffff;
}

.night ul li .rank-num {
    background: #444444;
    color: #aaaaaa;
}

ul li:nth-child(1) .rank-num {
    background: #d22222;
    color: #ffffff;
}
.night ul li:nth-child(1) .rank-num {
    background: #da4c4e;
}
ul li:nth-child(2) .rank-num {
    background: #ffa846;
    color: #ffffff;
}

ul li:nth-child(3) .rank-num {
    background: #fad72e;
    color: #ffffff;
}

ul li .model-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 99;
    color: #333333;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.night ul li .model-name {
    color: #fff;
}

ul li .model-score {
    color: #d22222;
    margin-right: 10px;
    flex: 0 0 auto;
    z-index: 99;
}
.night ul li .model-score{
    color: #da4c4e;
}
/* 显卡详情 */

.detail-rank {
    color: #00a7ed;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 15px;
    letter-spacing: 0.5px;
}

.detail-rank .title-more {
    right: 15px;
}

.rank-divider {
    display: inline-block;
    background: #cbcbcb;
    width: 1px;
    height: 12px;
    position: relative;
    top: 1px;
    margin: 0 10px;
}

.detail-params h3 {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}

.detail-params ul li {
    display: inline-block;
    width: 100%;
    margin: 3px 0;
    color: #666666;
    font-size: 13px;
}

.detail-close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 搜索弹窗 */
#search{
    background: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 333;
    display: none;
}

#search.search-pannel-state-1{
    display: block;
    transform: translateX(0);
    animation: 0.3s openSearch ease 1;
}
@keyframes openSearch { 
    from { transform: translateX(100%); } 
    to { transform: translateX(0); }
}
#search.search-pannel-state-0{
    display: block;
    transform: translateX(100%);
    animation: 0.3s closeSearch ease 1;
}
@keyframes closeSearch { 
    from { transform: translateX(0); } 
    to { transform: translateX(100%); }
}
#search h4{
    font-size: 13px;
    padding: 10px 15px;
}
.search-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
}
.search-bar img{
    width: auto;
    height: 15px;

}
.search-bar input{
    flex-grow: 1;
    margin-left: 15px;
    background: #f7f7f7;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    padding: 8px 15px;
    box-sizing: border-box;
}
.search-bar input::-webkit-input-placeholder{
    font-size: 13px;
}
.search-suggest, .search-history{
    padding: 0 15px;
    font-size: 12px;
    color: #6B6B6B;
}
.search-suggest li, .search-history li{
    line-height: 14px;
    padding: 6px 0;
}