/* CSS Document */

body,
form,
body,
form,
textarea,
select,
option,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dt,
dd,
menu,
blockquote,
fieldset,
label,
i,
em,
header,
footer,
section,
legend,
button,
input,
hr,
pre,
div,
input,
span,
p,
a {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font: 12px/1 'PingFang SC', 'MIcrosoft YaHei', Arial, Helvetica, sans-serif;
    color: #333;
}

li {
    list-style-type: none;
}

input,
select,
textarea {
    vertical-align: middle;
    color: #333;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: 0;
}

i,
em {
    font-style: normal;
}

b {
    font-weight: normal;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: 0;
}

.clearfix {
    overflow: hidden;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

ul,
ol,
img {
    border: 0px;
}

li {
    list-style-type: none;
}

input,
select,
textarea {
    vertical-align: middle;
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

input[type="button"]:hover {
    cursor: pointer;
}

div:focus {
    outline: none;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


#tooltip-pop:before,
#tooltip-pop:after {
    content: "";
    display: block;
    border-width: 8px;
    position: absolute;
    top: -16px;
    left: 14px;
    border-style: solid dashed dashed solid;
    border-color: transparent transparent #F0F2F5 transparent;
    font-size: 0;
    line-height: 0;
    pointer-events: none;
}


*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  *::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    background: #e6e6e6;
  }
  
  *::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 8px;
    background: rgba(0, 0, 0, 0);
  }

  .normal-back {
    padding-left: 20px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    background: url(../statui/images/manage/back.png) no-repeat left center;
    color: #1a88fb;
    display: inline-block;
    /* line-height: 26px; */
    margin-bottom: 6px;
}
.normal-back:hover, .back:hover {
    opacity: .8;
}

.text-ellipsis{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.mt30 {
    margin-top: 30px;
}
