@charset "UTF-8";
@import url(./special-component.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:60px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width:410px;
    border:1px solid #eee;
}
.search-left{
    width:460px;
    float:left;
    overflow: hidden;
    position:relative;
}
.search-right{
    width: 120px;
    height:40px;
    float:right;
    background-color:#0062AD;
}
.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,
.text-float-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;
    border-radius: 12px;
    background: rgba(153,153,153,0.1);
    width:140px;
    overflow: hidden;
    color: #999999;
    right:20px;
    height:24px;
    line-height: 24px;
    text-align: center;
    font-size:12px;
}
.notice-more{
    z-index: 99;
    position: absolute;
    right: 20px;
    margin-top: 10px;
}
.layui-this {
    color: #207AD6 !important;
}
.run-time{
    background-color: rgba(225,27,16,0.08);;
    color:#E11B10;
}
.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;
}
.min-goods-store{
    height: 293px;
}
.min-goods-store .flex-box .shop-item{
    height: 250px;
}
.min-goods-store .flex-box .shop-jd-item{
    background-size: 180px 250px;
}
.min-goods-store .goods-list li{
    margin-bottom:0 !important;
}
.search-page .search-box-lite{  
    width:420px;
}
.search-page .searchbox .first-btn{
    right:68px;    
    border-radius: 0;
}
.search-page .searchbox .second-btn{
    background-color: #666;
}
.search-page .searchbox .second-btn:hover{
    background-color:#858585;
}
.search-page .searchbox .second-btn:focus{
    background-color: #525252;    
}

/*arrowMenu样式 start*/
.am-box{
    width:100%;
    overflow: hidden;
    position: relative;
}
.am-box.hide {
	display: none;
}
.am-box .layui-this .arrow-li-title{
    border-bottom: 2px solid;
}
.am-box .arrow-li-title{
    line-height: 20px;
    padding-bottom: 18px;
    cursor: pointer;
}
.am-box .more-good{
    position: absolute;
    background-color: #fff;
    top: 0;
    right: -28px;
}

.am-box .count {
    position: absolute;
    top: -14px;
    right: -10px;
    padding: 0 4px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 12px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 999px;
    height: 15px;
    font-weight: normal;
}

.am-box ul{
    display: flex;
    white-space: nowrap;
    position:relative;
}
.am-box li{
    margin-right: 26px;
    line-height: 40px;
    font-size:16px;
    position: relative;
    height: 40px;
    box-sizing: border-box;
    font-weight: bold;
}

.am-more li{
    margin-right: 78px;
}
.left-arrow .icongengduo,
.right-arrow .icongengduo{
    font-size:14px;
}
.right-arrow,
.left-arrow{
    position: absolute;
    right:0;
    top:0;
    z-index: 1;
    width: 20px;
    line-height: 40px;
    text-align: center;
    height: 100%;
    background:#fff;
    box-shadow:  -4px 0 10px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}
