body {
    color: #333;
    background: #fff!important;
}

section.container {
    margin: 0 auto 30px auto
}

td {
    font-size: 12px
}

td span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

/*.this-year-rank,.this-year-app-rank,.source-code-rank-recent{border: 1px solid #EEEEEE}*/

.rank-banner {
    width: 100%;
    height: 400px;
    background: url(./images/hot_rank/banner.jpg) center;
}

.search-bar {
    border: 1px solid #E5E5E5;
    padding: 0 0 0 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center
}

.search-bar>div.input-wrapper {
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    margin-right: 22px
}

.search-bar input {
    height: 40px;
    line-height: 40px
}

.search-bar button {
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #F6F6F6;
    border-radius: 0;
    border-left: 1px solid #eee
}

.search-bar a {
    color: #333;
    margin-right: .8em
}

.blue-title-bar::after {
    height: 30%;
    left: 18px;
}

.source-code-rank-recent {
    background: #fff
}

.rank-title,
.this-year-rank-title,
.source-code-rank-recent .rank-title {
    font-weight: 400;
    font-size: 28px;
    color: #333;
    text-align: center;
    padding: 20px 20px 20px 34px;
    position: relative;
}

.rank-title::after,
.this-year-rank-title::after,
.source-code-rank-recent .rank-title::after {
    content: "";
    width: 40px;
    height: 4px;
    background: rgba(0, 145, 255, 1);
    border-radius: 2px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.source-code-rank-recent .rank-list {
    display: flex;
    padding: 20px 0;
}

.source-code-rank-recent .rank-list .simple-info {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.source-code-rank-recent .rank-list .simple-info .order {
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #D2D2D2;
    text-align: center;
    margin-right: 12px;
}

.source-code-rank-recent .rank-list ul li.first .order {
    background: rgba(255, 97, 25, 1);
}

.source-code-rank-recent .rank-list ul li.second .order {
    background: rgba(255, 97, 25, 1);
}

.source-code-rank-recent .rank-list ul li.third .order {
    background: rgba(255, 97, 25, 1);
}

.source-code-rank-recent .rank-list .simple-info .name {
    width: 10em;
}

.source-code-rank-recent .rank-list .simple-info .price {
    color: #FF6119;
    font-size: 12px;
    width: 5em;
    margin-left: auto;
}

.source-code-rank-recent .rank-list .simple-info .star-wrapper img {
    width: 12px;
    height: 12px
}

.source-code-rank-recent .rank-list .detail-info {
    display: none;
    font-size: 12px;
    padding: 12px 0 0 30px;
}

.source-code-rank-recent .rank-list li.active .detail-info {
    display: flex;
}

.source-code-rank-recent .rank-list li.active .name {
    color: #0092ff;
}

.source-code-rank-recent .rank-list .detail-info .goods-img {
    width: 120px;
    height: 90px;
    margin-right: 10px;
}

.source-code-rank-recent .rank-list .detail-info .text-info {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 0;
}

.source-code-rank-recent .rank-list .detail-info .text-info span:first-child {
    color: #999999;
}

.source-code-rank-recent .rank-list ul {
    width: 392px;
    border: 1px solid rgba(237, 237, 237, 1);
}

.source-code-rank-recent .rank-list ul:not(:last-child) {
    margin-right: 12px
}

.source-code-rank-recent .rank-list ul .tab-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: rgba(242, 242, 242, 1);
    border: 1px solid rgba(237, 237, 237, 1);
}

.source-code-rank-recent .rank-list ul .look-more {
    display: block;
    color: #0091FF;
    padding: 18px 0;
    text-align: center;
}

.source-code-rank-recent .rank-list li {
    padding: 20px;
    position: relative;
}

.source-code-rank-recent .rank-list li::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 1px;
    width: 340px;
    background: #EDEDED;
}

.source-code-rank-recent .rank-list .goods-name {
    white-space: nowrap;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    text-align:
        center;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0
}

.source-code-rank-recent .rank-list .goods-name span {
    display: inline-block;
    width: 10em;
    overflow: hidden
}

