/*头部 底部样式*/
body {
  margin: 0;
  background: #fff;
  --swiper-theme-color: #3387FF;
  min-width: 1200px;
}
p {
  margin: 0 !important;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.content-box {
  width: 1200px;
  margin: 0 auto;
}

/* 头部模块 */
.header {
  position: sticky;
  top: 0;
  z-index: 64;
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}
.header.white .nav-list .nav-item{
  color:#fff;

}
.header .content-box {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 14px;
  box-sizing: border-box;
}
.header .content-box .logo-box {
  display: flex;
  align-items: center;
}
.header .content-box .logo {
  height: 40px;
}
.header .content-box .theme-logo {
  display: none;
}
.header .logins{
  display: flex;
}
.header .logins p{
  padding-left: 10px;
  color:#000;
  
}

.header .logins .theme-right {
  display: none;
}
.header .bg {
  background: #fff;
}
.header .nav-list {
  position: relative;
  margin-left:100px;
}

.header .nav-list .nav-item {
  margin-left: 40px;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}
.header .nav-list .nav-item:nth-of-type(1) {
  margin-left: 0;
}

.header.white {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(44, 52, 65, 0.06);
}
.header.white .nav-list .nav-item {
  color:#000;
}
.header.white .white-logo {
  display: none;
}
.header.white .theme-logo {
  display: block;
}
.header.white .white-right {
  display: none;
}
.header.white .theme-right {
  display: block;
}

/* 底部模块 */
.footer {
  background: #272837;
  color: #6d6e7e;
  padding: 45px 0 30px;
}
.footer .nav-info-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #363748;
  padding-bottom: 12px;
}
.footer .nav-info-box .nav-box {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.footer .nav-list {
  min-width: 140px;
}
.footer .list-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
}
.footer .nav-item {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #6d6e7e;
  line-height: 25px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-right: 20px;
}
.footer .nav-item:hover {
  color: #a4b0c6;
}
.footer .link-box {
  border-bottom: 1px solid #363748;
  padding-bottom: 12px;
  padding-top: 5px;
}
.footer .link-box .link-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
}
.footer .link-box .link-list .link {
  font-size: 12px;
  display: inline-block;
  margin: 5px 20px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #6d6e7e;
}
.footer .link-box .link-list .link:hover {
  color: #a4b0c6;
}
.footer .contact-box {
  width: 400px;
}
.footer .focus-box .qr-img img {
  display: block;
  width: 100px;
  height: 100px;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  margin-top: 5px;
}
.footer .icp {
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.footer .icp a {
  display: flex;
  align-items: center;
  color: #6d6e7e;
  text-decoration: none;
}
.footer .icp a img {
  height: 20px;
  margin-right: 5px;
}
