.structure_lis{
    color: #999999;
    margin: 20px 0;
    line-height: 11px;
}
.structure_lis>span{
    color: #333;
}
.categories_fa_box{
    font-size: 14px;
    color: #333;
}
.categories_left_box a,.child_cont a{
    color: #0155A7;
}
.categories_left_box a:hover,.child_cont a:hover{
    color: #0099FF;
    text-decoration:underline;
}
.categories_left_box{
    position: absolute;
    width: 250px;
    box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.05);    
    background: #fff;
    min-height: 400px;
    z-index: 90;
}
.categories_left_box>div{
    height: 40px;
    background: #676767;
    padding-left: 16px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}
.categories_left_box>ul{
    box-sizing: border-box;
    padding: 15px 20px 10px 15px;
    max-height: 730px;
    overflow-x: auto;
}
.categories_left_box>ul>li>a{
    line-height: 19px;
    display: block;
    font-size: 12px;
}
.categories_title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.categories_quantity{
    margin-left: 50px;
    font-size: 16px;
    color: #999999;
    font-weight: 100;
}
.categories_quantity>span{
    font-size: 20px;
    color: #0155A7;
    font-weight: 600;
}
.screen{
    height: 80px;
    background: #F2F2F2;
    margin-top: 6px;
    margin-bottom: 10px;
    display: none;
}
.cate_title{
    height: 54px;
    box-sizing: border-box;
    background: #F2F2F2;
    line-height: 54px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
}
.cate_title>span{
    margin-left: 45px;
    font-size: 16px;
    font-weight: 100;
    color: #999999;
}
.cate_title>span>span{
    color: #0155A7;
    font-weight: 600;
}
.child_cont{
    padding: 20px 0 0px 20px;
}
.child_cont>ul>li>a{
    line-height: 18px;
    display: block;
    float: left;
    max-width: 88%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.child_cont>ul>li>span{
    line-height: 18px;
    margin: 0 0 20px 10px;
    color: #999999;
    float: left;
}
.child_cont>ul>li{
    float: left;
    width: 33%;
}
.hunt{
    float: left;
    margin: 20px 55px 20px 20px;
}
.hunt>input{
    width: 460px;
    height: 40px;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    padding-left: 13px;
    border: 1px solid #E6E6E6;
    border-right: none;
}
.hunt>div{
    width: 90px;
    float: left;
    font-size: 16px;
    color: #fff;
    background: #ce0f05;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    line-height: 40px;
}
.locating{
    float: left;
    width: 558px;
    height: 40px;
    background: #fff;
    margin-top: 20px;
}
.locating>select{
    width: 558px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #333333;
    box-sizing: border-box;
    padding-left: 20px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #fff;
    background: url("/static/themes/starlink/templetes/images/products/xiasanjiao.png") no-repeat right 21px center ;
}
.pager{
    float: left;
}
.right_box{
    position: relative;
    width: 1730px;
    margin: 0 auto;
}
.loging_up{
    position: fixed;
    right: 25px;
    bottom: 100px;
    background: #F2F2F2;
    width: 60px;
    height: 60px;
    z-index: 999;
    display: none;
}
.loging_up>svg{
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: block;
    font-size: 36px;
    font-weight: 600;
    margin: 12px auto;
}

/* 公用样式 */
.dian_span{
    margin-bottom: 22px;
}
.dian{
    width:8px;
    height:8px;
    background:#ce0f05;
    float: left;
    margin-right: 8px;
    margin-top: 31px;
}
.dian_span>span{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    display: block;
    float: left;
}
.featured_top>a>span{
    color: #ce0f05;
    font-size: 14px;
    margin-top: 32px;
    font-weight: 600;
}
.featured_top>a>span:hover{
    color: #d03028;
}
/* 热门搜索部分样式 */
.popular_box{
    background: #F2F2F2;
}
.popular_span{
    margin-left: 4px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}
.popular_span>a{
    font-size: 14px;
    color: #333;
    margin-right: 13px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    height: 20px;
    line-height: 20px;
}
.popular_span>a:hover{
    color: #ce0f05;
}
.articleRecommend_list{
    margin-right: 33px;
}

@media screen and (max-width:1700px){
    .categories_left_box { display:none; }
    .right_box{
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }
}