.er-pop-robotbody,
html {
    padding: 0;
    margin: 0;
    font-size: 12px;
    overflow-x: hidden;
}

@font-face {
    font-family: mysiteFont;

}

body {
    font-family: mysiteFont !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em {
    font-style: normal;
}

button,
input,
select,
textarea {
    outline: none;
    font-family: -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        Arial,
        'Noto Sans',
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol',
        'Noto Color Emoji';
}

body {
    font-family: -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        Arial,
        'Noto Sans',
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol',
        'Noto Color Emoji';
    padding: 0;
    margin: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: block;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    clear: both;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}
pre{
    margin:0;
    line-height: 1.6em;
    font-family: inherit;
     white-space: normal;
}
@media only screen and (max-width:480px) {

    html,
    input,
    select,
    button {
        font-size: 12.5px;
    }
}

@media only screen and (orientation:landscape) and (max-width:480px) {

    html,
    input,
    select,
    button {
        font-size: 12.5px;
    }
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}



a:hover,
a:focus,
a:active {
    color: #20A0FF;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a[href*="javascript:void"] {
    cursor: default;
}
/*去除移动端a标签点击的蓝色阴影*/
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /* background: none;注销,影响省上列表样式里面3种模式图切换图标不显示*/
    text-decoration: none;
}
/* 网站内部滚动条样式 */

body *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
  }
  
  body *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C1C1C1;
  }
  .site-home-page .top-right{
    position: absolute;
    top: 0;
    right: 0;
    background: #20a0ff;
    z-index: 99;
  }
  .site-home-page .top-right a{
      color: #fff;
      padding: 6px;
      display: inline-block;
  }
