.theme-letter-list a {
  display: inline-block;
  font-size: 14px;
  padding: 0.35rem 0.75rem;
  width: 2.2rem;
  text-align: center;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid var(--bs-blue);
  border-radius: 4px;
}
.theme-letter-list a:hover, .theme-letter-list a.on-tab {
  background-color: var(--bs-blue);
  color: #fff;
}

.theme-list ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-list ul li a {
  font-size: 14px;
  color: #999;
}
.theme-list ul li a:hover {
  color: var(--bs-blue);
}

.theme-detail-product {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.theme-detail-product a.__btn {
  display: inline-block;
  background-color: var(--bs-blue);
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  border-radius: 2px;
}
.theme-detail-product a.__btn:hover {
  opacity: 0.85;
}
.theme-detail-product img {
  max-width: 100%;
}

.theme-detail-content-box {
  margin-bottom: 2rem;
}
.theme-detail-content-box h3 {
  position: relative;
}
.theme-detail-content-box h3::before {
  content: "";
  width: 2px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--bs-blue);
}
.theme-detail-content-box .__solution {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.theme-detail-content-box .__solution a {
  color: inherit;
}
.theme-detail-content-box .__solution a:hover {
  color: var(--bs-blue);
}

.nb-icon-wrap {
  display: none;
}

.vsms .hd {
  padding-top: 20px;
  line-height: 30px;
  position: relative;
}
.vsms .hd ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.vsms .hd ul li {
  list-style: none;
  cursor: pointer;
  width: 150px;
  height: 130px;
  text-align: center;
  padding-top: 15px;
  font-size: 13px;
}
.vsms .hd ul li i {
  float: left;
  cursor: pointer;
  width: 150px;
  text-align: center;
}
.vsms .hd ul li i img {
  width: 80px;
  height: 80px;
  border: 2px solid #f7f7f7;
  margin-bottom: 5px;
}
.vsms .hd ul li.on {
  color: #438cd2;
}
.vsms .hd ul li.on img {
  border-color: #438cd2;
}
.vsms .bd .bd-cont {
  display: flex;
  justify-content: space-between;
  zoom: 1;
}
.vsms .bd .bd-cont .right-content {
  width: 318px;
  height: 606px;
  box-sizing: border-box;
  background: url(/static/web/common/img/mms/tab-phone_r.png) no-repeat;
  padding: 92px 34px 74px 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.vsms .bd .bd-cont .right-content .inner-content {
  overflow-y: auto;
  height: 100%;
  padding: 5px 10px 5px 0;
}
.vsms .bd .bd-cont .right-content .inner-content::-webkit-scrollbar {
  width: 5px;
}
.vsms .bd .bd-cont .right-content .inner-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.vsms .bd .bd-cont .right-content .inner-content::-webkit-scrollbar-track {
  border-radius: 10px;
}
.vsms .bd .bd-cont .right-content .tc {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.vsms .bd .bd-cont .right-content .tc img {
  width: 100%;
  height: 100%;
}
.vsms .bd .bd-cont .right-content .video {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.vsms .bd .bd-cont .right-content .video .player-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.vsms .bd .bd-cont .right-content .video video {
  width: 100%;
  height: 150px;
  object-fit: fill;
}
.vsms .bd .bd-cont .right-content .content {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0px 1px 8px 0px rgba(1, 51, 164, 0.2);
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
}

.ihuyi-num-cert-why .__tab {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.ihuyi-num-cert-why .__tab ul {
  display: flex;
}
.ihuyi-num-cert-why .__tab ul li {
  list-style: none;
  border: 1px solid #e5e5e5;
  border-right-color: transparent;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.ihuyi-num-cert-why .__tab ul li:last-child {
  border-right-color: #e5e5e5;
}
.ihuyi-num-cert-why .__tab ul li.ontab {
  background-color: var(--bs-blue);
  color: #fff;
}
.ihuyi-num-cert-why .__tab ul li.ontab:hover {
  color: #fff;
}
.ihuyi-num-cert-why .__tab ul li:hover {
  color: var(--bs-blue);
}
.ihuyi-num-cert-why .__content {
  display: flex;
}
.ihuyi-num-cert-why .__content .__left, .ihuyi-num-cert-why .__content .__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ihuyi-num-cert-why .__content .__left .__img, .ihuyi-num-cert-why .__content .__right .__img {
  margin-bottom: 20px;
}
.ihuyi-num-cert-why .__content .__left h3, .ihuyi-num-cert-why .__content .__right h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.ihuyi-num-cert-why .__content .__left .__reason ul li, .ihuyi-num-cert-why .__content .__right .__reason ul li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 14px;
}
.ihuyi-num-cert-why .__content .__left .__reason ul li span, .ihuyi-num-cert-why .__content .__right .__reason ul li span {
  display: inline-block;
  margin-right: 8px;
}
.ihuyi-num-cert-why .__content .__left .__reason ul li span svg, .ihuyi-num-cert-why .__content .__right .__reason ul li span svg {
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media screen and (max-width: 1024px) {
  .vsms {
    padding: 0;
  }
  .vsms .bd .bd-cont {
    justify-content: center;
  }
  .vsms .bd .bd-cont .player-btn img {
    width: 32px;
    height: 32px;
  }
  .num-cert-why .__tab {
    margin-bottom: 18px;
  }
  .num-cert-why .__tab ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .num-cert-why .__tab ul li {
    list-style: none;
    font-size: 12px;
    padding: 8px 10px;
    border: 1px solid #E5E5E5;
    border-right-color: transparent;
  }
  .num-cert-why .__tab ul li.ontab {
    color: #fff;
    background-color: var(--bs-blue);
  }
  .num-cert-why .__tab ul li:last-child {
    border-right-color: #E5E5E5;
  }
  .num-cert-why .__content {
    padding: 0 12px;
    display: none;
  }
  .num-cert-why .__content img {
    width: 100%;
    margin-bottom: 12px;
  }
  .num-cert-why .__content ul {
    padding: 0;
    margin: 0;
  }
  .num-cert-why .__content ul li {
    list-style: none;
    display: flex;
    font-size: 12px;
    color: #5e6485;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .num-cert-why .__content ul li span {
    display: inline-block;
    min-width: 16px;
    margin-right: 6px;
  }
}

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