* {
  padding: 0;
  margin: 0;
}

body {
  margin: auto;
}

html,
body {
  min-height: 100%;
}

:root {
  box-sizing: content-box;
}

/* .container{
  width: 1200px;
  margin:auto;
} */

a {
  text-decoration: none;
}

footer .menus {
  display: flex;
  list-style: none;
  justify-content: center;
}

footer .menus li {
  padding: 0 10px;
  line-height: 1;
}

footer .menus li:not(:last-child) {
  border-right: 1px solid #fff;
}

footer .menus.style1 {
  margin-bottom: 13px;
}

footer .menus.style1 a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #FFFFFF;
  mix-blend-mode: normal;
}

footer .menus.style2 {
  opacity: .5;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #FFFFFF;
  mix-blend-mode: normal;
}

.footer1 .menus.style2,
.footer1 .menus.style1 a {
  color: #606266;
}

.footer1 .menus li:not(:last-child) {
  border-right: 1px solid #606266;
}


.header {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.blue_bg.container {
  /* background: linear-gradient(90deg, #693DFF 0%, #0D5EFF 100%); */
  height: 100%;
  padding: 25px 50px
}

.blue_header_bg .header {
  /* background: linear-gradient(90deg, #693DFF 0%, #0D5EFF 100%); */
  padding: 25px 50px;
  color: #303133;
}


.header .logo {
  width: 70px;
  height: 70px;
  border-radius: 7px;
}

.header .title {
  font-family: zcoolqingkehuangyouti;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 5px;


}

.header .subTitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 10px;
  margin-top: 6px;
}

.header .brand {
  margin-left: 10px;
}