@font-face {
    font-family: GenSenRounded TW;
    src: url('https://oss.howvin.com/images/font/GenSenRoundedTW-L-02.ttf');
}
html,body,div,span,a{
    font-family: GenSenRounded TW;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video.ios::-webkit-media-controls{

    display:none!important;
    
    }
video::-webkit-media-controls-timeline {
    display: none;
}
video::-webkit-media-controls-current-time-display{
    display: none;            
}

video::-webkit-media-controls-time-remaining-display {
    display: none;            
}

video::-webkit-media-controls-mute-button {
    display: none;            
}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;            
}

video::-webkit-media-controls-volume-slider {
    display: none;            
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    color: #4d4d4d;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.redpoint::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #FD2929;
    margin-left: 30px;

}
.app-tabbar{
    transition: 0.3s;
    transform: translateY(0);
}
.app-tabbar.noshow{
    transform: translateY(100px);
}
.scroll-container{
    /* height:100vh; */
    width:100vw;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    position: relative;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-visit {
    padding: 0 13.52px;
}

.store-visit .thumbnail {
    background-image: url('https://oss.howvin.com/images/example_mendian.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 270px;
    border-radius:12px;
}


.store-visit .items .item{
    position: relative;
    margin-top:24px;
}
.store-visit .items .item .name {
    position: absolute;
    top: 131px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 23px;
    font-family: GenSenRounded TW;
    font-weight: normal;
    color: #FFFFFF;
}
.store-visit .items .item .btn-more {
    width: 124px;
    height: 33px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: GenSenRounded TW;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    top:178px;
    left:50%;
    margin-left:-62px;
}

.thumbnail{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tabbar{
    position: fixed;
    z-index:999;
}


.color-red{
    color:#FD2929;
}
.color-transparent{
    color:transparent;
}


.custom-popup {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top:0;
    left:0;
}

.custom-popup .cover {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.custom-popup>.content-box {
    transition: 0.3s;
    width: 300px;
    border-radius: 8px;
    background-color: #fff;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
}

.custom-popup-title {
    height: 50px;
    color: #363636;
    font-size:14px;
    line-height: 2;
    text-align: center;
    display: flex;
    align-items: center;
}

.custom-popup-content {
    flex: 1;
    padding: 10px 25px 20px 25px;
    color: #8f8f8f;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    display: flex;
    align-items: center;
}

.custom-popup-btns {
    height: 50px;
    display: flex;
    border-top: 1px solid #f0f0f0;
    width: 100%;

}

.custom-popup-btns .btn-ok,
.custom-popup-btns .btn-cancel {
    flex: 1;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size:14px;
    background: transparent;
    border: 0;
    outline: none;
}

.custom-popup-btns .btn-ok::before,.custom-popup-btns .btn-cancel::before {
    display: none;
}

.custom-popup-btns .btn-ok::after,.custom-popup-btns .btn-cancel::after {
    display: none;
}

.custom-popup-btns .btn-ok {
    color: #87d777;
    border-radius:0;
    /* border-left: 1rpx solid #f0f0f0; */
}
.btn-ok-h5{
    text-decoration: none;
}

.custom-popup-btns .btn-cancel {
    color: #3b3b3b;
    border-right: 1px solid #f0f0f0;
    border-radius:0;
}

.custom-popup-btns .btn-only {
    border: 0 !important;
}

.custom-popup.hide {
    transition-delay: 0.3s;
    transform: translateY(100vh);
}

.custom-popup.show {
    transform: translateY(0);
}

.custom-popup.show .cover {
    opacity: 1;
}

.custom-popup.show>.content-box {
    transform: translateY(0);
}

.custom-popup.hide .cover {
    opacity: 0;
}

.custom-popup.hide>.content-box {
    transform: translateY(100vh);
}

.loading-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transform: translateX(100vw);
}

.loading-box.show {
    transform: translateX(0);
}

.loading-box .cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition-duration: 800ms;
    background-color: #000;
}

.loading-box.show .cover {
    opacity: 0.3;
}

.loading-box .loading-img {
    width: 6px;
    height: 50px;
    position: absolute;
    animation-name: loading0;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    opacity: 0.3;
}

.loading-box .loading-img.lm1 {
    animation-name: loading1;
    opacity: 0.5;
}

.loading-box .loading-img.lm2 {
    animation-name: loading2;
    opacity: 0.7;
}

.loading-box .loading-img.lm3 {
    animation-name: loading3;
    opacity: 0.8;
}

.loading-box .loading-img.lm4 {
    animation-name: loading4;
    opacity: 1;
}

.loading-box .loading-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #000;
}

@keyframes loading0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading1 {
    0% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(390deg);
    }
}

@keyframes loading2 {
    0% {
        transform: rotate(60deg);
    }

    100% {
        transform: rotate(420deg);
    }
}

@keyframes loading3 {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(450deg);
    }
}

@keyframes loading4 {
    0% {
        transform: rotate(120deg);
    }

    100% {
        transform: rotate(480deg);
    }
}

:root {
    --swiper-theme-color: #262626;
}


.btn-to-top,.btn-share,.btn-server{
    width:42px;
    height:42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    box-shadow: 0 0 2px 2px #f5f5f5;

   
    border-radius:50%;
   
   
}

.btn-to-top>div,.btn-share>div,.btn-server>div{
    width:42px;
    height:42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-to-top>div{
    background-image: url('https://oss.howvin.com/images/icon_up.png');
}
.btn-server>div{
    background-image: url('https://oss.howvin.com/images/icon_server.png');
}
.btn-share>div{
    background-image: url('https://oss.howvin.com/images/icon_share.png');
}


.flow-btn-show-hide{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: #000;
    box-shadow: 0 0 2px 2px #f5f5f5;
    right: 18px;
    position: fixed;
    z-index: 10;
    bottom: 28vh;
    border-radius: 50%;
    margin-top: 120px;
    transition: 0.3s;
}
.flow-btn-show-hide::after{
    transform: rotate(90deg);
}
.flow-btn-show-hide::after,.flow-btn-show-hide::before{
    content:'';
    position: absolute;
    width:2px;
    height:20px;
    background-color: #FFF;
}
.flow-btn-show-hide.open{
    transform: rotate(405deg);
}
.flow-btns{
    transform:translateY(50%) scaleY(0);
    transition: 0.3s;
    position: fixed;
    right: 13px;
    z-index: 10;
    bottom: 35vh;
    display: flex;
    flex-direction: column;
    height: 140px;
    justify-content: space-between;
    align-items: center;
}
.flow-btns.show{
    transform: translateY(0) scaleY(1);
    
}

.support{
    color:transparent;
    user-select: none;
  position: fixed;
  bottom:101vh;
  left:100vw;
}


@media screen and (min-width:501px){
    .mobile{
        display: none;
    }    
  }
  @media screen and (max-width:500px) {
    .pc-phase3{
        display: none;
    }
  }