.choiceServiceBox {
  margin-top: 60px;
}
.fanyiChoiceServiceItem {
  width: 384px;
  height: 197px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 10px;
  padding-top: 48px;
  text-align: center;
  position: relative;
}
.fanyiChoiceServiceItem h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.fanyiChoiceServiceItem h2 img {
  vertical-align: -3px;
}
.fanyiChoiceServiceItem p:nth-of-type(1) {
  font-size: 16px;
  line-height: 16px;
  margin: 26px 0 20px;
}
.fanyiChoiceServiceItem p:nth-of-type(2) {
  font-size: 24px;
  color: #0046af;
}
.fanyiChoiceServiceItemBox {
  width: 100%;
  height: 20px;
  background: rgba(89, 85, 245, 0.2);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -5;
}
