@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    /*user-select: none;*/
    outline: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: var(--color-text-body);
    line-height: 1.8;
}
a {
    color: #00a1de;
}
a:hover {
    color: #4ebde8;
}
/*a:active {
	color: #002878
}*/
body {
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body,
#wrapper,
header,
.mobile_nav {
    min-width: 375px;
}
.block-background {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
}
img {
    max-width: 100%;
    display: block;
}
h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: var(--color-text-heading);
}
h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
    color: var(--color-text-heading);
}
h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: var(--color-text-heading);
}
h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: var(--color-text-heading);
}
p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
header {
    background-color: var(--color-header-bg);
    height: 100px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
header .logo {
    display: flex;
    align-items: center;
}
.topmenu {
    display: flex;
}
.topmenu .menu {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
}
.topmenu .menu ul {
    display: flex;
    height: 100%;
}
.topmenu .menu ul li {
    color: var(--color-link-primary);
    font-size: 16px;
    max-width: 155px;
    margin: 0 35px;
    height: 100%;
}
.topmenu .menu ul li a {
    color: var(--color-link-primary);
}
.topmenu .menu ul li a:hover {
    color: var(--color-link-hover);
}
.term {
    margin-left: 15px;
    text-align: right;
}
.term p {
    font-size: 12px;
    padding: 6px 0;
}
.term p a {
    color: var(--color-term-service);
}
.readyfor {
    width: 100%;
    /*background: url(../images/Hero-1920.20260827.jpg) top center no-repeat #1e1e2c;*/
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.readyfor_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.readyfor_cover {
    object-fit: cover;
    width: 100%;
    height: 530px;
}

.readyfor.visible {
    background: url(../images/Hero-1920.20260827.jpg) top center no-repeat #1e1e2c;
}
.readybuss {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
}
.readybuss h1 {
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 10px;
}
.readybuss h4 {
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: 8px;
}
a.findBtn {
    font-family: Montserrat, sans-serif;
    width: 180px;
    height: 43px;
    font-size: 18px;
    font-weight: 800;
    padding: 10px 30px;
    background-color: var(--color-accent);
    color: #fff;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
    font-weight: normal;
    margin-right: 10px;
}
a.findBtn:hover {
    background-color: var(--color-accent-hover);
    text-decoration: none;
}
a.findBtn:active {
    background-color: var(--color-accent-active);
}
a.videoBtn {
    font-family: Montserrat, sans-serif;
    width: 180px;
    height: 36px;
    font-size: 18px;
    font-weight: 800;
    padding: 8px 50px;
    background-color: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-left: 10px;
    font-weight: normal;
}
a.videoBtn:hover {
    text-decoration: none;
    color: #f2821d;
    border: 2px solid #f2821d;
}
a.videoBtn:active {
    color: #c76112;
    border: 2px solid #c76112;
}
.comhowUse {
    width: 1118px;
    margin: 0 auto;
    margin-top: 80px;
}
.comhowUse h2 {
    text-align: center;
    color: #333;
}
.tab {
    margin-top: 30px;
}
.tab ul {
    display: flex;
    justify-content: space-between;
}
.tab ul li {
    flex: 1;
    padding: 30px 12px;
    text-align: center;
    border-bottom: 6px solid #b3b3b3;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans Condensed", sans-serif;
    cursor: pointer;
    color: #b3b3b3;
}
.tab ul li b {
    color: #b3b3b3;
    font-weight: bold;
}
.tab ul li.active {
    color: #f2821d;
    border-bottom: 6px solid #f2821d;
}
.tab ul li.active b {
    color: #f2821d;
    font-weight: bold;
}
.tabbox {
    border-top: none;
    padding: 0;
    background: #fff;
}
.tabitem {
    display: flex;
    margin-top: 80px;
}
.tabitemLft {
    width: 48%;
}
.tabitemRgt {
    flex: 1;
}
.tabitem_right {
    padding-left: 48px;
}
.tabitemRgt h3 {
    color: #333;
    margin-bottom: 60px;
}
.tabitemRgt p {
    color: #676767;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #676767;
}
.tabitemRgt ul li {
    color: #00a1de;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: 30px;
    background: url(../images/arrow.20260827.svg) 0 2px no-repeat;
    padding: 0 0 5px 45px;
}
.tabitemRgt ul li a {
    font-weight: 700;
    color: #00a1de;
    text-decoration: none;
}
.tabitemRgt ul li a em {
    font-style: normal;
    font-weight: 700;
    color: #00a1de;
}
.tabitemRgt ul li a:hover,
.tabitemRgt ul li a:hover em {
    color: #4ebde8;
}
.tabitemRgt ul li a:active {
    color: #002878;
}
.betips {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #676767;
    padding: 30px 0 50px 0;
}
.topSlider {
    display: flex;
    margin-bottom: 20px;
}
.rotateBox {
    width: 960px;
    margin-right: 100px;
    height: 500px;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: ellipse(65% 120% at 29% 52%);
    clip-path: ellipse(65% 120% at 29% 52%);
}
.rotateDiv {
    width: 1500px;
    height: 1500px;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: -100%;
    transition: all 0.5s ease;
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
}
.clickOne {
    transform: rotate(0);
}
.clickTwo {
    transform: rotate(90deg);
}
.clickThree {
    transform: rotate(180deg);
}
.clickFour {
    transform: rotate(270deg);
}

.rtImg1 {
    background: url(../images/sliderImg1.20260827.png) 0 center no-repeat;
    top: 500px;
    right: 0;
    width: 895px;
    height: 500px;
    transform: rotate(0);
}
.rtImg2 {
    background: url(../images/sliderImg2.1.20260827.png) 0 center no-repeat;
    top: 500px;
    right: 0;
    width: 895px;
    height: 500px;
}
.rtImg3 {
    background: url(../images/sliderImg3.1.20260827.png) 0 center no-repeat;
    top: 500px;
    right: 0;
    width: 895px;
    height: 500px;
}
.rtImg4 {
    background: url(../images/sliderImg4.1.20260827.png) 0 center no-repeat;
    top: 500px;
    right: 0;
    width: 895px;
    height: 500px;
}
.rtImg1.visible {
    background: url(../images/sliderImg1.20260827.png) 0 center no-repeat;
}
.rtImg2.visible {
    background: url(../images/sliderImg2.1.20260827.png) 0 0 no-repeat;
}
.rtImg3.visible {
    background: url(../images/sliderImg3.1.20260827.png) 0 0 no-repeat;
}
.rtImg4.visible {
    background: url(../images/sliderImg4.1.20260827.png) 0 0 no-repeat;
}
.rtImg {
    position: absolute;
    transition: all 0.8s ease;
    transform: rotate(0deg);
    opacity: 0;
}

.swiper-slide-next .rtImg {
    transform: rotate(90deg);
    opacity: 0;
}
.swiper-slide-prev .rtImg {
    transform: rotate(-90deg);
    opacity: 0;
}
.swiper-slide-active .rtImg {
    transform: rotate(deg);
    opacity: 1;
}

.upSlide {
    transform: rotate(-90deg);
    opacity: 0;
}
.downSlide {
    transform: rotate(90deg);
    opacity: 0;
}
.topSlider .sliderBox {
    width: 726px;
    margin: 50px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
    margin-left: 0;
    overflow: hidden;
}
.sliderMain {
    position: relative;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease;
}
.topSlider .sliderBox .sliderCont h2 {
}
.topSlider .sliderBox .sliderCont p {
}
.swiper-slide-prev .sliderMain {
    opacity: 0;
    transform: translateX(-100%);
}
.swiper-slide-next .sliderMain {
    opacity: 0;
    transform: translateX(100%);
}
.swiper-slide-active .sliderMain {
    opacity: 1;
    transform: translateX(0);
}

.topSlider .sliderBox h2 {
    color: #333;
    margin-bottom: 20px;
}
.topSlider .sliderBox h2 b {
    color: #333;
    font-weight: bold;
}
.topSlider .sliderBox p {
    color: #676767;
    padding-bottom: 20px;
}
.sliderPaging {
    margin-top: 0;
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
}
.sliderPaging ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sliderPaging ul li {
    background: #b3b3b3;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sliderPaging ul li.active {
    transform: scale(1.9);
    background: #f2821d;
}
.searchBox {
    position: relative;
    top: 0;
}
.searchBox h2 {
    text-align: center;
    color: #e6340a;
    font-size: 22px;
    font-weight: 400;
    padding-top: 20px;
    font-family: GothamMedium;
}
.optionBoxTrans {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    display: none;
}
.optionBox {
    position: relative;
    width: 922px;
    height: 257px;
    background: #f6f6f6;
    border-radius: 12px;
    padding: 50px;
    text-align: center;
}
.optionBoxClose {
    width: 20px;
    height: 20px;
    background: url(../images/close.20260827.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -30px;
    filter: invert(1);
    cursor: pointer;
}
.optionBox h2 {
    color: #e6340a;
    font-size: 24px;
    margin-bottom: 10px;
}
.optionBox p {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333;
}
.optionBox p a {
    color: #00a1de;
    font-weight: 700;
}
.optionBox p a:hover {
    color: #4ebde8;
}
.optionBox p a:active {
    color: #002878;
}
.optionBox .optBtnBox {
    margin: 50px 0 0 0;
    display: inline-block;
}
.optionBox .optBtnBox .optBtn {
    width: 136px;
    height: 43px;
    border-radius: 24px;
    background: #fe831b;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
    cursor: pointer;
}
.optionBox .optBtnBox .optBtn:hover {
    background-color: #fdab60;
}
.optionBox .optBtnBox .optBtn:active {
    background-color: #c76112;
}
.contLodr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    justify-content: center;
    align-items: flex-start;
    color: #0061a5;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    display: none;
    transition: all 1s ease;
    padding-top: 150px;
}
.contLodr p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contLodr p strong {
    font-size: 30px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    margin-left: 20px;
}
.blueBG {
    background: #fef568;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: none;
    justify-content: center;
    align-items: center;
}
.blueBGCont {
    width: 90%;
}
.blueBGCont p {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 700;
}
.sliderBox .bx-wrapper {
    background: 0 0;
}
.sliderBox .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    background: #b3b3b3;
    border-radius: 100%;
}
.sliderBox .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 21px;
    height: 21px;
    background: #f2821d;
}
.sliderBox .bx-wrapper .bx-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}
.container {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
}
.startSearch {
    text-align: center;
    background-color: #f6f6f6;
    /*min-height: 600px*/
}
.startSearch.visible {
    background: url(../images/StartDomainSearch.20260827.png) bottom left no-repeat
        #f6f6f6;
    background: url(../images/StartDomainSearch.20260827.png) bottom left no-repeat
        #f6f6f6;
}
.startSearchBox {
    width: 1122px;
    margin: 0 auto;
    padding: 80px 0 115px 0;
}
.startSearch h2 {
    color: #333;
    padding-bottom: 15px;
}
.startSearch p {
    color: #676767;
    font-size: 18px;
    font-weight: 600;
}
.howchooseBox {
    background: url(../images/howchooseacomdomainname.20260827.jpg) top center no-repeat;
    background-size: cover;
    height: 570px;
}
.howchooseBox.visible {
    background: url(../images/howchooseacomdomainname.20260827.jpg) top center no-repeat;
}
.howchoose {
    width: 1125px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 100px;
}
.howchoose h2 {
    color: #fff;
    text-align: center;
}
.howchoose h2 b {
    color: #fff;
    font-weight: bold;
}
.howchoose ul {
    margin-top: 40px;
    display: flex;
}
.howchoose ul li {
    flex: 1;
}
.howchoose ul li .iconimg {
    margin-bottom: 30px;
}
.howchoose ul li h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
}
.howchoose ul li p {
    color: #fff;
    padding-right: 5px;
}
.howchoose ul li:nth-child(2) {
    padding: 0 30px;
}
footer {
    width: 100%;
    background-color: #142e50;
}
.footerBox {
    padding: 50px 0;
    margin: 0 auto;
    width: 1125px;
}
.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.footer .footer_line1 {
    color: #8cdcf0;
    margin: 40px 0;
}
.ftrRgt ul li {
    font-size: 14px;
    color: #8cdcf0;
    padding-bottom: 15px;
    display: inline-block;
    margin-left: 60px;
}
.ftrRgt ul li a {
    color: #8cdcf0;
    text-decoration: underline;
}
.ftrRgt ul li a:hover {
    color: #4ebde8;
}
.footer {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.footer p {
    font-size: 12px;
    color: #fff;
}
.nameStudio {
    position: relative;
}
.divcheck {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.termPage {
    width: 100%;
    padding: 50px 10%;
    margin-top: 100px;
}
.termPage h1 {
    color: #000;
}
.termPage .date {
    font-size: 18px;
    color: #676767;
    margin: 15px 0 30px 0;
}
.termPage p {
    padding-bottom: 20px;
}
.termPage p b {
    font-weight: 700;
}
.termPage ul {
    margin: 10px 30px;
}
.termPage ul li {
    list-style: disc;
}
.termPage ul li b {
    font-weight: 700;
}
.termList {
    padding: 10px 0 30px 0;
    border-bottom: 3px solid #ddd;
}
.termList ul {
    margin: 0;
}
.termList ul li {
    color: #00a1de;
    font-size: 16px;
    padding: 5px 0;
    cursor: pointer;
    list-style: none;
}
.termList ul li span {
    color: #00a1de;
    font-weight: 700;
    width: 25px;
    display: inline-block;
}
.termList ul li strong {
    color: #00a1de;
    font-weight: 700;
    text-decoration: underline;
}
.termBox h2 {
    font-weight: 700;
    color: #000;
    padding-top: 30px;
}
.termBox p {
    padding: 30px 0 0 0;
}
.termBox .subHdng {
    font-size: 20px;
    font-weight: 700;
    padding-top: 30px;
}
.termBox ul {
    margin: 15px 30px 0 30px;
}
.termBox ul li {
    font-size: 16px;
    list-style: disc;
    margin-left: 20px;
    padding: 15px 20px;
}
.websiteDtl {
    max-width: 1330px;
    width: 100%;
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.websiteDtl .articlelist {
    width: 340px;
}
.websiteDtl .wwwinfo {
    flex: 1;
    padding-right: 50px;
}
.wwwinfo .avrgReadTime {
    margin: 15px 0 30px 0;
    font-size: 16px;
    color: #676767;
}
.wwwinfo .tips {
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 16px;
}
.wwwinfo h2 {
    font-weight: 700;
    padding-bottom: 30px;
}
.wwwinfo ul li {
    background: url(../images/rectangle.20260827.png) 30px 0 no-repeat;
    background: url(../images/rectangle.20260827.png) 30px 0 no-repeat;
    padding-left: 90px;
    padding-bottom: 30px;
}
.wwwinfo ul li a {
    font-weight: 700;
}
.wwwinfo ul ul {
    margin: 30px 0 0 0;
}
.wwwinfo ul ul li {
    padding-left: 30px;
    background: url(../images/ellipse.20260827.png) 0 2px no-repeat;
    background: url(../images/ellipse.20260827.png) 0 2px no-repeat;
}
.wwwinfo ul ul li:last-child {
    padding-bottom: 0;
}
.wwwinfo .webImg img {
    display: block;
}
.wwwinfo .webImg {
    margin: 20px 0 50px 0;
}
.wwwinfo .othsername {
    margin-bottom: 30px;
    display: flex;
}
.wwwinfo .othsername span {
    width: 32px;
    padding-top: 2px;
}
.wwwinfo .othsername strong,
.wwwinfo .othsername strong a {
    color: #00a1de;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    flex: 1;
}
.wwwinfo .othsername strong a sup {
    color: #00a1de;
    font-weight: 700;
}
.wwwinfo .othsername strong a {
    padding-left: 0;
}
.tipBox {
    background-color: #e6f6fc;
    padding: 50px;
    display: flex;
    margin: 20px 0 50px 0;
}
.tipBox .tipLft {
    width: 110px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    text-align: center;
}
.tipBox .tipLft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #00a1de;
}
.tipBox .tipLft:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #00a1de;
}
.tipBox .tipCont {
    flex: 1;
    padding-left: 40px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
}
.articletit {
    font-weight: 700;
    font-size: 18px;
}
.articletit strong {
    font-weight: 700;
}
.articletit span {
    display: none;
}
.articlelist ul li {
    margin-top: 30px;
}
.articleImg {
    margin-bottom: 15px;
}
.articleImg img {
    display: block;
}
.articleTxt {
    font-size: 14px;
    font-weight: 700;
}
.linkstep,
.guideLink {
    border-bottom: 3px solid #efefef;
}
.linkstep ul,
.guideLink ul {
    margin: 30px 0 30px 20px;
    padding: 0;
}
.linkstep ul li,
.guideLink ul li {
    font-size: 18px;
    color: #00a1de;
    font-weight: 700;
    background: 0 0;
    padding: 2px 0;
    margin: 0;
    list-style: decimal;
    cursor: pointer;
    text-decoration: underline;
}
.stepmapss .step {
    margin-top: 50px;
}
.stepmapss .step p {
    padding-bottom: 30px;
}
.stepmapss .step p:last-child {
    padding-bottom: 0;
}
.stepmapss .step p a {
    font-weight: 700;
}
.stepmapss .step p b {
    font-weight: 700;
}
.stepmapss .siteImg {
    margin: 50px 0;
}
.stepmapss #step2 .siteImg {
    margin-top: 20px;
}
.stepmapss .siteImg img {
    display: block;
}
.stepmapss .sitelink,
.stepmapss .sitelink a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.stepmapss .sitelink a span,
.stepmapss .sitelink span {
    color: #f2821d;
    font-weight: 700;
}
.stepTip {
    background-color: #e6f6fc;
    padding: 50px;
    display: flex;
}
.stepTip .stepTipLft {
    width: 110px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.stepTip .stepTipLft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #00a1de;
}
.stepTip .stepTipLft:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #00a1de;
}
.stepmapss .childList ul {
    margin: 0;
    padding: 0;
}
.stepmapss .childList ul li {
    margin: 0 0 30px 40px;
    padding: 0 0 0 20px;
    background: 0 0;
    list-style: disc;
}
.stepmapss .childList ul li b {
    font-weight: 700;
}
.stepmapss .remenbernow {
    background: #e6f6fc;
    padding: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.stepmapss .remenbernow b {
    font-weight: 700;
}
.stepTip .stepTipRgt {
    flex: 1;
    padding-left: 40px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
}
.yinxiaoitem {
    margin-top: 50px;
}
.dentistEmail {
    text-align: center;
    padding: 0 0 30px 0;
}
.dentistEmail a,
.dentistEmail b {
    font-size: 16px;
    font-weight: 700;
    color: #f2821d;
}
.dentistEmail a:last-child,
.dentistEmail b:last-child {
    color: #676767;
}
.dentistEmail span {
    display: block;
    padding: 10px 0;
}
.yinxiaoitem p {
    padding-bottom: 30px;
}
.yinxiaoitem p:last-child {
    padding-bottom: 0;
}
.trustBox {
    background: #e6f6fc;
    padding: 50px;
}
.trustBox p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.trustBox p b {
    color: #333;
    font-weight: 700;
}
.trustBox p:last-child {
    padding-bottom: 0;
}
.defineReq p {
    padding-bottom: 30px;
}
.fourWay {
    margin: 50px 0;
}
.fourWay ul {
    margin: 0;
    padding: 0;
}
.fourWay ul li {
    margin: 0 0 30px 0;
    padding: 0;
    background: 0 0;
    display: flex;
}
.fourWay ul li .fourWayIcon {
    width: 80px;
}
.fourWay ul li .fourWayCont {
    padding-left: 30px;
    flex: 1;
}
.fourWay ul li .fourWayCont h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}
.fourWay ul li .fourWayCont p b {
    font-weight: 700;
}
.authonyBox {
    margin-top: 30px;
    text-align: center;
}
.authonyBox b {
    font-weight: 700;
    color: #333;
}
.authonyBox span {
    display: block;
    padding: 10px 0;
}
.authonyBox a.orgTxt,
.authonyBox b.orgTxt {
    color: #f2821d;
}
.fourWay p b.blueTxt {
    font-weight: 700;
    color: #00a1de;
}
.fourWay p b.blueTxt a {
    font-weight: 700;
}
.elevateBox p {
    padding-bottom: 30px;
}
.elevateBox p:last-child {
    padding-bottom: 0;
}
.elevateBox p b {
    font-weight: 700;
}
.elevateBox p b.blueTxt,
.elevateBox p b.blueTxt a {
    font-weight: 700;
    color: #00a1de;
}
.elevateBox p span {
    color: #f2821d;
    font-weight: 700;
    border-bottom: 2px dashed #f2821d;
}
.elevateBoxImg {
    margin: 20px 0 50px 0;
}
.forwardBox p {
    padding-bottom: 30px;
}
.forwardBox p:last-child {
    padding-bottom: 0;
}
span.tollPopUp {
    color: #f2821d;
    font-weight: 700;
    border-bottom: 2px dashed #f2821d;
    padding: 0 5px;
}
span.tollPopUp:hover {
    background-color: #f2821d;
    color: #fff;
    cursor: pointer;
}
.tollPopUpBox {
    width: 350px;
    height: 300px;
    position: absolute;
    background: #f6f6f6;
    bottom: 30px;
    left: -120px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    color: #333;
    font-size: 18px;
    line-height: 1.7;
    padding: 30px;
    font-style: normal;
}
.tollPopUpBox b {
    color: #f2821d;
    font-weight: 700;
}
.tollPopUpBox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f2821d;
}
.tollPopUpBox::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f2821d;
}
span.tollPopUp:hover .tollPopUpBox {
    visibility: visible;
    opacity: 1;
}
.guideBox {
    margin-top: 50px;
}
.guideBox p b {
    font-weight: 700;
}
.sclPage {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sclPage video {
    width: 100%;
    height: 360px;
}
.sclPage h3 {
    color: #00a1de;
    font-size: 32px;
    padding-bottom: 20px;
}
.mediaList {
    margin: 30px 0 50px 50px;
}
.mediaList ul li {
    font-size: 16px;
    color: #676767;
    list-style: disc;
    background: 0 0;
    padding: 0 0 0 30px;
    margin: 0;
    margin-bottom: 30px;
}
.mediaList ul li:last-child {
    margin: 0;
}
.mediaList ul li b {
    font-weight: 700;
}
.knowBox {
    display: flex;
    border: 2px solid #00a1de;
}
.knowBox .knowBoxLft {
    width: 183px;
    display: flex;
    color: #00a1de;
    font-size: 26px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 30px;
}
.knowBox .knowBoxRgt {
    flex: 1;
    background: #00a1de;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 30px;
    color: #fff;
}
.knowBoxRgt sup {
    color: #fff;
}
.articleBg {
    background: #fff;
}
.waysBox p {
    padding-bottom: 30px;
}
.waysBox ul {
    margin-left: 50px;
}
.waysBox ul li {
    padding: 0;
    margin: 0 0 30px 0;
    padding-left: 20px;
    background: 0 0;
    list-style: disc;
    line-height: 1.8;
}
.waysBox ul li b {
    font-weight: 700;
}
.waysBox ul ul {
    display: flex;
}
.waysBox ul ul li {
    margin: 0;
    padding: 0;
    background: 0 0;
    list-style: none;
    flex: 1;
    background: url(../images/arwBlt.20260827.png) 8px 80% no-repeat;
    padding-left: 28px;
}
.waysBox ul ul li:first-child {
    margin: 0;
    padding: 0;
    background: 0 0;
}
.waysBox ul ul li .frwrdBox {
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.waysBox ul ul li .frwrdBox .frwrdBoxTop {
    background: #f2821d;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 0 20px;
    line-height: 16px;
}
.waysBox ul ul li .frwrdBox .frwrdBoxBtm {
    background: #fff;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #676767;
    padding: 0 20px;
    text-align: center;
    line-height: 16px;
}
.frwrdName p {
    padding-bottom: 30px;
}
.frwrdName h5 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
    color: #333;
}
.brndEmail {
    font-size: 12px;
    font-style: italic;
}
.dskImg {
    display: block !important;
}
.mblImg {
    display: none !important;
}
.wordBreak {
    word-break: break-word;
}
.menuLink {
    display: none;
}
.userSearchBar {
    width: 280px;
    height: 34px;
    border: 3px solid #f2821d;
    border-radius: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.userSearchBar .csButn {
    width: 32px;
    cursor: pointer;
    background: url(../images/ic_search.20260827.png) center no-repeat;
}
.userSearchBar .csInput {
    flex: 1;
    display: flex;
}
.userSearchBar .csInput input {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    font-size: 12px;
    font-style: italic;
    padding-left: 14px;
}
.watchVideoBoxMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}
.watchVideoBox {
    position: absolute;
    top: 50%;
    margin-top: -240px;
    left: 50%;
    margin-left: -25%;
    width: 80%;
    max-width: 960px;
    background: #f6f6f6;
    padding: 50px;
    border-radius: 10px;
    min-height: 580px;
}
.watchVideoBoxClose {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(../images/video_close.20260827.png) center no-repeat;
    cursor: pointer;
}
.userSearchBar .nswm-form {
    display: flex;
    width: 100%;
    border-radius: 20px;
}
.userSearchBar .nswm-form input {
    flex: 1;
    background: 0 0;
    border: none;
    padding-left: 16px;
    height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.userSearchBar .nswm-form button {
    width: 35px;
    background: url(../images/ic_search.20260827.svg) center no-repeat #fff;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}
.userSearchBar form {
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.userSearchBar .nswm-view {
    display: none;
}
.findsearch {
    padding: 100px 30px 150px;
    text-align: center;
}
.findsearch h3 {
    font-weight: 700;
    color: #333;
    font-size: 30px;
    padding-bottom: 50px;
}
.findsearch h3 b {
    color: #333;
    font-weight: bold;
}
.findsearch .readySearch {
    width: 1121px;
    height: 80px;
    border: 1px solid #d8d8d8;
    margin: 0 auto;
    border-radius: 40px;
    position: relative;
    box-shadow: 0 1px 4px #00000029;
}
.findsearch .nswm-form {
    display: flex;
    width: 100%;
    border-radius: 40px;
    position: relative;
}
.findsearch .nswm-form .readyTerm {
    position: absolute;
    bottom: -32px;
    right: 0;
    font-size: 15px;
    font-weight: 600;
    color: #00a1de;
}
.findsearch .nswm-form .readyTerm a {
    color: #00a1de;
}
.findsearch .nswm-form input {
    flex: 1;
    background: 0 0;
    border: none;
    padding-left: 24px;
    height: 80px;
    font-size: 24px;
    font-style: italic;
}
.findsearch .nswm-form button {
    width: 206px;
    background: #f2821d;
    border: none;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    cursor: pointer;
    position: relative;
}
.findsearch .nswm-form button::before {
    content: "";
    background: url(../images/com.20260827.svg) 0 0 no-repeat;
    background-size: contain;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 93px;
    height: 23px;
    top: 29px;
    left: -120px;
}
.findsearch form {
    width: 100%;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
}
.findsearch .nswm-view {
    display: none;
}
.blogHero {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.blogHero_cover {
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.artBg1 {
    background-color: #37363d;
}
.artBg2 {
    background-color: #242f35;
}
.artBg3 {
    background-color: #3d3c44;
}
.artBg4 {
    background-color: #785d45;
}
.artBg5 {
    background-color: #302c2a;
}
.tollPopUp {
    position: relative;
}

.swiper-container {
    cursor: move;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #f2821d;
    opacity: 0.4;
    transition: all 0.5s ease;
}
.swiper-pagination-bullet-active {
    transform: scale(1.9);
    background: #f2821d;
    opacity: 1;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 100px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

.indexsearchBox {
    position: relative;
    top: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    height: 80px;
    width: 1118px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    border: solid 1px #d8d8d8;
    position: relative;
}
.indexsearchtext {
    width: 750px;
    height: 50px;
    margin: 12px 0 0 30px;
    position: relative;
}
.indexsearchtext:before {
    content: "";
    background: url(../images/com.20260827.svg) 0 0 no-repeat;
    background-size: contain;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 93px;
    height: 23px;
    top: 16px;
    right: -90px;
}
.indexsearchtext input {
    background: none;
    border: none;
    outline: none;
    width: 750px;
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1px;
    color: #333;
}
.indexsearchbtn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 40px 40px 0;
    background: #f2821d;
    width: 205px;
    height: 78px;
    border: none;
    cursor: pointer;
    line-height: 78px;
    color: #fff;
    font-size: 24px;
}
.indexsearchbtn a {
    display: block;
    color: inherit;
    line-height: inherit;
}

.fwtklink {
    text-align: right;
    font-size: 15px;
    margin: 0 auto;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #00a1de;
    padding: 10px 5px 0 0;
}
.cta-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    align-items: center;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 8px;
}
.cta-links p {
    color: #696969;
    text-align: center;
    font-family: "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.8px;
    margin: 0;
    padding: 4px 0;
}
.cta-links a {
    color: #142e50;
    font-family: "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.8px;
    text-decoration: none;
}
.cta-links a:hover {
    text-decoration: underline;
}
.search-result {
    width: 1118px;
    margin: -80px auto 0;
    padding-bottom: 100px;
    text-align: center;
}
.search-web {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    border: solid 1px #d8d8d8;
    margin-bottom: 20px;
    position: relative;
    display: none;
}
.search-web h5 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 1px;
    color: #00a1de;
    border-bottom: 1px solid #dcdcdc;
}
.search-web h1 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1px;
    color: #333333;
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}
.wwwcaozuo {
    display: flex;
    padding: 10px;
    text-align: center;
    justify-content: space-evenly;
    cursor: pointer;
    position: relative;
}
.wwwcaozuo:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    background: #dcdcdc;
    width: 1px;
}
.wwwcaozuo img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    position: relative;
    top: -2px;
}
.wwwcaozuo span {
    width: 30%;
}
.wwwcaozuo strong {
    width: 30%;
}
.wwwcaozuo strong:hover {
    color: #00a1de;
}
.website-list {
    padding: 10px 0;
}
.website-list h3 {
    font-size: 25px;
    color: #00a1de;
    text-align: left;
    padding-bottom: 30px;
}
.website-list ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}
.website-list ul li {
    width: 502px;
    height: 77px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 17px;
    border: solid 1px #d8d8d8;
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}
.search-web-no {
    background-color: #e1e1e1;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    border: solid 1px #d8d8d8;
    padding: 40px 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
    display: none;
}
.weblists {
    padding: 30px 20px 30px 100px;
    background-color: #e4e7e7;
    border-radius: 30px/250px;
    border: solid 1px #dcdcdc;
    text-align: center;
    position: absolute;
    left: -20px;
    width: 104%;
    bottom: -3px;
}
.listclose {
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer;
}
.weblists h2 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1px;
    color: #333333;
    padding-right: 115px;
}
.weblists h3 {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 3px;
    padding-right: 115px;
    color: #333333;
    margin-bottom: 20px;
}
.weblists ul {
    width: 750px;
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling:  touch;
    padding-right: 80px;
    margin: 0 auto;
}
.weblists ul li {
    border-bottom: 1px solid #707070;
}
.weblists ul li a {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 3px;
    color: #00a1de;
    padding: 15px 0 10px;
    display: block;
}

