|
@@ -42,6 +42,11 @@
|
|
|
border: 1px solid #ea5413;
|
|
|
border-radius: 3rem;
|
|
|
}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .navbar-nav .signin-link {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+}
|
|
|
.navbar-nav .signup-link {
|
|
|
padding: 8px 18px;
|
|
|
margin: 13px;
|
|
@@ -490,30 +495,33 @@
|
|
|
height: auto;
|
|
|
}
|
|
|
#home .swiper {
|
|
|
- overflow: initial;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
-#home .swiper .swiper-pagination-bullet {
|
|
|
+#home .swiper-pagination-bullet {
|
|
|
width: 13px;
|
|
|
height: 13px;
|
|
|
margin: 0 13px;
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
- #home .swiper .swiper-pagination-bullet {
|
|
|
+ #home .swiper-pagination-bullet {
|
|
|
width: 10px;
|
|
|
height: 10px;
|
|
|
margin: 0 10px;
|
|
|
}
|
|
|
}
|
|
|
-#home .swiper .swiper-pagination {
|
|
|
- bottom: -10px;
|
|
|
+#home .swiper-pagination-bullet-active {
|
|
|
+ background-color: #000 !important;
|
|
|
}
|
|
|
-@media (max-width: 991px) {
|
|
|
- #home .swiper .swiper-pagination {
|
|
|
- bottom: -15px;
|
|
|
- }
|
|
|
+#home .swiper-button-next {
|
|
|
+ right: -50px;
|
|
|
}
|
|
|
-#home .swiper .swiper-pagination-bullet-active {
|
|
|
- background-color: #000 !important;
|
|
|
+#home .swiper-button-prev {
|
|
|
+ left: -50px;
|
|
|
+}
|
|
|
+#home .swiper-button-next,
|
|
|
+#home .swiper-button-prev {
|
|
|
+ color: #6c6d70;
|
|
|
}
|
|
|
#home #main {
|
|
|
overflow: hidden;
|
|
@@ -569,12 +577,13 @@
|
|
|
}
|
|
|
#home #main .content .action-btn {
|
|
|
margin-top: 60px;
|
|
|
- padding: 8px 22px;
|
|
|
- color: #fff;
|
|
|
- transition: all 0.3s;
|
|
|
+ padding: 13px 30px;
|
|
|
border: none;
|
|
|
- border-radius: 20px;
|
|
|
+ color: #fff;
|
|
|
background-color: #ea5413;
|
|
|
+ text-decoration: none;
|
|
|
+ border-radius: 100px;
|
|
|
+ transition: all 0.3s;
|
|
|
}
|
|
|
#home #main .content .action-btn:hover {
|
|
|
background-color: #d54d13;
|
|
@@ -1086,6 +1095,59 @@
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
}
|
|
|
|
|
|
+.language-btn {
|
|
|
+ border: none;
|
|
|
+ text-decoration: none;
|
|
|
+ background-color: #fff;
|
|
|
+ color: rgba(0, 0, 0, 0.55);
|
|
|
+}
|
|
|
+
|
|
|
+#home .home-en {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+#home .home-en .ai-content .img-item p {
|
|
|
+ max-width: 500px;
|
|
|
+ top: 35%;
|
|
|
+ left: 48%;
|
|
|
+}
|
|
|
+@media (max-width: 1400px) {
|
|
|
+ #home .home-en .ai-content .img-item p {
|
|
|
+ top: 35%;
|
|
|
+ left: 45%;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ #home .home-en .ai-content .img-item p {
|
|
|
+ max-width: 350px;
|
|
|
+ top: 28%;
|
|
|
+ left: 50%;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #home .home-en .ai-content .img-item p {
|
|
|
+ max-width: 500px;
|
|
|
+ top: 30%;
|
|
|
+ left: 35%;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 475px) {
|
|
|
+ #home .home-en .ai-content .img-item p {
|
|
|
+ top: 25%;
|
|
|
+ }
|
|
|
+}
|
|
|
+#home .home-en .journey-content .list span {
|
|
|
+ display: block;
|
|
|
+ height: 155px;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #home .home-en .journey-content .list span {
|
|
|
+ height: 180px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#home .home-en .journey-content .list p {
|
|
|
+ height: auto !important;
|
|
|
+}
|
|
|
+
|
|
|
/* content page */
|
|
|
.cntheader {
|
|
|
margin-top: 81px;
|
|
@@ -1428,7 +1490,7 @@
|
|
|
font-size: 1.3rem;
|
|
|
}
|
|
|
.header__sub::before,
|
|
|
-.header__sub::after {
|
|
|
+ .header__sub::after {
|
|
|
width: 8%;
|
|
|
}
|
|
|
.header__sub::before {
|
|
@@ -2842,7 +2904,7 @@
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
#youtube-views .direction-list,
|
|
|
-#youtube-views-zh .direction-list {
|
|
|
+ #youtube-views-zh .direction-list {
|
|
|
margin-top: 60px;
|
|
|
}
|
|
|
}
|
|
@@ -2889,13 +2951,13 @@
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
#youtube-views .category.dm-description,
|
|
|
-#youtube-views-zh .category.dm-description {
|
|
|
+ #youtube-views-zh .category.dm-description {
|
|
|
padding-top: 6rem;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
#youtube-views .category.dm-description,
|
|
|
-#youtube-views-zh .category.dm-description {
|
|
|
+ #youtube-views-zh .category.dm-description {
|
|
|
padding-top: 14rem;
|
|
|
}
|
|
|
}
|
|
@@ -2907,34 +2969,36 @@
|
|
|
padding: 4.8rem 0 3rem;
|
|
|
}
|
|
|
#youtube-views-zh .header p {
|
|
|
+ max-width: 330px;
|
|
|
+ text-align: start;
|
|
|
line-height: 35px;
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
color: #656565;
|
|
|
}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .header p {
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+}
|
|
|
@media (max-width: 414px) {
|
|
|
#youtube-views-zh .header p {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
}
|
|
|
-#youtube-views-zh .header .row {
|
|
|
- height: 1000px;
|
|
|
-}
|
|
|
@media (max-width: 991px) {
|
|
|
- #youtube-views-zh .header .row {
|
|
|
- height: 700px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 767px) {
|
|
|
- #youtube-views-zh .header .row {
|
|
|
- height: auto;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 767px) {
|
|
|
#youtube-views-zh .header .row div {
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
+#youtube-views-zh .header .bg-img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+}
|
|
|
#youtube-views-zh .header .header-title {
|
|
|
padding-top: 10rem;
|
|
|
margin-bottom: 30px;
|
|
@@ -2960,27 +3024,58 @@
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
}
|
|
|
-#youtube-views-zh .header .banner {
|
|
|
- width: 100vw;
|
|
|
- height: 1360px;
|
|
|
+#youtube-views-zh .qa-block {
|
|
|
+ padding-top: 30px;
|
|
|
+ background-color: #e3c1dc;
|
|
|
+}
|
|
|
+#youtube-views-zh .qa-block img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+#youtube-views-zh .qa-block .q-text,
|
|
|
+#youtube-views-zh .qa-block .a-text {
|
|
|
+ font-size: 1.3vw;
|
|
|
position: absolute;
|
|
|
- top: 0;
|
|
|
- right: -16vw;
|
|
|
- z-index: -1;
|
|
|
- background-size: cover;
|
|
|
- background-position: center;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-image: url("/imgs/dm/youtube-views-01.png");
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
-@media (max-width: 1200px) {
|
|
|
- #youtube-views-zh .header .banner {
|
|
|
- top: -10vw;
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .qa-block .q-text,
|
|
|
+ #youtube-views-zh .qa-block .a-text {
|
|
|
+ font-size: 2.5vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .qa-block .q-text {
|
|
|
+ width: 25vw;
|
|
|
+ top: 3.3vw;
|
|
|
+ right: 13.5vw;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .qa-block .q-text {
|
|
|
+ width: 100%;
|
|
|
+ top: 7vw;
|
|
|
+ right: -24%;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 490px) {
|
|
|
+ #youtube-views-zh .qa-block .q-text {
|
|
|
+ top: 6vw;
|
|
|
+ right: -21%;
|
|
|
}
|
|
|
}
|
|
|
+#youtube-views-zh .qa-block .a-text {
|
|
|
+ top: 3.7vw;
|
|
|
+ right: 5vw;
|
|
|
+}
|
|
|
@media (max-width: 991px) {
|
|
|
- #youtube-views-zh .header .banner {
|
|
|
- top: 8vw;
|
|
|
- height: 1000px;
|
|
|
+ #youtube-views-zh .qa-block .a-text {
|
|
|
+ top: 7.5vw;
|
|
|
+ right: unset;
|
|
|
+ left: 46vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 490px) {
|
|
|
+ #youtube-views-zh .qa-block .a-text {
|
|
|
+ top: 6.8vw;
|
|
|
+ left: 42vw;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
@@ -2990,7 +3085,7 @@
|
|
|
}
|
|
|
#youtube-views-zh .info-content h4 {
|
|
|
font-weight: bold;
|
|
|
- line-height: 35px;
|
|
|
+ line-height: 40px;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
#youtube-views-zh .info-content h4 strong {
|
|
@@ -3007,6 +3102,128 @@
|
|
|
margin: auto;
|
|
|
}
|
|
|
}
|
|
|
+#youtube-views-zh .info-content img {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 380px;
|
|
|
+ margin-right: 30px;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .info-content img {
|
|
|
+ max-width: 500px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .pick-point {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ margin: 150px auto;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+#youtube-views-zh .pick-point ul {
|
|
|
+ padding: 0;
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+#youtube-views-zh .pick-point ul li span {
|
|
|
+ color: #ea5413;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+#youtube-views-zh .pick-point .bg-img {
|
|
|
+ width: 100%;
|
|
|
+ position: absolute;
|
|
|
+ top: -100px;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .pick-point .bg-img {
|
|
|
+ width: 151%;
|
|
|
+ top: -65px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .pick-point .chat-img {
|
|
|
+ left: 65%;
|
|
|
+ top: -20px;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .pick-point .chat-img {
|
|
|
+ left: 75%;
|
|
|
+ top: 3px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .pick-point .chat-img {
|
|
|
+ left: 70%;
|
|
|
+ top: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #youtube-views-zh .pick-point .chat-img {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .pick-point .chat-img img {
|
|
|
+ width: 250px;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .pick-point .chat-img img {
|
|
|
+ width: 200px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .pick-point .chat-img img {
|
|
|
+ width: 170px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .pick-point .chat-img p {
|
|
|
+ color: #fff;
|
|
|
+ position: absolute;
|
|
|
+ top: 32px;
|
|
|
+ right: 45px;
|
|
|
+ font-size: 24px;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .pick-point .chat-img p {
|
|
|
+ top: 26px;
|
|
|
+ right: 40px;
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .pick-point .chat-img p {
|
|
|
+ top: 20px;
|
|
|
+ right: 25px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .trust-item {
|
|
|
+ padding: 5px 0;
|
|
|
+ background-color: #ea5413;
|
|
|
+}
|
|
|
+#youtube-views-zh .trust-item p {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: bold;
|
|
|
+ text-align: center;
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+#youtube-views-zh .price-block {
|
|
|
+ padding: 50px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .price-block {
|
|
|
+ padding: 50px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .price-block p {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+#youtube-views-zh .price-block img {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 1000px;
|
|
|
+}
|
|
|
#youtube-views-zh .card-group {
|
|
|
margin: 170px auto 50px;
|
|
|
}
|
|
@@ -3060,79 +3277,75 @@
|
|
|
color: #656565;
|
|
|
}
|
|
|
#youtube-views-zh .data-content {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content .bg-img {
|
|
|
+ position: absolute;
|
|
|
+ top: -5px;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content .row {
|
|
|
+ padding: 0 5vw;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content .row > div {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- margin-bottom: 150px;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
-#youtube-views-zh .data-content section h4 {
|
|
|
- position: absolute;
|
|
|
- top: 35%;
|
|
|
- left: 50%;
|
|
|
+#youtube-views-zh .data-content .row img {
|
|
|
width: 100%;
|
|
|
- font-size: 28px;
|
|
|
+ max-width: 700px;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content .title {
|
|
|
+ margin-bottom: 10px;
|
|
|
text-align: center;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content .title h3 {
|
|
|
+ color: #ea5413;
|
|
|
+ font-size: 20px;
|
|
|
font-weight: bold;
|
|
|
- line-height: 40px;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
}
|
|
|
-@media (max-width: 1200px) {
|
|
|
- #youtube-views-zh .data-content section h4 {
|
|
|
- top: 40%;
|
|
|
- }
|
|
|
+#youtube-views-zh .data-content .title h4 {
|
|
|
+ color: #000;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
-@media (max-width: 767px) {
|
|
|
- #youtube-views-zh .data-content section h4 {
|
|
|
- top: 36%;
|
|
|
- font-size: 18px;
|
|
|
- line-height: normal;
|
|
|
- }
|
|
|
+#youtube-views-zh .data-content .title small {
|
|
|
+ color: #000;
|
|
|
}
|
|
|
-@media (max-width: 575px) {
|
|
|
- #youtube-views-zh .data-content section h4 {
|
|
|
- top: 40%;
|
|
|
- }
|
|
|
+#youtube-views-zh .data-content .info {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content .info img {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 900px;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content .info h4 {
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
-#youtube-views-zh .data-content section h4 strong {
|
|
|
+#youtube-views-zh .data-content .info h4 strong {
|
|
|
+ display: inline-block;
|
|
|
+ margin: 7px 0;
|
|
|
font-size: 34px;
|
|
|
color: #ea5413;
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
- #youtube-views-zh .data-content section h4 strong {
|
|
|
+ #youtube-views-zh .data-content .info h4 strong {
|
|
|
font-size: 24px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 414px) {
|
|
|
- #youtube-views-zh .data-content section h4 strong {
|
|
|
+ #youtube-views-zh .data-content .info h4 strong {
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
}
|
|
|
-#youtube-views-zh .data-content section img {
|
|
|
- margin-top: 150px;
|
|
|
-}
|
|
|
-@media (max-width: 991px) {
|
|
|
- #youtube-views-zh .data-content section img {
|
|
|
- height: 500px;
|
|
|
- -o-object-fit: cover;
|
|
|
- object-fit: cover;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 767px) {
|
|
|
- #youtube-views-zh .data-content section img {
|
|
|
- margin-top: 80px;
|
|
|
- height: 400px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 575px) {
|
|
|
- #youtube-views-zh .data-content section img {
|
|
|
- height: 280px;
|
|
|
- }
|
|
|
-}
|
|
|
-#youtube-views-zh .data-content p {
|
|
|
- font-weight: bold;
|
|
|
- line-height: 35px;
|
|
|
- color: #656565;
|
|
|
-}
|
|
|
|
|
|
/* youtube-views-zh End */
|
|
|
/* seo-image Start */
|
|
@@ -3199,7 +3412,7 @@
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
.seo-image .purple-circle,
|
|
|
-.seo-image .orange-circle {
|
|
|
+ .seo-image .orange-circle {
|
|
|
width: 60%;
|
|
|
}
|
|
|
}
|
|
@@ -3308,6 +3521,21 @@
|
|
|
margin-top: -34px;
|
|
|
}
|
|
|
}
|
|
|
+.ai-presenter .link-btn {
|
|
|
+ display: inline-block;
|
|
|
+ padding: 12px 35px;
|
|
|
+ margin-top: 25px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ border-radius: 100px;
|
|
|
+ text-decoration: none;
|
|
|
+ color: #fff;
|
|
|
+ background: #ea5413;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.ai-presenter .link-btn:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
.ai-presenter .usecace-list {
|
|
|
margin-bottom: 100px;
|
|
|
}
|
|
@@ -3414,21 +3642,6 @@
|
|
|
.ai-presenter .template-content .bg-bottom {
|
|
|
bottom: -10px;
|
|
|
}
|
|
|
-.ai-presenter .step-content .link-btn,
|
|
|
-.ai-presenter .template-content .link-btn {
|
|
|
- display: inline-block;
|
|
|
- padding: 12px 20px;
|
|
|
- margin-top: 25px;
|
|
|
- border-radius: 100px;
|
|
|
- text-decoration: none;
|
|
|
- color: #fff;
|
|
|
- background: #ea5413;
|
|
|
- transition: all 0.3s;
|
|
|
-}
|
|
|
-.ai-presenter .step-content .link-btn:hover,
|
|
|
-.ai-presenter .template-content .link-btn:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
.ai-presenter .step-content ul,
|
|
|
.ai-presenter .template-content ul {
|
|
|
padding: 0;
|
|
@@ -3456,7 +3669,7 @@
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .step-content ul li h4,
|
|
|
-.ai-presenter .template-content ul li h4 {
|
|
|
+ .ai-presenter .template-content ul li h4 {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
}
|
|
@@ -3470,7 +3683,7 @@
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .step-content ul li .point-list li,
|
|
|
-.ai-presenter .template-content ul li .point-list li {
|
|
|
+ .ai-presenter .template-content ul li .point-list li {
|
|
|
margin: 5px 0 5px 20px;
|
|
|
}
|
|
|
}
|
|
@@ -3492,13 +3705,13 @@
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .step-content .excerpt,
|
|
|
-.ai-presenter .template-content .excerpt {
|
|
|
+ .ai-presenter .template-content .excerpt {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .step-content .caption,
|
|
|
-.ai-presenter .template-content .caption {
|
|
|
+ .ai-presenter .template-content .caption {
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
}
|
|
@@ -3601,26 +3814,26 @@
|
|
|
}
|
|
|
@media (max-width: 1200px) {
|
|
|
.ai-presenter .template-content .info .img-text-left,
|
|
|
-.ai-presenter .template-content .info .img-text-right {
|
|
|
+ .ai-presenter .template-content .info .img-text-right {
|
|
|
top: 8%;
|
|
|
font-size: 28px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
.ai-presenter .template-content .info .img-text-left,
|
|
|
-.ai-presenter .template-content .info .img-text-right {
|
|
|
+ .ai-presenter .template-content .info .img-text-right {
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.ai-presenter .template-content .info .img-text-left,
|
|
|
-.ai-presenter .template-content .info .img-text-right {
|
|
|
+ .ai-presenter .template-content .info .img-text-right {
|
|
|
font-size: 30px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .template-content .info .img-text-left,
|
|
|
-.ai-presenter .template-content .info .img-text-right {
|
|
|
+ .ai-presenter .template-content .info .img-text-right {
|
|
|
font-size: 4.8vw;
|
|
|
}
|
|
|
}
|
|
@@ -3701,7 +3914,7 @@
|
|
|
}
|
|
|
|
|
|
/* ai-presenter End */
|
|
|
-/* sec-blogtab Start*/
|
|
|
+/* sec-blogtab Start */
|
|
|
.sec-blogtab {
|
|
|
padding-top: 100px;
|
|
|
padding-bottom: 5rem;
|
|
@@ -3750,4 +3963,613 @@
|
|
|
opacity: 0.8;
|
|
|
}
|
|
|
|
|
|
-/* sec-blogtab End*//*# sourceMappingURL=style.css.map */
|
|
|
+/* sec-blogtab End */
|
|
|
+/* aboutus Start */
|
|
|
+.about-header {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.about-header img {
|
|
|
+ width: 100%;
|
|
|
+ height: 500px;
|
|
|
+ -o-object-fit: cover;
|
|
|
+ object-fit: cover;
|
|
|
+}
|
|
|
+.about-header section {
|
|
|
+ width: 100%;
|
|
|
+ position: absolute;
|
|
|
+ top: 200px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .about-header section {
|
|
|
+ top: 170px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .about-header section {
|
|
|
+ top: 120px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-header section h2 {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 2.8rem;
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .about-header section h2 {
|
|
|
+ font-size: 2.2rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-header section p {
|
|
|
+ margin: auto;
|
|
|
+ max-width: 900px;
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: 32px;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .about-header section p {
|
|
|
+ max-width: 515px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .about-header section p {
|
|
|
+ font-size: 16px;
|
|
|
+ max-width: 300px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.about-content {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+.about-content h2 {
|
|
|
+ font-size: 26px;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 38px;
|
|
|
+ text-align: center;
|
|
|
+ color: #6d6d6d;
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .about-content h2 {
|
|
|
+ font-size: 22px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .about-content h2 {
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .about-content h2 {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content h2 small {
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .about-content h2 small {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .about-content h2 small {
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 26px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content h5 {
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: 40px;
|
|
|
+ color: #656565;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .about-content h5 {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content .line {
|
|
|
+ height: 8px;
|
|
|
+ width: 90px;
|
|
|
+ display: block;
|
|
|
+ margin: 70px auto;
|
|
|
+ background-color: #e4562a;
|
|
|
+}
|
|
|
+.about-content .project-item h2 {
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+.about-content .project-item img {
|
|
|
+ width: 100%;
|
|
|
+ height: 280px;
|
|
|
+ -o-object-fit: contain;
|
|
|
+ object-fit: contain;
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .about-content .project-item img {
|
|
|
+ height: 220px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .about-content .project-item img {
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content .ai-media {
|
|
|
+ margin: 60px auto 120px;
|
|
|
+}
|
|
|
+.about-content .ai-media img {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 500px;
|
|
|
+}
|
|
|
+.about-content .ai-media .icon img {
|
|
|
+ width: 70px;
|
|
|
+ margin: 0 10px;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.about-content .ai-media .icon img:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .about-content .ai-media .icon img {
|
|
|
+ width: 55px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content .google-maps {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+ height: 0;
|
|
|
+ padding: 0;
|
|
|
+ padding-bottom: 50%;
|
|
|
+}
|
|
|
+.about-content .google-maps iframe {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100% !important;
|
|
|
+ height: 100% !important;
|
|
|
+}
|
|
|
+.about-content .progress-item {
|
|
|
+ opacity: 0;
|
|
|
+ height: 100%;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 100;
|
|
|
+ top: 0;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .about-content .progress-item {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content .progress-item .cont {
|
|
|
+ top: 50%;
|
|
|
+ left: -235px;
|
|
|
+ position: absolute;
|
|
|
+ transform: rotate(90deg);
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .about-content .progress-item .cont {
|
|
|
+ left: -240px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .about-content .progress-item .cont {
|
|
|
+ left: -150px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content .progress-item .cont #progress-bar {
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -moz-appearance: none;
|
|
|
+ appearance: none;
|
|
|
+ width: 520px;
|
|
|
+ color: #000;
|
|
|
+ height: 2px;
|
|
|
+ margin: -2px auto;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .about-content .progress-item .cont #progress-bar {
|
|
|
+ margin: -1px auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content .progress-item .cont span {
|
|
|
+ height: 15px;
|
|
|
+ width: 15px;
|
|
|
+ border-radius: 100%;
|
|
|
+ border: 3px solid #a5a7a9;
|
|
|
+ background: #a5a7a9;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 12px;
|
|
|
+ cursor: pointer;
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .about-content .progress-item .cont span {
|
|
|
+ height: 12px;
|
|
|
+ width: 12px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.about-content .progress-item .cont .progress-01 {
|
|
|
+ left: 74.2857142857px;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont .progress-02 {
|
|
|
+ left: 148.5714285714px;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont .progress-03 {
|
|
|
+ left: 222.8571428571px;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont .progress-04 {
|
|
|
+ left: 297.1428571429px;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont .progress-05 {
|
|
|
+ left: 371.4285714286px;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont .progress-06 {
|
|
|
+ left: 445.7142857143px;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont .progress-07 {
|
|
|
+ left: 520px;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont #progress-bar::-webkit-progress-value {
|
|
|
+ /* Changes line color */
|
|
|
+ background: #ea5413;
|
|
|
+ -webkit-transition: all 0.3s ease-in-out;
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont #progress-bar::-webkit-progress-bar {
|
|
|
+ /* Changes background color */
|
|
|
+ background: #a5a7a9;
|
|
|
+}
|
|
|
+.about-content .progress-item .cont .border-change {
|
|
|
+ background: #ea5413;
|
|
|
+ border-color: #ea5413;
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
+/* aboutus End */
|
|
|
+/* carousel Start */
|
|
|
+.carousel-wrapper {
|
|
|
+ max-width: 70vw;
|
|
|
+ margin: auto;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .carousel-wrapper {
|
|
|
+ max-width: 100vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .wrapper {
|
|
|
+ position: relative;
|
|
|
+ background-image: url("/imgs/home/banner-01.jpg");
|
|
|
+ background-size: cover;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .wrapper .video-wrapper {
|
|
|
+ position: absolute;
|
|
|
+ padding-bottom: 20%;
|
|
|
+ padding-top: 25px;
|
|
|
+ height: 0;
|
|
|
+ width: 39%;
|
|
|
+ top: 42%;
|
|
|
+ left: 13%;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .wrapper .video-wrapper iframe {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
|
|
|
+ left: 28%;
|
|
|
+ padding-bottom: 25%;
|
|
|
+ width: 48%;
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
|
|
|
+ padding-bottom: 22%;
|
|
|
+ width: 46%;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
|
|
|
+ padding-bottom: 16%;
|
|
|
+ width: 40%;
|
|
|
+ top: 45%;
|
|
|
+ }
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .lang {
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .frame-item {
|
|
|
+ position: absolute;
|
|
|
+ top: 42%;
|
|
|
+ left: 38vw;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .carousel-wrapper .carousel .frame-item {
|
|
|
+ top: 5%;
|
|
|
+ left: unset;
|
|
|
+ right: 3vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .frame-item select {
|
|
|
+ padding: 8px 20px;
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .carousel-wrapper .carousel .frame-item select {
|
|
|
+ padding: 2px 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .toggle-video {
|
|
|
+ position: absolute;
|
|
|
+ top: 42%;
|
|
|
+ left: 4.5vw;
|
|
|
+ z-index: 100;
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .carousel-wrapper .carousel .toggle-video {
|
|
|
+ top: 33%;
|
|
|
+ left: 3vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .carousel-wrapper .carousel .toggle-video {
|
|
|
+ top: 31%;
|
|
|
+ }
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .person-img {
|
|
|
+ width: 25vw;
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ left: 43vw;
|
|
|
+ z-index: 100;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .carousel-wrapper .carousel .person-img {
|
|
|
+ width: 35vw;
|
|
|
+ left: 57vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .player-item {
|
|
|
+ top: 15vw;
|
|
|
+ left: 6vw;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .player-item,
|
|
|
+.carousel-wrapper .carousel .player-item .poster {
|
|
|
+ width: 35vw;
|
|
|
+ height: 20vw;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .carousel-wrapper .carousel .player-item,
|
|
|
+ .carousel-wrapper .carousel .player-item .poster {
|
|
|
+ width: 45vw;
|
|
|
+ height: 25vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .carousel-wrapper .carousel .player-item {
|
|
|
+ top: 22vw;
|
|
|
+ left: 10vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .player-item .poster {
|
|
|
+ background-image: url("/imgs/home/video-img.png");
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .ewin-player-item {
|
|
|
+ top: 42%;
|
|
|
+ right: 23%;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .ewin-player-item,
|
|
|
+.carousel-wrapper .carousel .ewin-player-item .ewin {
|
|
|
+ width: 35vw;
|
|
|
+ height: 20vw;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .carousel-wrapper .carousel .ewin-player-item,
|
|
|
+ .carousel-wrapper .carousel .ewin-player-item .ewin {
|
|
|
+ width: 44vw;
|
|
|
+ height: 25vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .ewin-player-item .ewin {
|
|
|
+ background-image: url("/imgs/home/影片封面-11.png");
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .player-item,
|
|
|
+.carousel-wrapper .carousel .ewin-player-item {
|
|
|
+ position: absolute;
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .player-item iframe,
|
|
|
+.carousel-wrapper .carousel .ewin-player-item iframe {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.carousel-wrapper .carousel .player-item .poster,
|
|
|
+.carousel-wrapper .carousel .player-item .ewin,
|
|
|
+.carousel-wrapper .carousel .ewin-player-item .poster,
|
|
|
+.carousel-wrapper .carousel .ewin-player-item .ewin {
|
|
|
+ background-size: cover;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ z-index: 1;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+/* carousel End */
|
|
|
+/* news-content Start */
|
|
|
+.news-content {
|
|
|
+ margin: 150px auto;
|
|
|
+}
|
|
|
+.news-content #categories {
|
|
|
+ padding: 0;
|
|
|
+ list-style: none;
|
|
|
+ display: flex;
|
|
|
+ margin-bottom: 25px;
|
|
|
+}
|
|
|
+.news-content #categories li {
|
|
|
+ margin-right: 15px;
|
|
|
+}
|
|
|
+.news-content #categories button {
|
|
|
+ margin-right: 10px;
|
|
|
+ border: 1px solid #ea5413;
|
|
|
+ border-radius: 0.5rem;
|
|
|
+ background-color: #fff;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.news-content #categories button:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+.news-content #categories button a {
|
|
|
+ display: block;
|
|
|
+ padding: 5px 30px;
|
|
|
+ color: #ea5413;
|
|
|
+ font-weight: bold;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.news-content #categories .active {
|
|
|
+ background-color: #ea5413 !important;
|
|
|
+}
|
|
|
+.news-content #categories .active a {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+.news-content .list {
|
|
|
+ padding: 0;
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+.news-content .list a {
|
|
|
+ text-decoration: none;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.news-content .list a:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+.news-content .list li {
|
|
|
+ padding: 30px 50px;
|
|
|
+ border: 1px solid #cccccc;
|
|
|
+ border-radius: 20px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+}
|
|
|
+.news-content .list li hr {
|
|
|
+ height: 2px;
|
|
|
+ margin: 10px 0;
|
|
|
+ color: #ea5413;
|
|
|
+}
|
|
|
+.news-content .list li h2 {
|
|
|
+ color: #000;
|
|
|
+ font-weight: bold;
|
|
|
+ text-align: center;
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+.news-content .list li section p {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.news-content .list li section p:first-child {
|
|
|
+ color: #ea5413;
|
|
|
+}
|
|
|
+.news-content .list li section p:last-child {
|
|
|
+ color: #757575;
|
|
|
+}
|
|
|
+.news-content .list li .content {
|
|
|
+ color: #757575;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 3;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.news-content .list li .more-btn {
|
|
|
+ display: flex;
|
|
|
+ justify-content: end;
|
|
|
+ margin-top: 30px;
|
|
|
+}
|
|
|
+.news-content .list li .more-btn a {
|
|
|
+ padding: 5px 20px;
|
|
|
+ border-radius: 10px;
|
|
|
+ color: #000;
|
|
|
+ background-color: #e1e1e1;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.news-content .list li .more-btn a:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+
|
|
|
+.news-main-content {
|
|
|
+ margin: 75px auto;
|
|
|
+ line-height: 32px;
|
|
|
+}
|
|
|
+.news-main-content h1 {
|
|
|
+ position: relative;
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
+ background: url(https://i.imgur.com/N7tVTSh.png);
|
|
|
+ padding: 100px;
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .news-main-content h1 {
|
|
|
+ padding: 40px 20px 60px;
|
|
|
+ font-size: 24px;
|
|
|
+ background-position: initial;
|
|
|
+ }
|
|
|
+}
|
|
|
+.news-main-content h1::after {
|
|
|
+ position: absolute;
|
|
|
+ width: 6rem;
|
|
|
+ height: 0.3rem;
|
|
|
+ top: 75%;
|
|
|
+ left: 45%;
|
|
|
+ content: "";
|
|
|
+ background-color: #ea5413;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .news-main-content h1::after {
|
|
|
+ height: 0.2rem;
|
|
|
+ top: 83%;
|
|
|
+ left: 40%;
|
|
|
+ }
|
|
|
+}
|
|
|
+.news-main-content h2 {
|
|
|
+ padding-left: 10px;
|
|
|
+ margin: 30px 0;
|
|
|
+ font-size: 1.8rem;
|
|
|
+ font-weight: bold;
|
|
|
+ border-left: 4px solid #ea5413;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .news-main-content h2 {
|
|
|
+ font-size: 1.4rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+.news-main-content p {
|
|
|
+ font-size: 16px;
|
|
|
+ margin-bottom: 50px;
|
|
|
+}
|
|
|
+.news-main-content img {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 1050px;
|
|
|
+}
|
|
|
+.news-main-content iframe {
|
|
|
+ top: 10% !important;
|
|
|
+ width: 80% !important;
|
|
|
+ height: 80% !important;
|
|
|
+}
|
|
|
+.news-main-content .list-link {
|
|
|
+ display: block;
|
|
|
+ margin-top: 50px;
|
|
|
+ text-align: center;
|
|
|
+ color: #ea5413;
|
|
|
+ font-weight: bold;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+/* news-content End *//*# sourceMappingURL=style.css.map */
|