@charset "UTF-8";
/* 头部 */
.logo {
  width: 70%;
}

.logo img {
  max-width: 100%;
}

.btnx {
  width: 10%;
}

.btnx img {
  max-width: 100%;
}

/* 微商城是什么？ */
.c1 {
  margin-top: 20px;
}

.c1 h2 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #010101;
}

.c1 h2 span {
  color: #cb060a;
}

.c1 h2 dd {
  color: #000000;
  font-size: 14px;
  margin-top: 4px;
}

.c1 .zi {
  color: #7d7d7d;
  font-size: 12px;
  width: 88%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 20px;
}

.c1 .content {
  text-align: center;
}

.c1 .content img {
  width: 100%;
  display: block;
}

/* 祥云平台微商城产品商家后台功能 */
.c2 {
  margin-top: 20px;
}

.c2 h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #373737;
  font-weight: normal;
}

.c2 h2 span {
  color: #d40300;
}

.c2 .list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.c2 .list1 li {
  width: 25%;
  padding: 0 2%;
  margin-bottom: 2%;
}

.c2 .list1 li a {
  display: block;
}

.c2 .list1 li a .tu img {
  width: 100%;
  display: block;
}

.c2 .list1 li a h3 {
  font-weight: normal;
  font-size: 14px;
  color: #78797c;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 微商城系统与微信对接 */
.c3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.c3 h2 {
  text-align: center;
  font-weight: normal;
  color: #3c3c3c;
  font-size: 24px;
  margin-bottom: 20px;
}

.c3 h2 dd {
  color: #78797c;
  font-size: 14px;
  margin-top: 4px;
}

.c3 h2 p {
  font-size: 12px;
  color: #78797c;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 20px;
}

.c3 .list2 {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.c3 .list2 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 27px;
  outline: none;
  cursor: pointer;
  padding: 0;
  border: none;
  font-size: 0;
}

.c3 .list2 .slick-prev {
  background: url(../../images/p3-zb.png) center 0 no-repeat;
  left: 5px;
}

.c3 .list2 .slick-next {
  right: 5px;
  background: url(../../images/p3-yb.png) center 0 no-repeat;
}

.c3 .list2 a {
  display: block;
  outline: none;
}

.c3 .list2 a img {
  width: 100%;
}

/* 微商城移动端管理 */
.c4 {
  margin-top: 20px;
}

.c4 h2 {
  text-align: center;
  font-weight: normal;
  color: #3c3c3c;
  font-size: 24px;
  margin-bottom: 14px;
}

.c4 h2 span {
  color: #d40300;
}

.c4 h2 p {
  color: rgba(31, 30, 30, 0.77);
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  width: 80%;
  margin: 0 auto;
}

.c4 dd {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.c4 dd img {
  width: 100%;
  display: block;
}

/* 01.商城整体页面 */
.c5 {
  margin-top: 30px;
}

.c5 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #545454;
}

.c5 h2 span {
  color: #d40300;
}

.c5 h2 dd {
  margin: 0 auto;
  width: 80%;
  color: rgba(31, 30, 30, 0.6);
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
}

.c5 .list3 {
  margin-top: 14px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.c5 .list3 li {
  color: #fff;
  background: #7f7f7f;
  text-align: center;
  width: 25%;
  font-size: 12px;
  line-height: 32px;
  border-radius: 20px;
  margin: 0 2%;
}

.c5 .list3 li.on {
  background: #d40300;
}

.c5 .list5 {
  margin-top: 14px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.c5 .list5 li {
  color: #fff;
  background: #7f7f7f;
  text-align: center;
  width: 18%;
  font-size: 12px;
  line-height: 32px;
  border-radius: 20px;
  margin: 0 1%;
}

.c5 .list5 li.on {
  background: #d40300;
}

.c5 .list4 {
  padding-left: 20px;
  padding-right: 20px;
}

.c5 .list4 li {
  width: 100%;
}

.c5 .list4 li img {
  max-width: 100%;
}
