.shop-module {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.index-banner-wrap {
  width: auto;
}

.regulate-banner-bg {
  background: url(../images/regulate/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.index-banner-title,
.index-banner-desc {
  color: #fff;
}

.shop-banner-logo {
  width: 176px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.index-module-title {
  font-weight: 500;
  font-size: 40px;
  color: rgba(0,0,0,0.9);
  text-align: center;
  line-height: 56px;
  max-width: 900px;
}

.index-module-sub-title {
  font-weight: 400;
  font-size: 20px;
  color: rgba(0,0,0,0.9);
  line-height: 40px;
  text-align: center;
  max-width: 1200px;
  padding: 64px 0;
}

.module-0 {
  padding-top: 184px;
  background-color: #F2F5F8;
  background-image: url(../images/home/index-digit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.module-1 {
  background-image: url(../images/regulate/module-1-bgi.png);
  background-color: #F2F5F8;
  background-size: 804px;
  background-repeat: no-repeat;
  background-position: right top;
}

.flex-module {
  display: flex;
  justify-content: space-around;
}

.module-con {
  max-width: 1200px;
}

.point-module {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 450px;
  background: linear-gradient( 180deg, rgba(38,139,255,0.4) 0%, rgba(38,139,255,0.03) 100%);
}

.point-item {
  width: 256px;
  min-height: 274px;
  background: linear-gradient( 180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.7) 100%);
  border-radius: 36px;
  border: 1px solid #FFFFFF;
  margin: 0 30px;
  position: relative;
}

.point-item-num {
  position: absolute;
  left: 10px;
  top: 28px;
  font-weight: 600;
  font-size: 60px;
  color: #268BFF;
  opacity: 0.6;
  line-height: 72px;
}

.point-item-tit {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  padding-top: 60px;
}

.point-item-con {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  padding: 24px 28px 30px;
}

.mac-png {
  width: 795px;
}

/* .module-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */

.module-2-tips {
  display: flex;
  height: 250px;
  margin-bottom: 58px;
  background-image: url(../images/regulate/tips-bg.png);
  background-size: cover;
  padding-bottom: 150px;
}

.module-2-tips-item {
  width: 256px;
  height: 88px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(185,185,185,0.5);
  border-radius: 8px;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 88px;
  background-image: url(../images/regulate/tips-icon.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left top;
  text-indent: 76px;
}

.flex-end {
  align-self: flex-end;
}

.img-box {
  margin-top: -150px;
}

.main-point {
  background-color: #F2F5F8;
  background-image: url(../images/home/index-digit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
}

.main-point-con {
  width: 580px;
  height: 580px;
  border: 80px solid #fff;
  border-radius: 50%;
  margin-top: 176px;
  margin-bottom: 196px;
  position: relative;
}

.point-center {
  width: 196px;
  height: 194px;
  background-image: url(../images/regulate/point-center.png);
  background-size: cover;
  text-align: center;
  line-height: 194px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
}

.main-point-item {
  display: flex;
  flex-direction: column;
  width: 490px;
}

.main-point-item-tit {
  padding: 16px 24px;
  background: rgba(38,139,255,0.1);
  border-radius: 8px;
  border: 1px solid #268BFF;
  font-size: 24px;
  color: #268BFF;
  text-align: center;
}

.main-point-item-con {
  padding-top: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.main-point-center {
  align-items: center;
}

.main-point-right {
  align-items: flex-end;
}

.main-point-left {
  align-items: flex-start;
}

.main-point-center .main-point-item-con{
  text-align: center;
}

.main-point-right .main-point-item-con{
  text-align: right;
}

.main-point-left .main-point-item-con{
  text-align: left;
}

.main-point-item01 {
  position: absolute;
  left: 50%;
  top: -18%;
  transform: translateX(-50%);
}

.main-point-item02 {
  position: absolute;
  left: -62%;
  top: 36%;
}

.main-point-item03 {
  position: absolute;
  left: -42%;
  bottom: -14%;
}

.main-point-item04 {
  position: absolute;
  right: -62%;
  top: 36%;
}

.main-point-item05 {
  position: absolute;
  right: -42%;
  bottom: -14%;
}

.shop-func-module {
  display: flex;
  padding: 184px 0 210px;
  align-items: center;
  background-color: #fff;
}

.index-func-title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.90);
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  margin-bottom: 68px;
}