*{ margin: 0; padding: 0; } .body{ display: flex; flex-direction: column; align-items: center; } button { background: none; border: none; padding: 0; margin: 0; font: inherit; cursor: pointer; outline: none; } a { text-decoration: none; color: inherit; } .teleChatWrap .teleChatMain .teleChatContent { display: none  !important; } .teleChatWrap { border: 0  !important; padding: 35px 0; } .TimerContent{ background-color: #282f60 !important; } .anchor-block{ width: 100%; max-width: 1920px; margin: 0 auto; background-color: white; padding: 10px 0; display: flex; justify-content: center; align-items: center; column-gap: 10px; } .risk-area{ width: 60%; max-width: 1920px; margin: 10px auto; display: flex; flex-direction: column; } .words-sec-area { width: 100%; background: linear-gradient(to right, #283063, #294b91); color: white; } .skill-support{ width: 100%; background: linear-gradient(to right, #283063, #294b91); position: relative; color: white; margin: 20px 0 10px 0; } .words-thr-area { width: 65%; max-width: 1920px; margin: 5px auto; box-sizing: border-box; } .well-six-details{ width: 65%; max-width: 1920px; display: flex; justify-content: center; align-items:stretch; flex-wrap: wrap; gap: 10px; } .guest-area{ width: 65%; max-width: 1920px; } .recommend-area{ width: 100%; max-width: 1920px; background-color: #f1f1f1; } .question-area{ width: 65%; max-width: 1920px; } .anchor-button { background-color: #282e60; color: white; width: 16%; height: 42px; border-radius: 10px; padding: 6px 0; font-weight: 600; font-size: 12px; } .anchor-button:hover { background-color: #eaeef5; color: #282e60 ; } .word-fir{ text-align: center; font-size: 32px; } .risk-area-sub-title{ width: 50%; text-align: center; } .pic-show-risk{ width: 100%; display: flex; justify-content: space-between; align-items: end; } .left-top-pic{ width: 42%; margin: 0 auto; max-width: 363px; margin-bottom: 10px; } .right-bottom{ width: 50%; } .warn-item{ display: flex; align-items: center; font-size: 20px; font-weight: 800; margin-bottom: 5px; } .warn-item>img{ width: 60px; margin-right: 10px; } .words-area{ width: 65%; max-width: 1920px; margin: 20px auto; } .sec-area-title{ font-size: 20px; font-weight: 600; margin-bottom: 5px; } .sec-area-word{ font-size: 16px; } .words-thr-area-title{ text-align: center; margin-bottom: 15px; font-size: 32px; } .well-done-area-title{ margin-bottom: 8px; text-align: center; font-size: 32px; } .well-details{ width: 32%; } .overlay-area { width: 100%; position: relative; display: block; border-radius: 10px; overflow: hidden; } .overlay-area::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); opacity: 0; transition: opacity .3s ease; z-index: 1; border-radius: 10px; } .overlay-area:hover::before { opacity: 1; } .overlay-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 95%; color: white; z-index: 2; opacity: 0; transition: opacity .3s ease; border-radius: 10px; } .overlay-area:hover .overlay-text { opacity: 1; } .well-title{ line-height: 1.1; display: flex; justify-content: center; align-items: center; } .well-img { display: block; width: 100%; height: auto; border-radius: 10px; max-width: 600px; } .skill-content{ width: 65%; height: 210px; max-width: 1920px; margin: 0 auto; padding-top: 26px; } .skill-top{ text-align: center; } .skill-top > p{ margin-bottom:10px; font-size: 20px; } .skill-top > h1{ font-size: 40px; } .prod-img-fir{ height: 250px; position: absolute; bottom: 0; left: 10%; transition: transform .3s ease; } .prod-img-sec{ height: 280px; position: absolute; top: -20px; right: 10%; transition: transform .3s ease; } .prod-img-fir:hover,.prod-img-sec:hover{ transform:translateY(-10px) } .guest-person,.guest-legal-entity{ display: flex; justify-content: space-between; align-items: center; } .guest-person-left,.legal-entity-left{ width: 130px; height:130px; border-radius: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 600; } .guest-person-left > img ,.legal-entity-left > img{ width: 55%; } .guest-person-middle,.legal-entity-middle{ flex: 1; font-size: 18px; font-weight: 500; display: flex; flex-direction: column; justify-content: space-between; margin-left: 20px; } .guest-person > a,.guest-legal-entity > a{ width: 150px; height:40px; border-radius: 3px; color: white; text-align: center; line-height: 40px; } .guest-legal-entity{ margin: 10px 0; } .recommend-words{ width: 65%; max-width: 1920px; margin: 10px auto 20px; } .recommend-words > h2{ font-size: 32px; } .recommend-computer{ width: 65%; max-width: 1920px; margin: 50px auto; } .recommend-area > button{ background-color: #294e95; height: 40px; padding: 0 10px; border-radius: 3px; color: white; width: 20%; margin: 0 0 50px 40%; } .recommend-title{ position: relative; margin: 50px 0; } .recommend-title > h1{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: #f1f1f1; padding: 0 10px; } .recommend-block{ width: 100%; overflow-x: hidden; } .recommend-scroll{ display: flex; justify-content: space-around; gap: 10px; overflow-x:auto ; scrollbar-width: none; -ms-overflow-style: none; } .recommend-scroll::-webkit-scrollbar { display: none; } .recommend-link{ width: 31%; min-width: 280px; } .recommend-goods{ width: 100%; height: 100%; background-color: white; display: flex; flex-direction: column; align-items: center; border-radius: 10px; padding: 10px 0; box-sizing: border-box; cursor: pointer; } .main-img{ width: 90%; position: relative; } .recommend-goods-picture{ width: 100%; max-width: 386px; } .recommend-sign{ width: 42px; height: 49px; position: absolute; right: 0; top: 0; color: white; border-radius: 5px; } .recommend-goods > h3{ text-align: left; width: 92%; min-height: 55px; } .recommend-configuration{ width: 90%; height: 40px; display: flex; justify-content: space-evenly; align-items: center; } .recommend-configuration > div{ height: 100%; font-size: 12px; text-align: center; font-weight: 600; } .con-fir{width: 22%} .con-sec{width: 22%} .con-thr{width: 22%} .con-fourth{width: 22%} .con-sec > img{ height: 70%; max-width: 44px; max-height: none; } .con-thr > img { height: 70%; max-width: 36px; max-height: none; } .con-fourth > img { width: 80%; max-height: none; max-width: 46px; } .recommend-configuration-sec{ width: 90%; font-size: 14px; font-weight: 500; margin-top: 10px; } .recommend-configuration-sec > div{ display: flex; align-items: center; margin: 10px 0; } .recommend-configuration-sec > div > img{ width: 16px; margin: 0 10px; } .question-area > h3{ margin: 10px 0; font-size: 16px; } .question-area > h2{ font-size: 32px; } @media screen and (max-width: 390px) { .question-area> h3 { font-size: 12px; } .recommend-goods >h3 { font-size: 16px; } .anchor-block { flex-wrap: wrap; row-gap: 10px; } .anchor-button { width: 45%; font-weight: 600; padding: 6px 3px; font-size: 10px; line-height: 16px; } .word-fir{ font-size: 18px; font-weight: 600; text-align: center; } .words-area{ width:90%; max-width: 1920px; } .sec-area-title{ text-align: center; font-size: 18px; margin-bottom: 10px; } .sec-area-word{ font-size: 14px; padding: 0 8px; padding-bottom:20px; } .risk-area{ width: 100%; } .risk-area-sub-title{ width: 100%; font-size: 16px; text-align: center; } .pic-show-risk{ flex-direction: column; align-items: center; justify-content: center; font-size: 16px; } .left-top-pic{ width: 65%; } .right-bottom{ width: 74%; margin-top: 20px; min-width: 308px; } .warn-item{ font-size:12px; text-align: center; } .warn-item > img{ width: 30px; margin-bottom: 0; } .words-thr-area{ width: 82%; padding: 0; margin: 10px 0; } .words-thr-area-title{ font-size: 18px; font-weight: 800; } .words-thr-area > p { font-size:14px; font-weight: 400; padding: 0px 20px; } .well-six-details{ width:90%; } .well-done-area-title{ font-size:18px ; } .well-details{ width: 48%; } .well-title,.overlay-text{ font-size: 10px; margin: 5px 0; } .skill-content{ width:90%; height: 300px; } .skill-top > p{ font-size: 16px; } .skill-top > h1{ font-size: 28px; } .prod-img-fir{ height: 110px; top: 120px; left: 10%; } .prod-img-sec{ height: 180px; top: unset; right: 6%; bottom: 0; } .prod-img-fir:hover,.prod-img-sec:hover{ transform:translateY(0) } .guest-area{ width: 90%; } .guest-person,.guest-legal-entity{ display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 12px; } .guest-person-left, .legal-entity-left{ width: 120px; height: 120px; border-radius: 120px; } .guest-person-middle, .legal-entity-middle{ width: 90%; font-size: 16px; margin: 10px 0; } .indent-need{ text-indent: -100px; margin-left: 100px; } .recommend-area > button { width:50%; margin: 0 0 50px 25%; } .recommend-words{ width: 90%; } .recommend-words > h2{ font-size: 18px; font-weight: 800; } .recommend-words > p{ font-size: 14px; } .recommend-computer{ width: 90%; } .recommend-title > h1{ font-size: 18px; width: 58%; text-align: center; } .recommend-block{ overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; } .recommend-block:last-child { margin-right: 0; } .recommend-goods >h3{ font-size: 16px; } .recommend-configuration-sec{ font-size: 10px; } .question-area { width: 90%; font-size: 12px; } .question-area > h2{ font-size: 18px; justify-content: center; } .question-area > h2 > img{ width: 40px; } .skill-top > p { width: 80%; margin: auto; } .overlay-area::before { display: none; } .overlay-text { position: static; transform: none; width: 100%; opacity: 1; color: black; font-size: 10px; } .contact-us{ font-size: 20px; } } @media screen and (min-width: 391px) and (max-width: 460px) { .question-area> h3 { font-size: 12px; } .recommend-goods >h3 { font-size: 16px; } .contact-us{ font-size: 18px; } .anchor-block { flex-wrap: wrap; row-gap: 10px; } .anchor-button { width: 45%; font-weight: 600; padding: 6px 3px; font-size: 10px; line-height: 16px; } .word-fir{ font-size: 18px; font-weight: 600; text-align: center; } .words-area{ width:90%; max-width: 1920px; } .sec-area-title{ text-align: center; font-size: 18px; margin-bottom: 10px; } .sec-area-word{ font-size: 14px; padding: 0 8px; padding-bottom:20px; } .risk-area{ width: 100%; } .risk-area-sub-title{ width: 100%; font-size: 16px; text-align: center; } .pic-show-risk{ flex-direction: column; align-items: center; justify-content: center; font-size: 16px; } .left-top-pic{ width: 50%; } .right-bottom{ width: 74%; margin-top: 20px; min-width: 308px; } .warn-item{ font-size:13px; text-align: center; } .warn-item>img { width: 36px; margin-bottom: 0; } .words-thr-area{ width: 82%; padding: 0; margin: 10px 0; } .words-thr-area-title{ font-size: 18px; font-weight: 800; } .words-thr-area > p { font-size:14px; font-weight: 400; padding: 0px 20px; } .well-six-details{ width:90%; } .well-done-area-title{ font-size:18px ; } .well-details{ width: 48%; } .well-title,.overlay-text{ font-size: 10px; margin: 5px 0; } .skill-content{ width:90%; height: 300px; } .skill-top > p{ font-size: 16px; } .skill-top > h1{ font-size: 28px; } .prod-img-fir{ height: 110px; top: 120px; left: 10%; } .prod-img-sec{ height: 180px; top: unset; right: 6%; bottom: 0; } .prod-img-fir:hover,.prod-img-sec:hover{ transform:translateY(0) } .guest-area{ width: 90%; } .guest-person,.guest-legal-entity{ display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 12px; } .guest-person-left, .legal-entity-left{ width: 120px; height: 120px; border-radius: 120px; } .guest-person-middle, .legal-entity-middle{ width: 90%; font-size: 16px; margin: 10px 0; } .indent-need{ text-indent: -100px; margin-left: 100px; } .recommend-area > button { width:50%; margin: 0 0 50px 25%; } .recommend-words{ width: 90%; } .recommend-words > h2{ font-size: 18px; font-weight: 800; } .recommend-words > p{ font-size: 14px; } .recommend-computer{ width: 90%; } .recommend-title > h1{ font-size: 18px; width: 58%; text-align: center; } .recommend-block{ overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; } .recommend-block:last-child { margin-right: 0; } .recommend-goods >h3{ font-size: 16px; } .recommend-configuration-sec{ font-size: 10px; } .question-area { width: 90%; font-size: 12px; } .question-area > h2{ font-size: 18px; justify-content: center; } .question-area > h2 > img{ width: 40px; } .skill-top > p { width: 80%; margin: auto; } .overlay-area::before { display: none; } .overlay-text { position: static; transform: none; width: 100%; opacity: 1; color: black; font-size: 10px; } } @media screen and (min-width: 461px) and (max-width: 768px) { .question-area> h3 { font-size: 14px; } .recommend-goods >h3 { font-size: 16px; } .contact-us{ font-size: 20px; } .recommend-computer { width: 90%; } .anchor-block { flex-wrap: wrap; row-gap: 10px; } .anchor-button { width: 45%; font-size:13px; } .word-fir{ font-size: 20px; } .words-area{ width: 85%; max-width: 1920px; } .risk-area{ width: 100%; } .risk-area-sub-title{ width: 100%; font-size: 16px; text-align: center; } .pic-show-risk{ flex-direction: column; align-items: center; justify-content: center; font-size: 16px; } .words-thr-area-title { font-size: 20px; } .left-top-pic{ width: 34%; } .right-bottom{ width: 50%; margin-top: 20px; } .well-done-area-title { font-size: 20px; } .warn-item{ font-size:13px; text-align: center; } .warn-item>img { width: 36px; margin-bottom: 0; } .well-details{ width: 48%; } .well-title{ font-size: 10px; height: 26px; } .skill-content{ width: 80%; height: 380px; } .skill-top > h1{ font-size: 34px; } .prod-img-fir{ height: 182px; top: 140px; left: 10%; } .prod-img-sec{ height: 228px; top: unset; right: 10%; bottom: 0; } .prod-img-fir:hover,.prod-img-sec:hover{ transform:translateY(0) } .guest-area{ width: 90%; } .guest-person,.guest-legal-entity{ display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 12px; } .guest-person-left, .legal-entity-left{ width: 120px; height: 120px; border-radius: 120px; } .guest-person-middle, .legal-entity-middle{ width: 80%; font-size: 16px; margin: 10px 0; } .indent-need{ text-indent: -100px; margin-left: 100px; } .recommend-words{ width: 90%; } .recommend-words > h2{ font-size:18px; font-weight: 800; } .recommend-words > p{ font-size: 14px; } .recommend-title > h1 { text-align: center; font-size: 20px; width:70%; padding: 0 10px; } .recommend-area > button { width:40%; margin: 0 0 50px 30%; } .question-area { width: 90%; font-size: 14px; } .question-area > h2{ font-size: 20px; justify-content: center; } .question-area > h2> img{ width: 50px; } .overlay-area::before { display: none; } .overlay-text { position: static; transform: none; width: 100%; opacity: 1; color: black; font-size: 10px; } } @media screen and (min-width: 769px) and (max-width: 1000px) { .recommend-goods >h3 { font-size: 16px; } .recommend-computer { width: 90%; } .anchor-block { flex-wrap: wrap; row-gap: 10px; } .anchor-button { width: 45%; font-size: 14px; } .risk-area { width: 65%; } .warn-item{ font-size: 11px; } .warn-item>img { width: 36px; margin-bottom: 0; } .well-details{ width: 48%; } .well-title{ font-size: 13px; height: 32px; } .skill-top > p{ font-size: 18px; } .skill-top > h1{ font-size: 34px; } .skill-content{ height: 140px; } .prod-img-fir{ height: 175px; left: 2%; } .prod-img-sec{ height: 195px; right: 2%; } .guest-area{ width: 90%; } .guest-person,.guest-legal-entity{ display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 12px; } .guest-person-left, .legal-entity-left{ width: 120px; height: 120px; border-radius: 120px; } .guest-person-middle, .legal-entity-middle{ width: 55%; font-size: 16px; margin: 10px 0; } .indent-need{ text-indent: -100px; margin-left: 100px; } .recommend-title > h1 { width: 66%; text-align: center; } .countdown-timer .TimerContent { justify-content: center !important; } .countdown-timer .TimerContent .content { margin-right: 50px !important; } } @media screen and (min-width: 1001px) and (max-width: 1200px) { .guest-area,.question-area,.recommend-words,.recommend-computer{ width: 90%; } .anchor-block { flex-wrap: wrap; row-gap: 10px; } .anchor-button { width: 28%; font-size: 14px; } .warn-item{ font-size: 14px; } .well-title{ font-size: 13px; height: 32px; } .skill-top > p{ font-size: 18px; } .skill-top > h1{ font-size:36px; } .skill-content{ height: 180px; } .prod-img-fir{ height: 220px; left: 5%; } .prod-img-sec{ height: 240px; right: 5%; } .guest-person-left, .legal-entity-left{ width: 120px; height: 120px; border-radius: 120px; } .guest-person-middle, .legal-entity-middle{ width: 55%; font-size: 16px; } .indent-need{ text-indent: -100px; margin-left: 100px; } .recommend-goods >h3{ font-size: 16px; } .recommend-title > h1 { width: 50%; text-align: center; } .overlay-text { font-size: 12px; } .warn-item>img { width: 40px; } .countdown-timer .TimerContent { justify-content: center !important; } .countdown-timer .TimerContent .content { margin-right: 50px !important; } } @media screen and (min-width: 1201px) and (max-width: 1500px) { .guest-area,.question-area,.recommend-words,.recommend-computer{ width: 80%; } .anchor-button { font-size: 12px; height: 40px; } .well-title{ font-size: 15px; height: 46px; } .warn-item{ font-size: 17px; } .guest-person-left, .legal-entity-left{ width: 130px; height: 130px; border-radius: 130px; } .guest-person-middle, .legal-entity-middle{ font-size: 16px; } .indent-need{ text-indent: -100px; margin-left: 100px; } .recommend-goods >h3{ font-size: 16px; } .well-title{ height: 50px; } .overlay-text { font-size: 14px; } .warn-item>img { width: 52px; } .countdown-timer .TimerContent { justify-content: center !important; } .countdown-timer .TimerContent .content { margin-right: 50px !important; } } @media screen and (min-width: 1501px) and (max-width: 1920px) { .anchor-button { font-size: 15px; } .well-title{ height: 52px; } .warn-item>img { width: 60px; } .con-fir { width: 20%; } .countdown-timer .TimerContent { justify-content: center !important; } .countdown-timer .TimerContent .content { margin-right: 50px !important; } } @media screen and (min-width: 1921px) { .anchor-button { font-size: 14px; } .recommend-scroll{ justify-content: center; } .well-title{ height: 52px; } .warn-item>img{ width: 52px; margin-right: 10px; } .countdown-timer .TimerContent { justify-content: center !important; } .countdown-timer .TimerContent .content { margin-right: 50px !important; } .sec-area-word { font-size: 18px; }.words-thr-area > p{ font-size: 18px; } .recommend-words > p { font-size: 18px; } .recommend-words > h4 { font-size: 22px; } .question-area> h3 { font-size: 22px; } .question-area> p { font-size: 18px; } }
