#purchase {
  padding-top: 80px;
  padding-bottom: 70px;
  background: #f3f3f8;
}
#purchase img {
  width: 100%;
  height: 100%;
}
#purchase .content .banner .imgPhone {
  display: none;
}
#purchase .content .menuUl {
  justify-content: center;
}
#purchase .content .menuUl .menuItem {
  width: 370px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 40px;
  transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
}
#purchase .content .menuUl .menuItem .top {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0091ff), to(#32c5ff));
  background: linear-gradient(180deg, #0091ff, #32c5ff);
  text-align: center;
}
#purchase .content .menuUl .menuItem .top .title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
#purchase .content .menuUl .menuItem .top .info {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  margin: 20px 0 28px;
}
#purchase .content .menuUl .menuItem .top .info span {
  font-size: 24px;
  display: inline-block;
  margin-right: 6px;
}
#purchase .content .menuUl .menuItem .top .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  color: #0091ff;
}
#purchase .content .menuUl .menuItem .bottom {
  background: #fff;
  text-align: center;
  padding: 30px 0;
}
#purchase .content .menuUl .menuItem .bottom .des {
  line-height: 50px;
  color: #7486a3;
  font-size: 18px;
  font-weight: 500;
}
#purchase .content .menuUl .menuItem:hover {
  margin-top: 35px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 520px) {
  #purchase .content .banner .imgPc {
    display: none;
  }
  #purchase .content .banner .imgPhone {
    display: block;
  }
}
@media screen and (max-width: 410px) {
  #purchase {
    padding-bottom: 30px;
  }
  #purchase .content .menuUl .menuItem {
    width: 300px;
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  }
  #purchase .content .menuUl .menuItem .top {
    padding: 20px 0;
  }
  #purchase .content .menuUl .menuItem .top .title {
    font-size: 20px;
  }
  #purchase .content .menuUl .menuItem .top .info {
    font-size: 32px;
    margin: 10px 0 15px;
  }
  #purchase .content .menuUl .menuItem .top .info span {
    font-size: 20px;
  }
  #purchase .content .menuUl .menuItem .top .btn {
    width: 115px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  #purchase .content .menuUl .menuItem .bottom {
    padding: 20px 0;
  }
  #purchase .content .menuUl .menuItem .bottom .des {
    line-height: 36px;
    font-size: 14px;
  }
  #purchase .content .menuUl .menuItem:hover {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
