@charset "utf-8";
.ranking_banner {
    width: 100%;
    height: 578px;
    background: #4C4C4C;
    background-image: url(/static/cloud/images/home/fx-index/fx_ranking_banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 1920px 578px;*/
    background-size: cover;
}
.ranking_banner .ranking_title {
    font-size: 53px;
    color: #fff;
    text-align: center;
    padding-top: 94px;
    line-height: 84px;
}
.ranking_banner .ranking_title em {
    font-size: 66px;
    background: linear-gradient(0deg, #FFDCA3 0%, #FFF4E6 49.6337890625%, #FFDEA8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 22px;
}
.ranking_banner .ranking_txt {
    font-size: 26px;
    color: #fff;
    line-height: 34px;
    margin-top: 28px;
    text-align: center;
}
.ranking_list {
    margin: 5px -5px;
}
.ranking_list .item {
    margin: -70px 0 0;
    width: 50%;
    text-align: left;
    padding-right: 24px;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.ranking_list .item:nth-child(2) {
    text-align: right;
    padding-left: 24px;
    padding-right: 0;
}
.ranking_list .item > div {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}
.ranking_list .item .item_map {
    width: 250px;
    height: 250px;
    position: relative;
    display: block;
    border: 4px solid #fff;
    border-right: none;
    box-sizing: border-box;
}
.ranking_list .item .item_map img {
    width: 100%;
    height: 100%;
}


.ranking_list .item .item_map .sort_num {
    width: 36px;
    height: 45px;
    background: url(/static/cloud/images/home/fx-index/fx_icon_023.png) no-repeat top center;
    background-size: 35px 22px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -11px;
    margin-left: -18px;
    z-index: 2;
}
.ranking_list .item .item_map .sort_num i {
    width: 36px;
    height: 36px;
    background: #FFD2D5;
    border: 4px solid #FF8A91;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #FF414D;
}
.ranking_list .item .item_map .sort_num.first i {
    background: #FFF694;
    border-color: #FFD800;
    color: #D5A000;
}
.ranking_list .item .item_map .sort_num.second i {
    background: #EEEEEE;
    border-color: #D7D7D7;
    color: #A4A4A4;
}
.ranking_list .item .item_detail {
    position: relative;
    padding: 20px;
    width: calc(100% - 250px);
    box-sizing: border-box;
    height: 250px;
}
.ranking_list .item .item_detail .item_tit {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding-left: 10px;
}
.ranking_list .item .item_detail .price {
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 17px;
}
.ranking_list .item .item_detail .item_data {
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
}
.ranking_list .item .item_detail .item_data .data {
    width: 25%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}
.ranking_list .item .item_detail .item_data .data_txt {
    color: #333;
}
.ranking_list .item .item_detail .store {
    padding: 12px 0 12px 8px;
    border-top: 1px solid #F6F6F6;
}
.ranking_list .item .item_detail .store .img {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #EEEEEE;
    display: inline-block;
    vertical-align: top;
}
.ranking_list .item .item_detail .store .store_name {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-left: 4px;
}
.ranking_list .item .item_detail .store .store_badeg {
    background: #FF9097;
    height: 21px;
    padding: 0 4px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 11px;
    display: inline-block;
}
.ranking_list .item .item_detail .item_badeg_list {
    margin-top: 5px;
    padding-left: 8px;
}
.ranking_list .item .item_detail .item_badeg_list .layui-badeg {
    padding: 0 4px;
    height: 21px;
    line-height: 21px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}
.ranking_list .item .item_detail .item_badeg_list .green {
    background: #32E68F;
}
.ranking_list .item .item_detail .item_badeg_list .pink {
    background: #FF989F;
}
.ranking_list .item .item_detail .item_badeg_list .blue {
    background: #98C1FF;
}
.ranking_list .item .item_detail .item_badeg_list .greenblue {
    background: #20DFB4;
}
.ranking_list .item .item_detail .number {
    width: 100%;
}
.ranking_list .item .item_detail .map_bottom {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}
.ranking_list .item .item_detail .map_bottom .map_bottom_content {
    width: 100%;
    height: 100%;
    background: rgba(255, 65, 77, 0.8);
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.ranking_list .item .item_detail .map_bottom .map_btn {
    width: 50%;
    height: 100%;
    text-align: center;
    background: transparent;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    line-height: 30px;
    margin: 0;
    border-radius: 0;
}
.ranking_list .item .item_detail .map_bottom .map_btn:first-child {
    border-right: 1px solid rgba(255,255,255,0.9);
}
.ranking_list .item .item_detail .map_bottom .map_btn img {
    width: 14px;
    margin-right: 12px;
}