@charset "UTF-8";
::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar {
    width: .8vw;
    background-color: #e9f3fc
}

::-webkit-scrollbar-thumb {
    background: #1e84cb;
    border-radius: .4vw;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

::-webkit-scrollbar-thumb:hover {
    background: #1e84cb
}

::-webkit-scrollbar-thumb:active {
    background: #1e84cb
}

.ff-scrollbar {
    scrollbar-color: #1e84cb transparent;
    scrollbar-width: thin
}

.ff-scrollbar * {
    scrollbar-color: #1e84cb transparent;
    scrollbar-width: thin
}

.scroll-area {
    -webkit-overflow-scrolling: touch
}

::-webkit-scrollbar {
    width: 0
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 1.866667vw;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden
}

* {
    margin: auto;
    padding: 0;
    font-style: normal;
    line-height: 1;
    box-sizing: border-box
}

article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

a,
button,
cite,
code,
del,
em,
i,
img,
label,
mark,
small,
strong,
textarea,
time,
var {
    display: inline-block
}

footer,
header,
section {
    position: relative
}

button,
input {
    outline: 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

button:focus {
    outline: unset
}

button:focus-visible {
    outline: 1px solid #000
}

textarea {
    font-family: inherit
}

ol,
ul {
    list-style: none
}

span {
    display: inline-block
}

img {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a:active,
a:hover {
    outline: 0
}

a:active:hover,
a:hover:hover {
    color: #1492ff
}

a,
a:visited {
    color: inherit;
    text-decoration: none
}

label {
    word-wrap: break-word;
    word-break: break-all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all
}

td,
th {
    padding: 0
}

.clear>.left {
    float: left;
    height: 100%;
    line-height: inherit
}

.clear>.right {
    float: right;
    height: 100%;
    line-height: inherit
}

.clear:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.hide,
[hidden],
[v-cloak] {
    display: none
}

.body-container {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.body-container header.header-container {
    margin-top: 3.2vw;
    padding: 0 4.266667vw
}

.body-container header.header-container .logo {
    width: 60.4vw;
    height: 10.666667vw
}

.body-container header.header-container ul {
    margin-top: 5.333333vw;
    display: flex;
    justify-content: space-between
}

.body-container header.header-container ul li a {
    font-weight: 700;
    font-size: 4vw;
    color: #333
}

.body-container header.header-container ul li.active a {
    color: #1492ff
}

.body-container .search-container {
    margin-top: 5.333333vw;
    height: 18.666667vw;
    background: url(../images/h5/bg-1.png) no-repeat;
    background-size: 100% 100%;
    padding: 3.733333vw 0 0 4vw;
    display: flex
}

.body-container .search-container .input {
    width: 57.6vw;
    height: 10.8vw;
    position: relative
}

.body-container .search-container .input input {
    width: 100%;
    height: 100%;
    background-color: #ffffff40;
    border-radius: .533333vw;
    padding: 0 8vw 0 2.666667vw;
    font-size: 3.2vw;
    display: flex;
    color: #fff;
    align-items: center
}

.body-container .search-container .input .submit {
    position: absolute;
    width: 4.933333vw;
    top: 2.933333vw;
    right: 2.4vw
}

.body-container .search-container .btn-1 {
    width: 16vw;
    height: 10.8vw;
    background-color: #fff;
    border-radius: .533333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #1492ff;
    font-size: 3.2vw;
    margin-left: 1.2vw
}

.body-container .search-container .btn-1 img {
    margin-top: 1.333333vw
}

.body-container .search-container .btn-2 {
    width: 16vw;
    height: 10.8vw;
    border-radius: .533333vw;
    border: solid 1px #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f0eff3;
    font-size: 3.2vw;
    margin-left: 1.2vw
}

.body-container .search-container .btn-2 img {
    margin-top: 1.333333vw
}

.body-container .footer-containter {
    margin-top: 8.266667vw;
    width: 100vw;
    height: 53.333333vw;
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 4.266667vw
}

.body-container .footer-containter .l {
    width: 10.133333vw
}

.body-container .footer-containter .text {
    margin-top: 2.933333vw;
    letter-spacing: .266667vw;
    color: #333;
    font-weight: 700;
    font-size: 4vw
}

.body-container .footer-containter .hr {
    width: 100vw;
    height: .266667vw;
    background-color: #dfdfdf;
    margin: 5.333333vw 0
}

.body-container .footer-containter p {
    font-size: 3.2vw;
    letter-spacing: 1px;
    color: #333;
    margin-top: 3.333333vw
}

.body-container .pagination-container {
    text-align: center;
    font-size: 0
}

.body-container .pagination-container .page-item {
    display: inline-block;
    width: 9.466667vw;
    height: 9.466667vw;
    line-height: 9.466667vw;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: .533333vw;
    font-size: 3.2vw;
    color: #333;
    cursor: pointer
}

.body-container .pagination-container .page-item:not(:last-child) {
    margin-right: .933333vw
}

.body-container .pagination-container .page-item.page-item-next,
.body-container .pagination-container .page-item.page-item-prev {
    width: 17.333333vw
}

.body-container .pagination-container .page-item.active,
.body-container .pagination-container .page-item:hover {
    background-color: #1492ff;
    color: #fff
}

.body-container .cur-position {
    margin: 5.333333vw 4vw 0;
    font-size: 3.2vw;
    color: #666;
    display: flex;
    align-items: center
}

.body-container .cur-position img {
    margin-right: 1.466667vw;
    width: 3.2vw
}

.body-container .cur-position a:last-child {
    color: #333
}

.body-container .article-detail-container {
    margin: 5.866667vw 4vw 0
}

.body-container .article-detail-container .title {
    font-size: 4.266667vw;
    color: #222;
    line-height: 5.866667vw;
    font-weight: 700
}

.body-container .article-detail-container .info {
    font-size: 2.666667vw;
    margin-top: 3.866667vw;
    color: #666
}

.body-container .article-detail-container .hr {
    height: 1px;
    background-color: #e6e6e6;
    margin-top: 5.466667vw
}

.body-container .article-detail-container .detail {
    margin-top: 6.666667vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    color: #333;
}

.icon-i-4 {
    background-image: url(../images/sprite.png);
    background-position: 0 -194px;
    width: 18px;
    height: 18px;
}

.detail table {
    width: auto !important;
}