@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://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');

/* 以下是swiper-4.5.0 css */
@import url(/view/js/swiper-4.5.0/dist/css/swiper.min.css);

.cloud_store_dm_subscription_main{
    min-height: 1000px;
    position: relative;
    background: #ffe2da;
    background: -moz-linear-gradient(top, #ffe2da 0%, #ffffff 50%);
    background: -webkit-linear-gradient(top, #ffe2da 0%,#ffffff 50%);
    background: linear-gradient(to bottom, #ffe2da 0%,#ffffff 50%);
    overflow: hidden;
}
.cloud_store_dm_subscription_title{
    width: 95%;
    margin: 40px auto;
    text-align: center;
    color: #795548;
    position: relative;
}
.cloud_store_dm_subscription_title span{display: block;}
.cloud_store_dm_subscription_title:before, .cloud_store_dm_subscription_title:after{
    content: "";
    display: block;
    left: 50%;
    background-color: #999;
    position: absolute;
    height: 2px;
    bottom: -10px;
    width: 30px;
    transform: translateX(-50%);
}
.cloud_store_dm_subscription_title:after{
    bottom: -15px;
    width: 20px;
    opacity: .5;
}

    /* 訂閱 */
        
        .cloud_store_dm_subscriptionBox{
            width: 95%;
            max-width: 500px;
            margin: 0 auto;
            padding: 10px;
            box-sizing: border-box;
            position: relative;
        }
        .cloud_store_dm_subscriptionBox > input{
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 0;
            display: block;
            width: 100%;
            margin: 10px auto;
            background-color: #FFF;
            border: 1px solid #CCC;
            padding: 0.5rem;
            box-sizing: border-box;
            font-size: 1rem;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            transition: all .3s;
        }
        .cloud_store_dm_subscriptionBoxBtn{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .cloud_store_dm_subscriptionBoxBtn > a{
            width: calc( 90% / 3 );
            display: inline-block;
            padding: 5px;
            box-sizing: border-box;
            cursor: pointer;
            color: #fff;
            background-color: #F44336;
            border-radius: 10px;
            margin: 5px calc( 10% / 6 );
            transition: all .3s;
        }
        .cloud_store_dm_subscriptionBoxBtn > a:nth-child(2){
            background-color: #888;
        }
        .cloud_store_dm_subscriptionBoxBtn > a:nth-child(3){
            background-color: #8bc34a;
        }
        .cloud_store_dm_subscriptionBoxBtn > a:hover{
            background-color: #ffc107;
        }
        .cloud_store_dm_subscription_cross{
            position: absolute;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            right: 0;
            top: -30px;
            background-color: #F44336;
            border: 2px solid #F44336;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            transition: all .3s;
        }
        .cloud_store_dm_subscription_cross:hover{
            background-color: #fff;
            color: #F44336;
        }
.cloud_store_dm_subscriptionNumber{ text-align: center; }
.cloud_store_dm_subscriptionQR{
    text-align: center;
    width: 90%;
    max-width: 250px;
    margin: 20px auto;
}
.cloud_store_dm_subscriptionQR > img{
    vertical-align: top;
    width: 100%;
}
.cloud_store_dm_subscriptionQR_input_downlond{
    display: block;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    padding: 10px;
    border: navajowhite;
    background-color: #ffa829;
    border-bottom: 3px solid #865b1b;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s;
}
.cloud_store_dm_subscriptionQR_input_downlond:hover{
    position: relative;
    top: 2px;
    border-bottom: 3px solid rgba(0, 0, 0, .8);
    background-color: #FFF;
    color: #3393FA;
}
.cloud_store_dm_subscription_TxT{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
}
.cloud_store_dm_subscription_TxT p{
    margin-bottom: 5px;
    text-align: justify;
}
@media all and (min-width: 1500px){ 
    .cloud_store_dmBox{
        width: calc(90% / 7);
        margin: 20px calc(10% / 14);
    }
    .cloud_store_dm_img{
        height: 18vw;
    }
}
@media all and (max-width: 1226px){
    .cloud_store_dmBox{
        width: 22.5%;
        margin: 20px 1.25%;
    }
    .cloud_store_dm_img{
        height: 30vw;
    }
}
@media all and (max-width: 1020px){
    .cloud_store_dm_filterbox{}

    .cloud_store_dm_search{
        width: 100%;
        margin-bottom: 10px;
    }
    .cloud_store_dm_apply{
        top: 40%;
    }

}
@media all and (max-width: 925px){
    .cloud_store_dmBox{
        width: calc(89.5% / 3);
        margin: 20px 1.75%;
    }
    .cloud_store_dm_img{
        height: 35vw;
    }
    .cloud_coupon_dm_keyword{
        overflow-x: auto;
    }
    .cloud_coupon_dm_keyword ul{
        flex-direction: column;
        height: 120px;
    }
}
@media all and (max-width: 613px){
    .cloud_store_dmBox{
        width: 45%;
        margin: 20px 2.5%;
    }
    .cloud_store_dm_img{
        height: 60vw;
    }
    .cloud_store_dm_filterbox{ width: 80%; }
    .cloud_store_dm_searchTop > ul{ width: 100%; }
    .cloud_store_dm_datesearch{
        max-width: 100%;
        flex-wrap: wrap;
        margin: 5px 0;
        padding: 0;
    }
    .cloud_store_dm_datesearch > p{ display: none; }
    .cloud_store_dm_datesearch input[type="text"]{
        padding: 5px 0;
    }
    .cloud_store_dm_datesearch input[type="text"]:first-child{
        border-bottom: 2px dashed #ddd;
    }
    .cloud_store_dm_search{
        flex-wrap: wrap;
        justify-content: center;
    }
    .cloud_store_dm_search > input[type="text"]{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .cloud_store_dm_sortBtn{
        min-width: 49%;
    }
    .cloud_store_dm_search > input[type="button"]{
        width: 50%;
        max-width: 50%;
    }
    .multi-range-slider_box, input[type=range]{width: 100%;}
    .multi-text{
        width: 100%;
        margin-left: 0;
    }
}
@media all and (max-width: 480px){
    .cloud_store_dmBox_tag ul li{
        font-size: 0.8em;
    }
    .cloud_store_dm_apply li a, .cloud_store_dm_subscription > a{
        width: 50px;
        height: 50px;
        font-size: 1rem;
        padding: 5px;
        opacity: 1;
    }

    .cloud_store_dm_subscriptionQR{
        max-width: 200px;
    }

}
