<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header .nav {
    display: none;
}
#header .header-nav {
    display: block;
}

.pro_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.brand_con {
    max-width: 1200px;
    margin: 0 auto;
}

.ADimg2 {
    width: 1198px;
    border: 1px solid #fff;
    height: 130px;
    background: url(../images2/ADimg2.png) no-repeat center;
    background-size: 100%;
    border-radius: 10px;
    position: relative;
}
.ADimg2:hover{
    border-color: #d50000;
}
.ADimg_title {
    top: 36px;
    left: 190px;
    display: inline-block;
    font-size: 24px;
    color: #71503c;
    text-align: center;
}
.ADimg_title span {
    display: block;
    font-size: 12px;
}
.ADimg_con {
    top: 40px;
    right: 33px;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    width: 815px;
    color: #72503c;
}


/* brand_ranking */
.brand_ku_main {
    width: 100%;
    overflow: hidden;
     margin-top: 15px;
}

.rank_l {
    width: 255px;
    float: left;
    border: 1px solid #d90d26;
    box-sizing: border-box;
    background: #fff;
}
.rank_l_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #d90d26;
}
.rank_l_con {
    width: 100%;
    overflow: hidden;
}
.rank_l_con_tit {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background: #eee;
    padding: 10px;
}
.rank_l_con ul li {
    position: relative;
    /* width: 100%; */
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    /* cursor: pointer; */
    /* color: #d90d26; */
    /*font-size: 14px;*/
    font-size: 13px;
}
.rank_l_con ul li a{
    display: inline-block;
    /*width: 100%;*/
    width: 175px;
    overflow: hidden;
    height: 100%;
}
.rank_l_con ul li span {
    margin-right: 5px;
    color: #000;
    font-weight: bold;
}
.rank_l_con ul li:nth-of-type(1) span,
.rank_l_con ul li:nth-of-type(2) span,
.rank_l_con ul li:nth-of-type(3) span {
    color: #d90d26;
}
.rank_l_con ul li:hover {
    background: #eee;
    color: #d90d26;
}
.rank_l_con ul li:hover span {
    color: #d90d26;
}
.rank_l_con ul li p {
    /*display: inline-block;*/
    /*float: right;*/
    position: absolute;
    top: 0;
    right: 11px;
    width: 52px;
    text-align: center;
}

.rank_r {
    width: 945px;
    float: left;
}
.rank_r_con {
    width: 305px;
    float: left;
    border-top: 4px solid #d90d26;
    box-sizing: border-box;
    background: #fff;
    margin: 0 0 15px 10px;
}
.rank_r_tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #c50c22;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
}
.rank_r_tit img {
     display: inline-block;
     position: relative;
     top: 13px;
     float: left;
     margin: 0 10px;
     margin-right: 15px;
 }
.rank_r_tit span {
    color: #000;
    font-size: 13px;
    font-weight: 100;
    float: right;
    margin: 0 10px;
}
.rank_r_tit span a:hover {
    color: #d90d26;
}

.rank_r_con ul {
    min-height:458px
}
.rank_r_ul_tit {
    padding: 0 10px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #555;
}
.rank_r_ul_tit span:nth-of-type(1) {
    width: 40px;
    float: left;
}
.rank_r_ul_tit span:nth-of-type(2) {
    width: 130px;
    float: left;
}
.rank_r_ul_tit span:nth-of-type(4) {
    width: 75px;
    float: right;
    text-align: center;
}
.rank_r_ul_tit span:nth-of-type(3) {
    width: 40px;
    float: right;
    text-align: right;
}
.rank_r_ul_con {
    height: 39px;
    padding: 0 10px;
    line-height: 39px;
    /*cursor: pointer;*/
    border-top: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}
.rank_r_ul_con_l {
    float: left;
    width: 40px;
}
.rank_r_ul_con_l span {
    width: 20px;
    height: 20px;
    background: #999;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 2px;
}
.rank_r_ul_con_r {
    float: right;
    width: 40px;
}
.rank_r_ul_con_r i {
    display: inline-block;
    width: 7px;
    height: 30px;
    background: url(../images2/shang.png);
    background-repeat: no-repeat;
    background-position-y: 13px;
    background-size: 100%;
    float: right;
    margin-right: 4px;
}
.rank_r_ul_con_r .down{
    background: url(../images2/tb/down.png);
    background-repeat: no-repeat;
    background-position-y: 13px;
    background-size: 100%;
}
.rank_r_ul_con_m {
    width: 205px;
    float: left;
    color: #010101;
    font-size: 13px;
}
.rank_r_ul_con_m .rank_r_ul_con_m_img {
    display: none;
}
.rank_r_ul_con_m .rank_r_ul_con_m_pop {
    display: none;
}
.rank_r_ul_con_m .rank_r_ul_con_m_name {
    width: 130px;
    float: left;
    overflow: hidden;
}
.rank_r_ul_con_m .rank_r_ul_con_m_money {
    width: 75px;
    float: left;
    text-align: center;
}
.rank_r_ul_con_cho .rank_r_ul_con_m_money{
    text-align: left;
}

.rank_r_con ul :nth-of-type(2) .rank_r_ul_con_l span,
.rank_r_con ul :nth-of-type(3) .rank_r_ul_con_l span,
.rank_r_con ul :nth-of-type(4) .rank_r_ul_con_l span {
    background: #ff0000;
}

.rank_r_ul_con_cho {
    height: 76px;
    padding: 2px 10px;
    background-color: #eee;
}

.rank_r_ul_con_cho .rank_r_ul_con_m_img {
    display: block;
    width: 88px;
    float: left;
    height: 100%;
    overflow: hidden;
    padding-right: 7px;
}
.rank_r_ul_con_cho .rank_r_ul_con_m_img img {
    width: 100%; height: 60px; 
    vertical-align: middle;
    display: inline-block;
}
.rank_r_ul_con_cho .rank_r_ul_con_m_name {
    width: 110px;
    float: left;
    height: 20px;
    line-height: 20px
}
.rank_r_ul_con_cho .rank_r_ul_con_m_money {
    width: 110px;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #ff0000;
}
.rank_r_ul_con_cho .rank_r_ul_con_m_pop {
    width: 110px;
    float: left;
    display: block;
    height: 20px;
    line-height: 20px;
    color: #666;
}
.rank_r_con ul .rank_r_ul_con_cho .rank_r_ul_con_l span {
    background: #333333;
}
.rank_r_ul_con_cho .rank_r_ul_con_m {
    padding: 5px 0;
}

.bottom_nav{
    margin-top: 0;
}

#footer .share .fxd {
    display: none;
}</pre></body></html>