|
@@ -228,7 +228,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.footer .footer-socials a {
|
|
.footer .footer-socials a {
|
|
- margin-right: 5px;
|
|
|
|
|
|
+ margin-right: 0px;
|
|
}
|
|
}
|
|
|
|
|
|
/* footer.html End */
|
|
/* footer.html End */
|
|
@@ -443,6 +443,9 @@
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
height: auto;
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
+#home .swiper {
|
|
|
|
+ overflow: initial;
|
|
|
|
+}
|
|
#home .swiper .swiper-pagination-bullet {
|
|
#home .swiper .swiper-pagination-bullet {
|
|
width: 13px;
|
|
width: 13px;
|
|
height: 13px;
|
|
height: 13px;
|
|
@@ -456,7 +459,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#home .swiper .swiper-pagination {
|
|
#home .swiper .swiper-pagination {
|
|
- bottom: -5px;
|
|
|
|
|
|
+ bottom: -15px;
|
|
}
|
|
}
|
|
#home .swiper .swiper-pagination-bullet-active {
|
|
#home .swiper .swiper-pagination-bullet-active {
|
|
background-color: #000 !important;
|
|
background-color: #000 !important;
|
|
@@ -465,7 +468,7 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
#home #main .content {
|
|
#home #main .content {
|
|
- height: 65vh;
|
|
|
|
|
|
+ height: 80vh;
|
|
padding-left: 15vw;
|
|
padding-left: 15vw;
|
|
background-image: url("/imgs/home/首頁-01.png");
|
|
background-image: url("/imgs/home/首頁-01.png");
|
|
background-position: center;
|
|
background-position: center;
|
|
@@ -502,6 +505,11 @@
|
|
font-size: 26px;
|
|
font-size: 26px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home #main .content section h3 {
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home #main .content .logo {
|
|
#home #main .content .logo {
|
|
width: 200px;
|
|
width: 200px;
|
|
}
|
|
}
|
|
@@ -529,10 +537,16 @@
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
}
|
|
}
|
|
#home #main .journey-content h3 {
|
|
#home #main .journey-content h3 {
|
|
|
|
+ line-height: 40px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
padding: 260px 0 80px;
|
|
padding: 260px 0 80px;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home #main .journey-content h3 {
|
|
|
|
+ padding: 80px 0;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home #main .journey-content h4 {
|
|
#home #main .journey-content h4 {
|
|
color: #ea5413;
|
|
color: #ea5413;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -554,6 +568,21 @@
|
|
width: 180px;
|
|
width: 180px;
|
|
position: absolute;
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home #main .journey-content .title img {
|
|
|
|
+ top: -45px;
|
|
|
|
+ right: -16vw;
|
|
|
|
+ width: 150px;
|
|
|
|
+ transform: rotate(90deg);
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #home #main .journey-content .title img {
|
|
|
|
+ top: -36px;
|
|
|
|
+ right: -21vw;
|
|
|
|
+ width: 130px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home #main .journey-content .list {
|
|
#home #main .journey-content .list {
|
|
padding: 0 25px;
|
|
padding: 0 25px;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
@@ -584,6 +613,11 @@
|
|
height: 85px;
|
|
height: 85px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home #main .journey-content .list p {
|
|
|
|
+ height: auto;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home #main .journey-content .list strong {
|
|
#home #main .journey-content .list strong {
|
|
display: block;
|
|
display: block;
|
|
padding: 15px;
|
|
padding: 15px;
|
|
@@ -592,8 +626,19 @@
|
|
color: #fff;
|
|
color: #fff;
|
|
background-color: #ea5413;
|
|
background-color: #ea5413;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 991px) {
|
|
|
|
+ #home #main .journey-content .list strong {
|
|
|
|
+ font-size: 13px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home #main .journey-content .list strong {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ margin: 20px auto 10px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home #main .team-content {
|
|
#home #main .team-content {
|
|
- margin: 100px auto;
|
|
|
|
|
|
+ padding: 100px 0;
|
|
}
|
|
}
|
|
#home #main .team-content strong {
|
|
#home #main .team-content strong {
|
|
font-size: 26px;
|
|
font-size: 26px;
|
|
@@ -604,6 +649,11 @@
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
line-height: 36px;
|
|
line-height: 36px;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #home #main .team-content h4 {
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home #main .team-content ul {
|
|
#home #main .team-content ul {
|
|
list-style: none;
|
|
list-style: none;
|
|
padding: 0;
|
|
padding: 0;
|
|
@@ -613,6 +663,11 @@
|
|
margin: 5px 0;
|
|
margin: 5px 0;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #home #main .team-content ul li {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .ad-content {
|
|
#home .ad-content {
|
|
width: 90%;
|
|
width: 90%;
|
|
padding: 50px 0 0;
|
|
padding: 50px 0 0;
|
|
@@ -625,14 +680,16 @@
|
|
#home .ad-content ul li {
|
|
#home .ad-content ul li {
|
|
margin-bottom: 50px;
|
|
margin-bottom: 50px;
|
|
}
|
|
}
|
|
-#home .ad-content ul li h5 {
|
|
|
|
- font-weight: bold;
|
|
|
|
-}
|
|
|
|
#home .ad-content ul li p {
|
|
#home .ad-content ul li p {
|
|
color: #90268f;
|
|
color: #90268f;
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home .ad-content ul li p {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .ad-content section h4 {
|
|
#home .ad-content section h4 {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
@@ -644,14 +701,25 @@
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
color: #ea5413;
|
|
color: #ea5413;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home .ad-content section h4 strong {
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #home .ad-content section h4 strong {
|
|
|
|
+ padding: 0 20px;
|
|
|
|
+ line-height: 32px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .ad-content h5 {
|
|
#home .ad-content h5 {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- font-size: 24px;
|
|
|
|
|
|
+ font-size: 20px;
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
-@media (max-width: 1200px) {
|
|
|
|
|
|
+@media (max-width: 991px) {
|
|
#home .ad-content h5 {
|
|
#home .ad-content h5 {
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#home .ad-content h5 strong {
|
|
#home .ad-content h5 strong {
|
|
@@ -667,9 +735,14 @@
|
|
font-size: 1.6vw;
|
|
font-size: 1.6vw;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 991px) {
|
|
|
|
+ #home .ad-content .img-text {
|
|
|
|
+ font-size: 2vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
@media (max-width: 575px) {
|
|
@media (max-width: 575px) {
|
|
#home .ad-content .img-text {
|
|
#home .ad-content .img-text {
|
|
- font-size: 24px;
|
|
|
|
|
|
+ font-size: 5.5vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#home .tag-item {
|
|
#home .tag-item {
|
|
@@ -693,14 +766,25 @@
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
#home .seo-content ul li {
|
|
#home .seo-content ul li {
|
|
|
|
+ margin: 10px 0;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #home .seo-content ul li {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .seo-content section p {
|
|
#home .seo-content section p {
|
|
color: #6c6d70;
|
|
color: #6c6d70;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #home .seo-content section p {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .seo-content .video-box {
|
|
#home .seo-content .video-box {
|
|
width: 55%;
|
|
width: 55%;
|
|
padding-bottom: 30%;
|
|
padding-bottom: 30%;
|
|
@@ -714,7 +798,7 @@
|
|
}
|
|
}
|
|
#home .seo-content h4,
|
|
#home .seo-content h4,
|
|
#home .ai-content h4 {
|
|
#home .ai-content h4 {
|
|
- padding-top: 100px;
|
|
|
|
|
|
+ padding-top: 130px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -726,12 +810,22 @@
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #home .ai-content p {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .ai-content .title {
|
|
#home .ai-content .title {
|
|
color: #ea5413;
|
|
color: #ea5413;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #home .ai-content .title {
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .ai-content .video-title {
|
|
#home .ai-content .video-title {
|
|
- font-size: 2rem;
|
|
|
|
|
|
+ font-size: 30px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
@@ -796,6 +890,11 @@
|
|
#home .ai-content .sec-video {
|
|
#home .ai-content .sec-video {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home .ai-content .sec-video {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .ai-content .sec-video .video-mb-title {
|
|
#home .ai-content .sec-video .video-mb-title {
|
|
font-size: 26px;
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -807,7 +906,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#home .ai-content .sec-usecase .usecase-title {
|
|
#home .ai-content .sec-usecase .usecase-title {
|
|
- font-size: 2rem;
|
|
|
|
|
|
+ font-size: 30px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
#home .ai-content .sec-usecase .usecase-imgfr {
|
|
#home .ai-content .sec-usecase .usecase-imgfr {
|
|
@@ -837,10 +936,12 @@
|
|
background-color: #d54d13;
|
|
background-color: #d54d13;
|
|
}
|
|
}
|
|
#home .sec-blogtab {
|
|
#home .sec-blogtab {
|
|
- margin: 100px auto;
|
|
|
|
|
|
+ padding-top: 100px;
|
|
|
|
+ margin: 0 auto 50px;
|
|
}
|
|
}
|
|
#home .sec-blogtab .blogtab-title {
|
|
#home .sec-blogtab .blogtab-title {
|
|
- font-size: 2rem;
|
|
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ font-weight: bold;
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
#home .sec-blogtab .blog-txt {
|
|
#home .sec-blogtab .blog-txt {
|
|
@@ -851,6 +952,11 @@
|
|
transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
+@media (max-width: 767px) {
|
|
|
|
+ #home .sec-blogtab .blog-tabs .blog-tabs-nav {
|
|
|
|
+ padding: 1rem 2rem 3rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#home .sec-blogtab .blog-tabs-nav a {
|
|
#home .sec-blogtab .blog-tabs-nav a {
|
|
transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
@@ -858,6 +964,76 @@
|
|
#home .sec-blogtab .blog-tabs-nav a:hover {
|
|
#home .sec-blogtab .blog-tabs-nav a:hover {
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
}
|
|
}
|
|
|
|
+#home .progress-item {
|
|
|
|
+ height: 100%;
|
|
|
|
+ width: 200px;
|
|
|
|
+ position: fixed;
|
|
|
|
+ z-index: 100;
|
|
|
|
+ left: -325px;
|
|
|
|
+ top: 0;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont {
|
|
|
|
+ height: 100%;
|
|
|
|
+ width: 420px;
|
|
|
|
+ left: calc(50% - 288px);
|
|
|
|
+ padding: 0;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ position: absolute;
|
|
|
|
+ transform: rotate(90deg);
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont #progress-bar {
|
|
|
|
+ -webkit-appearance: none;
|
|
|
|
+ -moz-appearance: none;
|
|
|
|
+ appearance: none;
|
|
|
|
+ width: 420px;
|
|
|
|
+ color: #000;
|
|
|
|
+ height: 2px;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont span {
|
|
|
|
+ height: 10px;
|
|
|
|
+ width: 10px;
|
|
|
|
+ border-radius: 100%;
|
|
|
|
+ border: 3px solid #137cc0;
|
|
|
|
+ background: #137cc0;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 12px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ transition: all 0.4s ease-in-out;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont .journey {
|
|
|
|
+ left: 70px;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont .team {
|
|
|
|
+ left: 140px;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont .ai-ad {
|
|
|
|
+ left: 210px;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont .seo {
|
|
|
|
+ left: 280px;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont .ai-video {
|
|
|
|
+ left: 350px;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont .blog {
|
|
|
|
+ left: 420px;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont #progress-bar::-webkit-progress-value {
|
|
|
|
+ /* Changes line color */
|
|
|
|
+ background: #ea5413;
|
|
|
|
+ -webkit-transition: all 0.4s ease-in-out;
|
|
|
|
+ transition: all 0.4s ease-in-out;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont #progress-bar::-webkit-progress-bar {
|
|
|
|
+ /* Changes background color */
|
|
|
|
+ background: #137cc0;
|
|
|
|
+}
|
|
|
|
+#home .progress-item .cont .border-change {
|
|
|
|
+ border-color: #ea5413;
|
|
|
|
+ transition: all 0.4s ease-in-out;
|
|
|
|
+}
|
|
|
|
|
|
/* content page */
|
|
/* content page */
|
|
.cntheader {
|
|
.cntheader {
|