/* 收款码牌 */

.no-margin {

  margin-bottom: 0 !important;

}

.part-one {

  width: 100vw;

  height: 740px;

  background-image: url('../assets/page_canyin/sp_bj@2x.png');

  background-repeat: no-repeat;

  background-size: cover;

  margin-top: 60px;

}

.part-one .container {

  display: flex;

  align-items: center;

  height: 100%;

  justify-content: space-between;

  position: relative;

}

.part-one .left {

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.part-one .left .title {

  position: relative;

  margin-bottom: 30px;

  width: 528px;

  height: 67px;

}

.part-one .left .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-one .left .title .line {

  width: 528px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-one .left .tip {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 36px;

}

.part-one .left .message-list {

  display: flex;

  flex-direction: column;

}

.part-one .left .message-list span {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 24px;

}

.part-one .left .icon-list {

  display: flex;

  margin-bottom: 24px;

}

.part-one .left .icon-list .icon {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  margin-right: 30px;

}

.part-one .left .icon-list .icon:nth-child(5n) {

  margin-right: 0;

}



.part-one .left .icon-list .icon span {

  font-size: 14px;

  color: #ffffff;

  margin-top: 12px;

}

.part-one .left .icon-list img {

  width: 64px;

  height: 64px;

}

.part-one .right {

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

}

.part-one .right img {

  width: 484px;

  height: 448px;

}

.part-one .open-immediately {

  margin-top: 60px;

}



.part-four.suit-all {

  height: 500px;

  background-color: #fff !important;

  background-image: none !important;

}

.part-four.suit-all .container .title {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

}

.part-four.suit-all .container .title span {

  font-weight: bold;

  font-size: 40px;

  color: #333333;

  margin-bottom: 10px;

  width: 420px;

}

.part-four.suit-all .container .title .line {

  width: 64px !important;

  height: 6px;

  background: #3762EC;

  border-radius: 3px 3px 3px 3px;

}

.part-four.suit-all .container .tip {

  color: #333333;

  margin-bottom: 40px;

}

.part-four.suit-all .container .image-list {

  display: flex;

  justify-content: space-between;

}

.part-four.suit-all .container .image-list .image {

  width: 136px;
  height: 218px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(44,101,255,0.06);
  border-radius: 16px 16px 16px 16px;
  cursor: pointer;
  padding: 0;
}

.part-four.suit-all .container .image-list .image:hover {

  border: 1px solid #3762EC;

}

.part-four.suit-all .container .image-list .image img {

  width: 48px;

  height: 48px;

  margin-bottom: 20px;

}

.part-four.suit-all .container .image-list .image .image-title {

  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;

}

.part-four.suit-all .container .image-list .image .image-tip {

  font-weight: 400;
  font-size: 18px;
  color: #3762EC;

}


.complete-hardware {
  display: flex;
  align-items: center;
  justify-content: center;
}
.complete-hardware .up {
  position: absolute;
  left: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.complete-hardware .up .up-image {
  width: 64px;
  height: 64px;
  background-image: url('../assets/index/syy_def@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.complete-hardware .up .up-image:hover {
  background-image: url('../assets/index/syy_hover@2x.png');
}
.complete-hardware .next {
  position: absolute;
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.complete-hardware .next .next-image {
  width: 64px;
  height: 64px;
  background-image: url('../assets/index/xyy_def@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.complete-hardware .next .next-image:hover {
  background-image: url('../assets/index/xyy_hover@2x.png');
}
.complete-hardware .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.complete-hardware .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.complete-hardware .title .line {
  width: 64px;
  height: 6px;
  background: #2C65FF;
  border-radius: 3px 3px 3px 3px;
}
.complete-hardware .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.complete-hardware .hardware-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.complete-hardware .hardware-list .hardware {
  width: 220px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px 16px 16px 16px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  display: none;
}
.complete-hardware .hardware-list .hardware img {
  width: 66px;
  height: 100px;
  margin-bottom: 18px;
}
.complete-hardware .hardware-list .hardware .saomawang {
  width: 42px;
}
.complete-hardware .hardware-list .hardware .zhinengpos {
  width: 48px;
}
.complete-hardware .hardware-list .hardware .saomaqiang {
  width: 150px;
}
.complete-hardware .hardware-list .hardware .shouyinji {
  width: 120px;
}
.complete-hardware .hardware-list .hardware .dayin {
  width: 140px;
}
.complete-hardware .hardware-list .hardware .hardware-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 14px;
}
.complete-hardware .hardware-list .hardware .hardware-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.complete-hardware .hardware-list .hardware .hardware-tip span {
  font-size: 16px;
  color: #666666;
}
.complete-hardware .hardware-list .hardware .hardware-tip span:first-child {
  margin-bottom: 6px;
}
.complete-hardware .hardware-list .hardware .hardware-detail {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #2C65FF;
  border-radius: 8px;
}
.complete-hardware .hardware-list .hardware:hover {
  border: 2px solid #2C65FF;
  cursor: pointer;
}
.complete-hardware .hardware-list .hardware:hover .hardware-detail {
  font-weight: bolder;
}
.complete-hardware .hardware-list .hardware.show {
  display: flex;
}
.complete-hardware .hardware-list .hardware:last-child {
  margin-right: 0;
}
.complete-hardware .cta {
  margin: 48px 0 100px 0;
}


.part-four.easy {

  height: 872px;

  background-image: url('../assets/skmp_back_1.jpg');

}

.part-four.easy .container .title {

  width: 432px !important;

}

.part-four.easy .container .title .line {

  width: 432px !important;

}

.part-four.easy .container .image-list {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

.part-four.easy .container .image-list img {

  width: 380px;

  margin-bottom: 30px;

}

.scan-code-order.part-seven {
  margin-bottom: 0 !important;
  background-image: url('../assets/page_canyin/m5_back.jpg');
  padding: 80px 0;
}

.scan-code-order.part-seven .container .title {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 432px;
  height: 67px;
}

.scan-code-order.part-seven .container .title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  z-index: 9;
  margin-bottom: 0;
}

.scan-code-order.part-seven .container .title .line {
  width: 432px;
  height: 18px;
  background: #ff9a22;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.scan-code-order.part-seven .container .image-list {
  margin-top: 40px;
}
.scan-code-order.part-seven .container .image-list img{
  margin-right: 40px;
}
.scan-code-order.part-seven .container .image-list img:last-child{
  margin-right: 0;
}

.scan-code-order .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.scan-code-order .container .tip-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.scan-code-order .container .tip-list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.scan-code-order .container .tip-list .tip {
  width: 370px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.scan-code-order .container .tip-list .tip img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.scan-code-order .container .tip-list .tip span {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.scan-code-order .container .open-immediately {
  margin-top: 60px;
}

/* 会员/卡券营销 */
.member-card-marketing {
  width: 100vw;
  height: 746px;
  background: linear-gradient(180deg, #f0f6ff 0%, #eaf2fe 100%);
  margin-bottom: 10px;
}
.member-card-marketing .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.member-card-marketing .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.member-card-marketing .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.member-card-marketing .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}

.member-card-marketing .container .tip {
  margin-bottom: 40px;
  font-size: 20px;
  color: #333333;
}
.member-card-marketing .container .type-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 100%;
}
.member-card-marketing .container .type-list .type {
  width: 282px;
  height: 320px;
  background: #f8f9f9;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member-card-marketing .container .type-list .type img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.member-card-marketing .container .type-list .type .type-title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.member-card-marketing .container .type-list .type .type-tip-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.member-card-marketing .container .type-list .type .type-tip {
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}
.member-card-marketing .container .type-list .type .type-tip:last-child {
  margin-bottom: 0;
}
.member-card-marketing.part-eight .container .type-list {
  margin-bottom: 0 !important;
}
.member-card-marketing.part-eight .container .type-list .type img {
  height: 48px !important;
}

.part-two.screen {

  background-image: url('../assets/page_canyin/scqnw_back_3.jpg');

  height: 826px;

}

.part-two.screen .container {

  align-items: flex-start;

}

.part-two.screen .container .title {

  width: 580px !important;

}

.part-two.screen .container .right {

  margin-top: 239px;

}

.part-two.screen .container .right .icon-list {

  margin-bottom: 30px;

}

.part-two.screen .container .right .icon-list img {

  margin-right: 20px;

  width: 48px;

  height: 48px;

}

.part-two.screen .container .left {

  align-self: flex-end;

}

.part-two.screen .container .left img {

  width: 550px;

}

.part-two.screen .container .title .line {

  width: 580px !important;

}

.part-two.screen .container .title {

  width: 528px !important;

}

.part-two.screen .container .title .line {

  width: 528px !important;

}

.part-two.screen .container .tip {

  margin-bottom: 0 !important;

}



.part-two {

  width: 100vw;

  height: 788px;

  background-image: url('../assets/page_canyin/scqnw_back_3.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}

.part-two .container {

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.part-two .container .left img {

  width: 604px;

}

.part-two .container .right {

  display: flex;

  flex-direction: column;

  align-items: flex-end;

}

.part-two .container .right .title {

  position: relative;

  margin-bottom: 30px;

  width: 537px;

  height: 67px;

}

.part-two .container .right .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-two .container .right .title .line {

  width: 537px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-two .container .right .tip {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 24px;

}



.part-two .container .right .open-immediately {

  margin-top: 60px;

}



.part-three {

  width: 100vw;

  height: 700px;

  background-image: url('../assets/page_canyin/cysy_back_1.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}

.part-three .container {

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;

  height: 100%;

}

.part-three .left {

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.part-three .left .title {

  position: relative;

  margin-bottom: 30px;

  width: 480px;

  height: 67px;

}

.part-three .left .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-three .left .title .line {

  width: 480px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-three .left .tip {

  font-size: 32px;

  color: #ffffff;

  margin-bottom: 36px;

}

.part-three .left .message-list {

  display: flex;

  flex-direction: column;

  margin-bottom: 30px;

  width: 600px;

}

.part-three .left .message-list span {

  font-size: 24px;

  color: #ffffff;

  line-height: 40px;

}

.part-three .left .icon-list {

  display: flex;

}

.part-three .left .icon-list img {

  width: 48px;

  height: 48px;

  margin-right: 24px;

}

.part-three .right {

  height: 100%;

}

.part-three .right img {

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  height: 456px;

}

.part-three .container .open-immediately {

  margin-top: 60px;

}



.part-three.call-number {

  height: 828px;

  background-image: url('../assets/page_canyin/cysy_back_3.jpg');

}

.part-three.call-number .container {

  position: relative;

}

.part-three.call-number .container .title {

  width: 528px !important;

}

.part-three.call-number .container .title .line {

  width: 528px !important;

}

.part-three.call-number .container .message-list {

  display: flex;

  flex-direction: column;

  margin-bottom: 0;

}

.part-three.call-number .container .message-list .list {

  display: flex;

  align-items: center;

  margin-bottom: 24px;

}

.part-three.call-number .container .message-list .list img {

  width: 26px;

  height: 24px;

  margin-right: 16px;

}

.part-three.call-number .container .message-list .list span {

  font-size: 24px;

  color: #ffffff;

}

.part-three.call-number .container .right {

  align-self: flex-start;

  height: 100%;

}

.part-three.call-number .container .right img {

  position: absolute;

  top: 0;

  width: 600px;

  height: 700px;

  transform: translateY(0);

}



.part-four.more-func {

  height: 680px;

  background-image: url('../assets/skw_back_5.png');

}

.part-four.more-func .container .title {

  width: 432px !important;

}

.part-four.more-func .container .title .line {

  width: 432px !important;

}

.part-four.more-func .container .tip-message {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}

.part-four.more-func .container .tip-message span {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 20px;

}

.part-four.more-func .container .image-list {

  justify-content: space-between;

  margin-top: 48px;

}

.part-four.more-func .container .image-list .image img {

  width: 224px;

  height: 242px;

}




.part-twelve {

  height: 738px;

  background-image: url('../assets/cysy_back_5.jpg');

}

.part-twelve .container {

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  flex-direction: column;

}

.swiper {

  border-radius: 10px !important;

}



.part-twelve .container .swiper-button-prev {

  height: fit-content;

  width: fit-content;

  left: -80px !important;

  top: 45% !important;

}

.part-twelve .container .swiper-button-prev img {

  height: 50px;

  width: 50px;

}

.part-twelve .container .swiper-button-next {

  height: fit-content;

  width: fit-content;

  right: -80px !important;

  top: 45% !important;

}

.part-twelve .container .swiper-button-next img {

  height: 50px;

  width: 50px;

}

.swiper-button-prev:after {

  content: '' !important;

}

.swiper-button-next:after {

  content: '' !important;

}



.part-twelve .container .open-immediately {

  width: 263px;

  margin-top: 40px;

}




.part-four {

  width: 100vw;

  height: 793px;

  background-image: url('../assets/cysy_back_4.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}

.part-four .container {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  height: 100%;

}

.part-four .container .title {

  position: relative;

  margin-bottom: 30px;

  width: 144px;

  height: 67px;

}

.part-four .container .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-four .container .title .line {

  width: 144px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-four .container .tip {

  font-size: 32px;

  color: #ffffff;

  margin-bottom: 48px;

}

.part-four .container .message-tip {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 48px;

}

.part-four .container .image-list {

  display: flex;

  align-items: center;

  width: 100%;

  justify-content: center;

}

.part-four .container .image-list .image {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}

.part-four .container .image-list .image img {

  width: 380px;

  height: 400px;

  margin-bottom: 30px;

}

.part-four .container .image-list .image span {

  font-weight: bold;

  font-size: 24px;

  color: #ffffff;

}



/* 高效对账，经营省心 */

.part-five {

  width: 100vw;

  height: 792px;

  background-image: url('../assets/skyx_back_7.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}

.part-five .container {

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.part-five .container .left img {

  width: 588px;

  height: 512px;

}

.part-five .container .right {

  display: flex;

  flex-direction: column;

  align-items: flex-end;

}

.part-five .container .right .title {

  position: relative;

  margin-bottom: 30px;

  width: 432px;

  height: 67px;

}

.part-five .container .right .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-five .container .right .title .line {

  width: 432px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-five .container .right .tip {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 24px;

}

.part-five .container .right .open-immediately {

  margin-top: 60px;

}



.green-line {
  width: 100vw;
  height: 60px;
  background: #3762EC;
}

.green-line .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-line .container span {

  font-size: 18px;

  color: #ffffff;

  cursor: pointer;

}
.green-line .container .kaitong:hover {
  background: #3762EC;
  transform: translateY(0px);
}



.authentication-line {

  width: 100vw;

  height: 192px;

  background: #1a1a1a;

}

.authentication-line .container {

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.authentication-line .container img {

  width: 200px;

  height: 132px;

}

/* 交接班 */
.part-shift-handover{
  width: 100%;
  height: 833px;
  padding: 80px 0;
  background-image: url('../assets/page_canyin/skmp_back_3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.part-shift-handover .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part-shift-handover .title{
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}
.part-shift-handover .message-tip{
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 40px;
}
.part-shift-handover .image-list{
  margin-top: 48px;
}
.part-shift-handover .img{
  height: 485px;
}

/* 数据报表 */
.statistics-reports{
  width: 100%;
  padding: 80px 0;
  background-image: url('../assets/page_canyin/m8_back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.statistics-reports .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.statistics-reports .title{
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}
.statistics-reports .tip{
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 40px;
}
.statistics-reports .image-list{
  margin-top: 48px;
  display: flex;
  margin-bottom: 40px;
}
.statistics-reports .image-list .image{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.statistics-reports .image-list :last-child{
  margin: 0;
}

.statistics-reports .image-list .image span{
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 30px;
}
.statistics-reports .img{
  height: 485px;
}


/* 资金归集+灵活分账 */
.funds-pooling {
  padding: 80px 0 0 0;
  background: #e0ecfe;
}
.funds-pooling .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.funds-pooling .container .dayin {
  width: 780px;
  height: 888px;
  margin: 40px 0 48px 0;
}
.funds-pooling .container .cta {
  text-align: center;
  padding-bottom: 40px;
}

/* 更多功能 */
.more-functions.part-thirteen {
  height: 586px;
  background: #e0ecfe;
}
.more-functions.part-thirteen .container .func-list .func {
  width: 100px;
  height: fit-content;
  margin-right: 120px;
}
.more-functions.part-thirteen .container .func-list .func:nth-child(6n) {
  margin-right: 0;
}
.more-functions.part-thirteen .container .func-list .func:hover {
  border: none;
}
.more-functions {
  width: 100vw;
  height: 894px;
  background: #ffffff;
}
.more-functions .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.more-functions .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.more-functions .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.more-functions .container .tip {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin: 20px 0 40px 0;
}
.more-functions .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.more-functions .container .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.more-functions .container .func-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-functions .container .func-list .func {
  width: 180px;
  height: 222px;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.more-functions .container .func-list .func:hover {
  border: 2px solid #00ac44;
}

.more-functions .container .func-list .func img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.more-functions .container .func-list .func .func-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.more-functions .container .func-list .func .func-tip {
  font-size: 16px;
  color: #666666;
}
.more-functions .container .open-immediately {
  margin-top: 40px;
}