@charset "utf-8";
.public-header {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.toplist-body {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.toplist-body .toplist-body-left {
    width: 340px;
}

.toplist-body .toplist-body-right {
    width: 1140px;
}

/* toplist-body-panel */
.toplist-body-panel {
    padding: 20px 20px 25px;
    background-color: #f7f8fc;
}

.toplist-body-panel:nth-child(n+2) {
    margin-top: 20px;
}

.toplist-body-panel .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toplist-body-panel .panel-title h4 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.toplist-body-panel .panel-title h4 i {
    color: #0036ff;
    font-size: 24px;
}

.toplist-body-panel .panel-title .panel-title-right a {
    box-sizing: border-box;
    display: inline-block;
    border-radius: 2px;
    color: #0036ff;
    font-size: 15px;
    line-height: 30px;
}

.toplist-body-panel .panel-title .panel-title-right a.btn {
    padding: 0 10px;
    background-color: #0036ff;
    color: #fff;
}

.toplist-body-panel .panel-title .panel-title-right a.btn.outline {
    padding: 0 8px;
    border: 1px solid #0036ff;
    background-color: transparent;
    color: #0036ff;
}

.toplist-body-panel .panel-title .panel-title-right a:nth-child(n+2) {
    margin-left: 5px;
}

.toplist-body-panel .panel-title .panel-title-right a i {
    margin-right: 3px;
    font-size: 14px;
}

.toplist-body-panel .panel-body {
    margin-top: 15px;
}
/* toplist-body-panel */

/* toplist-title-box */
.toplist-title-box {
    height: 70px;
    background-color: #0036ff;
}

.toplist-title-box .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.toplist-title-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toplist-title-box .toplist-class-list {
    display: flex;
    /* margin-left: 20px; */
}

.toplist-title-box .toplist-class-list li {
    display: inline-block;
    opacity: 0.5;
    line-height: 1;
}

.toplist-title-box .toplist-class-list li+li {
    margin-left: 15px;
}

.toplist-title-box .toplist-class-list li.active,
.toplist-title-box .toplist-class-list li:hover {
    opacity: 1;
}

.toplist-title-box .toplist-class-list li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.toplist-title-box .toplist-class-list li a i {
    margin-right: 8px;
    color: #fff;
    font-size: 34px;
}

.toplist-title-box .toplist-title-filter {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.toplist-title-box .toplist-title-filter .filter-item {
    font-size: 0;
}

.toplist-title-box .toplist-title-filter .filter-item:nth-child(n+2) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.toplist-title-box .toplist-title-filter .filter-item label {
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
}

.toplist-title-box .toplist-title-filter .filter-item select {
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 0 50px 0 10px;
    height: 32px;
    color: #999;
    font-size: 14px;
    appearance: none;
}

.toplist-title-box .toplist-title-filter .filter-item select:hover {
    color: #333;
}

.toplist-title-box .toplist-title-filter .filter-item select option {
    color: #333;
}

.toplist-title-box .toplist-title-filter .filter-item span {
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
}

.toplist-title-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
/* toplist-title-box */

/* toplist-body-left */
.toplist-body-left {
    position: sticky;
    top: 115px;
    height: 100%;
}

.toplist-body-left .framework-container {
    height: 220px;
}

.toplist-body-left .performance-container {
    height: 220px;
}
/* toplist-body-left */

/* toplist-body-right */
.toplist-body .toplist-body-right .toplist-body-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    margin-right: 30px;
}

.toplist-body .toplist-body-right .toplist-body-top .toplist-top-logo {
    width: 190px;
    height: 42px;
    margin: 0 100px;
}

.toplist-body .toplist-body-right .toplist-body-top .toplist-top-logo img {
    width: 100%;
    height: 100%;
}

.toplist-body .toplist-body-right .toplist-body-top .toplist-top-arrow {
    width: 64px;
    height: 68px;
    background-image: url("../../img/toplist/icon-toplist-top-arrow.png");
}

.toplist-body .toplist-body-right .toplist-body-list {
    position: relative;
    overflow: auto;
    height: 630px;
}

.toplist-body .toplist-body-right .toplist-body-list:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 30px;
    margin-left: -30px;
    background: linear-gradient(to bottom,#0036ff,#00145d);
}

.toplist-body .toplist-body-right .toplist-body-list ul {
    max-width: 1110px;
    padding: 10px 0;
}

.toplist-body .toplist-body-right .toplist-body-list ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin-top: 10px;
}

.toplist-body .toplist-body-right .toplist-body-list ul li:hover:after,
.toplist-body .toplist-body-right .toplist-body-list ul li.active:after {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #0036ff;
    font-size: 35px;
    line-height: 52px;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toleft:hover:after,
.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toleft.active:after {
    content: '←';
    left: 53%;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toright:hover:after,
.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toright.active:after {
    content: '→';
    right: 53%;
}


.toplist-body .toplist-body-right .toplist-body-list ul li .toplist-list-logo {
    position: relative;
    z-index: 111;
    width: 52px;
    height: 52px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    cursor: pointer;
}

.toplist-body .toplist-body-right .toplist-body-list ul li .toplist-list-logo img {
    width: 100%;
    height: 100%;
}

.toplist-body .toplist-body-right .toplist-body-list ul li .toplist-list-info {
    position: absolute;
    width: 50%;
    height: 46px;
    cursor: pointer;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toleft .toplist-list-info {
    left: 0;
    background-color: #c8e3b4;
    text-align: right;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toleft:hover .toplist-list-info {
    background-color: #a1c387;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toright .toplist-list-info {
    right: 0;
    background-color: #9d9d9d;
    text-align: left;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toright:hover .toplist-list-info {
    background-color: #787878;
}

.toplist-body .toplist-body-right .toplist-body-list ul li .toplist-list-info .toplist-list-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 46px;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toleft .toplist-list-info .toplist-list-title {
    right: 40px;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toright .toplist-list-info .toplist-list-title {
    left: 40px;
}

.toplist-body .toplist-body-right .toplist-body-list ul li .toplist-list-info span {
    display: inline-block;
    width: 0;
    transition: 0.5s;
    height: 46px;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toleft .toplist-list-info span {
    background: linear-gradient(to right, #5b9c2b, #75b943);
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toright .toplist-list-info span {
    background: linear-gradient(to right, #656565, #494949);
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toleft:hover .toplist-list-info span {
    background: linear-gradient(to right, #3b6e17, #66a837);
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toright:hover .toplist-list-info span {
    background: linear-gradient(to right, #3f3f3f, #222222);
}

.toplist-body .toplist-body-right .toplist-body-list ul li .toplist-list-info .toplist-list-title a {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.toplist-body .toplist-body-right .toplist-body-list ul li .toplist-list-info .toplist-list-title p {
    margin-top: 5px;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toleft .toplist-list-info .toplist-list-title p {
    color: #b4d79f;
}

.toplist-body .toplist-body-right .toplist-body-list ul li.toplist-item-toright .toplist-list-info .toplist-list-title p {
    color: #969696;
}
/* toplist-body-right */

