.promotion {
  font-family: "OPPOSans";
}
.c-b1b {
  color: #1B1B1B;
}
.promotion .icon26 {
  width: 170px;
}
.promotion .banner {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.promotion .section1 {
  background: url("../../../images/promotion/icon1.png") no-repeat top;
  background-size: 100% 100%;
}
.promotion .sectionOne {
  width: 1164px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: linear-gradient(to right, #C9EAFD, #D4EEFD) ;
}
.promotion .sectionOneItem {
  flex: 0 0 360px;
  background: #fff;
  border-radius: 14px;
  position: relative;
  top: 0;
  padding-top: 130px;
  padding-bottom: 10px;
}
.promotion .sectionOneIcon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}
.promotion .sectionOneTxt {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #056FF7;
}
.promotion .sectionTwo {
  padding-top: 75px;
}
.promotion .sectionTwoTitle {
  font-weight: 700;
  font-size: 53px;
  text-align: center;
  color: #0D4BED;
}
.promotion .sectionTwoTitleIcon {
  position: relative;
  top: -8px;
  margin: 0 6px;
}
.promotion .smallTitle {
  font-size: 32px;
  color: #1B1B1B;
}
.promotion .totalTitle {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1B1B1B;
}
.promotion .totalTitle .imgs {
  vertical-align: baseline;
}
.promotion .totalTitle .line {
  text-decoration: line-through;
  font-size: 28px;
  font-weight: 500;
}
.promotion .toBuyFlex {
  display: flex;
  justify-content: space-between;
}
.promotion .toBuyItem {
  flex: 0 0 390px;
}
.promotion .toBuyItemImg {
  display: block;
  width: 100%;
}
.promotion .pb85 {
  padding-bottom: 85px;
}

.promotion .section2 {
  background: url("../../../images/promotion/icon18.png") no-repeat top;
  background-size: 100% 100%;
  position: relative;
  top: 0;
  padding-bottom: 85px;
}
.promotion .section2 .toBuyItem {
  flex: 0 0 49%;
}
.promotion .section2 .sectionTwoTitle {
  font-weight: 700;
  font-size: 53px;
  text-align: center;
  color: #fff;
}
.promotion .section2 .sectionTwoTitle .sectionTwoTitleIcon {
  top: -12px;
  margin: 0;
}
.promotion .toBuyBlock {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .section3 {
  background: url("../../../images/promotion/icon23.png") no-repeat top;
  background-size: 100% 100%;
  padding-top: 124px;
}
.promotion .section3 .sectionTwoTitleIcon {
  top: -12px;
  margin: 0;
}
.promotion .section3 .smallTitle {
  color: #1A79FF;
}
.promotion .lis {
  color: #1b1b1b;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  padding-bottom: 5px;
}
.promotion .c-9ff {
  color: #1A79FF;
}
.promotion .qrcode {
  width: 246px;
  height: 246px;
  border-radius: 13px;
  background: #ffffff;
  border: 3px solid #056FF7;
}
.rightFix {
  position: fixed;
  right: 30px;
  top: 70%;
}
.checkBtn .checkIcon {
  width: 28px;
  height: 28px;
  background: url('/res/images/promotion/icon25.png');
  margin: 0 auto 5px;
}
.checkBtn {
  width: 80px;
  height: 80px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 0 21px 0 #1d54e13d;
  box-sizing: border-box;
  padding-top: 14px;
}
#promotionModal {
  display: none;
}
.promotionModalFlex {
  display: flex;
  padding: 17px 30px 30px;
  align-items: flex-start;
}
.c-700 {
  color: #D74700;
}
.promotionModalFlex  .confirmBtn {
  width: 153px;
  text-align: center;
  margin-left:auto;
  height: 43px;
  line-height: 43px;
  background: #FF900C;
  border-radius: 6px;
  margin-top: 25px;
  cursor: pointer;
}
.promotionModalRight {
  flex: 1;
}
