/* 机器人帧动画 */

@-webkit-keyframes run {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1125px 0;
    }
}

@keyframes run {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1125px 0;
    }
}
@-webkit-keyframes run2 {
    0%, 50% {
        background-position: 0 0;
    }

    100% {
        background-position: -1500px 0;
    }
}

@keyframes run2 {
    0%, 50% {
        background-position: 0 0;
    }

    100% {
        background-position: -1500px;
    }
}
@-webkit-keyframes quan {
    from {
        background-position: 0 0 ;
    }

    to {
        background-position: -1500px 0;
    }
}

@keyframes quan {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1500px 0;
    }
}
@keyframes run_single_zhen {
    0%, 50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-960px);/* 12帧宽度80,12*80=960 */
    }
}
@-webkit-keyframes run_single_zhen {
    0%, 50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-960px);/* 12帧宽度80,12*80=960 */
    }
}
@-webkit-keyframes dh {
      50%{transform: scale(1.3)} 
     /* 0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    } */
}

@keyframes dh {
    50%{transform: scale(1.3)} 
}
@keyframes myanimation {
    from {
      background-position: 0 0;
    }

    to {
      background-position: -785px 0;
    }
  }
.jump-page-SXKSY{
    animation: myanimation 2s steps(5) infinite;
    -webkit-animation:myanimation 2s steps(5) infinite;
}
#eol_float div,#eol_float img,#eol_float  p,#eol_float span ,#eol_float a,#eol_float_single_col a ,#eol_float_multi_col a{
    margin: 0;
    padding: 0;
    border: 0;
    /* background-color: transparent;  */
}
#eol_float img,#eol_float p{display: block;}
#eol_float a,#eol_float_single_col a ,#eol_float_multi_col a{
   outline: none;
   text-decoration: none;
}
#eol_float a,#eol_float span{
    display: inline;
    font-weight: bold;
    Letter-spacing:normal !important;
    max-width: none;
}

#eol_float {
    cursor: pointer;
    width: 125px;
    height: 133px;
    /* padding: 5px; */
    position: fixed;
    top: 40%;
    letter-spacing: normal;
    z-index: 2147483647;    
    box-sizing: content-box;
    animation: run 3s steps(9) infinite;
    overflow: visible;
    -webkit-animation: run 3s steps(9) infinite;
}
.f-left {
    left: 0;
}
#eol_float .float-head {
    width: 80px;
    height: 67px;
    display: block;
    position: absolute;
    top: -67px;
}
/* #eol_float .float-a1 {
    width: 80px;
    height: 60px;
    display: block;
    padding: 5px 0px;
    background: #ad2f23;
    margin: 8px auto;
    border-radius: 5px;
    box-sizing: content-box;
} */
#eol_float .float-a1 img {
    height: 50px;
    width: 50px;
    margin-left: 10px;
}
#eol_float .float-a1 span {
    width: 80px;
    height: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
/* #eol_float .float-a2 {
    width: 80px;
    height: 28px;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #ad2f23;
    border-radius: 5px;
    margin: 5px auto;
} */
#wx-postion {
    position: relative;
}
#eol_float .wx-pic {
    width: 110px;
    height: 110px;
    padding: 5px;
    position: absolute;
    top: -20px;
    /* background: #b52712; */
    display: none;
}
#eol_float .wx-pic-left {
    left: 98px;
}
#eol_float .wx-pic-right {
    right: 98px;
}
#eol_float .hide {
    display: none;
}
#eol_float .wx-pic img {
    width: 100%!important;
    height: 100%!important;
}


/* 2020-02-17 */
.eol_navbar {
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 12px !important;
    line-height:normal !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:rgba(49,193,250,1);;
    /* transition: 0.24s 0.2s; */
}

.eol_navbar .eol_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -75px;
    left: -75px;
    border: 160px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 1.4s 0.07s;
    z-index: -1;
    pointer-events: none;
}

.eol_navbar:hover .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s;
    transform: scale(1);
    z-index: 1;
}

.eol_navbar .eol_menu li {
    position: absolute;
    top: -130px;
    left: -130px;
    transform-origin: 110px 100px;
    -ms-transform-origin:110px 100px;
    transition: all 0.5s 0.1s;
    list-style: none !important;
    pointer-events:initial;
}

