@charset "UTF-8";
@import url(./newComponet.css);
a{
  color:#333;
}
a:hover{
 color:#0062ae;
}

.top-content{
    padding:37px 0;
}
.top-search{
    width:580px;
    float:right;
}
.top-bar{
    height:20px;
}
.search-input-box{
    margin-top:20px;
    height:40px;
    border-radius:20px/20px;
    overflow: hidden;
}
.search-input-text{
    height:38px;
    padding-left:20px;
    padding-right:20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width:calc(100% - 80px);
    border:1px solid #eee;
}
.search-left{
    /*width:460px;*/
    width: 440px;
    float:left;
    overflow: hidden;
    position:relative;
    border-radius: 20px;
}
.search-right{
    width: 120px;
    height:40px;
    float:right;
    border-radius: 20px;
}
.search-icon-box{
    width: 47px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color:#fff;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
    text-align: center;
    line-height: 40px;
    font-size:18px;
}
input::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc;
}

.search-right{
    cursor:pointer;
    text-align: center;
    line-height: 40px;
}
.search-icon{
    cursor:pointer;
    display: block;
    width:16px;
    height:16px;
    position:absolute;
    right:20px;
    top:50%;
    margin-top:-8px;
    background:url(../img/blue-theme/search-icon.png) no-repeat;
}
.cart-icon{
    vertical-align: sub;
    display: inline-block;
    width:21px;
    height: 21px;
    background:url(../img/blue-theme/cart-icon.png) no-repeat;
}
.search-cart{
    color:#ffffff;
}
.top-text{
    cursor:pointer;
}
.home-content{
    background:#F3F3F3;
}
/*组件样式 start*/
.mp25{
    padding:25px 0 0 25px;
}
.mp20{
    padding:0 20px;
}
.p10-20{
    padding:10px 20px;
}
.mall-notice-icon{
    width: 80px;
    height: 16px;
    display: inline-block;
    background:url(../img/blue-theme/mall-notic.png) no-repeat;
}
.info-more-button,
.more-text-button,
.blue-more-button{
    float:right;
    cursor:pointer;
}
.slider-controls,
.info-body{
    height:165px;
}

.notice-link a{
    color:#666;
}
.info-more-button:hover,
.more-text-button:hover,
.blue-more-button:hover,
.notice-link a:hover>span,
.public-slider-text a:hover>span{
    color:#0062ae;
    text-decoration:underline;
}
.public-slider-text{
    margin-top:14px;
}
.public-slider-text:first-child{
    margin-top: 0px;
}
.public-slider-text .text-left:before,
.public-slider-text .text-left-list:before{
    content:'';
    display: inline-block;
    height: 4px;
    width: 4px;
    vertical-align: middle;
    background-color: #BCBCBC;
    margin-right:10px;
}
.public-slider-text .text-left,
.public-slider-text .text-left-list{
    display: inline-block;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
    vertical-align: middle;
}
.bg-white{
    background-color:#ffffff;
}
.info-title-blue{
    height:40px;
    line-height: 40px;
    border-bottom:1px solid #eee;
}
.personal-icon{
    display: inline-block;
    width: 82px;
    height: 16px;
    background:url(../img/blue-theme/personal-center.png) no-repeat;
}
.text-right{
    float:right;
}
.public-slider-text .text-right,
.info-more-button,
.blue-more-button,
.more-text-button{
    color:#999;
}
.container-half{
    display: inline-block;
    width:590px;
}
.container-half-right{
    margin-left:20px;
    float: right;
}
.floor-head{
    position: relative;
}
/*组件样式 end*/
.login-content{
    padding:30px 0;
}
.pr20{
    padding-right:20px;
}
.login-link a{
    color:#0062ae;
    cursor: pointer;
}
.login-link a:hover{
    color:#015293;
    text-decoration: underline;
}
.login-info-right,
.login-info-left{
    display: inline-block;
    vertical-align: middle;
}
.vertical-line:before{
    content: "|";
    display: inline-block;
    margin: 0 5px;
    color: #eee;
    line-height: 16px;
    font-size: 16px;
}
.user-info{
    display: none;
    width:140px;
}

