@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/peggy/fonticons/css/style.css');
@import url('https://fonts.googleapis.com/icon?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 animate 的 js */
@import url('/webeip/HT00100/Peggy/js/wow.js');

/* 以下是 slick-1.8.1 的相關 CSS */
@import url('/webeip/HT00100/becky/slick-1.8.1/slick/slick.css');
/* Add the new slick-theme.css if you want the default styling */
@import url('/webeip/HT00100/becky/slick-1.8.1/slick/slick-theme.css');

/* 以下是swiper-4.5.0 css */
@import url(/webeip/HT00100/Peggy/swiper-4.5.0/css/swiper.min.css);

/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');
.carousel13{
    position: relative;
    width: 100%;
}
/* 大圖輪播器 carousel10 */
	.carousel10_main{
		position: relative;
		width: 100%;
	}
	.carousel10_main .carousel10{ margin-bottom: -5px; }
	.carousel10_a{
		display: block;
	    width: 100%;
	}
	.carousel10_img{
		display: block;
		vertical-align: top;
	    width: 100%;
	    height: 0;
	    padding-bottom: 35vw;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	/* 圖片說明 */
	.carousel10 .slick-slide a{
		position: relative;
    	display: inline-block;
	}
	.carousel10 .slick-slide a span{
		position: absolute;
	    display: block;
	    width: 100%;
	    top: 50%;
	    padding: 30px 0;
	    box-sizing: border-box;
	    transition: all 1s;
	    text-align: right;
	}
	.carousel10_txt > i{
		display: block;
		width: 100%;
		font-style: normal;
	    padding: 0 20px 10px;
	    box-sizing: border-box;
	    color: #fff;
	}
	.carousel10 .slick-slide a span .carousel10_title{
		right: -100%;
		transition: all 1s;
	}
	.carousel10 .slick-slide a span .carousel10_detail{
		right: -100%;
		transition: all 1.5s;
	}
	.carousel10_txt > .carousel10_title{ font-size: 2.25rem; position: relative; text-shadow: black 0em 0em 0.1em;}
	.carousel10_txt > .carousel10_detail{ font-size: 1.25rem; position: relative; text-shadow: black 0em 0em 0.1em;}
	.carousel10 .slick-active a span .carousel10_title,
	.carousel10 .slick-active a span .carousel10_detail{ right: 0; }


	/* 箭頭 */
	.carousel10 .slick-prev, .carousel10 .slick-next{
		width: 40px;
    	height: 50px;
    	transition: all .3s linear;
	}
	.carousel10 .slick-next, .carousel10 .slick-next:hover, .carousel10 .slick-next:focus{
		background: url(/webeip/HT00100/Peggy/carousel10/img/arrow-right-w.svg);
		background-repeat: no-repeat;
		background-size: contain;
		right: 5px;
		background-color: rgba(0,0,0,.3);

	}
	.carousel10 .slick-prev, .carousel10 .slick-prev:hover, .carousel10 .slick-prev:focus{
		background: url(/webeip/HT00100/Peggy/carousel10/img/arrow-left-w.svg);
		background-repeat: no-repeat;
    	background-size: contain;
		left: 5px;
		z-index: 99;
		background-color: rgba(0,0,0,.3);
	}
	.carousel10 .slick-next:before{
		content: '';

	}
	.carousel10 .slick-prev:before{ display: none; }
	/* 下方點點 */
	.carousel10 .slick-dots{
		display: flex;
		bottom: 15px;
		width: auto;
		left: 10px;
		z-index: 1;
	}
	.carousel10 .slick-dots li{
		width: 15px;
		height: 15px;
	}
	.carousel10 .slick-dots li button{
		height: 0; 
		padding: 0;
	}
	.carousel10 .slick-dots li button:before{
		content: '';
		background-color: #000000;
		width: 15px;
		height: 15px;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		transition: all .3s;
		opacity: .5;
		border-radius: 50%;
	}
	.carousel10 .slick-dots li.slick-active button:before{
		opacity: 1;
	}
	/* 下滑按鍵 */
	.sliderdownbtn{
		position: absolute;
		bottom: 0;
		right: 0;
		cursor: pointer;
		border-radius: 50%;
		width: 30px;
		height: 100px;
		text-align: center;
		z-index: 1;
	}
	.sliderdownbtn_arrow{
		width: 5px;
		height: 70%;
		background-color: rgba(255,255,255,.8);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.sliderdownbtn_arrow:after{
		position: absolute;
		content: '';
		width: 5px;
		height: 20px;
		background-color: rgba(255,255,255,.8);
		transform: rotate(-45deg);
		bottom: -5px;
		right: 6px;
	}
    /* 大圖蒐尋器 */
        .carousel13_search{
            position: absolute;
            width: 90%;
            max-width: 500px;
            margin: 0 auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 999;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .carousel13_search > input{
            width: 100%;
            padding: 10px 30px 10px 20px;
            box-sizing: border-box;
            border: none;
            border-radius: 10px;
            font-size: 1.05rem;
            background-color: rgb(255 255 255 / 80%);
        }
        .carousel13_search > a{
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0, -50%);
        }
        .carousel13_search > a span{
            display: inline-block;
            color: #000;
            font-size: 1.25rem;
        }
.cloud_store_dm_title{
    width: 95%;
    margin: 40px auto;
    text-align: center;
    color: #795548;
}
.cloud_store_dm_title span{display: block;}
/* LINE 分享好友 */
    .cloud_store_dm_btnLineS{
        position: fixed;
        z-index: 99;
        bottom: 100px;
        left: 5px;
        opacity: .9;
        width: 30px;
        flex-wrap: wrap;
        margin-bottom: 0;
        letter-spacing: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #4ecd00;
        color: #ffffff;
        box-sizing: border-box;
        padding: 10px;
        border-radius: 10px;
    }
/* 搜尋器、篩選器 */
    .cloud_store_dm_filterbox{
        width: 70%;
        max-width: 1000px;
        margin: 0 auto 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        box-sizing: border-box;
        position: relative;
    }
    /* 地區、日期 */
        .cloud_store_dm_searchTop{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        .cloud_store_dm_searchTop > ul{
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
        }
        .cloud_store_dm_searchTop > ul li{
            display: inline-block;
        }
        .cloud_store_dm_searchTop > ul li a{
            display: inline-block;
            padding: 5px;
            box-sizing: border-box;
            font-size: 1.15rem;
            background-color: #00bcd4;
            border-radius: 5px;
            cursor: pointer;
            transition: all .3s;
            color: #ffffff;
            box-sizing: border-box;
            margin: 5px;
        }
        .cloud_store_dm_searchTop > ul li a:hover{
            background-color: #FF7F27;
        }
        .cloud_store_dm_datesearch{
            width: 100%;
            max-width: 300px;
            border-radius: 2px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 5px;
            box-sizing: border-box;
            font-size: 1rem;
            background-color: #fff;
            border-radius: 5px;
            border-bottom: 2px dashed #ddd;
        }
        .cloud_store_dm_datesearch input[type="text"]{
            border: 0;
            width: 100%;
            border-radius: 0;
            background-color: transparent;
            box-sizing: border-box;
            font-size: 1.15rem;
            transition: all .3s;
            text-align: center;
        }

    /* 搜尋器 */
        .cloud_store_dm_search{
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: stretch;
            box-sizing: border-box;
        }
        .cloud_store_dm_search > input{
            border: none;
            background: none;
            padding: 10px;
            box-sizing: border-box;
            font-size: 1.25rem;
            color: #795548;
        }

        /*webkit瀏覽器專用*/
        .cloud_store_dm_search ::-webkit-input-placeholder { color: #795548; }
        /*Firefox 4-18瀏覽器專用*/
        .cloud_store_dm_search input::-moz-placeholder { color: #795548; }
        /*Firefox 19+瀏覽器專用*/
        .cloud_store_dm_search input::-moz-placeholder{color: #795548;}
        /*IE10瀏覽器專用*/
        .cloud_store_dm_search:-ms-input-placeholder{color: #fff;}

        .cloud_store_dm_search > input[type="text"]{
            width: 99%;
            margin-right: 1%;
            border: 1px solid #795548;
            box-sizing: border-box;
        }
        .cloud_store_dm_search > input[type="button"]{
            border: 1px solid #795548;
            background-color: #795548;
            box-sizing: border-box;
            cursor: pointer;
            transition: all .3s;
            max-width: 100px;
            text-align: center;
            color: #fff;
        }
        .cloud_store_dm_search > input[type="button"]:hover{
            background-color: transparent;
            color: #795548;
        }
        .cloud_store_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%;
        }
        .cloud_store_dm_sortBtn:hover{
            background-color: #f57d31;
            border: 1px solid #f57d31;
        }

    /* 價格區間 */
        .middle {
            position: relative;
            width: 100%;
            margin-top: 10px;
        }
        
        .slider {
            position: relative;
            z-index: 1;
            height: 10px;
            margin: 0 15px;
        }
        .slider > .track {
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 5px;
            background-color: #cecece;
        }
        .slider > .range {
            position: absolute;
            z-index: 2;
            left: 25%;
            right: 25%;
            top: 0;
            bottom: 0;
            border-radius: 5px;
            background-color: #f57d31;
        }
        .slider > .thumb {
            position: absolute;
            z-index: 3;
            width: 20px;
            height: 20px;
            background-color: #f57d31;
            border-radius: 50%;
            box-shadow: 0 0 0 0 rgba(245,125,49,.1);
            transition: box-shadow .3s ease-in-out;
        }
        .slider > .thumb.left {
            left: 25%;
            transform: translate(-15px, -5px);
        }
        .slider > .thumb.right {
            right: 25%;
            transform: translate(15px, -5px);
        }
        .slider > .thumb.hover {
            box-shadow: 0 0 0 20px rgba(245,125,49,.1);
        }
        .slider > .thumb.active {
            box-shadow: 0 0 0 20px rgba(245,125,49,.2);
        }

        input[type=range] {
            position: absolute;
            pointer-events: none;
            -webkit-appearance: none;
            z-index: 2;
            height: 10px;
            width: 50%;
            opacity: 0;
        }
        input[type=range]::-webkit-slider-thumb {
            pointer-events: all;
            width: 30px;
            height: 30px;
            border-radius: 0;
            border: 0 none;
            background-color: red;
            -webkit-appearance: none;
        }
        .multi-range-slider{
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
        }
        .multi-range-slider_box{
            width: 50%;
        }
        .multi-text{
            width: 48%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin: 10px 0 10px 2%;
        }
        .multi-text-min,
        .multi-text-max{ width: 45%; position: relative;}

        .multi-text-min i,
        .multi-text-max i{
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translate(0, -50%);
            font-size: 0.9rem;
            font-style: normal;
        }

        .multi-text-min > input[type="text"],
        .multi-text-max > input[type="text"]{
            border: 1px solid transparent;
            border-bottom: 1px solid #795548;
            width: 100%;
            border-radius: 0;
            background-color: transparent;
            box-sizing: border-box;
            font-size: 1.15rem;
            transition: all .3s;
            padding-left: 35px;
        }

        .multi-text-line{
            margin: 0 5%;
        }
/* 地區 */
    .cloud_store_dm_area_main{
        position: fixed;
        z-index: 999;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        right: -100%;
        top: 0;
    }
    .cloud_store_dm_area_cube{
        width: 100%;
        position: absolute;
        height: calc( 100% - 47px);
        overflow-x: auto;
    }
    .cloud_store_dm_sortCross{
        position: absolute;
        bottom: 10px;
        display: block;
        left: 50%;
        width: 90%;
        transform: translate(-50%, 0);
        /* margin: 0 auto; */
        background: #F44336;
        color: #fff;
        font-size: 1.25rem;
        text-align: center;
        letter-spacing: 5px;
        padding: 5px 5px 5px 10px;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: 10px;
    }
    .cloud_store_dm_area{
        width: 95%;
        max-width: 1200px;
        margin: 20px auto 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        box-sizing: border-box;
        position: relative;
        border-radius: 10px;
        position: relative;
        z-index: 999;
        padding: 20px 10px;
    }
    .cloud_store_dm_areaBox{
        width: 48%;
        margin: 5px 1%;
        position: relative;
    }
    .cloud_store_dm_areaBox > a{
        display: inline-block;
        padding: 5px;
        box-sizing: border-box;
        font-size: 1.15rem;
        background-color: #ececec;
        border-radius: 5px;
        cursor: pointer;
        transition: all .3s;
        width: 100%;
        text-align: center;
    }
    .cloud_store_dm_areaBox > a:hover{
        background-color: rgba(244,67,54,.8);
        color: #fff;
    }
    .cloud_store_dm_areaBox_sub{
        display: none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        width: 150px;
        top: 120%;
        border-radius: 5px;
        z-index: 999;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .cloud_store_dm_areaBox_sub ul li a{
        display: block;
        padding: 10px 5px;
        text-align: center;
        border-bottom: 1px solid #d7d7d7;
        cursor: pointer;
        transition: all .3s;
        box-sizing: border-box;
    }
    .cloud_store_dm_areaBox_sub ul li a:hover{
        background-color: rgba(244,67,54,.8);
        color: #fff;
    }
/* dm篩選 */
    .cloud_store_dm_select{
        width: 95%;
        margin: 20px auto -15px;
        padding: 20px 50px 0 10px;
        box-sizing: border-box;
        text-align: right;
        background-color: #a0b4de;
        border-radius: 10px 10px 0 0;
    }
    .cloud_store_dm_select > ul{
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .cloud_store_dm_select > ul li{
        display: inline-block;
    }
    .cloud_store_dm_select > ul li a{
        display: inline-block;
        padding: 5px;
        box-sizing: border-box;
        font-size: 1.15rem;
        color: #9C27B0;
        border: 1px solid #9C27B0;
        border-radius: 5px;
        cursor: pointer;
        transition: all .3s;
        background-color: #ffffff;
        margin: 5px;
    }
    .cloud_store_dm_select > ul li a:hover{
        color: #fff;
        background-color: #9C27B0;
    }
    .cloud_store_dm_select > ul li:first-child a.titleclick{
        background-color: #FFC107;
        border: 1px solid #FFC107;
        color: #fff;
    }
    .cloud_store_dm_select > ul li:nth-child(2) a.titleclick{
        background-color: #ff5722;
        border: 1px solid #ff5722;
        color: #fff;
    }
    .cloud_store_dm_select > ul li:nth-child(3) a.titleclick{
        background-color: #f75089;
        border: 1px solid #f75089;
        color: #fff;
    }

    .cloud_store_dm_select > ul li .cloud_store_dm_select_lineBtn{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #06c655;
        border: 1px solid #06c655;
        color: #fff;
    }
    .cloud_store_dm_select > ul li .cloud_store_dm_select_lineBtn img{
        width: 25px;
        vertical-align: top;
    }
    .cloud_store_dm_select > ul li .cloud_store_dm_select_lineBtn:hover{
        background-color: #06c655;
        border: 1px solid #06c655;
        color: #fff;
    }
/* 關鍵字 */
    .cloud_coupon_dm_keyword{
        width: 95%;
        max-width: 1200px;
        margin: 20px auto;
        overflow-x: auto;
    }
    .cloud_coupon_dm_keyword ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        height: 120px;
    }
    .cloud_coupon_dm_keyword ul li{ display: inline-block; }
    .cloud_coupon_dm_keyword ul li a{
        display: inline-block;
        padding: 10px 15px;
        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;
    }
    .cloud_coupon_dm_keyword.cloud_coupon_dm_keywordf  ul li a{
        background: #D1E9E9;
        border: 1px solid #8fcdcd;
        border-bottom: 4px solid #8fcdcd;
    }
    .cloud_coupon_dm_keyword ul li a:hover{
        background: #FFC107;
        color: #666666;
    } 
/* dm */
    .cloud_store_dm_Box{
        width: 95%;
        margin: 20px auto 0;
        padding: 20px 10px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 10px;
        z-index: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        overflow: hidden;
    }
     /* 活動標籤 */
    .cloud_store_dmBox_tag{
        position: absolute;
        top: -10px;
        left: 10px;
        z-index: 1;
    }
    .cloud_store_dmBox_tag ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .cloud_store_dmBox_tag ul li{
        display: inline-block;
        max-width: 120px;
        padding: 5px;
        box-sizing: border-box;
        font-weight: bold;
        z-index: 1;
        text-align: center;
        position: relative;
        margin-right: 10px;
        color: #fff;
        font-size: 0.95rem;
    }

    .cloud_store_dmBox_tag ul li:before{
        position: absolute;
        content: '';
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #888888 transparent;
        left: -10px;
    }
    .cloud_store_dmBox_tag ul li:first-child{
        background-color: #ff9800;
    }
    .cloud_store_dmBox_tag ul li:nth-child(2){
        background-color: #00bcd4;
    }


    /* 內容 */
    .cloud_store_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;
    }
    .cloud_store_dm_content{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .cloud_store_dm_img{
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 20vw;
        -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;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        position: relative;
    }
    .cloud_store_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);
    }
    .cloud_store_dm_content:hover .cloud_store_dm_imgHover{ transform: scale(1); }
    .cloud_store_dm_number{
        position: absolute;
        right: 5px;
        bottom: 5px;
        padding: 5px 5px 5px 8px;
        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.9rem;
        color: #fff;
    }
    .cloud_store_dm_content > h2{
        width: 100%;
        color: #333;
        box-sizing: border-box;
        background-color: #fff;
        padding: 10px;
    }
    .cloud_store_dm_content > 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: 46px;*/
        text-align: left;
    }
    .cloud_store_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;
    }
    /* 按鈕 */
    .cloud_store_dm_btnBox{
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cloud_store_dm_btnBox a{
        width: 150px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 10px 20px;
        transition: all 0.5s;
        position: relative;
        letter-spacing: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: center;
        margin: 0 5px
    }
    .cloud_store_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);
    }
    .cloud_store_dm_btnBox a:hover:after{
        opacity: 1;
        transform: scale(1,1);
    }
    .cloud_store_dm_btn{
        background-color: #e98a60;
    }
    .cloud_store_dm_btnBell{
        background-color: #ff76a5;
    }

    .cloud_store_dm_btnLine{
        background-color: #06c655;
    }
    .cloud_store_dm_btnLine img{
        width: 20px;
        vertical-align: top;
        margin-right: 5px;
    }
/* 輪播DM */
    .cloud_store_dm_selectMain{
        width: 95%;
        margin: 0 auto;
        position: relative;
        background-image: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
        border-radius: 0 0 10px 10px;
    }
    .cloud_store_dm_selectCube{
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .cloud_store_dm_selectBox{
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
    }
   .cloud_store_dm_selectBox a{ cursor: pointer; }
   .cloud_store_dm_selectCube_Btn{
        display: inline-block;
        padding: 5px;
        box-sizing: border-box;
        font-size: 1.15rem;
        background-color: #4ecd00;
        border-radius: 5px;
        cursor: pointer;
        transition: all .3s;
        color: #ffffff;
        box-sizing: border-box;
        position: absolute;
        top: -67px;
        right: 230px;
        margin: 5px;
   }
  .cloud_store_dm_selectCubeA .cloud_store_dm_selectCube_Btn{
        background-color: #FFC107;
        border: 1px solid #FFC107;
  }
  .cloud_store_dm_selectCubeB .cloud_store_dm_selectCube_Btn{
        background-color: #ff5722;
        border: 1px solid #ff5722;
  }
  .cloud_store_dm_selectCubeC .cloud_store_dm_selectCube_Btn{
        background-color: #f75089;
        border: 1px solid #f75089;
  }
.bodytitle{
	text-align: center;
	font-size: 4rem;
	letter-spacing: 15px;
	padding-left: 15px;
	margin-top: 50px;
	color: #707070;
	font-weight: normal;
	position: relative;
}
.bodytitle > span{
	display: inline-block;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 64px;
	color: #ff9c0b;
}
/* 圖像廣告連結 */
	.imgadlink_main{
		width: 100%;
		max-width: 1200px;
		margin: 100px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.imgadlink_group{
		width: calc( 94% / 3);
		margin: 0 1%;
		box-sizing: border-box;
		transition: all .2s;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.adimg{ width: 100%; }

	.adimg a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.adimg a img{
		vertical-align: top;
		width: 100%;
		position: relative;
		-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: 50px;
	}
	.adimg a:hover img{
		-moz-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    transform: scale(1.05);
	    opacity: .7;
	}
	.adimg > iframe{
		width: 100%;
		height: 15vw;
		border-radius: 50px;
	}
	.adimg .adiframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.adtxt{
		width: 100%;
		margin-top: 10px;
	}	
	.adtxt > a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 100%;
		color: #000;
		font-size: 1.5rem;
		letter-spacing: 1px;
		padding-left: 1px;
		box-sizing: border-box;
		font-weight: bold;
	}
	.adexplain{
		display: block;
		width: 100%;
		text-align: left;
		padding: 0.5rem 0.25rem;
		box-sizing: border-box;
		font-size: 1.05rem;
		color: #000;
		line-height: 25px;
		font-weight: bold;
	}

/* 圖示團體旅遊 */
	.travelteam_main{
		width: 100%;
		max-width: 1200px;
		margin: 100px auto;
		min-height: 200px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.travelteam{
		width: calc(90% / 4);
		margin: 10px calc(10% / 8);
		box-sizing: border-box;
		transition: all .3s;
		position: relative;
		top: 0;
	}
	.travelteam:hover{
		top: 5px;
	}

	.travelteam_img{
		width: 100%;
		display: block;
		position: relative;
		padding: 5px;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow: 0 0 5px rgb(0 0 0 / 50%);
		margin-bottom: 5px;
	}
	/*.travelteam_img_img{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 12vw;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}*/
	.travelteam_img_img{
		width: 100%;
		vertical-align: top;
	}
	.travelteam_img_noimg{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 12vw;
		background-color: #DDD;
	}
	.travelteam_img_noimg > span{
		font-size: 3rem;
		color: #FFF;
	}
	.travelteam_content{
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
		background-color: #fff;
		position: relative;
	}
	.travelteam_title{
		width: 100%;
		padding: 0 0;
		text-align: left;
		box-sizing: border-box;
		font-size: 1.25rem;
		min-height: 40px;
		color: #111;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		font-weight: bolder;
	}
	.travelteam_price{
		font-size: 1.25rem;
		color: #ffffff;
		text-align: right;
		box-sizing: border-box;
		position: absolute;
		top: -32px;
			right: 0;
		background-color: rgb(244 67 54 / 80%);
		padding: 0 10px;
	}
	.travelteam_desc{
		width: 100%;
		min-height: 100px;
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 0 0.5rem;
		box-sizing: border-box;
		color: #888;
		text-align: justify;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	
/* 商品上架 */
	.hotproduct_content{
		width: 100%;
		max-width: 1200px;
		margin: 100px auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.hotproduct_content .product{
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    max-width: 280px;
	    margin: 10px;
	    border: 1px solid #DDD;
	    box-sizing: border-box;
	    transition: all .3s;
	}
	.hotproduct_content .product:hover{ border: 1px solid #BBB; }

	.hotproduct_content .product .product_box{
		position: relative;
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    max-width: 100%;
	}

	.hotproduct_content .product_detail{
		position: relative;
    	overflow: hidden;
    	cursor: pointer;
	}
	.hotproduct_content .product_img{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
	.hotproduct_content .product_img > img{
		vertical-align: top;
		max-width: 100%;
	}
	.product_detail > span{
		position: absolute;
		width: 20%;
		height: 100%;
		top: 0;
		right: -100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.75rem;
		color: #fff;
		transition: all .5s;
		background-color: rgba(0,0,0,.5);
		letter-spacing: 10px;
		padding-top: 10px;
		box-sizing: border-box;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		font-family: 'Lora', serif;
	}
	.hotproduct_content .product_detail:hover > span{
		right: 0;
	}
	.hotproduct_content .product_tags{
		position: absolute;
		display: block;
		width: 100%;
		margin: 0 auto;
    	bottom: 10px;
		height: 22px;
		overflow-y: hidden;
		display: none;
	}
	.hotproduct_content .product_tags > a{
		display: inline-block;
		background-color: rgba(24,102,220,0.9);
		color: #FFF;
		padding: 0.1rem 0.15rem;
		box-sizing: border-box;
		border-radius: 2px;
		font-size: 0.7rem;
		margin: 0.1rem;
	}
	.hotproduct_content .product_address{
		width: 100%;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 0.8rem;
		color: #6A9E79;

		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.hotproduct_content .product_city{
		display: inline-block;
		font-size: 0.7rem;
		margin: 0 5px 0 0;
		background-color: #7092BE;
		color: #FFF;
		padding: 0.1rem 0.25rem;
		box-sizing: border-box;
		border-radius: 2.5px;
	}
	.hotproduct_content .product_title{
		width: 100%;
	    padding: 0 1rem;
	    margin: 0.25rem 0;
	    box-sizing: border-box;
	    font-size: 1rem;
	    font-weight: bold;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    white-space: normal;
	    min-height: 40px;
	}
	.hotproduct_content .product_title a{ color: #000; transition: all .5s;}
	.hotproduct_content .product_title a:hover{ color: #71a4ab; }
	.hotproduct_content .product_description{
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		min-height: 40px;
	}
	.hotproduct_content .product_price{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}

	.hotproduct_content .product_marketprice{
		display: block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 0.8rem;
		text-decoration:line-through;
		color: #888;
	}
	.hotproduct_content .product_saleprice{
		display: block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 1.1rem;
		font-weight: bold;
		color: #B93737;
	}
	.hotproduct_content .product_buynow{
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.5rem 0.25rem;
		box-sizing: border-box;
		font-size: 1.1rem;
		background-color: #ff796f;
		color: #FFF;
		position: relative;
	}
	.hotproduct_content .product_buynow span{
		z-index: 2;
	    display: block;
	    position: relative;
	}
	.hotproduct_content .product_buynow:before{
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 0%;
	    height: 100%;
	    z-index: 1;
	    opacity: 0;
	    background-color: rgba(0,0,0,0.5);
	    transition: all 0.3s;
	}
	.hotproduct_content .product_buynow:hover:before{
		opacity: 1;
    	width: 100%;
	}
/* 圖示站內 */
	.ShowImgUrlLink_main2{
		width: 100%;
		max-width: 1200px;
		margin: 100px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.ShowImgUrlLink_box2{
		width: calc(90% / 4);
		margin: 10px calc(10% / 8);
		box-sizing: border-box;
		transition: all .3s;
		position: relative;
		top: 0;
	}
	.ShowImgUrlLink_box2:hover{
		top: 5px;
	}

	.ShowImgUrlLink_img2{
		width: 100%;
		display: block;
		position: relative;
	}
	.ShowImgUrlLink_img_img2{
		display: block;
		position: relative;
		padding: 5px;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	}
	.ShowImgUrlLink_img_img2 img{
		width: 100%;
		vertical-align: top;
	}
	.ShowImgUrlLink_img_noimg2{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 12vw;
		background-color: #DDD;
	}
	.ShowImgUrlLink_img_noimg2 > span{
		font-size: 3rem;
		color: #FFF;
	}
	.ShowImgUrlLink_title2{
		width: 100%;
		padding: 0 0;
		text-align: left;
		box-sizing: border-box;
		font-size: 1.25rem;
		min-height: 40px;
		color: #111;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		font-weight: bolder;
	}
	.ShowImgUrlLink_date > span{
		display: inline-block;
		letter-spacing: 2px;
		color: #888;
		font-size: 0.9rem;
		border: 1px solid #888;
		padding: 0 5px 0 7px;
		box-sizing: border-box;
		margin-top: 15px;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 5px;
	}
/* 最新消息 */
	.news_main{
		width: 100%;
		padding: 80px 0;
		box-sizing: border-box;
	}
	.news_main > h2{
		text-align: center;
		font-size: 3rem;
		letter-spacing: 10px;
		padding-left: 10px;
		box-sizing: border-box;
		color: #333;
	}
	.news_box{
		width: 95%;
		max-width: 1250px;
		margin: 50px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.news_body{
		width: 100%;
		max-width: 1200px;
		margin: 100px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	.news_body > a{
		width: 45%;
		margin: 20px 2.5%;
		padding: 20px;
		box-sizing: border-box;
		min-height: 100px;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		border-radius: 10px;
		position: relative;
		transition: all .3s;
	}
	.news_bodyDate{
		position: absolute;
		left: -20px;
		top: -20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 10px 15px;
		box-sizing: border-box;
		background-color: #333;
		color: #fff;
		border-radius: 5px;
	}
	.news_bodyDate:before{
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		right: -5px;
		bottom: -5px;
		background-color: #b9b9b9;
		z-index: -1;
		border-radius: 5px;
	}
	.news_bodyDate span{
		display: inline-block;
		font-family: 'Playball', cursive;
	}
	.news_body_dateDay{
		font-size: 1.5rem;
		margin-bottom: -5px;
		letter-spacing: 2px;
		padding-left: 2px;
		box-sizing: border-box;
	}
	.news_body_dateMonth{
		font-size: 1.5rem;
		letter-spacing: 2px;
		padding-left: 2px;
		box-sizing: border-box;
	}

	.news_bodytitle{
		padding-top: 10px;
		color: #000;
		font-size: 1.15rem;
		box-sizing: border-box;
		border-radius: 5px;
		transition: all .3s;
	}
	.news_body > a:hover{
		bottom: 5px;
	}
	.news_body > a:hover .news_bodytitle{
		letter-spacing: 5px;
		padding-left: 5px;
	}

/* 廣告連結 */
	.link_box{
		width: 100%;
		max-width: 1200px;
		margin: 100px auto;
	}
	.adlink{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.adlink > a{
		width: 48%;
		margin: 0 1% 10px;
		padding: 5px 5px 5px 10px;
		box-sizing: border-box;
		text-align: center;
		color: #000;
		background-color: #f6f6f6;
		letter-spacing: 5px;
		font-size: 1.15rem;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		border-bottom: 1px solid #9f9f9f;
		transition: all .3s;
	}
	.adlink > a:hover{
		font-weight: bold;
		letter-spacing: 2px;
	}