* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    background: #fff;
}

div {
    border-spacing: 0;
    border-collapse: collapse;
}

ol,
ul,
dl {
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
}

img {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    font-weight: normal;
}

.form-check {
    min-height: unset !important;
}

html {
    font-size: 5.2083vw;
}

.none {
    display: none !important;
}

.pc_block {
    display: block !important;
}

.phone_block {
    display: none !important;
}

.fs14 {
    font-size: .14rem;
}

.title {
    font-weight: normal;
    font-family: 'AvenirBlackOblique', 'Avenir';
    font-weight: bold;
}

.form-control:focus,
.form-select:focus,
.btn:focus {
    box-shadow: none !important;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 992px) {
    html {
        font-size: 27.7778vw;
    }

    .pc_block {
        display: none !important;
    }

    .phone_block {
        display: block !important;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@font-face {
    font-family: 'AvenirBlackOblique';
    src: url("../fonts/AvenirLTStd-BlackOblique.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBold';
    src: url("../fonts/AvenirNextLTPro-Bold.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirLTStd-Book.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url("../fonts/AvenirNextLTPro-Medium.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirRegular';
    src: url("../fonts/AvenirNextLTPro-Regular.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLight';
    src: url("../fonts/AvenirNextLTPro-Light.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirDemiIt';
    src: url("../fonts/AvenirNextLTPro-DemiIt.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GuardianSansRegularIt';
    src: url("../fonts/GuardianSansRegularIt.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GuardianSansThin';
    src: url("../fonts/GuardianSansThin.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}


.title-element {
    font-size: .6rem;
    font-family: 'AvenirBold';
    color: #b8d137;
    font-weight: bold;
    letter-spacing: -0.03em;
    /* Avenir 通常需要这个来接近设计 */
    -webkit-font-smoothing: antialiased;
    /* 关键细节 */
    -moz-osx-font-smoothing: grayscale;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

    /* 根据内容宽度调整 */
}