* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

.cage-wrapper {
  min-height: 1390px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.cage-wrapper .cage-wrapper-header {
  background: url(/app/images/cage/banner.png) no-repeat;
  height: 207px;
  background-size: cover;
  position: relative;
}

.cage-wrapper .cage-wrapper-header .cage-wrapper-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 751px;
  height: 139px;
  background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
  background-blend-mode: normal, normal;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -68px;
  z-index: 10;
  border-radius: 20px;
}

.cage-wrapper .cage-wrapper-header .cage-wrapper-title h2 {
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
  margin-right: 31px;
}

.cage-wrapper .cage-wrapper-header .cage-wrapper-title h3 {
  font-size: 24px;
  font-weight: normal;
  font-weight: normal;
  color: #ffffff;
}

.cage-wrapper .cage-content-box {
  background-color: #fff;
  width: 100%;
  /* padding: 18px; */
  padding-top: 60px;
  box-sizing: border-box;
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
}

.centerbox {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.cage-wrapper .cage-content-box .cage-content {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 30px;
}

.cage-wrapper .cage-content-box .cage-content .left-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8e8e8e;
  font-size: 14px;
}

.cage-wrapper .cage-content-box .cage-content .left-nav img {
  margin-right: 11px;
}

.cage-wrapper .cage-content-box .cage-content .left-nav .home-link {
  font-size: 14px;
  font-weight: normal;
  color: #8e8e8e;
  text-decoration: none;
  margin: 0 6px;
}

.cage-wrapper .cage-content-box .cage-content .left-nav .current-link {
  font-size: 14px;
  font-weight: normal;
  color: #1c1c1c;
  text-decoration: none;
  margin: 0 6px;
}

.title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #3e414a;
  font-weight: bold;
  margin-top: 75px;
}

.sub-title {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  opacity: 0.72;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 63px;
}

.store-servives .six-box {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  max-width: 1150px;
  flex-wrap: wrap;
}
.store-servives .six-box .six-box-item {
  width: 335px;
  height: 106px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 80px;
}
.store-servives .six-box .six-box-item:nth-child(1) {
  background: url(/app/images/cage/address.png) no-repeat right center;
  background-origin: content-box;
}
.store-servives .six-box .six-box-item:nth-child(2) {
  border-left: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
  background: url(/app/images/cage/order.png) no-repeat right center;
  background-origin: content-box;
}
.store-servives .six-box .six-box-item:nth-child(3) {
  background: url(/app/images/cage/bag.png) no-repeat right center;
  background-origin: content-box;
}
.store-servives .six-box .six-box-item:nth-child(4) {
  background: url(/app/images/cage/manage.png) no-repeat right center;
  background-origin: content-box;
}
.store-servives .six-box .six-box-item:nth-child(5) {
  border-left: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
  background: url(/app/images/cage/cage.png) no-repeat right center;
  background-origin: content-box;
}
.store-servives .six-box .six-box-item:nth-child(6) {
  background: url(/app/images/cage/fast.png) no-repeat right center;
  background-origin: content-box;
}
.store-servives .six-box .six-box-item h4 {
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: -3px;
  color: #ff8100;
  text-align: center;
  padding-top: 25px;
}
.store-servives .six-box .six-box-item h4 span {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff8100;
  padding-left: 10px;
}
.store-servives .six-box .six-box-item p {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 15px;
}

.what-sfc {
  background: #f6f6f6;
  overflow: hidden;
}
.what-sfc .centerbox {
  background: url(/app/images/cage/pointbg.png) no-repeat center;
}
.what-sfc .left-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.what-sfc .left-right .left-img {
  width: 600px;
  height: 400px;
  margin-right: 35px;
}
.what-sfc .left-right .left-img img {
  max-width: 100%;
  object-fit: cover;
}
.what-sfc .left-right .right-txt p {
  width: 562px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2f2f2f;
  white-space: pre-wrap;
  line-height: 28px;
  padding-top: 25px;
  max-width: 450px;
}

