@header-default-color: transparent; @header-hover-color: rgba(0, 0, 0, 0.85); html, body { margin: 0; padding: 0; } body { display: flex; flex-direction: column; letter-spacing: 0.5px; } .ias-tpl-footer-introduction-title, .ias-tpl-footer-connect-title, .ias-tpl-footer-content-right-item-title-text { font-weight: bold; } .ias-tpl-overflow-hidden.ias-tpl-overflow-hidden { overflow: hidden; } @media screen and (min-width: 1200px) { .ias-tpl-header { box-sizing: border-box; position: fixed; top: 0; left: 0; width: 100%; height: 60px; padding: 0 100px; display: flex; justify-content: center; background-color: @header-default-color; font-size: 14px; color: #ffffff; transition: all 0.3s; z-index: 999999; a { text-decoration: none; color: inherit; } .ias-tpl-header-logo-container { margin-right: 60px; display: flex; align-items: center; .ias-tpl-header-logo { width: 100px; object-fit: contain; } } .ias-tpl-header-nav-list { max-width: 700px; display: flex; align-items: center; } .ias-tpl-header-service-list { max-width: 480px; margin-left: auto; align-items: center; display: flex; justify-content: flex-end; } .ias-tpl-header-nav-item, .ias-tpl-header-service-item { position: relative; cursor: pointer; } .ias-tpl-header-nav-item:not(.ias-tpl-header-nav-item:first-child), .ias-tpl-header-service-item:not(.ias-tpl-header-service-item:first-child) { margin-left: 50px; } .ias-tpl-header-nav-item:after, .ias-tpl-header-service-item:after { content: ''; width: 0; height: 1px; position: absolute; border-radius: 50%; background-color: #ffffff; bottom: -10px; right: 50%; transition: all 0.5s; } .ias-tpl-header-nav-item:hover:after, .ias-tpl-header-service-item:hover:after { width: 100%; right: 0; } } .ias-tpl-header-default { background-color: @header-default-color; } .ias-tpl-header-hover { background-color: @header-hover-color; } .ias-tpl-header:hover { background-color: @header-hover-color; } .ias-tpl-footer { box-sizing: border-box; width: 100%; height: 780px; padding: 0 100px 30px 100px; background-color: #000000; color: #ffffff; display: flex; flex-direction: column; a { text-decoration: none; color: inherit; } .ias-tpl-footer-breadcrumb { font-size: 14px; border-bottom: 0.5px solid #5e5e5e; padding-bottom: 20px; display: flex; .ias-tpl-footer-breadcrumb-content, .ias-tpl-footer-breadcrumb-separate { margin-top: 50px; } .ias-tpl-footer-breadcrumb-separate { margin-left: 30px; margin-right: 30px; } } .ias-tpl-footer-content { flex: 1; padding: 80px 0 10px 0; display: flex; .ias-tpl-footer-content-left { height: 100%; max-width: 605px; display: flex; flex-direction: column; margin-right: 10vw; .ias-tpl-footer-introduction { margin-bottom: 80px; .ias-tpl-footer-introduction-title { display: block; } .ias-tpl-footer-introduction-content { font-size: 14px; line-height: 21px; text-align: justify; } } .ias-tpl-footer-connect { .ias-tpl-footer-connect-content { font-size: 12px; line-height: 18px; } } .ias-tpl-footer-introduction-title, .ias-tpl-footer-connect-title { font-size: 24px; margin-bottom: 30px; } .ias-tpl-footer-media { display: flex; margin-top: auto; .ias-tpl-footer-media-item-container { box-sizing: border-box; position: relative; width: 25px; height: 25px; border-radius: 50%; display: flex; justify-content: center; align-items: center; .ias-tpl-footer-media-icon { cursor: pointer; width: 25px; object-fit: contain; } .ias-tpl-footer-media-qrcode { box-sizing: border-box; border-radius: 5px; display: none; position: absolute; width: 150px; height: 160px; top: -175px; left: 50%; translate: -50%; background-color: #ffffff; flex-direction: column; justify-content: center; align-items: center; .ias-tpl-footer-media-qrcode-img { height: 80%; object-fit: contain; } } .ias-tpl-footer-media-qrcode::before { position: absolute; content: ''; width: 0; height: 0; bottom: -12px; left: 50%; translate: -50%; border-style: solid; border-width: 12px 12px 0 12px; border-color: #ffffff transparent transparent transparent; } .ias-tpl-footer-media-qrcode-double { width: 290px; } } .ias-tpl-footer-media-item-container:hover { background-color: #2d2d2d; .ias-tpl-footer-media-qrcode { display: flex; } } .ias-tpl-footer-media-item-container:not(.ias-tpl-footer-media-item-container:first-child) { margin-left: 20px; } } } .ias-tpl-footer-content-right { margin-left: auto; display: flex; flex: 1; justify-content: space-evenly; .ias-tpl-footer-content-right-item:not(.ias-tpl-footer-content-right-item:first-child) { margin-left: 7vw; } .ias-tpl-footer-content-right-item { display: flex; flex-direction: column; .ias-tpl-footer-content-right-item-title-container { font-size: 24px; .ias-tpl-footer-content-right-item-title-button { display: none; } } .ias-tpl-footer-content-right-item-content-container { margin-top: 30px; .ias-tpl-footer-content-right-item-content-text { display: inline-block; position: relative; font-size: 14px; cursor: pointer; } .ias-tpl-footer-content-right-item-content-text:after { content: ''; width: 0; height: 1px; position: absolute; border-radius: 50%; background-color: #ffffff; bottom: -10px; right: 50%; transition: all 0.5s; } .ias-tpl-footer-content-right-item-content-text:hover:after { width: 100%; right: 0; } } .ias-tpl-footer-content-right-item-title-container, .ias-tpl-footer-content-right-item-content-container { display: flex; justify-content: flex-start; white-space: nowrap; } } } } .ias-tpl-footer-statement { font-size: 12px; border-top: 0.5px solid #5e5e5e; padding-top: 30px; display: flex; line-height: 18px; .ias-tpl-footer-statement-left { margin-right: 50px; display: flex; } .ias-tpl-footer-statement-right { display: flex; } .ias-tpl-footer-statement-left-item:not(.ias-tpl-footer-statement-left-item:first-child), .ias-tpl-footer-statement-right-item:not(.ias-tpl-footer-statement-right-item:first-child) { margin-left: 6px; } } } .ias-mobile-tpl-header { display: none; } .ias-mobile-adm-popup { display: none; } } @media screen and (max-width: 1200px) { .ias-tpl-footer-media-icon { cursor: pointer; width: 25px; object-fit: contain; } .ias-tpl-header { display: none; } .ias-mobile-tpl-header { display: flex; height: 60px; padding: 0 20px 0 18px; background: @header-default-color; align-items: center; justify-content: space-between; position: fixed; top: 0; right: 0; left: 0; z-index: 999; a { text-decoration: none; color: inherit; } .ias-mobile-tpl-header-logo-container { .ias-mobile-tpl-header-logo { width: 100px; object-fit: contain; } } .ias-mobile-header-menu { width: 30px; height: 30px; display: -moz-box; display: flex; -moz-box-orient: vertical; -moz-box-direction: normal; flex-direction: column; -moz-box-align: center; align-items: center; -moz-box-pack: center; justify-content: center; grid-gap: 4px; gap: 4px; .isa-mobile-header-menu-btn-item { display: block; width: 18px; height: 2px; background-color: #fff; -webkit-transform-origin: 4px 0; -moz-transform-origin: 4px 0; transform-origin: 4px 0; -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -moz-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -moz-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); opacity: 1; &:last-child { -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; transform-origin: 0 100%; } } } .ias-mobile-header-menu-active { .isa-mobile-header-menu-btn-item { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); &:first-child { -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0; } &:nth-child(2) { opacity: 0; } &:last-child { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); } } } } .ias-mobile-tpl-header-active { background-color: @header-hover-color; } .ias-mobile-tpl-footer { display: none; } .ias-mobile-adm-popup { position: fixed; z-index: 1000; .ias-mobile-tpl-header-nav-list { position: fixed; left: 0; top: 59px; z-index: 1010; width: 100vw; height: -moz-calc(100vh - 60px); height: calc(100vh - 60px); overflow-y: auto; background-color: @header-hover-color; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); color: rgba(255, 255, 255, 0.7); padding: 0 20px; display: -moz-box; display: flex; -moz-box-orient: vertical; -moz-box-direction: normal; flex-direction: column; -moz-box-pack: justify; justify-content: flex-start; align-items: center; box-sizing: border-box; transform: translate(-100%, 0px); transition: transform 0.5s ease; /* 娣诲姞杩囨浮鏁堟灉 */ .ias-mobile-tpl-header-nav-item { position: relative; display: -moz-box; display: flex; -moz-box-align: center; align-items: center; justify-content: center; height: 60px; width: 100%; line-height: 22px; a { color: rgba(255, 255, 255); text-decoration: none; background-color: transparent; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; cursor: pointer; font-size: 12px; margin: 0; padding: 0; } &::after { content: ''; position: absolute; width: 100%; border-bottom: 1px solid #5e5e5e; left: 0; bottom: 0; -webkit-transform-origin: 0 bottom; -moz-transform-origin: 0 bottom; transform-origin: 0 bottom; opacity: 1; width: 400%; -webkit-transform: scale(0.25); -moz-transform: scale(0.25); transform: scale(0.25); } } } .ias-mobile-tpl-header-nav-list-active { transform: translate(0%, 0px) !important; } } .ias-tpl-footer { box-sizing: border-box; width: 100%; padding: 0 20px 20px 20px; background-color: #000000; color: #ffffff; display: flex; flex-direction: column; a { text-decoration: none; color: inherit; } .ias-tpl-footer-breadcrumb { font-size: 12px; color: #aaaaaa; border-bottom: 0.5px solid #5e5e5e; padding-bottom: 10px; display: flex; .ias-tpl-footer-breadcrumb-content, .ias-tpl-footer-breadcrumb-separate { margin-top: 30px; } .ias-tpl-footer-breadcrumb-separate { margin-left: 15px; margin-right: 15px; } } .ias-tpl-footer-content { padding-top: 30px; .ias-tpl-footer-content-left { .ias-tpl-footer-introduction-title, .ias-tpl-footer-connect-title { display: block; font-size: 14px; margin-bottom: 20px; } .ias-tpl-footer-introduction-content, .ias-tpl-footer-connect-content { font-size: 12px; margin-bottom: 30px; } .ias-tpl-footer-media { display: flex; border-bottom: 0.5px solid #5e5e5e; padding-bottom: 20px; margin-bottom: 30px; .ias-tpl-footer-media-item-container { box-sizing: border-box; position: relative; width: 25px; height: 25px; background-color: #2d2d2d; border-radius: 50%; display: flex; justify-content: center; align-items: center; .ias-tpl-footer-media-qrcode { box-sizing: border-box; border-radius: 5px; display: none; position: absolute; width: 150px; height: 160px; top: -175px; left: 50%; translate: -50%; background-color: #2d2d2d; flex-direction: column; justify-content: center; align-items: center; .ias-tpl-footer-media-qrcode-img { height: 80%; object-fit: contain; } } .ias-tpl-footer-media-qrcode::before { position: absolute; content: ''; width: 0; height: 0; bottom: -8px; border-style: solid; border-width: 8px 8px 0 8px; border-color: #2d2d2d transparent transparent transparent; } .ias-tpl-footer-media-qrcode-double { width: 290px; } } .ias-tpl-footer-media-item-container:nth-child(1), .ias-tpl-footer-media-item-container:nth-child(2) { .ias-tpl-footer-media-qrcode { left: 0; translate: 0; } .ias-tpl-footer-media-qrcode::before { left: 0; translate: 100%; border-width: 8px 8px 0 0; } } .ias-tpl-footer-media-item-container:nth-last-child(1), .ias-tpl-footer-media-item-container:nth-last-child(2) { .ias-tpl-footer-media-qrcode { left: auto; right: 0; translate: 0; } .ias-tpl-footer-media-qrcode::before { right: 0; } .ias-tpl-footer-media-qrcode::before { right: 0; translate: -100%; border-width: 8px 0 0 8px; } } .ias-tpl-footer-media-item-container:active { .ias-tpl-footer-media-qrcode { display: flex; } } .ias-tpl-footer-media-item-container:not(.ias-tpl-footer-media-item-container:first-child) { margin-left: 20px; } } } .ias-tpl-footer-content-right { .ias-tpl-footer-content-right-item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 0.5px solid #262626; .ias-tpl-footer-content-right-item-title-container { position: relative; font-size: 14px; display: flex; justify-content: space-between; align-items: center; .ias-tpl-footer-content-right-item-title-button::before, .ias-tpl-footer-content-right-item-title-button::after { content: ''; position: absolute; border-radius: 2px; background-color: #aaaaaa; transition: 0.3s ease-out; } .ias-tpl-footer-content-right-item-title-button::before { top: 50%; width: 12px; height: 2px; right: 0; } .ias-tpl-footer-content-right-item-title-button::after { top: 25%; width: 2px; height: 12px; right: 5px; } .ias-tpl-footer-content-right-item-content-rotate::before { transform: rotate(360deg); } .ias-tpl-footer-content-right-item-content-rotate::after { transform: rotate(360deg); opacity: 0; } } .ias-tpl-footer-content-right-item-content-list-container { display: none; padding-bottom: 10px; .ias-tpl-footer-content-right-item-content-text { font-size: 12px; color: #aaaaaa; margin-top: 30px; } } } } } .ias-tpl-footer-statement { font-size: 12px; color: #aaaaaa; margin-top: 20px; display: flex; flex-direction: column; .ias-tpl-footer-statement-left { display: flex; flex-wrap: wrap; .ias-tpl-footer-statement-left-item { line-height: 24px; margin-right: 6px; } } .ias-tpl-footer-statement-right { order: -1; margin-bottom: 30px; } } } }