.tabIndexBox[data-v-5ecd5866] {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 40px auto 30px;
  position: relative;
  padding-bottom: 20px;
}
.tabIndexBox .tabDivItem[data-v-5ecd5866] {
  width: 110px;
  text-align: center;
  cursor: pointer;
}
.tabIndexBox .tabDivItem img[data-v-5ecd5866] {
  display: inline-block;
  margin-bottom: 10px;
  height: 45px;
}
.tabIndexBox .tabDivItem p[data-v-5ecd5866] {
  font-size: 16px;
}
.tabIndexBox .tabDivItem.active[data-v-5ecd5866] {
  color: #0034c5;
  font-weight: bold;
  background: linear-gradient(270deg, #2c44ee 0%, #0034c5 49.755859375%, #0034c5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tabIndexBox .linBox[data-v-5ecd5866] {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #888888;
}
.tabIndexBox .linBoxDiv[data-v-5ecd5866] {
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.tabIndexBox .nav-line[data-v-5ecd5866] {
  height: 4px;
  cursor: auto;
  border-radius: 2px;
  background-color: #0034c5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
.tabDivItem[data-v-5ecd5866] {
    width: 90px !important;
}
.tabDivItem img[data-v-5ecd5866] {
    height: 40px !important;
}
.tabDivItem p[data-v-5ecd5866] {
    font-size: 15px !important;
}
}
@media screen and (max-width: 768px) {
.tabDivItem[data-v-5ecd5866] {
    width: 80px !important;
    font-size: 14px;
}
.tabDivItem img[data-v-5ecd5866] {
    height: 35px !important;
}
.tabDivItem p[data-v-5ecd5866] {
    font-size: 13px !important;
}
}
.tabTxtAndImg[data-v-831f0d12] {
  width: 100%;
  padding-top: 30px;
}
.tabTxtAndImg .txtAndImg_div[data-v-831f0d12] {
  width: 95%;
  margin: 10px auto;
  display: flex;
  align-items: center;
}
.tabTxtAndImg .txtAndImg_div .txtBox_div[data-v-831f0d12] {
  width: 45%;
  text-align: left;
  padding: 0 10px 40px;
}
.tabTxtAndImg .txtAndImg_div .txtBox_div h3[data-v-831f0d12] {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 68px;
}
.tabTxtAndImg .txtAndImg_div .txtBox_div p[data-v-831f0d12] {
  line-height: 32px;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.tabTxtAndImg .txtAndImg_div .txtBox_div .clickBtn[data-v-831f0d12] {
  display: flex;
  margin: 15px auto;
}
.tabTxtAndImg .txtAndImg_div .txtBox_div .clickBtn div[data-v-831f0d12] {
  border: 1px solid #0034c5;
  border-radius: 5px;
  padding: 0 25px;
  line-height: 34px;
  color: #0034c5;
  margin-right: 15px;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.tabTxtAndImg .txtAndImg_div .txtBox_div .clickBtn div.active[data-v-831f0d12] {
  background: #0034c5;
  color: #fff !important;
}
.tabTxtAndImg .txtAndImg_div .txtBox_div .moreDiv[data-v-831f0d12] {
  display: flex;
  font-size: 14px;
  align-items: center;
  color: #0034c5;
  margin-left: 20px;
  cursor: pointer;
}
.tabTxtAndImg .txtAndImg_div .txtBox_div .moreDiv img[data-v-831f0d12] {
  height: 12px;
  margin-left: 2px;
}
.tabTxtAndImg .txtAndImg_div .imgBox_div[data-v-831f0d12] {
  width: 55%;
}
.tabTxtAndImg .txtAndImg_div .imgBox_div img[data-v-831f0d12] {
  width: 90%;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
.txtAndImg_div .txtBox_div h3[data-v-831f0d12] {
    font-size: 30px !important;
    line-height: 56px !important;
}
.txtAndImg_div .txtBox_div p[data-v-831f0d12] {
    font-size: 15px !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
}
.txtAndImg_div .txtBox_div .clickBtn div[data-v-831f0d12] {
    line-height: 32px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
}
}
