video {
    width: 100%
}

.back-tops {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 17px;
    z-index: 1000;
    border: none;
    background: none;
}

body p {
    font-size: 16px;
    margin-bottom: 0
}

h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.8)
}

h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #333
}

h4 {
    font-size: 30px;
    font-weight: 700;
    color: #333
}

.bgImg {
    width: 100%
}

.viewBtn {
    width: 270px;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    background-color: #e67817
}

ul {
    list-style: none;
    padding-inline-start: 0
}

hr {
    margin-top: 0;
    margin-bottom: 0
}

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out
}

.mobileShow {
    display: none !important
}

.MobileShow {
    display: none !important
}

a {
    color: unset;
    background-color: unset
}

a:hover {
    color: unset
}

a:visited,
a:focus {
    color: unset;
    text-decoration: unset
}

.activea {
    color: #e67817 !important
}

.swiper-button {
    outline: none
}

.PcShow {
    display: block !important
}

@media (max-width: 768px) and (min-width: 0px) {
    .viewBtn {
        width: 200px;
        line-height: 60px
    }

    h4 {
        font-size: 24px
    }
}

@media (max-width: 767px) and (min-width: 0px) {
    .viewBtn {
        width: 100%;
        font-size: 16px;
        line-height: 50px
    }

    body p {
        font-size: 15px
    }

    .back-tops {
        cursor: pointer;
        position: fixed;
        bottom: 62px;
        right: 8px;
        z-index: 1000;
        border: none;
        background: none;
    }
}