body,html {margin: 0rem;padding: 0rem;text-align: center;}
/*=========reset css===========*/
*,
*::before,
*::after{
/*所有标签和伪元素都选中*/
margin: 0;
padding: 0;
/*防止内容溢出*/
box-sizing: border-box;
-webkit-box-sizing: border-box;
/*点击高亮效果取消*/
tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
}
body{font-family: "microsoft yahei",sans-serif;color: #333;background: #f7faff;width: 100vw;overflow-x: hidden;}
input,textarea{border: none;outline: none;/*不允许改变尺寸*/resize: none;/*清除浏览器自带样式*/-webkit-appearance: none;}
ul li{list-style-type:none;}

.box{
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    background: #fff;
    z-index: 10001;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}

/**
 * 导航栏 start
 */
.hdader-box{
	height: 70px;
	line-height: 70px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 !important;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}
.header-logo{
	height: 100%;
	display: flex;
	justify-content: left;
	width: 70%;
}
.header-login{
	width: 30%;
	display: flex;
	justify-content: right;
	align-items: center;
}
#header-user{
	display: none;
}
.header-login a{
	cursor: pointer;
	color: #999;
}
.header-login a:hover{
	color: #418bf7;
	transition: all 0.3s;
	text-decoration: none;
}
.nav>li>a{
	padding: 0px 15px !important;
}
.nav-header{
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
}
.nav-header>li>a{
	padding:0px 15px;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 2px solid #fff;
	color: #333;
}
.nav-header>li>a:hover{
	color: #418bf7;
	transition: all 0.5s;
	text-decoration: none;
}

.nav-header-hot{
	width: 15px;
	position: absolute;
	top: 10px;
}

.ngs-button-header-body{
	display: flex;
	justify-content: left;
	align-items: center;
	width: 112px;
	height: 35px;
	margin-left: 20px;
	
}
.ngs-button-header{
	height: 35px !important;
	line-height: 35px;
	border-radius: 40px !important;
}
.nav-header-div-base{
	text-align: left;
}
/**
 * 导航栏 end
 */

/**
 * 内容 strat
 */
.body{
	width: 100vw;
}

.content-box{
	padding: 18px 0px;
}

.separator{
	width: 30px;
	height: 5px;
	background-color: #418bf7;
	margin: 15px 0;
}
/**
 * 内容 end
 */

/**
 * 底部 strat
 */
.footer{
	position: relative;
	background-color: #212735;
	height: 220px;
	margin-top: 30px;
	padding: 40px 140px 0;
	display: flex;
	justify-content: space-between;
}
.footer_info{
	display: flex;
	justify-content: left;
	align-items: center;
}
.footer_info>div>img{
	width: 120px;
}
.footer_info>div>a{
	color: #fff;
	margin-left: 22px;
	font-size: 14px;
}
.footer_info2{
	margin-top: 32px;
	text-align: left;
}
.footer_info2>a{
	color: #6e727b;
}
.footer_info2>a>img{
	width: 24px;
}
.footer_info2>span{
	color: #6e727b;
	margin-left: 42px;
}
.footer_info3>div{
	color: #fff;
}
.footer_info3>div>img{
	width: 70px;
	margin-top: 22px;
}

/**
 * 底部 end
 */

/**
 * 输入框
 */
