.module-3 {
  position: relative;
  width: 3.75rem;
  height: 1.367188rem;
  background-color: #366690;
  background-image: url(http://cdn.kersedsafe.com/images/index/m-3-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
  overflow: hidden;
}

.module-3 .module-3-inner {
  padding: 0.260417rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.module-3 .module-3-title {
  margin-bottom: 0.020833rem;
  line-height: 0.174479rem;
  color: #fff;
  font-size: 0.125rem;
}

.module-3 .module-3-subtitle {
  margin-bottom: 0.0625rem;
  line-height: 0.153646rem;
  color: #fff;
  font-size: 0.109375rem;
}

.module-3 .module-3-desc {
  max-width: 50%;
  margin-bottom: 0.208333rem;
  line-height: 0.078125rem;
  color: #fff;
  font-size: 0.041667rem;
}

.module-3 .module-3-button {
  padding: 0.041667rem 0;
  width: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 0.046875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-3 .module-3-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.module-3-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .module-3 {
    display: none;
  }

  .module-3-mobile {
    display: block;
    height: 2.45rem;
    padding: 0 0.2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(http://cdn.kersedsafe.com/images/index/m-3-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }

  .module-3-mobile .module-3-title {
    margin-bottom: 0.15rem;
    line-height: 0.37rem;
    text-align: center;
    color: #fff;
    font-size: 0.26rem;
  }

  .module-3-mobile .module-3-button,
  .module-3-mobile .module-3-desc {
    color: #fff;
    font-size: 0.14rem;
  }

  .module-3-mobile .module-3-desc {
    margin-bottom: 0.15rem;
    line-height: 0.24rem;
    text-align: center;
  }

  .module-3-mobile .module-3-button {
    margin: 0 auto;
    width: 1.36rem;
    height: 0.4rem;
    line-height: 0.38rem;
    text-align: center;
    border: 1px solid #fff;
  }
}
