.yxyhhty {
    position: relative;
}
.yxyhhty em {
    position: absolute;
    font-style: normal;
    font-size: 12px;
    color: var(--jinsom-color);
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 20px;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    transition: .5s;
    z-index: 0;
}
.yxyhhty em:hover {
    width: 60px;
}
.yxyhhty em:hover span {
    left: 0;
}
.yxyhhty em:hover i {
    transform: rotate(180deg);
}
.yxyhhty em i {
    font-size: 14px;
    float: right;
    background: #fff;
    display: block;
    z-index: 99999999;
    position: relative;
    transform: rotate(0deg);
    transition: .5s;
}
.yxyhhty em span {
    color: var(--jinsom-color);
    position: absolute;
    left: 50px;
    transition: .5s;
}

.yxyhhty>a {
	float: right;
	display: block;
	margin: -27px 10px 0 0;
	color: var(--jinsom-color);
}
.yxyhhty>div {
    padding: 5px 10px;
}
.yxyhhty>div>a {
    font-size: 12px;
    opacity: 0.7;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 6px;
    line-height: 21px;
    border-radius: 2px;
    transition: .5s;
}
.yxyhhty>div>a>span {
    padding-left: 5px;
}
.yxyhbs a:hover {
    color: var(--jinsom-color);
    border-color: var(--jinsom-color);
    
}
.yxyhhs a {
	background: #888;
	color: #FFF;
}
.yxyhcs a {
	background: #01a0ee;
	color: #FFF;
}
.yxyhbs a {
	background: #fff;
	color: #555;
	border: 1px #ccc solid;
}
.yxyhhty>div>a:hover{
	opacity: 1;
}
.yxyhcs a:nth-child(2n+0) {
	background: #68A2D5;
}
.yxyhcs a:nth-child(3n+0) {
	background: #7DC67D;
}
.yxyhcs a:nth-child(4n+0) {
	background: #E17572;
}
.yxyhcs a:nth-child(5n+0) {
	background: #7898AA;
}
.yxyhcs a:nth-child(6n+0) {
	background: #C35CFF;
}
.yxyhcs a:nth-child(7n+0) {
	background: #33BCBA;
}
.yxyhcs a:nth-child(8n+0) {
	background: #C28F5C;
}
.yxyhcs a:nth-child(9n+0) {
	background: #FF8533;
}
