input::-ms-clear{
    display: none;
}

/* 主内容区 */
.main{
    width: 100%;
    margin-top: -40px;
}
/* 头部排行标题区*/
.rank_top_box{
    width: 100%;
    background: linear-gradient(180deg, #DE1515 10%, #FFFFFF 70%);
}
.rank_title_box{
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
}
.rank_title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rank_title>i{
    font-size: 48px;
    color: #F8F2BB;
}
.rank_title>h3{
    display: flex;
    max-width: 95%;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #F8F2BB;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    margin-top: -6px;
}
.rank_title_box>p{
    width: 96%;
    line-height: 24px;
    text-align: center;
    color: rgba(248, 242, 187, 0.8);
    font-size: 14px;
    font-weight: 300;
    margin: 10px auto;
}
.rank_title_box>ul{
    width: 900px;
    margin: 0 auto;
    height: 46px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.2);
}
.rank_title_box>ul>li{
    height: 100%;
    line-height: 46px;
    padding: 0 60px;
    font-size: 22px;
    border-radius: 50px;
    color: #FFFFFF;
    cursor: pointer;
}
.rank_title_box .rank_tab_chose{
    background: #FFFFFF;
    color: #F32C2C;
}

/* 前三名 */
.rank_top_three_box{
    width: 750px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    background-image: url(/sdpmcss/sdpmimg/top3_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    justify-content: center;
}
.rank_top2_box,
.rank_top1_box,
.rank_top3_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rank_top1_box{
    width: 285px;
    margin-bottom: 130px;
}
.rank_top2_box,
.rank_top3_box{
    width: 255px;
    margin-bottom: 70px;
}
/* .hot_rank_top3 .rank_top1_box{
    margin-bottom: 135px;
}
.hot_rank_top3 .rank_top2_box,
.hot_rank_top3 .rank_top3_box{
    margin-bottom: 75px;
} */

.rank_top2_box>img,
.rank_top1_box>img,
.rank_top3_box>img{
    width: 98px;
    height: auto;
    margin-bottom: 5px;
}
.rank_top2_box .top_company_name,
.rank_top1_box .top_company_name,
.rank_top3_box .top_company_name
{
    width: 182px;
    height: 112px;
    border-radius: 10px;
    margin-bottom: 0;
    box-shadow: 5px 5px 6px rgb(232, 93, 92);
}
.top_podium{
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
}
.top_podium>h3{
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: normal;
}
.top_three_describe{
    width: 210px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 5px;
}
.top_three_describe>span{
    display: block;
    width: 100%;
    height: 58px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-indent: 2em;
}
.top_three_shop_icon{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.top_three_shop_icon>a{
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.top_three_shop_icon>:nth-child(1),
.top_three_shop_icon>:nth-child(2){
    margin-right: 20px;
}
.top_three_shop_icon>:last-child{
    margin-right: 0;
}
.top_three_shop_icon a>.icon{
    font-size: 20px;
    margin-right: 2px;
}
.hot_rank_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hot_rank_list .hot_vote{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.hot_rank_list .hot_vote i{
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 5px;
}
.hot_rank_list .hot_vote p{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.hot_rank_list .hot_vote p>span{
    font-size: 20px;
    font-weight: bold;
}
.rank_last_list .hot_rank_lists_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
    justify-content: center;
}
.rank_last_list .hot_rank_lists_box>.hot_vote{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.rank_last_list .hot_rank_lists_box>.hot_vote>:first-child{
    color: #333333;
    font-size: 16px;
    margin-bottom: 3px;
}
.rank_last_list .hot_rank_lists_box>.hot_vote i{
    font-size: 20px;
    margin-right: 5px;
}
.rank_last_list .hot_rank_lists_box>.hot_vote>:last-child{
    color: #F32C2C;
    font-size: 24px;
    font-weight: bold;
}
.check_detail{
    width: 112px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #F32C2C;
    border-radius: 30px;
    color: #FFFFFF;
    letter-spacing: 2px;
}
/* 4-10名 */
.rank_last_list{
    width: 100%;
    margin-top: -30px;
}
.rank_last_list>ul{
    width: 95%;
    margin: 0 auto;
}
.rank_last_list li{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    display: flex;
    align-items: center;
    background: #FFF1F1;
    border-radius: 10px;
    border: 3px solid rgba(254, 208, 208, 0);
    margin-bottom: 15px;
}
.rank_last_list li:hover{
    border: 3px solid #FED0D0;
}
.rank_last_list li>.serial_num{
    position: relative;
    margin: 0 30px;
    margin-left: 35px;
    width: 70px;
    height: 78px;
}
.rank_last_list li>.serial_num>img{
    width: 70px;
    height: 78px;
}
.rank_last_list li>.serial_num>span{
    position: absolute;
    top: 0;
    display: block;
    width: 70px;
    color: #FFFFFF;
    line-height: 72px;
    font-size: 26px;
    text-align: center;
}
.rank_last_list li .company_logo{
    display: block;
    width: 182px;
    height: 112px;
}
.rank_last_list li .company_logo>img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.rank_last_list li .list_middle_box{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 20px 0 20px;
}
.rank_last_list li .list_middle_box>a{
    display: block;
    margin-bottom: 10px;
}
.rank_last_list h3{
    font-size: 22px;
    color: #F32C2C;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}  
.list_middle_box .corporate_name{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    margin-bottom: 8px;
}
.list_middle_box .list_company_describe{
    width: 90%;
    height: 45px;
    line-height: 22px;
    font-size: 14px;
    color: #555555;    
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.list_middle_box .list_company_icon_box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list_middle_box .list_company_icon_box>a{
    display: block;
    color: #555555;
    font-size: 16px;
    line-height: 22px;
}
.list_middle_box .list_company_icon_box svg{
    font-size: 20px;
    margin-right: 5px;
}
/* 修改滚动条样式 */
.rank_crumbs_box ::-webkit-scrollbar {/*滚动条整体样式*/
    width:4px;/*高宽分别对应横竖滚动条的尺寸*/
    height:4px;
}
.rank_crumbs_box ::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius:5px;
    -webkit-box-shadow: inset 005px rgba(0,0,0,0.2);
    background:rgba(0,0,0,0.2);
}
.rank_crumbs_box ::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 005 pxrgba(0,0,0,0.2);
    border-radius:0;
    background:rgba(0,0,0,0.1);
}

/* 人气投票通道 */
.popularity_rank_entrance{
    width: 95%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popularity_rank_entrance .descriptionTxt{
width:90%;
text-align:center;
}
.popularity_rank_entrance .descriptionBox{
width:90%;
text-align:center;
}
.popularity_rank_entrance>a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 174px;
    background: #A60004;
    background-image: url(../imgs/rank-ad-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}
.popularity_rank_entrance>a>:first-child{
    max-width: 1100px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 2px;
    font-weight: bold;
}
.popularity_rank_entrance>a>p{
    font-size: 40px;
    color: #FFFFFF;
}
.popularity_rank_entrance .check_to{
    width: 150px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color:#E50204;
    background: #FFFFFF;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 1px;    
    font-weight: bold;
}
.popularity_rank_entrance>p{
    margin-top: 20px;
    width: 650px;
    text-align: center;
    color: #555555;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
}
.popularity_rank_entrance>p>a{
    font-size: 18px;
    color: #D00002;
}

/* 推荐品牌 */
.brand_recommended{
    width: 100%;
    margin: 30px auto;
    margin-bottom: 0;
    background: #FCF6F6;
    padding: 30px 0;
}
.brand_title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_title>h3{
    font-size: 36px;
    color: #F32C2C;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 10px;
}
.brand_title>svg{
    font-size: 60px;
}
.brand_recommended_logo,
.brand_recommended_logo>ul
{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.brand_recommended_logo>ul{
    margin-top: 30px;
}
.brand_recommended_logo li{
    width: 208px;
    margin-bottom: 22px;
    margin-right: 38px;
    margin-left: 33px;
}
.brand_recommended_logo li:hover img{
    box-shadow: 0px 6px 8px #e0d0d0;
}
.brand_recommended_logo>ul>:nth-child(12n){
    margin-right: 0;
}
.brand_recommended_logo li>a{
    display: block;
    width: 208px;
}
.brand_recommended_logo li img{
    width: 208px;
    height: 128px;
    box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.2);
    border-radius: 10px;
}
.brand_recommended_logo li h3{
    max-width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #555555;
    line-height: 25px;
    margin-top: 12px;
}
.brand_recommended .check_more{
    display: block;
    width: 124px;
    height: 42px;
    margin: 10px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}

