html,
body,
p {
    margin: 0px;
    padding: 0px
}

body {
    background-color: #f4f4f4;
    font-family: "FZLTXIHJW";
}

*,
::before,
::after {
    box-sizing: border-box;
}

input,
button {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

@font-face {
    font-family: "FZLTXIHJW";
    src: url("../font/FZLTXIHJW.TTF");
}

div {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    display: none;
}

.none{
    display: none !important;
}

.noBorder{
    border: none;
}

/* 公有 */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.align-left {
    display: flex;
    justify-content: center;
    align-items: left;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.color-white {
    color: white;
}

.margin-r8{
    margin-right: 8px !important;
}

.blur-5{
    filter: blur(5px);
}

.popUp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

/* 私有 */
@media screen and (min-width: 856px) {

    /* PC端样式 */

    .floatLogo {
        position: fixed;
        top: 50%;
        right: 120px;
        z-index: 20;
        cursor: pointer;
    }

    .floatLogo .logo {
        width: 92px;
        height: auto;
        display: block;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translate(-57%, -96px);
        z-index: 2;
        cursor: pointer;
    }

    .floatLogo .box {
        width: 100px;
        height: 5px;
        opacity: 0;
        border-radius: 10px;
        background: rgba(255, 68, 255, 0);
        box-shadow: 0px 6px 21px 0px rgba(0, 15, 87, 0.17);
        transition: all 0.5s;
        overflow: hidden;
    }

    /* .floatLogo .box .code {
        width: 74px;
        height: 74px;
        background-color: #bdbdbd;
        margin: 48px auto 16px;
        object-fit: contain;
        display: block;
    }

    .floatLogo .box .slogan {
        width: 100%;
        font-size: 10px;
        font-family: "FZLTXIHJW";
        color: rgb(0, 0, 98);
        line-height: 1.4;
        text-align: center;
    } */

    .floatLogo:hover .box {
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        width: 100px;
        height: auto;
        opacity: 1;
    }

    .content {
        margin-top: 74px;
        margin-bottom: 20px;
        padding: 1px 0;
    }

    .content .title {
        width: 232px;
        height: 69px;
        margin: 20px auto;
        display: block;
    }

    .showBox {
        width: min(1200px, 80vw);
        height: 740px;
        position: relative;
        margin: auto;
    }

    .showBox .imgBox {
        width: 100%;
        height: 740px;
        background-color: rgb(255, 255, 255);
        margin: 0 auto 15px;
        transition: filter 1s ;
    }

    .showBox .wrap {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        font-family: "FZLTXIHJW";
        color: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        padding-top: 160px;
    }

    .showBox .wrap .w-title {
        font-size: 40px;
        line-height: 80px;
        font-weight: bold;
    }

    .showBox .wrap .w-name {
        font-size: 24px;
        line-height: 56px;
    }

    .showBox .wrap .w-location {
        font-size: 18px;
        background-color: rgba(0, 0, 0, 0.4);
        width: max-content;
        padding: 0 18px;
        height: 36px;
        line-height: 37px;
        text-align: center;
        border-radius: 18px;
        margin-bottom: 32px;
    }

    .showBox .wrap .w-line {
        background-color: rgba(255, 255, 255, 0.588);
        width: 100px;
        height: 1px;
    }

    .showBox .wrap .w-btn {
        font-size: 20px;
        background-color: #fbc300;
        width: max-content;
        padding: 0 23px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        border-radius: 23px;
        cursor: pointer;
    }

    .showBox .wrap .w-btn .icon {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

    .showBox .swiperBox {
        width: max-content;
        height: max-content;
        position: absolute;
        bottom: 96px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.3);
        padding: 8px;

    }

    .addPad-30{
        padding: 0 30px !important;
    }

    .mySwiper {
        max-width: 688px;
        height: max-content;
        cursor: pointer;
    }

    .mySwiper .swiper-slide {
        border: 2px solid #fff;
        background-color: rgba(0, 0, 0, 0.2);
        width: 108px;
        height: 72px;
        position: relative;

    }

    .mySwiper .swiper-slide .imgBg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mySwiper .swiper-slide .name {
        width: 94px;
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
        font-family: "FZLTXIHJW";
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        padding: 2px 0;
        background: rgb(67 67 67 / 30%);
    }

    .mySwiper .addYellow {
        border-color: rgb(255, 198, 45);
    }

    .swiperBox .btnBox {
        position: absolute;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        width: 30px;
        height: 100%;
        z-index: 2;
        cursor: pointer;
    }

    .swiperBox .btnBox.left {
        left: 0;
    }

    .swiperBox .btnBox.right {
        right: 0;
    }

    .swiperBox .btnBox .icon {
        width: 10px;
        height: 18px;
    }

    .tabs {
        width: max-content;
        height: max-content;
        padding: 0 25px;
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.3);
    }

    .tabs .tab {
        width: 100px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
    }

    .tabs .line {
        background-color: rgb(248, 195, 3);
        position: absolute;
        left: 75px;
        bottom: 0;
        width: 50px;
        height: 2px;
        transform: translateX(-50%);
    }

    /* 左上角 */
    .leftTop {
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 35px;
        top: 23px;
        min-width: 116px;
        height: 43px;
    }

    .leftTop .logo {
        width: 24px;
        height: 24px;
        margin: 0 10px;
    }

    .leftTop .location {
        width: max-content;
        padding-right: 10px;
    }

    /* 甲板切换 */
    .timeSwitch {
        width: 156px;
        height: 43px;
        position: absolute;
        right: -172px;
        top: 0;
        cursor: pointer;
    }

    .timeSwitch .img{
        width: 100%;
        height: 100%;
    }

    /* 地点介绍 */
    .introBlock {
        width: 450px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        overflow: hidden;
    }

    .introArrow {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 410px;
        top: 50%;
        transform: translateY(50%) rotate(90deg);
        z-index: 2;
        transition: all 0.6s;
        cursor: pointer;
    }

    .hideArrow {
        right: -40px;
    }

    .introBox {
        width: 410px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        background: #ffff;
        overflow-y: scroll;
        padding-bottom: 20px;
        transition: all 0.6s;
    }

    .hideBox {
        right: -100%;
    }

    .introBox .top {
        width: 100%;
        height: 84px;
    }

    .introBox .top .icon {
        width: 34px;
        height: 34px;
        margin: 0 10px;
    }

    .introBox .top .name {
        font-size: 22px;
        color: rgb(37, 37, 37);
    }

    .introBox .conSwiper {
        width: 100%;
        height: auto;
        padding-bottom: 32px;
    }

    .introBox .conSwiper .img {
        width: 100%;
        height: auto !important;
        box-sizing: border-box;
        border: 8px solid #eee;
        background: #eaeaea;
    }

    .introBox .conSwiper .wrapPlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3);
    }

    .introBox .conSwiper .wrapPlay .play {
        width: 54px;
        height: 54px;
    }

    .introBox .conSwiper .swiper-pagination-bullet {
        background: #eaeaea;
        opacity: 1;
    }

    .introBox .conSwiper .swiper-pagination-bullet-active {
        background: rgb(255, 198, 45);
    }

    .introBox .conSwiper .swiper-button-prev, 
    .introBox .conSwiper .swiper-button-next {
        padding-bottom: 16px;
    }
    .introBox .conSwiper .swiper-button-prev:after, 
    .introBox .conSwiper .swiper-button-next:after {
        content: '';
    }

    .introBox .con {
        font-size: 14px;
        color: rgb(69, 69, 69);
        line-height: 24px;
        width: 90%;
        height: max-content;
        margin: 0 auto 20px;
    }

    .font-10 {
        font-size: 10px !important;
    }
    .font-12 {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 856px) and (max-width: 1655px) {
    .floatLogo {
        right: 20px;
    }
}
