.btn:focus {
    box-shadow: unset !important;
}
button:focus {
    outline: unset;
}
/*自定义增加*/
	/*^^内容布局*/
.lf-width{
	margin:0 auto;
	max-width: 1400px;
	min-width: 1200px;
}

.qie{
	 cursor:pointer;
}

.right-125{
	right: 1.25rem !important;
}
.top-075{
	top: 0.75rem !important;
}	
	/*^^图片效果*/
.lf-img {
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.lf-img:hover{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
	/*^^阴影效果*/
.lf-shadow{
	box-shadow: 0 0 0 none;
	transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
}
.lf-shadow:hover{box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);}

.lf-bg1{
	background: rgba(0,0,0,0.1);
}
.lf-bg3{
	background: rgba(0,0,0,0.3);
}
.lf-bg5{
	background: rgba(0,0,0,0.5);
}
.lf-bg5{
	background: rgba(0,0,0,0.7);
}

/*逆改*/
a{
	color: #212529;
}
a:hover {
    text-decoration: unset; 
}

	/*^^导航子菜单*/
.navbar,.lf-nav .nav-item{
	position: unset !important;
}
.lf-nav .lf-nav-h{
    height: 123px;
}
.lf-nav .nav-c{
	display: none;
    background: rgba(33,37,41,0.95);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2000;
    margin-top: 3px;

}

.lf-nav .nav-item:hover .nav-c{
	display: block;
}
.lf-nav .nav-item::after , .lf-nav .active::after{
    display: none;
    position: relative;
    content: "";
    bottom: 0;
    height: 3px;
    background: #dc3545;
}
.lf-nav .nav-item:hover::after , .lf-nav .active::after{
	display: block;
}

	/*^^轮播指示符*/
.carousel-control-next-icon,.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}


	/*^^表单*/
.form-inline {
    justify-content: center;
}
.form-control:focus {
    border-color: #dc3545;
    box-shadow: unset; 
}

	/*^^分页*/
.pagination {
    justify-content: center;
}
.pagination li a{
	display: inline-block;
	color: #343a40;
}
.pagination .disabled,.pagination .active, .pagination li a{
	border: 1px solid #dee2e6;
	padding: 5px 15px;
	margin: 0 5px;
	font-size: 18px;
	border-radius: 2px;
}
.pagination .active ,.pagination li a:hover{
	border: 1px solid #dc3545;
	color: #dc3545;
}

/*form*/
.btn{
	 cursor:pointer;
}

/* 默认样式 */
Input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5) !important;
  font-size: 16px;
}
Input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(0,0,0,0.5) !important;
  font-size: 16px;
}
Input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0,0,0,0.5) !important;
  font-size: 16px;
}
Input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0,0,0,0.5) !important;
  font-size: 16px;
}

/*表单错误提示样式*/
.formInput::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #dc3545 !important;
}
.formInput:-moz-placeholder, textarea:-moz-placeholder {
  color: #dc3545 !important;
}
.formInput::-moz-placeholder, textarea::-moz-placeholder {
  color: #dc3545 !important;
}
.formInput:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #dc3545 !important;
}


/*底悬浮，算一算装修多少钱*/
.footbar{
    height: 160px;
    color: #ffffff;
}
.footbar:before{
    content: '';
    height: 95px;
    width: 100%;
    background: rgba(0, 0, 0,0.85);
    position: absolute;
    bottom: 0;
    left: 0;
}
.footbar .f-bar1{
    margin-top: 10px;
}
.footbar .f-bar2{
    margin-left: 10px;
}
.footbar .f-bar2 p{
    margin-bottom: 5px;
    font-size: 20px;
}
.footbar .f-bar2 p:first-child{
    color: #eea926;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 40px;
}
.footbar .f-bar2 p:last-child{
    font-size: 14px;
}
.footbar .f-bar2 p:last-child i{
    font-style: normal;
    /* color: #e60012; */
    color: #eea926;
    font-size: 20px;
    font-weight: bold;
    margin-top: -5px;
}
.footbar .f-bar3{
    padding-bottom: 20px;
    margin-left: 30px;
}
.footbar .f-bar3 input{
    width: 130px;
    margin-left: 10px;
    font-size: 16px;
}
.footbar .f-bar3 .input-group:nth-child(4):after{
    content: '㎡';
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: rgba(0,0,0,0.5) !important;
    z-index: 100;
}
.footbar .f-bar4{
    font-size: 32px;
    margin-top: 65px;
    margin-left: 40px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.footbar .y-btn{
    background-color: #eea926 !important;
    border: 1px solid #eea926;
}
.footbar input{
    background-color: rgba(255, 255, 255, 0.7);
    border: unset;
}
.footbar .btn-danger:not(:disabled):not(.disabled):active{
    border-color: #eea926;
}
/* f_smallbar */
.f_smallbar{
    width: 160px;
    height: 50px;
    background-color: #eea926;
    position: fixed;
    top: calc((100vh - 350px)/2 + 350px);
    right: 2px;
    border-radius: 5px;
    z-index:10000;
    color: #ffffff;
    cursor: pointer;
    display: none;
}
.f_smallbar .open_btn{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_smallbar .bar_icon{
    margin-left: 10px;
    animation: dump 1s infinite;
}
@keyframes dump{
	0% {
		transform: translate(0px, -3px);
	}
	50% {
		transform: translate(0px, 3px);
	}
	100% {
		transform: translate(0px, -3px);
	}
}



/*百度商桥样式逆改*/

#newBridge .pc-group-newStyle {
    border-radius: 0 !important;
}
#newBridge .nb-customer-icon-style .nb-icon-groups-item {
    background: url(../image/icongroup2.png) no-repeat 15px;
    background-size: 25px 25px;
}
#newBridge .nb-icon-group .icon-disable {
    background: url(../image/icondisable.png) no-repeat 15px;
    background-size: 25px 25px;
}
#newBridge .pc-group-icon-newStyle {
    line-height: 24px !important;
}

/* #newBridge .nb-frame-chat-box {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin:auto !important;
} */

/*百度商桥样式逆改 end*/



