body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 
}

mark {
    background: inherit;
    color: inherit
}

body {
    background: #fff;
    color: #555;
    font-size: 12px;
    font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, sans-serif;
}

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

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none
}

img {
    border: none;
    box-sizing: border-box;
}

ol,
ul,
li {
    list-style: none;
}

i {
    font-style: normal
}

input,
textarea,
select,
button {
    font: 12x Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #999;
    outline: none;
}

table {
    border-collapse: collapse;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.cf {
    display: inline-table;
}

:-webkit-scrollbar {
    width: 40px;
    height: 40px;
}


/* Hides from IE-mac \*/

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}


/* End hide from IE-mac */

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    -webkit-tap-highlight-color: transparent
}

;
img {
    max-width: 100%;
}

button {
    cursor: pointer;
    outline: none;
    border: 0;
}

.flex {
    display: flex;
    flex-direction: column;
}

.row {
    flex-direction: row;
    display: flex;
}

/* .btn {
    height: .48rem;
    background: #FF720D;
    border-radius: .08rem;
    color: #fff;
    font-size: .16rem;
    padding: 0 .3rem;
    cursor: pointer;
} */

.img-btn {
    height: .48rem;
    background: #FF720D;
    border-radius: .04rem;
    color: #fff;
    font-size: .16rem;
    padding: 0 .24rem;
    cursor: pointer;
}

.btn-red-bg {
    background: #FF2E2E;
}

.btn-gray-bg {
    background: #C8C8C8;
}

.btn-white-bg {
    background: #fff;
    color: #333333;
}

.img-btn img {
    width: .18rem;
    height: .18rem;
    min-height: 12px;
    min-width: 12px;
    vertical-align: -2px;
}

.margin12 {
    margin: 0 .12rem;
}

.hidden {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.hidden::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}

.hidden::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.hidden::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

img[src=''],
img:not([src]) {
    opacity: 0;
}

.line1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.line6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.c-box, .nav_box_top{
    width: 12rem;
    margin: 0 auto;
    /* min-width: 1200px; */
}
.pointer{
    cursor: pointer;
}
.empty-list{
    margin: 100px auto;
    width: 100px;
    text-align: center;
}
.pagination{
    text-align: center;
    font-size: 14px;
    margin: 40px 0;
}
.pagination li{
    display: inline-block;
    margin-right: 10rpx;
    height: 40px;
    line-height: 40px;
    min-width: 30px;
    padding: 5px 7px;
    cursor: pointer;
}
.pagination .active{
    color:#009fe9;
}
input:focus{
    outline: 1px solid #009fe9;
}
textarea:focus{
    outline: 1px solid #009fe9;
}
/* @media all and (min-width:10px) {
    html {
        font-size: 65px;
    }
} */


/* 
@media all and (min-width:1300px) {
    html {
        font-size: 70px;
    }
}

@media all and (min-width:1400px) {
    html {
        font-size: 75px;
    }
}

@media all and (min-width:1500px) {
    html {
        font-size: 80px;
    }
}

@media all and (min-width:1600px) {
    html {
        font-size: 85px;
    }
}

@media all and (min-width:1700px) {
    html {
        font-size: 90px;
    }
}

@media all and (min-width:1800px) {
    html {
        font-size: 95px;
    }
}

@media all and (min-width:1900px) {
    html {
        font-size: 100px;
    }
} */