|
@@ -174,6 +174,10 @@
|
|
|
filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(31deg) brightness(107%) contrast(100%);
|
|
|
}
|
|
|
|
|
|
+.pageForm-title-h3 {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
/* footer.html Start */
|
|
|
.footer {
|
|
|
color: #656565;
|
|
@@ -1010,6 +1014,11 @@
|
|
|
top: -130px;
|
|
|
}
|
|
|
}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #ai-anchor .header-title {
|
|
|
+ font-size: 2rem;
|
|
|
+ }
|
|
|
+}
|
|
|
#ai-anchor .header-sub {
|
|
|
padding: 0 10px;
|
|
|
text-align: start;
|
|
@@ -1031,19 +1040,20 @@
|
|
|
}
|
|
|
}
|
|
|
#ai-anchor .ai-description {
|
|
|
- padding: 200px 0 100px;
|
|
|
+ padding-top: 200px;
|
|
|
+ padding-bottom: 100px;
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
#ai-anchor .ai-description {
|
|
|
- padding: 100px 0;
|
|
|
+ padding-top: 100px;
|
|
|
}
|
|
|
}
|
|
|
-#ai-anchor .ai-description div img {
|
|
|
+#ai-anchor .ai-description div .icon {
|
|
|
width: 30px;
|
|
|
}
|
|
|
#ai-anchor .ai-description h5 {
|
|
|
margin: 0;
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 28px;
|
|
|
font-weight: bold;
|
|
|
color: #ea5413;
|
|
|
}
|
|
@@ -1052,6 +1062,28 @@
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
}
|
|
|
+#ai-anchor .ai-description .content-box {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-bottom: 150px;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #ai-anchor .ai-description .content-box {
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+}
|
|
|
+#ai-anchor .ai-description .content-box section {
|
|
|
+ width: 35%;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #ai-anchor .ai-description .content-box section {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+}
|
|
|
+#ai-anchor .ai-description .triangle-item {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
@media (max-width: 991px) {
|
|
|
#ai-anchor .ai-description .triangle-item {
|
|
|
margin-left: -35px;
|
|
@@ -1067,9 +1099,112 @@
|
|
|
transform: rotate(90deg);
|
|
|
}
|
|
|
}
|
|
|
+#ai-anchor .faq-content {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+#ai-anchor .faq-content .img-box {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #ai-anchor .faq-content .img-box {
|
|
|
+ width: 330px;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+#ai-anchor .faq-content .img-box .img-mb {
|
|
|
+ width: 500px;
|
|
|
+ margin: auto;
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #ai-anchor .faq-content .img-box .img-mb {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+}
|
|
|
+#ai-anchor .faq-content .img-box .text-box {
|
|
|
+ position: absolute;
|
|
|
+ width: 330px;
|
|
|
+ right: 330px;
|
|
|
+ top: 80px;
|
|
|
+ line-height: 35px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #656565;
|
|
|
+}
|
|
|
+@media (max-width: 1400px) {
|
|
|
+ #ai-anchor .faq-content .img-box .text-box {
|
|
|
+ right: 260px;
|
|
|
+ top: 55px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ #ai-anchor .faq-content .img-box .text-box {
|
|
|
+ font-size: 16px;
|
|
|
+ right: 185px;
|
|
|
+ top: 40px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #ai-anchor .faq-content .img-box .text-box {
|
|
|
+ width: 365px;
|
|
|
+ right: 160px;
|
|
|
+ top: 310px;
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #ai-anchor .faq-content .img-box .text-box {
|
|
|
+ right: 70px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #ai-anchor .faq-content .img-box .text-box {
|
|
|
+ width: 285px;
|
|
|
+ right: 23px;
|
|
|
+ top: 190px;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #ai-anchor .faq-content .img-box .text-box p:last-child {
|
|
|
+ width: 200px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #ai-anchor .faq-content .img-box .text-box p:last-child {
|
|
|
+ width: 170px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#ai-anchor ul {
|
|
|
+ list-style: none;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #ai-anchor ul {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+#ai-anchor ul li {
|
|
|
+ font-size: 18px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #ai-anchor ul li {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#ai-anchor video {
|
|
|
+ width: 75%;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #ai-anchor video {
|
|
|
+ width: 90%;
|
|
|
+ }
|
|
|
+}
|
|
|
#ai-anchor .content {
|
|
|
width: 800px;
|
|
|
- margin: 10rem auto;
|
|
|
+ margin: 0 auto 10rem;
|
|
|
padding: 2rem 8rem;
|
|
|
border-radius: 20px;
|
|
|
background-color: #fff2ec;
|
|
@@ -1100,15 +1235,17 @@
|
|
|
width: 250px;
|
|
|
}
|
|
|
}
|
|
|
-#ai-anchor .content .ai-anchor-price mark {
|
|
|
+#ai-anchor .content .ai-anchor-price {
|
|
|
background-color: transparent;
|
|
|
padding: 2px 1px;
|
|
|
border-radius: 5px;
|
|
|
+ font-size: 48px;
|
|
|
color: #3190da;
|
|
|
background: linear-gradient(transparent 40%, rgba(255, 255, 255, 0) 50%, yellow 75%, yellow 90%, transparent 95%);
|
|
|
}
|
|
|
#ai-anchor .content,
|
|
|
#ai-anchor .ai-description span {
|
|
|
+ font-size: 22px;
|
|
|
font-weight: bold;
|
|
|
color: #3190da;
|
|
|
}
|
|
@@ -1929,34 +2066,43 @@
|
|
|
|
|
|
/* seo End */
|
|
|
/* youtube-views Start */
|
|
|
-#youtube-views {
|
|
|
+#youtube-views,
|
|
|
+#youtube-views-zh {
|
|
|
overflow-x: hidden;
|
|
|
}
|
|
|
-#youtube-views h5 {
|
|
|
+#youtube-views h5,
|
|
|
+#youtube-views-zh h5 {
|
|
|
line-height: 32px;
|
|
|
}
|
|
|
-#youtube-views .title {
|
|
|
+#youtube-views .title,
|
|
|
+#youtube-views-zh .title {
|
|
|
color: #ea5413;
|
|
|
font-size: 1.3rem;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
-#youtube-views .header-right {
|
|
|
+#youtube-views .header-right,
|
|
|
+#youtube-views-zh .header-right {
|
|
|
background-position: center;
|
|
|
}
|
|
|
-#youtube-views .card-group {
|
|
|
+#youtube-views .card-group,
|
|
|
+#youtube-views-zh .card-group {
|
|
|
margin-top: 50px;
|
|
|
}
|
|
|
-#youtube-views .card-group .card {
|
|
|
+#youtube-views .card-group .card,
|
|
|
+#youtube-views-zh .card-group .card {
|
|
|
box-shadow: 0 0 10px rgba(32, 32, 32, 0.2509803922);
|
|
|
}
|
|
|
-#youtube-views .card-group .card ul {
|
|
|
+#youtube-views .card-group .card ul,
|
|
|
+#youtube-views-zh .card-group .card ul {
|
|
|
padding: 0;
|
|
|
list-style: none;
|
|
|
}
|
|
|
-#youtube-views .card-group .card ul img {
|
|
|
+#youtube-views .card-group .card ul img,
|
|
|
+#youtube-views-zh .card-group .card ul img {
|
|
|
margin-bottom: 1px;
|
|
|
}
|
|
|
-#youtube-views .card-group .card .price {
|
|
|
+#youtube-views .card-group .card .price,
|
|
|
+#youtube-views-zh .card-group .card .price {
|
|
|
width: 100%;
|
|
|
padding: 10px 0;
|
|
|
font-size: 28px;
|
|
@@ -1966,71 +2112,310 @@
|
|
|
background-color: #ea5413;
|
|
|
letter-spacing: 2px;
|
|
|
}
|
|
|
-#youtube-views .card-group .card .buy-btn {
|
|
|
- padding: 10px 20px;
|
|
|
+#youtube-views .card-group .card .buy-btn,
|
|
|
+#youtube-views-zh .card-group .card .buy-btn {
|
|
|
+ padding: 6px 18px;
|
|
|
color: #fff;
|
|
|
border: 1px solid transparent;
|
|
|
border-radius: 50px;
|
|
|
background: #ea5413;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
-#youtube-views .card-group .card .buy-btn:hover {
|
|
|
+#youtube-views .card-group .card .buy-btn:hover,
|
|
|
+#youtube-views-zh .card-group .card .buy-btn:hover {
|
|
|
color: #ea5413;
|
|
|
border: 1px solid #ea5413;
|
|
|
background: #fff;
|
|
|
}
|
|
|
-#youtube-views .card-group .paypal-content {
|
|
|
+#youtube-views .card-group .paypal-content,
|
|
|
+#youtube-views-zh .card-group .paypal-content {
|
|
|
margin: 0 20px;
|
|
|
box-shadow: none;
|
|
|
}
|
|
|
-#youtube-views .direction-list {
|
|
|
+#youtube-views .direction-list,
|
|
|
+#youtube-views-zh .direction-list {
|
|
|
margin-top: 100px;
|
|
|
}
|
|
|
-#youtube-views .direction-list img {
|
|
|
+#youtube-views .direction-list img,
|
|
|
+#youtube-views-zh .direction-list img {
|
|
|
width: 50px;
|
|
|
-o-object-fit: contain;
|
|
|
object-fit: contain;
|
|
|
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,
|
|
|
+#youtube-views-zh .direction-list .content > div {
|
|
|
margin-bottom: 40px;
|
|
|
padding: 0px 15px;
|
|
|
border-left: 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,
|
|
|
+#youtube-views-zh .direction-list section h5 {
|
|
|
margin: 0;
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
-#youtube-views .direction-list section p {
|
|
|
+#youtube-views .direction-list section p,
|
|
|
+#youtube-views-zh .direction-list section p {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-#youtube-views .accordion-button {
|
|
|
+#youtube-views .accordion-button,
|
|
|
+#youtube-views-zh .accordion-button {
|
|
|
padding: 20px;
|
|
|
}
|
|
|
-#youtube-views .accordion-button:not(.collapsed) {
|
|
|
+#youtube-views .accordion-button:not(.collapsed),
|
|
|
+#youtube-views-zh .accordion-button:not(.collapsed) {
|
|
|
color: #ea5413 !important;
|
|
|
background-color: #ffebe2 !important;
|
|
|
}
|
|
|
-#youtube-views button:focus:not(:focus-visible) {
|
|
|
+#youtube-views button:focus:not(:focus-visible),
|
|
|
+#youtube-views-zh button:focus:not(:focus-visible) {
|
|
|
box-shadow: none !important;
|
|
|
}
|
|
|
-#youtube-views .accordion-button:not(.collapsed)::after {
|
|
|
+#youtube-views .accordion-button:not(.collapsed)::after,
|
|
|
+#youtube-views-zh .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");
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
- #youtube-views .category.dm-description {
|
|
|
+ #youtube-views .category.dm-description,
|
|
|
+#youtube-views-zh .category.dm-description {
|
|
|
padding-top: 6rem;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
- #youtube-views .category.dm-description {
|
|
|
+ #youtube-views .category.dm-description,
|
|
|
+#youtube-views-zh .category.dm-description {
|
|
|
padding-top: 14rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/* youtube-views End */
|
|
|
+/* youtube-views-zh Start */
|
|
|
+#youtube-views-zh .header {
|
|
|
+ margin-top: 0;
|
|
|
+ padding: 4.8rem 0 3rem;
|
|
|
+}
|
|
|
+#youtube-views-zh .header p {
|
|
|
+ line-height: 35px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #656565;
|
|
|
+}
|
|
|
+@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 .header-title {
|
|
|
+ padding-top: 10rem;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ font-size: 40px;
|
|
|
+ color: #ea5413;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .header .header-title {
|
|
|
+ padding-top: 5rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 414px) {
|
|
|
+ #youtube-views-zh .header .header-title {
|
|
|
+ font-size: 34px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .header .banner {
|
|
|
+ width: 100vw;
|
|
|
+ height: 1420px;
|
|
|
+ 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");
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ #youtube-views-zh .header .banner {
|
|
|
+ top: -10vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #youtube-views-zh .header .banner {
|
|
|
+ top: 8vw;
|
|
|
+ height: 1000px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .info-content {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .info-content h4 {
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 35px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+}
|
|
|
+#youtube-views-zh .info-content h4 strong {
|
|
|
+ font-size: 30px;
|
|
|
+ color: #ea5413;
|
|
|
+}
|
|
|
+#youtube-views-zh .info-content p {
|
|
|
+ width: 320px;
|
|
|
+ line-height: 35px;
|
|
|
+ color: #656565;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .info-content p {
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .card-group {
|
|
|
+ margin: 170px auto 50px;
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #youtube-views-zh .card-group {
|
|
|
+ margin: 75px auto 50px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .card-group .card {
|
|
|
+ border-radius: 20px;
|
|
|
+}
|
|
|
+#youtube-views-zh .card-group .card ul {
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+#youtube-views-zh .card-group .card .price {
|
|
|
+ font-size: 30px;
|
|
|
+}
|
|
|
+#youtube-views-zh .card-group .card .price small {
|
|
|
+ display: block;
|
|
|
+ margin-top: -3px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: normal;
|
|
|
+ text-decoration: line-through;
|
|
|
+}
|
|
|
+#youtube-views-zh .card-group .card .buy-btn {
|
|
|
+ display: block;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .direction-list {
|
|
|
+ margin-top: 50px;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .direction-list img {
|
|
|
+ filter: unset;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+#youtube-views-zh .direction-list section {
|
|
|
+ margin-bottom: 40px;
|
|
|
+ padding: 0px 35px 10px;
|
|
|
+ border-left: 1px solid #656565;
|
|
|
+ border-bottom: 1px solid #656565;
|
|
|
+ border-radius: 0 0 0 10px;
|
|
|
+}
|
|
|
+#youtube-views-zh .direction-list section h5 {
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+#youtube-views-zh .direction-list section p {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 30px;
|
|
|
+ color: #656565;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 150px;
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content section h4 {
|
|
|
+ position: absolute;
|
|
|
+ top: 35%;
|
|
|
+ left: 50%;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 28px;
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 40px;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ #youtube-views-zh .data-content section h4 {
|
|
|
+ top: 40%;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .data-content section h4 {
|
|
|
+ top: 36%;
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: normal;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #youtube-views-zh .data-content section h4 {
|
|
|
+ top: 40%;
|
|
|
+ }
|
|
|
+}
|
|
|
+#youtube-views-zh .data-content section h4 strong {
|
|
|
+ font-size: 34px;
|
|
|
+ color: #ea5413;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #youtube-views-zh .data-content section h4 strong {
|
|
|
+ font-size: 24px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 414px) {
|
|
|
+ #youtube-views-zh .data-content section 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 */
|
|
|
.seo-image {
|
|
|
overflow-x: hidden;
|