/* 
@font-face {
    font-family: Rany;
    src: url("../fonts/Rany.otf");
  } */
html {
    color: #222;
    background: #F5F7FD;
    font-size: 16px;
    overflow-X: hidden;
    /* font-size: 1.25vw; */
}
.main * {
    word-wrap: break-word;
}
/* 去除点击阴影 */
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}
.cur{
    cursor: pointer;
}
address,
caption,
cite,
code,
dfn,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

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

q:after,
q:before {
    content: ''
}



input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

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

a,
li {
    color: #222;
    list-style: none;
    text-decoration: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Pingfang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, Helvetica ;
    max-height: 999999999rem;
    /* user-select: none; */

}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

/* 模块状态 */
.poa {
    position: absolute;
}

.por {
    position: relative;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fln {
    float: none;
}



/* 多行隐藏 */
.oh {
    overflow: hidden;
}

.oa {
    overflow: auto;
}

.oh1,
.oh2,
.oh3,
.oh4,
.oh5,
.oh6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.oh1 {
    -webkit-line-clamp: 1;
}

.oh3 {
    -webkit-line-clamp: 3;
}

.oh4 {
    -webkit-line-clamp: 4;
}

.oh5 {
    -webkit-line-clamp: 5;
}
.oh6 {
    -webkit-line-clamp: 6;
}
/* table */
table{
    width: 100% !important;
}

/* 搜索按钮 */

[v-cloak] {
    display: none;
}


html{
    min-width: 1400px;
    overflow: auto;
}
.box{
    width: 100%;
}
.cen{
    margin: 0 auto;
    width: 1200px;
}


/* 分页 */
.pagebox{
    width: 100%;
    margin-top: 24px;
}
.pagcom{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
.pagcom a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    min-width: 32px;
    height: 32px;
    /* border: 1px solid #D9D9D9; */
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border-radius: 2px;
}
.pagcom .sel{
    border: 0;
    background: #0066CC;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}
.pagcom .curpo{
    width: 62px;
    background: #F9FAFB;
    color: #B2BCC6;
    border: 0;

}
/* .pagcom .curpo[disabled="disabled"]{
    display: none;
} */

.curpo.yact{
    color: #0066CC !important;
}
.totlelist{
    height: 32px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 32px !important;
    margin-bottom: 12px;
    color: #757575 !important;

}

.totlelist .colys{
    color: #0066CC;

}



/* header */
.header{
    padding: 0 40px;
    width: 100%;
    height: 64px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    z-index: 1100;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0px 2px 6px 0px rgba(218, 220, 224, 0.5);

}
.header_cen{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 80px;
}
.header_ul{
    display: flex;
    align-items: center;
    gap: 40px;
}
.header_li_a{
    color: #999;
    display: flex;
    align-items: center;

    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.header_li .header_li_a:hover{
    color: #206CFF;
}
.header_li_act .header_li_a{
    color: #206CFF;
}
.header_logo{
    height: 100%;
    padding: 12px 0;
}
.header_logo img{
    height: 100%;
    vertical-align: top;
}
.header_m_btn{
    display: none;
}
.header_m{
    display: none;
}
@media screen and (max-width:1024px) {
    .totlelist {
        height: 1rem;
        margin-right: 0.5rem;
        font-size: 0.5rem !important;
        line-height: 1rem ;
        margin-bottom: 0.5rem;
    }
    .pagcom a {
        margin-bottom: 0.5rem;
        min-width: 1rem;
        height: 1rem;
        margin-left: 0.3333rem;
        font-size: 0.5rem;
        border-radius: 0.0833rem;
    }
    .pagcom .sel {
        font-size: 0.5rem;
    }
    .pagcom .curpo {
        width: 2rem;
    }

    html{
        min-width: 100%;
        max-width: 100vw;
        overflow: auto;
        font-size: 6vw;
        overflow-x: hidden;
    }
    .cen{
        width: 90%;
    }
    /* .box{
        padding-top: 2.6667rem;
    } */
    .header {
        padding: 0px;
        height: 50px;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0px 2px 6px 0px rgba(218, 220, 224, 0.5);
    }
    .header_ul{
        display: none;
    }
    .header_m_btn{
        display: block;
        width: 30px;
        height: 30px;
    }
    .header_m{
        display: block;
    }
    .header_m_btn img{
        vertical-align: top;
        width: 100%;
        height: 100%;
    }
    .header_cen {
        justify-content: space-between;
        gap: 50px;
    }
    .header_m_bgc {
        width: 100%;
        height: calc(100vh - 50px);
        background: #00000033;
        position: fixed;
        top: 50px;
        left: 0;
    }



    .header_m_aside_box_act {
        right: 0 !important;
    }
    .header_m_aside_box {
        position: fixed;
        padding: 1rem 0;
        height: calc(100vh - 50px);
        top: 50px;
        right: -274px;
        width: 274px;
        background: #FFFFFF;
        box-shadow: 0px 4.0008px 40.0008px 0px #0000001A;
        transition: all 0.4s;
        overflow-y: auto;
    }
    .header_m_aside_li {
        padding: 12px 0;
    }
    .header_m_aside_act {
        background: #F4F4F4 !important;
    }
    .header_m_a1_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-left: 50px;
        padding-right: 24px;
    }
    .header_m_a1 {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #000000;
    }
    .header_m_aside_act .header_m_a1 {
        color: #206CFF !important;
    }
    .header_m_aside_jt {
        width: 16px;
        height: 16px;
    }
    .header_m_aside_jt img{
        width: 100%;
        height: 100%;
        vertical-align: top;
    }
    .header_m_aside_deg {
        transform: rotate(-90deg);
    }
    .header_m_aside_ul2 {
        margin-top: 12px;
    }
    .header_m_li2 {
        margin-bottom: 14px;
        padding-left: 68px;
        padding-right: 24px;
    }
    .header_m_a2 {
        font-weight: 400;
        font-size: 14px;
        color: #2E2E2E;
    }
    .header_m_a2_act {
        color: #206CFF;
    }
}









