@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@import url('https://www.fectechs.com/webeip/HT00100/css/chinesefont.css');
/* 以上是 中文字型 的 CSS */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');


@import url('https://www.fectechs.com/webeip/HT00100/becky/css/animate.css');
/* 以上是 animate 的 CSS */

@import url('https://www.fectechs.com/webeip/HT00100/becky/css/reset.css');
/* 以上是 reset 的 CSS */


/* 以下是swiper-4.5.0 css */
@import url(https://bonusmee.com/view/js/swiper-4.5.0/dist/css/swiper.min.css);

body{
	/*background: linear-gradient(to bottom, #ffdbdb 0%, #ffdbdb 20%, #ffffff 100%);*/
    /*background: linear-gradient(to bottom, #E91E63 0%, #E91E63 20%, #ffffff 100%);*/
    background: #ffdbdb;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.adshare_dm_main{
	width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.adshare_dm_box{
	width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
}
.adshare_dm_box_selectCube{
    width: 100%;
    margin: 0 auto;
}

/* 內容 */

/*.adshare_dmBox{
    width: 15%;
    margin: 20px calc(10%/ 12);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}*/
.adshare_dm_boxmain{
}
.adshare_dm_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.adshare_dm_img{
	display: block;
    width: 100%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    position: relative;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
}
.adshare_dm_img > div{
	width: 100%;
	height: 22vw;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -text-decoration-linemoz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 15px 15px 0 0;
}
.adshare_dm_imgHover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    font-size: 1.75rem;
    color: #fff;
    font-family: 'Abril Fatface', cursive;
    letter-spacing: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    transition: all .5s;
    transform: scale(0);
}
.adshare_dm_img:hover .adshare_dm_imgHover{ transform: scale(1); }

.adshare_dm_txt{
	width: 100%;
	background-color: #fff;
    padding: 10px;
    border-radius: 0 0 15px 15px;
    box-sizing: border-box;
}
.adshare_dm_txt_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.adshare_dm_serve{
    color: #000000;
    background-color: #FF8800;
    padding: 0 10px;
    box-sizing: border-box;
}
.adshare_dm_price{
    text-align: right;
    font-size: 0.9rem;
}
.adshare_dm_price > span{
    display: inline-block;
    font-size: 1.25rem;
    margin: 0 5px 0 0;
    color: #F44336;
    font-weight: bold;
}
.adshare_dm_txt_store{
    border-left: 3px solid #000000;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 1rem;
    display: inline-block;
    font-weight: bold;
    color: #0000EE;
}
.adshare_dm_txt > h2{
    width: 100%;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}
.adshare_dm_txt > h2 span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 1.15rem;
    height: 50px;
    text-align: left;
}
.adshare_dm_img > img{
    width: 100%;
    vertical-align: top;
    display: block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.adshare_dm_select{
    min-width: 80px;
    position: absolute;
    right: 0;
    top: 0;
}
.adshare_dm_select span{
    background-color: #F44336;
    color: #fff;
    display: block;
    padding: 5px 10px;
    border-radius: 0 15px 0 0;
    text-align: center;
}



/* LINE按鈕 */
    .adshare_dm_btnLine{
        width: 80%;
        background-color: #06c655;
	    border-radius: 5px;
	    display: block;
	    text-align: center;
	    color: #fff;
	    padding: 10px 5px 10px 6px;
	    box-sizing: border-box;
	    margin: 10px auto;
	    letter-spacing: 1px;
        cursor: pointer;
    }
    /*.adshare_dm_btnLine img{
        width: 30px;
        vertical-align: top;
        margin-right: 5px;
    }*/

.adshare_dm_txtKeyword{
	margin: 5px 0;
	position: relative;
	padding: 5px;
}

.adshare_dm_txtKeyword h3{
	text-align: center;
	font-weight: normal;
	font-size: 1.15rem;
}
.adshare_dm_number{
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 3px 3px 3px 6px;
	box-sizing: border-box;
	display: inline-block;
	font-style: normal;
	letter-spacing: 3px;
	background-color: rgb(0 0 0 / 80%);
	border-radius: 15px;
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	font-size: 0.8rem;
	color: #fff;
}

/* 按鈕們 */
    .adshare_dm_btnBox{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .adshare_dm_btnBox a{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 10px 20px;
        transition: all 0.5s;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        margin: 0 5px;
        border-radius: 0;
        font-size: 1.15rem;
        cursor: pointer;
    }
    .adshare_dm_btnBox a:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        background-color: rgba(255,255,255,0.25);
        transition: all 0.3s;
        transform: scale(0.5,0.5);
    }
    .adshare_dm_btnBox a:hover:after{
        opacity: 1;
        transform: scale(1,1);
    }

    .adshare_dm_btnMore{
        background-color: #ff9800;
    }

    .adshare_dm_btnMore.titleclick{
        background-color: #FFC107;
        border: 1px solid #FFC107;
        color: #fff;
    }

    .adshare_dm_btnCopy{
        background-color: #f36767;
    }
/* 搜尋器 */
    .adshare_dm_search{
		width: 90%;
		max-width: 800px;
		margin: 20px auto;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		box-sizing: border-box;
		position: relative;
    }
    .adshare_dm_search > input{
		width: 100%;
		border: 1px solid #828282;
		box-sizing: border-box;
		border-radius: 50px;
		padding-left: 20px;
    }

    /*webkit瀏覽器專用*/
    .adshare_dm_search ::-webkit-input-placeholder { color: #444; }
    /*Firefox 4-18瀏覽器專用*/
    .adshare_dm_search input::-moz-placeholder { color: #444; }
    /*Firefox 19+瀏覽器專用*/
    .adshare_dm_search input::-moz-placeholder{color: #444;}
    /*IE10瀏覽器專用*/
    .adshare_dm_search:-ms-input-placeholder{color: #444;}

    .adshare_dm_search > input[type="text"]{
        width: 100%;
        border: 1px solid #eeeeee;
        box-sizing: border-box;
        border-radius: 50px;
        padding: 10px 70px 10px 25px;
        padding-left: 25px;
        box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
        font-size: 1.05rem;
    }
    .adshare_dm_search > input[type="button"]{
        background-color: #F44336;
        box-sizing: border-box;
        cursor: pointer;
        transition: all .3s;
        width: 55px;
        height: 55px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 1.05rem;
        border: none;
        padding: 5px;
    }
    .adshare_dm_search > input[type="button"]:hover{
        background-color: #03a9f4;
    }
    .adshare_dm_sortBtn{
        min-width: 65px;
        text-align: center;
        font-size: 1.25rem;
        font-weight: normal;
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        border: 1px solid #4ecd00;
        background-color: #4ecd00;
        transition: all .3s;
        margin-left: 1%;
    }
    .adshare_dm_sortBtn:hover{
        background-color: #f57d31;
        border: 1px solid #f57d31;
    }
/* 關鍵字 */

    .adshare_dm_keyword{
        width: 95%;
        margin: 0 auto 40px;
    }
    .adshare_dm_keyword ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .adshare_dm_keyword ul li{ display: inline-block; }
    .adshare_dm_keyword ul li a{
        display: inline-block;
        padding: 10px 15px;
        background: #fff;
        margin: 5px;
        border-radius: 8px;
        box-sizing: border-box;
        color: #000000;
        background: #EFEFEF;
        transition: all .3s;
        font-size: 1rem;
        border: 1px solid #d3d3d3;
        border-bottom: 4px solid #c4c4c4;
        white-space: nowrap;
    }
    .adshare_dm_keyword.adshare_dm_keywordf ul li a{
        background: #D1E9E9;
        border: 1px solid #8fcdcd;
        border-bottom: 4px solid #8fcdcd;
    }
    .adshare_dm_keyword ul li a:hover{
        background: #FFC107;
        color: #666666;
    } 
