
[v-cloak] {
    display: none;
}

* {
    position: relative;
}

scrollbar,
*::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

a,
a:hover {
    color: #333;
    text-decoration: none;
}

select:focus,
input:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (min-width: 1320px){
    .container {
        max-width: 1200px;
    }
}
.hide-phone{
    display: block;
}
.hide-web{
    display: none;
}
.blockUI{
    z-index: 9999999999 !important;
}
.blockUI.blockMsg{
    padding: 30px 15px !important;
    border: none !important;
    color: #fff !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
}
body {
    font-family: "微軟正黑體";
    background-color: #f6f7f8;
}
header{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #f6f7f8;
    width: 100%;
    height: 230px;
    z-index: 1000;
}
header .cartNum{
    width: 24px;
    height: 24px;
    font-size: 14px;
    transform: scale(0.8);
    font-family: Arial;
    background-color: #000;
    color: #fff;
    margin-left: 5px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navTop {
    height: 50px;
    background-color: #eee;
    width: 100%;
}

.navTop .container {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.navTop .container .btn{
    font-size: 14px;
    color: #555;
    height: 35px;
    padding: 0px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navTop .container .btn i{
    font-size: 16px;
    margin-right: 5px;
}
.navTop .container .search{
    margin: 0px 15px;
}
.navTop .container .search i{
    position: absolute;
    z-index: 1;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    cursor: pointer;
}
.navTop .container .search .form-control{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    padding-left: 0px;
    height: 35px;
}
.navTop .container .search .form-control::placeholder {
    color: #ccc;
    font-size: 14px;
}
.navTop .container .btn.btn-menu{
    width: 50px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.navTop .container .btn.btn-menu i{
    margin: 0px;
    font-size: 20px;
}
header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
}
header .logo img{
    max-height: 80px;
}
header .navMenu ul{
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .navMenu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    transition: all .3s;
    min-height: 35px;
}
header .navMenu ul li > a:hover{
    background-color: #f9f9f9;
}
header .navMenu ul li .subMenu{
  position: absolute;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
  z-index: -1;
  padding: 15px 0px;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  top: 50px;
  border-radius: 15px;
  min-width: 120px;
  left: 50%;
  transform: translateX(-50%);
}
header .navMenu ul li .subMenu a{
    padding: 5px 10px;
    font-size: 15px;
}
header .navMenu ul li .subMenu a{
    color: #fff;
}
header .navMenu ul li:hover .subMenu{
    top: 35px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
header .navMenu ul li:hover .subMenu a:hover{
    background-color: #666;
}
main{
    width: 100%;
    margin-top: 230px;
    min-height: 200px;
}
.banner{
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    /*display: none;*/
}
.swiper{
  width: 100%;
  height: 100%;
}
.swiper-slide{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bannerSwiper{
    width: 100%;
    overflow: hidden;
}
.banner .swiper-slide{
  overflow: hidden;
  padding: 10px 30px;
}
.banner .swiper-slide > div{
    width: 100%;
    padding-top: calc(100% / 5 * 2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #ccc;
}
.swiper-slide .bgc{
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(30px);
  left: 0px;
  top: 0px;
}
.swiper-pagination-bullet-active{
  background-color: #fff !important;
}
section.prod{
    margin: 30px 0px;
}

.box-title,
section.prod .title{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}
.box-title h4,
section.prod .title h4{
    font-size: 22px;
    color: #000;
}
.box-title ul,
section.prod .title ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    color: #666;
    flex-shrink: 0;
}
.box-title li,
section.prod .title li{
    /*margin-left: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}
section.prod .title li:before{
    content: '|';
    padding: 0px 10px;
}
section.prod .title li:nth-child(1):before{
    content: '';
    padding: 0px;
}
.box-title li a,
section.prod .title li a{
    /*border-bottom: 1px solid #000;*/
    display: flex;
    align-items: center;
    line-height: 20px;
}
.box-title li a i,
section.prod .title li a i{
    margin-left: 5px;
}
.prods{
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}
.prods .prodBox{
    width: calc(100% / 4 - 36px);
    margin: 18px;
    cursor: pointer;
}
.prods .prodBox .photo{
    width: 100%;
    padding-top: calc(100% - 4px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    transition: all .5s;
    border: 2px solid transparent;
    /*background-color: #fff;*/
}
.prods .prodBox .photo:hover{
    border: 2px solid #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.prods .prodBox .content{
    font-size: 14px;
    padding: 15px 10px;
}
.prods .prodBox .content .prodName{
    height: 24px;
    overflow: hidden;
}
.prods .prodBox .content .price{
    color: #0E2430;
    font-family: 'AR One Sans', sans-serif;
    margin-top: 5px;
}
.prods .prodBox .content .price.red{
    color: #ED6464;
}

.prods .prodBox .content .price span{
    margin-left: 5px;
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}

.prodDetail{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prodDetail .prod-info{
    width: 40%;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
}
.prodDetail .prod-info h1.prodName{
    font-size: 26px;
    margin-bottom: 30px;
    color: #000;
}
.prodDetail .prod-info .description{
    margin: 15px 0px;
    font-weight: bold;
    color: #333;
}
.prodDetail .prod-info hr{
    border-top: 1px dashed #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.prodDetail .prod-photo{
    width: 60%;
    padding-left: 15px;
}
.prodDetail .prod-photo .photo{
    width: 100%;
    padding-top: 100%;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}
.prodDetail .prod-photo .photos{
    width: calc(100% + 10px);
    margin-left: -5px;
    overflow: hidden;
}
.prodDetail .prod-photo .swiper-slide{
    width: calc(100% / 4 - 10px);
    margin: 0px 5px;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 5px;
}
.prodDetail .prod-photo .swiper-slide > div{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    cursor: pointer;
}
.prodDetail .prod-photo .swiper-slide.choose{
    border-color: #666;
}
.prodDetail .specs{
    display: flex;
    flex-direction: column;
    max-height: 450px;
    overflow: auto;
}
.prodDetail .specs .btn{
    /*width: auto;*/
    border: 1px solid #000;
    margin-bottom: 7px;
    padding: 0px 20px;
    border-radius: 15px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}
.prodDetail .specs .btn span{
    text-align: left;
    padding: 5px 0px;
}
.prodDetail .specs .btn span.price{
    text-align: right;
    margin-left: 15px;
}
.prodDetail .specs .btn del{
    color: #ccc;
}
.prodDetail .specs .btn.active,
.prodDetail .specs .btn:hover{
    background-color: #000;
    color: #fff;
}
.prodDetail .priceBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.prodDetail .priceBox .price{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.prodDetail .priceBox .price span{
    font-size: 2em;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    color: #F36A71;
    /*color: #EE887A;*/
}
.prodDetail .priceBox .price del{
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    /*color: #999;*/
    margin-right: 15px;
    margin-top: 5px;
    font-size: 20px;
}
.prodDetail p.info{
    color: #000;
    border-left: 3px solid #000;
    padding-left: 10px;
    line-height: 1em;
    margin-bottom: 15px;

}
.prodDetail .prod-info .btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.prodDetail .prod-info .btns .btn{
    height: 50px;
    width: calc(100% / 2 - 5px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.prodDetail .prod-info .btns .btn.btn-checkout{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.prodDetail .prod-info .btns .btn.btn-cart{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.prodDetail .prod-info .btns .btn i{
    margin-right: 5px;
    transition: all .5s;
}
.prodDetail .prod-info .btns .btn:hover i{
    font-size: 24px;
}
.prodDetail .prod-info .btns .btn.btn-cart:hover{
    box-shadow: 5px 5px 5px #666;
    border-color: #fff;
}
.prodDetail .prod-info .btns .btn.btn-checkout:hover{
    box-shadow: 5px 5px 5px #666;
}
.prodDetail .prod-info .remark{
    font-size: 14px;
    color: #333;
}
.prodDetail .prod-info .share{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
    margin-bottom: -15px;
}
.prodDetail .prod-info .share a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.prodDetail .prod-info .share a i{
    font-size: 28px;
}
.prodDetail .prod-info .share a.line i{
    font-size: 24px;
}
.prodContent{
    width: 100%;
    padding: 50px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 15px;
    margin-bottom: 60px;
}
.prodContent .photo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.prodContent .photo img{
    max-width: 100%;
    height: auto;
    width: 100%;
}
.prodBanner{
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 100px;
}
.prodBanner img{
    width: 100%;
}
.onePage{
    width: 100%;
    padding: 30px 0px;
}
.onePage .prodContent{
    /*min-height: 30vh;*/
}
.footerImg{
    width: 100%;
    height: 50px;
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 99;
}
footer.pbimg{
    padding-bottom: 90px;
}
footer{
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #eee;
}
footer .container .footer-content{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
footer .container .left p{
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    border-left: 3px solid #000;
    line-height: 1em;
    padding-left: 15px;
}
footer .container .left ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    margin-left: 20px;
    flex-wrap: wrap;
}
footer .container .left ul li{
    margin-right: 30px;
    font-size: 14px;
    color: #333;
}
footer .container .left ul li a:hover{
    color: #000;
    font-weight: bold;
}
footer .container .left ol{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
footer .container .left ol li{
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 14px;
}
footer .container .invoice{
    font-size: 12px;
    margin-top: 15px;
    color: #333;
}
footer .container .icons{
    display: flex;
    align-items: center;
    justify-content: end;
}
footer .container .icons a{
    font-size: 28px;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
footer .container .icons a.line{
    font-size: 26px;
}
footer .copyRight{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
}
.error404{
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #838689;
}
.error404 i{
    font-size: 5em;
    border: 5px solid;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.error404 p{
    margin-bottom: 5px;
}
.menu-mask{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    /*backdrop-filter: blur(10px);*/
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.menu-mask.open{
    z-index: 9998;
    opacity: 1;
    visibility: visible;
}
.menu-fixed{
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100vh;
    height: 100svh;
    z-index: -1;
    background-color: #fff;
    padding: 30px;
    box-shadow: 2px 2px 5px #333;
    left: -320px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.menu-fixed.open{
    z-index: 99999;
    left: 0px;
    visibility: visible;
    opacity: 1;
}
.menu-fixed .btn-close{
    margin-bottom: 30px;
    background-color: #fff;
    font-size: 18px;
}
.menu-fixed ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.menu-fixed ul > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding: 7px 15px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all .5s;
}
.menu-fixed ul > li > a i{
    font-size: 12px;
}
.menu-fixed ul > li > a:hover{
    border-color: #000;
}
.menu-fixed ul > li .subMenu{
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}
.menu-fixed ul > li .subMenu a{
    padding: 5px;
    font-size: 14px;
    transition: all .5s;
}
.menu-fixed ul > li .subMenu a:hover{
    color: #000;
    margin-left: 5px;
}
.pageNav .page{
    list-style-type: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageNav .page li{
    cursor: pointer;
    width: 28px;
    height: 28px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0px 5px;
    background-color: #eee;
    transition: all .5s;
}
.pageNav .page li:hover,
.pageNav .page li.active{
    background-color: #000;
    color: #fff;
}
.quickBox{
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    max-width: 500px;
    margin: 30px auto;
}
.quickBox h3{
    font-size: 24px;
    margin: 0px;
    margin-bottom: 15px;
}
.quickBox .formGroup{
    margin-bottom: 30px;
}
.quickBox .formGroup label{
    font-weight: bold;
    border-left: 5px solid #000;
    line-height: 1em;
    padding-left: 10px;
    margin-bottom: 15px;
}
.quickBox .formGroup .form-control{
    height: 50px;
    border-radius: 15px;
}
.quickBox .formGroup .text{
    background-color: #f9f9f9;
    padding: 15px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-radius: 15px;
    font-size: 14px;
}
.quickBox .formGroup .text p{
    margin: 0px;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.5em;
}
.quickBox .formGroup > p{
    margin: 5px 0px;
    font-size: 14px;
    padding-left: 10px;
}
.quickBox .step{
    margin-bottom: 30px;
    font-size: 14px;
}
.quickBox .btn{
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
}
.quickBox .prev{
    font-size: 12px;
    margin-top: 15px;
    cursor: pointer;
}
.quickBox .payInfo{
    /*border: 1px solid #000;*/
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}
.quickBox .payInfo p{
    color: #999;
    margin-bottom: 5px;
}
.quickBox .payInfo .price{
    font-size: 24px;
    font-family: 'AR One Sans', sans-serif;
    margin-bottom: 10px;
}
.quickBox .payInfo .price span{
    margin-left: 5px;
    font-size: 14px;
    color: #333;
}
.quickBox .agree{
    margin-bottom: 30px;
    cursor: pointer;
}
.quickBox .agree i{
    margin-right: 5px;
}
.quickBox .agree b{
    border-bottom: 1px solid #000;
    margin: 0px 2px;
}
.quickBox .changKind{
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quickBox .changKind span{
    border-bottom: 1px solid #000;
    font-weight: bold;
    cursor: pointer;
}
.quickResult .quickBox > .center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quickResult .center i.big{
    font-size: 7em;
    margin-bottom: 15px;
    color: #A8CABA;
}
.quickResult .center i.big.fa-triangle-exclamation{
    color: #FCB95D;
}
.quickResult .center h3{
    margin-top: 15px;
    margin-bottom: 15px;
}
.quickResult .center p{
    margin: 5px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quickResult .center p i{
    margin-right: 5px;
}
.quickResult .center .btn{
    margin-top: 30px;
}
.cp{
    cursor: pointer;
}
.bootstrap-select .btn-light,
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
    background-color: transparent !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none !important;
    /*outline-offset: !important;*/
}
#privacyModal .modal-dialog{
    border-radius: 30px;
    overflow: hidden;
}
#privacyModal .modal-body{
    padding: 30px;
}
#privacyModal .modal-body .btn{
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.countdown{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
}
.countdown .countdown-time span{
    font-size: 2em;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    margin-right: 5px;
    color: #F36A71;
}
.bannerFullWrap{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.bannerFullWrap .bannerFullMask{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
}
.bannerFullWrap .banner-full{
    width: 80vw;
    max-width: 95vw;
    overflow: hidden;
}
.banner-full .swiper-slide{
  /*overflow: hidden;*/
  padding: 30px;
}
.banner-full .swiper-slide > div{
    width: 100%;
    border-radius: 30px;
    /*box-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/
}
.banner-full .swiper-slide .hide-phone{
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-full .swiper-slide .hide-phone img{
    max-height: 80vh;
}
.banner-full .swiper-slide img{
    /*border-radius: 30px;*/
}
.banner-full .swiper-slide .btn{
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    right: -7px;
    top: -7px;
    border: 2px solid #fff;
}
.banner-full .noShow{
    color: #fff;
    font-weight: inherit;
    width: calc(100% - 60px);
    position: absolute;
    right: 30px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.lightboxOverlay{
    position: fixed !important;
    z-index: 999999999 !important;
}
.lightbox{
    z-index: 999999999 !important;
}
.payNotify{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999999;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.payNotify .content{
    background-color: #fff;
    width: 500px;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.payNotify .content h3{
    font-size: 24px;
    display: flex;
    line-height: 1em;
    padding-left: 15px;
    border-left: 5px solid;
    color: #000;
    margin-bottom: 15px;
}
.payNotify .content p{
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
}
.payNotify .content ol li{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.payNotify .btn{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    background-color: #000;
}
.rank-table tr th,
.rank-table tr td{
    font-size: 14px;
}
@media(max-width: 1180px){

}
@media(max-width: 1024px){
    header .logo{
        height: 100px;
    }
    header{
        height: 200px;
    }
    main{
        margin-top: 200px;
    }
    .prodDetail .prod-info{
        width: 50%;
    }
    .prodDetail .prod-photo{
        width: 50%;
    }
}

@media(max-width: 820px){
    .banner{
        padding: 0px 15px;
    }
    .banner .swiper-slide{
        padding: 10px;
    }
    .prods .prodBox{
        width: calc(100% / 3 - 36px);
    }
    .prodDetail .prod-info{
        width: 60%;
    }
    .prodDetail .prod-photo{
        width: 40%;
    }
    .prodDetail .prod-info{
        padding: 25px;
    }
    .prodDetail .prod-photo .swiper-slide{
        width: calc(100% / 2 - 10px);
        border-radius: 15px;
    }
    .prodDetail .prod-photo .swiper-slide > div{
        border-radius: 10px;
    }
    .prodContent{
        padding: 25px;
    }

}
@media(max-width: 820px){
    header{
        height: 110px;
    }
    main{
        margin-top: 110px;
    }
    .navTop{
        height: 40px;
    }
    header .logo{
        height: 70px;
    }
    header .logo img{
        max-height: 90%;
        max-width: 70%;
    }
    .banner .swiper-slide{
        padding: 0px 10px;
    }
    .navMenu{
        display: none;
    }
    .navTop .container .btn{
        padding: 0px 5px;
        font-size: 13px;
    }
    .navTop .container .search{
        display: none;
    }
    .banner{
        padding: 0px;
    }
    .banner .swiper-slide > div{
        border-radius: 15px;
    }
    section.prod .title h4{
        font-size: 18px;
        margin: 0px;
    }
    section.prod .title ul li{
        font-size: 12px;
    }
    .prodBanner{
        border-radius: 15px;
    }
    .prods{
        margin-left: -9px;
        margin-right: -9px;
    }
    .prods.slide{
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE 和 Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .prods.slide::-webkit-scrollbar {
        display: none;  /* Chrome, Safari 和 Opera */
    }
    .prods .prodBox{
        width: calc(100% / 2 - 18px);
        margin: 9px;
        flex-shrink: 0;
    }
    .prods.slide .prodBox{
        width: calc(100% / 2 - 50px);
    }
    .prodBanner{
        margin-top: 30px;
    }
    .prods .prodBox .content{
        padding: 10px 0px;
    }
    .prods .prodBox .content .prodName{
        height: 42px;
        overflow: hidden;
    }
    .prodDetail{
        flex-direction: column;
    }
    .prodDetail .prod-info{
        width: 100%;
        order: 2;
        margin-top: 15px;
    }
    .prodDetail .prod-photo{
        width: 100%;
        padding: 0px;
        order: 1;
    }
    .prodDetail .prod-photo .swiper-slide{
        width: calc(100% / 3 - 10px);
    }
    .prodDetail .specs .btn{
        height: auto;
        min-height: 45px;
        padding: 5px 15px;
    }
    .prodDetail .specs .btn span:nth-child(1){
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: left;
    }
    .prodDetail .specs .btn span.price{
        font-size: 14px;
        flex-shrink: 0;
    }
    .prodContent{
        padding: 10px;
        margin-top: 15px;
    }
    /*.prodDetail .prod-info .btns{
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 99;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }*/
    /*.prodDetail .prod-info .btns .btn{
        width: 50%;
        border-radius: 0px;
    }*/
    footer .container .footer-content{
        flex-direction: column;
    }
    footer .container .left{
        width: 100%;
    }
    footer .container .left ul li{
        margin-right: 15px;
        font-size: 13px;
    }
    footer .container .left p{
        font-size: 14px;
    }

    .banner .swiper-slide > div{
        width: 100%;
        padding-top: 100%;
    }
    .footerImg{
        background-size: 100%;
    }
    .prodDetail .prod-info h1.prodName{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .prodDetail .fixBtn{
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 100;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .prodDetail .fixBtn .btn{
        width: 50%;
        background-color: #000;
        color: #fff;
        border-radius: 0px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .prodDetail .fixBtn .btn i{
        margin-right: 5px;
    }
    .prodDetail .fixBtn .btn.btn-checkOut{
        background-color: #E32D40;
        color: #fff;
    }
    .miniWindow{
        position: fixed;
        left: 0px;
        width: 100vw;
        padding: 15px;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0px -2px 5px #000;
        transition: all .5s;
        opacity: 0;
        bottom: -100vh;
        z-index: -1;
        visibility: hidden;
    }
    .miniWindow.open{
        opacity: 1;
        bottom: 0px;
        z-index: 100010000;
        visibility: visible;
    }
    .miniWindowMask{
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 1000;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
    .miniWindowMask.open{
        display: block;
    }
    .miniWindow .topBox{
        display: flex;
        align-items: end;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .miniWindow .topBox i.fa-xmark{
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 0px;
        color: #999;
    }
    .miniWindow .topBox .photo{
        width: 100px;
        height: 100px;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
        margin-top: -40px;
        border: 1px solid #ccc;
        margin-right: 15px;
    }
    .miniWindow .specBox{
        display: flex;
        flex-wrap: wrap;
        max-height: 45vh;
        overflow-y: auto;
    }
    .miniWindow .specBox p{
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .miniWindow .specBox .btn{
        border: 1px solid;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 0px;
        font-size: 14px;
        background-color: #fff;
        color: #000;
        padding: 10px 15px;
        border-radius: 15px;
        min-width: calc((100% / 3) - 10px);
        text-align: left;
    }
    .miniWindow .specBox .btn.active{
        background-color: #000;
        color: #fff;
    }
    .miniWindow .specBox .btn span.price{
        margin-left: 15px;
    }
    .miniWindow .priceBox{
        margin: 15px 0px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 15px 0px;
    }
    .miniWindow .btnAddCart{
        width: 100%;
        background-color: #000;
        color: #fff;
        border-radius: 15px;
        height: 50px;
        margin-top: 15px;
    }
    .prodDetail{
        overflow-x: hidden;
    }
    .blockUI.blockMsg{
        width: 80% !important;
        left: 10% !important;
    }
    .prodDetail .specs{
        margin-bottom: 30px;
        max-height: 200px;
    }
    .countdown{
        background-color: #F36A71;
        color: #fff;
        border: 1px solid #F36A71;
    }
    .countdown .countdown-time span{
        color: #fff;
    }
    .countdown .countdown-title{
        padding: 7px 12px;
        border-radius: 30px;
        border: 2px solid #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .countdown .countdown-time span{
        font-size: 1.6em;
    }
    .bannerFullWrap .banner-full{
        width: 95vw;
        max-width: 100vw;
    }
    .payNotify .content{
        max-width: 95vw;
        max-height: 90vh;
        overflow-y: auto;
    }
}

@media(max-width: 640px){
    .hide-phone{
        display: none !important;
    }
    .hide-web{
        display: block;
    }
}
@media(max-width: 375px){
    footer .container .left ul li{
        margin-right: 10px;
    }
    section.prod .title h4{
        font-size: 16px;
    }
    .prodDetail .specs .btn{
        font-size: 14px;
    }
    .prodDetail .specs .btn span.price{
        font-size: 13px;
    }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