.left-arrow{
    left: 0;
    transform: rotate(180deg);
}
/* am-more 样式*/
.am-more{
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.am-more .arrow-li-title{
    padding-top: 19px;
}
.am-more .more-good{
    top:19px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.am-more li{
    height: auto;
}
.am-more .right-arrow,
.am-more .left-arrow{
    height: 60px;
    line-height: 60px;
    top:0px;
}

.am-more > .am-ul-box{
    box-sizing: border-box;
    position: relative;
}
.am-navigator .am-ul-box .arrow-li-title{
    padding: 9px 0;
}
.am-navigator.am-box li,
.category-head[data-type="scene-hall-name"]{
    font-weight: bold;
}
/*arrowMenu样式 end*/
/* 场景馆组件样式 start */
.flex-box.scene-flex-box{
    padding:25px 0;
}
[simple-carousel] .mini-box ~ .mini-box{
    padding-left: 12px;
    background-color: #fff;
}
.sh-item{
    width: 220px;
    height: 224px;
    border-radius: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(251,251,252,0.8) 0%,rgba(245,246,248,0.8) 100%);
}
.sh-item:last-child{
    margin-right: 0;
}
.sh-desc{
    padding:0 20px;
    box-sizing: border-box;
}
.sh-desc .sh-title{
    margin: 32px 0 8px;
    line-height: 24px;
    font-size:20px;
    font-weight: 600;
}
.sh-desc .sh-sub-title{
    margin-top:12px;
    color: #999;
    line-height: 16px;
    overflow: hidden;
    height: 16px;
}
.sh-pic{
    margin:auto;
    width: 180px;
    height: 160px;
    position: relative;
}
.sh-pic img{
    width: 100%;
    height: 100%;
}
/* 场景馆组件样式 end */
.floor-head .title{
    font-size:24px;
}
.component-div .title,
.component-div .sh-title
{
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif, "Microsoft YaHei";
}
.message-box{
    position: absolute;
    width: 100px;
    background-color: #fff;
    right: 0;
    top: 26px;
    /* display: none; */
    overflow: hidden;
    height: 0;
    transition: height 0.3s;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgb(204 204 204 / 80%);
}
.message-box li{
    padding: 5px 10px;
    color: #666;
}
.message-box li:hover{
    background-color: #f5f6f8;
}
.message-box li ~ li{
    border-top: 1px solid #eee;
}
.label-box{
    display: flex;
    justify-content: space-between;
}
.label-box .label-category-list{
    width: 200px;
    height: 292px;
    background-color: #fff;
}
.label-box .label-category-list li{
    margin-top:16px;
    text-align: center;
}
.label-box .label-category-btn{
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 18px;
    background-color: #f5f6f8;
    display: inline-block;
}
.label-box .active{
    background-color: #E11B10;
    color: #fff;
}
.label-box .label-goods-list{
    width: 986px;
    height: 292px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 22px 20px;
}

/* 特色专场 */
.special-space-container {
	margin-top: 45px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	height: 100%;
}

.special-space-container .special-space-item {
	flex: 1;
	-ms-flex: 1;
}

.special-space-container .special-space-item:not(:last-of-type) {
	margin-right: 15px;
}
.component-div[data-name="layoutHeadTopCart"] {
    position: absolute;
    right: -10px;
}
.upload-img-box{
    position: relative;
}
.del-mask{
    display: none;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.upload-img-box:hover > .del-mask{
    display: block;
}
.img-del{
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer-notice .hang-sub-title{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    line-height: 19px;
}

/* 增加首页公告弹窗提示样式*/

.layer-notice .notice-info{
    padding: 20px 24px;
}
.layer-notice .notice-info-title{
    border-bottom: 0;
    color: #9D2227;
    font-size: 20px;
    line-height: 28px;
    padding-right: 32px; 
    position: relative;
}
.layer-notice .layui-icon-close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}
.layer-notice .layui-icon-close:hover{
    color: #9D2227;
}
.layer-notice .notice-info-box{
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 8px 6px 8px 0;
}
.layer-notice .notice-content{

    max-height: 340px;
    overflow-y: auto;
    padding: 12px 14px 12px 16px;
    line-height: 22px;
    font-size: 14px;
    box-sizing: border-box;

    text-align: left;
}
.layer-notice .notice-content p{
    text-align: left;
    line-height: 22px;
    margin-bottom: 8px;
}
.layer-notice .notice-info-btn{
    text-align: right;
}
.layer-notice .notice-info-btn .layui-btn{
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}
@-moz-document url-prefix() {
    .customer-scrollbar {
        scrollbar-width: thin; /* 设置滚动条的宽度 */
        scrollbar-color: #D9D9D9 transparent; /* 设置滚动条的前景颜色和背景颜色 */
    }
}
.customer-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.customer-scrollbar::-webkit-scrollbar-track {
    border-radius:10px;
}
.customer-scrollbar::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 5px;
    border: 6px solid rgba(0, 0, 0, 0);
    box-shadow: 8px 0 0 #A5ADB7 inset;
}
.customer-scrollbar::-webkit-scrollbar-thumb:hover{
    background-color: #D9D9D9;
    opacity: 0.9;
    box-shadow: 8px 0 0 #4A4A4A inset;
}