body,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input {
  outline: none;
}

a {
  text-decoration: none;
}

.backgroundImage{
  background: url("../images/bg.png") no-repeat;
  background-size: 100%;

}

.equipmentNumber {
  width: 90%;
  margin: 0 auto;
 
  padding-top: 50px;
}

body {
  background: #f5f5f5;
}

.leftSideOfTheAmount.active {
  border-color: #045ae7;
}
.leftSideSpecific.active {
  border-right-color: #045ae7;
}
.numberText {
  font-size: 30px;
  border-bottom: 2px solid #FFF;
  padding-bottom: 10px;
  color: #FFF;
}

.contentFrame {
  margin-top: 30px;
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
}

.howManyTimes {
  background: none;
  border: none;
  display: inline-block;
  width: 31px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.remainingTimes {
  display: flex;
  justify-content: center;
}
.amountSymbol {
  font-size: 14px;
  position: relative;
  top: 3px;
}
.amountSize {
  font-size: 20px;
  font-weight: bold;
}
.secondRowSurplus {
  display: flex;
  justify-content: space-between;
}

.remainingTimes {
  flex: 1;
  background: #0377ee;
  height: 45px;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  color: #FFF;
  font-size: 18px;
}

.remainingTimes:not(:first-child) {
  margin-left: 20px;
  /* 只对第二个 .remainingTimes 添加左边距 */
}

.clickToStart {
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #FFF;
  background: linear-gradient(to right, #045ae7, #0572f1, #02b9fa);
  border-radius: 10px;
  margin-top: 15px;
  font-size: 22px;

}

.leftSideOfTheAmount {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 16px;
}

.leftSideSpecific {
  width: 27%;
  border-right: 1px solid #eee;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightSideDetailed {
  width: 80%;
  text-align: center;
  font-size: 19px;
}

.numberContent {
  margin-bottom: 22px;
}