a {
  text-decoration: none;
}

body {
  font-family: 'Microsoft Yahei';
}

@font-face {
  font-family: 'fonts';
  src: url("../../pc/img/font_tit.ttf");
}

@font-face {
  font-family: 'hyqh';
  src: url("../../pc/img/hyqh.ttf");
}

#cyou_top {
  display: none !important;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.disabled {
  pointer-events: none;
}

.dn {
  font-size: 0;
}

.l {
  float: left;
}

.r {
  float: right;
}

.g-wrap {
  background: url(../img/bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  width: 750px;
  height: 3652px;
  position: relative;
  margin: 0 auto;
  padding-top: 1120px;
  box-sizing: border-box;
}

.g-wrap .header {
  height: 134px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 25px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.g-wrap .btn-load {
  background: url(../img/btn-load.png) no-repeat;
  width: 168px;
  height: 75px;
}

.title1 {
  background: url(../img/title1.png) no-repeat center center;
  width: 530px;
  height: 230px;
}

.title2 {
  background: url(../img/title2.png) no-repeat center center;
  width: 530px;
  height: 230px;
}

.title {
  margin: 0 auto;
}

.part1 ul {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}

.part1 ul li {
  display: inline-block;
  vertical-align: top;
  margin: 50px 10px 0;
  width: 300px;
}

.part1 ul li img {
  display: block;
  margin: 0 auto 30px;
}

.part1 ul li p {
  color: #000000;
  font-size: 20px;
  text-align: center;
  font-family: 'hyqh';
  margin-top: 18px;
  line-height: 35px;
}

.part1 ul li p.color {
  color: #920a00;
  font-size: 30px;
  font-family: 'fonts';
}

.icon-q {
  background: url(../img/icon-q.png);
}

.icon-a {
  background: url(../img/icon-a.png);
}

.part2 {
  margin-top: 120px;
}

.part2 ul {
  margin-top: 55px;
}

.part2 ul li {
  position: relative;
  padding: 0 32px 0 66px;
}

.part2 ul li span {
  width: 38px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 5px;
}

.part2 ul li p {
  position: relative;
  padding-left: 55px;
  box-sizing: border-box;
  min-height: 40px;
  line-height: 40px;
  color: #272421;
  font-size: 23px;
  font-family: 'fonts';
}

.part2 ul li p + p {
  margin-top: 15px;
}

.part2 ul li + li {
  margin-top: 50px;
}

footer {
  margin: 0;
  padding: 32px 0 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-family: '\5FAE\8F6F\96C5\9ED1','Microsoft Yahei';
  color: #000000;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  box-sizing: border-box;
}

footer p {
  margin: 0;
}

footer p + p {
  margin-top: 5px;
}

.tips {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tips body, .tips .g-tips {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.g-tips {
  background: url(../img/scan.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.g-tips img {
  position: absolute;
  width: 660px;
  top: 50px;
  left: 45px;
  display: block;
}