.eol_navbar:hover .eol_menu li {
    transition: all 1s;
}

.eol_navbar .eol_menu li a:first-child {
    height: 50px !important;
    width: 72px !important;
    position: absolute;
    font-size: 100%;
    transition: 0.6s;
}
.eol_navbar .eol_menu li a:last-child {
    background: unset;
    line-height: 120px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:rgba(49,193,250,1);
    width: 72px;
    height: 50px;
    text-align: center;
    position: absolute;
    transition: 0.6s;
    z-index: 21474836478;
    margin-bottom:5px;
}
/* left 3/5 */
.f-left:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-left:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-left:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(90deg);
}

.f-left:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-90deg);
}

.f-left:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(135deg);
}

.f-left:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}

.f-left:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(180deg);
}

.f-left:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-180deg);
}

.f-left:hover .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(225deg);
}

.f-left:hover .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(-225deg);
}
/* left 4 */
.f-left_4:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-left_4:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-left_4:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(105deg);
}

.f-left_4:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-105deg);
}

.f-left_4:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(165deg);
}

.f-left_4:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-165deg);
}

.f-left_4:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(225deg);
}

.f-left_4:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-225deg);
}
.st-l_4 .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.st-l_4 .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-l_4 .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(105deg);
}

.st-l_4 .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-105deg);
}

.st-l_4 .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(165deg);
}

.st-l_4 .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-165deg);
}

.st-l_4 .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(225deg);
}

.st-l_4 .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-225deg);
}
/* right 3/5 */
.f-right:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-right:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-right:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(0deg);
}

.f-right:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(0deg);
}

.f-right:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-45deg);
}

.f-right:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(45deg);
}

.f-right:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-90deg);
}

.f-right:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(90deg);
}

.f-right:hover .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(-135deg);
}

.f-right:hover .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(135deg);
}
.f-right #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -65px;
    top: -85px;
    transform: rotate(90deg);
    height: 80px;
    width: 80px;
}
/* right 4 start */
.f-right_4:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-right_4:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-right_4:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(-15deg);
}

.f-right_4:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(15deg);
}

.f-right_4:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-75deg);
}

.f-right_4:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(75deg);
}

.f-right_4:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}
.f-right_4:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(135deg);
}

.f-right_4 #wx_img{
    position: absolute;
    /* background: #fff; */
    left: 5px;
    top: -100px;
    transform: rotate(135deg);
    height: 80px;
    width: 80px;
}
.st-r_4 .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}
.st-r_4 .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-r_4 .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(-15deg);
}

.st-r_4 .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(15deg);
}

.st-r_4 .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-75deg);
}

.st-r_4 .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(75deg);
}

.st-r_4 .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}
.st-r_4 .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(135deg);
}
.st-r_4 #wx_img{
    position: absolute;
    /* background: #fff; */
    left: 5px;
    top: -100px;
    transform: rotate(135deg);
    height: 80px;
    width: 80px;
}
/* right 4 end */
.f-right #wx_img img{
    height: 80px;
    width: 80px;
}
.f-left #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -80px;
    top: -85px;
    transform: rotate(180deg);
}
.f-left_4 #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -95px;
    top: -10px;
    transform: rotate(-225deg);
    height: 80px;
    width: 80px;
}
.st-l_4 #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -95px;
    top: -10px;
    transform: rotate(-225deg);
    height: 80px;
    width: 80px;
}

.f-left #wx_img img{
    height: 80px;
    width: 80px;
}
/* 定时展示 */
.st-l .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}
.st-l .eol_menu li {
    transition: all 1.6s;
}
.st-r .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}


.st-r .eol_menu li {
    transition: all 1s;
}
.st-l_4 .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}
.st-l_4 .eol_menu li {
    transition: all 1.6s;
}
.st-r_4 .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}


.st-r_4 .eol_menu li {
    transition: all 1s;
}
.st-l .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.st-l .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-l .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(90deg);
}

.st-l .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-90deg);
}

.st-l .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(135deg);
}

.st-l .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}

.st-l .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(180deg);
}

.st-l .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-180deg);
}

.st-l .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(225deg);
}

.st-l .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(-225deg);
}
.st-r .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.st-r .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-r .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(0deg);
}

