.boxContent[data-v-7c3ba3b0] {
  width: 100%;
  background-color: #EFEFEF;
  padding-bottom: 6vw;
}
.boxContent .title[data-v-7c3ba3b0] {
  text-align: center;
  position: relative;
}
.boxContent .title .text[data-v-7c3ba3b0] {
  background: linear-gradient(to bottom, #E1E1E1, #EFEFEF);
  -webkit-background-clip: text;
  color: transparent;
}
.boxContent .title .subHeader[data-v-7c3ba3b0] {
  position: absolute;
  bottom: -40%;
  width: 100%;
}
.boxContent .displayCard[data-v-7c3ba3b0] {
  width: 70vw;
  margin: 3vw auto 0;
  position: relative;
}
.boxContent .displayCard .info[data-v-7c3ba3b0] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.boxContent .displayCard .info .singleInfo[data-v-7c3ba3b0] {
  width: 40%;
}
.boxContent .displayCard .info .singleInfo .infoTitle[data-v-7c3ba3b0] {
  padding-bottom: 0.6vw;
}
.boxContent .displayCard .info .singleInfo .infoDesc[data-v-7c3ba3b0] {
  padding-bottom: 1vw;
  color: #DCDCDC;
}
@media screen and (min-width: 965px) {
.boxContent[data-v-00b2d356] {
    width: 100%;
    padding-bottom: 4vw;
    background-image: url(../../static/img/coreBanner.3f0da4a4.png);
    background-size: cover;
}
.boxContent .title[data-v-00b2d356] {
    text-align: center;
    position: relative;
}
.boxContent .title .text[data-v-00b2d356] {
    background: linear-gradient(to bottom, rgba(79, 82, 87, 0.74), rgba(49, 54, 61, 0));
    -webkit-background-clip: text;
    color: transparent;
}
.boxContent .title .subHeader[data-v-00b2d356] {
    position: absolute;
    bottom: -20%;
    width: 100%;
}
.boxContent .detail[data-v-00b2d356] {
    width: 70vw;
    margin: 2vw auto 0;
}
.boxContent .detail .topPart[data-v-00b2d356] {
    display: flex;
    align-items: center;
}
.boxContent .detail .bottomPart[data-v-00b2d356] {
    display: flex;
}
.leftBox[data-v-00b2d356] {
    width: 16vw;
    padding: 1vw 2vw 1vw;
    background: linear-gradient(to bottom, #212227, #434750);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.leftBox .info .time[data-v-00b2d356] {
    display: flex;
    align-items: flex-end;
}
.rightBox[data-v-00b2d356] {
    width: 54vw;
    display: flex;
    flex-wrap: wrap;
    color: #000;
}
.rightBox .singleCell[data-v-00b2d356] {
    width: 18vw;
    height: 18vw;
    background: #F9FAFC;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.rightBox .singleCell:hover .moveContent[data-v-00b2d356] {
    bottom: 0;
}
.rightBox .singleCell:hover .mainContent[data-v-00b2d356] {
    filter: blur(10px);
}
.rightBox .singleCell .mainContent[data-v-00b2d356] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rightBox .singleCell .mainContent .mainTitle[data-v-00b2d356] {
    margin-top: 1vw;
}
.rightBox .singleCell .moveContent[data-v-00b2d356] {
    width: 18vw;
    height: 18vw;
    background: linear-gradient(to bottom, #FFFFFF, #C5E5FF);
    position: absolute;
    bottom: -18vw;
    transition: bottom 0.5s;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rightBox .singleCell .moveContent .moveDesc[data-v-00b2d356] {
    width: 70%;
    margin: 0.6vw auto;
    color: #666666;
}
}
@media screen and (max-width: 965px) {
.boxContent[data-v-00b2d356] {
    width: 100%;
    padding-bottom: 4vw;
    background-image: url(../../static/img/coreBanner.3f0da4a4.png);
    background-size: cover;
    background-position: center;
}
.boxContent .title[data-v-00b2d356] {
    text-align: center;
    position: relative;
}
.boxContent .title .text[data-v-00b2d356] {
    background: linear-gradient(to bottom, rgba(79, 82, 87, 0.74), rgba(49, 54, 61, 0));
    -webkit-background-clip: text;
    color: transparent;
}
.boxContent .title .subHeader[data-v-00b2d356] {
    position: absolute;
    bottom: -20%;
    width: 100%;
}
.boxContent .detail[data-v-00b2d356] {
    width: 70vw;
    margin: 2vw auto 0;
}
.boxContent .detail .topPart[data-v-00b2d356] {
    display: flex;
    align-items: center;
}
.boxContent .detail .bottomPart[data-v-00b2d356] {
    display: flex;
}
.leftBox[data-v-00b2d356] {
    width: 16vw;
    padding: 0 2vw;
    background: linear-gradient(to bottom, #212227, #434750);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.leftBox .info .time[data-v-00b2d356] {
    display: flex;
    align-items: flex-end;
}
.rightBox[data-v-00b2d356] {
    width: 54vw;
    display: flex;
    flex-wrap: wrap;
    color: #000;
}
.rightBox .singleCell[data-v-00b2d356] {
    width: 18vw;
    height: 18vw;
    background: #F9FAFC;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.rightBox .singleCell:hover .moveContent[data-v-00b2d356] {
    bottom: 0;
}
.rightBox .singleCell:hover .mainContent[data-v-00b2d356] {
    filter: blur(10px);
}
.rightBox .singleCell .mainContent[data-v-00b2d356] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rightBox .singleCell .mainContent .mainTitle[data-v-00b2d356] {
    margin-top: 1vw;
}
.rightBox .singleCell .moveContent[data-v-00b2d356] {
    width: 18vw;
    height: 18vw;
    background: linear-gradient(to bottom, #FFFFFF, #C5E5FF);
    position: absolute;
    bottom: -28vw;
    transition: bottom 0.4s;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rightBox .singleCell .moveContent .moveDesc[data-v-00b2d356] {
    width: 70%;
    margin: 0.6vw auto;
    color: #666666;
}
}
.title[data-v-26707f46] {
  margin: 2vw auto;
  text-align: center;
}
.table_box[data-v-26707f46] {
  width: 100%;
  background-color: #fff;
}
.table_box_header[data-v-26707f46] {
  width: 100%;
  height: 4.1666666667vw;
  line-height: 4.1666666667vw;
  background: linear-gradient(to right, #2b6af5, #69b2f2);
  display: flex;
}
.table_box_header .row1[data-v-26707f46] {
  width: 6%;
  height: 100%;
}
.table_box_header .row2[data-v-26707f46] {
  width: 23.5%;
  height: 100%;
  text-align: center;
}
.table_box_body[data-v-26707f46] {
  width: 100%;
}
.table_box_body .col[data-v-26707f46] {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #d8e4ef;
}
.table_box_body .col .row1[data-v-26707f46] {
  width: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.table_box_body .col .row2[data-v-26707f46] {
  width: 23.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table_box_body .col .row2 .single[data-v-26707f46] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.table_box_body .col .bg1[data-v-26707f46] {
  background-color: #fff;
}
.table_box_body .col .bg2[data-v-26707f46] {
  background-color: #e1f0ff;
}
@media screen and (min-width: 960px) {
.subDesc[data-v-4b3a7785] {
    margin-left: 4%;
    font-size: 0.9375vw;
}
.singleBox[data-v-4b3a7785] {
    width: 100%;
    display: flex;
}
.singleBox .title[data-v-4b3a7785] {
    width: 10%;
    margin-left: 4%;
    font-size: 1.25vw;
    color: #333333;
}
.singleBox .content[data-v-4b3a7785] {
    width: 86%;
    display: flex;
    flex-wrap: wrap;
}
.singleBox .content .singleImg[data-v-4b3a7785] {
    width: 14.2857142857%;
}
}
@media screen and (max-width: 959px) {
.subDesc[data-v-4b3a7785] {
    margin-left: 4%;
    font-size: 1.4583333333vw;
}
.singleBox[data-v-4b3a7785] {
    width: 100%;
    display: flex;
}
.singleBox .title[data-v-4b3a7785] {
    width: 10%;
    text-align: center;
    margin-left: 4%;
    font-size: 1.7708333333vw;
    color: #333333;
}
.singleBox .content[data-v-4b3a7785] {
    width: 86%;
    display: flex;
    flex-wrap: wrap;
}
.singleBox .content .singleImg[data-v-4b3a7785] {
    width: 25%;
}
}
.box[data-v-4b3a7785] {
  width: 100%;
  background-color: #f3f5f8;
  padding-bottom: 2vw;
}
.box .brandBoard[data-v-4b3a7785] {
  width: 80%;
  margin: 2vw auto 0;
  background-color: #f3f5f8;
}
[data-v-4b3a7785] .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
[data-v-4b3a7785] .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
[data-v-4b3a7785] .swiper-button-next:after {
  font-size: 2.0833333333vw;
  line-height: 5.2083333333vw;
}
[data-v-4b3a7785] .swiper-button-prev:after {
  font-size: 2.0833333333vw;
  line-height: 5.2083333333vw;
}
.getewayContent[data-v-42f218e4] {
  width: 100%;
}
.getewayContent .imgShow[data-v-42f218e4] {
  width: 60%;
  margin: 2vw auto;
}
.getewayContent .gatewayInfo[data-v-42f218e4] {
  padding-top: 2vw;
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.getewayContent .gatewayInfo .rightCard[data-v-42f218e4] {
  width: 30%;
  position: relative;
}
.getewayContent .gatewayInfo .rightCard .bg[data-v-42f218e4] {
  width: 100%;
}
.getewayContent .gatewayInfo .rightCard .gatewayImg[data-v-42f218e4] {
  position: absolute;
  width: 80%;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 965px) {
.leftCard[data-v-42f218e4] {
    width: 70%;
}
.leftCard .handleTypeCard[data-v-42f218e4] {
    margin-top: 2vw;
    display: flex;
}
.leftCard .handleTypeCard .title[data-v-42f218e4] {
    display: flex;
    align-items: flex-end;
    width: 16vw;
    justify-content: center;
}
.leftCard .handleTypeCard i[data-v-42f218e4] {
    background: #EDEDED;
    padding: 0 0.4vw;
    cursor: pointer;
}
.leftCard .desc[data-v-42f218e4] {
    width: 80%;
    margin-top: 2vw;
}
.advantage[data-v-42f218e4] {
    display: flex;
    margin-top: 2vw;
}
.advantage .singleAd[data-v-42f218e4] {
    display: flex;
    align-items: center;
    margin-right: 3vw;
}
.advantage .singleAd .borderBox[data-v-42f218e4] {
    width: 4%;
    height: 80%;
    border-left: 0.4vw solid #1377ff;
    margin-right: 0.6vw;
}
.tabsCard[data-v-42f218e4] {
    width: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.tabsCard .singleTab[data-v-42f218e4] {
    cursor: pointer;
    font-weight: bold;
}
.tabsCard .singleTab .borderBox[data-v-42f218e4] {
    width: 40%;
    margin: 0.6vw auto 0;
    border-bottom: 0.4vw solid #1377ff;
}
.parameter[data-v-42f218e4] {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2vw;
}
.parameter img[data-v-42f218e4] {
    width: 100%;
}
.parameter .title[data-v-42f218e4] {
    margin: 2vw auto;
    text-align: center;
}
}
@media screen and (max-width: 965px) {
.leftCard[data-v-42f218e4] {
    width: 70%;
}
.leftCard .handleTypeCard[data-v-42f218e4] {
    margin-top: 2vw;
    display: flex;
}
.leftCard .handleTypeCard .title[data-v-42f218e4] {
    display: flex;
    align-items: flex-end;
    width: 26vw;
    justify-content: center;
}
.leftCard .handleTypeCard i[data-v-42f218e4] {
    background: #EDEDED;
    padding: 0 0.4vw;
    cursor: pointer;
}
.leftCard .desc[data-v-42f218e4] {
    width: 80%;
    margin-top: 2vw;
}
.advantage[data-v-42f218e4] {
    display: flex;
    margin-top: 2vw;
}
.advantage .singleAd[data-v-42f218e4] {
    display: flex;
    align-items: center;
    margin-right: 3vw;
    width: 50%;
}
.advantage .singleAd .borderBox[data-v-42f218e4] {
    width: 4%;
    height: 80%;
    border-left: 0.4vw solid #1377ff;
    margin-right: 0.6vw;
}
.tabsCard[data-v-42f218e4] {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.tabsCard .singleTab[data-v-42f218e4] {
    cursor: pointer;
    font-weight: bold;
}
.tabsCard .singleTab .borderBox[data-v-42f218e4] {
    width: 40%;
    margin: 0.6vw auto 0;
    border-bottom: 0.4vw solid #1377ff;
}
.parameter[data-v-42f218e4] {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2vw;
}
.parameter img[data-v-42f218e4] {
    width: 100%;
}
}
.tabs[data-v-5b896460] {
  display: flex;
  justify-content: space-between;
  margin: 2vw auto;
  width: 70%;
}
.tabs div[data-v-5b896460] {
  padding-bottom: 0.4vw;
  cursor: pointer;
}
.tabs .activeBorder[data-v-5b896460] {
  border-bottom: 0.1041666667vw solid #fff;
}
.boxContent[data-v-5b896460] {
  width: 100%;
  padding-bottom: 4vw;
  background-image: url(../../static/img/caseBg.4ac17677.png);
  background-size: cover;
}
.boxContent .title[data-v-5b896460] {
  text-align: center;
  position: relative;
}
.boxContent .title .text[data-v-5b896460] {
  background: linear-gradient(to bottom, #656978, #363b4b);
  -webkit-background-clip: text;
  color: transparent;
}
.boxContent .title .subHeader[data-v-5b896460] {
  position: absolute;
  bottom: -10%;
  width: 100%;
}
@media screen and (min-width: 965px) {
.displayCard[data-v-5b896460] {
    width: 90%;
    margin: 2vw auto 0;
    display: flex;
    justify-content: space-between;
}
.displayCard .imgDisplay[data-v-5b896460] {
    width: 40%;
}
.displayCard .imgDisplay .bigImg[data-v-5b896460] {
    width: 100%;
}
.displayCard .imgDisplay .swiperImg[data-v-5b896460] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 1vw;
}
.displayCard .imgDisplay .swiperImg .innerBox[data-v-5b896460] {
    width: 24%;
    margin-left: 1vw;
    cursor: pointer;
}
.displayCard .imgDisplay .swiperImg .innerBox .samllImg[data-v-5b896460] {
    width: 100%;
}
.displayCard .imgDisplay .swiperImg .innerBox .activeSwiper[data-v-5b896460] {
    border: 3px solid #fff;
    border-radius: 10px;
    transform: scale(1.1);
}
.displayCard .dataDisplay[data-v-5b896460] {
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.displayCard .dataDisplay .mainTitle[data-v-5b896460] {
    margin-left: 1vw;
    margin-top: 1vw;
}
.displayCard .dataDisplay .dataCard[data-v-5b896460] {
    background: rgba(31, 31, 31, 0.23);
    border-radius: 8px;
    height: 80%;
}
.displayCard .dataDisplay .dataCard .top[data-v-5b896460] {
    width: 96%;
    display: flex;
    border-bottom: 1px solid rgba(131, 131, 131, 0.75);
    padding: 1vw 0;
    margin: 0 auto;
}
.displayCard .dataDisplay .dataCard .top .singleRatio[data-v-5b896460] {
    width: 20%;
}
.displayCard .dataDisplay .dataCard .top .singleRatio .showNum[data-v-5b896460] {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.displayCard .dataDisplay .dataCard .top .singleRatio .title[data-v-5b896460] {
    margin-top: 0.8vw;
}
.displayCard .dataDisplay .dataCard .bottom[data-v-5b896460] {
    padding: 2vw 4vw;
}
}
@media screen and (max-width: 965px) {
.displayCard[data-v-5b896460] {
    width: 100%;
    margin-top: 2vw;
}
.displayCard .imgDisplay[data-v-5b896460] {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.displayCard .imgDisplay .bigImg[data-v-5b896460] {
    width: 78%;
    height: auto;
}
.displayCard .imgDisplay .swiperImg[data-v-5b896460] {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.displayCard .imgDisplay .swiperImg .samllImg[data-v-5b896460] {
    width: 100%;
}
.displayCard .imgDisplay .swiperImg .activeSwiper[data-v-5b896460] {
    border: 1px solid #fff;
    border-radius: 10px;
    transform: scale(1.1);
}
.displayCard .dataDisplay[data-v-5b896460] {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.displayCard .dataDisplay .dataCard[data-v-5b896460] {
    background: rgba(31, 31, 31, 0.23);
    border-radius: 8px;
    height: 80%;
}
.displayCard .dataDisplay .dataCard .top[data-v-5b896460] {
    width: 96%;
    display: flex;
    border-bottom: 1px solid rgba(131, 131, 131, 0.75);
    padding: 1vw 0 2vw;
    margin: 0 auto;
    justify-content: space-between;
}
.displayCard .dataDisplay .dataCard .top .singleRatio .showNum[data-v-5b896460] {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.displayCard .dataDisplay .dataCard .top .singleRatio .title[data-v-5b896460] {
    margin-top: 0.8vw;
}
.displayCard .dataDisplay .dataCard .top .singleRatioFirst .showNum[data-v-5b896460] {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.displayCard .dataDisplay .dataCard .top .singleRatioFirst .title[data-v-5b896460] {
    margin-top: 0.8vw;
    text-align: left;
}
.displayCard .dataDisplay .dataCard .top .singleRatioEnd .showNum[data-v-5b896460] {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.displayCard .dataDisplay .dataCard .top .singleRatioEnd .title[data-v-5b896460] {
    margin-top: 0.8vw;
    text-align: right;
}
.displayCard .dataDisplay .dataCard .bottom[data-v-5b896460] {
    padding: 2vw 2vw;
}
}
[data-v-5b896460] .swiper-button-next {
  display: none !important;
}
[data-v-5b896460] .swiper-button-prev {
  display: none !important;
}
[data-v-5b896460] .swiper-scrollbar.swiper-scrollbar-horizontal {
  display: none !important;
}
[data-v-5b896460] .swiper-scrollbar-drag {
  display: none !important;
}
[data-v-5b896460] .el-divider--horizontal {
  margin: 0 !important;
}
.boxContent[data-v-bd597a44] {
  width: 100%;
}
@media screen and (min-width: 965px) {
.displayCard[data-v-bd597a44] {
    width: 80vw;
    margin: 2vw auto 0;
}
.displayCard .chooseBar[data-v-bd597a44] {
    width: 100%;
    display: flex;
}
.displayCard .chooseBar .single[data-v-bd597a44] {
    width: 16.6666666667%;
    height: 16.6666666667%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.displayCard .chooseBar .single .iconBg[data-v-bd597a44] {
    width: 50%;
    margin-bottom: 0.5208333333vw;
}
.displayCard .chooseBar .single .triangle[data-v-bd597a44] {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.8333333333vw solid transparent;
    border-right: 0.8333333333vw solid transparent;
    border-bottom: 1vw solid rgba(255, 255, 255, 0.8);
}
.displayCard .chooseContent[data-v-bd597a44] {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 30vh;
    border-radius: 0.5208333333vw;
    display: flex;
    justify-content: space-between;
}
.displayCard .chooseContent .left[data-v-bd597a44] {
    width: 40%;
}
.displayCard .chooseContent .right[data-v-bd597a44] {
    width: 40%;
    display: flex;
    align-items: center;
}
.displayCard .chooseContent .right img[data-v-bd597a44] {
    width: 80%;
}
}
.webStyle[data-v-bd597a44] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 965px) {
.displayCard[data-v-bd597a44] {
    width: 90vw;
    margin: 2vw auto 0;
}
.displayCard .chooseBar[data-v-bd597a44] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.displayCard .chooseBar .single[data-v-bd597a44] {
    width: 30vw;
    height: 30vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.displayCard .chooseBar .single .iconBg[data-v-bd597a44] {
    width: 26%;
    margin-bottom: 0.5208333333vw;
}
.displayCard .chooseBar .single .triangle[data-v-bd597a44] {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.9375vw solid transparent;
    border-right: 0.9375vw solid transparent;
    border-bottom: 1.125vw solid rgba(255, 255, 255, 0.8);
}
.displayCard .chooseContent[data-v-bd597a44] {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 30vh;
    border-radius: 0.5208333333vw;
    display: flex;
    justify-content: space-between;
}
.displayCard .chooseContent .left[data-v-bd597a44] {
    width: 40%;
}
.displayCard .chooseContent .right[data-v-bd597a44] {
    width: 40%;
    display: flex;
    align-items: center;
}
.displayCard .chooseContent .right img[data-v-bd597a44] {
    width: 80%;
}
}
.boxContent[data-v-c5fc830c] {
  width: 100%;
  padding-bottom: 4vw;
  background-color: #efefef;
}
.bg257FE2[data-v-c5fc830c] {
  background-color: #257FE2;
}
.tag257FE2[data-v-c5fc830c] {
  border: 1px solid #9ED0FF;
  background: #F0F6FE;
}
.ft257FE2[data-v-c5fc830c] {
  color: #257FE2;
}
.borderDash257FE2[data-v-c5fc830c] {
  border-bottom: 2px dashed #257FE2;
}
.bgFFA746[data-v-c5fc830c] {
  background-color: #FFA746;
}
.tagFFA746[data-v-c5fc830c] {
  border: 1px solid #FFB460;
  background: #FFF4E2;
}
.ftFFA746[data-v-c5fc830c] {
  color: #FFA746;
}
.borderDashFFA746[data-v-c5fc830c] {
  border-bottom: 2px dashed #FFA746;
}
.bg45BF94[data-v-c5fc830c] {
  background-color: #45BF94;
}
.tag45BF94[data-v-c5fc830c] {
  border: 1px solid #7DDE75;
  background: #F1FFEE;
}
.ft45BF94[data-v-c5fc830c] {
  color: #45BF94;
}
.borderRad[data-v-c5fc830c] {
  border-radius: 0.5208333333vw;
}
@media screen and (min-width: 965px) {
.displayCard[data-v-c5fc830c] {
    width: 70vw;
    margin: 2vw auto 0;
    font-size: 0.9375vw;
}
.displayCard .co1[data-v-c5fc830c] {
    width: 70vw;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.displayCard .co1 .row1[data-v-c5fc830c] {
    width: 5.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1vw 0;
}
.displayCard .co1 .row1 .subRow[data-v-c5fc830c] {
    color: #fff;
    padding: 0.5208333333vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
}
.displayCard .co1 .row1 .borderDash[data-v-c5fc830c] {
    position: absolute;
    width: 20vw;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.displayCard .co1 .row2[data-v-c5fc830c] {
    background-color: #fff;
    width: 54.6vw;
    margin-left: 2.8vw;
    z-index: 999;
    display: flex;
    align-items: center;
    padding-left: 2vw;
}
.displayCard .co1 .row2 .title[data-v-c5fc830c] {
    width: 10%;
    font-weight: bold;
}
.displayCard .co1 .row2 .tag[data-v-c5fc830c] {
    width: 90%;
    display: flex;
    margin-left: 0.5208333333vw;
    font-size: 0.7291666667vw;
}
.displayCard .co1 .row2 .tag .single[data-v-c5fc830c] {
    margin-left: 0.5208333333vw;
    line-height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    padding: 0 1.0416666667vw;
    width: auto;
}
.displayCard .co1 .row3[data-v-c5fc830c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5.6vw;
    padding: 0.5208333333vw 0;
    color: #fff;
}
.displayCard .col2[data-v-c5fc830c] {
    width: 70vw;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.displayCard .col2 .row1[data-v-c5fc830c] {
    width: 5.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1vw 0;
}
.displayCard .col2 .row1 .subRow[data-v-c5fc830c] {
    color: #fff;
    padding: 0.5208333333vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
}
.displayCard .col2 .row1 .borderDash[data-v-c5fc830c] {
    position: absolute;
    width: 20vw;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    height: 90%;
    border-left: 2px dashed #45BF94;
    border-top: 2px dashed #45BF94;
    border-bottom: 2px dashed #45BF94;
    border-radius: 0.5208333333vw;
}
.displayCard .col2 .row2[data-v-c5fc830c] {
    width: 54.6vw;
    margin-left: 2.8vw;
    z-index: 999;
}
.displayCard .col2 .row2 .c1[data-v-c5fc830c] {
    padding-left: 2vw;
    margin: 1vw 0;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.displayCard .col2 .row2 .c1 .title[data-v-c5fc830c] {
    width: 10%;
    font-weight: bold;
}
.displayCard .col2 .row2 .c1 .tag[data-v-c5fc830c] {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0.5208333333vw;
    font-size: 0.7291666667vw;
}
.displayCard .col2 .row2 .c1 .tag .single[data-v-c5fc830c] {
    margin-left: 0.5208333333vw;
    line-height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    padding: 0 1.0416666667vw;
    width: auto;
}
.displayCard .col2 .row2 .c1 .tag .tagMt1vw[data-v-c5fc830c] {
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.displayCard .col2 .row3[data-v-c5fc830c] {
    margin: 1vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5.6vw;
    padding: 0.5208333333vw 0;
    color: #fff;
}
}
@media screen and (max-width: 965px) {
.displayCard[data-v-c5fc830c] {
    width: 90vw;
    margin: 2vw auto 0;
    font-size: 1.875vw;
}
.displayCard .co1[data-v-c5fc830c] {
    width: 90vw;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.displayCard .co1 .row1[data-v-c5fc830c] {
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1vw 0;
    padding: 1vw 0;
}
.displayCard .co1 .row1 .subRow[data-v-c5fc830c] {
    color: #fff;
    padding: 0.5208333333vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
}
.displayCard .co1 .row1 .borderDash[data-v-c5fc830c] {
    position: absolute;
    width: 20vw;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.displayCard .co1 .row2[data-v-c5fc830c] {
    background-color: #fff;
    width: 66.6vw;
    margin-left: 3.6vw;
    z-index: 999;
    padding-left: 2vw;
}
.displayCard .co1 .row2 .title[data-v-c5fc830c] {
    font-weight: bold;
    padding: 1vw 0;
}
.displayCard .co1 .row2 .tag[data-v-c5fc830c] {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6666666667vw;
}
.displayCard .co1 .row2 .tag .single[data-v-c5fc830c] {
    line-height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    padding: 0 1.5625vw;
    margin: 1vw 0;
    margin-right: 1.0416666667vw;
    width: auto;
}
.displayCard .co1 .row3[data-v-c5fc830c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 9vw;
    padding: 0.5208333333vw 0;
    color: #fff;
}
.displayCard .col2[data-v-c5fc830c] {
    width: 90vw;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.displayCard .col2 .row1[data-v-c5fc830c] {
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1vw 0;
    padding: 1vw 0;
}
.displayCard .col2 .row1 .subRow[data-v-c5fc830c] {
    color: #fff;
    padding: 0.5208333333vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
}
.displayCard .col2 .row1 .borderDash[data-v-c5fc830c] {
    position: absolute;
    width: 20vw;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    height: 90%;
    border-left: 2px dashed #45BF94;
    border-top: 2px dashed #45BF94;
    border-bottom: 2px dashed #45BF94;
    border-radius: 0.5208333333vw;
}
.displayCard .col2 .row2[data-v-c5fc830c] {
    width: 66.6vw;
    z-index: 999;
    background-color: #fff;
    margin: 1vw 0;
    margin-left: 3.6vw;
    border-radius: 0.5208333333vw;
}
.displayCard .col2 .row2 .c1[data-v-c5fc830c] {
    padding-left: 2vw;
    margin: 1vw 0;
}
.displayCard .col2 .row2 .c1 .title[data-v-c5fc830c] {
    font-weight: bold;
    padding: 1vw 0;
}
.displayCard .col2 .row2 .c1 .tag[data-v-c5fc830c] {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6666666667vw;
}
.displayCard .col2 .row2 .c1 .tag .single[data-v-c5fc830c] {
    margin-right: 0.5208333333vw;
    line-height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    padding: 0 1.5625vw;
    width: auto;
}
.displayCard .col2 .row2 .c1 .tag .tagMt1vw[data-v-c5fc830c] {
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.displayCard .col2 .row3[data-v-c5fc830c] {
    margin: 1vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 9vw;
    padding: 0.5208333333vw 0;
    color: #fff;
}
}
.box[data-v-5ca52776] {
  width: 100%;
}
.box .bannerBox .banner[data-v-5ca52776] {
  width: 100%;
}
