:root {
    /*--dominant-color:#3a93bd;*/
    --dominant-color:#00d2ff;
    /*--linear-color:linear-gradient(to right ,#3a93bd 14%,#0079b2);*/
    --linear-color:linear-gradient(223deg, rgba(99, 229, 242, 0.2), rgba(58, 174, 239, 0.8));
}

*,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: MiSans-Regular, "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
}
html {
    scroll-behavior: smooth;
    cursor: none;
}
@media screen and (max-width: 768px) {
    html {
        cursor: auto;
    }
    .cursor--group {
        display: none !important;
    }
}
body {
    font: 14px MiSans-Regular, "Microsoft YaHei", Helvetica, Arial, "PingFang SC",  sans-serif;
    color: #000;
    overflow-x: hidden;
    line-height: 1.6;
}

@font-face {
    font-family: MiSans-Bold;
    src:url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/MiSans-Bold.ttf');
}
@font-face {
    font-family: MiSans-Regular;
    src:url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/MiSans-Regular.ttf');
}
@font-face {
    font-family: Outfit-ExtraBold;
    src:url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Outfit-ExtraBold.ttf');
}
@font-face {
    font-family: pangmen;
    src:url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/pangmen.ttf');
}
@font-face {
    font-family: CgFuturaMaxiBd;
    src:url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/CgFuturaMaxiBd.ttf');
}

.fp-overflow.fp-table {
    display: flex !important;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
ol,
ul,
li {
    list-style-type: none;
    vertical-align: middle;
}
img {
    vertical-align: top;
    border: 0;
}
input,
select,
textarea,
button {
    vertical-align: middle;
}
textarea,
input {
    text-indent: 20px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
    text-indent: 0;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}
label,
button,
a {
    cursor: pointer;
}
ins,
em,
b,
i {
    text-decoration: none;
    font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
    outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
    color: #999;
    transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
    color: #c2c2c2;
}
/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
}
/* a_link */
a {
    color: inherit;
    text-decoration: none;
}
a[href] {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    background-color: transparent;
}

span {
    display: inline-block;
}
li {
    max-width: 100%;
}
p {
    line-height: 1.8;
    white-space: normal;
    max-width: 100%;
}
audio,
canvas,
progress,
video {
    vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
    opacity: 0;
}
font {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    text-transform: inherit;
}
body,
html {
    /*font-size:625%*/
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #eaeaea;
    height: 20px;
}
::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 10px;
    background-color: var(--dominant-color);
    height: 20px;
}
::-webkit-scrollbar-corner {
    background-color: #eaeaea;
    height: 20px;
}
::-webkit-scrollbar:horizontal {
    height: 10px;
}
::-webkit-selection {
    background: var(--dominant-color);
    color: #fff;
}
::-moz-selection {
    background: var(--dominant-color);
    color: #fff;
}
::selection {
    background: var(--dominant-color);
    color: #fff;
}

/*-----默认配置------*/


.section {
    width: 85%;
    /*max-width: 1600px;*/
    margin: auto;
}
@media screen and (max-width: 1600px) {
    .section {
        width: 90%;
    }
}
.section1740 {
    width: 90%;
    max-width: 1740px;
    margin: auto;
}
img {
    vertical-align: middle;
    max-width:100%;
}

.my-video-dimensions,video {
    width: 100%;
}
.my-video-dimensions {
    /*height: auto;*/
}
.video-js .vjs-big-play-button {
    border: none !important;
}
.video-js .vjs-big-play-button span {
    display: none !important;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    background-color: transparent !important;
}

.imgBox {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.imgBox img {
    width: 100%;
    max-width: 100%;
    transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.imgBox video {
    height: 100.5%;
    object-fit: cover;
    position: absolute;
}
.imgBox-hover:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}
.textLeft {
    text-align: left;
}

/*限制行数*/
.clamp1,
.clamp2,
.clamp3,
.clamp4,
.clamp5,
.clamp6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.clamp1 {
    -webkit-line-clamp: 1;
}
.clamp2 {
    -webkit-line-clamp: 2;
}
.clamp3 {
    -webkit-line-clamp: 3;
}
.clamp4 {
    -webkit-line-clamp: 4;
}
.clamp5 {
    -webkit-line-clamp: 5;
}
.clamp6 {
    -webkit-line-clamp: 6;
}

button {
    border: none;
}
input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 38px;
    color: #666;
}
input.change-color {
    background: #fafafa;
}
input[type=checkbox] {
    /*appearance: none;*/
    width: 14px;
    height: 14px;
    border-radius: 3px;
}

input[type=radio] {
    border: 1px solid #e5e5e5;
    width: 14px;
    height: 14px;
}
input[type=checkbox]:checked {

}
input[type=file] {

}
textarea {
    resize: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    min-height: 100px;
    padding: 10px 0;
}
select {
    height: 52px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    appearance: none;
    border-radius: 3px;
    background: url('../images/icon/triangle5.png') no-repeat center right 20px;
    color: #666;
    background-size: 11px;
}
.pc {
    display: block;
}
.phone {
    display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-pagination-bullet:focus{
    outline: none;
}
/*弹窗样式*/
.pop-up {
    position:fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.pop-up .mask {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.pop-up .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/icon/close.png') no-repeat center/cover;
}
.pop-up .pop-up-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (-webkit-min-device-pixel-ratio: 1) {

}
.pop-up .pop-up-box .video {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.video-box {
    max-width: 1300px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    height: fit-content;
}
.video-box video {
    height: 100%;
}
.video-close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    /* display: none; */
    /*background: #fff;*/
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.video-close img {
    width: 80%;
    filter: grayscale(1) brightness(100)
}
@media screen and (max-width: 750px) {
    input::placeholder,textarea::placeholder {
        font-size: 12px !important;
    }
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
    .body_b {
        position: initial;
    }
}

/*指针效果*/
.cursor--group {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    min-height: 100vh;
    pointer-events: none;
    opacity: 1
}

.cursor--group .cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%
}

.cursor--group .cursor--inner {
    width: 60px;
    height: 60px;
    transform: translate(-30px,-30px);
    z-index: 11000
}

.cursor--group .cursor--inner>svg {
    width: 100%
}

.cursor--group .cursor--inner>svg circle {
    stroke: #fff;
    fill: transparent;
    stroke-width: 7;
    stroke-dasharray: 160%;
    stroke-dashoffset: 160%;
    transform: rotate(98deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset .5s
}

.cursor--group .cursor--inner>svg circle.st0 {
    stroke-width: 7
}

.cursor--group .cursor--inner>svg circle.st0,.cursor--group .cursor--inner>svg path.st0 {
    fill-opacity: 0;
    filter: url(#filter-blur);
    animation: hx 1s cubic-bezier(.56,.01,.46,1) infinite alternate
}

.cursor--group .cursor--inner>svg path.st0 {
    stroke-width: 4
}

.cursor--group .cursor--inner>svg .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff
}

.cursor--group .cursor--inner.active>svg circle {
    stroke-dashoffset: 48%
}

.cursor--group .cursor--outer {
    width: .6rem;
    height: .6rem;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center
}

.cursor--group .cursor--outer>svg {
    width: 100%
}

.cursor--group .cursor--outer>svg .st0 {
    fill-opacity: 0;
    stroke-width: 4;
    filter: url(#filter-blur)
}

.cursor--group .cursor--outer>svg .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff
}
@keyframes hx {
    0% {
        stroke: rgba(49,197,255,.9)
    }

    to {
        stroke: rgba(49,197,255,.5)
    }
}