html { font-size: 85%; } body, th, td, input, select, textarea, button { color: #333; line-height: 1.5; font-size: 14px; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; } a:hover { text-decoration: none; } input, select, textarea { letter-spacing: 0; } :focus { outline: none; box-shadow: none !important; } .hidden { display: none; } select.form-control { padding-top: 0; padding-bottom: 0; appearance: none; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYgNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNCOUJEQzU7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS41LDFoLTVDMC4yMiwxLDAsMS4yMiwwLDEuNVYyYzAsMC4xMywwLjA1LDAuMjYsMC4xNSwwLjM1bDIuNSwyLjVDMi43NCw0Ljk1LDIuODcsNSwzLDVzMC4yNi0wLjA1LDAuMzUtMC4xNQoJbDIuNS0yLjVDNS45NSwyLjI2LDYsMi4xMyw2LDJWMS41QzYsMS4yMiw1Ljc4LDEsNS41LDF6Ii8+Cjwvc3ZnPgo='); background-position-y: 50%; background-position-x: calc(100% - 11px); background-repeat: no-repeat; padding-right: 24px; -webkit-appearance: none; } .form-control { min-height: 38px; font-size: 1rem; border-radius: 4px; } .space { padding-top: 50px; padding-bottom: 50px; } .space2x { padding-top: 90px; padding-bottom: 90px; } .index .header { position: absolute; z-index: 100; width: 100%; background-color: transparent; } .header { background-color: #011537; border-bottom: 1px solid rgba(255,255,255,0.1); } .navbar-brand { background-repeat: no-repeat; background-position: left center; background-size: 130px auto; text-indent: -999em; width: 150px; height: 40px; padding: 0; } .header .navbar { height: 90px; } .header .navbar-nav .dropdown-menu .dropdown-link { line-height: 24px; display: block; text-decoration: none; color: #555; font-size: 14px; } .header .navbar-nav .dropdown-menu .dropdown-item:active .dropdown-link { color: #FFF; } .header .navbar .navbar-nav .nav-link { color: rgba(255,255,255,.9); padding: 0 1rem; line-height: 59px; font-size: 16px; } .header .navbar .navbar-nav .nav-link:hover { color: rgba(255,255,255, .6); } /* Top CSS */ .header-top { } .header-top .bg-img-wrap { /* background-image: url("../img/bg-idcindex-pc.svg"); background-position: top center; background-size: auto 280px; */ background: url(../img/banner/banner2.png); background-size: cover; } .header-top.pages .bg-img-wrap { /*     background-image: url("../img/bg-cloudindex-pc.svg"); */ } .header-top.pages .slogan h1 { font-size: 42px; font-weight: 600; } .header-top .slogan { padding: 80px 0; } .header-top .slogan h1 { font-size: 36px; color: #fff; letter-spacing: -2px; font-weight: 500; } .header-top .slogan h1 small { color: rgba(255,255,255,.6); font-size: 65%; margin-left: 10px; } .header-top .slogan p { color: rgba(255,255,255,.9); margin-bottom: 0; } .home-swiper { position: relative; width: 100%; height: 100vh; overflow: hidden; background-color: #000; } .home-swiper .swiper-container { width: 100%; height: 100%; } .home-swiper .swiper-slide { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; } .home-swiper .slide-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .home-swiper .container { position: relative; z-index: 2; color: #fff; text-align: left; padding: 0 0 0 25%; width: 100%; } .home-swiper .container h2 { font-size: 48px; font-weight: 600; margin-bottom: 20px; opacity: 0; transform: translateY(30px); animation: fadeInUp 0.8s forwards; color: #333; } .home-swiper .container p { font-size: 24px; line-height: 1.5; margin-bottom: 15px; opacity: 0; transform: translateY(30px); animation: fadeInUp 0.8s forwards 0.2s; color: #666; } .home-swiper .container .btn { display: inline-block; padding: 12px 36px; font-size: 18px; color: #fff; border: 2px solid rgba(255, 255, 255, 0.8); border-radius: 4px; margin-top: 30px; transition: all 0.3s; opacity: 0; transform: translateY(30px); animation: fadeInUp 0.8s forwards 0.4s; text-decoration: none; } .home-swiper .container .btn:hover { background: rgba(255, 255, 255, 0.9); color: #000; border-color: #fff; } .swiper-side-nav { position: absolute; background-color: transparent; top: 50%; transform: translateY(-50%); filter: none; z-index: 10; width: 200px; border-radius: 0; box-shadow: none; border-right: 3px solid #fff; left: 23%; } .swiper-side-nav .nav-item { padding: 15px 5px 15px 30px; margin-bottom: 0; cursor: pointer; border-radius: 0; transition: all 0.3s ease; border-right: 3px solid transparent; border-bottom: none; text-align: left; margin: 0 -3px 0 0; } .swiper-side-nav .nav-item:hover { background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.6)); border-right: 3px solid rgba(0, 102, 255, 0.5); } .swiper-side-nav .nav-item.active { background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 102, 255, 0.3)); border-right: 3px solid #0066ff; box-shadow: none; } .swiper-side-nav .nav-item h3 { color: #333; font-size: 16px; margin: 0 0 3px 0; font-weight: 500; transition: all 0.3s ease; } .swiper-side-nav .nav-item p { color: #666; font-size: 12px; margin: 0; transition: all 0.3s ease; } .swiper-side-nav .nav-item:hover h3 { color: #0066ff; } .swiper-side-nav .nav-item:hover p { color: #333; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .home-swiper .container { padding: 0; width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; } .home-swiper .container h2 { font-size: 28px; text-align: center; margin: 0 15px 15px; width: calc(100% - 30px); color: #333; } .home-swiper .container p { font-size: 16px; text-align: center; margin: 0 15px 15px; width: calc(100% - 30px); color: #666; line-height: 1.6; } .home-swiper .container .btn { padding: 10px 25px; font-size: 15px; min-width: 120px; text-align: center; } .banner-btn { margin: 20px auto 0; padding-bottom: 30px; text-align: center; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .banner-btn a { margin: 0; flex: 0 1 auto; } .home-swiper .swiper-slide { padding: 30px 0; height: auto; min-height: 300px; display: flex; align-items: center; } } .home-notices { height: 60px; background-color: #e1e2e9; } .home-notices .splide--ttb>.splide__pagination { display: none; } .home-notices .splide__arrows { position: absolute; top: 5px; right: 15px; z-index: 100; display: inline-block; } .home-notices .splide__arrow { display: block; height: 16px; width: 16px; font-size: 1.5rem; outline: none; background-color: transparent; position: relative; } .home-notices .splide__arrow svg { max-height: 16px; max-width: 16px; } .home-notices .splide--ttb>.splide__arrows .splide__arrow--prev { top: 0; margin-bottom: 15px; } .home-notices .splide--ttb>.splide__arrows .splide__arrow--next { bottom: 10px; } .home-notices .splide__slide { display: flex; align-items: center; } .home-notices .splide__slide .badge-cell { margin-right: 15px; padding: 3px 11px; border-radius: 13px; background: #333; font-size: 0.875rem; color: #fff; font-weight: 600; } .home-notices .splide__slide .text { padding-left: 10px; } .home-notices .splide__slide .text a { color: #333; font-weight: 600; font-size: 1.1rem; } .content-warp { min-height: 550px; padding-top: 30px; padding-bottom: 30px; background-color: #f1f2f7; } .home-notice { background-color: #e1e2e9; } .home-service { } .home-service .nav-tabs { display: flex; margin: 0 80px 60px; } .home-service .nav-tabs .nav-item { flex: 1; text-align: center; font-size: 18px; font-weight: 500; } .home-service .nav-tabs .nav-item .nav-link { color: #333; border: 0 none; border-bottom: 2px solid transparent; } .home-service .nav-tabs .nav-item .nav-link:hover, .home-service .nav-tabs .nav-item .nav-link.active { color: #1d6cf6; border-bottom: 2px solid #1d6cf6; } .service-item-image { display: flex; align-items: center; justify-content: center; } .service-item-image img { max-width: 70%; } .home-service h3 { font-size: 28px; margin-bottom: 30px; } .home-service h2 small { font-size: 1rem; } .home-service p { color: #808080; } .home-service .service-item { margin: 40px 0; } .home-program { background-color: #182335; background-image: url("../img/program_bg.jpg"); background-position: center; } .home-datacenter { background-color: #0a1321; } .home-datacenter img { max-width: 95%; margin: 0 auto 50px; } .datacenter-item { text-align: center; } .datacenter-item h2 { color: #fff; font-weight: 600; } .datacenter-item h2 small { font-size: 1rem; } .datacenter-item p { color: rgba(255,255,255,.6) } .home-legalize { text-align: center; } .home-legalize img { max-height: 100px; } .home-legalize .text { margin-top: 10px; color: #808080; } .home-case .row { margin-top: -1px; border-top: 1px solid #eee; } .home-case .col { display: flex; align-items: center; justify-content: center; min-height: 110px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; } .home-case .col:first-child { border-left: 1px solid #eee; } .home-case .col:hover { box-shadow: 0px 0px 14.25px 0.75px rgb(0 0 0 / 15%); transition: all 0.36s ease; } .home-case img { max-width: 80%; } .program-item { border-radius: 10px; background-color: #fff; overflow: hidden; } .program-item-image img:hover, .program-item-info img:hover { transform: scale(1.08); } .program-item-image img { max-width: 100%; max-height: 100%; transform: scale(1); opacity: 1; transition: all .75s; } .program-item-image { height: 100%; } .program-item-image img { height: 100%; } .program-item-info { padding: 70px 20px 50px 20px; opacity: 1; transition: all .75s; position: relative; height: 100%; } .program-item-info h2 { font-size: 30px; margin-bottom: 30px; } .program-item-info p { line-height: 2; font-size: 16px; margin-bottom: 30px } .title-main { text-align: center; } .title-head { font-size: 2.5em; font-weight: 500; margin-bottom: 25px; } .sub-head { margin: 10px 0 40px; font-size: 1.2rem; color: #808080; } .home-notice { background-color: #f1f2f7; } .home-notice .notice-item-title h3 { border-bottom: 2px solid #404856; padding-bottom: 10px; margin-bottom: 0; display: flex; align-items: flex-end; justify-content: space-between; } .home-notice .notice-item-title h3 a { color: #6c757d; color: var(--gray); font-size: 1rem; } .notice-item p { padding: 20px 0; border-bottom: 1px solid #e5e5e5; } .home-notice .notice-item-list li { border-bottom: 1px solid #e5e5e5; color: #333; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; } .home-notice .notice-item-list li a { color: #333; } .home-notice .notice-item-list li .time { color: #999; } .footer { color: #ccc; font-size: 14px; background-color: #0e1520; } .footer .f-icon { filter: invert(1) hue-rotate(180deg); width: 48px; height: 48px; } .footer h5 { color: #fff; font-size: 16px; margin-bottom: 20px; } .footer li { line-height: 28px; } .footer li a { color: #ccc; font-weight: 400; text-decoration: none; } .footer li p { color: #ccc; } .footer li a:hover  { color: #fff; } .pages-contact p { color: #808080; font-size: 16px; line-height: 1.7; } .about-wrap { background-image: url("../img/26871_15900482640336.jpg"); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; position: relative; } .about-wrap:after { background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; content: ''; } .about-image { padding-top: 110%; position: relative; margin-left: 10%; } .about-image:before { position: absolute; left: 0px; top: 0px; display: block; content: ""; transform: translate(20px, 20px); width: 100%; height: 100%; background: rgba(49, 83, 212, 0.1); } .about-image:after { position: absolute; left: 0px; top: 0px; display: block; content: ""; width: 100%; height: 100%; background-image: url("../img/14170_15759733924803.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center right; } .about-wrap .container { z-index: 1; position: relative; } .about-wrap h2 { font-size: 40px; } /* vps */ .boxe { position: relative; top: 0; padding: 30px; border: 1px solid #f9fafc; border-radius: 6px; background-color: #fff; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); transition: top .3s; margin-bottom: 30px; } .boxe .new { display: inline-block; padding: 0 4px; color: #fff; background-color: #ff9803; border: 1px solid #ff9803; font-size: 14px; } .boxe .new.unvisible { visibility: hidden; } .boxe .percent { display: inline-block; margin-right: 5px; padding: 0 6px; border: 1px solid #f66b05; color: #f66b05; font-size: 14px; } .boxe .name { display: block; margin-top: 10px; margin-bottom: 10px; font-size: 22px; font-style: normal; font-weight: 500; } .boxe .badge.deeporange { position: absolute; top: -1px; left: -1px; display: inline-block; border-radius: 6px 0 0; color: #fff; padding: 8px 10px; background-color: #ff6f00; } .boxe .badge.qty { position: absolute; top: -1px; left: -1px; display: inline-block; border-radius: 6px 0 0; color: #fff; padding: 8px 10px; background-color: #007dc2; } .boxe dl, .boxe dl dd, .boxe dl dt { line-height: 2.2; margin-bottom: 0; } .boxe dl dt { float: left; min-width: 90px; color: #999; } .boxe dl dd { color: #333; font-weight: 500; } .boxe .cost { font-size: 18px; margin-bottom: 10px; } .boxe .cost s { display: block; text-decoration: line-through; font-size: 16px; } .boxe .cost .big { font-size: 30px; font-weight: bold; font-family: 'Spoqa Han Sans','Malgun Gothic','Apple SD Gothic Neo', dotum, sans-serif; } .boxe .cost .won { font-size: 14px; color: #b7b7b7; vertical-align: text-top; } .boxe .btn:link, .boxe .btn:focus, .boxe .btn:active { margin-bottom: 20px; border-width: 0px; padding: 12px 0; min-width: 140px; font-size: 14px; } .boxe .btn-primary { background-color: #3090d6; } .boxe .btn-outofstock { color: #FFF; cursor: no-drop; background-color: #9ca0a7; } .bottom-border { border-bottom: 1px solid #f3f3f3; } .product-os { padding-bottom: 60px; } .product-os .os.centos { background-image: url('../img/os/centos.png'); } .product-os .os.ubuntu { background-image: url('../img/os/ubuntu.png'); } .product-os .os.fedora { background-image: url('../img/os/fedora.png'); } .product-os .os.debian { background-image: url('../img/os/debian.png'); } .product-os .os.suse { background-image: url('../img/os/opensuse.png'); } .product-os .os.win { background-image: url('../img/os/windows.png'); } .product-os .os { position: relative; height: 70px; border: 1px solid #ccc; margin-top: 30px; color: #666; border-radius: 5px; background-position: 20px center; background-repeat: no-repeat; background-size: 40px; } .product-os .os > span { position: absolute; top: 50%; left: 50%; color: #666; font-size: 16px; font-weight: 500; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); width: 100%; padding-left: 80px; } .functions h1.sub-title { margin: 0 0 60px; font-size: 40px; line-height: 1.3; letter-spacing: -2px; text-align: center; } .functions .item { color: #666; font-size: 16px; } .functions .item .img-thumb { display: inline-block; width: 74px; height: 74px; margin-bottom: 20px; background-size: cover; background-position: center; background-repeat: no-repeat; } .functions .item .title { margin: 0 0 8px 0; color: #333; font-size: 18px; } .functions .item .img-thumb.use { background-image: url('../img/icon/ico-addition-i2.1.svg'); } .functions .item .img-thumb.no-agreement { background-image: url('../img/icon/ico-addition-i3.1.svg'); } .functions .item .img-thumb.vps-freefw { background-image: url('../img/icon/icon-reason-i1.svg'); } .functions .item .img-thumb.vps-remote-power { background-image: url('../img/icon/icon-reason-i2.svg'); } .functions-2 { padding-top: 50px; } .functions-2 .sub-title { margin: 0 0 50px; font-size: 40px; line-height: 1.3; letter-spacing: -2px; text-align: center; } .functions-2 .item { color: #666; font-size: 16px; min-height: 130px; padding: 30px 54px 0 98px; background-size: 72px; background-repeat: no-repeat; background-position: left center; } .functions-2 .item.icon-1 { background-image: url('../img/cloud/ico_addition_1.svg'); } .functions-2 .item.icon-2 { background-image: url('../img/cloud/ico_addition_2.svg'); } .functions-2 .item.icon-3 { background-image: url('../img/cloud/ico_addition_3.svg'); } .functions-2 .item.icon-4 { background-image: url('../img/cloud/ico_addition_4.svg'); } .functions-2 .item.icon-5 { background-image: url('../img/cloud/ico_addition_5.svg'); } .functions-2 .item.icon-6 { background-image: url('../img/cloud/ico_addition_6.svg'); } .functions-2 .item .title { margin: 0 0 8px 0; color: #333; font-size: 18px; } .recommend { padding-bottom: 40px !important; background-color: #1c5ee5; } .recommend .title-s { color: #fff; font-size: 36px; line-height: 1.3; letter-spacing: -2px; margin: 0; } .recommend .item { min-height: 145px; padding: 30px; margin-bottom: 30px; background-color: #3779ff; border-radius: 5px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); } .orange.recommend .item { background-color: #ec8d33; } .orange.recommend .item p { color: #FFF; } .recommend .item a { color: #fff; font-weight: 600; font-size: 18px; letter-spacing: -1px; } .recommend .item p { color: #d2f0ff; font-size: 16px; margin-top: 10px; margin-bottom: 0; } .faq-area h3 { display: inline-block; margin-right: 20px; font-size: 32px; color: #141414; } .faq-area .item-collapse { font-size: 18px; color: #676767; margin-top: 22px; border-top: 2px solid #6f6f6f; } .faq-area .item-collapse > li { border-bottom: 1px solid #e5e5e5; } .faq-area .item-collapse .collapse-item { position: relative; } .faq-area .item-collapse .collapse-header { padding: 22px; cursor: pointer; color: #141414; } .faq-area .item-collapse .collapsed.collapse-header { background-color: transparent; } .faq-area .item-collapse .collapse-header { background-color: #f6fafd; } .gt-active .gt-collapse-content { background-color: #f6fafd; } .faq-area .item-collapse .icon.q { background-color: #1c5ee5; } .faq-area .item-collapse .icon.a { background-color: #6c737d; } .faq-area .item-collapse .icon { position: absolute; display: inline-block; width: 26px; height: 26px; text-align: center; color: #fff; border-radius: 50%; } .faq-area .item-collapse .text { margin-left: 46px; } .faq-area .item-collapse .collapse-content { padding: 0 22px 30px; background-color: #f6fafd; } .w-table { width: 100%; display: table; border-spacing: 0; border-collapse: collapse; border-top: 2px solid #6f6f6f; border-bottom: 1px solid #9a9a9a; } .w-table th, .w-table td { display: table-cell; text-align: left; padding: 30px; border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; background-color: #fff; } .w-table th { background-color: #f9fafc; font-weight: normal; } .product-table th { padding: 48px 0 45px; text-align: center; font-size: 14px; font-weight: 600; } .product-table th:first-child { vertical-align: top; padding-top: 40px; } .product-table th:first-child { padding-left: 20px; padding-right: 20px; text-align: left; } .product-table tr:last-child th, .product-table tr:last-child td { border-bottom: 1px solid #ccc; } .product-table.type2 th { padding: 20px 0; } .product-table.type2 th:first-child { padding-left: 30px; } .product-table.type2 .product-logo { display: none } .product-name { font-size: 28px; } .product-table.type2 .product-name { color: #333; line-height: 1.2; margin-bottom: 0; } .event-label, .event-label-green { display: inline-block; margin-left: 5px; padding: 0 6px; background: #ff9900; color: #fff; font-size: 14px; } .product-table td { font-weight: 400; color: #666; padding: 20px; font-size: 13px; text-align: center; line-height: 1.5; letter-spacing: 0; } .product-table td:first-child { padding-left: 20px; padding-right: 20px; text-align: left; color: #333; font-weight: 400; } .product-table td .info { display: flex; align-items: center; justify-content: space-between; } .product-table td .desc { font-size: 12px; color: #AAA; } .product-table td .fab { font-size: 22px; color: #AAA; } .product-table td .ip-div { display: flex; align-items: center; } .product-table td .ip-tag { height: 18px; min-width: 35px; display: block; line-height: 16px; text-align: center; font-size: 12px; border: 1px solid #dbdee3; border-radius: 2px; background-color: #fbfbfc; color: #AAA; transform: scale(.8); margin-right: 2px; padding: 0 4px; } .product-table.type2 td { padding: 20px; } .product-table.type2 td.left { text-align: left; } .product-table .spec { list-style: none; margin-bottom: 0; padding-left: 0; } .product-table .spec .title { color: #333; } .product-table.type2 .product-apply { margin-bottom: 5px; } .product-table.type2 .product-apply .price { font-size: 24px; color: #333; vertical-align: middle; margin-bottom: 0; } .gt-medium, .term-price { font-size: 16px; } .product-table .btn { color: #FFF; padding: 0; border: 0 none; padding: 10px 32px; border-radius: 2px; background-color: #3090d6; } .product-table .btn:focus, .product-table .btn:active { color: #FFF; box-shadow: none; background-color: #1479c2; } .product-table .btn:hover { color: #FFF; background-color: #34a0ef; } .color-picker-container.orange { background-color: #eb8423; } @media (max-width: 991px) { .space { padding-top: 30px !important; padding-bottom: 30px !important; } .px100 { padding-top: 50px !important; padding-bottom: 50px !important; } .navbar-collapse { background-color: #FFF; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; margin-top: 15px; padding-bottom: 15px; padding-left: 30px; padding-right: 30px; } .header .navbar-nav.navbar-right>li { margin: 0; } .header .navbar-nav.navbar-right>li>a, .header .navbar-nav>li>a { padding: 15px; font-size: 18px; line-height: 1.5; } .header .navbar-nav.navbar-right>li .btn-link { padding-top: 10px; padding-bottom: 10px; } .header .navbar-nav.navbar-right { margin-top: 0; } section.login .join-container { padding: 30px 15px; } .functions .item, .boxe { margin-bottom: 30px; } .wrap-main-swiper .content-slide .slogan { font-size: 23px; letter-spacing: -1px; } .advantage .items { margin-bottom: 30px; } .advantage .items dl { min-height: 80px; padding-right: 100px; padding-bottom: 0; } .clientarea-home .nav-tabs, .section-server .nav-tabs { border: 0 none; height: 55px; overflow: hidden; overflow-x: scroll; width: 100%; } .table-list thead, .product-table.type2 thead { display: none; } .w-table th, .w-table td { border-right: 0; } .table-list td, .product-table.type2 td { display: block; } .product-table td { text-align: left; } .product-table.type2 .product-apply { display: inline-block; margin-bottom: 0; } .product-table .btn { display: block; margin-top: 15px; } .table-list .spec, .product-table .spec { padding-left: 18px; } .table-list td:last-child, .product-table.type2 td:last-child { border-bottom: 2px solid #6f6f6f; } .table-list td > .status, .table-list td > div.visible-xs, .product-table.type2 td > div.visible-xs { display: inline-block !important; width: 40%; font-weight: 400; } footer.footer .policy-area li { padding: 0 10px; } .footer.footer .back-to-top { } div.dataTables_wrapper div.dataTables_length label { float: left; } div.dataTables_wrapper div.dataTables_paginate { padding: 5px 0 0; } .navbar-header { height: 90px; display: flex; align-items: center; justify-content: center; } .navbar-toggle { margin: 0; position: absolute; right: 15px; } .navbar-brand { margin: 0; } .header .navbar-collapse { margin: -1px -15px 0; } .header .navbar-collapse { display: block !important; position: fixed; top: 0; left: 0; z-index: 12; height: 100%; width: 240px; background-color: #1b70b8; transition: transform .24s ease; transform: translateX(-240px); overflow-y: auto; overflow-x: hidden; margin: 0; height: 100%; border: 0; } .header .navbar-nav>li>a, .header .navbar-nav.navbar-right>li>a { color: #FFF; text-align: center; } .header .navbar-nav>li>a:hover { color: #EEE; } .header .navbar-collapse.in { transform: translateX(0); } .header .navbar-nav.navbar-right>li.acount { margin-left: 0; } .header .navbar-nav.navbar-right>li.notices, .header .navbar-nav.navbar-right>li.shopbag { display: none; } .childmenu-wrap { display: block !important; position: relative !important; top: 0 !important; right: 0 !important; } .childmenu-wrap .childmenu { min-height: inherit !important; } .childmenu-title { display: none !important; } .brick-gnb__depth2 { padding: 10px !important; } .brick-gnb__depth2 .sub-menu-title { font-size: 16px !important; margin-top: 0 !important; } .brick-gnb__depth2 > li { padding: 0 !important; float: inherit !important; text-align: center; width: 100% !important; } .brick-gnb__depth3 { margin-bottom: 15px !important; } .brick-gnb__depth3 li { margin: 0 !important; line-height: 28px; } .product-table td .ip-tag, .product-table td .ip-div, .product-table td .info, .reload .status { display: inline-block; } .product-wrap .boxe-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; } .product-wrap .boxe-title .name, .product-wrap .boxe-title .cost { margin: 0; } .product-wrap .boxe .btn { display: block; } .product-wrap  .boxe dl dt { float: inherit; } .product-wrap  .boxe dl dt, .product-wrap  .boxe dl dd { width: 24%; min-width: auto; display: inline-block; } .product-wrap  .boxe dl dd:last-child { width: 60%; } .advantage .tit-main { font-size: 36px; } .wrap-main-swiper .swiper-slide { height: 360px; } .wrap-main-swiper .content-slide { height: 360px; padding-top: 60px; } .advantage .items dl.secutiry, .advantage .items dl.server-admin, .advantage .items dl.professionalism { background-position: right center; } .notice .item-list li a { height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .item-list li .time { display: block; float: inherit; } } main { margin-top: 61px; } .event-item.icon1 { background-image: url(../img/home_icon_1.svg); } .event-item.icon2 { background-image: url(../img/home_icon_2.svg); } .event-item.icon3 { background-image: url(../img/home_icon_3.svg); } .event-item.icon4 { background-image: url(../img/home_icon_4.svg); } .event-item { background-repeat: no-repeat!important; background-size: 200px!important; background-position: right!important; background-position-x: 120px!important; } .hot-products-main .left-item { background: #f7f9fa; box-sizing: border-box; padding: 3.5rem 1.5rem 0 2.5rem; position: relative; flex-shrink: 0; cursor: pointer; height: 30rem; } .hot-products-main .left-item .hot { position: absolute; top: 0; right: 0 } .hot-products-main .left-item .absolute { height: 160px; position: absolute; bottom: 3.5rem; right: 0 } .hot-products-main .left-item .title { font-size: 1.5rem; color: #333; margin-bottom: 1.38rem; font-weight: 700 } .hot-products-main .left-item .des { list-style-type: disc; padding: 0; } .hot-products-main .left-item .des li { line-height: 1.5rem; font-size: .875rem; color: #d8d8d8; margin-bottom: 1rem } .hot-products-main .left-item .price { font-size: .75rem; height: 4rem; color: #fff; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #3e4459; line-height: 4rem; padding-left: 1.75rem } .hot-products-main .left-item .price .num { font-size: 1.75rem } .hot-products-main .left-item:hover .title { --text-opacity: 1; color: #1770e6; color: rgba(23,112,230,var(--text-opacity)) } .hot-products-main .left-item:hover .price { --bg-opacity: 1; background-color: #1770e6; background-color: rgba(23,112,230,var(--bg-opacity)) } .hot-products-main .left-item:active .title { --text-opacity: 1; color: #1358b3; color: rgba(19,88,179,var(--text-opacity)) } .hot-products-main .left-item:active .price { --bg-opacity: 1; background-color: #1358b3; background-color: rgba(19,88,179,var(--bg-opacity)) } .hot-products-main .right-item { height: 14.5rem; background-color: #f7f9fa; box-sizing: border-box; padding: 1.5rem 1.5rem 0; cursor: pointer; position: relative; } .hot-products-main .right-item .title { font-size: 16px; color: #333; font-weight: 700 } .hot-products-main .right-item .tags { display: flex; display: -ms-flexbox; margin-top: .625rem; margin-bottom: 1rem } .hot-products-main .right-item .tags .tag { border: 1px solid #cccfd9; background-color: #f5f7fa; border-radius: 2px; font-size: .75rem; color: #707a89; line-height: .625rem; padding: .1875rem .5rem; margin-right: .5rem } .hot-products-main .right-item .des { font-size: .875rem; color: #666; line-height: 1.5rem } .hot-products-main .right-item .price { font-size: .75rem; color: #999; position: absolute; left: 1.5rem; bottom: 1.5rem } .hot-products-main .right-item .price .num { font-size: 1.375rem; color: #1770e6 } .hot-products-main .right-item:first-child,.hot-products-main .right-item:nth-child(2) { margin-bottom: 1rem } .hot-products-main .right-item:hover .title { --text-opacity: 1; color: #1770e6; color: rgba(23,112,230,var(--text-opacity)) } .hot-products-main .right-item:active .title { --text-opacity: 1; color: #1358b3; color: rgba(19,88,179,var(--text-opacity)) } .hot-products-main-content { background-color: #fff; z-index: 1; box-shadow: 0 2px 12px 0 rgb(35 38 49 / 6%); padding: 0 2rem; } .hot-products-main-content .title-main { padding-top: 40px; } section.home-service .tab-pane .row .col-sm-6:first-child{ padding-right: 0px; } section.home-service .tab-pane .row .col-sm-6:last-child {padding-left: 0px;} section.home-service .tab-pane .row .col-sm-6 { overflow: hidden; } .program-item-info img { z-index: 1; transform: scale(1); transition: all 1s; height: 100%; z-index: 2; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; } .program-item-info-content .title { font-size: 1.5rem; color: #333; letter-spacing: 0 } .program-item-info-content .des { font-size: .875rem; color: #666; line-height: 2rem } .program-item-info-content .functions { display: flex; display: -ms-flexbox; margin-top: 1rem; margin-bottom: 2rem; list-style: none; padding: 0; } .program-item-info-content .functions li { font-size: .75rem; color: #0056ff; background: #0056ff17; border: 1px solid #0056ff; margin-right: 1rem; background-color: #0056ff17; border-radius: 2px; padding: .19rem .5rem; line-height: 1rem; } .program-item-info-content .functions li:last-child { margin-right: 0 } .program-item-info-content .jump-detail { --text-opacity: 1; color: #1770e6; color: rgba(23,112,230,var(--text-opacity)); font-size: .875rem; text-align: justify; margin-top: 4rem; display: none; position: relative; } .program-item-info-content .jump-detail img { width: 10px; height: 10px; margin-top: 4px; margin-left: 60px; } .tab-pane .row:hover .title { --text-opacity: 1; color: #1770e6; color: rgba(23,112,230,var(--text-opacity)) } .tab-pane .row:hover .jump-detail { display: flex; display: -ms-flexbox } .program-item-info-content { position: relative; z-index: 9999; } .summary-varied-solution { /*display: block;*/ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 65px; margin-bottom: 60px; } .summary-varied-wrap { -webkit-box-flex: 0; -webkit-flex: 0 1 24%; -moz-box-flex: 0; -ms-flex: 0 1 24%; flex: 0 1 24%; padding: 1px 6px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .summary-varied-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 400px; padding: 0 10px; margin: 0 auto; border-radius: 3px; background-color: #ffffff; /* -webkit-box-shadow: 3px 3px 5px rgb(165 165 165 / 35%); */ /* box-shadow: 3px 3px 5px rgb(165 165 165 / 35%); */ -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; -moz-transition: background-color 0.5s; transition: background-color 0.5s; position: relative; } .summary-varied-item.active { width: 244px; } .summary-varied-item .content-img { width: 80px; color: #ffffff; -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; -o-transition: -o-transform 0.5s; -moz-transition: transform 0.5s, -moz-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s; } .summary-varied-item .content { display: block; width: 150px; margin-top: 30px; text-align: center; font-size: 14px; -webkit-transition: margin-top 0.5s, width 0.2s; -o-transition: margin-top 0.5s, width 0.2s; -moz-transition: margin-top 0.5s, width 0.2s; transition: margin-top 0.5s, width 0.2s; z-index: 9999; } .summary-varied-item .content > h3 { font-size: 24px; margin-bottom: 14px; } .summary-varied-item .content > p { line-height: 22.8px; } .summary-varied-item .content > a { display: none; opacity: 0; width: 100%; text-align: center; padding: 6px 0; margin-top: 22px; border-radius: 2px; background: #fff; color: #0056fe; } .summary-varied-item .content .text { display: block; height: 110px; } .summary-varied-item .content .text_active { display: none; height: 110px; } .summary-varied-item .content_active { display: none; } .summary-varied-wrap.active { -webkit-box-flex: 1; -webkit-flex: 1 0 25%; -moz-box-flex: 1; -ms-flex: 1 0 25%; flex: 1 0 25%; } .summary-varied-wrap.active .summary-varied-item { background-color: #047ad4; color: #ffffff; } .summary-varied-wrap.active .content-img { -webkit-animation: floatLinger ease-in-out 4s infinite; -moz-animation: floatLinger ease-in-out 4s infinite; -o-animation: floatLinger ease-in-out 4s infinite; animation: floatLinger ease-in-out 4s infinite; } .summary-varied-wrap .content { margin-top: 14px; width: 224px; position: absolute; top: 50px; } .summary-varied-wrap.active .content .text { display: none; } .summary-varied-wrap.active .content .text_active { display: block; width: 224px; } .summary-varied-wrap.active .btn { display: block; opacity: 1; } @-webkit-keyframes floatLinger { 0% { -webkit-transform: translateY(0px) scale(1.1); transform: translateY(0px) scale(1.1); } 50% { -webkit-transform: translateY(-5px) scale(1.1); transform: translateY(-5px) scale(1.1); } 100% { -webkit-transform: translateY(0px) scale(1.1); transform: translateY(0px) scale(1.1); } } @-moz-keyframes floatLinger { 0% { -moz-transform: translateY(0px) scale(1.1); transform: translateY(0px) scale(1.1); } 50% { -moz-transform: translateY(-5px) scale(1.1); transform: translateY(-5px) scale(1.1); } 100% { -moz-transform: translateY(0px) scale(1.1); transform: translateY(0px) scale(1.1); } } @-o-keyframes floatLinger { 0% { -o-transform: translateY(0px) scale(1.1); transform: translateY(0px) scale(1.1); } 50% { -o-transform: translateY(-5px) scale(1.1); transform: translateY(-5px) scale(1.1); } 100% { -o-transform: translateY(0px) scale(1.1); transform: translateY(0px) scale(1.1); } } @keyframes floatLinger { 0% { -webkit-transform: translateY(0px) scale(1.1); -moz-transform: translateY(0px) scale(1.1); -o-transform: translateY(0px) scale(1.1); transform: translateY(0px) scale(1.1); } 50% { -webkit-transform: translateY(-5px) scale(1.1); -moz-transform: translateY(-5px) scale(1.1); -o-transform: translateY(-5px) scale(1.1); transform: translateY(-5px) scale(1.1); } 100% { -webkit-transform: translateY(0px) scale(1.1); -moz-transform: translateY(0px) scale(1.1); -o-transform: translateY(0px) scale(1.1); transform: translateY(0px) scale(1.1); } } @media screen and (max-width: 770px) { .summary-varied-solution { display: block; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .summary-varied-item { margin: 10px 0; height: 220px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-transition: background-color 0.5s, height.5s; -o-transition: background-color 0.5s, height.5s; -moz-transition: background-color 0.5s, height.5s; transition: background-color 0.5s, height.5s; } .summary-varied-item .content { width: 68%; padding-left: 0px; /*margin-top: 0;*/ } .summary-varied-item .content > a { padding-top: 9px; padding-bottom: 9px; } .summary-varied-wrap.active .summary-varied-item { height: 300px; } .home-customer .customer-logo > a { -webkit-box-flex: 0; -webkit-flex: 0 1 33%; -moz-box-flex: 0; -ms-flex: 0 1 33%; flex: 0 1 33%; } .summary-varied-wrap.active .content { margin-top: 0; width: 68%; } .summary-varied-wrap.active .content .text_active { width: 100%; } .home-common-starter .common-starter-wrap .common-starter-container .btn { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .summary-varied-item .content .text_active { height: auto; } .home-customer .customer-logo .logo img { width: 100%; } } .home-solution-content-bgImg, .home-solution-content-noActImg { position: absolute; height: 100%; width: 100%; background-size: cover; } .summary-varied-wrap.active .home-solution-content-noActImg { display: none; } .summary-varied-wrap.active .home-solution-content-bgImg { display: block; } section.home-solution { background: #edeff0; } .footer-get-quote-section { display: -webkit-flex; display: -moz-box; display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; justify-content: space-between; -webkit-align-items: center; -moz-box-align: center; align-items: center; } .footer-phone-container { min-width: 400px; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; flex-direction: row; background-color: #35373f; padding: 4px; border-radius: 3px; display: -webkit-flex; display: -moz-box; display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; justify-content: space-between; -webkit-align-items: center; -moz-box-align: center; align-items: center; } input.footer-phone-input { background-color: #35373f; line-height: 1; display: -webkit-flex; display: -moz-box; display: flex; -webkit-align-items: center; -moz-box-align: center; align-items: center; border: none; font-size: 15px; margin-left: 10px; } .btn-footer-phone { -moz-box-sizing: border-box; box-sizing: border-box; height: 48px; padding: 0 32px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; min-width: 120px; border: none; border-radius: 3px; -webkit-transition: all .3s ease; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all .3s ease; outline: none; font-weight: 500; color: #fff!important; font-size: 16px!important; } h3.footer-start-title { color: #fff; margin-bottom: 10px; padding: 0; border: 0; letter-spacing: .3px; font-weight: 400; } p.footer-start-subtitle { color: #fff; opacity: 0.5; margin-bottom: 0px; } .footer-quote-section { padding-top: 60px; } .footer-get-quote-section { padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid hsla(0,0%,100%,.14); } @media (max-width: 768px) { .footer-quote-section { padding-top: 60px; } .footer-get-quote-section { padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid hsla(0,0%,100%,.14); } .footer-get-quote-section div { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .footer-get-quote-section { display: block; } .footer-phone-container { min-width: auto; max-width: 100%; margin-top: 20px; } .footer .pc-show { display: none; } .footer .beian-info { justify-content: left; } } /* Footer */ footer.footer { padding-top: 100px; padding-bottom: 0px; background-color: #1d2129; border: 0 none; font-size: 14px; position: relative; } footer.footer .btn { color: #333; display: flex; align-items: center; } footer.footer .btn > div { margin-right: .2rem; } .footer-top { padding-bottom: 60px; } .footer-top h4 { margin-bottom: 18px; line-height: 20px; font-weight: 700; font-size: 15px; color: #fff; } .footer-top ul li { padding: 6px 0; line-height: 20px; font-size: 14px; color: #999; } .footer-top ul li a { display: block; line-height: 20px; font-size: 14px; color: #999; } .footer-top ul li a:hover { color: #0056ff; text-decoration: none; } .footer-bottom { padding: 10px 0; border-top: 1px solid rgba(216, 216, 216, .2); } .footer-head { border-bottom: 1px solid rgba(216, 216, 216, .2); } .footer-right { border-left: 1px solid rgba(216, 216, 216, .2); } footer.footer .footer-bottom .copyright { font-size: 14px; margin: 0; text-align: left; display: flex; align-items: flex-end; justify-content: space-between; } footer.footer .footer-bottom .copyright .nav { align-items: center; } footer.footer .footer-bottom .copyright .nav .nav-item .nav-link { padding: 0; } footer.footer .footer-bottom .copyright .nav .nav-item .nav-link2 { max-width: 67px; } footer.footer .footer-bottom .copyright .nav .nav-item .nav-link img { max-width: 100%; } footer.footer .footer-bottom .copyright .nav .stick { margin: 0 12px; width: 1px; height: 14px; background-color: rgba(255,255,255,.1); } footer.footer .navbar-brand { filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); } @media screen and (max-width: 768px){ .footer-col.active h4 { color: #006EFF; } .footer-col.active h4:after { background-image: url(../img/footer-media.svg); background-position: 95% 50%; background-size: 225% 112.5%; background-repeat: no-repeat; } .footer-top ul.list-unstyled { display: none; padding: 10px 16px; border-top: 1px solid rgba(229,232,237,.1); } .footer-top h4 { position: relative; margin: 0; padding: 12px 40px 12px 16px; line-height: 24px; font-size: 16px; } .footer-top h4:after { content: ""; display: block; position: absolute; right: 16px; top: 16px; width: 16px; height: 16px; background-repeat: no-repeat; background-position: 5% 50%; background-size: 225% 112.5%; background-image: url(../img/footer-media.svg); } .footer-top .col { flex-basis: auto; width: 100%; border-bottom: 1px solid rgba(229,232,237,.1); padding: 0; } } @media (max-width: 768px) { footer.footer .footer-bottom .copyright { display: block; } footer.footer .footer-bottom .copyright .nav{ position: static; margin-top: 20px!important; } } .footer-col .list-unstyled.active { display: block; } section.page-banner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 350px; background-position: top center; background-size: auto 350px; } section.page-banner.about-banner { background-image: url(../img/banner/banner10.png); } section.page-banner.legal-banner { background-image: url(../img/page/legal.png); color: #ffffff; } section.page-banner.article-banner { background-image: url(../img/page/article.png); } section.page-banner.game-banner { background-image: url(../img/page/solInd_game-banner.jpg); color:#ffffff; } section.page-banner.app-banner { background-image: url(../img/page/solInd_app-banner.jpg); color:#ffffff; } section.page-banner.edu-banner { background-image: url(../img/page/solInd_education-banner.jpg); color:#ffffff; } section.page-banner.shop-banner { background-image: url(../img/page/solInd_onlineRetailers-banner.jpg); color:#ffffff; } section.page-banner.website-banner { background-image: url(../img/page/sol_website-banner.jpg); color:#ffffff; } section.page-banner.transfer-banner { background-image: url(../img/page/sol_transfer-banner.jpg); color:#ffffff; } section.page-banner.security-banner { background-image: url(../img/page/sol_security-banner.jpg); color:#ffffff; } section.page-banner.mixedcloud-banner { background-image: url(../img/page/sol_mixedCloud-banner.jpg); color:#ffffff; } section.page-banner.highcalculation-banner { background-image: url(../img/page/sol_highCalculation-banner.jpg); color:#ffffff; } section.page-banner.highbuild-banner { background-image: url(../img/page/sol_highBuild-banner.jpg); color:#ffffff; } section.page-banner.video-banner { background-image: url(../img/page/solInd_videoStorage-banner.jpg); color:#ffffff; } section.page-banner.caredisaster-banner { background-image: url(../img/page/sol_careDisaster-banner.jpg); color:#ffffff; } .page-banner-text h2 { font-size: 50px; margin-bottom: 30px; font-weight: 400; } .page-banner-text p { font-size: 18px; margin-top: 29px; line-height: 33px; } .page-banner-text-dark .page-banner-text h2 { color: #000; } .page-banner-text-dark .page-banner-text p { color: #2e3341; } section.page-banner.timeline-banner { background-image: url(../img/page/corp-info-banner.jpg); } section.page-banner.job-banner { background-image: url(../img/banner/banner15.png); } section.page-banner.activity-banner { background-image: url(../img/page/activity.png); color: #ffffff; } section.page-banner.contact-banner { background-image: url(../img/page/contact-banner.png); } section.page-banner.aff-banner { background-image: url(../img/page/aff-banner.jpg); color: #ffffff; } section.page-banner.aff-banner { background-repeat: no-repeat; background-size: cover; background-position: center top; } section.page-banner.timeline-banner{ background-size: 100% auto; background-position: bottom; } section.page-banner.job-banner{ background-size:  auto 100%; background-position: bottom; } section.page-banner.contact-banner{ background-size:  100% 100%; background-position: bottom; } @media (max-width: 768px) { section.page-banner { height: 280px; background-size: auto 280px; } .page-banner-text h2 { font-size: 30px; } .page-banner-text p { font-size: 16px; line-height: 28px; } section.page-banner.timeline-banner,section.page-banner.job-banner,section.page-banner.contact-banner { background-size: auto 100%; background-position: revert; } } .Pro_Anchor { height: 60px; background: #fff; width: 100%; z-index: 22; overflow: hidden; border-bottom: 2px solid #eaeaea; } .Pro_Anchor ul li { line-height: 58px; float: left; margin-right: 40px; border-bottom: #fff solid 2px; } .Pro_Anchor ul li:last-child { margin-right: 0; } .Pro_Anchor ul li a { color: #333840; font-size: 14px; } .Pro_Anchor ul li.active { border-bottom: #0056ff solid 2px; } .Pro_Anchor ul li.active a { color: #0056ff; } .Pro_Anchor .buy-now { float: right; padding: 12px 0; display: none; } .Pro_Anchor .buy-now a { width: 104px; text-align: center; color: #fff; line-height: 36px; font-size: 14px; display: inline-block; background: #0056ff; border-radius: 4px; } .Pro_Anchor .buy-now a:hover { background: #428eff; } .Pro_Anchor.isStuck .buy-now { display: block; } section.Pro_Anchor.stuckMenu.isStuck { margin-top: 60px; } .product-nav ul { margin: 0; list-style: none; padding: 0; } section#pro-advantage { background: url(../img/page/solution/pro-bg.png) no-repeat center bottom; } .solution-product .item { height: 125px; background: #fff; margin-top: 20px; border: 1px solid #e5e6eb; border-radius: 3px; } .solution-product .item dl { display: flex; height: 100%; align-items: center; padding: 30px 22px; } .solution-product .item dl dt { margin-right: 15px; width: 68px; height: 68px; background-color: #3171ff; border-radius: 5px; display: flex; text-align: center; justify-content: center; vertical-align: middle; align-items: center; } .solution-product .item dl dt img { max-width: 60px; max-height: 60px; } .solution-product .item dl dd.t1 { display: flex; flex-direction: column; flex: 1; padding-right: 15px; } .solution-product .item dl dd.t1 span { color: #4c525b; font-size: 14px; font-weight: bold; margin-bottom: 5px; } .solution-product .item dl dd.t1 em { font-size: 14px; color: #89919b; } .solution-product .item dl dd.t2 a { width: 74px; line-height: 34px; border: #2d81ff solid 1px; color: #2d81ff; display: inline-block; text-align: center; font-size: 12px; border-radius: 4px; } .solution-product .item dl dd.t2 a:hover { background: #2d81ff; color: #fff; } .solution-challenge-box { box-shadow: 0 0 9px #ddd; padding: 20px; margin-top: 20px; min-height: 260px; background: #fff; display: flex; align-items: center; height: 100%; } .advantage-3num .item.p16 { padding: 0.45rem 0.16rem; } .solution-challenge-box dl { text-align: center; } .solution-challenge-box dl dt { display: block; position: relative; width: 100%; height: 100%; width: 60px; height: 60px; margin: 0 auto 0.2rem; } .solution-challenge-box dl dt img { max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 60px; height: 60px; } .solution-challenge-box dl dd { display: flex; flex-direction: column; color: #828282; font-size: 14px; text-align: left; line-height: 28px; } .solution-challenge-box dl dd span { font-size: 18px; color: #1e212c; position: relative; margin-bottom: 30px; text-align: center; white-space: nowrap; } .solution-challenge-box dl dd span:before { position: absolute; background: #2d81ff; left: 50%; width: 28px; margin-left: -14px; bottom: -10px; height: 2px; content: ''; } .solution-challenge-box dl dd .em { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-align: center; } .pro-func { background: #f6f8fb; padding-bottom: 0.6rem; } .pro-func.func2 .item dl dt { font-size: 16px; font-weight: bold; margin-bottom: 10px; } .pro-func.func2 .item dl dd { font-size: 14px; color: #89919b; } .pro-func .func-type { font-size: 16px; color: #333840; font-weight: bold; margin-top: 0.4rem; position: relative; padding-left: 18px; } .pro-func .func-type:before { position: absolute; left: 0px; width: 5px; height: 16px; top: 50%; margin-top: -8px; content: ''; background: #2d81ff; } .pro-func .item { margin-top: 0.4rem; } .pro-func .item dl dt { color: #333840; font-size: 16px; height: 28px; display: flex; align-items: center; } .pro-func .item dl dt i.icon { font-size: 32px; margin-right: 10px; font-weight: normal; } .pro-func .item dl dd { font-size: 14px; color: #333840; line-height: 24px; overflow: hidden; } .pro-func .item dl dd.row6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; height: auto; } .pro-func .item dl dd.row7 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; height: auto; } .pro-func .item dl dd.row5 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; height: auto; } .pro-func .item dl dd.row4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; height: auto; } .solution-contact-us { padding-top: 40px; padding-bottom: 40px; color: #FFF; background-size: cover; background-repeat: no-repeat; background-position: center center; background-image: url('../img/bg_contact_us_footer.png'); } .home-contact h2 { color: #1d2129; margin-bottom: 10px; } .home-contact p { color: #999DB1; margin-bottom: 0px; } a.btn.btn-contact { display: inline-block; position: relative; outline: 0; border: none; color: #fff; border-radius: 2px; border-radius: var(--border-radius); cursor: pointer; white-space: nowrap; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #3370ff; background-color: #3370ff; min-width: 120px; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px 31px; font-size:14px; letter-spacing: .3px; font-weight:500; margin-top:20px } .banner-btn { margin-top: 40px; padding-bottom: 80px; } .banner-btn a { padding: 12px 25px; } .banner-btn a:first-child { margin-right: 10px; } .header-top.cart-top .slogan h1 { font-size: 42px; font-weight: 400; margin-bottom: 20px; color: #000; } .header-top.cart-top .slogan p { font-size: 18px; line-height: 28px; color: #333; margin-bottom: 0; } .header-top.cart-top .slogan { padding-bottom: 0px; } .titleBar{ height: 5rem; background-color: #fff; z-index: 3; margin: -2rem auto 0; box-shadow: 0 4px 8px 0 rgba(83,92,103,.12); } .titleBar .titleBar-content{ display: flex; display: -ms-flexbox; justify-content: center; height: 100%; list-style: none; padding: 0; } .titleBar .titleBar-content .item{ height: 100%; width: 10rem; text-align: center; line-height: 5rem; cursor: pointer; font-size: 1.2rem; color: #000; } .titleBar .titleBar-content .item:hover { --text-opacity: 1; color: #1770e6; color: rgba(23,112,230,var(--text-opacity)) } .titleBar .titleBar-content .item.active{ border-bottom: 3px solid #1770e6; --text-opacity: 1; color: #1d7dfc; color: rgba(29,125,252,var(--text-opacity)) } .titleBar .titleBar-content .item a { color: #333!important; } @media screen and (max-width: 770px) { section.home-event { margin-top: -20px; } .home-event .event-item { margin-bottom: 20px; background-position-x: 130%!important; } .hot-products-main .left-item { margin-bottom: 20px; } .home-service .nav-tabs { flex-direction: column-reverse; } section.home-service .tab-pane .row .col-sm-6:last-child { padding-left: 15px; } section.home-service .tab-pane .row .col-sm-6:first-child { padding-right: 15px; } } .header-top.dedicated .bg-img-wrap { background: url(../img/banner/banner7.png); background-size: cover; } .new-container .new-content{ background: #fff; margin: 0 auto; width: 1200px; padding: 0 0 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-sizing: border-box; box-sizing: border-box } .new-left{ width: 100%; min-height: 265px; position: relative; background-repeat: no-repeat; background-size: cover; background-position: top; border-radius: 2px; height: calc(100% - 10px); } .new-left[data-v-fc320a18]:hover { cursor: pointer } .new-left:hover h4{ color: #337dff!important } .new-left img{ width: 100%; height: 100% } .new-left .better{ position: absolute; bottom: 0; min-height: 83px; text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 202px; border-radius: 0 0 2px 2px; background-color: #f5f6f8; -webkit-transition: height .2s ease-in-out; transition: height .2s ease-in-out; width: 100%; } .new-left .better .left-time{ width: 87px; height: 100%; text-align: center } .new-left .better .left-time .time-y-m{ width: 87px; margin-top: 14px; font-size: 12px; font-weight: 500; color: #181818; line-height: 17px; margin-bottom: 0px; } .new-left .better .left-time .time-d{ width: 87px; font-size: 36px; font-weight: 600; color: #181818; line-height: 50px } .new-left .better .content-right{ width: 299px } .new-left .better .content-right h4{ width: 286px; margin-right: 16px; margin-top: 15px; font-size: 16px; font-weight: 400; color: #181818; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .new-left .better .content-right .label{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-top: 10px; color: #6e6e6e } .new-left .better .content-right .label p{ margin-right: 16px } .new-left .market-all{ margin-top: 8px; width: 288px; height: 116px; background: #fff; border-radius: 2px; padding: 30px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left } .new-left .market-all h4{ height: 25px; font-size: 18px; font-weight: 500; color: #181818; line-height: 25px } .new-left .market-all p{ margin-top: 10px; height: 22px; font-size: 14px; font-weight: 400; color: #6e6e6e; line-height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .new-right{ margin-left: 8px } .new-right .content-ul{ width: 792px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; background: #fff } .new-right .content-ul li{ margin-right: 10px; margin-bottom: 8px; width: 386px; height: 83px; border-radius: 2px } .content-left{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-sizing: border-box; box-sizing: border-box; background: #f5f6f8; height: 83px; margin-bottom: 10px; } .content-left[data-v-fc320a18]:hover { cursor: pointer } .content-left:hover h4{ color: #337dff } .content-left .left-time{ width: 87px; height: 100%; text-align: center; } .content-left .left-time .time-y-m{ width: 87px; margin-top: 14px; font-size: 12px; font-weight: 500; color: #181818; line-height: 17px; margin-bottom: 0px; } .content-left .left-time .time-d{ width: 87px; font-size: 36px; font-weight: 600; color: #181818; line-height: 50px; margin-bottom: 0px; } .content-right{ width: 300px }[dir=ltr] .content-right h4{ text-align: left!important }[dir=rtl] .content-right h4{ text-align: right!important } .content-right h4{ max-width: 284px; margin-top: 15px; font-size: 16px; font-weight: 400; color: #181818; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .content-right .label{ margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; color: #6e6e6e } .content-right .label p{ margin-right: 16px } @media (max-width: 768px) { .new-left { margin-bottom: 20px; } } .new-left .better { flex-wrap: nowrap; } /*Clients*/ .HomePartners_module-wrap__kdUF7 { padding-top: 56px; text-align: center } .HomePartners_module-wrap__kdUF7 .HomePartners_title__DFAwD { margin-bottom: 16px; font-size: 28px; line-height: 36px; color: #161616 } .HomePartners_module-wrap__kdUF7 .HomePartners_des__l3i6w { font-size: 16px; line-height: 24px; color: #8c96a5 } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z { padding: 22.5px 0 38.5px; position: relative; overflow: hidden } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_left-filter__w5HdY,.HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_right-filter__Zjeuc { position: absolute; top: 0; width: 240px; height: 100%; background: linear-gradient(270deg,#fff 29.49%,hsla(0,0%,100%,0)); z-index: 1 } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_left-filter__w5HdY { left: 0; -webkit-transform: matrix(-1,0,0,1,0,0); -ms-transform: matrix(-1,0,0,1,0,0); transform: matrix(-1,0,0,1,0,0) } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_right-filter__Zjeuc { right: 0 } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy { padding: 17.5px 0; display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; width: 100%; height: 64px; overflow: hidden; box-sizing: content-box } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy.HomePartners_left-deviation-row__AqicD { position: relative; left: -88px } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy .HomePartners_row-dom__kXL3b { white-space: nowrap; -webkit-animation: HomePartners_rowup__cxddW 60s linear infinite normal; animation: HomePartners_rowup__cxddW 60s linear infinite normal } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy .HomePartners_row-dom__kXL3b .HomePartners_img-wrap__vRojE { margin-right: 16px; display: inline-block; width: 160px; height: 64px; background: #fff; box-shadow: 0 0 24px rgba(61,89,132,.12); border-radius: 4px } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy .HomePartners_row-dom__kXL3b .HomePartners_img-wrap__vRojE img { width: 100%; height: 100% } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy .HomePartners_row-dom__kXL3b .HomePartners_img-wrap__vRojE:last-of-type { margin-right: 0 } @-webkit-keyframes HomePartners_rowup__cxddW { 0% { -webkit-transform: translateZ(0); transform: translateZ(0) } to { -webkit-transform: translate3d(50%,0,0); transform: translate3d(50%,0,0) } } @keyframes HomePartners_rowup__cxddW { 0% { -webkit-transform: translateZ(0); transform: translateZ(0) } to { -webkit-transform: translate3d(50%,0,0); transform: translate3d(50%,0,0) } } @media screen and (max-width:750px) { .HomePartners_module-wrap__kdUF7 { padding-top: .64rem; text-align: left } .HomePartners_module-wrap__kdUF7 .HomePartners_title__DFAwD { margin-bottom: .16rem; padding-left: .56rem; font-size: .4rem; line-height: .48rem } .HomePartners_module-wrap__kdUF7 .HomePartners_des__l3i6w { padding-left: .56rem; font-size: .24rem; line-height: .4rem } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z { padding: .4rem 0 .56rem; } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_left-filter__w5HdY,.HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_right-filter__Zjeuc { display: none } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy { height: 40px; padding: 16px 0; } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy.HomePartners_left-deviation-row__AqicD { position: relative; left: -1.16rem; width: calc(100vw + 2.32rem) } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy .HomePartners_row-dom__kXL3b { -webkit-animation: HomePartners_rowup__cxddW 60s linear infinite normal; animation: HomePartners_rowup__cxddW 60s linear infinite normal } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy .HomePartners_row-dom__kXL3b .HomePartners_img-wrap__vRojE { width: 100px; height: 40px; margin-right: .16rem; border-radius: .05rem; box-shadow: 0 0 .3rem rgba(61,89,132,.12) } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy .HomePartners_row-dom__kXL3b .HomePartners_img-wrap__vRojE img { width: 100%; height: 100% } .HomePartners_module-wrap__kdUF7 .HomePartners_logo-wrap__yeU4Z .HomePartners_roll-box__eZrDy .HomePartners_row-dom__kXL3b .HomePartners_img-wrap__vRojE:last-of-type { margin-right: 0 } } .home-event { position: relative; z-index: 1; margin: -60px 0; } .home-event .event-items { border-radius: 10px; backdrop-filter: blur(20px); border: 1.5px solid #fff; background-color: rgba(255,255,255,.6); box-shadow: 0 4px 33px rgb(190 196 207 / 28%); } .home-event .event-item { display: flex; align-items: center; flex: 1; color: #4a5072; height: 110px; display: flex; align-items: center; position: relative; padding: 0 1.3rem; } .home-event .event-item-icon { height: 70px; width: 70px; margin-right: 20px; background-size: 70px; background-position: center; background-repeat: no-repeat; } .home-event .event-item-info h3 { font-size: 16px; font-size: 18px; line-height: 24px; font-weight: 600; color: #282c33; margin-bottom: 5px; } .home-event .event-item-info p { color: #999; margin-bottom: 0; } .home-event .event-item-icon.icon1 { background-image: url("../img/sub/sub_icon1.png"); } .home-event .event-item-icon.icon2 { background-image: url("../img/sub/sub_icon2.png"); } .home-event .event-item-icon.icon3 { background-image: url("../img/sub/sub_icon3.png"); } .home-event .event-item-icon.icon4 { background-image: url("../img/sub/sub_icon4.png"); } /* maps */ .intl-map { position: relative; } .intl-map-object { position: relative; margin-left: auto; margin-right: auto; max-width: 92.2882%; box-sizing: border-box; z-index: 2; } .intl-map-bg-pc { position: relative; padding-top: 48.944%; width: 100%; height: 0; font-size: 0; box-sizing: border-box; } .intl-map-bg-pc img { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; } .intl-map-bg-mb { display: none; } .intl-map-dot-group { position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; } .intl-map-dot-group { position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box } .intl-map-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; cursor: pointer } .intl-map-dot::after { content: ""; display: block; width: 48px; height: 48px; visibility: hidden; opacity: 0 } .intl-map-dot-layer, .intl-map-dot::after { position: absolute; left: 50%; top: 50%; border-radius: 50%; border-style: solid; border-width: 1px; box-sizing: border-box; transform: translate(-50%, -50%); } .intl-map-dot-group.anim .intl-map-dot-layer { animation: fadeIn .3s ease-out forwards } .intl-map-dot.active .intl-map-dot-layer, .intl-map-dot:hover .intl-map-dot-layer { opacity: 0; visibility: hidden } .intl-map-dot.active::after, .intl-map-dot:hover::after { opacity: 1; visibility: visible; animation: fadeInLarger .5s ease-out forwards } @keyframes fadeIn2 { 0% { opacity: 0; width: 6px; height: 6px } 100% { opacity: 1; width: 22px; height: 22px } } @keyframes fadeInLarger { 0% { width: 22px; height: 22px } 100% { width: 36px; height: 36px } } .intl-map-dot.style-1 { background: #006EFF } .intl-map-dot.style-1 .intl-map-dot-layer, .intl-map-dot.style-1::after { background: rgba(0, 110, 255, .1); border-color: rgba(0, 110, 255, .2) } .intl-map-dot.style-2 { background: #FF7800 } .intl-map-dot.style-2 .intl-map-dot-layer, .intl-map-dot.style-2::after { background: rgba(255, 120, 0, .1); border-color: rgba(255, 120, 0, .2) } .intl-map-dot-tit { position: absolute; top: 50%; line-height: 1; font-size: 12px; color: #666; white-space: nowrap; transform: translateY(-50%); } .intl-map-dot-tit.pos-left { margin-right: 4px; right: 100% } .intl-map-dot-tit.pos-right { margin-left: 4px; left: 100% } .intl-map-bubble { position: absolute; z-index: 6; left: 50%; bottom: 100%; margin-left: -100px; margin-bottom: 12px; width: 200px; text-align: center; transition: .3s all ease-out; opacity: 0; visibility: hidden; transform: translateY(5px); cursor: default; pointer-events: none; box-sizing: border-box } .intl-map-bubble-inner { position: static !important; left: 50%; top: 50%; min-width: 196px; line-height: 18px; font-size: 12px; text-align: left; background-color: #fff; border: 1px solid #006EFF; border-radius: 4px; box-shadow: 0 4px 8px 0 rgba(3, 27, 78, .12); box-sizing: border-box } .intl-map-bubble-tit { line-height: 24px; font-size: 14px; color: #006EFF; background: #EBF4FF; border-radius: 4px 4px 0 0; padding: 8px 16px; font-weight: 500 } .intl-map-bubble-detail { margin-top: 4px; line-height: 20px; font-size: 14px; color: #000; padding: 8px 16px } .intl-map-bubble-detail-item { margin-bottom: 4px } .intl-map-bubble-detail-item::after { content: ""; display: block; height: 0; clear: both; visibility: hidden } .intl-map-bubble-detail-tip { float: right; margin-left: 16px } .intl-map-bubble-detail-main { overflow: hidden } .intl-map-bubble-inner::after, .intl-map-bubble-inner:before { content: ""; position: absolute; top: 100%; left: inherit; right: inherit; margin-top: -1px; margin-left: -8px; width: 0; height: 0; font-size: 0; border: 8px dashed transparent; border-top-style: solid; box-sizing: border-box } .intl-map-bubble-inner::before { border-top-color: #006EFF } .intl-map-bubble-inner::after { margin-top: -2px; border-top-color: #fff } .intl-map-dot.activ, .intl-map-dot:hover { z-index: 3 } .intl-map-dot.active .intl-map-bubble, .intl-map-dot:hover .intl-map-bubble { opacity: 1; visibility: visible; transform: translateY(0) } .intl-map-main { position: absolute; left: 0; bottom: 20px } .intl-map-data-item + .intl-map-data-item { margin-top: 20px } .intl-map-data-tit { line-height: 32px; font-size: 32px; color: #000; font-weight: 700 } .intl-map-data-desc { margin-top: 4px; line-height: 20px; font-size: 14px; color: #000 } .intl-map-explain { margin-top: 40px } .intl-map-explain-item + .intl-map-explain-item { margin-top: 12px } .intl-map-explain-item { position: relative; padding-left: 32px } .intl-map-explain-item .intl-map-dot { position: absolute; top: 9px; left: 9px } .intl-map-explain-item .intl-map-dot-layer { width: 24px; height: 24px } .intl-map-explain-text { line-height: 24px; font-size: 14px; color: #000 } .intl-map-annotations2 { display: none } .intl-map-annotations { margin-top: 40px } .intl-map-annotations-text { max-width: 266px; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 18px } .main-products-menu { border-bottom: 2px solid #e7e8ef; } .main-products-menu .nav .nav-link { color: #333; font-size: 18px; line-height: 30px; margin-bottom: -2px; } .main-products-menu .nav .nav-link.active { color: #096eff; border-radius: 0; box-shadow: inset 0 -2px 0 0 #096eff; background-color: transparent; } .main-products { padding-top: 120px !important; background: #f4f4f8; background-size: 1920px 610px; background-position: center; background-image: url("https://ecloud.eos-guangzhou-1.cmecloud.cn/op-node-portal-web/static/images/home-revision/developer/bg.jpg"); } .home-support-info .head-top { margin-top: 70px; } .main-products-body { border-radius: 3px; background-color: #FFF; box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%); } .main-products-body.style2 { border-radius: 0; background-color: transparent; box-shadow: none; } .product-detail { display: flex; } .product-detail-side { width: 378px; padding-right: 20px; margin-bottom: 0; } .product-detail-main { flex: 1; } .product-recommend { background-position: 100% 0; background-repeat: no-repeat; border: 2px solid #fff; box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff; border-radius: 4px; padding: 18px; box-sizing: border-box; height: 400px; position: relative; margin-bottom: 2rem; border-radius: 2px; border: 1px solid #fff;background: url(https://ecloud.eos-guangzhou-1.cmecloud.cn/op-node-portal-web/8.13.0_h1/img/cc87372.png) no-repeat 100%,linear-gradient(315deg,#e9edf4,#fff); ;;;;;;;;;;background-size: auto 400px;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; } .product-recommend:last-child { margin-bottom: 0; } .product-recommend-link { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; } .product-recommend-hd { display: flex; align-items: center; margin-bottom: 8px; color: #000; } .product-recommend-title { font-weight: 500; font-size: 20px; color: inherit; line-height: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 0; } .product-recommend:hover .product-recommend-title { color: #0052d9; } .product-recommend-desc { font-size: 14px; color: #3d485d; line-height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .product-recommend-btns { margin-top: 16px; display: flex; position: relative; z-index: 2; } .product-recommend-btns .btn:first-child { margin-left: 0; position: relative; } .product-recommend-btns .btn { flex: 1; margin-left: 12px; min-width: 0; padding: 0 12px; height: 36px; line-height: 36px; } .product-detail-lists { display: grid; grid-gap: 1rem; grid-template-columns: repeat(3, auto); } .clientarea-body .product-detail-lists { grid-gap: 1rem; } .product-detail-list:hover { text-decoration: none; background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f5), to(#fff)),-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); background-image: linear-gradient(180deg, #f0f2f5 0%, #fff 100%),linear-gradient(#fff, #fff); background-blend-mode: normal, normal; -webkit-box-shadow: 0px 4px 20px 0px rgb(0 53 128 / 10%); box-shadow: 0px 4px 20px 0px rgb(0 53 128 / 10%); border-radius: 2px; -webkit-transition: .25s; transition: .25s; } .product-detail-list-hd { display: flex; align-items: center; margin-bottom: 8px; color: #000; } .product-detail-list:hover .product-detail-list-title { color: #0056ff; } .product-detail-list-title { font-weight: 500; font-size: 16px; color: inherit; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 0; } .product-detail-list-desc { margin-bottom: 8px; font-size: 14px; color: #3d485d; line-height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .product-detail-list-tags { } .product-detail-list-tag { display: inline-block; vertical-align: middle; padding: 0 2px; height: 22px; box-sizing: border-box; font-size: 12px; line-height: 20px; color: #98a3b7; border: 1px solid rgba(157,173,193,.5); border-radius: 2px; margin-right: 8px; } .product-detail-list-marks { margin-left: 8px; white-space: nowrap; } .product-detail-list-bubble { display: inline-block; vertical-align: middle; padding-left: 4px; } .product-detail-list-bubble:last-child { margin-right: 0; } .product-detail-list-bubble-inner { display: inline-block; vertical-align: middle; position: relative; padding: 0 8px; height: 22px; box-sizing: border-box; font-size: 12px; line-height: 22px; color: #fff; background-color: #f64041; border-radius: 2px; border-bottom-left-radius: 0; } .product-detail-list-bubble-inner:after { content: ""; position: absolute; right: 100%; bottom: 0; width: 0; height: 0; border-color: transparent #f64041 #f64041 transparent; border-style: solid; border-width: 2px 3px; } .page-product-aside { padding-right: 0; } .page-product-body-aside { height: 483px; padding: 28px 32px; background-color: #077cff; background-image: url("../img/bg-product-aside.png"); background-repeat: no-repeat; background-size: cover; background-position: center; border-radius: 4px 0 0 4px; box-sizing: border-box; } .page-product-body-title { line-height: 32px; font-size: 24px; color: #FFF; font-weight: 400; margin-bottom: 16px; } .page-product-body-data { color: #FFF; margin: 0 0; padding: 0; list-style: none; } .page-product-body-data li { line-height: 24px; font-size: 14px; } .page-product-body-data li + li { margin-top: 16px; } .page-product-body-foot { margin-top: 46px; } .page-product-body-foot .btn { width: 100px; } .page-product-list [class*=col-] { padding: 0; border-right: 1px solid #E5E8ED; border-bottom: 1px solid #E5E8ED; } .page-product-list [class*=col-]:nth-child(2n) { padding-right: 15px; border-right: none; } .page-product-list [class*=col-]:nth-child(5n), .page-product-list [class*=col-]:nth-child(6n) { border-bottom: none; } .page-product-card { padding: 25px; display: block; } .page-product-card:hover { color: inherit; text-decoration: none; box-shadow: 0 4px 8px 0 rgb(0 110 255 / 12%); } .page-product-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .5rem; } .page-product-card-title { color: #333; line-height: 24px; font-size: 16px; font-weight: 700; margin-bottom: 0; } .page-product-card-price { color: #ff7900; font-weight: 500; font-size: 16px; } .page-product-card-desc { color: #999; } .page-product-card-body ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; } .page-product-card-body ul li { flex: 1; color: #000; } .page-product-card-body ul li span { display: block; color: #999; line-height: 24px; font-size: 12px; } .triangle { position: absolute; top: 0; right: 0; width: auto; height: 400px; z-index: 2000; z-index: 0; } .product-detail-lists a { padding: 20px; background: #fff; } .product-detail-list-tags { display: flex; flex-wrap: nowrap; } .triangle { position: absolute; top: 0; right: 0; width: auto; height: 400px; z-index: 2000; z-index: 0; } .home-swiper .swiper-slide { background-size: cover; background-position: center top; } section.home-annoucement.space2x { background: #d2e9ff; } .content-left { background: #fff; } .new-left .better { background: #fff; } @media (max-width: 991px){ .product-detail { flex-direction: column; } .product-detail-side { padding-right: 0px; width: 100%; } .product-detail-main { margin-top: 1.5rem; } .product-detail-lists { grid-gap: 1.5rem; grid-template-columns: repeat(1, auto); } .intl-map-main { bottom: -10px; } .main-services-item { height: 300px; margin-bottom: 1.5rem; } .main-maps { overflow: hidden; } .intl-map-data { display: none; } } .beian-info { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 15px 0; gap: 20px; } .beian-link { display: flex; align-items: center; color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.3s; } .beian-link:hover { color: #fff; text-decoration: none; } .beian-link img { height: 20px; margin-right: 5px; } .beian-link span { font-size: 14px; } footer.footer .footer-bottom .copyright p { color: rgba(255, 255, 255, 0.8); }