
.rignav {
    position: fixed;
    width: 66px;
    top: 15%;
    right: 0;
    margin: -26px 0 0 620px;
    z-index: 10;
}
.rignav-switch-icon {
    width: 16px;
    height: 24px;
    overflow: hidden;
    line-height: 240px;
    position: absolute;
    left: -17px;
    top: 340px;
    margin-top: -12px;
    background: url(//www.zikao365.com/upload/resources/image/2020/04/24/26180.png) left -26px no-repeat;
    cursor: pointer;
}
.rignav .newGift {
    width: 100px;
    margin: 6px 0px;
    text-align: center;
    position: relative;
}
.rignav .newGift .newtop {
    display: block;
    -webkit-animation: bounceIn 2s both;
    -moz-animation: bounceIn 2s both;
    -o-animation: bounceIn 2s both;
    animation: bounceIn 2s both;
}
.footer_box a {
    color: #555;
}
.rignav .newGift .newbottom {
    display: block;
    -webkit-animation: hatch 4s 0s infinite both;
    -moz-animation: hatch 4s 0s infinite both;
    -o-animation: hatch 4s 0s infinite both;
    animation: hatch 4s 0s infinite both;
}
.rignav-mod {
    width: 66px;
    background: #fff;
    border: 1px solid #e9ecee;
}
.rignav-mod ul li {
    width: 66px;
    background: #fff;
    vertical-align: top;
    position: relative;
    margin-top: 5px;
    height: 70px;
    box-shadow: 0 0 5px #ccc;
}
.go_consult {
    width: 120px;
    height: 82px;
    position: absolute;
    background: url(//www.zikao365.com/images/index2020/bkzx.png) 0 0 no-repeat;
    left: -121px;
}
.rignav-mod ul li.online-service a {
    background: none;
    width: 100%;
    height: 100%;
}
.rignav-mod ul li a {
    display: block;
    text-decoration: none;
    height: 40px;
    width: 66px;
    background: url(//www.zikao365.com/images/index2020/icon_rignavbg.png) no-repeat center 0;
    position: relative;
    cursor: pointer;
}
.consult_close {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
}
.rignav-mod ul li p {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #fd7400;
}
.rignav-mod-con div img {
    display: block;
    margin: 0 auto;
    width: 113px;
    height: 113px;
}
.rignav-mod-con div label {
    display: block;
    color: #999;
    line-height: 20px;
    padding-top: 6px;
}
.rignav-mod ul li.return-top a {
    background-position-y: -178px;
}
.rignav-mod ul li a span i {
    display: block;
    background: #ff7e00;
    width: 58px;
    height: 47px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 11px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: -29px 29px;
    -moz-transform-origin: -29px 29px;
    -ms-transform-origin: -29px 29px;
    -o-transform-origin: -29px 29px;
    transform-origin: -29px 29px;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@-webkit-keyframes hatch{
    0%{-webkit-transform:rotate(0deg)}
    5%{-webkit-transform:rotate(-2deg)}
    9%{-webkit-transform:rotate(2deg)}
    13%{-webkit-transform:rotate(-2deg)}
    16%{-webkit-transform:rotate(1deg)}
    20%{-webkit-transform:rotate(-1deg)}
    25%{-webkit-transform:rotate(0deg)}
}
@-moz-keyframes hatch{
    0%{-moz-transform:rotate(0deg)}
    5%{-moz-transform:rotate(-2deg)}
    9%{-moz-transform:rotate(2deg)}
    13%{-moz-transform:rotate(-2deg)}
    16%{-moz-transform:rotate(1deg)}
    20%{-moz-transform:rotate(-1deg)}
    25%{-moz-transform:rotate(0deg)}
}
@-o-keyframes hatch{
    0%{-o-transform:rotate(0deg)}
    5%{-o-transform:rotate(-2deg)}
    9%{-o-transform:rotate(2deg)}
    13%{-o-transform:rotate(-2deg)}
    16%{-o-transform:rotate(1deg)}
    20%{-o-transform:rotate(-1deg)}
    25%{-o-transform:rotate(0deg)}
}
@keyframes hatch{
    0%{transform:rotate(0deg)}
    5%{transform:rotate(-2deg)}
    9%{transform:rotate(2deg)}
    13%{transform:rotate(-2deg)}
    16%{transform:rotate(1deg)}
    20%{transform:rotate(-1deg)}
    25%{transform:rotate(0deg)}
}
@-webkit-keyframes bounceIn{
    0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}
    20%{-webkit-transform:scale3d(1.1,1.1,1.1)}
    40%{-webkit-transform:scale3d(.9,.9,.9)}
    60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03)}
    80%{-webkit-transform:scale3d(.97,.97,.97)}
    to{opacity:1;-webkit-transform:scaleX(1)}
}
@-moz-keyframes bounceIn{
    0%,20%,40%,60%,80%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;-moz-transform:scale3d(.3,.3,.3)}
    20%{-moz-transform:scale3d(1.1,1.1,1.1)}
    40%{-moz-transform:scale3d(.9,.9,.9)}
    60%{opacity:1;-moz-transform:scale3d(1.03,1.03,1.03)}
    80%{-moz-transform:scale3d(.97,.97,.97)}
    to{opacity:1;-moz-transform:scaleX(1)}
}
@-o-keyframes bounceIn{
    0%,20%,40%,60%,80%,to{-o-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;-o-transform:scale3d(.3,.3,.3)}
    20%{-o-transform:scale3d(1.1,1.1,1.1)}
    40%{-o-transform:scale3d(.9,.9,.9)}
    60%{opacity:1;-o-transform:scale3d(1.03,1.03,1.03)}
    80%{-o-transform:scale3d(.97,.97,.97)}
    to{opacity:1;-o-transform:scaleX(1)}
}
@keyframes bounceIn{
    0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    20%{transform:scale3d(1.1,1.1,1.1)}
    40%{transform:scale3d(.9,.9,.9)}
    60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}
    80%{transform:scale3d(.97,.97,.97)}
    to{opacity:1;transform:scaleX(1)}
}
.rignav-mod-con {
    position: absolute;
    width: 136px;
    height: 160px;
    background: #fff;
    top: -45px;
    left: -138px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    display: none;
}
.rignav-mod ul li a span {
    display: block;
    width: 66px;
    height: 65px;
    position: relative;
    overflow: hidden;
    visibility: hidden;
}
.rignav-mod ul li.shopping-cart a {
    background-position-y: 17px;
}
.rignav-mod ul li.app a {
    background-position-y: -133px;
}
.rignav-mod ul li.weixin a, .rignav-mod ul li.group a {
    background-position-y: -83px;
}
.rignav-mod ul .online-service .kefu {
    font-size: 23px;
    cursor: pointer;
    padding-top: 0;
}
.rignav-mod ul li:nth-child(1) {
    background: red;
}
.return-top a{
	height: 58px;
}
.rignav-mod ul li a:hover{text-decoration:none}
.rignav-mod ul li a:hover span{visibility:visible}
.rignav-mod ul li a:hover .rignav-mod-con{display: block;}
.rignav-mod-con div img {
    display: block;
    margin: 0 auto;
}
.rignav-mod-con div {
    width: 136px;
    height: 150px;
    padding-top: 10px;
    text-align: center;
}