@charset "utf-8";
/* 初始化样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover, a:focus {
    text-decoration: none;
}
html, body {
    height: 100%;
    width: 100%;
}
/* layui 弹窗样式*/
.layui-layer.layer_popup{
    background: #FFFFFF;
    border: 10px solid #0D3A74;
    border-radius: 20px;
    box-sizing: content-box;
    overflow: hidden;
}
.layer_popup .layui-layer-setwin {
    right: 55px;
    top: 45px;
}
.layer_popup .menu_modal {
    font-size: 20px;
    text-align: center;
    padding: 20px;
    line-height: 36px;
    margin-top: 30px;
}
.layer_popup .layui-layer-btn {
    text-align: center;
}
.layer_popup .layui-layer-btn a {
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 24px;
    padding-left: 26px;
    margin: 5px 10px;
}
.layer_popup .layui-layer-btn .layui-layer-btn0 {
    border-color: #dedede;
    background-color: #fff;
    color: #333;
}
.layer_popup .layui-layer-btn .layui-layer-btn1 {
    border-color: #0D3A74;
    background-color: #0D3A74;
    color: #fff;
}
@media screen and (max-width:1024px) {
    .layui-layer.layer_popup{
        border: 4px solid #0D3A74;
        border-radius: 8px;
    }
    .layer_popup .layui-layer-setwin {
        right: 10px;
        top: 10px;
    }
}

#tipAlert {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    position: fixed;
    padding: 12px 25px;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 999999999;
}