* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    -moz-overflow-x: hidden;
    /* 横竖屏切换时，字体会放大，或者用户设置自己的字体大小，禁止用户缩放这些 */
    -webkit-text-size-adjust: 100%;
    /*长时间按住文字会选中，禁止  */
    /* -webkit-user-select: none; */
    font-size: 12px;
    background: #fff;
    font-family: "MicrosoftYaHei" !important;
    /* font-family: "MicrosoftYaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; */
}

em, i, b {
    font-style: normal;
    font-weight: normal;
}

a, u {
    text-decoration: none;
    font-style: normal;
}

a {
    text-decoration: initial !important;
}

li {
    list-style: none;
}

input:focus {
    list-style: none;
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    color: #ffffff !important;
}

input:focus:-moz-placeholder {
    color: #ffffff !important;
}

input:focus::-moz-placeholder {
    color: #ffffff !important;
}

input:focus:-ms-input-placeholder {
    color: #ffffff !important;
}

textarea {
    outline: none;
    resize: none;
}

a, button, input {
    /* 选中的阴影，取消 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button, input {
    /* 取消默认外观 */
    -webkit-appearance: none;
    /* 取消默认圆角 */
    border-radius: 0;
}

h1, h2, h3, h4, h5, h6, table th {
    list-style: none;
    font-weight: normal;
    /* font-weight: 500; */
}

ul, ol {
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
    /* 对FireFox有效 */
}

p, ol, ul {
    /* 对IE有效 */
    margin: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:-webkit-autofill {
    /*  颜色是设置成你需要的颜色 自动填充的背景颜色*/
    box-shadow: 0 0 0px 1000px white inset !important;
}

/* input {
    /*  颜色是设置成你需要的颜色 自动填充的字体颜色*/

/* -webkit-text-fill-color: #A6B4BD; */

/* }  */

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after, .clearfix::before {
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}

.clearfix {
    zoom: 1;
}

.left {
    float: left
}

.right {
    float: right;
}

/* ie下的min-/max-不兼容，直接写height/width，min-height:200px; height:auto !important; height:200px; overflow:visible; */

/* body {
    /* chrome下默认会将小于12px的文本强制按照12px来解析 */

/* -webkit-text-size-adjust: none;
} */

/* IE/Opera：对象的实际宽度=(margin-left)+width+(margin-right)
Firefox/Mozilla：对象的实际宽度=(margin-left)+(border-left-width)+(padding-left)+width+(padding-right)+(border-right-width)+(margin-right)
 */

/* 几个img标签放在一起的时候，有默认间距，用float浮动解决*/

/* 透明度兼容 */

.transparent_class {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    /* ie9以下浏览器不能使用opacity */
    filter: progid: DXImageTransform.Microsoft.Alpha(style=0, opacity=50)
}

/* 边距重叠问题，BFC解决：父级上加上overflow:hidden */

/* 头部 */

body {
    background-color: #F0F2F8;
    color: #4d4d4d;
}

.left-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.35rem;
    background-color: #4A546D;
    overflow-y: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    z-index: 22;
}

.left-nav>.inner-nav>b {
    width: 100%;
    font-size: .24rem;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: .6rem;
    text-align: center;
    background: #3D4558;
}

.left-nav>.inner-nav>ul {
    width: 100%;
    margin-top: .2rem;
}

.left-nav>.inner-nav>ul>li {
    line-height: .6rem;
}

.left-nav>.inner-nav>ul>li>a {
    display: block;
    font-size: .2rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: .5rem
}

.left-nav>.inner-nav>ul>li>a img {
    width: .22rem;
    margin-right: .1rem
}

.left-nav>.inner-nav>ul>li>ul.dropdown>li {
    height: .4rem;
    line-height: .4rem;
    display: block
}

.left-nav>.inner-nav>ul>li>ul.dropdown>li>a {
    font-size: .16rem;
    color: #fff;
    border-left: 2px solid transparent;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: .49rem;
}

.left-nav>.inner-nav>ul>li>ul.dropdown>li:hover {
    background: linear-gradient(90deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .1));
}

.left-nav>.inner-nav>ul>li>ul.dropdown>li:hover>a {
    border-left: 2px solid #fff;
}

.left-nav>.inner-nav>ul>li>ul.dropdown>li.active {
    background: linear-gradient(90deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .1));
}

.left-nav>.inner-nav>ul>li>ul.dropdown>li.active>a {
    border-left: 2px solid #fff;
}

.right-main {
    position: relative;
    position: fixed;
    left: 2.35rem;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.right-main>h4 {
    color: #fff;
    font-size: .18rem;
    position: fixed;
    left: 2.35rem;
    right: 0;
    top: 0;
    height: .6rem;
    line-height: .6rem;
    z-index: 999;
    background: #3D4558;
    box-sizing: border-box;
    padding: 0 .3rem;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.right-main>.top {
    height: .6rem;
    width: 100%;
}

.right-main>h4>img, .right-main>h4>b>a>img {
    width: .24rem;
    margin-right: .24rem
}

.right-main>h4>img.show {
    display: none;
}

.right-main>h4>b>a {
    color: #FFf;
    font-size: .18rem;
    margin-left: .25rem
}

.right-main>h4>b>i {
    color: #6fd5ff;
    font-weight: bold;
}

.right-main>h4>ul.top-nav {
    color: #333333;
    font-size: .18rem;
    display: inline-block;
    height: .6rem;
    line-height: .6rem;
    vertical-align: top
}

.right-main>h4>ul.top-nav>li {
    float: left;
    box-sizing: border-box;
    padding: .0 .15rem;
}

.right-main>h4>ul.top-nav>li>a {
    display: block;
    color: #fff;
    border-bottom: .02rem solid transparent;
    height: .58rem;
}

.right-main>h4>ul.top-nav>li.topnav>a {
    color: #fff;
    border-bottom: .02rem solid #fff;
}

.hide {
    left: .8rem !important;
}

.content {
    width: 100%;
    box-sizing: border-box;
    padding: .2rem .3rem;
}

.content .content-main {
    width: 100%;
    background-color: #fff;
    border-radius: .1rem;
    box-sizing: border-box;
    padding: .2rem;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*定义滚动条样式（高宽及背景）*/

::-webkit-scrollbar {}

/*定义滚动条轨道（凹槽）样式*/

::-webkit-scrollbar-track {
    background-color: #fff;
}

/*定义滑块 样式*/

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(233, 237, 248, 1);
}