.st-r .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(0deg);
}

.st-r .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-45deg);
}

.st-r .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(45deg);
}

.st-r .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-90deg);
}

.st-r .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(90deg);
}

.st-r .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(-135deg);
}

.st-r .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(135deg);
}
.f-r-nozt{
    left: -70px!important;
    top: -70px!important;
    transform: rotate(75deg)!important;
}
.f-r-nolyb {
    left: -80px!important;
    top: -65px!important;
    transform: rotate(74deg)!important;
}
.f-r-nozt-nolyb {
    left: -100px!important;
    top: -25px!important;
    transform: rotate(45deg)!important;
}
.f-l-nozt{
    left: -75px !important;
    top: -65px !important;
    transform: rotate(-165deg) !important;
}
.f-l-nolyb {
    left: -65px!important;
    top: -80px!important;
    transform: rotate(195deg)!important;
}
.f-l-nozt-nolyb {
    left: -30px!important;
    top: -95px!important;
    transform: rotate(223.5deg)!important;
}


/* 挂链样式2 */
#eol_float_style2 {
    width:95px;
    cursor: pointer;
    position: fixed;
    top: 40%;
    letter-spacing: normal;
    z-index: 2147483647;    
    box-sizing: content-box;
    overflow: visible;
    min-height: 105px;
}
#eol_float_style2 ul{
    list-style: none;
    /* padding-top: 109px; */
    box-sizing: border-box;
    padding-left: 0;
    margin-top: -10px;
    margin-bottom: 0px;
}

 #eol_float_style2 li {
    margin-top: -7px;
    height: 52px;
    padding-top: 9px;
    box-sizing: border-box;
} 
#eol_float_style2 ul li:hover {
    transform:scale(1.1);
}
#eol_float_style2 ul li#wechart:hover {
    transform:scale(1.3);
}
#eol_float_style2 ul li#wechart2:hover {
    transform:scale(1.3);
}
#eol_float_style2 li:nth-child(1) {
    /* transition-delay: 0.1s; */
    animation: dh 1s 0.1s;
    -webkit-animation: dh 1s 0.1s;
}
#eol_float_style2 li:nth-child(2) {
    /* transition-delay: 2s; */
    animation: dh 1.5s 0.5s;
    -webkit-animation: dh 1.5s 0.5s;
}
#eol_float_style2 li:nth-child(3) {
    /* transition-delay: 3s; */
    animation: dh 2s 1s;
    -webkit-animation: dh 2s 1s;
}
#eol_float_style2 li:nth-child(4) {
    /* transition-delay: 4s; */
    animation: dh 2.5s 2s;
    -webkit-animation: dh 2.5s 2s;
}
#eol_float_style2 li:nth-child(5) {
    /* transition-delay: 5s; */
    animation: dh 3s 2.5s;
    -webkit-animation: dh 3s 2.5s;
}
#eol_float_style2 li#wechart {
    height:121px;
} 
#eol_float_style2 li#wechart2 {
    height:121px;
} 
#eol_float_style2 li a.float-a1 img{
    width:20px;
    display: inline-block;
}
#eol_float_style2 li a.float-a1 img#wc_img{
    width:70px;
    height:70px;
    border: 1px solid #fff;
}
#eol_float_style2 li a.float-a1 img#wc_img2{
    width:70px;
    height:70px;
    border: 1px solid #fff;
}
#eol_float_style2 a{
    display:block;
    text-decoration: none;
    font-size: 12px;
    line-height: normal;
}
#eol_float_style2 .ft_c{
    transform: rotate(6deg);
    -ms-transform:rotate(6deg); 	/* IE 9 */
    -moz-transform:rotate(6deg); 	/* Firefox */
    -webkit-transform:rotate(6deg); /* Safari 和 Chrome */
    -o-transform:rotate(6deg); 	/* Opera */
}
#eol_float_style2 #wechart .ft_c{
    transform: rotate(0deg);
    -ms-transform:rotate(0deg); 	/* IE 9 */
    -moz-transform:rotate(0deg); 	/* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg); 	/* Opera */

}
#eol_float_style2 #wechart2 .ft_c{
    transform: rotate(0deg);
    -ms-transform:rotate(0deg); 	/* IE 9 */
    -moz-transform:rotate(0deg); 	/* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg); 	/* Opera */

}
#eol_float_style2 .ft_c2{
    color: #FFFFFF !important;
}
#eol_float_style2 .eol_title{
    /* font-family: PangMenZhengDao; */
    font-weight:bold;
    position: absolute;
    top: 75px;
    left: 50%;
    color: #fff;
    font-size: 15px;
    transform: rotate(5deg);
    -ms-transform:rotate(5deg); 	/* IE 9 */
    -moz-transform:rotate(5deg); 	/* Firefox */
    -webkit-transform:rotate(5deg); /* Safari 和 Chrome */
    -o-transform:rotate(5deg); 	/* Opera */
}
#eol_float_style2 #wechart .eol_weixin{
    margin-top:4px;
}
#eol_float_style2 #wechart2 .eol_weixin{
    margin-top:4px;
}

