html,body,#root{margin:0;padding:0;height:100vh;height:100dvh;width:100vw;overflow-y:auto;font-family:Rajdhani,PingFang SC,Microsoft YaHei,sans-serif;background:linear-gradient(135deg,#0a1628,#1e3a5f,#2d5a87);color:#fff}html::-webkit-scrollbar,body::-webkit-scrollbar,#root::-webkit-scrollbar{width:8px;height:8px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,#root::-webkit-scrollbar-track{background:#0000004d}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,#root::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00d4ff,#2d5a87);border-radius:4px}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,#root::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7aeaff,#00d4ff)}*{box-sizing:border-box}.webMain{height:calc(100% - 80px);width:100%;overflow-y:auto;position:relative}.webMain:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(0,212,255,.2),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.4),transparent),radial-gradient(2px 2px at 130px 80px,rgba(212,175,55,.2),transparent),radial-gradient(1px 1px at 160px 120px,rgba(255,255,255,.3),transparent);background-size:200px 200px;animation:particle-float 20s linear infinite;opacity:.6;z-index:0;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.webMain::-webkit-scrollbar{width:8px;height:8px}.webMain::-webkit-scrollbar-track{background:#0000004d}.webMain::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00d4ff,#2d5a87);border-radius:4px}.webMain::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7aeaff,#00d4ff)}.icon{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.icon path,.icon use{fill:inherit!important}ul,li{list-style:none;padding:0;margin:0}a{color:#00d4ff;text-decoration:none;transition:all .3s ease}a:hover{color:#7aeaff;text-shadow:0 0 10px rgba(0,212,255,.5)}.ant-typography{color:#fff!important}.ant-btn{font-family:Rajdhani,PingFang SC,sans-serif;font-weight:500}.webHeader .header-operate .opt-btn .ant-btn-icon>.icon,.webHeader .header-operate .opt-btn .ant-btn-icon>.anticon,.webHeader .header-operate .opt-btn .ant-btn-icon>svg,.webHeader .header-operate .opt-btn .ant-btn-icon .anticon svg,.webHeader .header-operate a.opt-btn .ant-btn-icon>.icon,.webHeader .header-operate a.opt-btn .ant-btn-icon>.anticon,.webHeader .header-operate a.opt-btn .ant-btn-icon>svg,.webHeader .header-operate a.opt-btn .ant-btn-icon .anticon svg{color:#fff!important;fill:#fff!important}.webHeader .header-operate .opt-btn:hover .ant-btn-icon>.icon,.webHeader .header-operate .opt-btn:hover .ant-btn-icon>.anticon,.webHeader .header-operate .opt-btn:hover .ant-btn-icon>svg,.webHeader .header-operate .opt-btn:hover .ant-btn-icon .anticon svg,.webHeader .header-operate a.opt-btn:hover .ant-btn-icon>.icon,.webHeader .header-operate a.opt-btn:hover .ant-btn-icon>.anticon,.webHeader .header-operate a.opt-btn:hover .ant-btn-icon>svg,.webHeader .header-operate a.opt-btn:hover .ant-btn-icon .anticon svg{color:#7aeaff!important;fill:#7aeaff!important}.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon>.icon,.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon>.anticon,.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon>svg,.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon .anticon svg,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon>.icon,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon>.anticon,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon>svg,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon .anticon svg,.webHeader .header-operate a.opt-btn:hover .ant-btn-icon>.icon,.webHeader .header-operate a.opt-btn:hover .ant-btn-icon>.anticon,.webHeader .header-operate a.opt-btn:hover .ant-btn-icon>svg,.webHeader .header-operate a.opt-btn:hover .ant-btn-icon .anticon svg{color:#ffdf80!important;fill:#ffdf80!important}@media screen and (max-width: 768px){.webMain{height:calc(100% - 64px)}}@keyframes particle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-50px)}}.animate-fade-in{animation:fadeInUp .6s ease forwards}.animate-fade-in-delay-1{animation:fadeInUp .6s ease .1s forwards;opacity:0}.animate-fade-in-delay-2{animation:fadeInUp .6s ease .2s forwards;opacity:0}.animate-fade-in-delay-3{animation:fadeInUp .6s ease .3s forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.DWSection{margin-bottom:60px}.DWSection.animate-hidden{opacity:0;transform:translateY(40px)}.DWSection.animate-visible{animation:sectionFadeIn .8s ease forwards}.DWSection .ant-typography{display:flex;align-items:center;gap:12px;margin-bottom:30px!important;font-family:Orbitron,Rajdhani,sans-serif;font-size:26px;font-weight:600;letter-spacing:2px;color:#fff!important;position:relative;padding-bottom:15px}.DWSection .ant-typography:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#d4af37,#ffdf80,transparent);border-radius:2px;box-shadow:0 0 15px #d4af3766}.DWSection .title-icon{display:inline-flex;font-size:28px;color:#00d4ff;filter:drop-shadow(0 0 8px rgba(0,212,255,.5));animation:iconPulse 2s ease-in-out infinite}@media screen and (max-width: 768px){.DWSection{margin-bottom:40px}.DWSection .ant-typography{font-size:20px;margin-bottom:20px!important;letter-spacing:1px}.DWSection .title-icon{font-size:22px}}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes iconPulse{0%,to{filter:drop-shadow(0 0 8px rgba(0,212,255,.5))}50%{filter:drop-shadow(0 0 15px rgba(0,212,255,.8))}}.brand-wall-container{height:160px;width:100%;padding:15px 0;overflow:hidden;position:relative}.brand-wall-container:before,.brand-wall-container:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:10;pointer-events:none}.brand-wall-container:before{left:0;background:linear-gradient(90deg,rgb(10,22,40) 0%,transparent 100%)}.brand-wall-container:after{right:0;background:linear-gradient(-90deg,rgb(10,22,40) 0%,transparent 100%)}.brand-wall-container .brand-wall{height:130px;width:300%;display:flex;animation:scroll 30s linear infinite}.brand-wall-container .brand-wall:hover{animation-play-state:paused}.brand-wall-container .brand-wall .brand-card{height:100%;width:8.3333333333%;padding:15px;margin:0 12px;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0003;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.brand-wall-container .brand-wall .brand-card:hover{background:#ffffff26;border-color:#00d4ff66;box-shadow:0 0 25px #00d4ff26,0 8px 30px #00000040;transform:scale(1.05)}.brand-wall-container .brand-wall .brand-card .brand-logo{max-width:100%;max-height:100%;filter:brightness(0) invert(1) opacity(.85);transition:all .3s ease}.brand-wall-container .brand-wall .brand-card .brand-logo:hover{filter:brightness(0) invert(1) opacity(1)}@media screen and (max-width: 768px){.brand-wall-container{height:120px}.brand-wall-container:before,.brand-wall-container:after{width:40px}.brand-wall-container .brand-wall{height:90px}.brand-wall-container .brand-wall .brand-card{padding:10px;margin:0 8px}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-70%)}}.home-section{padding:40px 80px;position:relative;z-index:1}.home-section .section1{height:calc(100vh - 200px);margin-bottom:60px;background:url(/darwick-website/assets/home-png1-DjchhDhk.webp) no-repeat;background-size:cover;background-position:center;border-radius:20px;overflow:hidden;position:relative;transition:all ease .3s;border:1px solid rgba(0,212,255,.3);box-shadow:0 0 40px #00d4ff1a,0 20px 60px #0006}.home-section .section1:hover{background-size:110%;border-color:#00d4ff80;box-shadow:0 0 60px #00d4ff33,0 25px 80px #00000080}.home-section .section1 .mask{height:100%;width:100%;position:relative;background:linear-gradient(135deg,#0a1628b3,#1e3a5f80,#0a1628cc);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:all ease .3s}.home-section .section1 .mask:hover{background:linear-gradient(135deg,#0a1628d9,#1e3a5fb3,#0a1628e6)}.home-section .section1 .mask:hover .web-desc{right:50px;opacity:1}.home-section .section1 .mask>.web-title{margin:0;font-family:Orbitron,Rajdhani,sans-serif;font-size:60px;font-weight:700;letter-spacing:4px;color:#fff;background:linear-gradient(135deg,#d4af37,#ffdf80,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;filter:drop-shadow(0 0 30px rgba(212,175,55,.5));animation:titleGlow 3s ease-in-out infinite}.home-section .section1 .mask .web-desc{position:absolute;color:#ffffffd9;bottom:30px;font-size:18px;font-weight:500;right:-100%;opacity:0;white-space:pre-wrap;letter-spacing:1px;transition:all ease .8s;text-shadow:0 0 20px rgba(0,212,255,.3)}@keyframes titleGlow{0%,to{filter:drop-shadow(0 0 30px rgba(212,175,55,.5))}50%{filter:drop-shadow(0 0 50px rgba(212,175,55,.8))}}.home-section .business-area .business-card{height:140px}.home-section .business-area .business-card .card-content{width:100%;height:100%;border-radius:16px;overflow:hidden;display:flex;cursor:pointer;background:#ffffff0d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003;transition:all ease .3s}.home-section .business-area .business-card .card-content:hover{background:#ffffff1a;border-color:#00d4ff80;box-shadow:0 0 30px #00d4ff33,0 12px 40px #0000004d;transform:translateY(-6px)}.home-section .business-area .business-card .card-content:hover .card-title{background:linear-gradient(135deg,#d4af374d,#d4af3726)}.home-section .business-area .business-card .card-content:hover .card-title span{color:#ffdf80;text-shadow:0 0 15px rgba(212,175,55,.5)}.home-section .business-area .business-card .card-content .card-title{width:200px;font-size:20px;font-weight:600;text-align:center;color:#fff;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-right:1px solid rgba(255,255,255,.1);transition:all ease .3s}.home-section .business-area .business-card .card-content .card-title span{transition:all .3s ease}.home-section .business-area .business-card .card-content .card-title .icon{color:#00d4ff!important;filter:drop-shadow(0 0 8px rgba(0,212,255,.5))}.home-section .business-area .business-card .card-content .card-desc{height:100%;flex:1;display:flex;align-items:center;padding:20px 25px;background:#ffffff08;color:#ffffffd9;font-size:14px;line-height:1.8}.home-section .section3 .image-area{border-radius:16px;overflow:hidden;margin-bottom:20px;border:1px solid rgba(0,212,255,.2);box-shadow:0 0 30px #00d4ff1a}.home-section .section3 .image-area .ant-carousel .slick-dots li button{background:#ffffff4d}.home-section .section3 .image-area .ant-carousel .slick-dots li.slick-active button{background:#00d4ff;box-shadow:0 0 10px #00d4ff80}.home-section .section3 .description{margin-left:50px;display:flex;flex-direction:column}.home-section .section3 .description .list-item{margin-bottom:20px;padding:15px 20px;font-size:15px;color:#ffffffd9;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.home-section .section3 .description .list-item:hover{background:#ffffff1a;border-color:#00d4ff4d;transform:translate(5px)}@media screen and (max-width: 1000px){.home-section .section3 .image-area{width:100%;height:400px}.home-section .section3 .description{margin-left:0;margin-top:20px}}@media screen and (min-width: 1000px){.home-section .section3{display:flex;height:400px}.home-section .section3 .image-area{width:700px;height:100%}}.home-section .section4{align-items:stretch}.home-section .section4 .description{display:flex;flex-direction:column;height:600px;padding-right:24px}.home-section .section4 .description .card-item{width:100%;flex:1;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 25px;cursor:pointer;overflow:hidden;background:linear-gradient(135deg,#ffffff14,#ffffff08);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:16px;border:1px solid rgba(212,175,55,.2);box-shadow:0 0 20px #d4af370d;transition:all ease .3s}.home-section .section4 .description .card-item:last-child{margin-bottom:0}.home-section .section4 .description .card-item:hover{background:linear-gradient(135deg,#d4af3726,#d4af370d);border-color:#d4af3780;box-shadow:0 0 40px #d4af3733;transform:translateY(-5px)}.home-section .section4 .description .card-item:hover .service-icon{color:#ffdf80!important;filter:drop-shadow(0 0 15px rgba(212,175,55,.6));transform:scale(1.1)}.home-section .section4 .description .card-item:hover .list-item{color:#ffdf80!important}.home-section .section4 .description .card-item .service-icon{font-size:50px;color:#d4af37!important;margin-bottom:10px;flex-shrink:0;transition:all .3s ease;filter:drop-shadow(0 0 10px rgba(212,175,55,.3))}.home-section .section4 .description .card-item .list-item{font-size:18px;font-weight:600;color:#fff!important;text-align:center;transition:all .3s ease}.home-section .section4 .right-pic{width:800px;height:600px;background:url(/darwick-website/assets/24-service-DCwmCFw_.png) no-repeat center;background-size:cover;border-radius:16px;border:1px solid rgba(0,212,255,.2);box-shadow:0 0 30px #00d4ff1a;position:relative;overflow:hidden}.home-section .section4 .right-pic:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(10,22,40,.3) 0%,transparent 50%,rgba(10,22,40,.3) 100%);pointer-events:none}@media screen and (max-width: 1120px){.home-section .section4 .description{height:auto;padding-right:0}.home-section .section4 .right-pic{height:400px;margin-top:20px}}@media screen and (max-width: 768px){.home-section{padding:16px}.home-section .section1{height:50vh;min-height:320px;margin-bottom:40px}.home-section .section1 .mask>.web-title{font-size:28px;text-align:center;padding:0 20px;letter-spacing:2px}.home-section .section1 .mask .web-desc{left:16px;right:16px;bottom:16px;opacity:1;font-size:13px;text-align:center}.home-section .section1 .mask:hover .web-desc{right:16px}.home-section .business-area .business-card{height:auto}.home-section .business-area .business-card .card-content{flex-direction:column}.home-section .business-area .business-card .card-content .card-title{width:100%;padding:15px;font-size:18px;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.home-section .business-area .business-card .card-content .card-desc{padding:15px;font-size:13px}.home-section .section3 .image-area{height:auto}.home-section .section3 .description .list-item{margin-bottom:12px;padding:12px 15px;font-size:14px}.home-section .section4 .description .card-item{padding:15px;margin-bottom:12px}.home-section .section4 .description .card-item .service-icon{font-size:40px}.home-section .section4 .description .card-item .list-item{font-size:15px}.home-section .section4 .right-pic{width:100%;height:260px}}.webFooter{min-height:200px;padding:60px 80px;position:relative;background:linear-gradient(180deg,#0a1628f2,#050c14fa);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:40px}.webFooter:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.4),rgba(212,175,55,.4),rgba(0,212,255,.4),transparent)}.webFooter .footer-left .logo{width:80px;border-radius:8px;filter:drop-shadow(0 0 10px rgba(212,175,55,.3));transition:all .3s ease}.webFooter .footer-left .logo:hover{filter:drop-shadow(0 0 20px rgba(212,175,55,.5));transform:scale(1.05)}.webFooter .footer-left .logo-desc{margin-top:15px}.webFooter .footer-left .logo-desc .ant-typography{font-family:Orbitron,Rajdhani,sans-serif;font-size:16px;letter-spacing:1px;color:#ffffffd9!important;background:linear-gradient(135deg,#d4af37,#ffdf80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.webFooter .footer-right .info{margin-bottom:16px;white-space:pre-wrap;padding:12px 20px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.webFooter .footer-right .info:hover{background:#ffffff0f;border-color:#00d4ff33}.webFooter .footer-right .info .ant-typography{color:#ffffffd9!important;font-size:14px}.webFooter .footer-right .info .ant-typography[class*=strong]{color:#00d4ff!important}.webFooter .footer-right .info a{color:#00d4ff!important;transition:all .3s ease}.webFooter .footer-right .info a:hover{color:#7aeaff!important;text-shadow:0 0 10px rgba(0,212,255,.5)}@media screen and (max-width: 768px){.webFooter{padding:40px 20px;flex-direction:column;align-items:center;text-align:center}.webFooter .footer-left{display:flex;flex-direction:column;align-items:center}.webFooter .footer-right{width:100%}.webFooter .footer-right .info{text-align:left}}.webHeader{padding:15px 40px;height:80px;width:100%;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:999;transform:translateZ(0);will-change:transform;background:#0a1628d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px #0000004d}.webHeader:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.5),rgba(212,175,55,.5),rgba(0,212,255,.5),transparent)}.webHeader .left{height:100%;display:flex;align-items:center;cursor:pointer;transition:all .3s ease}.webHeader .left:hover .websiteName{text-shadow:0 0 20px rgba(212,175,55,.5)}.webHeader .left:hover .websiteIcon{filter:drop-shadow(0 0 10px rgba(212,175,55,.5))}.webHeader .left .websiteIcon{height:50px;border-radius:8px;transition:all .3s ease}.webHeader .left .websiteName{margin-left:15px;font-family:Orbitron,Rajdhani,sans-serif;font-size:24px;font-weight:700;color:#fff;letter-spacing:2px;transition:all .3s ease;background:linear-gradient(135deg,#d4af37,#ffdf80,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.webHeader .header-operate{display:flex;align-items:center;gap:8px}.webHeader .header-operate .opt-btn{font-family:Rajdhani,PingFang SC,sans-serif;font-weight:600;font-size:15px;letter-spacing:1px;border:1px solid rgba(255,255,255,.15)!important;background:#ffffff0d!important;color:#fff!important;transition:all .3s ease}.webHeader .header-operate .opt-btn:hover{background:#00d4ff26!important;border-color:#00d4ff80!important;color:#7aeaff!important;box-shadow:0 0 20px #00d4ff33;transform:translateY(-2px)}.webHeader .header-operate .opt-btn:active{transform:translateY(0)}.webHeader .header-operate .opt-btn.ant-btn-circle:hover,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover{background:#d4af3726!important;border-color:#d4af3780!important;color:#ffdf80!important;box-shadow:0 0 20px #d4af3733}.webHeader .header-operate .opt-btn .ant-btn-icon{color:#fff!important}.webHeader .header-operate .opt-btn .ant-btn-icon>span,.webHeader .header-operate .opt-btn .ant-btn-icon>svg,.webHeader .header-operate .opt-btn .ant-btn-icon .icon,.webHeader .header-operate .opt-btn .ant-btn-icon .anticon{color:#fff!important;fill:#fff!important}.webHeader .header-operate .opt-btn:hover .ant-btn-icon{color:#7aeaff!important}.webHeader .header-operate .opt-btn:hover .ant-btn-icon>span,.webHeader .header-operate .opt-btn:hover .ant-btn-icon>svg,.webHeader .header-operate .opt-btn:hover .ant-btn-icon .icon,.webHeader .header-operate .opt-btn:hover .ant-btn-icon .anticon{color:#7aeaff!important;fill:#7aeaff!important}.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon{color:#ffdf80!important}.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon>span,.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon>svg,.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon .icon,.webHeader .header-operate .opt-btn.ant-btn-circle:hover .ant-btn-icon .anticon,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon>span,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon>svg,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon .icon,.webHeader .header-operate .opt-btn.ant-btn-icon-only:hover .ant-btn-icon .anticon{color:#ffdf80!important;fill:#ffdf80!important}@media screen and (max-width: 1000px){.webHeader{padding:10px 20px}.webHeader .left .websiteName{font-size:18px;display:none}.webHeader .header-operate{gap:4px}.webHeader .header-operate .opt-btn{font-size:13px;padding:4px 12px}}@media screen and (max-width: 768px){.webHeader{height:64px;padding:8px 12px}.webHeader .left .websiteIcon{height:40px}.webHeader .header-operate{gap:4px}.webHeader .header-operate .opt-btn.ant-btn-circle{display:none}.webHeader .header-operate .opt-btn{font-size:12px;letter-spacing:0;height:32px;padding:0 10px}.webHeader .header-operate .opt-btn.ant-btn-icon-only{width:32px;padding:0}}
