@charset "utf-8";

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

b {
    font-weight: normal;
}

button {
    cursor: pointer;
    outline: none;
    background-color: inherit;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
}

fieldset,
img,
button {
    border: 0;
}

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

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

caption,
th,
li,
dt,
dd,
p {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    text-align: left;
    font-weight: normal;
}

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

abbr,
acronym {
    border: 0;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
    transition: all 0.25s ease-out;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
    outline: none;
}

button:focus {
    outline: none;
}

input {
    outline: none;
    font-size: 14px;
    color: #333
}

em {
    font-style: normal;
}

.page-enter-active,
.page-leave-active {
    transition: opacity .8s;
}

.page-enter,
.page-leave-active {
    opacity: 0;
}

.scroll_bar_hide::-webkit-scrollbar {
    display: none !important;
}


/* * {margin: 0;padding: 0;font: inherit;} */

i {
    font-style: normal;
}

.news_content i {
    font-style: italic;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    line-height: 1.5;
    min-width: 320px;
    
}


.center_1000 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.center {
    margin: 0 auto;
    display: block;
}

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


/* Hides from IE-mac \*/

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}


/* End hide from IE-mac */

#cnzz_stat_icon_1279364743 {
    display: none;
}

.el-image-viewer__close .el-icon-circle-close {
    color: #fff;
}

.el-image-viewer__close .el-icon-circle-close:hover {
    color: #1977EF;
}


/*设置palceholder属性*/

input::-webkit-input-placeholder {
    color: #CBCDDB;
}

input::-moz-placeholder {
    color: #CBCDDB;
}


/* firefox 19+ */

input:-ms-input-placeholder {
    color: #CBCDDB;
}


/* ie */

