.popover-content {
	width: 100%;
	max-height: 50vh;
	overflow-y: auto;
}

.popover {
	width: 100%;
	max-width: 100%;
}

.close {
	margin-right: 10px;
	margin-top: 10px;
}

.introction-title {
	height: 40px;
}

.introction-div {
	margin-bottom: 40px;
}

.introction-div div div.col-xs-9 img {
	/*border: 1px solid #E1E1E1;*/
}

.tab-content>.tab-pane {
	display: none;
	margin-top: 30px;
}

.tab-content>.active {
	display: block;
}

/*list_contents*/
ol.ol-bold {
	list-style-type: cjk-ideographic;
}

ol.ol-bold>li {
	font-weight: bold;
}

ol.ol-bold img:not(.no-box-shadow) {
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
/*.tab-content {*/
#myTabContentSupport{
	line-height: 2.5em;
}

.tab-content img {
	max-width: 100%;
	display: inline-block;
	height: auto;
	margin: 1em;
}


.detail {
	margin-bottom: 50px;
	padding: 15px 0 15px 0;
	background: #fff;
	border: 2px solid #eee;
}

.photo img {
	margin: 0 auto;
	width: 100%;
	border: 1px solid #E1E1E1;
}

.price-text-color {
	color: #219FD1;
}

.price-text-color>span {
	font-size: 1.5em;
	color: red;
}

.origin-price-text-color {
	margin-bottom: -1em;
	margin-top: 1.5em;
	color: grey;
	text-decoration: line-through;
}

a:hover {
	cursor: pointer;
}

.pills-li {
	box-shadow: 1px 1px 1px 1px #eaeaea;
}

.pills-li a:active {
	box-shadow: none;
}

/*bootbox.dialog vertical center*/
.modal-content{
margin-top:40vh;
}