.ngs-control{
	margin-bottom: 20px;
}
.ngs-dis{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ngs-form-control{
	position: relative;
	height: 44px;
	margin-bottom: 20px;
}
.ngs-input-prefix{
	position: absolute;
	z-index: 99;
	height: 44px;
}
.ngs-input-prefix>i{
	font-size: 18px;
	line-height: 44px;
	margin-left: 12px;
	color: #999;
}
.ngs-input{
	border: 1px solid #dcdfe6;
	font-size: 14px;
	padding-left: 15px;
	border-radius: 4px;
	height: 100%;
	width: 100%;
}
.ngs-input-suffix{
	width: 120px;
	color: #999;
	position: absolute;
	right: -130px;
	height: 44px;
	line-height: 44px;
	text-align: left;
}

.ngs-input:hover{
	border: 1px solid #cacaca;
}

.ngs-input:focus{
	border: 1px solid #418bf7;
	transition: all 0.5s;
}

.ngs-input-icon{
	padding-left: 40px;
}


/**
 * 输入框
 */

/**
 * 按钮
 */
.ngs-button-link{
	font-size: 14px;
	color: #0076fe;
	cursor: pointer;
}
.ngs-button{
	width: 100%;
	height: 40px;
	background-color: #0076fe;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
}
.ngs-button:hover{
	background-color: #0485fd;
	transition: all 0.3s;
}
.ngs-button-disabled{
	background-color: #999 !important;
}
/**
 * 按钮
 */

/**
 * 标签页 start
 */
.nav-tabs>li>a{
	padding: 10px 20px !important;
}
.nav-tabs>.active>a{
	background-color: #418bf7 !important;
	color: #fff !important;
}
.tab-content>.tab-pane{
	padding: 20px 0 !important;
}
/**
 * 标签页 end
 */

/**
 * 商品卡片
 */
#goods-box{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	min-height: 400px;
}
.goods-box-item{
	cursor: pointer;
}
.goods_cover{
	width: 100%;
	height: 400px;
}
.brandName{
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**
 * 空状态
 */
.empty{
	color: #999;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
/**
 * 回到顶部
 */
.scrollToTop{
	position: fixed;
	z-index: 999;
}
.scrollToTopBox{
	max-height: 232px;
    position: fixed;
    right: 10px;
    top: 30%;
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(36, 53, 88);
    z-index: 8888;
}
.bs_scrollToTop{
    position: relative;
}
.bs_service_box{
	margin-bottom: 10px;
	box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	width: 40px;
    height: 60px;
    color: #888;
    font-size: 12px;
	background-image: url("https://bsbang.oss-cn-beijing.aliyuncs.com/bs-images/fk_service.png");
	background-repeat: no-repeat;
}
.bs_service_consult{
	background-position: -365px -192px;
}


.bs_service_consult:hover{
	background-color: #4f7cfc;
	background-position:-407px -192px
}
.bs_service_consult.state-hover,
.bs_service_consult:hover {
    background-position: -407px -192px
}

.bs_service_consult.state-hover .bs_service_consult_cont,
.bs_service_consult:hover .bs_service_consult_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.bs_service_consult_cont {
    position: absolute;
    width: 150px;
    min-height: 205px;
    max-height: 268px;
    border-radius: 3px;
    background: #fff;
    right: 62px;
    position: absolute;
    text-align: center;
    border: 1px solid #e1e6ec;
    border-radius: 4px 4px 4px 4px;
    display: none;
    opacity: 0;
	font-size: 14px;
	padding: 16px 10px;
}

.bs_service_consult_cont>hr{
	margin: 10px 0 ;
}

.fk_service_hint {
    width: 100%;
    height: 130px;
    color: #9aa8c2;
    text-align: center;
	background-image: url("https://bsbang.oss-cn-beijing.aliyuncs.com/bs-images/admin_qrcode.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom right;
}


.bs_service_consult::after{
	content: "\54a8\8be2";
	display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    text-align: center;
}

.bs_service_triangle {
    top: 12px;
    right: -11px;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #e1e6ec;
    z-index: 1010;
}

.bs_service_triangle:after {
    content: "\20";
    top: -6px;
    right: 1px;
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    z-index: 1000
}

.bs_service_triangle:before {
    content: "\20";
    width: 80px;
    height: 45px;
    top: -20px;
    right: -52px;
    position: absolute;
    background: rgba(0, 0, 0, 0)
}


.bs_service_feedback{
	background-position: -363px -64px;;
}
.bs_service_feedback:hover {
	background-color: #4f7cfc;
    background-position: -407px -64px
}
.bs_service_feedback::after{
	content: "\53cd\9988";
	display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    text-align: center;
}

.bs_service_float{
	display: none;
    position: absolute;
    right: 62px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #e1e6ec;
    white-space: nowrap
}

.bs_service_box:hover .bs_service_float,
.bs_service_box.state-hover .bs_service_float {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}




.bs_service_qr{
	width: 40px;
	height: 40px;
	background-position:-365px -113px;
}

.bs_service_qr:hover{
	background-color: #4f7cfc;
	background-position: -409px -113px	
}
.fk_service_qr_cont {
    width: 143px;
    height: 202px;
    border-radius: 3px;
    background: #fff;
    right: 62px;
    position: absolute;
    text-align: center;
    border: 1px solid #e1e6ec;
    background-color: #fff;
    display: none;
    opacity: 0
}
.fk_service_qr_cont>.fk_service_qrimg {
    width: 100%;
    height: 164px;
    float: left
}
.fk_service_qrimg_comm {
    float: left;
    margin: 12px 12px 5px 12px;
    width: 119px;
    height: 119px;
    background: url("https://bsbang.oss-cn-beijing.aliyuncs.com/bs-images/wx_qrcode_80X80.jpg") bottom right no-repeat;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
}
.bs_service_qr:hover .fk_service_qr_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}


.fk_service_consult_cont>.bs_service_triangle:after {
    border-left: 10px solid #fff !important
}
.bs_service_float>.bs_service_triangle:after {
    border-left: 10px solid #fff !important
}

.bs_service_upward{
	width: 40px;
	height: 40px;
	background-position: -363px -159px;
}


.bs_service_consult:hover::after,
.bs_service_feedback:hover::after,
.bs_service_consult.state-hover::after,
.bs_service_feedback.state-hover::after {
    color: #fff;
    border: 0;
    background-color: #4f7cfc
}

.bs_service_consult::after,
.bs_service_feedback::after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    text-align: center
}
@keyframes fade-in {
    0% {
        opacity: .4;
        right: 82px
    }

    100% {
        opacity: 1;
        right: 62px
    }
}


/**
 * 头像
 */
.profile{
	height: 35px;
	width: 35px;
}
.nav-header-key{
}
.nav-header-div{
	position: absolute;
	top: 65px;
	border: 1px solid #d6d6d6;
	display: none;
	background-color: #fff;
	box-shadow:0 0 10px 2px rgb(0 0 0 / 6%);
	border-radius: 3px;
	padding: 20px 20px;
}
.nav-header-div>ul{
	margin: 0 !important;
	text-align: left !important;
	padding: 12px 0;
}
.nav-header-div>ul>li{
	text-align: left;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	font-weight: 100;
	cursor: pointer;
	color: #333;
}
.nav-header-div>ul>li:hover{
	color: #0076fe;
	transition: all 0.1s;
}
.nav-header-div>ul>li>i{
	margin-right: 20px;
	font-size: 18px;
}
.nav-header-div-icon{
	width: 10px;
	height: 10px;
	border: 1px solid red;
	transform: rotate(45deg);
	position: absolute;
	border-left: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	border-right: none;
	border-bottom: none;
	top: -5px;
	left: 10px;
	background-color: #fff;
}
.nav-header-div-user{
	line-height: normal;
	width: 150px;
	border-bottom: 1px solid #eceff6;
	display: flex;
	justify-content: space-between;
	height: 58px;
	padding-bottom: 18px !important;
}
.nav-header-div-edit{
	line-height: normal;
	text-align: right;
	border-top: 1px solid #eceff6 ;
	font-size: 14px;
	padding-top: 12px;
}
.nav-header-div-edit>span{
	font-weight: 400;
}
.nav-header-div-edit>span:hover{
	color: #0076fe;
	cursor: pointer;
}
#member-name{
	line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .3s;
	font-weight: 400;
}
#member-level{
	margin-top: 3px;
    line-height: 16px;
    font-size: 12px;
    color: rgba(153,153,153,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: 400;
}

/**
* 卡片
*/
.ngs-card{
	background: #fff;
    box-shadow: 0 1px 2px #ebecec;
    overflow: visible;
    border-radius: 0;
}
.ngs-card-header{
	border-bottom: 1px dashed #ebecec;
    line-height: 32px;
    box-sizing: border-box;
	position: relative;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    padding: 7px 30px 7px 30px;
	display: flex;
	justify-content: space-between;
}
.ngs-card-header>span{
	font-weight: 700;
}
.ngs-card-body{
	padding: 20px 30px;
}

/**
* 隐藏 与 显示
*/
.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.modal-content{
	text-align: left !important;
}