.bd_header {
	margin-bottom: 25px;
}

.wst_lottery_info:after {
	content: '';
	display: block;
	clear: both;
}

.wst_lottery_info .write_ex {
	float: left;
	width: 40%;
}

.wst_lottery_prize_info li {
	display: block !important;
	line-height: 21px !important;
}

.wst_lottery_prize_info li:first-child {
	margin-top: 5px;
}

.wst_lottery_prize_info li:last-child {
	margin-bottom: 5px;
}

.wst_lottery_info .write_ex label {
	width: 110px !important;
}

.wst_lottery_info .write_ex li ul {
	width: calc(100% - 110px) !important;
}

.wst_lottery_info .write_ex::after {
	width: 110px !important;
}

.wst_lottery_info .write_ex>ul>li::after {
	left: 110px;
}

.wst_lottery_info .wst_text_orange {
	color: #FF6347;
}

.wst_lottery_info .wst_text_green {
	color: #7A9626;
}

.wst_lottery_skin {
	float: right;
	box-sizing: border-box;
	height: 216px;
	width: calc(60% - 25px);
	background-size: contain;
	background-image: url('../img/skin.png');
	border-radius: 5px;
}

.wst_lottery_skin .wst_lottery_btn {
	display: inline-block;
	cursor: pointer;
	padding: 20px;
	margin: 70px 0px 0px 195px;
	font-size: 25px;
	font-weight: bold;
	white-space: nowrap;
	transition: 0.1s;
}

.wst_lottery_skin .wst_lottery_btn:hover {
	color: #FF6347;
}

.wst_ctg {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 120px;
	padding-top: 22px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
}

.wst_ctg b {
	display: inline-block;
	padding-right: 15px;
	border-right: 3px solid #888;
}

.wst_title {
	float: right;
	display: block;
	width: calc(100% - 120px);
	line-height: 1.75;
}

.list_result {
	padding: 6px 0 0 !important;
}

.list_result .result_img {
	width: 24px;
	height: 24px;
}

.list_d.ldd .list_result {
	padding: 0 !important;
}

.list_d.ldd .list_result .result_img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
}