@charset "utf-8";

/*positionSideWrapd.css start*/
.positionSideWrapd{
    position: fixed;
    right: 8px;
    bottom: 100px;
    width: 60px;
    height: auto;
    max-height: 300px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(1,1,2,0.1);
    z-index: 2;
}
.rightSideList li{
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.rightSideList li span{
    display: block;
    width: 50px;
    /*height: 23px;*/
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center 0;
    text-align: center;

}
.rightSideList li span i{
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    color: #777777;
}
.rightSideList li span:before{
    content: '';
    opacity: 0;
    width: 25px;
    height: 23px;
    display: inline-block;
}
.rightSideList li:first-child:before{
    background: none;
    margin:0;
}
.rightSideList li:first-child span{
    background-image: url("../img/icon/sideIcon2.png");
}
.rightSideList li:first-child span:before{
    background-image: url("../img/icon/sideIcon2_h.png");
    width: 23px;
}
.rightSideList li:nth-child(2n)>span{
    background-image: url("../img/icon/sideIcon2.png");
    width: 50px;
}
.rightSideList li:nth-child(2n)>span:before{
    background-image: url("../img/icon/sideIcon2_h.png");
    width: 23px;
}
.rightSideList li:nth-child(3n)>span{
    background-image: url("../img/icon/sideIcon4.png");
    width: 50px;
}
.rightSideList li:nth-child(3n)>span:before{
    background-image: url("../img/icon/sideIcon4_h.png");
    margin-left: 1px;
    width: 19px;
}
.rightSideList li:last-child span{
    background-image: url("../img/icon/sideIcon3.png");
    width: 50px;
}
.rightSideList li:last-child span:before{
    background-image: url("../img/icon/sideIcon3_h.png");
    width: 19px;
    margin-left: 1px;
}
.rightSideList li:hover span:before{
    opacity: 1;
}
.rightSideList{
    padding-top: 21px;
    padding-bottom: 20px;
}
.rightSideList li:before{
    content: '';
    display: inline-block;
    width: 31px;
    height: 1px;
    background: #E7E7E7;
    margin: 16px 0 16px;
}
.rightSideList li:hover .sideImgWrap{
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    width: 132px;
    opacity: 1;
}
.rightSideList li:hover span i{
    color: #1e80e5;
}


.sideImgWrap{
    background: url("../img/codeImgBg.png") no-repeat 0 0;
    height: 120px;
    position: absolute;
    right: 64px;

    width: 0;
    opacity: 0;
    transition: opacity .56s,width .56s ease,padding .56s ease;
    overflow: hidden;
}

.sideTips1{
    top: -47px;
}
.sideTips2{
    top: -17px;
}
.sideTips3{
    top: -16px;
}
.sideImgWrap img{
    width: 110px;
    height: 110px;
    margin-top: 6px;
    margin-right: 11px;
}
.gotoBtn{
    display: block;
    opacity: 1;
}
.gotoHide{
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: none;
}


/*positionSideWrapd.css end*/