.process-steps{background-color:#e9f4ff;border-radius:6px;justify-content:space-between;align-items:center;gap:0 10px;padding:16px;display:flex;position:relative}@media (max-width:1023px){.process-steps{flex-direction:column;gap:12px 0;padding:20px}}.process-steps .info-tit{color:#101319;align-items:center;gap:0 6px;font-size:13px;font-weight:600;line-height:18px;display:flex}@media (max-width:1023px){.process-steps .info-tit{word-break:keep-all;text-align:center}}.process-steps .steps{align-items:center;gap:0 6px;display:flex}.process-steps .steps li{width:20px;height:20px;position:relative}.process-steps .steps li .process-item{z-index:2;background-color:#beccdd;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:0;display:flex;position:relative}.process-steps .steps li:before{content:"";background-color:#beccdd;width:100%;height:3px;margin-top:-2px;display:block;position:absolute;top:50%;left:50%}.process-steps .steps li:last-child:before{content:none}.process-steps .steps li.active .process-item{color:#fff;text-align:center;background-color:#026cd6;font-size:12px;font-weight:700;line-height:18px}.process-steps .steps li.complete:before{background-color:#475a7f}.process-steps .steps li.complete .process-item{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect width='20' height='20' rx='10' fill='%23475A7F'/%3E%3Cpath d='M6.5625 10L9.0625 12.5L13.4375 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain}