#eol_float_style2 .eol_arrow .arrow_{
  margin: 0 auto;
  display: inline-block;
}
.xiala{
    width: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 3px;
    position: absolute;
    right: -5px;
    top: -3px;
    display:none;
    cursor:pointer;
}
.xiala:hover{
    display:block;
}
.little_e{
width:113px;
height:102px;
}
.dis_text{
    display:block;
    color:#D2D2D2;
}
.arrow{
    margin-top:-3px;
    cursor:pointer;
}
.message-box-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1060px;
    height: 80%;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgb(0 0 0 / 40%);
    border-radius: 20px;
    margin: auto;
    z-index:11111111111;
}
.message-box-wrapper iframe{
    border-style: hidden;
    margin: 0;
    padding: 0;
    border-radius: 20px;
}
/* 散点样式新版 --开始*/
#eol_float_scatter div,#eol_float_scatter img,#eol_float_scatter p,#eol_float_scatter span ,#eol_float_scatter a{
    margin: 0;
    padding: 0;
    border: 0;
}
#eol_float_scatter img,#eol_float_scatter p{display: block;}
#eol_float_scatter a{
   outline: none;
   text-decoration: none;
}
#eol_float_scatter a,#eol_float_scatter span{
    display: inline;
    font-weight: bold;
    Letter-spacing:normal !important;
    max-width: none;
}

#eol_float_scatter {
    cursor: pointer;
    width: 125px;
    height: 133px;
    position: fixed;
    top: 40%;
    letter-spacing: normal;
    z-index: 2147483647;    
    box-sizing: content-box;
    animation: run 3s steps(9) infinite;
    overflow: visible;
    -webkit-animation: run 3s steps(9) infinite;
}
#eol_float_scatter{
    animation: none;
}
#eol_float_scatter .eol_jqr_zhen{
    position: absolute;
    left:0;
    top:0px;
    width: 125px;
    height: 110px;
    z-index: 10000;
    animation: run2 6s steps(12) infinite;
    -webkit-animation: run2 6s steps(12) infinite;
}
#eol_stage{
    width: 125px;
    height: 62px;
    position: absolute;
    left:0;
    top:68px;
    z-index: 9999;
    animation: quan 3s steps(12) infinite;
    -webkit-animation: quan 3s steps(12) infinite;
}
.f-left_scatter {
    left: 0;
}
#eol_float_scatter .float-head {
    width: 80px;
    height: 67px;
    display: block;
    position: absolute;
    top: -67px;
}
#eol_float_scatter .float-a1 img {
    height: 42px;
    width: 42px;
    margin-left: 10px;
}
#eol_float_scatter .float-a1 span {
    width: 80px;
    height: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

#eol_float_scatter.eol_scatter .eol_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -75px;
    left: -75px;
    border: 160px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 1.4s 0.07s;
    z-index: -1;
    pointer-events: none;
}

#eol_float_scatter.eol_scatter:hover .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s;
    transform: scale(1);
    z-index: 1;
}

.eol_scatter .eol_menu li {
    position: absolute;
    top: -130px;
    left: -130px;
    transform-origin: 110px 100px;
    -ms-transform-origin:110px 100px;
    transition: all 0.5s 0.1s;
    list-style: none !important;
    pointer-events:initial;
}

.eol_scatter:hover .eol_menu li {
    transition: all 1s;
}

