<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: MyriadPro;
    src: url(../font/MyriadPro-Regular.otf);
    font-weight: 400
}

@font-face {
    font-family: MyriadPro;
    src: url(../font/MyriadPro-Light.otf);
    font-weight: 100
}

#overview #sectionOverview #blueCave img,
#overview #old-sectionOverview #blueCave img {
	max-width: 100%;
}

#blueCave2 * {
    font-family: 'MyriadPro', '微軟正黑體', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 100;
    list-style-type: none;
    box-sizing: border-box;
    color: #5A5A5A;
    letter-spacing: 1px
}

#blueCave2 h1,
#blueCave2 h2,
#blueCave2 h3,
#blueCave2 h4,
#blueCave2 h5,
#blueCave2 h6,
#blueCave2 p,
#blueCave2 a,
#blueCave2 li,
#blueCave2 b,
#blueCave2 small {
    margin: 0;
    padding: 0;
    line-height: normal;
}

#blueCave2 img {
    max-width: 100%
}

#blueCave2 a {
    text-decoration: none;
    cursor: pointer;
}

#blueCave2 h2 {
    font-size: 42px;
    color: #04C7C9 !important;
    text-align: center;
    font-weight: 100;
    margin-bottom: 50px
}

#blueCave2 h6 {
    font-size: 21px;
    color: #04C7C9
}

#blueCave2 section {
    padding: 50px 0px
}

#blueCave2 .txt_blue {
    color: #04C7C9 !important;
}

#blueCave2 .txt_black {
    color: black !important;
}

#blueCave2 .container {
    width: 1200px;
    position: relative;
    margin: 0 auto
}


/*main sec*/

#blueCave2 .bg_curve:after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: -20%;
    background: white;
    border-radius: 80%;
    z-index: -1
}

#blueCave2 .more {
	width: 90%;
    max-width: 250px;
    height: 45px;
    border-radius: 30px;
    display: block;
    border: solid 1px #04C7C9;
    color: #04C7C9;
    font-weight: 600;
    padding: 13px 0;
    margin: 40px auto;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease
}

#blueCave2 .more:hover {
    background: none;
    color: white;
    background: #04C7C9;
}

#blueCave2 .get {
    background: url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
    width: 100%;
	padding-top: 17%;
	padding-bottom: 12%;
    text-align: center;
}

#blueCave2 .get .container {
    width: 700px;
}

#blueCave2 .get .container p {
    margin-bottom: 30px;
}

#blueCave2 .get .mobile-on {
    display: none
}

#blueCave2 .get .get_border {
    border-right: 1px solid #aaa;
}

#blueCave2 .get .get_logo {
	padding: 0 10px;
	max-width: 46%;
}

#blueCave2 .switch {
	padding: 0;
	position: relative;
	z-index: 100;
}

#blueCave2 .switch .switch_overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: -1;
	display: none;
}

#blueCave2 .switch .switch_show {
	background-color: #fff;
}

#blueCave2 .switch .item {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    text-align: center;
    height: 140px;
    padding-top: 40px;
	background: url(../img/alexa.jpg) 50%;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3) inset;
    background-size: cover;
    cursor: pointer;
	transition: all .3s ease;
	-webkit-filter: saturate(0%) brightness(0.7); 
	filter: saturate(0%) brightness(0.7);
    -webkit-animation: switchEffects 4s linear 0s infinite;
    -moz-animation: switchEffects 4s linear 0s infinite;
    -ms-animation: switchEffects 4s linear 0s infinite;
    -o-animation: switchEffects 4s linear 0s infinite;
    animation: switchEffects 4s linear 0s infinite;
}

#blueCave2 .switch .item:nth-child(2) {
	-webkit-animation: switchEffects 4s linear 2s infinite;
    -moz-animation: switchEffects 4s linear 2s infinite;
    -ms-animation: switchEffects 4s linear 2s infinite;
    -o-animation: switchEffects 4s linear 2s infinite;
    animation: switchEffects 4s linear 2s infinite;
}

