@charset "utf-8";
/* CSS Document */
body {
	background: #f5f5f5;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:19px;
}
* {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style: none;
}
li {
	float: left;
}
img {
	border: 0px;
}
a {
	color: #ff4487;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left{
	float:left;
}
.page_wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
h1 {
	font-size: 32px;
	width: 100%;
	float: left;
}
h2 {
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 5px;
	width: 100%;
	float: left;
}
h3 {
	font-size: 16px;
	width: 100%;
	float: left;
}
h4 {
	font-size: 14px;
	width: 100%;
	float: left;
}
.mainpage_width {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
header {
	padding: 13px 0;
	background: #e73575;
	color: #fff;
}
header a {
	color: #fff;
}
.logo {
	float: left;
	width: 300px;
}
.logo p {
	font-weight: normal;
}
.logo a {
	font-size: 32px;
	text-transform: uppercase;
}
.logo a:hover {
	color: #fff;
	text-decoration: none;
}
nav {
	float:right;
	padding:3px 0 0 0;
}
nav button {
	display: none;
}
nav a {
	color: #fff;
	padding:10px 20px;
	float: left;
	margin-right: 2px;
	font-size:16px;
}
nav a.current {
	background: #a9154a;
	border-radius:5px;
}
nav a:hover {
	background: #a9154a;
	border-radius:5px;
}
.socials {
	float: right;
	padding: 7px 0 0 0;
}
.socials a {
	width: 35px;
	height: 35px;
	margin: 2px;
	border-radius: 50%;
	float: left;
	border: 1px solid #fff;
	text-align: center;
	line-height: 35px;
}
.socials a:hover{
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
}
.socials a:hover {
	color: #333;
}
.page {
	padding-top: 20px;
}
.col_left {
	width: 73.5%;
	float: left;
}
.reivewlists {
	width: 100%;
	float: left;
}
.reivewlists li, .sidebox, .maintext, .blogdetail {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0 0 20px 0;
	float: left;
	background: #fff;
	border-radius:5px;
}
.reivewlists li h2 {
	width: 100%;
	position: relative;
}
.reivewlists li h2 b {
	float:left;
	padding:0 5px 0 0;
	
}
.reivewlists li h2 {
	padding: 0 0 15px 0px;
	margin:0;
	color:#666;
}
.reivewlists li h2 a {
	float: left;
}
.reivewlists li h2 .stars {
	margin: 7px 0 0 10px;
}
.maintext h2 {
	padding-bottom: 10px;
}
.maintext p {
	padding: 5px 0;
}
.sidebox h2 {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	color: #333;
	font-size:18px;
}
.sidebox ul.sidebar_bloglist{
	list-style:outside;
	padding:0 0 0 15px;
}
.sidebox ul li {
	width: 100%;
	float: left;
	padding: 5px 0;
}
.reivewlists li figure {
	float: left;
	width: 100%;
	max-width: 210px;
	height: 172px;
	border-radius:15px;
	overflow:hidden;
}
.reivewlists li figure img {
	width: 100%;
	height: 100%;
}
.reivewlists li > div {
	margin: 0 0 0 230px;
}
.reivewlists li > div p {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
.sidebar {
	float: right;
	width: 25%;
}
.btn {
	border-radius: 2px;
	padding: 6px 20px;
	float: left;
	margin-right: 10px;
	color:#fff;
	background:#ff4487;
}
.btn::after {
	content: "";
	display: inline-block;
	font-family: Fontawesome;
	font-weight: normal;
	line-height: 10px;
	margin-left: 5px;
	text-align: center;
	transition: all 0.1s ease 0s;
}
.stars {
	background: url(smallstars.png) repeat-x left -17px;
	width: 120px;
	height: 16px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.stars span {
	float: left;
	height: 100%;
	position: absolute;
	left: 0px;
	top: -1px;
	background: url(smallstars.png);
}
.stars .stars_5 {
	width: 100%;
}
.stars .stars_4half {
	width: 88px;
}
.stars .stars_4 {
	width: 76px;
}
.stars .stars_3half {
	width: 68px;
}
.stars .stars_3 {
	width: 56px;
}
.stars .stars_2half {
	width: 48px;
}
.stars .stars_2 {
	width: 39px;
}
.stars .stars_1half {
	width: 28px;
}
.stars .stars_1 {
	width: 20px;
}
.stars .stars_half {
	width: 8px;
}
.stars .stars_0 {
	width: 0px;
}
footer {
	width: 100%;
	background: #222;
	border-top: 4px solid #e73575;
	padding: 30px 20px;
	text-align: center;
	color: #ccc;
	float: left;
	font-size: 12px;
	box-sizing: border-box;
}
footer a {
	color: #ccc;
	padding:0 5px;
}
footer a:hover {
	color: #f53b3b;
}
footer p {
	padding: 5px 0;
}
.blogdetail h2 {
	padding: 5px 0 20px 0;
}
.blogdetail p {
	padding: 10px 0;
	font-size: 14px;
	width: 100%;
	float: left;
	line-height: 22px;
}
.blogdetail p img {
	width: 100%;
	height: auto;
}
.blogdetail .stars {
	margin-right: 5px;
}
.blogdetail h3 {
	padding: 6px 0;
}
.blogdetail ul {
	list-style: outside;
	margin: 0 0 0 30px;
	padding: 6px 0;
}
.blogdetail ul li {
	width: 100%;
	padding: 3px 0;
}
.blogdetail .btn {
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}
 @media all and (min-width:768px) {
nav {
	display: block!important;
}
}
@media screen and (max-width:768px) {
.col_left, .sidebar {
	width: 100%;
}
.nav {
	position: relative;
	z-index: 999;
}
.nav button {
	display: block;
	width: 100%;
	text-align: center;
	background: #e73575;
	border: 0px;
	float: left;
	color: #fff;
	padding: 15px 0;
}
.nav ul {
	position: absolute;
	left: 0px;
	top: 46px;
	overflow: hidden;
}
.nav ul li {
	width: 100%;
	background: #e73575;
}
.nav ul li a {
	width: 100%;
}
}
@media screen and (max-width:568px) {
.reivewlists li label {
	width: 100%;
}
.reivewlists li > div {
	margin: 10px 0 0 0px;
	width: 100%;
	float: left;
}
.logo {
	text-align: center;
	width: 100%;
}
.socials {
	width: 246px;
	margin: 0 auto;
	float: none;
	padding: 25px 0 10px 0;
	overflow: hidden;
}
.blogdetail .stars {
	float: none;
	overflow: hidden;
	display: block;
}
}
