input::-ms-clear{
    display: none;
}

/* ä¸»å†…å®¹åŒº */
.main{
    width: 100%;
}
/* å¤´éƒ¨æŽ’è¡Œæ ‡é¢˜åŒº*/
.rank_top_box{
    width: 100%;
    background: linear-gradient(180deg, #DE1515 10%, #FFFFFF 70%);
}
.rank_title_box{
    width: 1200px;
    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: 930px;
    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: 900px;
    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: 100%;
    height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    background-image: url(../ad/top3_bg.jpg);
    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: 400px;
    margin-bottom: 130px;
}
.rank_top2_box,
.rank_top3_box{
    width: 325px;
    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: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
}
.top_podium>h3{
    max-width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal;
}
.top_three_describe{
    width: 310px;
    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: 38px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: center;
    -webkit-box-orient: vertical;
    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: 100%;
    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{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 30px 0 30px;
}
.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: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    margin-bottom: 8px;
}
.list_middle_box .list_company_describe{
    width: 650px;
    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;
    margin-right: 35px;
}
.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: 100%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: 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: 1200px;
    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;
}
.brand_recommended_logo li:hover img{
    box-shadow: 0px 6px 8px #e0d0d0;
}
.brand_recommended_logo>ul>:nth-child(5n){
    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;
}

/* æ›´å¤šç›¸å…³è¡Œä¸šæ¦œå• */
.related_brand{
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: url(../imgs/bg-middle.jpg);
    background-repeat: repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.related_brand>.brand_title>h3{
    color: #F8F2BB;
}
.related_brand_btn{
    width: 100%;
    overflow: hidden;
    margin: 25px auto;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.related_brand_btn li{
    display: flex;
    width: 228px;
    height: 48px;
    background: rgb(231, 216, 171);
    margin-bottom: 25px;
    margin-right: 15px;
    border-radius: 50px;
}
.related_brand_btn>:nth-child(5n){
    margin-right: 0;
}
.related_brand_btn li>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.related_brand_btn li p{
    width: 176px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #D00002;
}
.related_brand_btn li i{
    color: #D00002;
    font-size: 16px;
}
.related_brand>.check_more,
.related_brand .check_more1
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #EFE2B8;
    font-size: 18px;
    cursor: pointer;
}
.related_brand .check_more1{
    display: none;
}
.related_brand>.check_more>i,
.related_brand>.check_more1>i{
    font-size: 16px;
    margin-left: 10px;
}


/* æ–°é—»èµ„è®¯ */
.new_area{
    width: 100%;
    margin: 30px 0;
    margin-bottom: 0;
    background: url(../imgs/news-bg.png);
    background-size: 100% 100%;
}
.new_area .new_area_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.new_area .new_area_box>div{
    width: 540px;
}
.new_area .top_news_left>h3,
.new_area .related_news_right>h3
{
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    width: 100%;
    padding-left: 20px;
    border-left: 4px solid #D00002;
    margin-bottom: 20px;
}
.new_area .top_news_left ul,
.new_area .related_news_right ul
{
    width: 100%;
}
.new_area .top_news_left li,
.new_area .related_news_right li{
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #ffffff;
    margin-bottom: 20px;
    border: 1px solid rgba(204, 204, 204, 0.2);
}
.new_area li:hover{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.new_area .top_news_left a,
.new_area .related_news_right a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.new_area img{
    width: 200px;
    height: 100px;
    margin-right: 20px;
}
.new_area .top_news_left .news_list,
.new_area .related_news_right .news_list{
    flex: 1;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_area .news_list>h3{
    line-height: 25px;
    color: #666666;
    height: 50px;
    font-size: 18px;    
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-weight: normal; */
}
.new_area .news_list>.news_list_msg{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_area .news_list>.news_list_msg>span{
    padding: 5px 10px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.new_area .news_list>.news_list_msg>p{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
