@charset "utf-8";
body .public-slider-text a:hover >span{
    text-decoration: underline;
}
body .layui-form-select dl dd.layui-this{
    color:#fff !important;
}
body .layui-tab-brief[overflow] > .layui-tab-title .layui-this:after{
  top: auto;
}
body .enquiry-state{
    background-image: linear-gradient(0deg,
    rgb(225,23,25) 0%,
    rgb(252,72,86) 100%);
}
body .enquiry-state-4{
    background-image: linear-gradient(0deg,
    rgb(255,185,118) 0%,
    rgb(255,163,19) 100%);
}
#componentView .double-list{
    background:#f5f5f5;
}
/*头部样式*/
body .site-topbar{
    color:#666666;
    background:#ffffff;
    border-bottom:1px solid #eee;
}
body .cart-button{
    background-image: url("../../img/red-cart.png");
    background-position-y: 7px;
}
body .info-button{
    background-image: url("../../img/red-robot-text.png");
}
[lay-filter="parchTabBrief"] .layui-tab-bar{
    display: none;
}
body .layui-tab-brief[overflow] > .layui-tab-title .layui-this:after{
    top:auto;
}
body .slider-pager{
    height:340px;
}
body .aui-content-menu-head-list a{
    font-weight:bold;
}
body .top-logo{
    width: 300px;
    height: 20px;
    /*line-height: 20px;*/
}
body .top-logo:before{
    display: inline-block;
}
body .top-logo:after{
    display: inline-block;
}
body .site-footer .footer-links dl{
    width:250px;
}
body .site-footer .footer-links{
    margin-left:170px;
}
body .mall-logo{
    padding:20px 0;
    width: auto;
    max-width:245px;
    height: 40px;
}
/*智能小采*/
.robot{
    background-image:url('../../img/rd-robot.png');
}