#copySuccess {
    position: fixed;
    z-index: 100;
    width: 100px;
    height: 50px;
    left: 50%;
    margin-left: -50px;
    top: 40%;
    margin-top: -30px;
}

#copySuccess span {
    border: 1px solid transparent;
    background: #00000080;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 50px;
    border-radius: 5px;
    color: #fff;
}
.codeText::selection {
    background: #fff;
}
.codeText::-webkit-selection {
    background: #fff;
}

.videobox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000000c2;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.video-share-group {
    width: 960px;
    height: 540px;
    background: transparent;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.video-share-group video {
    width: 960px;
    height: 540px;
    display: block;
    background: #000;
}
.videobox .close {
    position: absolute;
    right: 0;
    top: -34px;
    cursor: pointer;
    background: transparent;
    width: 28px;
    height: 28px;
    z-index: 5;
}
.videobox .close::before,
.videobox .close::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 2px;
    width: 2px;
    height: 24px;
    background: #fff;
}
.videobox .close::before {
    transform: rotate(45deg);
}
.videobox .close::after {
    transform: rotate(-45deg);
}

.sherebox {
    position: fixed;
    right: 0;
    top: 40%;
    background: #00a1de;
    padding: 5px 20px 5px 10px;
    z-index: 50;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s ease 0s;
}
#share-sina {
    color: #fff;
    font-size: 16px;
    background: url(../images/share.20260827.png) 0 4px no-repeat;
    background-size: 20px;
    padding-left: 30px;
}
#share-sina b {
    color: #fff;
}
.sherebox img {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
    display: none;
}
/*.sherebox:hover{    border-radius: 5px;  transform: translateX(-26px) scale(1.1);}*/

