/* ChengDe @20180718 */

@media (max-width: 992px) {
  .bop-nav-bar-button {
	  left: 50% !important;
	  -webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
			  transform: translateX(-50%);
	  -webkit-backface-visibility: hidden;
	  margin-bottom:15px;
	}

	.mobile-less-margin {
		margin: 0 -13px;
	}

	.mobile-no-margin {
		margin: 0 -15px;
	}
}


@media (max-width: 575px) {
	.g-pb-30-xs-down{
		padding-bottom:30px;
	}
}



/* Background */
.g-theme-bg-gray-light-v4 {
  background-color: #f5f5f5 !important;
}

.g-theme-bg-gray-light-v4--hover:hover {
  background-color: #f5f5f5 !important;
}


.g-theme-brd-gray-light-v3 {
  border-color: #f1f1f1 !important;
}




/******************  微信公众号的悬浮显示二维码   *********************************/

.bop-wechat-qrcode{
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 999;
	top: -280px;
	left: -96px;
	width: 220px;
	height: 252px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}


.bop-wechat-qrcode.bottom {
	top: 40px;
	left: -84px;
	&: after {
      display:none;
	}
}

.bop-wechat-qrcode h4 {
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777;
}

.bop-wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px 29px;
}

.bop-wechat-qrcode .qrcode table {
	margin: 0!important;
}

.bop-wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.bop-wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.bop-wechat-right.bop-wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 999;
	top: -110px;
	left: 30px;
	width: 220px;
	height: 252px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}

@media (max-width: 768px) {
	.bop-wechat-right.bop-wechat-qrcode {
		position: absolute;
		z-index: 999;
		top: -110px;
		left: calc(50% - 110px);
	}
}


.bop-wechat:hover .bop-wechat-qrcode{
	display: block;
}




/*bootstrap selector 修改，适配车型图页面*/

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-left: 25px;
    /*maodei:下面的样式为修改*/
    border: none;
    height: 48px;
    font-size: 16px;
    font-weight: 200;
    color: #ccc;
    border-color: #303030;
    background: rgba(0,0,0,0.8);
    display: table-cell;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;  /*maodei 更改*/
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; /*maodei:改到左边*/
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;/*maodei:改到右边*/
  margin-top: -2px;
  vertical-align: middle;
}


.btn-group.bootstrap-select {
    float: none;
    display: table-cell;
    margin-left: 0;
}

/* 下拉框主框被选中的时候的颜色 */
.bootstrap-select .dropdown-toggle:focus {
    outline: 5px auto #999 !important;
    outline-offset: -2px;
}

.btn-default:hover,
.btn-default:focus, .btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #999;
    background-color: #202020;
    border-color: #303030;
}

.col-md-6{
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 0;
    margin-bottom:5px;
}

.btn-u {
    margin-bottom:5px;
}


/*红色的搜索按钮*/
.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px;
}

/*手机的时候前面搜索框变两排，所以这个变高*/
@media (max-width: 991px) {
    .btn-u-lg, a.btn-u-lg {
        font-size: 18px;
        padding: 36px 30px;
    }
}


.tbl-head-qxpel {
	font-size:1.8em;
}
@media (max-width: 768px) {
    .tbl-head-qxpel {
		font-size:1.2em;
    }

}
.service-img-desc h2{
	margin-bottom: 1rem;
}
.btn-color{
	color:#fff!important;
	background: #ff5555!important;
}
