123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663 |
- @keyframes spin {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- .index-mobile {
- display: none !important;
- }
- @media screen and (max-width: 821px) {
- .index-mobile {
- display: block !important;
- }
- .index-pc {
- display: none !important;
- }
- }
- .normal-min-width {
- min-width: 1000px;
- width: 100%;
- -webkit-tap-highlight-color: transparent;
- }
- .appointmentMobile.normal-min-width {
- min-width: auto;
- }
- .body-overflow-hidden {
- overflow: hidden;
- position: fixed;
- height: 100%;
- width: 100%;
- }
- .top-nav-content {
- width: 100%;
- }
- .top-nav.top-normal-width {
- width: 100%;
- max-width: none;
- }
- .top-nav-constance.blog-nav .top-nav-content {
- width: 100%;
- }
- .top-nav-constance.blog-nav .top-normal-width {
- max-width: none;
- }
- .top-hamburger {
- display: block;
- right: 20px;
- position: absolute;
- width: 30px;
- height: 30px;
- top: 0;
- bottom: 0;
- margin: auto;
- cursor: pointer;
- }
- .top-hamburger .top-hamburger-btn {
- width: 20px;
- height: 2px;
- border-radius: 5px;
- background: #b4b9c2;
- position: relative;
- top: 50%;
- left: 50%;
- margin-top: -2px;
- margin-left: -10px;
- transition: all 0.3s ease-in-out;
- }
- .top-hamburger .top-hamburger-btn:before, .top-hamburger .top-hamburger-btn:after {
- content: '';
- position: absolute;
- width: 20px;
- height: 2px;
- border-radius: 5px;
- background: #b4b9c2;
- transition: all 0.5s ease-in-out;
- }
- .top-hamburger .top-hamburger-btn:before {
- transform: translateY(-6px);
- }
- .top-hamburger .top-hamburger-btn:after {
- transform: translateY(6px);
- }
- .top-hamburger-close .top-hamburger-btn {
- width: 0;
- transition: .1s;
- }
- .top-hamburger-close .top-hamburger-btn:before {
- transform: rotate(45deg);
- transition: all 0.3s ease-in-out;
- }
- .top-hamburger-close .top-hamburger-btn:after {
- transform: rotate(-45deg);
- transition: all 0.3s ease-in-out;
- }
- .top-nav {
- z-index: auto;
- }
- .top-nav .top-button {
- display: none;
- text-align: center;
- font-size: 16px;
- cursor: pointer;
- border-radius: 22.5px;
- width: 160px;
- height: 40px;
- line-height: 40px;
- transition: 0.3s;
- background: #338fe6 linear-gradient(to bottom, #107ee5, #336ae6);
- left: auto;
- color: white;
- width: 100px;
- top: 0;
- font-size: 14px;
- height: 30px;
- line-height: 30px;
- right: 15px;
- position: absolute;
- bottom: 0;
- margin: auto;
- }
- .top-nav .top-button:hover {
- background-image: linear-gradient(to top, #107ee5, #336ae6);
- }
- .top-nav .top-button:active {
- background-image: linear-gradient(to top, #107ee5, #336ae6);
- }
- .white-top-nav .top-nav {
- background: white;
- }
- .white-top-nav .top-button {
- display: block;
- }
- .solution .top-content {
- width: auto;
- }
- .top-content-logo {
- height: 85px;
- }
- .top-content-logo img {
- height: 100%;
- width: auto;
- }
- .top-content-slogan {
- margin-top: 10px;
- }
- .top-content-slogan img {
- height: 100%;
- width: auto;
- }
- .white-top-nav .top-nav-ul > a, .white-top-nav .top-nav-ul > div {
- color: white;
- }
- .top-nav-ul {
- position: fixed;
- width: 100%;
- height: 0;
- overflow: auto;
- right: 0;
- bottom: auto;
- background: white;
- top: 60px;
- left: 0;
- z-index: -1;
- padding-right: 0;
- opacity: 0;
- visibility: hidden;
- }
- .top-nav-ul .top-login {
- display: none;
- }
- .top-nav-ul .top-registered {
- display: none;
- }
- .top-nav-ul.top-nav-ul-mobile-show {
- height: calc(100% - 60px);
- opacity: 1;
- bottom: 0;
- visibility: visible;
- transition: 0.3s;
- }
- .top-nav-ul.top-nav-ul-mobile-show .top-nav-ul-drop-down-list {
- display: none;
- height: 100%;
- }
- .top-nav-ul .top-contact {
- padding-left: 0;
- }
- .top-nav-ul .top-contact .top-contact-img {
- display: none !important;
- }
- .top-nav-ul .mobile-top-registered {
- color: #004cbf !important;
- opacity: 0;
- position: fixed;
- left: 0;
- bottom: 50%;
- width: 100%;
- font-size: 20px;
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 34%);
- height: 100px;
- display: flex;
- align-items: center;
- text-align: center;
- justify-content: center;
- z-index: -1;
- visibility: hidden;
- cursor: default;
- }
- .top-nav-ul .mobile-top-registered.mobile-top-registered-show {
- z-index: 1001;
- width: 100%;
- bottom: 0;
- opacity: 1;
- visibility: visible;
- }
- .top-nav-ul .mobile-top-registered a.mobile-top-try {
- display: block;
- width: 110px;
- height: 40px;
- border-radius: 3px;
- background-image: linear-gradient(to right, #2e77e5 0%, #004cbf 100%);
- line-height: 40px;
- font-size: 16px;
- font-weight: 500;
- text-align: center;
- color: white;
- margin-right: 20px;
- transition: 0.2s;
- }
- .top-nav-ul .mobile-top-registered a.mobile-top-try:hover {
- background-image: linear-gradient(to right, #599cff 0%, #2e77e5 100%);
- }
- .top-nav-ul .mobile-top-registered a.mobile-top-appointment {
- display: block;
- width: 110px;
- height: 40px;
- line-height: 40px;
- border: 1px solid #004cbf;
- border-radius: 3px;
- color: #004cbf;
- font-size: 16px;
- font-weight: 500;
- text-align: center;
- transition: 0.2s;
- }
- .top-nav-ul .mobile-top-registered a.mobile-top-appointment:hover {
- color: #599cff;
- border-color: #599cff;
- }
- .top-nav-left.first {
- padding-left: 0 !important;
- }
- .top-nav-ul-drop-down-list a {
- display: flex;
- align-items: center;
- height: 70px;
- transition: 0.3s;
- padding: 15px 20px;
- }
- .top-nav-ul-drop-down-list a:hover {
- background-color: #ebf3ff;
- }
- .top-nav-ul-drop-down-list a:hover .product-nav-title {
- color: #0b5dd9;
- }
- .top-nav-ul-drop-down-list a:hover .product-nav-logo {
- border-radius: 8px;
- background-color: white;
- box-shadow: 0 4px 8px 0 rgba(48, 48, 48, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.1);
- }
- .top-nav-ul-drop-down-list a.future {
- display: none;
- }
- .top-nav-focus-li {
- display: none;
- }
- .top-nav-logo {
- margin-left: 20px;
- z-index: 10;
- }
- .top-login {
- display: none;
- }
- .top-nav-ul > a, .top-nav-ul > div {
- display: block;
- font-size: 18px;
- color: #212326;
- }
- .top-nav-ul > a li, .top-nav-ul > li {
- float: none;
- }
- .white-top-nav .top-nav-ul > .top-nav-ul-drop-down-able {
- height: auto;
- cursor: auto;
- }
- .top-nav-ul .dropdown-menu {
- display: none !important;
- }
- .top-nav-ul .product-dropdown .dropdown-mobile {
- display: none;
- }
- .top-nav-ul .product-dropdown .dropdown-mobile li {
- color: #212326;
- }
- .top-nav-ul-drop-down-list {
- display: block;
- box-shadow: none;
- width: auto;
- padding: 10px 0;
- }
- .top-nav-right {
- display: none !important;
- }
- .top-nav-ul-drop-down-span {
- display: block;
- height: 54px;
- font-size: 16px;
- line-height: 54px;
- color: #212326;
- font-weight: 500;
- border-bottom: 1px solid #edeff2;
- user-select: none;
- background-size: cover;
- background-repeat: no-repeat;
- background-image: url("../images/hamburger-arrow-done.png");
- background-size: 10px 7px;
- background-repeat: no-repeat;
- background-position: right 5px center;
- cursor: pointer;
- margin: 0 20px;
- }
- @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
- .top-nav-ul-drop-down-span {
- background-image: url("../images/hamburger-arrow-doneX3.png");
- }
- }
- @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
- .top-nav-ul-drop-down-span {
- background-image: url("../images/hamburger-arrow-doneX3.png");
- }
- }
- .top-nav-ul-drop-down-span.active {
- background-size: cover;
- background-repeat: no-repeat;
- background-image: url("../images/hamburger-arrow-up.png");
- background-size: 10px 7px;
- background-repeat: no-repeat;
- color: #004cbf;
- border-bottom-color: transparent;
- }
- @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
- .top-nav-ul-drop-down-span.active {
- background-image: url("../images/hamburger-arrow-upX3.png");
- }
- }
- @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
- .top-nav-ul-drop-down-span.active {
- background-image: url("../images/hamburger-arrow-upX3.png");
- }
- }
- .product-nav-box {
- flex: 1;
- display: flex;
- flex-direction: column;
- margin-left: 10px;
- }
- .classify-nav {
- cursor: default;
- }
- .classify-nav.middle a:hover {
- background-color: #e9f6f7;
- }
- .classify-nav.middle a:hover .product-nav-logo {
- box-shadow: 0 8px 15px 0 rgba(63, 151, 157, 0.05), 0 4px 8px 0 rgba(63, 151, 157, 0.1), 0 0 1px 0 rgba(63, 151, 157, 0.1);
- }
- .classify-nav.middle a:hover .product-nav-box .product-nav-title {
- color: #44acb6;
- }
- .classify-nav .classify-title {
- height: 20px;
- width: 62px;
- font-size: 12px;
- line-height: 17px;
- display: block;
- padding-bottom: 2px;
- border-bottom: 1px solid #edeff2;
- margin: 15px 0 10px 20px;
- color: #767b83;
- }
- [data-focus="product"] .top-nav-ul-drop-down-list .nav-card {
- height: 110px;
- }
- [data-focus="product"] .top-nav-ul-drop-down-list .nav-card img {
- width: 130px;
- height: 80px;
- border-radius: 3px;
- }
- [data-focus="product"] .top-nav-ul-drop-down-list .nav-card .nav-card-info {
- margin-left: 20px;
- }
- [data-focus="product"] .top-nav-ul-drop-down-list .nav-card .nav-card-title {
- font-size: 14px;
- line-height: 24px;
- margin-bottom: 12px;
- color: #212326;
- }
- [data-focus="product"] .top-nav-ul-drop-down-list .nav-card .nav-card-subtitle {
- font-size: 14px;
- line-height: 20px;
- color: #767b83;
- }
- [data-focus="product"] .top-nav-ul-drop-down-list .classify-nav .classify-title {
- width: 24px;
- }
- [data-focus="product"] .top-nav-ul-drop-down-list .classify-nav.middle .classify-title {
- width: 48px;
- }
- [data-focus="case"] .top-nav-ul-drop-down-list a,
- [data-focus="solution"] .top-nav-ul-drop-down-list a {
- height: 50px;
- padding: 15px 20px;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list {
- padding: 0;
- cursor: default;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a {
- height: 50px;
- padding: 15px 20px;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a.nav-article-card {
- height: auto;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a:hover .blog-tag span {
- color: white;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a:hover .blog-tag span.manage {
- background-color: #0b5dd9;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a:hover .blog-tag span.super {
- background-color: #835ce5;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a:hover .blog-tag span.product {
- background-color: #09abba;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a:hover .blog-tag span.dev {
- background-color: #2db270;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a:hover .blog-tag span.cto {
- background-color: #ffaa00;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list a:hover .blog-tag span.news {
- background-color: #e52727;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list .nav-article-card {
- display: inline-block;
- width: 50%;
- vertical-align: top;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list .nav-article-card .card-img {
- width: 164px;
- height: 100px;
- display: inline-block;
- vertical-align: middle;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list .nav-article-card .card-img img {
- height: 100%;
- width: 100%;
- object-fit: cover;
- border-radius: 3px;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list .nav-article-card .card-content {
- display: inline-block;
- vertical-align: middle;
- margin-left: 20px;
- width: 40%;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list .nav-article-card .card-content .blog-tag {
- line-height: 24px;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list .nav-article-card .card-content .blog-tag span {
- font-size: 12px;
- line-height: 24px;
- }
- [data-focus="service"] .top-nav-ul-drop-down-list .nav-article-card .card-content .card-info {
- font-size: 14px;
- line-height: 24px;
- color: #212326;
- }
- [data-focus="pricing"] {
- margin-bottom: 100px;
- }
- [data-focus="pricing"] .top-nav-ul-drop-down-span {
- background-image: none;
- }
- [data-focus="pricing"] span.top-nav-ul-drop-down-span {
- background-image: none;
- margin: 0;
- }
- [data-focus="coupon"] {
- margin-bottom: 100px;
- }
- [data-focus="coupon"] .top-nav-ul-drop-down-span {
- background: url("../images//activity/coupon/coupon-entry-nav.gif") no-repeat 2px 12px;
- background-size: 100px auto;
- }
- [data-focus="coupon"] span.top-nav-ul-drop-down-span {
- background-image: none;
- padding-left: 8px;
- font-size: 14px;
- font-weight: 600;
- line-height: 54px;
- color: #fff;
- margin: 0;
- }
- .product-nav-content {
- color: #212326;
- }
- .product-nav-logo {
- height: 40px;
- width: 40px;
- object-fit: contain;
- }
- .product-nav-tips {
- display: none;
- }
- .product-nav-title {
- color: #212326;
- line-height: 20px;
- font-size: 14px;
- }
- .product-nav-title .icon-new {
- display: inline-block;
- padding-left: 5px;
- }
- .product-nav-title img {
- transform: translateY(1px);
- }
- [data-focus="product"] .product-nav-title {
- font-weight: 500;
- }
- .product-nav-content {
- font-size: 14px;
- color: #767b83;
- }
- .sign_up_success .apply-step-4 {
- width: 262px;
- height: 300px;
- padding: 0;
- }
|