@charset "UTF-8";

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;
    background-color:#0062AD;
    border-radius: 20px;
}
.search-icon-box{
    width: 47px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0062AD;
    color:#fff;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
    text-align: center;
    line-height: 40px;
    font-size:18px;
}
.search-icon-box:hover{
    background:#015293;
}
.search-input-text:focus{
    border-color: #0062ae;
}
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:hover{
    background-color: #015293;
}
.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:15px;
    overflow: hidden;
}
.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:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 19px;
}
.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;
}
/*公告标题图标 end*/
.notice-time-radius{
    position: absolute;
    margin-left:-80px;
    border-radius: 20px;
    background: #eee;
    display: inline-block;
    width:80px;
    height:23px;
    line-height: 23px;
    text-align: center;
}
.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;
}
.list-item{
    border-bottom: 1px solid #eee;
}
.list-text{
    vertical-align: middle;
    min-height: 20px;
    padding:5px 10px;
}
.titleImg{
    min-height:19px;
    max-height:25px;
}
/** 列表图片 */
.listImage{
    width:80px;
    height:60px;
    padding:10px
}
/** 图文组件样式 */
.common-body{
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.itemImage{
    float:left;
    width:275px;
}
.itemImage ~.itemImage{
    margin-left:20px;
}
.itemImage .itemImage-img{
    width:100%;
    height:185px;
}
.itemImage .itemImage-title{
    margin-top:15px;
}
/** 通用公告组件样式调整 */
.floor-body > .blue-more-button{
    position:absolute;
    right:20px;
    margin-top:10px;
    z-index: 1;
}
/** 热销商品组件样式 */
.product-body{
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.blankImg{
    background:#f8f8f8 url(../img/blank.png) center no-repeat;
    border: 1px solid #E5E5E5;
}
.product-box{
    width:20%;
    position:relative;
    display:inline-block;
}
.product-box ~ .product-box:before{
    content: "";
    position:absolute;
    width:1px;
    height: 100%;
    border-left:1px solid #E5E5E5;
}
.product-img{
    width: 200px;
    height: 200px;
    margin:0 16px;
}
.product-title{
    margin:20px;
    height:40px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.product-price{
    margin:0 20px;
    font-size: 18px;
    color:#FF6D00;
}
.price-sign{
    font-size:12px;
}
.product-item:hover{
    opacity:.8;
}
/*首页店铺展示样式*/
.home-store-content{
    display: flex;
    justify-content: flex-start;
    padding: 12px 23px 28px;
    /* background-color: #ffffff; */
    /*border-top: 4px solid #d3021b;*/
}
.layui-carousel > [carousel-item] > .home-store-content,
.white-bg.layui-carousel > [carousel-item] > *{
    background-color: #fff;
}
.store-pic-item{
    width: 273px;
    height: 186px;
    float:left;
    background:linear-gradient(#f5f6f8, #fafbfc 50%, #ffffff);
}
.store-pic-item ~ .store-pic-item{
    margin-left: 20px;
}
.store-pic-item-bg{
    background: url(../img/home-store-bg.png) no-repeat center bottom;
    width: 251px;
    height: 160px;
    margin:28px auto;
    overflow: hidden;
}
.store-pic-item .logo{
    width: 120px;
    height: 90px;
    margin: 15px auto;
    text-align: center;
    line-height: 90px;
}
.store-pic-item .logo img{
    max-height: 90px;
    max-width: 120px;
}
.store-pic-item .title{
    height: 40px;
    line-height: 40px;
    color:#fff;
    text-align: center;
    padding:0 20px;
}
.store-pic-item .title a{
    color:#fff;
}
.home-store .floor-head{
    margin-bottom: 20px;
    color: #e01d18;
    font-size: 20px;
}
.home-store .iconfont-store{
    font-size:20px;
}
body .link-more-red{
    color:#e11b10;
}
body .link-more-red:hover{
    color:#ee2a37;
}