body{
  margin: 0;
}
.insure___nav {
  width: 1200px;
  margin-top: 18px;
}
.insure___nav .bg {
  width: 100%;
  height: 400px;
  cursor: pointer;
}
.insure___nav .items {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.insure___nav .items .section {
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.insure___nav .items .write {
    box-sizing: border-box;
    width: 220px;
    padding: 0 10px;
    background: #fff;
    height: 160px;
}
.insure___nav .pic {
  position: relative;
  width: 220px;
  /* height: 220px;
  overflow: hidden; */
}
.insure___nav .pic img {
  width: 100%;
}
.insure___nav .pic p {
  position: absolute;
  bottom: 0;
  width: 220px;
  height: 34px;
  margin-bottom: 0;
  color: #666;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border-radius: 0 0 2px 2px;
  opacity: 0.8;
}
.insure___nav .pic .erCode {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 220px;
  height: 380px;
  /* background: #fff; */
  opacity: 0;
  transition: all 0.5s;
}
.insure___nav .pic .erCode .erCode-content{
  width: 220px;
  height: 220px;
  background: #fff;
  position: absolute;
}
.insure___nav .pic .erCode .erCode-content img{
    display: block;
    margin: 0 auto;
    width: 142px;
    margin-top: 16px;
}
.insure___nav .pic .erCode:hover {
  opacity: 0.8;
}
.insure___nav .pic .erCode canvas {
  margin: 17px 39px 0;
}
.insure___nav .pic .erCode p {
  position: relative;
  height: auto;
}
.insure___nav .pic .erCode .wx {
    margin: 7px 0 10px;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
}
.insure___nav .pic .erCode .detail {
  color: #333;
  font-weight: 500;
  font-weight: bolder;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  line-height: 18px;
}
.insure___nav .name {
  margin-top: 20px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}
.insure___nav .price {
  margin-top: 6px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.insure___nav .price span {
  color: #f44545;
  font-weight: 700;
  font-size: 24px;
}
.insure___nav .description {
  margin-top: 6px;
  color: #666;
  font-weight: 400;
  font-size: 12px;
}
@media all and (max-width: 1366px) {
	.insure___nav {
    width: 1000px;
    margin-top: 18px;
  }

  .insure___nav .bg {
    width: 100%;
    height: 333.3px;
  }

  .insure___nav .items .write {
    width: 190px;
  }
  .insure___nav .pic {
    width: 190px;
  }
  .insure___nav .pic p {
    width: 190px;
  }
  .insure___nav .pic .erCode {
    width: 190px;
  }
  .insure___nav .pic .erCode .erCode-content{
    width: 190px;
    height: 190px;
  }
}