@charset "utf-8";
/**!
 * 弹框
 * date:2022-07-12
 * author: xuhai;
 */
body {
  min-width: auto;
  padding: 0;
}

.box {
  height: 100%;
  padding: 85px 0 0 0;
  box-sizing: border-box;
}

.box-header {
  position: relative;
  height: 29px;
  font-size: 26px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 93px;
  z-index: 1;
}

.box-header::before, .box-header::after {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 390px;
  height: 29px;
  background: no-repeat center;
  background-size: 317px 29px;
  content: '';
  z-index: 1;
}

.box-header::before {
  left: 0;
  background-image: ;
  background-position: right center;
}

.box-header::after {
  right: 0;
  background-image: ;
  background-position: left center;
}

.box-con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-item {
  width: 275px;
  height: 275px;
  padding-top: 53px;
  border: 2px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
}

.box-item .icon {
  display: block;
  width: 106px;
  height: 105px;
  background: no-repeat center;
  background-size: 100% 100%;
  border-radius: 50%;
  margin: 0 auto 27px auto;
}

.box-item .title {
  width: 166px;
  height: 54px;
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 27px;
  margin: 0 auto;
}

.box-item.left {
  background-color: #e2f7ee;
  border-color: #d7f7e9;
  margin-right: 90px;
}

.box-item.left .icon {
  background-image: ;
}

.box-item.right {
  background-color: #eaf4fe;
  border-color: #dcecff;
}

.box-item.right .icon {
  background-image: ;
}

.box-item:hover .title, .box-item.active .title {
  color: #0072e6;
}

.box-item1 {
  background-color: #e2f7ee;
  border-color: #d7f7e9;
  margin-right: 90px;
}

.box-item1 .icon {
  background-image: ;
}

.box-item2 {
  background-color: #eaf4fe;
  border-color: #dcecff;
}

.box-item2 .icon {
  background-image: ;
}