.topSlider .sliderBox p em {
    font-style: normal;
    display: none;
}

.mobileshow,
.smallshow {
    display: none;
}

.searchPtop {
    padding-top: 250px;
}

.servicebox {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
.servicebox .slide p,
.servicebox .small {
    font-size: 12px;
    line-height: 1.5;
}
.servicebox .p_sm,
.servicebox p {
    line-height: 1.5;
    font-weight: 400;
}
.servicebox p {
    font-size: 16px;
    margin: 0 0 24px;
    line-height: 26px;
    text-align: justify;
}
.servicebox b,
.servicebox strong {
    font-weight: 700;
}
.servicebox u {
    font-weight: bold;
}
.toc {
    display: block;
    margin-bottom: 1em;
    cursor: pointer;
}
.servicebox .h4,
.servicebox h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 30px;
}
.serviceh2 {
    background: url(../images/legal-notices.20260827.jpg) center top no-repeat;
    background: #fff;
    margin-top: 100px;
    text-align: center;
    color: #fff;
}
.serviceh2 h2 {
    color: #000;
    padding-top: 60px;
    text-align: left;
    max-width: 1080px;
    margin: 0 auto;
}
.servicebox ul {
    list-style-type: none;
    margin: 0 0 25px 25px;
    padding: 0;
}
.servicebox ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    margin: 20px 4px;
}
.servicebox ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #0061a3;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

