@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url(../fonts/SourceHanSerifCN-Heavy.otf),
        url(../fonts/SourceHanSerifCN-Heavy.ttf);
}

:root {
    font-size: 16px;
    --bg-color-main: #000000;
    --bg-color: #E5CAB2;
}

html,
body {
    height: 100%;
    margin: 0;
    /* background-color: var(--bg-color-main); */
    user-select: none;
}

#app {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: calc(120rem * 0.5625);
    width: 120rem;
    background-color: gray;
    padding-left: 18.75rem;
    box-sizing: border-box;
    /* background-color: var(--bg-color); */
    background: url(../img/bg-main.jpg) no-repeat center center;
    background-size: cover;
    user-select: none;
}

#left-zhanting {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.75rem;
    height: 67.5rem;
    background: white;
    background: url(../img/bg-left.png) no-repeat top center;
    background-size: contain;
}

#btn-about {
    position: absolute;
    top: 14.375rem;
    left: 2.875rem;
    width: 13.0619rem;
    background: url(../img/text-l.png) no-repeat left center, url(../img/text-r.png) no-repeat right center;
    background-size: 3.0025rem, 3.0025rem;
    text-align: center;
    font-family: SourceHanSerifCN-Heavy;

    font-size: 1.375rem;
    color: #513724;
    letter-spacing: 0;
    line-height: 1.4631rem;
    font-weight: 900;
}

#play-video {
    position: absolute;
    left: 2.75rem;
    top: 17.125rem;
    width: 13.25rem;
    height: 6.5rem;
    border: .0625rem solid white;
    border-radius: 1rem;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

#play-video::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

#play-video>img {
    width: 2.75rem;
    height: 2.75rem;
    position: absolute;
    left: calc(50% - (2.75rem / 2));
    top: calc(50% - (2.75rem / 2));
    border-radius: 50%;
    z-index: 1;
}

#list-zhanlan {
    position: absolute;
    left: 1.25rem;
    top: 25.375rem;
    width: 16.25rem;
    height: 27.5rem;
    background-color: transparent;
    /* padding: 1.5rem; */
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    background-color: #FCEFE5;
    border: 1px solid #FFFFFF;
    border-radius: 1rem;
    overflow: hidden;
}


#contact-qr {
    position: absolute;
    left: 5.625rem;
    top: 57.25rem;
    width: 7.5rem;
    height: 7.5rem;
    background: #FFF9F4;
    border: .0625rem solid #D9B083;
    border-radius: .75rem;
}
#contact-qr img,#contact-qr canvas{
    margin: .5625rem;
    width: 6.375rem;
    height: 6.375rem;
    display: block;
    position: absolute;
}
#btn-zhanlan-tip {
    position: absolute;
    left: 1.5rem;
    top: 1.1875rem;
    width: calc(100% - 3rem);
    background: url(../img/text-l.png) no-repeat left center, url(../img/text-r.png) no-repeat right center;
    background-size: 3.0025rem, 3.0025rem;
    text-align: center;

    font-family: SourceHanSerifCN-Heavy;
    font-size: 1.375rem;
    color: #513724;
    letter-spacing: 0;
    line-height: 1.4631rem;
    font-weight: 900;
}

#list-zhanlan .swiper {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    top: 4rem;
    width: calc(100% - 3rem);
    height: 22rem;
    background-color: transparent;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: hidden;
}

@keyframes flashlight {}

#list-zhanlan .zhanlan {
    width: 100%;
    height: 6.5rem;
    overflow: hidden;
    margin-top: 1.25rem;
    box-sizing: border-box;
    border-radius: 1.0819rem;
    border: .125rem solid white;

}

#list-zhanlan .zhanlan:first-child {
    margin-top: 0;
}

#list-zhanlan .zhanlan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#right-zhanpin {
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

#right-zhanpin table {

    position: absolute;
    top: 18.7%;
    right: 7.7%;
    width: calc(100% - 7.7% - 7.7%);
    height: calc(100% - 18.7% - 2%);

    border-spacing: 0;
    font-size: 0;
}

#right-zhanpin table td {
    width: calc(100% / 6);
    display: inline-block;
    text-align: center;
}

#right-zhanpin table .zhanpin {
    height: 12.25rem;
    width: 12.25rem;
    display: inline-block;
    vertical-align: bottom;
    background: url(../img/bg-zhanpin.png) no-repeat center center;
    background-size: contain;
    position: relative;
}

#top-title {
    position: absolute;
    top: 1.5rem;
    left: 22rem;
    width: 94.75rem;
    height: 9.75rem;
}

#top-title img {
    width: 100%;
    height: 100%;
}

#btn-contact {
    position: absolute;
    top: 54.75rem;
    left: 2.875rem;
    width: 13.0619rem;
    background: url(../img/text-l.png) no-repeat left center, url(../img/text-r.png) no-repeat right center;
    background-size: 3.0025rem, 3.0025rem;
    text-align: center;
    font-family: SourceHanSerifCN-Heavy;

    font-size: 1.375rem;
    color: #513724;
    letter-spacing: 0;
    line-height: 1.4631rem;
    font-weight: 900;
}

@keyframes pointershark {
    from {
        background-position-y: 0%;
    }

    to {
        background-position-y: 100%;
    }
}

#right-zhanpin table .zhanpin .circle-pointer {
    width: 5rem;
    height: 5rem;
    background-image: url(../img/circle-point.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0% 0%;
    z-index: 100;
    border-radius: 100%;
    animation: pointershark 2s steps(11, end) infinite forwards;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
}

#right-zhanpin table .zhanpin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#bg-rt {
    position: absolute;
    right: 0;
    top: 0;
    width: 21rem;
    height: 21rem;
    background: url(../img/bg-rt.png) no-repeat right top;
    background-size: contain;
    z-index: -1;
}

#list-zhanlan .swiper-scrollbar {
    width: .375rem;
    right: 0;
    top: 4rem;
    height: calc(100% - 5.5rem);
    background-color: transparent;
}

#list-zhanlan .swiper-scrollbar .swiper-scrollbar-drag {
    background: #DBB899;
    height: 5.625rem;
    opacity: 0.5;
    border-radius: .325rem;
}



.layui-layer.dialog {
    background-color: transparent;
    box-shadow: none;
}

.layui-layer.dialog .layui-layer-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    overflow: unset;
}

.layui-layer.dialog .dialog-content {
    height: calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: .5rem;
}

.layui-layer.dialog .dialog-close {
    position: fixed;
    bottom: -0;
    left: 50%;
    width: 2.5rem;
    transform: translate(-50%, 150%);
    cursor: pointer;
    user-select: none;
    border-radius: 100%;
    transition: all .3s;
}

.layui-layer.dialog .dialog-close:hover {
    transform: translate(-50%, 145%) scale(1.02);
}