.sfc-display .four-box {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
}
.sfc-display .four-box .four-item {
  flex-basis: 50%;
  height: 300px;
  overflow: hidden;
}
.sfc-display .four-box .four-item:nth-child(2) {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.sfc-display .four-box .four-item:nth-child(2) .full-support {
  background: url(/app/images/cage/cagepic_27.jpg) no-repeat;
  background-size: cover;
  width: 50%;
  height: 300px;
}
.sfc-display .four-box .four-item:nth-child(3) {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.sfc-display .four-box .four-item:nth-child(3) .full-support {
  background: url(/app/images/cage/cagepic_31.jpg) no-repeat;
  background-size: cover;
  width: 50%;
  height: 300px;
}
.sfc-display .four-box .four-item .img-mask {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.sfc-display .four-box .four-item .img-mask:hover:after {
  transition: all 1s;
  display: none;
}
.sfc-display .four-box .four-item .img-mask:hover img {
  transition: all 1s;
  transform: scale(1.2);
}
.sfc-display .four-box .four-item .img-mask:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.sfc-display .four-box .four-item img {
  display: inline-block;
  max-width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.sfc-display .m-pic {
  display: none;
}

.sfc-adv {
  background: url(/app/images/cage/starstar.png) no-repeat;
  background-position: center bottom;
  padding: 30px 0;
}
.sfc-adv .adv-box-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 40px;
}
.sfc-adv .adv-box-lists .adv-item {
  width: 275px;
  height: 330px;
  background-color: #faf9f5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 30px;
}
.sfc-adv .adv-box-lists .adv-item:last-child {
  margin-right: 0;
}
.sfc-adv .adv-box-lists .adv-item img {
  width: 73px;
  height: 73px;
}
.sfc-adv .adv-box-lists .adv-item h5 {
  width: 84px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  white-space: normal;
  margin: 18px auto 12px;
}
.sfc-adv .adv-box-lists .adv-item P {
  white-space: normal;
  width: 225px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #484848;
}

.sfc-process {
  overflow: hidden;
  background: url(/app/images/cage/bgc123.png) no-repeat;
  background-color: #f6f6f6;
}
.sfc-process .centerbox {
  overflow: hidden;
}
.sfc-process .content-left-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
.sfc-process .content-left-right .iconlist li {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 88px;
}
.sfc-process .content-left-right .iconlist li img {
  width: 100%;
}
.sfc-process .content-left-right .iconlist li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
  border-left: 4px dotted #f6d0a2;
  height: 200%;
}
.sfc-process .content-left-right .iconlist li:last-child:after {
  display: none;
}
.sfc-process .content-left-right .txtlist {
  margin-left: 50px;
  margin-right: 60px;
}
.sfc-process .content-left-right .txtlist li {
  width: 385px;
  height: 73px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 88px;
}
.sfc-process .content-left-right .txtlist li h4 {
  margin-top: 14px;
  margin-bottom: 10px;
}
.sfc-process .content-left-right .txtlist li h4 p {
  line-height: 22px;
}
.sfc-process .fast-join {
  margin-bottom: 95px;
}
.sfc-process .fast-join .fast-join-box {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.sfc-process .fast-join .fast-join-box .fast-item {
  width: 360px;
  height: 210px;
  box-shadow: 0px 5px 40px 0px rgba(203, 203, 203, 0.4);
  border-radius: 10px;
  padding: 22px;
  box-sizing: border-box;
}
.sfc-process .fast-join .fast-join-box .fast-item:nth-child(1) {
  background: url(/app/images/cage/smallicon_88.png) no-repeat;
  background-position: right center;
  background-color: #fff;
}
.sfc-process .fast-join .fast-join-box .fast-item:nth-child(2) {
  background: url(/app/images/cage/smallicon_91.jpg) no-repeat;
  background-position: right center;
  background-color: #fff;
  margin: 0 40px;
}
.sfc-process .fast-join .fast-join-box .fast-item:nth-child(3) {
  background: url(/app/images/cage/smallicon_94.jpg) no-repeat;
  background-position: right center;
  background-color: #fff;
}
.sfc-process .fast-join .fast-join-box .fast-item span {
  width: 55px;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -3px;
  color: #e8e8e8;
  background-image: linear-gradient(#ffa 0%, #ccc 100%);
}
.sfc-process .fast-join .fast-join-box .fast-item h4 {
  width: 154px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin: 25px 0;
}
.sfc-process .fast-join .fast-join-box .fast-item p {
  width: 284px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #484848;
}

.contact-us {
  margin-bottom: 50px;
}
.contact-us .sub-title {
  margin-bottom: 30px;
}
.contact-us .left-txt-right-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  align-items: flex-start;
}
.contact-us .left-txt-right-img .left-box {
  margin-top: 21px;
}
.contact-us .left-txt-right-img .left-box p {
  font-size: 25px;
}
.contact-us .left-txt-right-img .left-box ul {
  margin-top: 20px;
  list-style: none;
}
.contact-us .left-txt-right-img .left-box ul li {
  position: relative;
  padding-left: 15px;
}
.contact-us .left-txt-right-img .left-box ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff8100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  html,
body {
    width: 100%;
    height: 100%;
  }

  .cage-wrapper {
    min-height: 27.8rem;
    width: 100%;
    max-width: 38.4rem;
    margin: 0 auto;
  }

  .cage-wrapper .cage-wrapper-header {
    background: url(/app/images/cage/m/banner.png) no-repeat;
    height: 2.14rem;
    background-size: cover;
    position: relative;
  }

  .cage-wrapper .cage-wrapper-header .cage-wrapper-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 1.18rem;
    background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
    background-blend-mode: normal, normal;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -0.5rem;
    z-index: 10;
    border-radius: 0.4rem;
    flex-direction: column;
  }

  .cage-wrapper .cage-wrapper-header .cage-wrapper-title h2 {
    font-size: 0.36rem;
    font-weight: normal;
    color: #ffffff;
    margin-right: 0rem;
  }

  .cage-wrapper .cage-wrapper-header .cage-wrapper-title h3 {
    font-size: 0.28rem;
    font-weight: normal;
    font-weight: normal;
    color: #ffffff;
  }

  .cage-wrapper .cage-content-box {
    background-color: #fff;
    width: 100%;
    /* padding:0.36rem;
    */
    padding-top: 1.2rem;
    box-sizing: border-box;
    /* max-width:24rem;
    */
    margin: 0 auto;
    position: relative;
  }

  .centerbox {
    max-width: 24rem;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }

  .cage-wrapper .cage-content-box .cage-content {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-bottom: 0.6rem;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .cage-wrapper .cage-content-box .cage-content .left-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8e8e8e;
    font-size: 0.28rem;
  }

  .cage-wrapper .cage-content-box .cage-content .left-nav img {
    margin-right: 0.22rem;
  }

  .cage-wrapper .cage-content-box .cage-content .left-nav .home-link {
    font-size: 0.28rem;
    font-weight: normal;
    color: #8e8e8e;
    text-decoration: none;
    margin: 0 0.12rem;
  }

  .cage-wrapper .cage-content-box .cage-content .left-nav .current-link {
    font-size: 0.28rem;
    font-weight: normal;
    color: #1c1c1c;
    text-decoration: none;
    margin: 0 0.12rem;
  }

  .title {
    font-size: 0.25rem;
    font-weight: normal;
    text-align: center;
    color: #3e414a;
    font-weight: bold;
    margin-top: 0.4rem;
  }

  .sub-title {
    font-size: 0.23rem;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 0.16rem;
    margin-bottom: 0.25rem;
  }

  .store-servives .six-box {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    max-width: 23rem;
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  .store-servives .six-box .six-box-item {
    width: 50%;
    height: 0.8rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.25rem;
    margin-bottom: 1rem;
  }
  .store-servives .six-box .six-box-item:nth-child(1) {
    background: url(/app/images/cage/address.png) no-repeat right center;
    background-origin: content-box;
    background-size: contain;
  }
  .store-servives .six-box .six-box-item:nth-child(2) {
    border-left: 0.04rem solid #e7e7e7;
    border-right: none;
    background: url(/app/images/cage/order.png) no-repeat right center;
    background-origin: content-box;
    background-size: contain;
  }
  .store-servives .six-box .six-box-item:nth-child(3) {
    background: url(/app/images/cage/bag.png) no-repeat right center;
    background-origin: content-box;
    background-size: contain;
  }
  .store-servives .six-box .six-box-item:nth-child(4) {
    background: url(/app/images/cage/manage.png) no-repeat right center;
    background-origin: content-box;
    background-size: contain;
    border-left: 0.04rem solid #e7e7e7;
  }
  .store-servives .six-box .six-box-item:nth-child(5) {
    border-left: none;
    border-right: 0.04rem solid #e7e7e7;
    background: url(/app/images/cage/cage.png) no-repeat right center;
    background-origin: content-box;
    background-size: contain;
  }
  .store-servives .six-box .six-box-item:nth-child(6) {
    background: url(/app/images/cage/fast.png) no-repeat right center;
    background-origin: content-box;
    background-size: contain;
  }
  .store-servives .six-box .six-box-item h4 {
    font-size: 0.5rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: -0.06rem;
    color: #ff8100;
    text-align: center;
  }
  .store-servives .six-box .six-box-item h4 span {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ff8100;
  }
  .store-servives .six-box .six-box-item p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0rem;
    color: #333333;
    padding-top: 0;
  }

  .what-sfc {
    background: #f6f6f6;
    overflow: hidden;
  }
  .what-sfc .centerbox {
    background: url(/app/images/cage/pointbg.png) no-repeat center;
    background-position: -168px -235px;
    background-size: cover;
  }
  .what-sfc .left-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.4rem;
    flex-direction: column-reverse;
    padding: 15px;
    box-sizing: border-box;
  }
  .what-sfc .left-right .left-img {
    width: 100%;
    height: auto;
    margin-right: 0.7rem;
  }
  .what-sfc .left-right .left-img img {
    max-width: 100%;
    object-fit: cover;
  }
  .what-sfc .left-right .right-txt p {
    width: 100%;
    font-size: 0.18rem;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2f2f2f;
    white-space: normal;
    line-height: 0.5rem;
    padding-top: 0;
    max-width: 9rem;
  }

  .sfc-display .four-box {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    display: none;
    flex-wrap: wrap;
  }
  .sfc-display .four-box .four-item {
    flex-basis: 50%;
    height: 6rem;
    overflow: hidden;
  }
  .sfc-display .four-box .four-item:nth-child(2) {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  .sfc-display .four-box .four-item:nth-child(2) .full-support {
    background: url(/app/images/cage/cagepic_27.jpg) no-repeat;
    background-size: cover;
    width: 50%;
    height: 6rem;
  }
  .sfc-display .four-box .four-item:nth-child(3) {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  .sfc-display .four-box .four-item:nth-child(3) .full-support {
    background: url(/app/images/cage/cagepic_31.jpg) no-repeat;
    background-size: cover;
    width: 50%;
    height: 6rem;
  }
  .sfc-display .four-box .four-item .img-mask {
    height: 6rem;
    overflow: hidden;
    position: relative;
  }
  .sfc-display .four-box .four-item .img-mask:hover:after {
    transition: all 1s;
    display: none;
  }
  .sfc-display .four-box .four-item .img-mask:hover img {
    transform: scale(1.2);
  }
  .sfc-display .four-box .four-item .img-mask:after {
    content: "";
    width: 100%;
    height: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(0);
  }
  .sfc-display .four-box .four-item img {
    display: inline-block;
    max-width: 100%;
    height: 6rem;
    object-fit: cover;
  }
  .sfc-display .m-pic {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
  }

  .sfc-adv {
    background: url(/app/images/cage/starstar.png) no-repeat;
    background-position: center bottom;
    padding: 0 0;
  }
  .sfc-adv .adv-box-lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    display: flex !important;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }
  .sfc-adv .adv-box-lists .adv-item {
    width: 45%;
    height: 2.6rem;
    background-color: #faf9f5;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    flex-direction: row;
    padding: 0.1rem;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .sfc-adv .adv-box-lists .adv-item:last-child {
    margin-right: 0;
  }
  .sfc-adv .adv-box-lists .adv-item:nth-child(2) {
    margin-right: 0;
  }
  .sfc-adv .adv-box-lists .adv-item img {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.15rem;
  }
  .sfc-adv .adv-box-lists .adv-item h5 {
    width: 100%;
    font-size: 0.22rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0rem;
    color: #333333;
    white-space: normal;
    margin: 0rem 0 0.24rem;
  }
  .sfc-adv .adv-box-lists .adv-item P {
    white-space: normal;
    width: 100%;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 0rem;
    color: #484848;
  }

  .sfc-process {
    overflow: hidden;
    background: url(/app/images/cage/bgc123.png) no-repeat;
    background-color: #f6f6f6;
  }
  .sfc-process .centerbox {
    overflow: hidden;
  }
  .sfc-process .content-left-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .sfc-process .content-left-right .iconlist {
    font-size: 0;
  }
  .sfc-process .content-left-right .iconlist li {
    width: 0.73rem;
    height: 0.73rem;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0.85rem;
    font-size: 0;
  }
  .sfc-process .content-left-right .iconlist li img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .sfc-process .content-left-right .iconlist li:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translateX(-50%);
    border-left: 0.08rem dotted #f6d0a2;
    height: 200%;
  }
  .sfc-process .content-left-right .iconlist li:last-child:after {
    display: none;
  }
  .sfc-process .content-left-right .txtlist {
    margin-left: 0.15rem;
    margin-right: 0;
    max-width: 80%;
  }
  .sfc-process .content-left-right .txtlist li {
    width: 100%;
    height: auto;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0.75rem;
  }
  .sfc-process .content-left-right .txtlist li h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.22rem;
  }
  .sfc-process .content-left-right .txtlist li p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    white-space: initial;
  }
  .sfc-process .content-left-right .imgabc {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  .sfc-process .fast-join {
    margin-bottom: 0.6rem;
  }
  .sfc-process .fast-join .fast-join-box {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 15px;
    box-sizing: border-box;
  }
  .sfc-process .fast-join .fast-join-box .fast-item {
    width: 31.333%;
    height: 2.2rem;
    box-shadow: 0rem 0.1rem 0.8rem 0rem rgba(203, 203, 203, 0.4);
    border-radius: 0.2rem;
    padding: 0.15rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .sfc-process .fast-join .fast-join-box .fast-item:nth-child(1) {
    background: url(/app/images/cage/smallicon_88.png) no-repeat;
    background-position: right top;
    background-color: #fff;
    background-size: 0.54rem 0.63rem;
  }
  .sfc-process .fast-join .fast-join-box .fast-item:nth-child(2) {
    background: url(/app/images/cage/smallicon_91.jpg) no-repeat;
    background-position: right top;
    background-color: #fff;
    margin: 0 0.2rem;
    background-size: 0.54rem 0.63rem;
  }
  .sfc-process .fast-join .fast-join-box .fast-item:nth-child(3) {
    background: url(/app/images/cage/smallicon_94.jpg) no-repeat;
    background-position: right top;
    background-color: #fff;
    background-size: 0.54rem 0.63rem;
  }
  .sfc-process .fast-join .fast-join-box .fast-item span {
    width: 1.1rem;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -0.06rem;
    color: #e8e8e8;
    background-image: linear-gradient(#ffa 0%, #ccc 100%);
  }
  .sfc-process .fast-join .fast-join-box .fast-item img {
    width: 0.37rem;
    height: 0.38rem;
  }
  .sfc-process .fast-join .fast-join-box .fast-item h4 {
    width: 100%;
    font-size: 0.22rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0rem;
    color: #333333;
    margin: 0.05rem 0;
    margin: 0.35rem 0 0.15rem;
  }
  .sfc-process .fast-join .fast-join-box .fast-item p {
    width: 1.65rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0.02rem;
    color: #484848;
    white-space: normal;
  }

  .contact-us {
    margin-bottom: 50px;
  }
  .contact-us .sub-title {
    margin-bottom: 30px;
  }
  .contact-us .left-txt-right-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0.32rem;
    box-sizing: border-box;
  }
  .contact-us .left-txt-right-img .left-box {
    margin-top: -0.2rem;
  }
  .contact-us .left-txt-right-img .left-box p {
    font-size: 0.25rem;
    width: 100%;
    white-space: pre-wrap;
  }
  .contact-us .left-txt-right-img .left-box ul {
    margin-top: 20px;
    list-style: none;
  }
  .contact-us .left-txt-right-img .left-box ul li {
    position: relative;
    font-size: 0.15rem;
    padding-left: 15px;
  }
  .contact-us .left-txt-right-img .left-box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ff8100;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin-right: 10px;
  }
  .contact-us .left-txt-right-img img {
    display: block;
    margin: 0 auto;
  }

  .website_inquiry_footer span.title {
    margin-top: 0;
  }
}

/*# sourceMappingURL=cage.css.map */
