/*全局 开始*/
@charset "utf-8";
html {
	overflow-x: hidden;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

html.safari .body {
	overflow-x: hidden;
}

.detail {
	overflow: hidden;
}

.detail img {
	max-width: 100%;
}

.hidden {
	display: none
}

.wrap {
	word-break: break-all;
	word-wrap: break-all;
}

.btn-color {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-color:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.max-height-70 {
	max-height: 70px;
	overflow: hidden;
}

.max-height-100 {
	max-height: 100px;
	overflow: hidden;
}

.border-gray {
	border-color: #ccc!important
}

.border-gray:hover {
	border-color: #dc3545!important
}

.bg-opacity {
	background: rgba(0,0,0,.6);
}

.choosebg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 18px solid #dc3545;
	border-left: 18px solid transparent;
}

.choose {
	position: absolute;
	bottom: -1px;
	right: -1px;
	color: #fff;
}

#modal_sm {
	z-index: 1100;
	top: 150px;
}

.datepicker {
	font-size: .85rem;
}
/*规格*/






/*bootstrap重置*/
.nav > li:hover .dropdown-menu {display: block;}h5,.h5{font-size: 1rem;}.weui-dialog,.modal-content{border:4px solid rgba(0,0,0,.1);border:4px solid #ccc\9;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}@media(min-width: 1200px){.container{max-width: 1170px;}}.btn-danger{color: #fff;background-color: #ff500b;border-color: #ff500b;}.btn-rounded{border-radius: 50px;}h6,.h6{font-size: 14px;}.h7{font-size: 12px;}.form-control{font-size: .8rem;}.btn-sm{font-size: .5rem;}.table-striped tbody tr:nth-of-type(odd){background:#f8f9fa !important;}.table-hover tbody tr:hover{background:#f8f9fa !important;}.table td, .table th{padding: .6rem;}.modal-header{padding:.4rem;background:#f3f3f3;}.modal-header .close{padding:0;margin:0;}.modal{top:100px;}

