* {
  margin: 0;
  padding: 0;
}
.anytime_title {
  width: 216px;
  height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin: 107px auto 0 auto;
}
.anytime_text {
  width: 304px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #8F959E;
  line-height: 22px;
  margin: 22px auto 0 auto;
}
.anytime_box {
  width: 1160px;
  height: 370px;
  margin: 70px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.anytime_items {
  width: 320px;
  height: 370px;
  background: linear-gradient(180deg, #EBF8FF 0%, #EBF8FF 0%, #FBFDFF 100%);
  border-radius: 12px;
  text-align: center;
  padding-top: 44px;
}
.anytime_items .items_img {
  width: 180px;
  display: inline-block;
}
.anytime_items .items_img img {
  width: 180px;
}
.anytime_items .items_title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
  margin-top: 14px;
}
.anytime_items .items_btn {
  width: 200px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #222222;
  line-height: 40px;
  margin: 0 auto;
  font-size: 14px;
  color: #222222;
  margin-top: 24px;
  cursor: pointer;
}
.anytime_items .items_btn:hover {
  background-color: #3470FF;
  color: #FFFFFF;
  border: none;
}
.anytime_items .items_btn_flex {
  width: 222px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin: 27px 0 0 49px;
}
.anytime_items .items_btn_flex div {
  width: 100px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #222222;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
}
.anytime_items .items_btn_flex div:hover {
  background-color: #3470FF;
  color: #FFFFFF;
  border: none;
}
.anytime_items .items_edition {
  margin-top: 10px;
}
.anytimes_title {
  width: 216px;
  height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin: 99px auto 0 auto;
}
.anytimes_text {
  width: 304px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #8F959E;
  line-height: 22px;
  margin: 22px auto 0 auto;
}
.anytimes_box {
  width: 1160px;
  height: 370px;
  display: flex;
  justify-content: space-between;
  margin: 70px auto 70px auto;
}
.anytimes_box .anytimes_items {
  width: 320px;
  height: 370px;
  background: linear-gradient(180deg, #EBF8FF 0%, #EBF8FF 0%, #FBFDFF 100%);
  border-radius: 12px;
  padding-top: 70px;
  text-align: center;
}
.anytimes_box .anytimes_items .items_img {
  width: 180px;
  display: inline-block;
}
.anytimes_box .anytimes_items .items_img img {
  width: 180px;
}
.anytimes_box .anytimes_items .items_txts {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
  margin-top: 48px;
}
.anytimes_box .anytimes_item {
  width: 320px;
  height: 370px;
  background: linear-gradient(180deg, #EBF8FF 0%, #EBF8FF 0%, #FBFDFF 100%);
  border-radius: 12px;
  text-align: center;
  padding-top: 44px;
}
.anytimes_box .anytimes_item .items_img {
  width: 180px;
  display: inline-block;
}
.anytimes_box .anytimes_item .items_img img {
  width: 180px;
}
.anytimes_box .anytimes_item .items_title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
  margin-top: 14px;
}
.anytimes_box .anytimes_item .items_btn {
  width: 200px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #222222;
  line-height: 40px;
  margin: 0 auto;
  font-size: 14px;
  color: #222222;
  margin-top: 24px;
  cursor: pointer;
}
.anytimes_box .anytimes_item .items_btn:hover {
  background-color: #3470FF;
  color: #FFFFFF;
  border: none;
}
.anytimes_box .anytimes_item .items_btn_flex {
  width: 222px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin: 27px 0 0 49px;
}
.anytimes_box .anytimes_item .items_btn_flex div {
  width: 100px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #222222;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
}
.anytimes_box .anytimes_item .items_btn_flex div:hover {
  background-color: #3470FF;
  color: #FFFFFF;
  border: none;
}
.anytimes_box .anytimes_item .items_edition {
  margin-top: 10px;
}
