*,
input,
label,
select,
textarea {
    font-family: 'Noto Sans', 'Helvetica Neue', Arial, 'microsoft Yahei'
}

*,
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Noto Sans Light'), local('NotoSans-Light'), url(../static/fonts/Manrope-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Noto Sans'), local('NotoSans'), url(../fonts/Manrope-Medium.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Noto Sans Semi Bold'), local('NotoSans-SemiBold'), url(../fonts/Manrope-Bold.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(../fonts/Manrope-ExtraBold.ttf) format('truetype')
}

body {
    line-height: 1.42857143
}

* {
    padding: 0;
    margin: 0;
    font-style: normal
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    outline: 0;
    background: 0 0
}

li,
ul {
    list-style: none
}

.cb {
    clear: both
}

.visible-xs {
    display: none !important
}

.hidden-xs {
    display: block !important
}

.bottom-float-ads {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999
}

.bottom-float-ads img {
    width: 12rem
}

.bottom-float-ads .float-ads-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    padding: .2rem;
    background: #fff;
    cursor: pointer
}

.promotion,
.relative {
    position: relative
}

@media only screen and (min-width:1921px) {
    .bottom-float-ads img {
        width: 160px
    }
}

@media only screen and (max-width:768px) {
    .visible-xs {
        display: block !important
    }

    .hidden-xs {
        display: none !important
    }

    .bottom-float-ads {
        right: 4vw;
        bottom: 4vw
    }

    .bottom-float-ads img {
        width: 16vw
    }
}

.visible-1024 {
    display: none !important
}

.hidden-1024 {
    display: block !important
}

@media only screen and (max-width:1024px) {
    .visible-1024 {
        display: block !important
    }

    .hidden-1024 {
        display: none !important
    }
}

.visible-1080 {
    display: none !important
}

.hidden-1080 {
    display: block !important
}

@media only screen and (max-width:1080px) {
    .visible-1080 {
        display: block !important
    }

    .hidden-1080 {
        display: none !important
    }
}

.visible-1280 {
    display: none !important
}

.hidden-1280 {
    display: block !important
}

@media only screen and (max-width:1280px) {
    .visible-1280 {
        display: block !important
    }

    .hidden-1280 {
        display: none !important
    }
}

.ampulla {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1601px) {
    .ampulla {
        width: 1400px
    }
}

@media (max-width:1600px) {
    .ampulla {
        width: 83.3%
    }
}

@media (max-width:1440px) {
    .ampulla {
        width: 75%
    }
}

@media (max-width:1366px) {
    .ampulla {
        width: 73%
    }
}

@media (max-width:768px) {
    .ampulla {
        width: 100%
    }
}

video {
    object-fit: fill
}

.section-nav {
    font-size: 0;
    z-index: 9999
}

.uiWeb {
    background: #F8F8F8
}

.new-ampulla {
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 0 auto
}

.new-padding {
    padding-left: 0
}

@media (max-width:1366px) {
    .new-padding {
        padding: 0 50px
    }
}

@media screen and (min-width:1025px) {
    .phone-top {
        margin-top: 64px;
        height: 1px
    }
}

@media screen and (max-width:1024px) {
    .section-nav {
        font-size: 0;
        position: relative;
        z-index: 999;
        height: 0
    }

    .section-nav.show {
        z-index: 1000
    }

    .phone-top {
        margin-top: 59px;
        height: 1px
    }
}

@media (max-width:768px) {
    .new-ampulla {
        width: calc(100% - 40px)
    }

    .new-padding {
        padding: 0
    }
}

.promotion {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0;
    background: #34589b;
    text-align: center;
    box-sizing: content-box;
    z-index: 9;
    cursor: pointer;
    line-height: 1.4
}

.promotion div {
    display: inline-block
}

.promotion img {
    width: 6px;
    height: auto;
    margin-left: 3px;
    border: 0;
    vertical-align: middle
}

@media screen and (max-width:1024px) {
    .promotion {
        text-align: center;
        width: calc(100% - 10px);
        padding: 10px 5px;
        font-size: 12px;
        margin-top: 60px;
        margin-bottom: -60px
    }

    .promotion div {
        height: 100%
    }

    .promotion span {
        height: 13.6px
    }

    .promotion img {
        margin-left: 2px
    }
}

.fixed-promotion {
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 999
}

.fixed-promotion img {
    width: 150px
}

@media screen and (max-width:1080px) {
    .fixed-promotion {
        right: 20px;
        bottom: 50px
    }

    .fixed-promotion img {
        width: 80px
    }
}

@media screen and (max-width:560px) {
    .questionnaire-btn img {
        width: 18vw
    }
}

@media only screen and (max-width:414px) {
    .bottom-float-ads img {
        width: 20vw
    }
}