.eol_scatter .eol_menu li a:first-child {
    height: 50px !important;
    width: 72px !important;
    position: absolute;
    font-size: 100%;
    transition: 0.6s;
}
.eol_scatter .eol_menu li a:last-child {
    background: unset;
    line-height: 120px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:rgba(49,193,250,1);
    width: 72px;
    height: 50px;
    text-align: center;
    position: absolute;
    transition: 0.6s;
    z-index: 21474836478;
    margin-bottom:5px;
}
.f-left_scatter:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-left_scatter:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-left_scatter:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(90deg);
}

.f-left_scatter:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-90deg);
}

.f-left_scatter:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(135deg);
}

.f-left_scatter:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}

.f-left_scatter:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(180deg);
}

.f-left_scatter:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-180deg);
}

.f-left_scatter:hover .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(225deg);
}

.f-left_scatter:hover .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(-225deg);
}
/* left 4 */
.f-left_4_scatter:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-left_4_scatter:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-left_4_scatter:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(105deg);
}

.f-left_4_scatter:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-105deg);
}

.f-left_4_scatter:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(165deg);
}

.f-left_4_scatter:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-165deg);
}

.f-left_4_scatter:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(225deg);
}

.f-left_4_scatter:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-225deg);
}
.st-l_4_scatter .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.st-l_4_scatter .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-l_4_scatter .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(105deg);
}

.st-l_4_scatter .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-105deg);
}

.st-l_4_scatter .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(165deg);
}

.st-l_4_scatter .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-165deg);
}

.st-l_4_scatter .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(225deg);
}

.st-l_4_scatter .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-225deg);
}
/* right 3/5 */
.f-right_scatter:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-right_scatter:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-right_scatter:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(0deg);
}

.f-right_scatter:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(0deg);
}

.f-right_scatter:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-45deg);
}

.f-right_scatter:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(45deg);
}

.f-right_scatter:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-90deg);
}

.f-right_scatter:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(90deg);
}

.f-right_scatter:hover .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(-135deg);
}

.f-right_scatter:hover .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(135deg);
}
.f-right_scatter #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -65px;
    top: -85px;
    transform: rotate(90deg);
    height: 80px;
    width: 80px;
}
/* right 4 start */
.f-right_4_scatter:hover .eol_menu li:nth-child(1){
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

 .f-right_4_scatter:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
 .f-right_4_scatter:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(-15deg);
}

 .f-right_4_scatter:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(15deg);
}

 .f-right_4_scatter:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-75deg);
}

 .f-right_4_scatter:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(75deg);
}

 .f-right_4_scatter:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}
 .f-right_4_scatter:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(135deg);
}

 .f-right_4_scatter #wx_img{
    position: absolute;
    /* background: #fff; */
    left: 5px;
    top: -100px;
    transform: rotate(135deg);
    height: 80px;
    width: 80px;
}
 .st-r_4_scatter .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}
 .st-r_4_scatter .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
 .st-r_4_scatter .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(-15deg);
}

 .st-r_4_scatter .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(15deg);
}

 .st-r_4_scatter .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-75deg);
}

 .st-r_4_scatter .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(75deg);
}

 .st-r_4_scatter .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}
 .st-r_4_scatter .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(135deg);
}
 .st-r_4_scatter #wx_img{
    position: absolute;
    /* background: #fff; */
    left: 5px;
    top: -100px;
    transform: rotate(135deg);
    height: 80px;
    width: 80px;
}
/* right 4 end */
 .f-right_scatter #wx_img img{
    height: 80px;
    width: 80px;
}
 .f-left_scatter #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -80px;
    top: -85px;
    transform: rotate(180deg);
}
 .f-left_4_scatter #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -95px;
    top: -10px;
    transform: rotate(-225deg);
    height: 80px;
    width: 80px;
}
 .st-l_4_scatter #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -95px;
    top: -10px;
    transform: rotate(-225deg);
    height: 80px;
    width: 80px;
}

 .f-left_scatter #wx_img img{
    height: 80px;
    width: 80px;
}
/* 定时展示 */
 .st-l_scatter .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}
 .st-l_scatter .eol_menu li {
    transition: all 1.6s;
}
 .st-r_scatter .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}


 .st-r_scatter .eol_menu li {
    transition: all 1s;
}
 .st-l_4_scatter .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}
 .st-l_4_scatter .eol_menu li {
    transition: all 1.6s;
}
 .st-r_4_scatter .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}


 .st-r_4_scatter .eol_menu li {
    transition: all 1s;
}
 .st-l_scatter .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

 .st-l_scatter .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
 .st-l_scatter .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(90deg);
}

 .st-l_scatter .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-90deg);
}

 .st-l_scatter .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(135deg);
}

 .st-l_scatter .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}

 .st-l_scatter .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(180deg);
}

 .st-l_scatter .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-180deg);
}

 .st-l_scatter .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(225deg);
}

 .st-l_scatter .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(-225deg);
}
 .st-r_scatter .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

 .st-r_scatter .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
 .st-r_scatter .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(0deg);
}

 .st-r_scatter .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(0deg);
}

 .st-r_scatter .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-45deg);
}

 .st-r_scatter .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(45deg);
}

 .st-r_scatter .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-90deg);
}

 .st-r_scatter .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(90deg);
}

 .st-r_scatter .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(-135deg);
}

 .st-r_scatter .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(135deg);
}
#eol_float_scatter .f-r-nozt{
    left: -70px!important;
    top: -70px!important;
    transform: rotate(75deg)!important;
}
#eol_float_scatter .f-r-nolyb {
    left: -80px!important;
    top: -65px!important;
    transform: rotate(74deg)!important;
}
#eol_float_scatter .f-r-nozt-nolyb {
    left: -100px!important;
    top: -25px!important;
    transform: rotate(45deg)!important;
}
#eol_float_scatter .f-l-nozt{
    left: -75px !important;
    top: -65px !important;
    transform: rotate(-165deg) !important;
}
#eol_float_scatter .f-l-nolyb {
    left: -65px!important;
    top: -80px!important;
    transform: rotate(195deg)!important;
}
#eol_float_scatter .f-l-nozt-nolyb {
    left: -30px!important;
    top: -95px!important;
    transform: rotate(223.5deg)!important;
}
/* 散点新样式--结束 */

