﻿/* 行业解决方案--便利店 */
p {
  margin: 0;
  padding: 0;
}

.colorful {
  font-size: 0.48rem;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff,
    #ffffff,
    #dae9fd,
    #87b7f8,
    #4a92f6,
    #3487f4
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white {
  color: #fff !important;
}

.grey {
  color: #a0a0a1 !important;
}

.convenient .section {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.convenient .section .wrapper {
  width: 94%;
  margin: auto;
}

.convenient .section .wrapper .img {
  margin: auto;
  display: block;
}

.convenient .section h1 {
  color: #3e3939;
  text-align: center;
  font-size: 0.2rem;
  margin: 0.44rem 0 0.08rem 0;
  font-weight: normal;
}

.convenient .section p.desc {
  color: #5f5c5c;
  text-align: center;
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
}

.convenient .section1 {
  position: relative;
  background-image: url(/Images/posShops/convenient/1.jpg);
  height: 4rem;
}

.convenient .section1 .title_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.convenient .section1 .title_wrapper .line {
  width: 1rem;
  height: 0.04rem;
  background: #fff;
  display: block;
  margin: auto;
  border-radius: 0.6rem;
  margin: 0.04rem auto 0.02rem;
}

.convenient .section1 .title_wrapper h1 {
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 0.4rem;
  text-shadow: 2px 2px 4px #333232;
}

.convenient .section1 .cover-top {
  position: absolute;
  width: 100%;
  top: 0;
}

.convenient .section1 .cover-top h1 {
  text-shadow: unset;
}

.convenient .section2 {
  position: relative;
  background-image: url(/Images/posShops/convenient/2-2.jpg);
}

.convenient .section3 {
  position: relative;
  background-image: url(/Images/posShops/convenient/3-2.jpg);
}

.convenient .section3 .img {
  padding: 0.1rem 0 0.5rem 0;
}

.convenient .section4 {
  position: relative;
  background-image: url(/Images/posShops/convenient/4-2.jpg);
}

.convenient .section4 .img {
  padding: 0.15rem 0 0.75rem 0;
}

.convenient .section5 {
  position: relative;
  background-image: url(/Images/posShops/convenient/5-2.jpg);
}

.convenient .section5 .img {
  padding: 0 0 0.4rem 0;
}

.convenient .section6 {
  position: relative;
  background-image: url(/Images/posShops/convenient/6-2.jpg);
}

.convenient .section6 .img {
  padding: 0 0 0.4rem 0;
}

.convenient .section7 {
  position: relative;
  background-image: url(/Images/posShops/convenient/7-2.jpg);
}

.convenient .section7 .img {
  padding: 0 0 0.15rem 0;
}

.convenient .section8 {
  position: relative;
  background-image: url(/Images/posShops/convenient/8-2.jpg);
}

.convenient .section8 .img {
  padding: 0.1rem 0 0.15rem 0;
}
