@charset "utf-8";
#addxf-bar {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: RGBA(246,246,246,.9);
    z-index: 999;
    display: none;
}

.search-input-xxx {
    width: 486px;
    margin-top: 13px;
}



.search-input-xxx .search-input {
    position: relative;
}

#addxf-bar input.text {
    width: 486px;
    height: 45px;
    line-height: 43px \9;
    padding-left: 75px;
    font-family: "微软雅黑";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #858585;
    background: #fff;
    font-size: 14px;
    border: solid 1px #ff201a;
}

#addxf-bar a.search-top {
    position: absolute;
    background: #ff201a;
    font-weight: bold;
    font-size: 14px;
    right: 0;
    top: 0;
    display: inline-block;
    width: 88px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}

.topBottom {
    -webkit-animation: topBottom 1s ease both;
    -moz-animation: topBottom 1s ease both;
    -ms-animation: topBottom 1s ease both;
    animation: topBottom 1s ease both;
    will-change: transform, opacity;
    -webkit-will-change: -webkit-transform, opacity;
}

@keyframes topBottom {
    from {
        transform: translateY(-130px);
        opacity: 0.4
    }
    to {
        transform: translateY(0);
        opacity: 1

    }
}

@-webkit-keyframes topBottom {
    from {
        -webkit-transform: translateY(-130px);
        -webkit-opacity: 0.4
    }
    to {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
}

@-ms-keyframes topBottom {
    from {
        -ms-transform: translateY(-130px);
        -ms-opacity: 0.4
    }
    to {
        -ms-transform: translateY(0);
        -ms-opacity: 1
    }
}

@-moz-keyframes topBottom {
    from {
        -moz-transform: translateY(-130px);
        -moz-opacity: 0.4
    }
    to {
        -moz-transform: translateY(0);
        -moz-opacity: 1
    }
}


#s_tips{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #ff201a;
    position: absolute;
    border-right: solid 1px #ff201a; 
    left: 0;
    top: 10px;
}


#s_shop_xxx{
    display: inline-block;
    vertical-align: middle;
    width: 69px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #ff201a;
    position: absolute;
    left: 0;
    border:solid 1px #ff201a;
    border-top:none;
    top: 36px;
    visibility: hidden;
    background: #fff;
}

#addxf-bar i.xxxx_up{
    display: none;
    position: absolute;
    top: 44%;
    left: 78%;
    width: 10px;
    height: 6px;
    background: url(../images/xxxx_up.png) no-repeat 0 0;
    background-size: 100% auto;

}

.all-cate {
    float: left;
    width: 222px;
    margin-right: 100px;
    line-height: 40px;
    margin-top: 15px;
}

.all-cate-no {
    display: block;
    font-size: 16px;
    color: #ff201a;
    position: relative;
    padding-left: 40px;
}

.all-cate-no i{
    display: block;
    position: absolute;
    width: 15px;
    height: 13px;
    background: url("../images/icon-orange.png") no-repeat -520px -20px;
    left: 16px;
    top: 14px;
    margin-left: 0;
}

.all-cate-no:after {
    content: "";
    display: block;
    background: url("../images/icon-orange.png") no-repeat -550px 0;
    width: 10px;
    height: 6px;
    left: 140px;
    top: 18px;
    position: absolute;
}

.all-cate-hover {
    background: #ff201a;
    color: #fff;
}

.all-cate-hover:hover {
    color: #fff;
}

.all-cate-hover i{
    background: url("../images/icon-orange.png") no-repeat -520px 0px;
}

.new-all-content {
    position: fixed;
    left: 50%;
    top: 55px;
    margin-left: -600px;
    border: solid 1px #ff201a;
    z-index: 1000;
    width: 222px;
    display: none;
}
