@CHARSET "UTF-8";

/* 轮播图样式 */
.index-banner,.index-banner-container,.carousel-inner,
.index-banner-container>.carousel>.carousel-inner>.carousel-item>.w-100{
    height: 380px;
}

/**搜索框**/
.banner-search2 {
    width: 100%;
    height: 60px;
    left: 20%;
    padding-bottom: 10px;
    padding-left: 5px;
    background-color: white;
}
/**搜索按钮*/
.banner-button {
    padding-left: 15px;
}
.banner-button .btn-secondary {
    float: right;
}

#specialProductsPage>.item-row{
	border-bottom: 1px solid #ccc;
    padding-top: 20px;
    margin-right: 0px;
}
#specialProductsPage>.item-row:hover{
	background: #f6f6f6;
}


/*选项卡*/
.col-form-label{
	text-align:right;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.data-content>.row,
.media-body>.row{
	margin-left: 0px;
}
.media-body .col-md-6 h5,
.media-body .col-md-8 h5,
.media-body .col-md-12 h5{
	display:inline-block;
	font-size:16px;
}

.brief h5{
	line-height: 25px;
}
.zuan-info{
	text-align: right;
}
.media-body .col-md-12 .btn-outline-info{
    height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
}

/**时间插件**/
.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}
input:focus,input.focus{
	border-color: rgba(82, 168, 236, 0.8) !important;
	outline: 0 !important;
	outline: thin dotted \9 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

@media (min-width:1117px )  and (max-width: 1488px) {
	.app-container {
		width: 80%;
	}
}
@media (min-width:993px )  and (max-width: 1116px) {
	.app-container {
		width: 90%;
	}
}
@media(max-width: 992px) {
	.app-container {
    	width: 98%;
    	margin: 0 auto;
	}
	.col-form-label{min-width: 80px;}
}
