/*
 * Created Date: 2020-02-28 05:18:22
 * Author: 水牛叔叔
 * Email: cnliangwei@foxmail.com
 * -----
 * Last Modified: 2020-05-09 02:56:14
 * Modified By: 水牛叔叔
 * -----
 * MIT License, Copyright (c) 2020 水牛叔叔
 * -----
 * Description: 
 */
/*
 * Created Date: 2020-02-28 05:32:23
 * Author: 水牛叔叔
 * Email: cnliangwei@foxmail.com
 * -----
 * Last Modified: 2020-02-28 11:44:13
 * Modified By: 水牛叔叔
 * -----
 * MIT License, Copyright (c) 2020 水牛叔叔
 * -----
 * Description: 
 */
html,
body {
  margin: 0;
}
body > span {
  display: none;
}
* {
  box-sizing: border-box;
  outline: none;
}
button {
  border: none;
  background: none;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
}
header .header-content {
  display: flex;
  align-items: center;
  padding: 20px;
  max-width: 1100px;
  margin: auto;
}
header .logo {
  flex: 1;
}
header .logo img {
  width: 120px;
}
header a {
  color: #000;
  text-decoration: none;
}
header nav a {
  padding: 10px;
  font-size: 14px;
}
header .account button {
  margin-left: 20px;
}
header .login,
header .register {
  padding: 8px 24px;
  border-radius: 50px;
  border: 1px solid #3a9af7;
}
header .register {
  background: #3a9af7;
  color: #fff;
}
.main-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: #fff;
}
.main-banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main-banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  white-space: nowrap;
}
.main-banner .swiper-slide a {
  padding: 8px 36px;
  font-size: 22px;
  color: #3a9af7;
  border: 2px solid #fff;
  border-radius: 50px;
  background: #fff;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}
.main-banner .swiper-pagination-bullet {
  border-radius: 0;
  height: 8px;
  width: 24px;
}
.main-banner .banner-desc {
  letter-spacing: 0.6em;
}
.main-content {
  max-width: 1100px;
  margin: auto;
}
.partner-list {
  text-align: center!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.partner-list .partner {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  align-items: center;
  position: relative;
  min-width: 160px;
  height: 160px;
  text-align: center;
  justify-content: center;
  margin: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.partner-list .partner-name {
  position: absolute;
  left: 0;
  right: 0;
  top: -2em;
  font-size: 18px;
}
.partner-list .partner-logo {
  font-size: 28px;
  color: #fff;
  line-height: 160px;
}
footer {
  background: #f6f6f6;
}
footer .disabled {
  color: #878787;
}
footer .disabled:before {
  color: #878787;
}
footer .contact {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: 1100px;
  margin: auto;
}
footer .icon-qq a {
  color: #3a9af7 !important;
  text-decoration: none;
}
footer .contact-item {
  margin: 20px;
}
footer .contact-item.wechat {
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  background-position: left center;
  padding: 55px 60px;
}
footer .contact-item.wechat:before {
  content: "好店公众号";
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 13px;
  transform: translate(2px, -50%);
}
footer .contact-type {
  color: #3a9af7;
  margin-bottom: 10px;
}
footer .contact-list {
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .contact-list li {
  padding: 0;
  margin: 8px 0;
}
footer .contact-list li:before {
  margin-right: 0.3em;
  position: relative;
  top: 1px;
}
footer .copyright {
  background: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 20px;
  color: #878787;
}
.product-functions-title {
  margin: 30px 20px 20px;
  overflow: hidden;
}
.product-functions-title .swiper-slide {
  cursor: pointer;
  user-select: none;
}
.product-functions-title .swiper-slide-active {
  color: #3a9af7;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: rgba(121, 121, 121, 0.5);
  border-radius: 10px;
}
