
body {
	font-size: 10px;
	font-family: verdana, sans-serif;
	background-position: 50% 50%;
	padding: 0px;
	margin: 0px;
}
.content {
	width: 800px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 20px;
}
h1 {
	color:#221A69;
	font-weight:normal;
	text-decoration:none;
}
.tabbed_content {
	background-color: #fff;
	width: 100%;
	box-shadow:0px 0px 10px rgba(212, 218, 224, 0.6);
}
.tabs {
	height: 66px;
	position: relative;
	border-bottom:1px solid #e4e4e4;
}
.tabs .moving_bg {
	position: relative;
	padding: 15px;
	position: absolute;
	width: 33.333339%;
	z-index: 190;
	left: 0;
	padding-bottom: 37px;
	background-color: #e60005;
	color: #fff;
	background-position: bottom left;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.tabs .moving_bg::before{
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	background-image: url(../images/arrow_down.png);
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -32px;
}
.tabs .tab_item {
	display: block;
	float: left;
	padding: 23px 15px;
	width: 33.333339%;
	color: #333;
	font-size: 16px;
	border:1px solid #e4e4e4;
	border-right:0px;
	border-bottom:0px;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;}
.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #fff;
	padding: 20px;
	position: relative;
	width: 1200px;
	box-sizing: border-box;
}
.tabslider {
	width: 5000px;
}
.tabslider ul {
	float: left;
	width: 1200px;
	margin: 0px;
	padding: 0px;
	margin-right: -36px;
	box-sizing: border-box;
	list-style-type: none;
}
.tabslider ul a {
	color: #333;
	text-decoration: none;
}
.tabslider ul a:hover {
	color: #333;
}
.tabslider ul li {
	float:left; margin-left:40px; margin-bottom:14px;margin-top:14px;width: 330px;height: 314px;  cursor: pointer;
}
.tabslider ul li .star-img{width: 100%;}
.tabslider ul li .star-img img{width: 100%;border-radius: 10px;}

.active{color: #fff !important;}



.theme-content{
	overflow: hidden;
    background-color: #fff;
    padding: 20px;
    position: relative;
    width: 1200px;
    box-sizing: border-box;
}
.theme-tab{width: 100%;overflow: hidden;}
.theme-tab-li{
	width: 33.3334%;
    float: left;
    padding: 15px 0;
    color: #333;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-right:0px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.theme-tab-li b{
	display: block;
	position: absolute;
    width: 0;
    height: 0;
	border-width:10px;
    border-color: transparent;
    border-style: solid;
}
.theme-tab-li:last-child{border-right:1px solid #e4e4e4;}

.theme-tab-li:hover, .theme-tab-li-checked{
	border-top-color: #e60005;
	border-bottom-color: #e60005;
	color: #e60005;
}
.theme-tab-li:hover b, 
.theme-tab-li-checked b{
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-top-width:0;
	border-bottom-color:#e60005;
}
.theme-tab-li-checked b:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;}
.theme-tab-li li:hover b:after,
.theme-tab-li-checked b:after {content: "";border-width: 9px;}
.theme-tab-li li:hover b:after,
.theme-tab-li-checked b:after {
	bottom:-11px;
	margin-left: -9px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;}

.stars-recommend-content{margin-top: 30px;height:500px;display: none;}
.recommend-left{
	width: 30%;
	float: left;
	margin-top: 40px;
}
.recommend-left h1 {
    font-size: 32px;
    color: #ff0035;
    text-align: left;
    padding-bottom: 20px;
}
.redbook-recommend-line {
    width: 183px;
    height: 2px;
    background: -webkit-linear-gradient(left,#ff0035,#fff);
    background: -o-linear-gradient(right,#ff0035,#fff);
    background: -moz-linear-gradient(right,#ff0035,#fff);
    background: linear-gradient(to right,#ff0035,#fff);
}
.stars-effect {
    padding-top: 35px;
    color: #333;
    font-size: 26px;
    letter-spacing: 2px;
}
.recommend-left p {
    font-size: 16px;
    color: #333;
    padding-top: 35px;
}
.recommend-left p {
    font-size: 16px;
    color: #333;
    padding-top: 35px;
}
.click-qq-to-consult {
    margin-top: 35px;
    font-size: 16px;
    color: #fff!important;
    width: 224px;
    padding: 12px 0;
    text-align: center;
    background-color: #ff080e;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    display: block;
    text-decoration: none;
}
.click-qq-to-consult:hover, .click-qq-to-consult:visited, .to-consult-at-once:hover, .to-consult-at-once:visited {
    background-color: rgba(255,8,14,.8);
    color: #fff!important;
}

.recommend-right{
	width: 68%;
	float: left;
}
.recommend-right img{width: 100%;}

.stars-recommend-content-show {
	display: block
}