/* 08-25 */
.nav_arrow {
    width: 14px;
    height: 8px;
    display: inline-block;
    background: url(../images/nav_arrow.20260827.png) no-repeat;
    background-size: 100%;
}
.newicon_content {
    display: flex;
    margin: 55px 0 70px;
}

.pcshow {
    display: flex;
}
.icon_item {
    flex: 1;
}
.icon_item2 {
    padding: 0 80px;
}
.icon_item h3 {
    margin: 20px 0;
    font-size: 37px;
    text-align: center;
}
.icon_item p {
    line-height: 30px;
    font-size: 18px;
}
.new_iconimg {
    width: 35%;
    margin: 0 auto;
}
.new_iconimg img {
    margin: 0 auto;
}
.new_icons {
    margin-top: 30px;
}
.useLink,
.whyLink {
    line-height: 100px;
}
.howLink:hover i {
    background: url(../images/nav_arrow2.20260827.png) no-repeat;
    background-size: 100%;
}
.nav_pos {
    position: absolute;
    top: 100px;
    line-height: 0;
    width: 522px;
    height: 387px;
    background-color: #142e4f;
    right: 0;
    display: none;
}
.nav_positem {
    width: 420px;
    margin: 0 auto;
    border-bottom: 1px solid #73b7dc;
    padding: 24px 0 28px;
}
.nav_positem h4 {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.nav_positem a {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
}
.mobile_nav {
    display: none;
}

.choice_title {
    position: absolute;
    width: 1118px;
}
.choice_title h1 {
    color: #fff;
    margin-bottom: 35px;
}
.choice_title p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.relative_text {
    font-weight: bold;
    margin: 60px 0;
    font-size: 22px;
}
.relative_text a {
    font-weight: bold;
}
.closeShort {
    display: none;
}

.cookieBanner {
    width: 100%;
    background-color: #142e50;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
    z-index: 999;
    display: none;
}
.cookie_left_text {
    width: 55%;
    color: #fff;
    margin: 50px 0 50px 0;
    padding-left: 38px;
    text-align: justify;
}
.cookie_left_text a {
    color: #2ac7eb;
}
.cookie_right_btn {
    position: absolute;
    left: 62%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.cookie_btn {
    display: inline-block;
    padding: 12px 10px;
    color: #fff;
    background-color: #f38128;
    border-radius: 2px;
    line-height: 1.2;
    margin: 10px 20px 10px 0;
    cursor: pointer;
}
.cookie_close {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cookie_close img {
    width: 18px;
    height: 18px;
    display: block;
}
.cookie_close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}
.cookieSlider {
    width: 410px;
    height: 100%;
    background-color: #142e50;
    position: fixed;
    top: 0;
    line-height: 0;
    z-index: 999;
    box-shadow: 0px 2px 10px -3px #999;
    transform: translate(-105%, 0);
    -webkit-transform: translate(-105%, 0);
}
.cookieSlider.active {
    animation: slider_left_in 600ms linear 1 forwards;
    -webkit-animation: slider_left_in 600ms linear 1 forwards;
}
.cookieSlider.leave {
    animation: slider_left_out 600ms linear 1 forwards;
    -webkit-animation: slider_left_out 600ms linear 1 forwards;
}
@keyframes slider_left_in {
    from {
        transform: translate(-105%, 0);
        -webkit-transform: translate(-105%, 0);
    }
    to {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}
@keyframes slider_left_out {
    from {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
    to {
        transform: translate(-105%, 0);
        -webkit-transform: translate(-105%, 0);
        opacity: 0;
    }
}
.cookieSliderMask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.cookie_logo {
    width: 120px;
}
.cookie_text {
    color: #fff;
}
.cookie_text h3 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0 20px;
}
.cookie_text p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    text-align: justify;
}
.cookie_text a {
    color: #2ac7eb;
    text-decoration: underline;
}
.cookie_left_content {
    margin: 30px 0 0 25px;
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    padding-right: 8px;
}
.cookie_slide_btn {
    display: inline-block;
    text-align: center;
    padding: 12px 30px;
    color: #fff;
    background-color: #f38128;
    border-radius: 2px;
    line-height: 1.4;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
}
.cookie_text .cookie_aggree {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #ebebeb;
}
.cookie_lie:after,
.cookieslist_view:after {
    content: "";
    display: block;
    clear: both;
}
.cookie_lie {
    margin-bottom: 10px;
}
.cookie_lie p {
    font-size: 16px;
}
.cookie_lie_left {
    float: left;
}
.cookie_lie .cookie_lie_right {
    float: right;
    color: #3760bb;
}
.cookie_text .cookie_detail span {
    color: #2ac7eb;
    cursor: pointer;
    text-decoration: underline;
}
.cookie_left_detail {
    margin: 16px 0 0 30px;
    width: 85%;
    display: none;
}
#ot-back-arrow {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%)
        hue-rotate(156deg) brightness(101%) contrast(101%);
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
}
.cookie_back {
    cursor: pointer;
}
.cookie_back span {
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    line-height: 1;
}
.cookieslist_title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 31px 0 20px 0;
}
.cookie_search {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    display: none;
}
.cookie_search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccd3d3;
    border-radius: 50px;
    height: 31px;
    width: 305px;
    padding: 0 35px 0 15px;
}
.cookie_search_icon1 {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 0;
}
.cookieslist_content li {
    padding: 15px 15px 15px 15px;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.cookieslist_First {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.cookieslist_view {
    cursor: pointer;
    line-height: 1;
}
.cookieslist_view span {
    font-size: 12px;
    color: #2ac7eb;
    float: left;
    text-decoration: underline;
}
.cookieslist_view i {
    float: left;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    margin-left: 10px;
    margin-top: 4px;
}
.cookieslist_view.active i {
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    margin-top: 8px;
}
.cookie_search_filter {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    position: absolute;
    background-color: #3860be;
    border-radius: 17px;
}
.cookie_search_icon2 {
    width: 12px;
    margin: 15px 10px 0 10px;
    display: block;
    height: 12px;
}
.viewCookieDetails {
    height: 0;
    overflow: hidden;
}
.viewCookieDetails.active {
    height: auto;
}
.cookieslist_content {
    height: 670px;
    overflow-y: scroll;
}
.CookieDetails {
    background-color: #f8f8f8;
    color: #666;
    line-height: 19px;
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
}
.CookieDetails p {
    margin-bottom: 5px;
}
.detail_left {
    width: 68px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}
.detail_right {
    font-size: 12px;
    width: 75%;
    display: inline-block;
    vertical-align: top;
}
.cookieslist_content::-webkit-scrollbar,
.cookie_left_content::-webkit-scrollbar {
    width: 11px;
}
.cookieslist_content::-webkit-scrollbar-thumb,
.cookie_left_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d8d8d8;
}

/* ========== GrowMore Pages ========== */
.grow-hero {
    width: 100%;
    margin-top: 100px;
    position: relative;
    display: grid;
    overflow: hidden;
}
.grow-hero picture {
    display: block;
    width: 100%;
    line-height: 0;
    grid-area: 1 / 1;
}
.grow-hero img.grow-hero-bg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.grow-hero .grow-hero-overlay {
    grid-area: 1 / 1;
    position: relative;
    z-index: 1;
    color: #fff;
}
.grow-hero .grow-hero-overlay h1 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 1.2;
}
.grow-hero .grow-hero-overlay p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}
.grow-com-hero-overlay {
    align-self: end;
    justify-self: end;
    width: 100%;
    padding: 24px 24px;
    text-align: left;
}
.grow-com-hero-content {
    box-sizing: border-box;
}
.grow-com-br-desktop {
    display: none;
}
.grow-net-hero-overlay {
    align-self: center;
    width: 100%;
    max-width: 1352px;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
    line-height: 80px;
}
@media (min-width: 768px) {
    .grow-hero img.grow-hero-bg {
        height: 400px;
    }
    .grow-com-hero-overlay {
        width: auto;
        padding: 80px;
    }
    .grow-hero .grow-hero-overlay h1 {
        font-size: 42px;
    }
    .grow-hero .grow-hero-overlay p {
        font-size: 16px;
        max-width: 514px;
    }
}
@media (min-width: 1024px) {
    .grow-com-hero-content {
        width: 514px;
    }
    .grow-com-br-desktop {
        display: inline;
    }
}
@media (max-width: 1440px) {
    .grow-net-hero-overlay {
        padding: 0 40px;
    }
}
.grow-intro {
    text-align: center;
    padding: 70px 30px;
    max-width: 914px;
    margin: 0 auto;
}
.grow-intro h2 {
    color: #142e50;
    font-size: 48px;
    line-height: 1.2;
}
.grow-com-intro {
    max-width: 1240px;
    padding: 80px 48px 80px;
}
.grow-com-intro h2 {
    max-width: 1160px;
    margin: 0 auto;
}
.grow-intro p {
    margin-top: 34px;
    font-size: 18px;
    line-height: 1.5;
    color: #676767;
    max-width: 814px;
}
.grow-section {
    display: flex;
    max-width: 1118px;
    margin: 0 auto;
    padding: 40px 30px;
    /* align-items:center; */
    gap: 60px;
}
.grow-com-section {
    display: flex;
    max-width: 1352px;
    margin: 40px auto;
    padding: 0;
    /* align-items:center; */
    /* gap:80px; */
    background-color: #fff;
}
.reverse {
    flex-direction: row-reverse;
}
.grow-section.pad-lg {
    padding: 96px 0;
}
.grow-section.grow-section-wide-gap {
    gap: 112px;
}
.grow-section .grow-img {
    flex: 1.2;
    min-width: 0;
    position: relative;
}
.grow-section .grow-img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.grow-section .grow-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.grow-section .grow-img .play-btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #142e50;
    margin-left: 4px;
}
.grow-section .grow-text {
    flex: 1;
    min-width: 0;
}
.grow-com-section .grow-img {
    flex: 1.2;
    position: relative;
    min-width: 0;
}
.grow-com-section .grow-img > img {
    width: 100%;
    display: block;
}
.grow-com-section .grow-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: opacity 0.3s;
}
.grow-com-section .grow-img .play-btn:hover {
    opacity: 0.8;
}
.grow-com-section .grow-img .play-btn img {
    width: 80px;
    height: 80px;
    display: block;
}
.grow-com-text {
    flex: 1;
    min-width: 0;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.grow-com-text h3 {
    font-size: 32px;
    color: #142e50;
}
.grow-com-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #696969;
}
.grow-com-text .grow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #00a0f0;
    text-decoration: none;
    margin-top: -30px;
}
.grow-com-text .grow-link:hover {
    color: #4ebde8;
}
.grow-com-text .grow-link img {
    width: 24px;
    height: 24px;
}
.grow-section .grow-text h3 {
    font-size: 32px;
    margin-bottom: 28px;
    color: var(--color-text-heading);
}
.grow-section .grow-text p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--color-text-body);
}
.grow-section .grow-text .grow-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #142e50;
}
.grow-section .grow-text .grow-link:hover {
    color: #4ebde8;
}
.grow-section .grow-text .grow-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.grow-bottom-text {
    text-align: center;
    padding: 30px 30px 10px;
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    color: var(--color-text-body);
    line-height: 1.7;
}
.grow-divider {
    width: 198px;
    height: 3px;
    margin: 0px auto 25px auto;
}

