body {
    background-color: #f7f8f9;
}

.top-banner {
    background: linear-gradient(90deg, #e94a3b 0%, #f5a14e 100%),
        var(--bg-banner-img, url(/images/banners/banner_ibodao.png)) no-repeat;

}

h2.title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 18px;
}
h3.sub-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.sf-container {
  margin-top: 40px;
  display: flex;
}
.sf-item {
  flex: 0 0 18%;
  height: 422px;
  background-color: #f7f8f9;
  transition: all .3s;
  margin-right: 5px;
  align-items: center;

  border: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 30px;
}

.sf-item p{
  color: #999;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}
.sf-item:last-child {
  margin-right: 0;
}
.sf-item .logo {
  height: 54px;
  margin-bottom: 20px;
  width: 54px;
}
.sf-item.active .img {
  display: block;
  height: 213.3px;
  width: 200px;
}
.sf-item .img {
  /* display: none; */
  height: 128px;
  margin: 0 auto;
  transition: all .3s;
  width: 120px;
}
.sf-item.active {
  /* width: calc(20% + 64px - 5px); */
  flex: 1;
}

.sf-item h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.sf-item.active .logo {
  display: none;
}

.data-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}

.data-item {
    width: 118px;
    height: 194px;
    /* background-color: red; */
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.data-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50% , 0);
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #FF783C;
}

.data-item .icon-img {
    width: 54px;
}

.d-title {
font-size: 18px;
font-weight: 400;
color: #333333;
margin-bottom: 20px;
}

.detail {
    margin-top: -55px;
    min-height: 700px;
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
}
.detail .header {
    height: 55px;
    border-bottom: 1px solid #ebedf0;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.detail .content {
    background-color: white;
    padding: 60px 80px 0 80px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.detail .content.p-100 {
    padding: 100px 100px 60px;
}
.detail .content.more-products {
    display: none;
    justify-content: center;
}
.detail .content.more-products.show {
    display: flex;
}
.detail .content.more-products ul {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}
.detail .content.more-products ul li {
    display: flex;
    margin-bottom: 24px;
}
.detail .product-intro {
    padding: 40px 90px;
}
.detail .product-intro .product-header {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 18px;
    position: relative;
}
.detail .product-intro .product-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.nav-tabs {
  margin-top: 40px;
  border-bottom: 1px solid #EBEDF0;
  margin-left: -80px;
  margin-right: -80px;
  justify-content: center;
}

.x-1-link-panel {
    cursor: pointer;
    background: #f8f9fa;
    border-radius: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    width: 400px;
    height: 40px;
    margin: 30px auto;
}

.support-panel {
    width: 340px;
    height: 180px;
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
}
.support-panel__header {
    line-height: 48px;
    flex: 0 0 48px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}
.support-panel__body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.support-panel__body .sup-item {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.pics .pic-item {
    display: inline-block;
    width: 325px;
    height: 181px;
    background: #f6f6f6;
    border: 8px solid #f8f9fa;
    margin-right: 13px;
}
.pics .pic-item:last-child {
    margin-right: 0;
}

#certify {
    position: relative;
    width: 777px;
    margin: 0 auto;
    height: auto;
}
#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%;
}
#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}
#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
    content: "";
}
#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}
#certify .swiper-container {
    padding-bottom: 60px;
    height: 100%;
}
#certify .swiper-container .swiper-slide {
    /* width: 438px; */
    height: 100%;
}
#certify .swiper-container .swiper-slide img {
    /* width: 100%;
  height: 100%;
  display: block;
  object-fit: contain; */
}
#certify .swiper-container .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
#certify
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}
#certify
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

a.link-btn {
    all: unset;
    display: inline-block;
    width: 180px;
    height: 40px;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
}
a.link-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.bar-code-item .sub-text {
    margin-top: 14px;
    position: relative;
}
.bar-code-item .sub-text span {
    display: inline-block;
    width: 92px;
    position: relative;
    text-align: center;
    z-index: 2;
    background-color: #fff;
    padding: 2px;
}
.bar-code-item .sub-text::after {
    content: "";
    left: 50%;
    right: 0;
    top: 50%;
    width: 116px;
    height: 1px;
    background: #ccc;
    transform: translate(-50%, -1px);
    position: absolute;
    z-index: 1;
}

.intro-swiper .swiper-slide .swiper-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
}
.intro-swiper .swiper-slide .swiper-img {
width: 100%;
}
.swiper-item .swiper-title {
font-size: 14px;
font-weight: 400;
color: #333333;
line-height: 28px;
text-align: center;
}
span.no-wrap {
    white-space: nowrap;
}
/*# sourceMappingURL=ibd.css.map */
