* {
  margin: 0;
  padding: 0;
}
.odm_oem {
  width: 100%;
}
.odm_oem .odm_oem1 {
  width: 85%;
  margin-top: calc(30px + 5rem);
  margin-bottom: calc(26px + 5rem);
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
}
.odm_oem .odm_oem1 .odm_oem1_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* border: 1px solid #000; */
}
.odm_oem .odm_oem1 .odm_oem1_top > div:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.odm_oem .odm_oem1 .odm_oem1_top > div:nth-child(1) > p {
  font-family: Gothic_bold;
  font-size: calc(10px + 2rem);
  color: #333333;
}
.odm_oem .odm_oem1 .odm_oem1_top > div:nth-child(1) > span:nth-of-type(1) {
  width: calc(20px + 3.5rem);
  height: 4px;
  background: #00529D;
  margin-top: calc(10px + 2rem);
  margin-bottom: calc(10px + 1rem);
}
.odm_oem .odm_oem1 .odm_oem1_top > div:nth-child(1) > span:nth-of-type(2) {
  font-family: CenturyGothic_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
}
.odm_oem .odm_oem1 .odm_oem1_top .qh {
  width: calc(65px + 3rem);
  height: calc(26px + 1.5rem);
  position: relative;
  /* border: 1px solid #f00; */
}
.odm_oem .odm_oem1 .odm_oem1_top .qh > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
}
.odm_oem .odm_oem1 .odm_oem1_top .qh > div > div {
  width: calc(26px + 1.5rem);
  height: calc(26px + 1.5rem);
  position: absolute;
  border-radius: 50%;
  background: #1D5D9F;
  color: #fff;
  /* border: 1px dashed #128F6B; */
}
.odm_oem .odm_oem1 .odm_oem1_top .qh > div > .swiper-button-prev::after,
.odm_oem .odm_oem1 .odm_oem1_top .qh > div > .swiper-button-next::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(7px + 0.35rem);
}
.odm_oem .odm_oem1 .odm_oem1_top .qh > div .swiper-button-prev {
  color: #fff;
  /* background: #1D5D9F; */
  left: 0;
}
.odm_oem .odm_oem1 .odm_oem1_top .qh > div .swiper-button-next {
  color: #fff;
  /* background: #1D5D9F; */
  right: 0;
}
.odm_oem .odm_oem1 .odm_oem1_top .qh > div .swiper-button-disabled {
  background: #F4F4F4;
  color: #1D5D9F;
  /* border: 1px dashed #7D7D7D; */
}
.odm_oem .odm_oem2 {
  width: 100%;
  margin-bottom: calc(30px + 5rem);
  /* border: 1px solid #000; */
}
.odm_oem .odm_oem2 .fy {
  width: 100%;
  position: relative;
}
.odm_oem .odm_oem2 .fy > div:nth-of-type(1) {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(16px + 1rem);
  z-index: -2;
  left: 0;
  bottom: 0;
}
.odm_oem .odm_oem2 .fy > div:nth-of-type(1) > span {
  width: 100%;
  border: 2px solid #DCDCDC70;
  height: 2px;
}
.odm_oem .odm_oem2 .fy .swiper2 {
  width: 85%;
  overflow: hidden;
  /* border: 1px solid #f00; */
}
.odm_oem .odm_oem2 .fy .swiper2 .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid #0f0; */
}
.odm_oem .odm_oem2 .fy .swiper2 .swiper-slide > p {
  font-family: CenturyGothic_Regular;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  margin-bottom: calc(10px + 0.65rem);
}
.odm_oem .odm_oem2 .fy .swiper2 .swiper-slide > span {
  width: calc(16px + 1rem);
  height: calc(16px + 1rem);
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gothic_bold;
  font-size: calc(10px + 0.5rem);
  color: #00529D;
}
.odm_oem .odm_oem2 .fy .swiper2 .swiper-slide-active > p {
  color: #00529D;
}
.odm_oem .odm_oem2 .fy .swiper2 .swiper-slide-active > span {
  background: #00529D;
  border: 2px solid #00529D;
  color: #FFFFFF;
}
.odm_oem .odm_oem2 > .swiper1 {
  width: 85%;
  overflow: hidden;
  margin-top: calc(10px + 0.75rem);
  padding-top: 20px;
  /* border: 1px solid #000; */
  /* .swiper-slide:nth-of-type(1){
                >div:nth-of-type(3){
                    margin-top: calc(14px + 1.5rem);
                }
            }
            .swiper-slide:nth-of-type(2){
                >div:nth-of-type(3){
                    margin-top: calc(11px + 3rem);
                }
            } */
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: calc(15px + 1rem);
  padding-right: calc(10px + 1rem);
  padding-bottom: calc(10px + 0.85rem);
  background: linear-gradient(-46deg, #E1E7EB, #F7F7F9);
  position: relative;
  transition: all 0.3s;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide .sj {
  position: absolute;
  top: calc(-7px - 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  border-left: calc(7px + 0.3rem) solid transparent;
  border-right: calc(7px + 0.3rem) solid transparent;
  border-bottom: calc(10px + 0.5rem) solid #F7F7F9;
  z-index: 10;
  transition: all 0.3s;
  /* background: #f00; */
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide > p {
  font-family: Gothic_bold;
  font-size: calc(10px + 0.6rem);
  color: #333333;
  margin: calc(18px + 2rem) 0;
  transition: all 0.3s;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide > div:nth-of-type(2) {
  width: 100%;
  font-family: CenturyGothic_Regular;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  line-height: calc(10px + 0.7rem);
  transition: all 0.3s;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide > div:nth-of-type(3) {
  width: 100%;
  display: flex;
  align-items: center;
  background: url('../images/jt_b.png') no-repeat calc(44px + 10rem) center;
  margin-top: calc(10px + 1.5rem);
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide:nth-of-type(8) > div:nth-of-type(3) {
  width: 100%;
  display: flex;
  align-items: center;
  background: url('../images/jt_b1.png') no-repeat calc(44px + 10rem) center;
  margin-top: calc(10px + 1.5rem);
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide > div:nth-of-type(3) > span {
  width: calc(20px + 1.5rem);
  height: calc(20px + 1.5rem);
  background: linear-gradient(115deg, #77A8D6, #00529D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gothic_bold;
  font-size: calc(10px + 0.7rem);
  color: #FFFFFF;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide-active {
  background: #00529D;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide-active .sj {
  border-left: calc(7px + 0.3rem) solid transparent;
  border-right: calc(7px + 0.3rem) solid transparent;
  border-bottom: calc(10px + 0.5rem) solid #00529D;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide-active > p {
  color: #fff;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide-active > div:nth-of-type(2) {
  color: #fff;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide-active > div:nth-of-type(3) {
  background: url('../images/jt_w.png') no-repeat calc(44px + 10rem) center;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide:nth-of-type(8).swiper-slide-active > div:nth-of-type(3) {
  background: url('../images/jt_w1.png') no-repeat calc(44px + 10rem) center;
}
.odm_oem .odm_oem2 > .swiper1 .swiper-slide-active > div:nth-of-type(3) > span {
  background: #FFFFFF;
  color: #00529D;
}
@media screen and (max-width: 1100px) {
  .odm_oem .odm_oem1 .odm_oem1_top > div:nth-of-type(1) {
    width: 75%;
  }
}
