html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
hr {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.banner {
  min-width: 1200px;
  height: 650px;
  background: url("../img/images/indexImg/banner.jpg") no-repeat 100% center;
  background-size: 100% 100%;
}
.banner .banner-title {
  min-width: 1200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner .banner-title .nav {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-title .nav .logo {
  width: 110px;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-title .nav .logo img {
  width: 51px;
  height: 35px;
}
.banner .banner-title .nav .logo span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.banner .banner-title .nav ul {
  width: 800px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.banner .banner-title .nav ul li {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.banner .banner-title .nav ul li a {
  color: #ffffff;
}
.banner .banner-title .nav ul li:hover {
  border-bottom: 4px solid #00a18c;
}
.banner .banner-title .nav ul li:hover a {
  color: #00a18c;
}
.banner .banner-title .nav .login-register {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-title .nav .login-register p {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.banner .banner-title .nav .login-register p a {
  color: #ffffff;
}
.banner .banner-title .nav .login-register p:hover {
  background-color: #fff;
}
.banner .banner-title .nav .login-register p:hover a {
  color: #000;
}
.foot {
  min-width: 1200px;
  margin: 0 auto;
  margin-top: 111px;
  background-color: #333;
  padding-top: 60px;
  padding-bottom: 48px;
}
.foot .foot-msg,
.foot .foot-copy {
  width: 600px;
  margin: 0 auto;
}
.foot .foot-msg {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.foot .foot-msg .foot-msg-l {
  text-align: center;
}
.foot .foot-msg .foot-msg-l p {
  color: #ffffff;
}
.foot .foot-msg .foot-msg-r {
  height: 80px;
}
.foot .foot-msg .foot-msg-r p {
  margin-bottom: 16px;
  color: #ffffff;
}
.foot .foot-copy {
  margin-top: 30px;
}
.foot .foot-copy p {
  width: 600px;
  text-align: center;
  color: #7d7d7d;
}
.banner {
  background: url("../img/images/functionImg/banner.jpg") no-repeat 100% center;
  background-size: 100% 100%;
}
.trait {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.trait .advantage {
  color: #000;
  font-size: 30px;
  text-align: center;
}
.trait ul {
  width: 1200px;
  margin-top: 80px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.trait ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 401px;
  margin-bottom: 65px;
}
.trait ul li div {
  height: 65px;
  padding-left: 10px;
}
.trait ul li div p:first-child {
  font-size: 24px;
}
.trait ul li div p:last-child {
  font-size: 16px;
  color: #a9a9a9;
  margin-top: 10px;
}
.function {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.function .function-p {
  color: #000;
  font-size: 30px;
  text-align: center;
}
.function ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
}
.function ul li {
  width: 260px;
  margin-bottom: 65px;
}
.function ul li .function-title {
  width: 150px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.function ul li .function-title span {
  font-size: 24px;
  margin-left: 15px;
  margin-top: -5px;
}
.function ul li .function-details {
  width: 260px;
  height: 245px;
  background-color: #e3583d;
  padding: 30px 0 0 60px;
  box-sizing: border-box;
  margin-top: 35px;
}
.function ul li .function-details p {
  height: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.function ul li .function-details p span:first-child {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 3px;
}
.function ul li .function-details p span:last-child {
  display: inline-block;
  margin-left: 3px;
}
.function ul li .repast {
  padding: 30px 0 0 40px;
  background-color: #6556ce;
}
.function ul li .shopping {
  padding: 30px 0 0 40px;
  background-color: #df9607;
}
.function ul li .content {
  background-color: #2e95f6;
}
.function ul li .member {
  padding: 30px 0 0 40px;
  background-color: #263fa8;
}
.function ul li .marketing {
  background-color: #961818;
}
.function ul li .data {
  background-color: #08bf9d;
}
.function ul li .finance {
  background-color: #a847cb;
}
