*{margin:0;padding:0;}
body {
	font-size: 10px;
	font-family: verdana, sans-serif;
	background-position: 50% 50%;
	padding: 0;
	margin: 0;
}





.theme-content {
	overflow: hidden;
	background-color: #fff;
	padding: 20px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box
}

.theme-tab {
	width: 100%;
	overflow: hidden
}

.theme-tab-li {
	width: 20%;
	float: left;
	padding: 15px 0;
	color: #333;
	font-size: 16px;
	border: 1px solid #e4e4e4;
	border-right: 0;
	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
}

.theme-right{
	width:100%;
	border: 1px solid #e4e4e4;
	border-top: 0;
	box-sizing: border-box;
}

.stars-recommend-content {
	padding-bottom: 30px;
	display: none;
}

.stars-recommend-content-show {
	display: block
}

.star-box{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.star-box li{
	list-style-type: none;
	width: 22%;
	margin-top: 3%;
	border-radius: 10px;
    border: solid 1px #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 1s ease;
}
.star-box li .star-img{width: 100%;}
.star-box li .star-img img{
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;}
.star-box li .star-img img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
.star-box li p{
	padding: 10px;
	font-size: 15px;
	text-align: justify;}
.star-box li:hover{
	background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.7);
}

.xhs-box{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xhs-box li {
    margin-top: 3%;
    width: 30%;
    cursor: pointer;
}
.xhs-box li .mingxing-p{
	position: absolute;
    left: 50%;
    bottom: -7px;
    font-size: 16px;
    margin-left: -55px;
}
.xhs-nav {
    width: 100%;
    border-radius: 10px;
    border: solid 1px #f5f5f5;
    position: relative;
    display: block;
}
.xhs-box .star-img {
    width: 100%;
    font-size: 0;
}
.xhs-box .star-img img {
    width: 100%;
    border-radius: 10px;
}
.xhs-nav .xhs-btn {
    width: 110px;
    height: 30px;
    line-height: 28px;
    margin: -14px auto 14px;
}
.xhs-nav .xhs-btn a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    border: solid 1px rgba(131,131,131,.5);
    text-align: center;
    color: #333;
    text-decoration: none;
}
.xhs-nav:hover {
    border-color: #d52f3f;
}
.xhs-nav .xhs-btn a:hover {
    color: #fff;
    background-color: #d52f3f;
    border-color: #d52f3f;
}

.video-wrap{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.video-wrap li{
	margin-top: 3%;
    width: 30%;
    cursor: pointer;
    list-style-type: none;
    border-radius: 10px;
    border: solid 1px rgba(131,131,131,.5);
}
.video-wrap li video{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.video-wrap li p{font-size: 16px; color: #333;padding: 10px 6px;text-align: center;}
.video-wrap li .h-video{height:158px;}

.video-box-img{
	width: 100%;
	position: relative;}
.video-box-img img {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.video-box-img .bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
}
.video-box-img .bofang img {
    width: 100%;
    opacity:0.3;
}
