/* promotion */
body { background-image: url(../images/winwin188/bg-promo.png);padding-bottom: 50px;}
.promotion {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	background: transparent;
}
.promotion__main {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	margin-top: 10px;
	border-radius: 1px;
}
.promotion__main:last-child {
	margin-bottom: 10px;	
}
.promotion__item {
	display: flex;	
	width: 100%;
	padding: 10px;
}
.promotion__img {
	padding-right: 10px;
	width: 120px;	
	height: 100px;
}
.promotion__info {
	display: flex;
	flex-direction: column;	
}
.promotion__title {
	font-size: 18px; 
	color: #000;
	font-weight: bold;	
}
.promotion__sub-title {
	margin-bottom: auto;
	line-height: 18px;	
}
.promotion__btn {
	background: #B22222;
	color: #fff !important;
	width: 112px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	margin-top: 2px;
}
.promotion__content {
	display: none;	
	color: #000;
	padding: 0 10px;
}
.promotion__content ul {
	padding-left: 20px;	
}
.promotion__content ul li {
    list-style: disc;
    line-height: 200%;
}