/* 单列样式新版 */
#eol_float_single_col {
    cursor: pointer;
    position: fixed;
    top: 40%;
    width: 105px;
    letter-spacing: normal;
    z-index: 2147483647;
    box-sizing: content-box;
    overflow: visible;
    min-height: 105px;
    cursor: pointer;
    user-select: none;
}
#eol_float_single_col ul{
   list-style: none;
   padding: 0;
   margin: 2px 0 2px;
}
#eol_float_single_col ul li{
    width: 102px;
    height: 36px;
    margin-bottom: 2px;
    border-radius: 8px 8px 8px 8px;
    padding: 0 6px;
    box-sizing: border-box;
}
#eol_float_single_col ul li .ft_c2{
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    -webkit-user-drag:none;
    font-size: 14px;
}
#eol_float_single_col ul li .ft_c2 img{ 
    width: 20px;
    height: 20px;
    -webkit-user-drag:none;
}
#eol_float_single_col .eol_little_zhen{
    display: inline-block;
    width: 75px;
    height: 77px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    position: relative;
    top: 15px;
}
#eol_float_single_col .eol_little_zhen .eol_zhen_img{
    width: 960px; /* 74px × 12帧 */
    height: 69px;
    position: absolute;
    left: -4px;
    top: 7px;
    animation: run_single_zhen 6s steps(12) infinite;/* 3S执行完，3S等待 */
    -webkit-animation: run_single_zhen 6s steps(12) infinite;
    -webkit-user-drag:none;
    max-width: unset;
    min-width: unset;
}
#eol_float_single_col .eol_title{
    display: block;
    margin: 0 auto;
    width: 102px;
    height: 26px;
    line-height: 26px;
    /* font-family: PangMenZhengDao;  */
    font-weight: bold;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    cursor: initial;
}
#eol_float_single_col .eol_arrow{
    display: inline-block;
    width: 10px;
    height: 10px;
}
#eol_float_single_col .eol_left_con{
    display: flex;
    align-items: center;
    font-weight: 500;
}
#eol_float_single_col .eol_left_con .eol_name{
    max-width: 58px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#eol_float_single_col .eol_left_con img{
    margin-right: 3px;
}
#eol_float_single_col #wechart2{
    width: 102px;
    height:116px;
    padding-top: 12px;
}
#eol_float_single_col #wc_img{
    width: 78px;
    height: 78px;
    display: block;
    margin: 0px auto 2px;
    border-radius: 8px;
    -webkit-user-drag:none;
    border:1px solid #fff;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
}
#eol_float_single_col #wechart2 .ft_c2{
    display: unset;
}
#eol_float_single_col .takeup{
    margin-top: 8px;
}
#eol_float_single_col .takeup .dis_text{
    display: inline-block;
    margin-left: 2px;
}
/* 多列样式 */
#eol_float_multi_col {
    display: inline-block;
    width: 162px;
    position: fixed;
    z-index: 2147483647; 
}

  #eol_float_multi_col .little_e_wrap {
    width: 100%;
    margin-bottom: 6px;
  }

  #eol_float_multi_col .little_e_wrap .eol_title {
    /* font-family: PangMenZhengDao; */
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    font-size: 19px;
    cursor: initial;
  }

  #eol_float_multi_col .little_e_wrap .eol_title img {
    width: 22px;
    height: 22px;
    margin-right: 2px;
  }

  #eol_float_multi_col .eol_little_zhen {
    display: inline-block;
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -44px;
    z-index: -1;
  }

  #eol_float_multi_col .eol_little_zhen .eol_zhen_img {
    width: 960px;
    /* height: 69px; */
    position: absolute;
    left: -4px;
    top: 2px;
    animation: run_single_zhen 6s steps(12) infinite;
    -webkit-animation: run_single_zhen 6s steps(12) infinite;
    -webkit-user-drag:none;
    max-width: unset;
    min-width: unset;
  }
  #eol_float_multi_col #eol-multi_col_cont{
    padding: 10px 10px;
    box-sizing: border-box;
  }
  #eol_float_multi_col .eol_menu_style2 {
    list-style: none;
    padding: 0;
    margin: 2px 0 2px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    justify-items: center;
  }

  #eol_float_multi_col .eol_menu_style2 li {
    display: inline-block;
    width: 68px;
    height: 26px;
    border-radius: 5px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    
  }
  #eol_float_multi_col .eol_left_con{
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