@-webkit-keyframes switchEffects {
    0% {
		opacity: 1;
		-webkit-filter: saturate(100%) brightness(0.7); 
		filter: saturate(100%) brightness(0.7);
	}
	5% {
		opacity: 0.8;
		-webkit-filter: saturate(100%) brightness(1); 
		filter: saturate(100%) brightness(1);
	}
	50% {
		opacity: 0.8;
		-webkit-filter: saturate(100%) brightness(1); 
		filter: saturate(100%) brightness(1);
    }
    /* 40% {
		opacity: 1;
		-webkit-filter: saturate(100%) brightness(0.7); 
		filter: saturate(100%) brightness(0.7);
    } */
    55% {
		opacity: 1;
		-webkit-filter: saturate(100%) brightness(0.7); 
		filter: saturate(100%) brightness(0.7);
    }
}

@keyframes switchEffects {
	0% {
		opacity: 1;
		-webkit-filter: saturate(100%) brightness(0.7); 
		filter: saturate(100%) brightness(0.7);
	}
	5% {
		opacity: 0.8;
		-webkit-filter: saturate(100%) brightness(1); 
		filter: saturate(100%) brightness(1);
    }
	50% {
		opacity: 0.8;
		-webkit-filter: saturate(100%) brightness(1); 
		filter: saturate(100%) brightness(1);
    }
    55% {
		opacity: 1;
		-webkit-filter: saturate(100%) brightness(0.7); 
		filter: saturate(100%) brightness(0.7);
    }
}
#blueCave2 .switch .switch_show:hover .item:nth-child(n) {
	-webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}
#blueCave2 .switch .switch_show .item:nth-child(n):hover {
	/* opacity: 0.6; */
	box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.6) inset;
	-webkit-filter: saturate(100%); 
	filter: saturate(100%);
	-webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

#blueCave2 .switch .item:last-child {
	background: url(../img/iftt.jpg) 50%;
    background-size: cover
}

#blueCave2 .switch h5 {
	font-size: 42px;
    color: white;
    font-weight: 100;
    text-shadow: 2px 2px 0px #000;
}

#blueCave2 .switch .item:hover h5 {
	/* filter: brightness(2); */
	opacity: 1;
}

#blueCave2 .your {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 20px
}

#blueCave2 .your .container {
    width: 1000px;
    margin-bottom: 50px
}

#blueCave2 .talk {
    background: url(../img/Alexa%20tab-1.jpg);
    background-size: cover;
    padding-bottom: 40%
}

#blueCave2 .step {
    text-align: left;
    background: #F1F1F1;
    padding: 0;
    position: relative;
    margin-bottom: 100px;
    direction: rtl
}

#blueCave2 .step img {
    width: 50%;
    display: inline-block;
    vertical-align: middle
}

#blueCave2 .step .word {
    display: inline-block;
    width: 44%;
    margin-left: 5%;
    vertical-align: middle;
    margin-top: 8%;
    direction: ltr
}

#blueCave2 .step .word h2,
#blueCave2 .step .word p {
    text-align: left;
    margin: 0;
    margin-bottom: 20px
}

#blueCave2 .step .word p {
    margin-bottom: 50px
}

#blueCave2 .circle {
    display: inline-block;
    background: #04C7C9;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 3px
}

#blueCave2 .step_txt {
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top
}

#blueCave2 .step .more {
    margin-left: 20%
}

#blueCave2 .step:after {
    bottom: -8%;
    background: #F1F1F1;
}

#blueCave2 .trending {
    text-align: center;
}

#blueCave2 .trending .trending_box {
	max-width: 1000px;
	width: 90%;
    margin: 0 auto;
}

#blueCave2 .trending .trending_box .trending_product {
    width: 33%;
    display: inline-block;
    margin-left: -5px;
    vertical-align: top;
}

#blueCave2 .trending h2 {
    width: 100%
}

#blueCave2 .last {
    margin: 0px 20px;
    text-decoration: underline
}


/*ifttt*/

#blueCave2 #ifttt {
    display: none
}

#blueCave2 #ifttt .talk {
    background: url(../img/ifttt%20kv.jpg)center;
    background-size: cover;
}

#blueCave2 #ifttt .step4 {
    text-align: center
}

#blueCave2 #ifttt .step4 figure {
    width: 20%;
    display: inline-block;
    text-align: center;
    margin: 1%;
    vertical-align: top;
    padding-top: 33%;
    position: relative
}

#blueCave2 #ifttt .step4 h2 {
    margin-bottom: 20px;
    margin-top: 50px;
    color: black
}

#blueCave2 #ifttt .step4 img {
    position: absolute;
    left: 0;
    top: 0
}

#blueCave2 #ifttt #create_bg {
    display: none
}

