/* 头部样式 */

@charset 'utf-8';

.container {
  margin-top: 64px;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 30px 5px rgba(0, 0, 0, .1);
}

.header .nav-box {
  width: 100%;
  height: 64px;
}

.header .nav-box .nav {
  display: flex;
  width: 100%;
  height: 64px;
  align-items: center;
  justify-content: center;
}

.header .nav-box .show-nav-icon {
  font-size: 25px;
  display: none;
  width: 50px;
  text-align: center;
}

.nav-box .navbar {
  width: auto;
  height: 64px;
}

.navbar .nav-list {
  display: flex;
  align-items: center;
}

.nav-item {
  display: flex;
  width: auto;
  height: 64px;
  margin-left: 50px;
  transition: all .3s;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.nav-item:hover a,
.nav-item.active a {
  color: #219af2;
}

.nav-item a {
  font-size: 16px;
  line-height: 64px;
  display: block;
  width: auto;
  height: 64px;
  text-decoration: none;
  color: #666;
}

.header .menus-list {
  width: 100%;
  height: calc(100% - 64px);
  overflow: auto;
  border-top: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 2px 2px 15px #dcdef1;
}

.header .menus-list .munu-herf {
  display: block;
  width: calc(100% - 40px);
  margin: 5px 20px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #dddddd;
}

.header .menus-list .munu-herf:hover {
  color: #219af2;
}

/* ------------ 头部样式结束 --------------------- */

/* 尾部样式 */
a {
  color: #000;
}

.footer {
  padding: 0 100px;
}

.footer .item-box {
  display: flex;
  height: auto;
  min-height: 300px;
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .solution-list {
  padding: 0 20px;
}

.footer .item-box .title a {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.footer .solution-list .title a {
  font-size: 16px;
}

.solution-list .title {
  margin-bottom: 3px;
  line-height: 30px;
  font-size: 16px;
}

.footer .option-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer .option-box.option-wrap {
  flex-direction: column;
}

.footer .option-box li a {
  font-size: 14px;
  line-height: 30px;
  /* width: 100px; */
  color: #333;
}

.solution-list li {
  font-size: 14px;
  line-height: 30px;
  width: 160px;
}

.footer .solution-list :last-child {
  width: 160px;
}

.footer .option-box p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.solution-list .ipone {
  margin: 10px 0;
  width: 150px;
  height: 30px;
  color: white;
  background: #1890ff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
}

.wrapper .option {
  margin: 31px 0 0 0;
  line-height: 29px;
  color: #333;
}

.wrapper .option li a {
  font-size: 14px;
  color: #333;
}

.links {
  line-height: 25px;
  padding: 20px 0;
}

.link .link-title {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.link {
  text-align: center;
  color: #424141;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
}

.link .alink {
  border-right: 1px solid #dad6d6;
  padding: 0 5px;
  font-size: 14px;
  color: #333;
  line-height: 14px;
}

.alink:last-child {
  border: none;
}

.copyright {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
}

.copyright a {
  font-size: 14px;
}

/* -------------- 尾部样式结束 ---------------*/