|
@@ -4,16 +4,13 @@
|
|
}
|
|
}
|
|
|
|
|
|
.navbar {
|
|
.navbar {
|
|
- -webkit-box-shadow: 0 2px 10px 2px #cccccc;
|
|
|
|
- box-shadow: 0 2px 10px 2px #cccccc;
|
|
|
|
|
|
+ box-shadow: 0 2px 10px 2px rgb(204, 204, 204);
|
|
background-color: white;
|
|
background-color: white;
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .navbar-collapse {
|
|
.navbar .navbar-collapse {
|
|
- -webkit-box-flex: 0;
|
|
|
|
- -ms-flex-positive: 0;
|
|
|
|
- flex-grow: 0;
|
|
|
|
|
|
+ flex-grow: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.header {
|
|
.header {
|
|
@@ -62,9 +59,7 @@
|
|
|
|
|
|
.header__form {
|
|
.header__form {
|
|
margin: 1rem auto;
|
|
margin: 1rem auto;
|
|
- -webkit-box-pack: center;
|
|
|
|
- -ms-flex-pack: center;
|
|
|
|
- justify-content: center;
|
|
|
|
|
|
+ justify-content: center;
|
|
}
|
|
}
|
|
|
|
|
|
.header__form__input {
|
|
.header__form__input {
|
|
@@ -80,9 +75,7 @@
|
|
color: white;
|
|
color: white;
|
|
border: none;
|
|
border: none;
|
|
width: 5rem;
|
|
width: 5rem;
|
|
- -webkit-transform: translateX(-100%);
|
|
|
|
- transform: translateX(-100%);
|
|
|
|
- -webkit-transition: all 0.3s;
|
|
|
|
|
|
+ transform: translateX(-100%);
|
|
transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -114,7 +107,7 @@
|
|
|
|
|
|
.header-right__video {
|
|
.header-right__video {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: calc(80% - 10%);
|
|
|
|
|
|
+ width: 70%;
|
|
height: auto;
|
|
height: auto;
|
|
left: 3.3rem;
|
|
left: 3.3rem;
|
|
top: 1.8rem;
|
|
top: 1.8rem;
|
|
@@ -132,8 +125,7 @@
|
|
width: 22%;
|
|
width: 22%;
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- -webkit-transform: translate(-60%, -50%);
|
|
|
|
- transform: translate(-60%, -50%);
|
|
|
|
|
|
+ transform: translate(-60%, -50%);
|
|
}
|
|
}
|
|
|
|
|
|
.header-right-linecir {
|
|
.header-right-linecir {
|
|
@@ -148,7 +140,6 @@
|
|
.footer {
|
|
.footer {
|
|
color: #656565;
|
|
color: #656565;
|
|
}
|
|
}
|
|
-
|
|
|
|
.footer .footer-contacts {
|
|
.footer .footer-contacts {
|
|
margin-top: 2rem;
|
|
margin-top: 2rem;
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
@@ -258,20 +249,17 @@
|
|
padding-bottom: 45%;
|
|
padding-bottom: 45%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.video-box {
|
|
.video-box {
|
|
margin: 50px auto 0;
|
|
margin: 50px auto 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 576px) {
|
|
@media (max-width: 576px) {
|
|
.video-box {
|
|
.video-box {
|
|
width: 90%;
|
|
width: 90%;
|
|
padding-bottom: 50%;
|
|
padding-bottom: 50%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.video-box iframe {
|
|
.video-box iframe {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
@@ -301,8 +289,7 @@
|
|
border-bottom: 10px solid #ff892e;
|
|
border-bottom: 10px solid #ff892e;
|
|
left: 50%;
|
|
left: 50%;
|
|
top: -1.5rem;
|
|
top: -1.5rem;
|
|
- -webkit-transform: translateX(-50%);
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
|
|
+ transform: translateX(-50%);
|
|
}
|
|
}
|
|
|
|
|
|
.category-btngrp {
|
|
.category-btngrp {
|
|
@@ -328,8 +315,7 @@
|
|
|
|
|
|
.card__rank {
|
|
.card__rank {
|
|
border: 1px solid #cecece;
|
|
border: 1px solid #cecece;
|
|
- -webkit-box-shadow: 1px 1px 5px 1px lightgray;
|
|
|
|
- box-shadow: 1px 1px 5px 1px lightgray;
|
|
|
|
|
|
+ box-shadow: 1px 1px 5px 1px rgb(211, 211, 211);
|
|
position: relative;
|
|
position: relative;
|
|
padding: 1rem 1.5rem;
|
|
padding: 1rem 1.5rem;
|
|
}
|
|
}
|
|
@@ -476,8 +462,7 @@
|
|
|
|
|
|
.toparticle {
|
|
.toparticle {
|
|
border: 1px solid #cecece;
|
|
border: 1px solid #cecece;
|
|
- -webkit-box-shadow: 1px 2px 3px 1px #e0e0e0;
|
|
|
|
- box-shadow: 1px 2px 3px 1px #e0e0e0;
|
|
|
|
|
|
+ box-shadow: 1px 2px 3px 1px rgb(224, 224, 224);
|
|
}
|
|
}
|
|
|
|
|
|
.toparticle__title {
|
|
.toparticle__title {
|
|
@@ -604,7 +589,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.aboutus_prize_img {
|
|
.aboutus_prize_img {
|
|
- border: 1.5rem solid #e7e7e7;
|
|
|
|
|
|
+ border: 1.5rem solid rgb(231, 231, 231);
|
|
border-radius: 1rem;
|
|
border-radius: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -614,7 +599,7 @@
|
|
padding: 1rem;
|
|
padding: 1rem;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-size: 1.4rem;
|
|
font-size: 1.4rem;
|
|
- background-color: #ffff9f;
|
|
|
|
|
|
+ background-color: rgb(255, 255, 159);
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -632,10 +617,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.ai-training__action__box {
|
|
.ai-training__action__box {
|
|
- -webkit-box-orient: horizontal;
|
|
|
|
- -webkit-box-direction: normal;
|
|
|
|
- -ms-flex-direction: row;
|
|
|
|
- flex-direction: row;
|
|
|
|
|
|
+ flex-direction: row;
|
|
}
|
|
}
|
|
|
|
|
|
.ai-training__action__btn {
|
|
.ai-training__action__btn {
|
|
@@ -667,8 +649,7 @@
|
|
background: linear-gradient(20deg, #ea5413, #920783);
|
|
background: linear-gradient(20deg, #ea5413, #920783);
|
|
color: white;
|
|
color: white;
|
|
font-size: 1.1rem;
|
|
font-size: 1.1rem;
|
|
- -webkit-box-shadow: 1px 1px 5px 1px #cfcfcf87;
|
|
|
|
- box-shadow: 1px 1px 5px 1px #cfcfcf87;
|
|
|
|
|
|
+ box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.5294117647);
|
|
}
|
|
}
|
|
|
|
|
|
.contact-btn {
|
|
.contact-btn {
|
|
@@ -680,12 +661,9 @@
|
|
background-color: #ea5413;
|
|
background-color: #ea5413;
|
|
margin-top: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
border-radius: 3rem;
|
|
border-radius: 3rem;
|
|
- -webkit-box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
|
|
|
|
- box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
|
|
|
|
- -webkit-transition: all 0.3s;
|
|
|
|
|
|
+ box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
|
|
transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
}
|
|
-
|
|
|
|
.contact-btn:hover {
|
|
.contact-btn:hover {
|
|
color: #ea5413;
|
|
color: #ea5413;
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
@@ -693,8 +671,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.loaded {
|
|
.loaded {
|
|
- -webkit-box-shadow: 0 4px 8px 0 #3569804d, 0 6px 20px 0 #a5c8d569;
|
|
|
|
- box-shadow: 0 4px 8px 0 #3569804d, 0 6px 20px 0 #a5c8d569;
|
|
|
|
|
|
+ box-shadow: 0 4px 8px 0 rgba(53, 105, 128, 0.3019607843), 0 6px 20px 0 rgba(165, 200, 213, 0.4117647059);
|
|
margin-bottom: 4rem;
|
|
margin-bottom: 4rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -730,14 +707,12 @@
|
|
margin-bottom: 0.8rem;
|
|
margin-bottom: 0.8rem;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
border-bottom: 1px dotted #ff892e;
|
|
border-bottom: 1px dotted #ff892e;
|
|
- -webkit-transition: all 0.4s;
|
|
|
|
transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
.btn-detailForm:hover {
|
|
.btn-detailForm:hover {
|
|
- -webkit-transform: translate(2px, 2px);
|
|
|
|
- transform: translate(2px, 2px);
|
|
|
|
|
|
+ transform: translate(2px, 2px);
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
color: #ff892e;
|
|
color: #ff892e;
|
|
}
|
|
}
|
|
@@ -745,10 +720,9 @@
|
|
@media (max-width: 1300px) {
|
|
@media (max-width: 1300px) {
|
|
.header-right__video {
|
|
.header-right__video {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: calc(80% - 4%);
|
|
|
|
|
|
+ width: 76%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 992px) {
|
|
@media (max-width: 992px) {
|
|
.header-title {
|
|
.header-title {
|
|
font-size: 3rem;
|
|
font-size: 3rem;
|
|
@@ -767,7 +741,7 @@
|
|
font-size: 1.3rem;
|
|
font-size: 1.3rem;
|
|
}
|
|
}
|
|
.header__sub::before,
|
|
.header__sub::before,
|
|
- .header__sub::after {
|
|
|
|
|
|
+.header__sub::after {
|
|
width: 8%;
|
|
width: 8%;
|
|
}
|
|
}
|
|
.header__sub::before {
|
|
.header__sub::before {
|
|
@@ -828,8 +802,7 @@
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.header__form__sub {
|
|
.header__form__sub {
|
|
- -webkit-transform: none;
|
|
|
|
- transform: none;
|
|
|
|
|
|
+ transform: none;
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0;
|
|
right: 0;
|
|
top: 0;
|
|
top: 0;
|
|
@@ -862,13 +835,9 @@
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.ai-training__action__box {
|
|
.ai-training__action__box {
|
|
- -webkit-box-orient: vertical;
|
|
|
|
- -webkit-box-direction: normal;
|
|
|
|
- -ms-flex-direction: column;
|
|
|
|
- flex-direction: column;
|
|
|
|
|
|
+ flex-direction: column;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.header .col-md-5 {
|
|
.header .col-md-5 {
|
|
margin-bottom: 3rem;
|
|
margin-bottom: 3rem;
|
|
@@ -916,7 +885,7 @@
|
|
}
|
|
}
|
|
.header-right__video {
|
|
.header-right__video {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: calc(80% - 10%);
|
|
|
|
|
|
+ width: 70%;
|
|
left: 2.3rem;
|
|
left: 2.3rem;
|
|
top: 1.5rem;
|
|
top: 1.5rem;
|
|
}
|
|
}
|
|
@@ -927,7 +896,6 @@
|
|
height: 50vh;
|
|
height: 50vh;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 576px) {
|
|
@media (max-width: 576px) {
|
|
.header-title {
|
|
.header-title {
|
|
font-size: 2.5rem;
|
|
font-size: 2.5rem;
|
|
@@ -962,42 +930,36 @@
|
|
width: 95%;
|
|
width: 95%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 480px) {
|
|
@media (max-width: 480px) {
|
|
.ctncategory-btn {
|
|
.ctncategory-btn {
|
|
margin-top: 0.6rem;
|
|
margin-top: 0.6rem;
|
|
}
|
|
}
|
|
.header-right__video {
|
|
.header-right__video {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: calc(80% - 5%);
|
|
|
|
|
|
+ width: 75%;
|
|
left: 2.1rem;
|
|
left: 2.1rem;
|
|
top: 1.3rem;
|
|
top: 1.3rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
/* blog-traffic Start */
|
|
/* blog-traffic Start */
|
|
.blog-traffic {
|
|
.blog-traffic {
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .header {
|
|
.blog-traffic .header {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .banner {
|
|
.blog-traffic .banner {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
height: auto;
|
|
height: auto;
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: -10;
|
|
z-index: -10;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.blog-traffic .banner {
|
|
.blog-traffic .banner {
|
|
width: 150vw;
|
|
width: 150vw;
|
|
height: auto;
|
|
height: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .header-img {
|
|
.blog-traffic .header-img {
|
|
width: 150%;
|
|
width: 150%;
|
|
height: auto;
|
|
height: auto;
|
|
@@ -1006,7 +968,6 @@
|
|
right: 30px;
|
|
right: 30px;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.blog-traffic .header-img {
|
|
.blog-traffic .header-img {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -1014,82 +975,67 @@
|
|
right: unset;
|
|
right: unset;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .header-title {
|
|
.blog-traffic .header-title {
|
|
font-size: 2.5rem;
|
|
font-size: 2.5rem;
|
|
line-height: 65px;
|
|
line-height: 65px;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
color: #000;
|
|
color: #000;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 768px) {
|
|
@media (max-width: 768px) {
|
|
.blog-traffic .header-title {
|
|
.blog-traffic .header-title {
|
|
font-size: 2.2rem;
|
|
font-size: 2.2rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .dm-description {
|
|
.blog-traffic .dm-description {
|
|
margin-top: -250px;
|
|
margin-top: -250px;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 1400px) {
|
|
@media (max-width: 1400px) {
|
|
.blog-traffic .dm-description {
|
|
.blog-traffic .dm-description {
|
|
margin-top: -190px;
|
|
margin-top: -190px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.blog-traffic .dm-description {
|
|
.blog-traffic .dm-description {
|
|
margin-top: -100px;
|
|
margin-top: -100px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .dm-description p {
|
|
.blog-traffic .dm-description p {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .category {
|
|
.blog-traffic .category {
|
|
padding: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .category.dm-description {
|
|
.blog-traffic .category.dm-description {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 575px) {
|
|
@media (max-width: 575px) {
|
|
.blog-traffic .category {
|
|
.blog-traffic .category {
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .category h4 {
|
|
.blog-traffic .category h4 {
|
|
font-size: 2rem;
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .category h4,
|
|
.blog-traffic .category h4,
|
|
.blog-traffic .category .sub-title {
|
|
.blog-traffic .category .sub-title {
|
|
margin: 0;
|
|
margin: 0;
|
|
color: #f5ab1b;
|
|
color: #f5ab1b;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .category-sub-h2::after {
|
|
.blog-traffic .category-sub-h2::after {
|
|
width: 3rem;
|
|
width: 3rem;
|
|
border-bottom: 10px solid #ea5413;
|
|
border-bottom: 10px solid #ea5413;
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic ul {
|
|
.blog-traffic ul {
|
|
padding: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic ul li {
|
|
.blog-traffic ul li {
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .img-block-img {
|
|
.blog-traffic .img-block-img {
|
|
width: 12%;
|
|
width: 12%;
|
|
-o-object-fit: contain;
|
|
-o-object-fit: contain;
|
|
@@ -1098,110 +1044,92 @@
|
|
position: relative;
|
|
position: relative;
|
|
top: -30px;
|
|
top: -30px;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 1200px) {
|
|
@media (max-width: 1200px) {
|
|
.blog-traffic .img-block-img {
|
|
.blog-traffic .img-block-img {
|
|
top: -10px;
|
|
top: -10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.blog-traffic .img-block-img {
|
|
.blog-traffic .img-block-img {
|
|
width: 15%;
|
|
width: 15%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.blog-traffic .img-block-img {
|
|
.blog-traffic .img-block-img {
|
|
width: 20%;
|
|
width: 20%;
|
|
top: 5px;
|
|
top: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 490px) {
|
|
@media (max-width: 490px) {
|
|
.blog-traffic .img-block-img {
|
|
.blog-traffic .img-block-img {
|
|
top: 15px;
|
|
top: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 414px) {
|
|
@media (max-width: 414px) {
|
|
.blog-traffic .img-block-img {
|
|
.blog-traffic .img-block-img {
|
|
top: 22px;
|
|
top: 22px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 1200px) {
|
|
@media (max-width: 1200px) {
|
|
.blog-traffic .img-first {
|
|
.blog-traffic .img-first {
|
|
top: 0;
|
|
top: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.blog-traffic .img-first {
|
|
.blog-traffic .img-first {
|
|
top: 15px;
|
|
top: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 490px) {
|
|
@media (max-width: 490px) {
|
|
.blog-traffic .img-first {
|
|
.blog-traffic .img-first {
|
|
top: 40px;
|
|
top: 40px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .add-img {
|
|
.blog-traffic .add-img {
|
|
width: 130px;
|
|
width: 130px;
|
|
margin: 10px auto 0;
|
|
margin: 10px auto 0;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.blog-traffic .add-img {
|
|
.blog-traffic .add-img {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.blog-traffic .add-img {
|
|
.blog-traffic .add-img {
|
|
margin: 10px auto -25px;
|
|
margin: 10px auto -25px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .purple-circle {
|
|
.blog-traffic .purple-circle {
|
|
width: 50%;
|
|
width: 50%;
|
|
left: -250px;
|
|
left: -250px;
|
|
bottom: 100px;
|
|
bottom: 100px;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.blog-traffic .purple-circle {
|
|
.blog-traffic .purple-circle {
|
|
left: -150px;
|
|
left: -150px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.blog-traffic .purple-circle {
|
|
.blog-traffic .purple-circle {
|
|
left: -50px;
|
|
left: -50px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .orange-circle {
|
|
.blog-traffic .orange-circle {
|
|
width: 50%;
|
|
width: 50%;
|
|
right: -200px;
|
|
right: -200px;
|
|
top: -200px;
|
|
top: -200px;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.blog-traffic .orange-circle {
|
|
.blog-traffic .orange-circle {
|
|
right: -100px;
|
|
right: -100px;
|
|
top: -150px;
|
|
top: -150px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.blog-traffic .data-text .circle {
|
|
.blog-traffic .data-text .circle {
|
|
top: -250px;
|
|
top: -250px;
|
|
right: -5vw;
|
|
right: -5vw;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.blog-traffic .data-text .circle {
|
|
.blog-traffic .data-text .circle {
|
|
top: 0px;
|
|
top: 0px;
|
|
@@ -1213,7 +1141,6 @@
|
|
#seo-dm {
|
|
#seo-dm {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
-
|
|
|
|
#seo-dm .stock-01 {
|
|
#seo-dm .stock-01 {
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
@@ -1221,67 +1148,72 @@
|
|
top: -180px;
|
|
top: -180px;
|
|
left: -300px;
|
|
left: -300px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#seo-dm .bg-img {
|
|
#seo-dm .bg-img {
|
|
width: 50%;
|
|
width: 50%;
|
|
position: absolute;
|
|
position: absolute;
|
|
right: -50px;
|
|
right: -50px;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
-
|
|
|
|
#seo-dm .block-content {
|
|
#seo-dm .block-content {
|
|
margin-left: -35px;
|
|
margin-left: -35px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#seo-dm .block-content h3 {
|
|
#seo-dm .block-content h3 {
|
|
color: #f6ab1c;
|
|
color: #f6ab1c;
|
|
font-size: 2.2rem;
|
|
font-size: 2.2rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+@media (max-width: 991px) {
|
|
|
|
+ #seo-dm .block-content h3 {
|
|
|
|
+ font-size: 1.8rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #seo-dm .block-content h3 {
|
|
|
|
+ font-size: 1.5rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
#seo-dm .block-content p {
|
|
#seo-dm .block-content p {
|
|
color: #656565;
|
|
color: #656565;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
+#seo-dm .block-content .block-title {
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+}
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ #seo-dm .block-content .block-title {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
|
|
/* seo End */
|
|
/* seo End */
|
|
/* youtube-views Start */
|
|
/* youtube-views Start */
|
|
#youtube-views {
|
|
#youtube-views {
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views h5 {
|
|
#youtube-views h5 {
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .title {
|
|
#youtube-views .title {
|
|
color: #ea5413;
|
|
color: #ea5413;
|
|
font-size: 1.3rem;
|
|
font-size: 1.3rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .header-right {
|
|
#youtube-views .header-right {
|
|
background-position: center;
|
|
background-position: center;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .card-group {
|
|
#youtube-views .card-group {
|
|
margin-top: 50px;
|
|
margin-top: 50px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .card-group .card {
|
|
#youtube-views .card-group .card {
|
|
- -webkit-box-shadow: 0 0 10px #20202040;
|
|
|
|
- box-shadow: 0 0 10px #20202040;
|
|
|
|
|
|
+ box-shadow: 0 0 10px rgba(32, 32, 32, 0.2509803922);
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .card-group .card ul {
|
|
#youtube-views .card-group .card ul {
|
|
padding: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .card-group .card ul img {
|
|
#youtube-views .card-group .card ul img {
|
|
margin-bottom: 1px;
|
|
margin-bottom: 1px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .card-group .card .price {
|
|
#youtube-views .card-group .card .price {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
@@ -1292,82 +1224,64 @@
|
|
background-color: #ea5413;
|
|
background-color: #ea5413;
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .card-group .card .buy-btn {
|
|
#youtube-views .card-group .card .buy-btn {
|
|
padding: 10px 20px;
|
|
padding: 10px 20px;
|
|
color: #fff;
|
|
color: #fff;
|
|
border: 1px solid transparent;
|
|
border: 1px solid transparent;
|
|
border-radius: 50px;
|
|
border-radius: 50px;
|
|
background: #ea5413;
|
|
background: #ea5413;
|
|
- -webkit-transition: all 0.3s;
|
|
|
|
transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .card-group .card .buy-btn:hover {
|
|
#youtube-views .card-group .card .buy-btn:hover {
|
|
color: #ea5413;
|
|
color: #ea5413;
|
|
border: 1px solid #ea5413;
|
|
border: 1px solid #ea5413;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .card-group .paypal-content {
|
|
#youtube-views .card-group .paypal-content {
|
|
margin: 0 20px;
|
|
margin: 0 20px;
|
|
- -webkit-box-shadow: none;
|
|
|
|
- box-shadow: none;
|
|
|
|
|
|
+ box-shadow: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .direction-list {
|
|
#youtube-views .direction-list {
|
|
margin-top: 100px;
|
|
margin-top: 100px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .direction-list img {
|
|
#youtube-views .direction-list img {
|
|
width: 50px;
|
|
width: 50px;
|
|
-o-object-fit: contain;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
- -webkit-filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
|
|
|
|
- filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
|
|
|
|
|
|
+ filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .direction-list .content > div {
|
|
#youtube-views .direction-list .content > div {
|
|
margin-bottom: 40px;
|
|
margin-bottom: 40px;
|
|
padding: 0px 15px;
|
|
padding: 0px 15px;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.125);
|
|
border-left: 1px solid rgba(0, 0, 0, 0.125);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .direction-list section h5 {
|
|
#youtube-views .direction-list section h5 {
|
|
margin: 0;
|
|
margin: 0;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .direction-list section p {
|
|
#youtube-views .direction-list section p {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .accordion-button {
|
|
#youtube-views .accordion-button {
|
|
padding: 20px;
|
|
padding: 20px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .accordion-button:not(.collapsed) {
|
|
#youtube-views .accordion-button:not(.collapsed) {
|
|
color: #ea5413 !important;
|
|
color: #ea5413 !important;
|
|
background-color: #ffebe2 !important;
|
|
background-color: #ffebe2 !important;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views button:focus:not(:focus-visible) {
|
|
#youtube-views button:focus:not(:focus-visible) {
|
|
- -webkit-box-shadow: none !important;
|
|
|
|
- box-shadow: none !important;
|
|
|
|
|
|
+ box-shadow: none !important;
|
|
}
|
|
}
|
|
-
|
|
|
|
#youtube-views .accordion-button:not(.collapsed)::after {
|
|
#youtube-views .accordion-button:not(.collapsed)::after {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea5413'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea5413'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
#youtube-views .category.dm-description {
|
|
#youtube-views .category.dm-description {
|
|
padding-top: 6rem;
|
|
padding-top: 6rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 575px) {
|
|
@media (max-width: 575px) {
|
|
#youtube-views .category.dm-description {
|
|
#youtube-views .category.dm-description {
|
|
padding-top: 14rem;
|
|
padding-top: 14rem;
|
|
@@ -1379,37 +1293,30 @@
|
|
.seo-image {
|
|
.seo-image {
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image p {
|
|
.seo-image p {
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .header {
|
|
.seo-image .header {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .video-box {
|
|
.seo-image .video-box {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding-bottom: 56%;
|
|
padding-bottom: 56%;
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .content {
|
|
.seo-image .content {
|
|
margin: 150px auto;
|
|
margin: 150px auto;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.seo-image .content {
|
|
.seo-image .content {
|
|
margin: 80px auto;
|
|
margin: 80px auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .line {
|
|
.seo-image .line {
|
|
width: 820px;
|
|
width: 820px;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: -70px;
|
|
top: -70px;
|
|
left: 345px;
|
|
left: 345px;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 1400px) {
|
|
@media (max-width: 1400px) {
|
|
.seo-image .line {
|
|
.seo-image .line {
|
|
width: 840px;
|
|
width: 840px;
|
|
@@ -1417,7 +1324,6 @@
|
|
left: 210px;
|
|
left: 210px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 1200px) {
|
|
@media (max-width: 1200px) {
|
|
.seo-image .line {
|
|
.seo-image .line {
|
|
width: 880px;
|
|
width: 880px;
|
|
@@ -1425,80 +1331,67 @@
|
|
left: 114px;
|
|
left: 114px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.seo-image .line {
|
|
.seo-image .line {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .title {
|
|
.seo-image .title {
|
|
font-size: 28px;
|
|
font-size: 28px;
|
|
color: #f6ab1c;
|
|
color: #f6ab1c;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.seo-image .img-item {
|
|
.seo-image .img-item {
|
|
width: 100%;
|
|
width: 100%;
|
|
max-width: 100% !important;
|
|
max-width: 100% !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .purple-circle,
|
|
.seo-image .purple-circle,
|
|
.seo-image .orange-circle {
|
|
.seo-image .orange-circle {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.seo-image .purple-circle,
|
|
.seo-image .purple-circle,
|
|
- .seo-image .orange-circle {
|
|
|
|
|
|
+.seo-image .orange-circle {
|
|
width: 60%;
|
|
width: 60%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .purple-circle {
|
|
.seo-image .purple-circle {
|
|
top: -470px;
|
|
top: -470px;
|
|
right: -100%;
|
|
right: -100%;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.seo-image .purple-circle {
|
|
.seo-image .purple-circle {
|
|
top: -350px;
|
|
top: -350px;
|
|
right: -150px;
|
|
right: -150px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.seo-image .purple-circle {
|
|
.seo-image .purple-circle {
|
|
top: -250px;
|
|
top: -250px;
|
|
right: -20px;
|
|
right: -20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .orange-circle {
|
|
.seo-image .orange-circle {
|
|
top: -200px;
|
|
top: -200px;
|
|
left: -100%;
|
|
left: -100%;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.seo-image .orange-circle {
|
|
.seo-image .orange-circle {
|
|
top: -30vw;
|
|
top: -30vw;
|
|
left: -20vw;
|
|
left: -20vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.seo-image .data-text .circle {
|
|
.seo-image .data-text .circle {
|
|
top: -400px;
|
|
top: -400px;
|
|
right: -5vw;
|
|
right: -5vw;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.seo-image .data-text .circle {
|
|
.seo-image .data-text .circle {
|
|
top: -250px;
|
|
top: -250px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.seo-image .data-text .circle {
|
|
.seo-image .data-text .circle {
|
|
top: -120px;
|
|
top: -120px;
|
|
@@ -1516,30 +1409,25 @@
|
|
.data-text {
|
|
.data-text {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
-
|
|
|
|
.data-text p {
|
|
.data-text p {
|
|
font-size: 28px;
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-
|
|
|
|
.data-text .circle {
|
|
.data-text .circle {
|
|
width: 500px;
|
|
width: 500px;
|
|
z-index: -100;
|
|
z-index: -100;
|
|
position: absolute;
|
|
position: absolute;
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
.data-text .circle {
|
|
.data-text .circle {
|
|
width: 400px;
|
|
width: 400px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.data-text .circle {
|
|
.data-text .circle {
|
|
width: 250px;
|
|
width: 250px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-/* 共用 className End */
|
|
|
|
-/*# sourceMappingURL=style.css.map */
|
|
|
|
|
|
+/* 共用 className End *//*# sourceMappingURL=style.css.map */
|