

body {
    min-width: 1366px;
    min-height: 768px;

    padding:0 0;
    margin:0 0;
    font-weight: 400;
    color:#454545;

    word-break:break-all;
    word-wrap:break-word
}

/*重置页面样式*/
ul,li{
    list-style: none;
}
a{
    text-decoration:none;
    color:#454545;
    -webkit-tap-highlight-color: #454545;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
u > a,table a{
    color:#00a1ea;
    font-weight: 500;
}
button{
    border:none;
    outline: none;
    padding:8px 12px !important;
}
button:active,.es-on-act:active{
    opacity: 0.7 !important;
}
.es-on-bc:active{
    background:#d7d7d7;
    opacity: 0.8 !important;
}
p,ul{
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start:0em;
}


div.select{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow: hidden;
    opacity: 0;
}
div.select select{
    width:100%;
    height:100%;
}

debug,.debug{
    display: none !important;
    color:red;
    font-size:14px;
    font-weight: 500;
    font-family: '楷体';
    cursor: pointer;
}

.es-fl{
    float: left;
}

ol{
    padding-top:3px;
    padding-bottom: 3px;
    font-family: '\6977\4f53';
}
ol > div{
    font-weight: bold;
    font-size:16px;

    padding-bottom:3px;
}
ol > li{
    list-style: inherit;
    padding:3px 0;
    font-size:15px;
}

es-icon{
    display: none;
}
