@import url("./common.css");
@import url("./index/header.css");
@import url("./index/banner.css");
@import url("./index/group1.css");
@import url("./index/group2.css");
@import url("./index/group5.css");
@import url("./index/Information.css");
@import url("./index/about.css");
@import url("./index/footer.css");
@import url("./leftToNav.css");
/* *********************************************
                    基本默认值  
 ***********************************************/

:root {
  --primary-color: #1b2483;
}

* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Source Han Sans CN";
  font-size: 0.32rem;
  color: #333333;
  background-color: #fff;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #303133;
  text-decoration: none;
  cursor: pointer;
}
/* .container-fluid{
  padding: 0;
} */
a:hover {
  text-decoration: none;
}
.title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.title_1 {
  color: #232A59;
  font-weight: bold;
  font-size: 0.32rem;
}
.title_2 {
  color: #979AAE;
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
/* 二维码 */
.ewm {
  width: 1.7rem;
  height: 2.2rem;
  position: fixed;
  top: 5.8rem;
  right: 0.5rem;
  z-index: 9999;
}
/*  弹窗 */
.pop {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.pop div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 5rem;
}
.pop .close {
  position: absolute;
  right: -0.4rem;
  top: -0.4rem;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}

.pop .code {
  width: 100%;
  height: 100%;
}
.pop .app-code {
  display: none;
}
.margin-t {
  margin-top: 0.9rem;
}
.pos_1 {
  display: none;
}
.pos_icon {
  display: none;
}
/**********************
      app
******************** */

@media (min-width: 0px) and (max-width: 768px) {
  html {
    font-size: 50px;
  }
  .title {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .title_1 {
    color: #333A66;
    font-weight: bold;
    font-size: 0.42rem;
  }
  .title_2 {
    color: #666666;
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .ewm {
    display: none;
  }
  .margin-t {
    margin-top: 0;
  }
  .pop .code {
    display: none;
  }
  .pop .app-code {
    display: block;
    width: 5rem;
    height: 6rem;
    margin: 0 auto;
  }
  .pop .close {
    top: -0.4rem;
    right: 0.4rem;
  }

  .pos_icon {
    display: block;
    position: fixed;
    right: 0.3rem;
    bottom: 1.7rem;
    z-index: 999;
  }
  .pos_icon .img {
    width: 0.8rem;
    height: 0.8rem;
    z-index: 99;
  }
  .pos_icon .top {
    display: none;
  }
}
