* {
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}

b,
i,
em,
span,
a {
  font-style: normal;
  text-decoration: none;
}

a:active,
a:hover,
a:focus,
*:focus,
a,
a:visited,
a:link {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

.header {
  width: 7.5rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: #FFFFFF;
}

.header .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1010;
  height: 1.3rem;
  position: relative;
}

.header .logo i {
  display: block;
  width: 1.84rem;
  height: 0.82rem;
  background: url('../image/LOGO.png') no-repeat;
  background-size: 100%;
  margin-left: 0.3rem;
}

.header .logo b {
  display: block;
  width: 0.96rem;
  height: 1.3rem;
  background: url('../image/menu.png') no-repeat center center;
  background-size: 0.48rem auto;
}

.header .logo:after {
  /* display: block;
  content: '';
  width: 6.9rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0.3rem;
  bottom: 0;
  z-index: 1000; */
}

.header .links {
  width: 100%;
  height: 100vh;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-around;
  padding-bottom: 1.3rem;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  padding-top: 1.8rem;
  text-align: center;
  transform: translateY(-100vh);
  transition: transform 0.2s linear;
}

.header .links a {
  width: 3.3rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.49);
  border-radius: 0.16rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1rem;
}

/* .headerBack .logo i {
  background: url('../image/LOGO2.png') no-repeat;
  background-size: 62%;
} */

.headerBack .logo b {
  background: url('../image/menu2.png') no-repeat center center;
  background-size: 0.48rem auto;
}

.headerBack .logo:after {
  background: rgba(0, 0, 0, 0.15);
}

.mebuShow .logo b {
  background: url('../image/close.png') no-repeat center center;
  background-size: 0.29rem auto;
}

.mebuShow .links {
  transform: translateY(0);
  transition: transform 0.2s linear;
}

.footer {
  width: 7.5rem;
  height: 1.14rem;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,92,66,.5);
  box-sizing: border-box;
  padding: 0 0.24rem;
  z-index: 1000;
  font-size: 0.26rem;
  color: #fff;
}
.footer-one{
  background: rgba(0, 0, 0, .5);
}

.footer div {
  display: flex;
}

.footer p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: .15rem;
}

.footer i {
  display: block;
  width: .8rem;
  height: 0.8rem;
  background: url(../image/logo3.png) no-repeat left;
  background-size: 100% 100%;
  border-radius: 0.1rem;
}

.footer b {
  display: block;
  width: 1.76rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background: linear-gradient(225deg, #FF6D3D 0%, #FF2550 100%);
  border-radius: 0.5rem;
  font-size: 0.26rem;
}

.isSafari {
  padding-top: 75px;
}
.kxq-foot {
  text-align: center;
  padding: 1.7rem 0 0 0;
}

.kxq-foot>img {
  width: 98%;
}

.kxq-foot-title {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}

.kxq-foot-text {
  font-size: 0.3rem;
  margin: 0 0.32rem;
  padding-bottom: 1rem;
}

.kxq-foot-down {
  width: 3.12rem;
  height: 3.6rem;
  background: #F9F9F9;
  border-radius: 0.32rem 0.32rem 0.4rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.kxq-foot-down div a:nth-child(1) {
  width: 2.48rem;
  height: 0.8rem;
  display: block;
  background: url('../image/btn1-1.png') no-repeat;
  background-size: 100% 100%;
}

/* .kxq-foot-down div a:nth-child(1):hover {
  background: url('../image/down1.png') no-repeat;
  background-size: 100% 100%;
} */

.kxq-foot-down div a:nth-child(2) {
  width: 2.48rem;
  height: 0.8rem;
  display: block;
  margin-top: 0.48rem;
  background: url('../image/btn2-1.png') no-repeat;
  background-size: 100% 100%;
}

/* .kxq-foot-down div a:nth-child(2):hover {
  background: url('../image/down2.png') no-repeat;
  background-size: 100% 100%;
} */

.kxq-foot-down div a:nth-child(1) img {
  margin-bottom: 0.48rem;
}

.kxq-foot-code {
  width: 3.6rem;
  height: 3.6rem;
  background: #F9F9F9;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0.14rem;
}

.kxq-foot-code img {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.3rem;
}

.kxq-foot-code p {
  font-size: 0.2rem;
}

.kxq-foot-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kxq-foot-address {
  margin: 0 0.32rem;
  height: 2.6rem;
  background: #F9F9F9;
  border-radius: 0.4rem;
  font-size: 0.2rem;
  padding: 0.5rem 0.6rem;
  text-align: left;
  line-height: 0.52rem;
  margin-bottom: 0.24rem;
}
.kxq-foot-address a{
  color: #000;
}