#blueCave2 #ifttt #ifttt_logo {
    position: absolute;
    top: 91%;
    right: 18%;
}

#blueCave2 #ifttt .create .container {
    text-align: center;
    width: 900px
}

#blueCave2 #ifttt .bigword {
    text-align: center
}

#blueCave2 #ifttt .bigword h1 {
    font-size: 54px;
    display: inline-block;
    margin: 50px 2%
}

#blueCave2 #ifttt .bigword .green {
    color: #04C7C9;
    padding: 10px 15px;
    border: dashed 3px;
    border-radius: 10px
}

#blueCave2 #ifttt .create {
    background: url(../img/create_bg.jpg) center no-repeat;
    background-size: contain;
    padding-bottom: 23%;
}

#blueCave2 #ifttt .create .more {
    margin: 0 auto
}

@media screen and (max-width:1280px) {
    #blueCave2 .get {
		padding-top: 10%
		padding-bottom: 8%
    }
    #blueCave2 .container,
    #blueCave2 .your .container {
        width: 95%
    }
    #blueCave2 #ifttt .step4 h2 {
        font-size: 30px
    }
    #blueCave2 #ifttt .create {
        background-size: cover
    }
}

@media screen and (max-width:1023px) {
    #blueCave2 .get .container {
        width: 480px
    }
    #blueCave2 .step {
        margin-top: 0
    }
    #blueCave2 .step img,
    #blueCave2 .step .word {
        width: 100%;
        display: block;
        margin: 0 auto
    }
    #blueCave2 .step .word {
        padding: 30px;
    }
    #blueCave2 .step_txt {
        width: calc(100% - 50px)
    }
    #blueCave2 .step .more {
        margin: 0 auto
    }
    #blueCave2 .step:after {
        bottom: -5%
    }
    #blueCave2 .your:after {
        height: 100px;
        bottom: -13%
    }
    #blueCave2 #ifttt .create .container {
        margin-bottom: 10%;
        width: 90%;
        display: block
    }
}

@media screen and (max-width:768px) {
    #blueCave2 #ifttt .step4 figure {
        width: 43%;
        margin: 3%;
        padding-top: 0
    }
    #blueCave2 #ifttt .step4 img {
        position: relative;
        margin-top: 30px;
    }
    #blueCave2 #ifttt .step4 h2 {
        margin-top: 0
    }
    #blueCave2 .get {
        background: none;
        padding: 0
    }
    #blueCave2 .get .container {
        width: 100%;
        padding: 20px;
	}
	#blueCave2 .get .mobile-off {
        display: none !important;
    }
    #blueCave2 .get .mobile-on {
        display: block;
	}
	#blueCave2 .get .get_logo.mobile-on {
        display: inline-block;
	}
	#blueCave2 .get .get_logo {
        margin: 20px 0;
    }
    #blueCave2 .talk {
        background: url(../img/Alexa%20tab-phone.jpg);
        background-size: cover;
        padding: 0;
        padding-bottom: 62%;
    }
    #blueCave2 #ifttt .talk {
        background: url(../img/ifttt%20tab-kv-phone.jpg);
        background-size: cover;
        padding: 0;
        padding-bottom: 69%;
    }
    #blueCave2 #ifttt .bigword h1 {
        font-size: 28px
    }
    .your:after {
        height: 60px;
        bottom: -5%;
    }
    #blueCave2 #ifttt .create {
        background: none;
        padding-bottom: 0
    }
    #blueCave2 #ifttt #create_bg {
        display: block
    }
    #blueCave2 #ifttt .create .container {
        margin-bottom: 0
    }
    #blueCave2 #ifttt #ifttt_logo {
        top: 106%;
        right: 0%;
    }
}

@media screen and (max-width:480px) {
    #blueCave2 h2 {
        font-size: 30px
    }
    #blueCave2 .last {
        display: block;
        margin: 5px auto
    }
    #blueCave2 .your:after {
        display: none
	}
	#blueCave2 .trending .trending_box .trending_product {
		width: 100%;
	}
    #blueCave2 #ifttt .bigword h1 {
        font-size: 18px;
    }
    #blueCave2 #ifttt .step4 figure {
        width: 100%;
        margin: 30px auto
    }
    #blueCave2 .switch .item {
        display: block;
		width: 100%;
		margin: 0;
    }
}</pre></body></html>