.ys-header { height: var(--ys-header-top); display: flex; transition: all 0.2s; position: relative; z-index: 100; } .ys-header.is-sticky { position: sticky; top: 0; } .ys-header .ys-header-nav { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--ys-page-padding); background: #fff; position: relative; z-index: 20; box-shadow: 0 15px 10px -15px #0000000f; } .ys-header__menu { min-width: 59px; } .ys-header__menu .iconfont { font-size: 24px; cursor: pointer; color: var(--ys-color-text-000); } .ys-header-menu { position: fixed; z-index: 102; left: auto; top: 0; bottom: 0; width: 260px; background-color: var(--ys-color-white); transform: translateX(-260px); transition: 0.3s; } .ys-header-menu.show { transform: translateX(0); } .ys-header-menu.show + .ys-header__cover { z-index: 101; } .ys-header-menu .header-menu-close { height: var(--ys-header-top); line-height: var(--ys-header-top); padding-left: var(--ys-page-padding); } .ys-header-menu .header-menu-close .iconfont { font-size: 18px; color: var(--ys-color-text-000); } .ys-header-menu .header-menu-list { padding-top: 18px; } .ys-header-menu .header-menu__link { text-decoration: none; color: var(--ys-color-text-000); margin-left: 58px; height: 72px; line-height: 72px; } .ys-header-menu .header-menu-other { position: absolute; width: 100%; bottom: 87px; text-align: center; } .ys-header-menu .header-menu__tel { color: var(--ys-color-text-100); font-size: 14px; } .ys-header-menu .header-menu__tel span { color: var(--ys-color-strong); font-size: 16px; font-weight: bold; } .ys-header__logo { height: 37px; } .ys-header.is-show-mobile-search .ys-header__logo { display: none; } /* search start */ .ys-header__right { display: flex; align-items: center; justify-content: end; transition: 0.3s; } .ys-header__right.open { flex: 1; } .ys-header__search { position: relative; /* display: flex; */ display: none; justify-content: space-between; align-items: center; box-sizing: border-box; width: 203px; height: 44px; padding: 10px 12px; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; transition: all 0.2s; transform-origin: right; } .ys-header__right.open .ys-header__search { width: 100%; padding: 10px 12px; } .ys-header.is-show-mobile-search .ys-header__search { display: block; } .ys-header__search::after { content: ''; position: absolute; height: 16px; left: 12px; top: 13px; width: 1px; background-color: var(--ys-color-text-000); animation: flashing 0.8s infinite; } .ys-header__right.open .ys-header__search:focus-within:after { display: none; } @keyframes flashing { 0% { opacity: 1; } 40% { opacity: 0; } 100% { opacity: 1; } } .ys-header__search .ys-header__search-input { width: calc(100% - 46px); height: 16px; color: var(--ys-color-text-000); caret-color: var(--ys-color-primary); border: none; outline: none; } .ys-header__search:focus-within { border-color: var(--ys-color-primary); } .ys-header__search .ys-header__search-input::placeholder { font-size: 12px; color: var(--ys-color-text-500); } .ys-header__search .search-btn { width: 26px; padding: 0; position: absolute; top: 2px; right: 10px; background-color: #fff; border: none; outline: none; cursor: pointer; transition: transform 0.2s; } .ys-header__search .search-btn .icon-search { display: inline-block; font-size: 26px; color: var(--ys-color-text-000); transition: transform 0.2s; } .ys-header__search .search-btn:hover .icon-search { color: var(--ys-color-primary); transform: scale(1.1); } .ys-header-search--mobile { margin-top: 5px; } .ys-header-search--mobile .icon-search { font-size: 30px; } .ys-header.is-show-mobile-search .ys-header-search--mobile { display: none; } /* search end */ /* user start */ .ys-header__user { margin-left: 22px; position: relative; height: 40px; padding-top: 3px; box-sizing: border-box; } .ys-header__user > .ys-header__user-icon > i { font-size: 24px; cursor: pointer; color: var(--ys-color-text-000); } .ys-header__user .ys-header__user-card { position: absolute; top: 40px; right: -10px; padding: 16px; background-color: var(--ys-color-white); z-index: 20; border-radius: 2px; box-shadow: 0px 4px 14px 0px #0000001a; border: 1px solid var(--ys-color-text-700); transition: all 0.2s; transform-origin: top; transform: scaleY(0); } .ys-header__user:hover .ys-header__user-card { transform: scaleY(1); } .ys-header__user .ys-header__user-card button { height: 32px; line-height: 32px; margin-bottom: 12px; width: 100px; font-size: 12px; padding: 0; } .ys-header__user .ys-header__user-card button a { color: unset; text-decoration: none; display: block; } .ys-header__user .ys-header__user-card button:last-child { margin-bottom: 0; } /* user end */ /* 悬停卡片 start */ .ys-header__card { position: absolute; z-index: 18; width: 100%; left: 0; /* right: 0; */ top: var(--ys-header-top); background-color: var(--ys-color-white); transition: all .2s ease-in-out; transform-origin: top; transform: scaleY(0); max-height: 82vh; overflow-y: auto; overflow-x: hidden; padding: 40px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1) inset; border-top: 0.5px solid var(--ys-color-text-700); border-bottom: 1px solid var(--ys-color-text-700); transition-delay: 150ms; } .ys-header__card.show { transform: scaleY(1); } .ys-header__cover { position: fixed; z-index: 17; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); transition-delay: 100ms; } /* 悬停卡片 end */ /* 搜索卡片 start */ .ys-header__search-card { background-color: #f3f5f8; padding: 50px 40px; } .ys-header__search-card i { position: absolute; top: 20px; right: 20px; cursor: pointer; font-size: 20px; } .ys-header__search-card .search-hot { margin-bottom: 40px; } .ys-header__search-card .search-title { font-size: 14px; font-weight: 600; margin-bottom: 12px; } .ys-header__search-card .search-title span { font-weight: 400; color: var(--ys-color-text-300); margin-left: 16px; cursor: pointer; } .ys-header__search-card .search-words a { margin-right: 20px; font-size: 14px; text-decoration: none; color: var(--ys-color-text-000); } /* 搜索卡片 end */ @media only screen and (min-width: 1200px), (max-width: 576px) { .ys-header__user { margin-left: 10px; } } @media only screen and (max-width: 340px) { .ys-header__menu { min-width: auto; } }body { background-color: var(--ys-color-background); } /* 产品选型-规格详情 */ .ys-sku { --sku-banner-size: 250px; background-color: var(--ys-color-background); } .ys-sku .c-breadcrumb { width: var(--ys-content-width); margin: auto; padding: 30px 0; } .ys-sku .c-breadcrumb ul > li:nth-of-type(4) { display: none; } .ys-sku .c-breadcrumb li > h2, .ys-sku .c-breadcrumb li > a { max-width: 115px; } /* 详情 start */ .ys-sku .ys-sku__info { width: var(--ys-content-width); display: flex; margin: 0 auto; position: relative; } .ys-sku__info .sku-banner { width: var(--sku-banner-size); /* position: relative; */ border-radius: 4px; overflow: hidden; } .ys-sku__info .sku-banner__slider { /* width: var(--sku-banner-size); */ height: var(--sku-banner-size); /* position: absolute; */ /* top: 0; */ /* left: 0; */ display: flex; transition: all 0.3s; } .ys-sku__info .banner-slide { position: relative; height: 100%; width: var(--sku-banner-size); flex-shrink: 0; } .ys-sku__info .banner-slide .mask { display: none; width: 100px; height: 100px; background-color: #fede4f; opacity: 0.5; position: absolute; top: 0; left: 0; } .ys-sku__info .banner-slide img, .ys-sku__info .banner-slide video { width: 100%; height: 100%; } .ys-sku__info .sku-banner__indicator { display: flex; /* gap: 8px; */ /* position: absolute; */ /* top: 388px; */ /* left: 0; */ padding-top: 8px; padding-left: 0; margin: 0 -4px; } .ys-sku__info .sku-banner__indicator li { width: 46px; height: 46px; margin: 0 4px; border: 1px solid var(--ys-color-text-700); border-radius: 4px; cursor: pointer; list-style: none; overflow: hidden; } .ys-sku__info .sku-banner__indicator li.active, .ys-sku__info .sku-banner__indicator li:hover { border-color: var(--ys-color-primary); } .ys-sku__info .sku-banner__indicator li img { width: 100%; height: 100%; } .ys-sku__info .sku-mirror { position: absolute; left: var(--sku-banner-size); top: 0; width: var(--sku-banner-size); height: var(--sku-banner-size); overflow: hidden; padding: 0; display: none; z-index: 22; border: 1px solid var(--ys-color-background-100); } .ys-sku__info .sku-mirror img { width: 1200px; max-width: 1200px; position: absolute; top: 0; left: 0; } .ys-sku__info .sku-info { margin-left: 20px; width: calc(100% - 270px); } .ys-sku__info .sku-title { font-size: 22px; font-weight: 500; line-height: normal; margin: 0; overflow: hidden; text-overflow: ellipsis; } .ys-sku__info .sku-subtitle { font-size: 16px; line-height: 22px; margin: 8px 0 15px; color: var(--ys-color-text-300); } .ys-sku__info .sku-no { margin: 15px 0; font-size: 14px; } .ys-sku__info .sku-no span { font-weight: 600; } .ys-sku__info .sku-drawing { min-width: 100%; background-color: var(--ys-color-background-100); padding: 12px; font-size: 14px; display: flex; align-items: center; } .ys-sku__info .sku-drawing:hover { background-color: #e2e2e2; } .ys-sku__info .sku-drawing span { color: var(--ys-color-text-100); margin-right: 12px; white-space: nowrap; } .ys-sku__info .sku-drawing a { text-decoration: underline; color: var(--ys-color-text-000); margin-right: auto; } .ys-sku__info .sku-drawing i { font-size: 20px; padding: 0 5px; border-radius: 2px; } .ys-sku__info .sku-drawing i:hover { background-color: var(--ys-color-background-100); } .ys-sku__info .sku-drawing .c-popover-content { min-width: auto; white-space: nowrap; top: unset; bottom: 35px; background-color: var(--ys-color-text-000); color: var(--ys-color-white); padding: 5px 10px; } .ys-sku__info .sku-drawing .c-popover-content::after { content: ""; position: absolute; left: 19px; bottom: -5px; z-index: 2; width: 0; height: 0; border-top: 6px solid var(--ys-color-text-000); border-right: 6px solid transparent; border-left: 6px solid transparent; } .ys-sku__info .sku-action { margin-top: 0; } .ys-sku__info .sku-action button { width: calc(50% - 10px); height: 40px; padding: 12px; margin-top: 16px; display: inline-flex; align-items: center; justify-content: space-between; font-size: 14px; } .ys-sku__info .sku-action button:first-of-type { margin-right: 10px; } .ys-sku__info .sku-action i { margin-left: auto; } .ys-sku__info .sku-action-more { display: flex; align-items: center; color: var(--ys-color-text-100); margin-top: 22px; font-size: 14px; } .ys-sku__info .sku-action-more .action-item { display: flex; align-items: center; cursor: pointer; } .ys-sku__info .sku-action-more .action-item:hover, .ys-sku__info .sku-action-more .action-item:hover i { color: var(--ys-color-primary); } .ys-sku__info .sku-action-more i { color: var(--ys-color-text-000); margin-right: 8px; } .ys-sku__info .sku-action-more .action-slide { margin: 0 24px; width: 1px; height: 16px; background-color: var(--ys-color-text-500); } /* 详情 end */ /* tabs start */ .ys-sku__tabs { margin: 50px auto 15px; width: var(--ys-content-width); display: flex; flex-wrap: wrap; padding: 0; } .ys-sku__tabs li { border: 1px solid var(--ys-color-text-700); color: var(--ys-color-text-100); font-size: 14px; padding: 10px 20px; border-radius: 30px; margin-right: 12px; margin-bottom: 15px; list-style: none; cursor: pointer; } .ys-sku__tabs li:hover { background-color: var(--ys-color-background-100); } .ys-sku__tabs li.active { color: var(--ys-color-white); background-color: var(--ys-color-assist); } /* tabs end */ /* tab栏目 start */ .ys-sku__tab-item { width: var(--ys-content-width); margin: 0 auto 110px; } /* tab栏目 end */ /* 规格参数 start */ .sku-spec .sku-spec-title { font-size: 16px; margin-bottom: 16px; font-weight: 600; } .sku-table { border: 1px solid var(--ys-color-text-700); border-bottom: none; display: flex; flex-wrap: wrap; margin-bottom: 20px; } .sku-table .sku-table-item { width: 50%; border-bottom: 1px solid var(--ys-color-text-700); display: flex; align-items: center; flex-direction: column; color: var(--ys-color-text-000); font-size: 14px; background-color: var(--ys-color-white); } .sku-table .sku-table-item:nth-child(2n + 1) { border-right: 1px solid var(--ys-color-text-700); } .sku-table .sku-table-item.no-border { width: 100%; border-right: 0; } .sku-table .sku-table-item.no-border + .sku-table-item { display: none; } .sku-table .sku-table-item label, .sku-table .sku-table-item span { display: inline-block; height: 40px; line-height: 40px; padding: 0 18px; max-width: 100%; } .sku-table .sku-table-item label { width: 100%; font-weight: 600; text-align: center; background-color: #f0f0f0; } /* 规格参数 end */ /* 详情介绍 start */ .sku-detail { background-color: var(--ys-color-background-050); border: 1px solid var(--ys-color-text-700); padding: 16px; } .sku-detail .detail-title { font-size: 14px; font-weight: 600; margin-bottom: 8px; } .sku-detail .detail-info { font-size: 14px; color: var(--ys-color-text-100); } /* 关联方案 start */ .sku-scene { display: grid; /* grid-template-rows: 394px; */ /* grid-auto-rows: 394px; */ grid-template-columns: repeat(3, 1fr); gap: 16px; width: 100%; margin: 0 auto; } .sku-scene .scene-img { display: block; width: 100%; /* height: 208px; */ position: relative; height: 0; padding-bottom: 100%; border-radius: 4px; } .sku-scene .scene-img img { position: absolute; object-fit: cover; } .sku-scene .scene-title { line-height: 25px; font-size: 18px; font-weight: 500; margin: 10px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .sku-scene .scene-link { color: var(--ys-color-text-000); text-decoration: none; } .sku-scene .scene-link:hover { color: var(--ys-color-primary); } .sku-scene .scene-description { line-height: 20px; font-size: 14px; color: var(--ys-color-text-300); margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } /* 关联方案 end */ /* 规格产品 start */ .sku-product { display: grid; /* grid-template-rows: 394px; */ /* grid-auto-rows: 394px; */ grid-template-columns: repeat(3, 1fr); gap: 16px; width: 100%; margin: 0 auto; } .sku-product .product-img { overflow: hidden; display: block; width: 100%; /* height: 304px; */ position: relative; height: 0; padding-bottom: 100%; font-size: 0; background: radial-gradient( 69.52% 73.55% at 49.88% 38.66%, #fafafa 0%, #f3f3f3 53.79%, #eee 100% ); border-radius: 4px; } .sku-product .product-img img { position: absolute; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform 0.4s; } .sku-product .grid-item:hover img { transform: scale(1.1); } .sku-product .grid-item:hover .product-code__box { color: var(--ys-color-primary); } .sku-product .product-title { line-height: 20px; font-size: 14px; font-weight: 500; margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .sku-product .product-link { color: var(--ys-color-text-100); text-decoration: none; } .sku-product .product-link:hover { color: var(--ys-color-primary); } .sku-product .product-code__box { color: var(--ys-color-text-000); text-decoration: none; } .sku-product .product-code { margin: 12px 0 4px; line-height: 22px; font-size: 14px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; } .sku-product .product-description { line-height: 20px; font-size: 14px; color: var(--ys-color-text-300); margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } /* 规格产品 end */ /* 配套产品 start */ .sku-recommend { display: grid; /* grid-template-rows: 394px; */ /* grid-auto-rows: 394px; */ grid-template-columns: repeat(3, 1fr); gap: 16px; width: 100%; margin: 0 auto; } .sku-recommend .grid-item:hover img { transform: scale(1.1); } .sku-recommend .grid-item:hover .product-code__box { color: var(--ys-color-primary); } .sku-recommend .product-img { overflow: hidden; display: block; width: 100%; /* height: 304px; */ position: relative; height: 0; padding-bottom: 100%; font-size: 0; background: radial-gradient( 69.52% 73.55% at 49.88% 38.66%, #fafafa 0%, #f3f3f3 53.79%, #eee 100% ); border-radius: 4px; } .sku-recommend .product-img img { position: absolute; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform 0.4s; } .sku-recommend .product-img:hover img { transform: scale(1.06); } .sku-recommend .product-title { line-height: 20px; font-size: 14px; font-weight: 500; margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .sku-recommend .product-link { color: var(--ys-color-text-100); text-decoration: none; } /* .sku-recommend .product-link:hover { color: var(--ys-color-primary); } */ .sku-recommend .product-code__box { color: var(--ys-color-text-000); text-decoration: none; } .sku-recommend .product-code { margin: 12px 0 4px; line-height: 22px; font-size: 14px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .sku-recommend .product-description { line-height: 20px; font-size: 14px; color: var(--ys-color-text-300); margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } /* 配套产品 end */ /* faq start */ .sku-faq { border: 1px solid var(--ys-color-text-700); } .sku-faq .sku-faq-item { border-bottom: 1px solid var(--ys-color-text-700); padding: 16px; font-size: 14px; } .sku-faq .sku-faq-item:nth-child(2n + 1) { background-color: var(--ys-color-background-050); } .sku-faq .sku-faq-item:last-child { border-bottom: 0; } .sku-faq .sku-faq-item p { line-height: 24px; } .sku-faq .sku-faq-item p:first-child { font-weight: 600; color: var(--ys-color-text-000); margin-bottom: 6px; } .sku-faq .sku-faq-item p:last-child { color: var(--ys-color-text-100); } /* faq end */ /** 隐藏非打印区域 start **/ @media print { body > header, body > footer, .ys-sku .c-breadcrumb { display: none !important; } .ys-sku { transform-origin: left top; transform: scale(0.7); } } /** 隐藏非打印区域 end **/ /** 分享浮层 start **/ .sku-share .c-popover-content { padding: 10px 8px; width: fit-content; white-space: nowrap; } .sku-share .share-options { margin: 0; padding: 0; } .sku-share .share-options li { font-size: 13px; padding: 4px 10px; border-radius: 2px; cursor: pointer; display: flex; align-items: center; position: relative; } .sku-share .share-options li:hover { background: #f4f7ff; } .sku-share .share-options li:hover .cover-code { display: block; } .sku-share .share-options i { font-size: 20px; margin-right: 8px; } .sku-share .share-options .icon-wechat { color: #50b674; } .sku-share .share-options .icon-qq { color: #68a5e1; } .sku-share .share-options .icon-weibo { color: #f56467; } .sku-share .share-options .icon-link { color: #1296db; } .share-options .cover-code { display: none; position: absolute; padding: 12px; background-color: var(--ys-color-white); font-size: 12px; color: var(--ys-color-text-000); top: -10px; left: calc(100% + 20px); text-align: center; fill: linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(180deg, #f5f5f5 0%, #fefefe 100%); stroke-width: 1px; stroke: #eee; filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1)); } .share-options .cover-code::after { content: ""; position: absolute; left: -6px; top: 20px; z-index: 2; width: 0; height: 0; border-right: 6px solid var(--ys-color-white); border-top: 6px solid transparent; border-bottom: 6px solid transparent; } .share-options .cover-code div { margin-bottom: 4px; width: 90px; height: 90px; } /** 分享浮层 end **/ /** 分享二维码弹窗 start **/ .wechat-qrcode-dialog .qrcode-header { text-align: center; margin: 0 0 20px 0; } /** 分享二维码弹窗 end **/ @media only screen and (min-width: 1200px), (max-width: 576px) { .ys-sku { --sku-banner-size: 380px; } .ys-sku .c-breadcrumb { padding: 20px 0; } .ys-sku .ys-sku__info { flex-direction: column; } .ys-sku__info .sku-banner { height: auto; margin: 0 auto; margin-bottom: 20px; } .ys-sku__info .banner-slide .mask, .ys-sku__info .sku-mirror { display: none !important; } .ys-sku__info .sku-info { width: 100%; margin-left: 0; } .ys-sku__info .sku-title { font-size: 18px; } .ys-sku__info .sku-action { text-align: center; } .ys-sku__tabs { margin-top: 42px; } .ys-sku__tabs li { padding: 10px 15px; margin-bottom: 12px; } .sku-table .sku-table-item label, .sku-table .sku-table-item span { padding: 0 10px; } .ys-sku__info .sku-drawing, .sku-table .sku-table-item { font-size: 12px; } .sku-recommend, .sku-product, .sku-scene { grid-template-columns: repeat(2, 1fr); } .sku-recommend .product-title, .sku-product .product-title, .sku-scene .scene-title { font-size: 14px; line-height: 20px; } .sku-product .product-description { font-size: 12px; } } @media only screen and (max-width: 440px) { .ys-sku { --sku-banner-size: 90vw; } .sku-scene .scene-title { margin: 6px 0; } } @media only screen and (max-width: 375px) { .ys-sku__tabs li { padding: 8px 12px; margin-right: 8px; } } @media only screen and (max-width: 300px) { .sku-table .sku-table-item { width: 100%; } .sku-table .sku-table-item:nth-child(2n + 1) { border-right: none; } .sku-table .sku-table-item label { font-size: 14px; } .sku-recommend, .sku-product, .sku-scene { gap: 8px; } .ys-sku__info .sku-action button:first-of-type { margin-left: 0; } .ys-sku__info .sku-action button { display: flex; width: 140px; } } /* 网站底部 */ .ys-footer { width: 100%; background: #ecf1f8; } .ys-footer__ad { height: 89px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--ys-page-padding); margin: 0 auto; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .ys-footer__content { padding: 40px var(--ys-page-padding) 0; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #eee; } .ys-footer__content .footer_phone { display: block; margin: 0 0 0.5em 0; font-size: 26px; font-weight: 600; line-height: 36px; color: var(--ys-color-strong); text-decoration: none; } .ys-footer__content .footer_work_time, .ys-footer__content .footer_email { font-size: 14px; color: rgba(51, 51, 51, 0.68); } .ys-footer__content .footer_email a { color: rgba(51, 51, 51, 0.68); text-decoration: none; } .ys-footer__content .left-part .iconfont { display: inline-block; margin: 0 4px 0 0; position: relative; color: rgba(51, 51, 51, 0.68); font-size: 16px; } .ys-footer__content .left-part .icon-clock-fill { top: 1px; } .ys-footer__content .left-part .icon-email-fill { top: 2px; } .ys-footer__content .left-part, .ys-footer__content .right-part { order: 2; margin-top: 20px; } .ys-footer__content .center-part { flex: 100%; padding: 6px 0 0 0; } .ys-footer__content .content-link + .content-link { margin-top: 20px; } .ys-footer__content .content-link span { font-size: 16px; color: var(--ys-color-text-000); font-weight: 600; } .ys-footer__content .content-link__icon { display: none; } .ys-footer__content .content-link__title { display: flex; align-items: center; justify-content: space-between; } .ys-footer__content .content-link.show .content-link__icon { transform: rotate(270deg); } .ys-footer__content .content-link__icon { display: inline-block; transform: rotate(90deg); font-size: 18px; transition: 0.3s; } .ys-footer__content .children-link-wrap { display: none; } .ys-footer__end { flex-direction: column; height: auto; } .ys-footer__end .right-part { padding: 10px 0; } .ys-footer__content .children-link-wrap { list-style: none; padding-inline-start: 0; margin: 22px 0 0 0; height: 100%; } .ys-footer__content .children-link-wrap a { font-size: 14px; line-height: 17px; color: var(--ys-color-text-100); text-decoration: none; } .ys-footer__content .children-link-wrap li + li { margin: 16px 0 0 0; } .ys-footer__content .children-link-wrap a:hover { color: var(--ys-color-primary); } .ys-footer__content .right-part { display: flex; /* gap: 12px; */ } .ys-footer__content .right-part .part-item:first-of-type{ margin-right: 12px; } .ys-footer__content .right-part .part-item { padding: 10px 12px 12px; text-align: center; font-size: 14px; background-color: var(--ys-color-white); height: fit-content; } .ys-footer__content .right-part img { width: 82px; height: 82px; } .ys-footer__content .right-part p { margin-bottom: 4px; } .ys-footer__friendly { padding: 16px var(--ys-page-padding); margin: 0 auto; border-bottom: 1px solid #eee; } .ys-footer__friendly span { font-size: 16px; line-height: 32px; color: var(--ys-color-text-000); } .ys-footer__friendly ul { display: inline-flex; list-style: none; padding-inline-start: 0; margin: 0; flex-wrap: wrap; } .ys-footer__friendly a { padding: 4px 10px; position: relative; font-size: 14px; color: var(--ys-color-text-100); text-decoration: none; } .ys-footer__friendly a:hover { color: var(--ys-color-primary); } .ys-footer__friendly li + li a:before { content: '|'; color: var(--ys-color-text-300); position: absolute; left: -2px; top: 4px; } .ys-footer__end { box-sizing: border-box; min-height: 76px; padding: 16px var(--ys-page-padding) 40px; display: flex; align-items: center; justify-content: space-between; background: #202228; } .ys-footer__end .end-link { font-size: 12px; color: #fff; } .ys-footer__end .end-link a { position: relative; text-decoration: none; color: #fff; margin-right: 10px; } .ys-footer__end .end-link a:not(:last-child)::after { content: ''; position: absolute; width: 2px; height: 15px; right: -9px; top: 0; bottom: 0; margin: auto; background-color: var(--ys-color-white); } .ys-footer__end .right-part { display: flex; align-items: center; /* gap: 10px; */ } .ys-footer__end .right-part img { height: 42px; max-width: 110px; } .ys-footer__end .copyright-wrap { margin-right: 10px; display: inline-flex; flex-direction: column; align-items: flex-end; justify-content: space-around; /* gap: 6px; */ font-size: 12px; color: #fff; opacity: 0.7; } .ys-footer__end .copyright-wrap a{ color: #fff; text-decoration: none; margin-bottom: 6px; } @media only screen and (min-width: 1200px), (max-width: 576px) { .ys-footer__end .right-part { flex-direction: column; } .ys-footer__end .copyright-wrap { margin-top: 12px; margin-right: 0; order: 2; align-items: flex-start; } .ys-footer__end .copyright-wrap a { margin: 0; } .ys-footer__end .end-link { order: 2; } }.ys-tabbar { position: sticky; bottom: 0; left: 0; width: 100%; background-color: var(--ys-color-white); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6.09375px 0px; z-index: 20; } .ys-tabbar .ys-tabbar__list { height: 54px; display: flex; align-items: center; list-style: none; margin: 0; padding: 0; } .ys-tabbar .ys-tabbar__item { flex: 1; } .ys-tabbar .ys-tabbar__link { display: block; position: relative; text-align: center; text-decoration: none; color: var(--ys-color-text-100); font-size: 12px; } .ys-tabbar .ys-tabbar__link.active { color: var(--ys-color-primary); } .ys-tabbar .ys-tabbar__icon .iconfont { font-size: 18px; line-height: normal; } .ys-tabbar .ys-tabbar__text { margin-top: 2px; } .ys-tabbar .ys-tabbar__circle { position: absolute; top: -32px; left: 50%; margin-left: -25px; background-color: var(--ys-color-strong); color: var(--ys-color-white); width: 50px; height: 50px; line-height: 50px; border-radius: 50%; } .ys-tabbar .ys-tabbar__circle::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgba(244, 244, 244, 1); z-index: -2; background-color: var(--ys-color-white); } .ys-tabbar .ys-tabbar__circle::after { content: ""; position: absolute; left: -10px; bottom: -5px; background-color: var(--ys-color-white); width: 67px; height: 30px; z-index: -1; } .ys-tabbar .ys-tabbar__circle .iconfont { font-size: 24px; } .ys-tabbar .ys-tabbar__circle + div { visibility: hidden; } @media only screen and (max-width: 375px) { .ys-tabbar .ys-tabbar__circle { top: -24px; margin-left: -22px; width: 42px; height: 42px; line-height: 42px; } .ys-tabbar .ys-tabbar__circle::before { width: 50px; height: 50px; } .ys-tabbar .ys-tabbar__circle::after { left: -14px; bottom: -6px; } .ys-tabbar .ys-tabbar__circle .iconfont { font-size: 20px; } }