.source-code-rank-recent .rank-list .rank-img {
    position: absolute;
    left: -14px;
    top: -14px
}

/* 热门任务排行榜 */
.this-year-rank {
    margin-top: 16px;
    background: #fff
}

.this-year-rank .rank-wrapper>div {
    width: 580px;
    margin-top: 30px;
}

.this-year-rank .this-year-rank-left {
    margin-right: 30px
}

.this-year-rank .this-year-rank-title {
    border-bottom: none;
}

.this-year-rank table{
    border: 1px solid #E5E5E5;
}

.this-year-rank table tbody tr td:nth-child(2) {
    width: 310px;
}

.this-year-rank table tbody tr td:nth-child(3) {
    width: 110px;
}

.this-year-rank table tbody tr td:nth-child(4) {
    width: 95px;
}


.this-year-rank table tr td:first-child span {
    font-size: 12px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
}

/* .this-year-rank table{margin: 0 20px} */
.this-year-rank table td {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #EEEEEE
}

.this-year-rank table tr td:nth-child(2)  {
    /* width: 50px */
    text-align: left;
}

.real-this-year-rank .this-year-rank table tr td:nth-child(3) span {
    font-size: 12px;
    display: inline-block;
    width: 12em;
    overflow: hidden;
    white-space: nowrap;
}

.this-year-rank table tbody tr:hover {
    color: #0092FF
}

.this-year-rank table tbody tr:hover a img:nth-child(1) {
    display: none !important;
}

.this-year-rank table tbody tr:hover a img:nth-child(2) {
    display: inline-block !important;
}

.this-year-rank table thead tr {
    border-bottom: 1px solid #E5E5E5;
}

.this-year-rank table th {
    height: 40px;
    background: #F6F6F6;
}

.this-year-rank .this-year-rank-left table tr:nth-child(-n+3) td:nth-child(1) span {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    background: #0092ff;
}

.this-year-rank table tr:nth-child(n+4) td:nth-child(1) {
    color: #999;
}

.this-year-rank table tr td:nth-child(1) {
    font-size: 24px
}

.this-year-task-read-rank tr th:nth-child(2) {
    padding-left: 3em;
    text-align: left
}

.this-year-task-read-rank tr td:nth-child(2) {
    padding-left: 1em;
}

.this-year-task-read-rank tr td:nth-child(3) {
    width: 6em
}

/* 今年热门 End */

.this-year-task-read-rank tbody tr td:nth-child(2) {
    text-align: left;
}

.this-year-rank .this-year-rank-left table tr:nth-child(-n+3) td:nth-child(1) span {
    display: inline-block;
    color: #fff;
    background: #0092FF;
}

.this-year-rank .this-year-rank-right table tr td:nth-child(1) span {
    display: inline-block;
    color: #595959;
    background: #EEEEEE;
}

.this-year-rank .this-year-rank-left table tr:nth-child(n+4) td:nth-child(1) span {
    display: inline-block;
    color: #595959;
    background: #EEEEEE;
}

/*  */
.shop-recommend .this-year-rank-title {
    margin-bottom: 30px;
}

.shop-recommend .shop-list .shop-item {
    width: 392px;
    height: 245px;
    background: #F5F5F5;
    padding: 30px;
    margin-bottom: 12px;
}

.shop-recommend .shop-list .shop-item:not(:nth-child(3n)) {
    margin-right: 12px;
}


.shop-recommend .shop-list .shop-item .company {
    font-size: 16px;
    font-weight: bold;
}

.shop-recommend .shop-list .shop-item .to-shop {
    width: 80px;
    height: 30px;
    border-radius: 0;
    background: #0091FF;
    margin: 10px 5px;
}

.shop-recommend .shop-list .shop-item .level {
    margin: 6px 0;
}

.shop-recommend .shop-list .shop-item img {
    margin-right: 8px;
}

.shop-recommend .shop-list .shop-item .tag-list div {
    margin-right: 20px;
}

.shop-recommend .shop-list .shop-item ul li {
    color: #fff;
    background: #0091ff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    margin-right: 10px;
}