@font-face {
    font-family: "impact";
    src:url("font/impact-2.ttf") format("truetype");
}
@font-face {
    font-family: "shsr";
    src:url("font/SourceHanSansCN-Regular.ttf") format("truetype"),url("font/SourceHanSansCN-Regular.otf");
}
@font-face {
    font-family: "shsm";
    src:url("font/SourceHanSansCN-Medium.ttf") format("truetype"),url("font/SourceHanSansCN-Medium.otf");
}
@font-face {
    font-family: "shsh";
    src:url("font/SourceHanSansCN-Heavy.ttf") format("truetype"),url("font/SourceHanSansCN-Heavy.otf");
}
@font-face {
    font-family: "shsn";
    src:url("font/SourceHanSansCN-Normal.ttf") format("truetype"),url("font/SourceHanSansCN-Normal.otf");
}
@font-face {
    font-family: "shsb";
    src:url("font/SourceHanSansCN-Bold.ttf") format("truetype"),url("font/SourceHanSansCN-Bold.otf");
}
@font-face {
    font-family: "shsl";
    src:url("font/SourceHanSansCN-Light.ttf") format("truetype"),url("font/SourceHanSansCN-Light.otf");
}
@font-face {
    font-family: "xwt";
    src:url("font/xwt.ttf") format("truetype");
}
*{margin: 0;padding: 0;box-sizing: border-box;}
body{
    overflow-x: hidden;
    font-family: shsr;
    color: #333;
}
body::-webkit-scrollbar{
    width: 0 !important;
    height: 0 !important;
}

a{
    text-decoration: none;
    color: #333;
}
a:visited,a:link,a:hover{
    text-decoration: none;
}
ul,ol{
    list-style: none;
}



.text-cut /*限制文字,文字超出显示冒号*/
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}
.clearfix:before {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ""
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ""
}
.com_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h{
    display: none;
}
.hidden{
    display: none !important;
}
.show{
    display: block !important;
}
.showflex{
    display: flex !important;
}


@keyframes rotate360 {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate360 {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}



.kefu{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: transparent;
    position: fixed;
    right: 4.33%;
    bottom: 18.45%;
    z-index: 8;
    cursor: pointer;
    transition: all 0.6s;
}
.kefu img{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px 0 rgb(35 50 56 / 30%);
    box-shadow: 0 5px 10px 0 rgb(35 50 56 / 30%);
    position: relative;
    z-index: 50;
}
.kefu  .animated-circles{
    position: absolute;
    left:0;
    top:0;
}
.kefu  .animated-circles .circle{
    background: rgba(209,16,33,.25);
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.kefu .animated-circles.animate .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.kefu .animated-circles.animate .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.kefu .animated-circles.animate .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.kefu:after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: url(../imgs/offside_num.png);
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 50;
}


@keyframes scaleToggleOne {
    0%{
        transform:scale(0.9);
        -webkit-transform:scale(0.9)
    }
    50% {
        transform:scale(2);
        -webkit-transform:scale(2)
    }
    100%{
        transform:scale(0.9);
        -webkit-transform:scale(0.9)
    }
}
@keyframes scaleToggleTwo {
    0% {
        transform:scale(0.9);
        -webkit-transform:scale(0.9)
    }
    20% {
        transform:scale(0.9);
        -webkit-transform:scale(0.9)
    }
    60% {
        transform:scale(2);
        -webkit-transform:scale(2)
    }
    100% {
        transform:scale(0.9);
        -webkit-transform:scale(0.9)
    }
}
@keyframes scaleToggleThree {
    0% {
        transform:scale(0.9);
        -webkit-transform:scale(0.9)
    }
    33% {
        transform:scale(0.9);
        -webkit-transform:scale(0.9)
    }
    66% {
        transform:scale(2);
        -webkit-transform:scale(2)
    }
    100% {
        transform:scale(0.9);
        -webkit-transform:scale(0.9)
    }
}