/*公告标题图标 start*/
.icon-bulkPurchase{
    display: inline-block;
    width: 141px;
    height: 19px;
    background:url(../img/blue-theme/bulkPurchase.png) no-repeat;
}
.icon-noticeList{
    display: inline-block;
    width: 102px;
    height: 19px;
    background:url(../img/blue-theme/noticeList.png) no-repeat;
}
.icon-inquiryReverse{
    display: inline-block;
    width: 158px;
    height: 19px;
    background:url(../img/blue-theme/inquiryReverse.png) no-repeat;
}
.icon-inquiryPurchase{
    display: inline-block;
    width: 142px;
    height: 19px;
    background:url(../img/blue-theme/inquiryPurchase.png) no-repeat;
}
.icon-eInquiryPurchase{
    display: inline-block;
    width: 142px;
    height: 19px;
    background:url(../img/blue-theme/eInquiryPurchase.png) no-repeat;
}
/*公告标题图标 end*/
.public-slider-text .text-right{
    position: relative;
}
.notice-time-radius{
    position: absolute;
    border-radius: 20px;
    background: #eee;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 16px;
    white-space: nowrap;
    right: 0;
}
.notice-time-blue{
    background:#EAF1F7;
    color:#1890FF;
}
.notice-time-warn{
    background:#FFF7E6;
    color:#FA8C16;
}
.notice-more{
    z-index: 99;
    position: absolute;
    right: 20px;
    margin-top: 10px;
}
.layui-this {
    color: #207AD6 !important;
}
.run-time{
    background:#EAF1F7;
    color:#0464AE;
}
.theme-blue .top-message:after{
    content:")";
}
.theme-blue .top-message:before{
    content:"(";
}
.layui-laypage-blue.layui-laypage a:hover{
    color:#207AD6;
}
.border-style{
    border:1px solid #e0e0e0;
}
/* 首页店铺组件样式 */
.flex-box {
    display: flex;
    padding: 20px 0;
    margin: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.flex-box .shop-item {
    background-color: #edeae8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    min-width: 180px;
}
.flex-box .shop-item img {
    max-width:70px;
    max-height: 70px;
}
.store-logo-box{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* border: 1px solid #eee; */
    overflow: hidden;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
}
.flex-box .shop-item h4 {
    width: 160px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 14px;
    font-size:16px;
    color:#333;
    font-weight: bold;
}
.flex-box .shop-item a {
    color:#5190DD;
}

.flex-box .shop-jd-item {
    background: #f5f6f8;
}
.flex-box .flex-right-box {
    margin-left: 20px;
    flex-grow: 1;
}
.flex-box .flex-right-box .good-category-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}
.flex-box .flex-right-box .good-category-list li {
    cursor: pointer;
    overflow: hidden;
}
.flex-box .flex-right-box .good-category-list li h2 {
    font-size: 16px;
    float: left;
    padding-bottom: 16px;
}
.flex-box .flex-right-box .good-category-list li span.more-good {
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 50%;
    border: solid 1px #eee;
    color: #666;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    float: right;
}
.flex-box .flex-right-box .good-category-list li span.more-good i {
    font-size: 12px;
    font-weight: 100;
    transform: scale(0.7);
    display: inline-block;
}
.flex-box .flex-right-box .good-category-list li span.more-good:hover {
    background-color: #e11b10;
    color: #fff;
}
.flex-box .flex-right-box .good-category-list li:hover h2,
.flex-box .flex-right-box .good-category-list li.active h2 {
    color: #e11b10;
    position: relative;
}
.flex-box .flex-right-box .good-category-list li:hover h2:after,
.flex-box .flex-right-box .good-category-list li.active h2:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e11b10;
    position: absolute;
    bottom: 0;
    left: 0;
}
.flex-box .flex-right-box .good-category-list li:hover span.more-good,
.flex-box .flex-right-box .good-category-list li.active span.more-good {
    background-color: #e11b10;
    color: #fff;
}
.flex-box .flex-right-box .good-category-list li:last-child {
    margin-right: 0;
}
.flex-box .flex-right-box .goods-list {
    display: flex;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flex-box .flex-right-box .goods-list li {
    position: relative;
    width: 120px;
    margin-right: 48px;
}
.flex-box .flex-right-box .goods-list li .goods-img-lite {
    width: 120px;
    height: 120px;
}
.flex-box .flex-right-box .goods-list li .goods-img-lite img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.flex-box .flex-right-box .goods-list li p.goods-name-lite {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 115px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    color:#333;
}
.flex-box .flex-right-box .goods-list li p.goods-price-lite {
    font-size: 16px;
    color: #ff6d00;
    text-align: center;
}
.flex-box .flex-right-box .goods-list li a.gotoSkuPage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
a.gotoSkuPage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.placeholder_img {
    width: 120px;
    height: 120px;
    background-color: #f5f6f8;
}
.flex-box .flex-right-box .goods-list li:nth-child(6),
.flex-box .flex-right-box .goods-list li:nth-child(12) {
    margin-right: 0;
}
.placeHolder-sku .goods-img-lite,
.placeHolder-sku .goods-name-lite,
.placeHolder-sku .goods-price-lite,
.placeHolder-sku .type-good-img,
.placeHolder-sku .type-good-name,
.placeHolder-sku .type-good-price,
.placeHolder-sku .type-good-store {
    background-color: #f5f6f8;
}
.placeHolder-sku .type-good-store {
    height: 16px;
}
.placeHolder-sku .goods-price-lite,
.placeHolder-sku .type-good-price {
    height: 21px;
}
/* 店铺列表 */
.store-list-item{
    width:33.3%;
    margin-top:20px;
    float:left;
}
.store-item-card{
    margin-right:20px;
    padding:20px 20px 15px;
}
.store-content-top{
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}
.store-content-top > div{
    float:left;
}
.store-content-top > .store-item-card-logo{
    width: 70px;
    height: 70px;
    border:1px solid #eee;
    text-align: center;
    line-height: 68px;
}
.store-item-card-logo > img{
    max-height: 70px;
    max-width: 70px;
}
.store-content-top > .store-item-card-info{
    width: 180px;
    margin-left:14px;
    padding: 3px 0;
}
.store-content-top > .store-item-card-enter{
    float:right;
    padding:3px 0;
}
.store-item-card-info > .store-title{
    font-size:16px;
    font-weight: bold;
}
.store-item-card-info > .store-text{
    margin-top:10px;
    line-height: 12px;
    font-size:12px;
}
.store-content-bottom{
    padding-top:10px;
}
.text-666{
    color:#666;
}
.store-item-card-enter > a{
    color:#5190DD;
}
.store-category{
    height:20px;
    line-height: 20px;
}
.carousel-white-bg .layui-carousel > [carousel-item] > *{
    background:#fff;
}
.home-store-list .store-item-card{
    border:1px solid #eee;
}
.no-product-item{
    padding: 0 20px;
    margin-right: -20px;
}
.customer-head .titleImg{
    max-height: 25px;
}
.customer-head{
    line-height:36px;
    padding:13px 0 10px;
    margin: 0 20px 0 20px;
    border-bottom:1px solid #eee;   
}
.has-product-item ~ .has-product-item > .flex-box{
    border-top: 1px solid #eee;
}
.has-product-item{
    height:241px;
}
.home-store-list .store-content-top > .store-item-card-info{
    width: 170px;
}
.flex-box .shop-item a:hover{
    color:#207AD6;
}
.store-item-card:hover{
    border-color:#207AD6;
}
body .layui-layer-tips .layui-layer-content{
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT{
    border-right-color:transparent !important;
}
.default-cursor{
    cursor: default;
}