@media (min-width: 1200px) {
    html {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 95px;
    }
}

@media (max-width: 1151px) {
    html {
        font-size: 85px;
    }
}

@media (max-width: 1023px) {
    html {
        font-size: 80px;
    }
}

@media (max-width: 963px) {
    html {
        font-size: 75px;
    }
}

@media (max-width: 899px) {
    html {
        font-size: 70px;
    }
}

@media (max-width: 839px) {
    html {
        font-size: 65px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 64px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 130px;
    }
}

@media (max-width: 734px) {
    html {
        font-size: 100px;
    }
}

@media (max-width: 565px) {
    html {
        font-size: 80px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 60px;
    }
}

@media (max-width: 380px) {
    html {
        font-size: 55px;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 50px;
    }
}





html, body, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Microsoft YaHei";
    min-width: 320px !important;
    max-width: 1920px !important;
    font-family: 'Microsoft YaHei';
    background-color: #fff;
    font-size: .16rem;
    line-height: .28rem;
    color: #3c3c3c;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position:relative;
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}

.block{ display:block !important;}






table.sortEnabled tr.firstRow th, table.sortEnabled tr.firstRow td {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/yljwebpageedit/themes/default/images/sortable.png);
}

.selectTdClass {
    background-color: #edf5fa !important
}

table.noBorderTable td, table.noBorderTable th, table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

table tr.firstRow th {
    border-top-width: 2px;
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
    background-color: #f7faff;
}

td p {
    margin: 0;
    padding: 0;
}

