@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: 0;
    padding: 0;
    border: 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 .mt0 {
    margin-top: 0!important
}

.body-container .box-1-container {
    width: 92vw;
    height: 51.466667vw;
    margin: 5.333333vw auto 0
}

.body-container .box-1-container .swiper-slide {
    width: 92vw;
    height: 51.466667vw;
    position: relative
}

.body-container .box-1-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit
}

.body-container .box-1-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.body-container .box-1-container .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8.8vw;
    line-height: 8.8vw;
    background-color: rgba(0, 0, 0, .5);
    font-size: 2.4vw;
    color: #fff;
    padding: 0 0 0 2.666667vw;
    width: 100%
}

.body-container .box-1-container .allow-left,
.body-container .box-1-container .allow-right {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4.8vw;
    width: 8.8vw;
    height: 12vw;
    line-height: 12vw;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    z-index: 21;
    cursor: pointer
}

.body-container .box-1-container .allow-left:hover,
.body-container .box-1-container .allow-right:hover {
    background-color: rgba(0, 0, 0, .6)
}

.body-container .box-1-container .allow-left .icon,
.body-container .box-1-container .allow-right .icon {
    vertical-align: middle
}

.body-container .box-1-container .allow-right {
    left: auto;
    right: 0
}

.body-container .box-1-container .pagination {
    position: absolute;
    z-index: 22;
    bottom: 1.333333vw;
    width: 100%;
    text-align: right;
    height: 6.8vw;
    line-height: 6.8vw;
    padding: 0 2.8vw 0 0
}

.body-container .box-1-container .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 2.666667vw;
    height: 1.333333vw;
    background-color: rgba(255, 255, 255, .6);
    border-radius: .533333vw;
    margin: 0 0 0 1.333333vw;
    cursor: pointer;
    transition: all .2s
}

.body-container .box-1-container .pagination .swiper-active-switch {
    width: 4.8vw;
    height: 1.733333vw;
    background-color: #1492ff;
    border-radius: .533333vw
}

.body-container .tabs-container {
    margin: 5.066667vw auto 0;
    padding: 0 4vw
}

.body-container .tabs-container .tabs-title {
    padding-bottom: 6.4vw;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.body-container .tabs-container .tabs-title ul {
    display: flex
}

.body-container .tabs-container .tabs-title li {
    font-size: 4.266667vw;
    color: #333;
    position: relative;
    margin-right: 7.333333vw
}

.body-container .tabs-container .tabs-title li::before {
    content: "";
    position: absolute;
    right: -3.6vw;
    top: .666667vw;
    width: .266667vw;
    height: 2.933333vw;
    background-color: #afafaf
}

.body-container .tabs-container .tabs-title li:last-child {
    margin-right: 0
}

.body-container .tabs-container .tabs-title li:last-child::before {
    width: 0
}

.body-container .tabs-container .tabs-title li::after {
    left: 50%;
    transition: all .3s;
    content: "";
    position: absolute;
    bottom: -6.4vw;
    width: 0;
    height: 1.066667vw;
    background-color: #1492ff
}

.body-container .tabs-container .tabs-title li.active {
    font-size: 4.266667vw;
    color: #1492ff;
    font-weight: 700
}

.body-container .tabs-container .tabs-title li.active::after {
    width: 100%;
    left: 0
}

.body-container .tabs-container .swiper-container {
    height: 46.666667vw
}

.body-container .tabs-container .tabs-content ul {
    margin-top: 2.666667vw
}

.body-container .tabs-container .tabs-content ul a {
    height: 8.666667vw;
    line-height: 8.666667vw;
    display: block;
    font-size: 3.733333vw;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.body-container .tabs-container .tabs-content ul a::before {
    content: "";
    display: inline-block;
    width: 1.6vw;
    height: 1.6vw;
    background-color: #dedede;
    border-radius: .533333vw;
    margin-right: 4.266667vw
}

.body-container .ad-container {
    margin-top: 2.4vw;
    padding: 0 4vw
}

.body-container .ad-container a,
.body-container .ad-container img {
    width: 100%
}

.body-container .ad-column-2-container {
    margin-top: 2.4vw;
    padding: 0 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.body-container .ad-column-2-container img {
    width: 43.466667vw
}

.body-container .box-3-container {
    margin-top: 7.466667vw;
    padding: 0 4vw
}

.body-container .box-3-container .tabs-title {
    padding-bottom: 6.4vw;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.body-container .box-3-container .tabs-title ul {
    display: flex
}

.body-container .box-3-container .tabs-title li {
    font-size: 4.266667vw;
    color: #333;
    position: relative;
    margin-right: 7.333333vw
}

.body-container .box-3-container .tabs-title li::before {
    content: "";
    position: absolute;
    right: -3.6vw;
    top: .666667vw;
    width: .266667vw;
    height: 2.933333vw;
    background-color: #afafaf
}

.body-container .box-3-container .tabs-title li:last-child {
    margin-right: 0
}

.body-container .box-3-container .tabs-title li:last-child::before {
    width: 0
}

.body-container .box-3-container .tabs-title li::after {
    left: 50%;
    transition: all .3s;
    content: "";
    position: absolute;
    bottom: -6.4vw;
    width: 0;
    height: 1.066667vw;
    background-color: #1492ff
}

.body-container .box-3-container .tabs-title li.active {
    font-size: 4.266667vw;
    color: #1492ff;
    font-weight: 700
}

.body-container .box-3-container .tabs-title li.active::after {
    width: 100%;
    left: 0
}

.body-container .box-3-container .content {
    margin-top: 1.733333vw
}

.body-container .box-3-container .content .row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.body-container .box-3-container .content .bg-item {
    background: url(../images/h5/a-1.png) no-repeat;
    background-size: 100% 100%;
    width: 43.466667vw;
    height: 14.666667vw;
    font-size: 3.733333vw;
    color: #333;
    border-radius: .533333vw;
    font-weight: 700;
    margin: 4vw 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.body-container .box-3-container .content .bg-item img {
    width: 5.866667vw;
    margin-right: 1.466667vw
}

.body-container .box-3-container .content .bg-item.pure {
    background: #1492ff;
    color: #fff
}

.body-container .box-3-container .content .bg-item.pure img {
    margin-right: 4.4vw
}

.body-container .box-4-container {
    height: 32vw;
    background-color: #e1eeff;
    margin: 4.533333vw 4vw 0
}

.body-container .box-4-container .text {
    padding-top: 5.733333vw;
    font-size: 4.8vw;
    color: #1492ff;
    font-weight: 700;
    text-align: center
}

.body-container .box-4-container .input {
    margin: 5.2vw auto 0;
    width: 79.6vw;
    height: 11.333333vw;
    background-color: #fff;
    border: solid 1px #cbd7eb;
    position: relative
}

.body-container .box-4-container .input input {
    width: 100%;
    height: 100%;
    font-size: 3.733333vw;
    padding: 0 9.333333vw 0 4vw
}

.body-container .box-4-container .input img {
    position: absolute;
    right: 4vw;
    width: 4.933333vw;
    top: 3.2vw
}

.body-container .box-5-container {
    background-color: #e1eeff;
    margin: 0 auto 0;
    width: 92vw;
    height: 24vw;
    background-color: #f7f7f7;
    padding: 0 4.666667vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.body-container .box-5-container a {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 3.2vw;
    letter-spacing: .266667vw;
    color: #333;
    justify-content: center;
    align-items: center
}

.body-container .box-5-container a img {
    margin-bottom: 3.066667vw;
    width: 6.666667vw
}

.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
}