img {
    max-width: 100%;
    height: auto;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.dis_ibk {
    display: inline-block;
}

.dis_none {
    display: none;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.pos_relative {
    position: relative;
}

.kefu_btn_click,
.scroll_top_btn_click {
    cursor: pointer;
    transition: all 0.25s ease-out;
}

.padding_100 {
    padding: 100px 0
}

.padding_50 {
    padding: 50px 0
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.btn_sty {
    /* display: inline-block; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 20px;
    text-align: center;
    font-weight: 500;
    border: 1px solid transparent;
    background: none;
    border-radius: 8px;
    transition: border .2s ease, background-color .2s ease, color .15s ease;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
    outline: none;
    line-height: 1.5;
}

.btn_kx {
    color: #2955A5;
    border-color: #2955A5;
}

.btn_kx:hover {
    background: #2955A5;
    border-color: #2955A5;
    color: #ffffff;
}

.btn_sx {
    background: #2955A5;
    border-color: #2955A5;
    color: #ffffff;
}

.btn_sx:hover {
    color: #ffffff;
    background: #1977EF;
    border-color: #1977EF;
}

.btn_kx:active,
.btn_sx:active {
    color: #ffffff;
    background: #125CB9;
    border-color: #125CB9;
}

.btn_sty,
.btn_sty:active,
.btn_sty:focus,
.btn_sty:hover {
    /*text-decoration: none;*/
    /*background-color: #f34a2e;*/
}

.btn_sty:active {
    transition: border .2s ease, background-color .2s ease
}

.btn_sty:active svg {
    opacity: .7
}

.underline_a {
    cursor: pointer;
    text-decoration: underline;
    color: #2955A5 !important;
}

.underline_a:hover {
    color: #1977EF !important;
    text-decoration: underline;
}

.underline_a:active {
    color: #125CB9 !important;
}

.hov_unde:hover {
    color: #2955A5 !important;
    text-decoration: underline;
}

.hov_blue:hover {
    color: #1977EF !important;
}

.col_main {
    color: #2955A5 !important;
}

.col_up {
    color: #0DBA5A !important;
}

.col_down {
    color: #F12B5B !important;
}

.col_FFFFFF {
    color: #ffffff !important;
}

.bg_up {
    background-color: #0DBA5A !important;
}

.bg_down {
    background-color: #F12B5B !important;
}

.bg_FAFAFA {
    background-color: #FAFAFA;
}

.flex_cen_cen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_start_cen {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex_end_cen {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex_sb_cen {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line_circl {
    width: 100%;
    display: block;
    position: relative;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.line_circl::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    top: -8px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

.template_type1_down:after,
.template_type1_down:before {
    display: table;
    content: ""
}

.template_type1_down:after {
    clear: both
}

.template_type1_down {
    zoom: 1
}

@media only screen and (max-width: 450px) {
    .cookies-block {
        padding: 15px 16px !important;
    }

    .wrap {
        padding: 0 16px !important;
    }

    .padding_100 {
        padding: 50px 0
    }

    .pub_tit_1 {
        font-size: 27px
    }

    a:hover {
        text-decoration: inherit !important;
    }

    .btn_kx:hover {
        color: #1977EF !important;
        background: #ffffff !important;
        border-color: #1977EF !important;
    }

    .btn_sx:hover {
        background: #4396FF !important;
        border-color: #4396FF !important;
        color: #ffffff !important;
    }

    .news_content img {
        height: auto !important;
    }
}


/*webkit内核*/

.scroll_bar_hidden::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.scroll_bar_hidden::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


/*o内核*/

.scroll_bar_hidden .-o-scrollbar {
    -moz-appearance: none !important;
    background: rgba(0, 255, 0, 0) !important;
}

.scroll_bar_hidden::-o-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
}


/*IE10,IE11,IE12*/

.scroll_bar_hidden {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}


/* 常见问题 */

.PUBLIC_help_center .el-collapse-item__header {
    font-size: 16px;
    font-weight: 600;
    min-height: 55px;
    height: auto;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
    background-color: inherit;
}

.PUBLIC_help_center .el-collapse-item__wrap {
    background-color: inherit;
}

.PUBLIC_help_center .el-collapse-item__arrow {
    position: absolute;
    left: 0;
    font-weight: 700;
}

.PUBLIC_help_center .el-collapse-item__content {
    font-size: 16px;
}

.linkType_support {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 375px;
    height: 600px;
    z-index: 99999;
}

.linkType_support>iframe {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}

.linkType_support_close {
    position: absolute;
    background: url(../img/public/close_support.png) no-repeat center center;
    background-size: 50%;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    right: 0;
    top: -30px;
    background-color: #13273B;
}

@media only screen and (max-width: 500px) {
    .PUBLIC_help_center .el-collapse-item__header {
        font-size: 13px;
        min-height: 48px;
    }

    .PUBLIC_help_center .el-collapse-item__content {
        font-size: 13px;
    }

    .linkType_support {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        padding-top: 30px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .linkType_support_close {
        top: 0;
    }

    /* 文章页广告位模板移动端兼容  */
    .template_type1_back {
        background-size: 100% 80% !important;
    }

    .template_type1_btn_box {
        padding: 20px 0px 40px !important;
    }

    .template_type1_text {
        font-size: 14px !important;
    }

    .template_type1_btn_box1 {
        height: 25px !important;
    }

    .template_type1_btn {
        line-height: 25px !important;
        font-size: 14px !important;
    }

    .template_type1_down {
        margin-top: 0px !important;
    }

    .template_type1_ad {
        font-size: 14px !important;
    }

    .template_6 {
        padding: 16px 20px !important;
    }

    .template_6_title {
        font-size: 20px !important;
    }

    .template_6_subtitle {
        font-size: 14px !important;
    }

    .template_6_back {
        border-radius: 8px !important;
    }

    .template_6_right {
        float: none !important;
        padding: 10px 10px 20px 10px !important;
        width: 90% !important;
    }

    .template_6_p1 {
        margin-bottom: 16px !important;
    }

    .template_6_button {
        margin: auto !important;
        margin-top: 16px !important;
    }

    .template_6_left {
        width: 90% !important;
        padding: 15px !important;
        margin-left: 0px !important;
        float: none !important;
    }

    .template_6_left img {
        width: 75% !important;
        padding: 0px 40px !important;
    }

    .template_7 {
        padding: 16px 20px !important;
    }

    .template_7_title {
        font-size: 20px;
    }

    .template_7_left {
        padding: 10px 0px 0px 0px !important;
        float: none !important;
        width: auto !important;
        margin-left: 0px !important;
    }

    .template_7_right {
        float: none !important;
        width: auto !important;
        padding: 15px 0px 0px 0px !important;
    }

    .template_7_button {
        margin: 20px auto 0px !important;
    }

    .template_8 {
        padding: 16px 20px !important;
    }

    .template_8_title {
        font-size: 20px !important;
    }

    .template_8_left {
        padding: 10px 0px 0px 0px !important;
        float: none !important;
        width: auto !important;
        margin-left: 0px !important;
    }

    .template_8_right {
        float: none !important;
        width: auto !important;
        padding: 15px 0px 0px 0px !important;
    }

    .template_8_button {
        margin: 20px auto 0px !important;
    }
}



/* assets/css/transitions.css */
.layout-enter-active,
.layout-leave-active {
    transition: opacity 0.3s;
}

.layout-enter,
.layout-leave-to {
    opacity: 0;
}

.css-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
}