/*自定義樣式*/
.f10 { font-size: 10px}
.f15 { font-size: 15px}
.f20 { font-size: 20px}
.f24 { font-size: 24px; color:#fff;}
.f28 { font-size: 28px}
.f30 { font-size: 30px}
.f10v { font-size: 1.0vw}
.f32v { font-size: 3.2vw}
.fl { float: left}
.fr { float: right}
.clear { clear: both }
.w50 { width: 50px}
.w70 { width: 70px}
.w80 { width: 80px}
.w90 { width: 90px}
.w100 { width: 100px}
.w120 { width: 120px}
.w140 { width: 140px}
.w150 { width: 150px}
.w200 { width: 200px}
.w220 { width: 220px}
.w300 { width: 300px}
.h20 { height: 20px;}
.h50 { height: 50px;}
.h100 { height: 100px;}
.over-flow { overflow: hidden;}
.white { color: white}

body {
	//background-image: url("../images/bg1.png");
}

.pusher_icon {
	width: 20px;
    height: 20px;
}

a {
	color: #212529;
}

a:hover {
	color: #0d0f10;
}

.cate-nav-bg {
	background-color: #F9F7F3;
}

.title-border {
	border-left: 4px solid #f00;
	padding-left: 10px;
}

.title-right-link {
	width: 80px;
	/*margin-right: 5px;*/
	display: inline-block;
	border: 0px;
	background-image: url(../images/arrow-blue-more.svg);
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: 65px 7px;
	float: right;
	cursor: pointer;
	text-align: center;
}

.splide__slide img {
	width : 100%;
	height: auto;
}

.content-list li {
	padding-left: 1rem;
	background-position: 0 0;
	background-size: 1.6rem 1.6rem;
	background-repeat: no-repeat;
}

.card_mark .sellout{background: rgba(0, 0, 0, 0) url(../images/sellout.png) no-repeat scroll center center;position: absolute;z-index:11;width: 100%;height: 100%;background-size: 90%;opacity: 0.9;}
.card_mark .sellsec{background: rgba(0, 0, 0, 0) url(../images/sellsec.png) no-repeat scroll center center;position: absolute;z-index:11;width: 100%;height: 100%;background-size: 90%;opacity: 0.9;}
.card_mark .product_new{background: rgba(0, 0, 0, 0) url(../images/product_new.png) no-repeat scroll left top;position: absolute;left: 8px;top: 8px;z-index:11;width: 100%;height: 100%;background-size: 15%;}
.card_mark a{position: relative;}

.dropdown-menu{
	/*background-color: #F9F7F3;
	border: none;
	*/å
}

.dropdown-menu>li>a{
	  /*color: #fff;*/
}

.dropdown-menu a:hover { background-color: #ebebeb;}

.line-through {
    text-decoration: line-through;
    text-decoration-color: red;
}

.wrapper {
  position: relative;
  /*
  display: flex;
  min-width: 50px;
  */
}


.search {
    border: 1px solid grey;
    border-radius: 5px;
    height: 25px;
    width:100%;
    padding: 2px 1px 2px 23px;
    outline: 0;
    background-color: #f5f5f5;
}

.search-icon {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 14px;
}

.rotate {
    transition: all 0.5s ease;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

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

.subcate {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
    width: 300px;

}

.navbar-brand img {
    width: 150px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255, 1);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social:hover {
    color: #eee;
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    padding: 7px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.coin-border {
	border: 3px solid gray;
}

.btn-line-pay, .btn-line-pay:hover {
	background-image: url('../images/LINE-Pay.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	height: 38px;
	border: 1px solid #5bc05c;
	color: #fff0;
}


// max devices (landscape phones, 576px and down)
@media screen and (max-width: 575.99px) {
	.fans-iframe {
	}
    .cell-btn {
        width:100%}
}

// Medium devices (tablets, 576px and 768px)
@media screen and (min-width: 576px) and (max-width: 767.99px) {
	.fans-iframe {


	}
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
	.fans-iframe {
	}
}

// Large devices (desktops, 992px and up)
@media  screen and (min-width: 992px) and (max-width: 1199px) {
	.fans-iframe {
	}
}

// Extra large devices (large desktops, 1200px and up)
@media screen and (min-width: 1200px) {
	.fans-iframe {
	}
}

.wrapper {

  min-height: calc(100vh - 100px);
}

.nav-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  min-width: 100px;
  justify-content: space-around;
  padding-top:15px;
}

.footer {
    width: 100%;
    background-color: #000000;

}

.footer_main_zone {
    /*background-color: #fda4ba00; */ /*顏色區塊*/
    background: rgb(22,43,73);
    background: linear-gradient(90deg, rgba(22,43,73,1) 0%, rgba(22,43,73,1) 60%, rgba(187,145,74,1) 100%);
    margin: 0 auto;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.ican_logo {
    height: auto;
    padding-top: 3px;
}

.copyright {
    height: auto;
    background-color: #25923700;/*顏色區塊*/
}

.copyright p {
    color: #ffffff;
}

.float_btn {
    display: none;
}

.navbuttons {
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 30px;
}

.navbuttons li {
    display: inline-block;
    vertical-align: top;
}

.step1_memo {
    float: right;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #e1e1e1;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #fff;
}

@media (max-width:976px) {
    .subnav {
        margin: 0; padding: 0; font-size: 1.6vw;
    }
}

/*最大尺寸768*/
@media (max-width:768px) {
    .ican_logo {
        height: auto;
        padding-top: 30px;
        float: none;
        margin: 0 auto;
    }

    .copyright {
        width: 100%;
        height: auto;
        float: none;
        padding-top: 5px;
        margin: 0 auto;
    }

    .copyright p{
        text-align: center;
    }

    .float_btn {
        position: fixed;
        top: 200px;
        right: 0;
        width: 50px;
        height: 200px;
        z-index: 999;
        display: block;

    }

    .footer_main_zone {
        font-size: 2.5vw;
    }

    .step1_memo {
        float: left;
    }

    .pd-table {
        font-size: 2.7vw;
    }

    .pay-title {
        font-size: 3.2vw;
    }

    .subnav {
        margin: 0; padding: 0; font-size: 2.5vw; line-height: 4.4vw;
    }
}
/*最大尺寸414 iphone*/
@media (max-width:414px) {
        .navbar-brand img {
            width: 100px;
        }

        .copyright p{
            font-size: 8pt;
        }

        .resetmr:nth-child(odd) {
            padding-left: 7px;
        }

        .resetmr:nth-child(even) {
            padding-right: 7px;
        }

        .pay-title {
            font-size: 4.5vw;
        }

        .coin-tabs {
            font-size: 3.3vw;
        }

        .record-table {
            font-size: 2.5vw;
        }

        .subnav {
            margin: 0; padding: 0; font-size: 3.8vw; line-height: 6.4vw;
        }
    }
}



