@charset "UTF-8";
/* 店铺供应商信息 */
.layui-float-right{
    float:right;
}
[lay-event]{
    cursor:pointer;
}
.link{
    color:#207AD6;
}
.text-top{
    vertical-align: top;
}
.store-search{
    margin: 45px auto 0;
}
.store-search .searchbox{
    margin:0;
    clear:none;
}
.store-search .layui-input{
    height:34px;
    border-width:2px;
    border-style:solid;
}
.site-header{
    position: relative;
    z-index:10000;
    font-size:16px;
}
.site-header .category-item{
    height: 58px;
    /*line-height: 58px;*/
    background-color: #e11b10;
}
.store-search-box{
    width:280px;
    float:right;
    line-height: 58px;
}
.store-search-input-text{
    height:32px;
    background-color: rgba(255,255,255,0.2);
    border: none;
    padding: 0 10px;
    width: 255px;
    border-radius: 5px;
    color:#fff;
}
.store-search-box .layui-icon-search{
    position:absolute;
    margin-left: -30px;
    color: #fff;
}
.store-search-box input::-webkit-input-placeholder{
    color: #fcfcfc;
}
.store-search-box input::-moz-input-placeholder{
    color: #fcfcfc;
}
.store-search-box input::-ms-input-placeholder{
    color: #fcfcfc;
}
.store-header{
    height:110px;
    background-color:#F5F6F8;
}
.store-header-content{
    position:relative;
    z-index: 2;
}
.store-bg{
    position:absolute;
    z-index: 1;
    border-width:55px 600px;
    border-style:solid;
    border-color:transparent #F0F1F3 #F0F1F3 transparent;
}
.w120{
    width:120px;
}
.w170{
    width:170px;
}
/* body .product-list{
    height:360px;
} */
input::-webkit-input-placeholder{/*Webkit browsers*/
    color:#C0C4CC;
    font-size: 15px;
}
input::-moz-placeholder{/*Mozilla Firefox 4 to 8*/
    color:#C0C4CC;
    font-size: 15px;
}
input::-ms-input-placeholder{/*Internet Explorer 10+*/
    color:#C0C4CC;
    font-size: 15px;
}
.error-store{
    padding:50px 0;
    text-align: center;
}
.error-text{
    font-size:16px;
    margin-top:30px;
}
.site-list{
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 225px;
    width: 975px;
    text-align: center;
}
.site-a{
    flex-basis: 110px;
    margin-left:0;
    cursor:default;
}
.site-a a{
    color:#333;
    cursor:pointer;
}
.child-menu{
    display: none;
    background-color:#fff;
    border:1px solid #eee;
    margin:5px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;
}
.child-menu li{
    padding:5px;
}
.aui-container-bxo{
    display: none;
}
.store-head-right{
    line-height: 110px;
    text-align: right;
    padding-right: 20px;
}
.alink{
    color:#e11b10;
}
.m5{
    margin:5px;
}
.store-list-more{
    margin:30px 0 10px 0;
    display: inline-block;
}
/*店铺头部*/
.store-head-logo{
    display: inline-block;
    max-height:40px;
    max-width:300px;
    vertical-align: middle;
}
.store-head-logo img{
    vertical-align: sub;
    max-height: 40px;
}
.store-top-head{
    height:40px;
    line-height: 34px;
    margin:35px 0;
}
.stand-line{
    height:56px;
    width:1px;
    margin:0 20px;
    background-color: #eee;
}
.search-box-store{
    width:527px;
    height: 34px;
    border:1px solid #e11b10;
    border-radius: 100px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    z-index: 11;
}
.search-box-store .search-input{
    width: 320px;
    height: 32px;
    line-height: 32px;
    padding:0 20px;
    margin:0;
    border-radius: 100px;
}
.store-btn-box{
    position:absolute;
    top: -1px;
    right: -2px;

}
.store-search-btn{
    /* width: 85px; */
    width: auto;
    padding: 0 16px;
    height: 36px;
    display: block;
    background-color: #e11b10;
    color:#fff;
    border: none;
    text-align: center;
    line-height: 36px;
    float: left;
}
.store-search-this:hover{
    background-color: #e74940;
}
.store-search-this:active{
    background-color: #be2017;
}
.store-search-all{
    background-color: #666666;
    border-radius: 0 100px 100px 0;
}
.store-search-all:hover{
    background-color: #858585;
}
.store-search-all:active{
    background-color: #525252;
}
.store-car{
    padding: 0 19px;
    line-height: 34px;
    height: 34px;
    border:1px solid #e11b10;
    border-radius: 100px;
    background-color: #ffffff;
    color: #e11b10;
}
.store-car:hover{
    background-color: #fdf2f1;
}
.store-mask{
    margin-left: -65px;
    position:absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 100px 0;
}
/*分类导航样式*/
.category-site-list{
    display: inline-flex;
    /*margin-left: 225px;*/
    width: 975px;
    text-align: center;
    position:absolute;
}
.category-site-list > ul{
    overflow: hidden;
    height:48px;
}
.category-site-list > ul > li{
    color: #fff;
    padding: 0 30px;
    opacity: 0.8;
}
/* .category-component-container > .category-head-title{
    opacity: 0.8;
} */
.category-component-container > .category-head-title:hover,
.category-site-list > ul > li:hover{
    opacity: 1;
}
.category-component-container > .category-head-title .store-mask{
    background:rgba(51,51,51,0.2);
}
.category-component-container:hover > .category-head-title .down-icon{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.category-component-container .content-category-box{
    width: 190px;
}
.site-header .category-component-container .cate-detail-body-box{
    margin-left:189px;
}
.category-site-list .category-name{
    position:relative;
    line-height: 48px;
}
.category-site-list .store-mask{
    border-radius:0;
    top:0;
    left:-30px;
    width:calc(100% + 60px);
    margin:0;
}
.category-head-title .store-mask{
    margin:0;
    top:0;
    border-radius: 0;
}
.category-head-title.active{
    right:0;
}
.site-category-list-head .category-component-container{
    margin-top:0;
}
.site-category-list-head .category-head-title{
    width: 190px;
    border: none;
    line-height: 48px;
    color:#fff;
    padding: 0;
    text-align: center;
    position:relative;
}
.store-mask-top-text{
    position:relative;
    z-index:1;
}
.store-info-view{
    background: #f5f6f8;
    z-index: 1;
    position: relative;
}
.store-info-view .store-info-banner{
    width: 607px;
    height: 96px;
    text-align: right;
}
.store-info-view .store-info-banner > img{
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
}
body .site-header .down-icon{
    display: inline-block;
}
.store-info-collect{
   display: inline-block;
}
.store-info-collect .collect-icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.store-info-collect .collect-1 {
	background: url('../img/svg/collect-1.svg') no-repeat 50%/100%;
}
.store-info-collect .collect-2 {
	background: url('../img/svg/collect-2.svg') no-repeat 50%/100%;
}