#eol_float_multi_col #wechart2 {
    position: relative;
}
 #eol_float_multi_col #wechart2 #wc_img {
    width: 74px;
    position: absolute;
    top: 32px;
    left: -4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    border:1px solid #fff;
    -webkit-user-drag:none;
}

#eol_float_multi_col #wechart2:hover #wc_img {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-user-drag:none;
}
.eol_2_scatter.f-left_4_scatter #wx_img,.eol_2_.f-left_4 #wx_img{ /* 靠左两个入口时微信二维码位置 */
    left: -53px;
    top: -87px;
    transform: rotate(-165deg);
}
.eol_2_scatter.f-right_4_scatter #wx_img,.eol_2_.f-right_4 #wx_img{ /* 靠右两个入口时微信二维码位置 */
    transform: rotate(75deg);
    left: -94px;
    top: -79px;
}
#eol_float_scatter .jsksy .eol_menu li{
    top: -150px;
    left: -150px;
    transform-origin: 125px 120px;
}
#eol_float_scatter .hljksy .eol_menu li{
    top: -145px;
    left: -145px;
    transform-origin: 140px 117px;
}
#eol_float_scatter .jsksy .eol_menu li a{
    width: 96px !important;
}
#eol_float_scatter .jsksy .eol_menu li a img{
    margin: 0 auto;
}
#eol_float_scatter .gzksy .eol_menu li a{
    width: 72px !important;
}
#eol_float_scatter .gzksy .eol_menu li a img{
    margin: 0 auto;
}

#eol_float_scatter .hnksy .eol_menu li{
    top: -140px;
    left: -140px;
    transform-origin: 142px 120px;
}
#eol_float_scatter .hnksy .eol_menu li a{
    width: 96px !important;
}
#eol_float_scatter .hnksy .eol_menu li a img{
    margin: 0 auto;
}
.hnksy_main #eol_stage {
    top: 72px;
}