/* ========== .net Theme ========== */
.theme-net {
    --color-header-bg: #363c3f;
    --color-link-primary: #e8b730;
    --color-link-hover: #ffcb03;
    --color-term-service: #e8b730;
    --color-accent: #e8b730;
    --color-accent-hover: #ffcb03;
    --color-accent-active: #c49a20;
}
.theme-net .container {
    background-color: #f6f6f6;
    max-width: 100%;
}
.theme-net footer {
    background-color: #363c3f;
}
.theme-net .footer .footer_line1 {
    color: #ffcb03;
}
.theme-net .ftrRgt ul li a {
    color: #ffcb03;
}
.theme-net .grow-hero {
    background-color: #e8b730;
}
.theme-net .grow-intro h2 {
    color: var(--color-text-heading);
}
.theme-net .grow-section:first-of-type {
    background-color: #fff;
    padding: 96px 0;
}
.theme-net .grow-section .grow-text .grow-link {
    color: #e8b730;
}
.theme-net .grow-section .grow-text .grow-link:hover {
    color: #ffcb03;
}
.theme-net .grow-section .grow-img .play-btn::after {
    border-color: transparent transparent transparent #e8b730;
}
.theme-net .grow-divider {
    background-color: #e8b730;
}
.theme-net .menuLinkClose {
    background-color: #363c3f;
}
.theme-net .mobile_nav {
    background-color: #363c3f;
}
.theme-net .nav_pos {
    background-color: #363c3f;
}
.theme-net .mobile_navitem {
    border-bottom-color: #888;
}
.theme-net .nav_positem {
    border-bottom-color: #888;
}
.theme-net .userSearchBar {
    border-color: #e8b730;
}
.theme-net .indexsearchbtn {
    background: #e8b730;
}
.theme-net .navsearch_btn {
    background: #e8b730;
}
.theme-net .nav_arrow {
    background-image: url(../images/nav_arrow_yellow.20260827.png);
}
.theme-net .howLink:hover i {
    background-image: url(../images/nav_arrow_yellow.20260827.png);
}
.theme-net .userSearchBar .nswm-form button {
    background-image: url(../images/ic_search_black.20260827.svg);
}
.term .userSearchBar .nswm-form-new {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
}
.term .userSearchBar .nswm-form-new input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    padding-left: 16px;
    height: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.term .userSearchBar .navsearch_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.theme-net .term .userSearchBar .navsearch_btn {
    background: #e8b730;
}
.theme-net .footer p a {
    color: #fff;
}
.theme-net .mobile_navitem a {
    color: #e8b730;
}
.theme-net .mobile_navitem a:hover {
    color: #ffcb03;
}
.theme-net .mobile_navterm p a {
    color: #e8b730;
}
.theme-net .mobile_navterm h3 {
    color: #fff;
}
.theme-net .mobile_navterm .nswm-form-new:before {
    display: none;
}
.theme-net .mobile_navterm .userSearchBar {
    border-width: 2.55px;
    border-color: #e8b730;
}
.theme-net .mobile_navterm .navsearch_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    top: 50%;
    transform: translateY(-50%);
    right: -2.55px;
}
