.m-safetyCenter-tabs {
  overflow-y: auto;
}
.m-safetyCenter-tabs .m-fronted-tab {
  display: flex;
  padding: 9px 0;
  justify-content: space-between;
}
.m-safetyCenter-tabs .m-fronted-tab .m-fronted-tab-default {
  color: rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 0 24px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
}
.m-safetyCenter-tabs .m-fronted-tab .m-fronted-tab-default :hover {
  color: #fff;
}
.m-safetyCenter-tabs .m-fronted-tab .m-fronted-tab-default :last-child {
  border-right: none;
}
.m-safetyCenter-tabs .m-fronted-tab .m-fronted-tab-active {
  color: #fff;
}


.m-fronted-tab-content {
  width: 100%;
} 

.m-fronted-tab-content p {
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
}
.m-fronted-tab-content p .m-fronted-tab-margin-bottom-none {
  margin-bottom: 0;
}

.m-fronted-tab-content h3 {
  color: #333;
  font-size: 16px;
  margin-bottom: 8px;
}
.m-fronted-tab-content a {
  position: relative;
  color: #8436e8;
  text-decoration: underline;
}
.m-fronted-tab-content .m-external-links {
  display: block;
  position: relative;
  left: 10px;
}
.m-fronted-tab-content .m-external-links ::before {
  content: '';
  position: absolute; /*定位小圆圈的位置*/
  top: 40%;
  left: -10px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #8436e8;
}

.m-fronted-tab-content .section-header .section-title {
  font-size: 24px;
  color: #8436e8;
  font-weight: bold;
  padding: 24px 0;
}
.m-fronted-tab-content .section-text {
  padding-bottom: 24px;
}

.m-boxModal1 {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.home-banner{
  font-size: 14px;
  line-height: 1.5715;
  font-family: Arial;
  color: #666;
  -webkit-box-direction: normal;
  border: none;
  box-sizing: border-box;
}
.m-about-our-safety {
  position: relative;
}
.inactivated {
  display: none;
}

.m-about-our-safety .first-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 412px;
}

.m-about-our-safety .m-imageList-content {
  width: 100%;
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem {
  position: relative;
  background: #fff;
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content {
  /* // position: relative; */
  z-index: 2;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .left {
  padding-left: 0;
  padding-right: 44px;
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .left .title {
  font-size: 36px;
  color: #8436e8;
  margin-top: 90px;
  line-height: 40px;
  font-weight: bold;
}
.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .left .progress {
  width: 160px;
  height: 3px;
  background: #f2f2f2;
  margin: 36px 0 30px 0;
}
.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .left .progress .select-progress {
  width: 80px;
  height: 3px;
  background: #8436e8;
}
.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .left .left-contentBox {
  display: none;
  flex: 0 0 440px;
  z-index: 1;
  overflow: hidden;
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .left .left-contentBox img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .left .left-contentBox .u-imgBottom{
  display: none;
}


.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .right {
  flex: 0 0 440px;
  z-index: 1;
  height: 412px;
  overflow: hidden;
}
.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .right img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .right .el-carousel .el-carousel__arrow, .el-carousel__indicators{
  display: none;
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .right .el-carousel .el-carousel__item.is-animating {
  transition: opacity .5s ease-in-out !important;
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content .right.u-bg::after{
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: 36px;
  display: block;
  background: url(../images/bg_t.png) no-repeat left
    top;
}


.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content a {
  color: #8436e8;
  text-decoration: underline;
}
.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content p {
  color: #666;
  font-size: 14px;
}
.m-about-our-safety .m-imageList-content .m-imageList-contentItem .content.current {
  flex-direction: row-reverse;
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem.current {
  background: linear-gradient(180deg, #f8f8ff 0%, #e0dfff 100%);
}

.m-about-our-safety .m-imageList-content .m-imageList-contentItem.current .left {
  padding-left: 44px;
  padding-right: 0;
}