*{margin: 0;position: 0;}
html{
    font-size: 10px;
    font-family: "微软雅黑",'宋体';
    overflow-x:hidden;
    overflow-y: auto;
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.main{
    display: flex;
    justify-content: center;
    flex: 2;
}
a{
    text-decoration:none;
    font-size: 1.7rem;
}
h1{
    font-size: 2.2rem;
}
h2{
    font-size: 1.9rem;
}
dd{
    font-size: 1.6rem;
}
em{
    font-size: 1.6rem;
}

/* 解决图片底部空白 */
img{display: block;}
/* 颜色配置 */
.ys_a{
    /* 主背景色 */
    background-color: #ffffff;
}
.ys_b{
    /* 主背景色 */
    background-color: #222e3e;
}
.ys_c{
    /* 主背景色 */
    background-color: #f5f5f5;
}
.ys_1{
    /* 主文本色 */
    color: #222e3e;
}
.ys_2{
    /* 主文本色 */
    color: #fcc81d !important;
}
.ys_3{
    /* 主文本色 */
    color: #ebebeb;;
}
.ys_4{
    /* 主文本色 一般用作注释*/
    color: #707070;;
}
.ys_xz:hover{
    color: #fcc81d;
}
.ys_xzbj:hover{
    background-color: #fcc81d;
}
.ys_ok{
    color: #fcc81d !important;
}
.sb_xz:hover{
    cursor:pointer;
}
.flex_no{
    display: none !important;
}
/* 设置数字字体为同等宽度 */
.font-dk {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}
body{
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
}

.top_taiji{  
    animation: rotate 16s linear infinite;
}
@keyframes rotate{
    0%{}
    100%{
        transform: rotateZ(360deg);/*360度结束*/
    }
} 
.top{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.top_l{
    display: flex;
}
.top_taiji{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.top_l a{
    line-height:50px;
    letter-spacing:3px;
    font-family: 华文楷体,宋体;
    font-size: 4rem;
    margin: 0 10px;
    white-space: nowrap;
}
.nav_max a{
    font-size: 1.8rem;
    margin: 0 10px;
    color: inherit;
}
.nav_max_yd{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    position: absolute;
    right: 170px;
    z-index: 998;
}
.nav_max_gj{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    position: absolute;
    right: 10px;
    z-index: 998;
}
.nav_max_yd > a,.nav_max_gj > a{
    padding: 0 10px;
    font-size: 1.8rem;
    color: inherit;
    line-height: 50px;
}
.nav_min{
    display: flex;
    justify-content: end;
    background-color: rgba(56, 56, 56, 0.5);
    position: absolute;
    width: 100%;
    z-index: 998;
}
.nav_min > div{
    display: flex;
    flex-direction: column;
    width: 240px;
}
.nav_min a{
    padding: 0 10px;
    font-size: 1.8rem;
    color: inherit;
    line-height: 50px;
    text-indent:20px;
}
.nav_min_yd, .nav_min_gj{
    display: flex;
    flex-direction: column;
}
.nav_min_yd > a, .nav_min_gj > a{
    text-indent:40px; 
}
.font_min{
    font-size: 2.8rem !important;
}
.bottom{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    padding: 10px 0;
}
.bottom > p{
    white-space: nowrap;
    font-size: 1.3rem;
    margin: 0 7px;
}
.icpa {
    white-space: nowrap;
    font-size: 1.3rem;
    margin: 0 7px;
    color: white;
}

/* .gg_box >a{
    display: none;
} */