li{
    list-style: none;
}
.indexRightBox{
    width: 60px;
    height: 300px;
    background-color: rebeccapurple;
    position: fixed;
    right: 0;
    top: 30%;
    display: block;
	z-index:999999;
}

.indexRightBox ul{
    position: relative;
    margin: 0 0 !important;
}
.indexRightBox ul li{
	z-index: 999999;
}
.indexRightBox ul li:nth-of-type(1){
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fa3f7a;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.indexRightBox ul li:nth-of-type(2){
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 60px;
    background-color: #9a33cc;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.indexRightBox ul li:nth-of-type(3){
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 120px;
    background: #7AA95B;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexRightBox ul li:nth-of-type(4){
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 180px;
} 
.indexRightBox ul li:nth-of-type(5){
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 240px;
}
.indexRightBox ul li img{
    cursor: pointer;
}
.erweima{
    width:303px;
    height: 303px;
    position: absolute;
    right: 60px;
    top: 0;
	left: 60px;
	z-index:77777;
}
.erweima img{
    width: 100%;
    height: 100%;
}
.youhui-big{
    width:303px;
    height: 303px;
    position: absolute;
    right: 60px;
    top: 0;
	left: 60px;
	z-index:77777;
}
.youhui-big img{
    width: 100%;
    height: 100%;
}