@charset "UTF-8";

.theme-nav {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	top: 50px;
	margin-bottom: 50px;
}

.theme-img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 3px solid #5d5c6e;
	position: absolute;
	top: -6px;
	left: 0px;
	background-color:white;
}

.theme-list {
	width: 1130px;
	height: 65px;
	background: rgba(0, 0, 0, .3);
	/* margin-left: 80px; */
	padding-left: 60px;
	float: right;
}
.theme-list li {
	margin-top: 15px;
	padding: 0 20px 0 20px;
	float: left;
	color: #FFFFFF;
	/*border-right: 1px solid #FFFFFF;*/
	font-size: 16px;
}
.theme-list-li{
	border-right:2px solid #fff;
	height:42px;
}

.theme-mat {
	margin-top: 5px;
	font-size: 14px;
}

.themeMing {
	width: 1130px;
	height: 35px;
	padding-left: 80px;
	background: rgba(0, 0, 0, .5);
	line-height: 35px;
	color: #FFFFFF;
	float: right;

}



.shen-buttom {
	position: absolute;
	top: 15px;
	right: 30px;
}

.shen-buttom .li-top {
	display: block;
	color: white;
	min-width: 68px;
	height: 40px;
	line-height: 40px;
	padding-left: 32px;
	padding-right: 12px;
	background: #ff9844 url(../../img/index/left-nav-bg03.png) no-repeat 2px
		-29px;
}

.shen-buttom .li-top:hover {
	text-decoration: none;
}

#Starsimg {
	margin-top: 5px;
	font-size: 14px;
}

#Starsimg img {
	display: inline-block;
}

.details-table-span01{
	width: 15px;
	height: 15px;
	background: url(../../img/level/tp.png) no-repeat;
	display: inline-block;
	margin: 0px 2px;
}
.details-table-span02{
	width: 15px;
	height: 15px;
	background: url(../../img/level/yp.png) no-repeat;
	display: inline-block;
	margin: 0px 2px;
}
.details-table-span03{
	width: 15px;
	height: 15px;
	background: url(../../img/level/jp.png) no-repeat;
	display: inline-block;
	margin: 0px 2px;
}
.details-table-span04{
	width: 18px;
	height: 15px;
	background: url(../../img/level/hbs.png) no-repeat;
	display: inline-block;
	margin: 0px 4px;
}
.details-table-span05{
	width: 18px;
	height: 15px;
	background: url(../../img/level/zs.png) no-repeat;
	display: inline-block;
	margin: 0px 4px;
}
.details-table-span06{
	width: 20px;
	height: 15px;
	background: url(../../img/level/huang.png) no-repeat;
	display: inline-block;
	margin: 0px 4px;
}
/* 联系我聊天按钮 */
.myChat-Icon{
	width: 30px;
    position: absolute;
    top: 70px;
    left: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.myChat-Icon i{
	 font-size: 20px;
}
.myChat-Icon:hover{
	 background: #42CFD2;
}
.myChat-Icon:hover i{
	color:#fff;
}

