<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #fafafa;
}

.banner {
  padding-top: 80px;
  width: 100%;
  height: 500px;
  background: url("../image/process-banner.jpg") no-repeat center bottom;
}

.tab-bar {
  border-bottom: 1px solid #e5e5e5;
}

.tab-bar .tab-list {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
  border-radius: 5px;
}

.tab-bar .tab-list li {
  cursor: pointer;
  padding: 10px 25px;
  background-color: #ededed;
}

.tab-bar .tab-list .active {
  background-color: #e8f1fe;
  color: #3184f4;
}

.process-box .item-text {
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  text-align: center;
}

.process-box .process-item {
  display: none;
  padding-bottom: 5px;
}

.process-box .process-item:nth-child(1) {
  background: url("../image/process1-bg.png") no-repeat right bottom;
  background-size: 50%;
}

.process-box .process-item:nth-child(2) {
  background: url("../image/process2-bg.png") no-repeat right bottom;
  background-size: 100%;
}

.process-box .process-item:nth-child(3) {
  background: url("../image/process2-bg.png") no-repeat right bottom;
  background-size: 100%;
}

.process-box .process-item .li-center li {
  margin-bottom: 70px;
  position: relative;
}

.process-box .process-item .li-center li p {
  cursor: default;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  background-color: #fdfdfd;
}

.process-box .process-item .li-center li p:hover {
  background-color: #3184f4;
  color: #fff;
}

.process-box .process-item .li-center .icon1:after {
  content: url(../image/process-arrow1.png);
  position: absolute;
}

.process-box .process-item .li-center .icon2-right::before {
  content: url(../image/process-arrow2.png);
  position: absolute;
}

.process-box .process-item .li-center .icon2-left::before {
  content: url(../image/process-arrow2.png);
  position: absolute;
}

.process-box .process-first {
  display: flex;
  justify-content: center;
}

.process-box .process-first .li-left {
  margin-right: 100px;
}

.process-box .process-first .li-left .item-text:nth-child(1) {
  top: 17%;
}

.process-box .process-first .li-left .item-text:nth-child(2) {
  top: 38%;
}

.process-box .process-first .li-left .item-text:nth-child(3) {
  top: 48%;
}

.process-box .process-first .li-center .icon1:after {
  bottom: -70px;
  left: calc(50% - 35px);
}

.process-box .process-first .li-center .icon2-right::before {
  right: -70px;
  top: 10px;
}

.process-box .process-first .li-center .icon2-left::before {
  left: -70px;
  bottom: 5px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.process-box .process-first .li-right {
  margin-left: 100px;
}

.process-box .process-first .li-right .item-text:nth-child(1) {
  top: 8%;
}

.process-box .process-first .li-right .item-text:nth-child(2) {
  top: 30%;
}

.process-box .process-first .li-right .item-text:nth-child(3) {
  top: 41%;
}

.process-box .process-first .li-right .item-text:nth-child(4) {
  top: 49%;
}

.process-box .process-second .li-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.process-box .process-second .li-left {
  margin-bottom: 100px;
}

.process-box .process-second .li-left .item-text:nth-child(1) {
  left: 2%;
}

.process-box .process-second .li-left .item-text:nth-child(2) {
  right: 4%;
}

.process-box .process-second .li-center {
  height: 280px;
}

.process-box .process-second .li-center li {
  height: 100%;
  display: flex;
  margin-bottom: 0px;
  position: relative;
}

.process-box .process-second .li-center li p {
  writing-mode: vertical-lr;
}

.process-box .process-second .li-center .icon1::after {
  right: -70px;
  top: calc(50% - 35px);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.process-box .process-second .li-center .icon2-left::before {
  left: -7px;
  top: -70px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.process-box .process-second .li-center .icon2-right::before {
  left: -7px;
  bottom: -70px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.process-box .process-second .li-right {
  margin-top: 100px;
}

.process-box .process-second .li-right .item-text:nth-child(1) {
  left: 0%;
}

.process-box .process-second .li-right .item-text:nth-child(2) {
  left: -2%;
}

.process-box .process-second .li-right .item-text:nth-child(3) {
  left: 10%;
}

.process-box .process-third .li-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.process-box .process-third .li-left {
  margin-bottom: 100px;
}

.process-box .process-third .li-left .item-text:nth-child(1) {
  left: 14%;
}

.process-box .process-third .li-left .item-text:nth-child(2) {
  right: -3%;
}

.process-box .process-third .li-left .item-text:nth-child(3) {
  right: 4%;
}

.process-box .process-third .li-center {
  height: 280px;
}

.process-box .process-third .li-center li {
  height: 100%;
  display: flex;
  margin-bottom: 0px;
  position: relative;
}

.process-box .process-third .li-center li p {
  writing-mode: vertical-lr;
}

.process-box .process-third .li-center .icon1::after {
  right: -70px;
  top: calc(50% - 35px);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.process-box .process-third .li-center .icon2-left::before {
  left: -7px;
  top: -70px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.process-box .process-third .li-center .icon2-right::before {
  left: -12px;
  bottom: -70px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.process-box .process-third .li-right {
  margin-top: 100px;
}

.process-box .process-third .li-right .item-text:nth-child(1) {
  left: 0%;
}

.process-box .process-third .li-right .item-text:nth-child(2) {
  left: 16%;
}

.process-box .process-third .li-right .item-text:nth-child(3) {
  left: 10%;
}

.process-box .pro-fourth {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.process-box .pro-fourth .li-item {
  width: 50%;
  box-sizing: border-box;
}

.process-box .pro-fourth .li-item:first-child, .process-box .pro-fourth .li-item:last-child {
  padding: 20px 40px;
}

.process-box .pro-fourth .li-item img {
  width: 100%;
  height: 100%;
}

.process-box .pro-fourth .li-item h1 {
  color: #000;
  font-size: 30px;
  margin-bottom: 20px;
}

.process-box .pro-fourth .li-item h2 {
  position: relative;
  margin: 10px 0;
  color: #000;
  font-size: 22px;
  padding-left: 10px;
}

.process-box .pro-fourth .li-item h2::before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  height: 75%;
  width: 5px;
  background-color: #009ee3;
  top: 5px;
}

.process-box .pro-fourth .li-item p {
  margin-bottom: 20px;
}
</pre></body></html>