.contentwrap {
	width: 654px;
	border: 1px solid #CCC;
}
.w-100 {
	width: 100%;
}

.rw-headtitle {
	font-size: 18px;
}
.rw-headtitle p{
	line-height: 20px;
}
.rw-subtitle {
	font-size: 17px;
}

.rw-subtitle p {
	line-height: 22px;
}

.rw-text-center {
	text-align: center;
}

.rw-text-left {
	text-align: left;
}

.contentbox {
	width: 500px;
	display: inline-block;
}

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}

.pt-33 {
	padding-top: 33px;
}

.blue-color {
	color: #0066cb;
}

.fw-700 {
	font-weight: 700;
}
.fw-bold {
	font-weight: bold;
}

.anigifboxwrap img {
	padding: 2px;
}

@media only screen and  (max-width:780px) {
	.reward-contentwrap img {
		width: 100%;
	}

	.contentbox {
		width: 100%;
	}

	.contentbox .content-right {
		padding-top: 0px!important;
	}
}