* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,tr, th, td,
center, u, b, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    // font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family:Source Han Sans CN;
    vertical-align: baseline
}
em {
  color: red;
}
body {
    line-height: 1
}
:focus {
    outline: 0
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}
blockquote, q {
    quotes: ""
}
input, textarea {
    margin: 0;
    padding: 0
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: .01rem
}


html,body{
    font-family: 'Microsoft YaHei','Helvetica Neue','Helvetica','PingFang SC','Heiti SC','SimSun','sans-serif';
}
/*清除浮动*/
.clearfix::after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0
}

// ::-webkit-scrollbar-thumb {
//   border-radius:6px;
//   -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
//   background-color:#085f79
// }
//   .el-button{
//     height: 40px !important;
//   }
::-webkit-scrollbar {
    width: 8px;
    height:10px;
    background-color: #eee;
  }

  ::-webkit-scrollbar-thumb {
    border-radius:6px;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
    background-color:#7f7f7f
  }
//   .el-button{
//     height: 40px !important;
//   }

  .myCenter {
            width: 100%;
            display: flex;
            padding-bottom: 30px;
        }

        .myCenter_left {
            width: 200px;
            margin-right: 20px;


        }

        .myCenter_left .myMenu {
            width: 100%;
            background-color: #fff;
            box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            padding: 10px 0px;
        }

        .myMenu_li {
            padding: 16px 20px;
            cursor: pointer;
            border-bottom: 1px solid #fff;

            &:hover {
                background-color: #3bcdff;
                color: #fff;
            }
        }

  .myCenter_right {
            width: calc(100% - 220px);
            min-height: calc(100vh - 450px);
            background-color: #fff;
            padding: 15px;
        }

 .myMenuLi_current {
            background-color: #3bcdff;
            color: #fff;
        }
  .paginations {
            text-align: center;
            width: 100%;
            height: 50px;
            line-height: 50px;

            span {
                cursor: not-allowed;
                color: rgba(70, 140, 200, 0.6)
            }
        }

