
#works_info {
    padding: 15px;
	position: relative;
}

#works_name {
    color: #000;
    margin-top: 1px;
	font-size: 22px;
}

#works_like {
    color: #b7aa92;
}

.sell_price {
	font-size: 22px;
}

.buy_btn {
	position: absolute;
	right: 15px;
	margin-top: -50px;
	background-color: #000;
	color: #fff;
	width: 90px;
	height: 30px;
}

.attention_btn {
	position: absolute;
	right: 0px;
	padding: auto 0px;
	margin-top: 10px;
	background-color: #f5f5f5;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	width: 70px;
	height: 30px;
	border: none;
	color: #000;
}

.works_has_container {
	margin-top:5px !important;
}

.works_has_icon {
	width:12px;
	height:12px;
}

.works_has_text {
	font-size:12px;
	margin-right: 20px;
	margin-left:2px;
}

.introduce_title {
	font-size: 12px;
	color: darkgray;
	margin-top: 15px;
	margin-bottom: 8px;
}


.horiz {
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
	margin-top: 10px;
    margin-bottom: 80px;
}

.horiz .left-btn {
    display: flex;
}

.horiz .right-text {
	display: flex;
	margin-left: 8px;
}

.btn_comment_open {
	border-radius: 100px !important;
	padding: 10px 30px !important;
}