input[type=button],
input[type=submit],
input[type=reset],
input {
    -webkit-appearance: none;
    font-family: "Microsoft Yahei"
}

textarea {
    -webkit-appearance: none;
    font-family: "Microsoft Yahei"
}

.button {
    border-radius: 0
}
*{
    box-sizing: border-box;
}
a,
b,
body,
dl,
dt,
em,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
input,
li,
ol,
p,
s,
section,
span,
strong,
textarea,
ul,
dl,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
body,
html {
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
  -webkit-text-size-adjust: none !important;
  font-family: "Microsoft Yahei";
}
html{
  background: url('../images/bj.jpg')no-repeat center;
  background-size: cover;
  height: 100%;
  display: flex;
}
body{
  min-width: 1200px;
  width: 100%;
  overflow-x: hidden;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.center{
  min-width: 1200px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
img[class^="fp"]{
  position: absolute;
  bottom: 0;
}
img.fp1{
  left: 0;
}
img.fp2{
  right: 0;
}
.btns{
  position: relative;
  width: 960px;
  margin: 12% auto 0;
}
.btns .logo{
  display: block;
  margin: 0 auto 80px;
}
.btns ul{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.btns ul li a {
  display: block;
  width: 238px;
  height: 120px;
  background: url('../images/btn.png')no-repeat center;
  text-align: center;
  line-height: 114px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px #e63f27;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}
.btns ul li a span{
  display: block;
  font-size: 12px;
  color: #500404;
  line-height: 12px;
  margin-top: -40px;
  font-weight: bold;
  text-shadow: 0 1px #ba1313;
}
.btns ul li a:hover{
  transform: translateY(-6px);
}
.btns ul li p{
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.btns ul li p i{
  font-style: normal;
}

.download{
  position: fixed;
  right: 0;
  top: 20%;
  width: 162px;
  overflow: hidden;
}
.download .d_nr{
  width: 135px;
  position: relative;
  right: -27px;
}
.download .d_nr .ss{
  width: 27px;
  height: 68px;
  background: #af2a29;
  color: #fff;
  position: absolute;
  text-align: center;
  left: -27px;
  font-size: 14px;
  padding-top: 6px;
  cursor: pointer;
}
.download .d_nr .ss .icon180{
  display: block;
  transform: rotateY(180deg)
}
.kf_btns{
  width: 100%;
  
  overflow: hidden;
  background-image: -moz-linear-gradient( 90deg, rgb(44,52,55) 32%, rgb(35,41,44) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(44,52,55) 32%, rgb(35,41,44) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(44,52,55) 32%, rgb(35,41,44) 100%);
  padding-top: 11px;
  border-bottom: 1px solid #47494d;
}
.kf_btns a{
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #525e63;
  font-size: 12px;
  color: #999999;
  margin:0 auto 10px;
}
.kf_btns a i{
  display: block;
  float: left;
  margin: 0 3px 0 8px;
  width: 16px;
  text-align: center;
}
.kf_btns a:last-child i{
  font-size: 20px;
}
.kf_btns a:hover{
  color: #fff;
}
.qrcode_box {
  width: 100%;
  background-image: -moz-linear-gradient( 90deg, rgb(44,52,55) 66%, rgb(35,41,44) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(44,52,55) 66%, rgb(35,41,44) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(44,52,55) 66%, rgb(35,41,44) 100%);
  border-bottom: 1px solid #47494d;
  padding: 12px 0;
}
.qrcode_box .qrcode{
  width: 106px;
  margin: 0 auto;
}
.qrcode_box .qrcode span{
  display: block;
  width: 100%;
  padding: 5px;
  background: #282f32;
  border:1px solid #333b3e;
  position: relative;
}
.qrcode_box .qrcode span div[class^="line"]{
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #525e63;
  border-right: 0;
  border-bottom: 0;
}
.qrcode_box .qrcode p{
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 30px;
}
.qrcode_box .qrcode span img{
  display: block;
  width: 100%;
}
.qrcode_box .qrcode span .line1{
  top: -1px;
  left: -1px;
}
.qrcode_box .qrcode span .line2{
  top: -1px;
  right: -1px;
  transform:rotate(90deg);
}
.qrcode_box .qrcode span .line3{
  bottom: -1px;
  right: -1px;
  transform:rotate(180deg);
}

.qrcode_box .qrcode span .line4{
  bottom: -1px;
  left: -1px;
  transform:rotate(270deg);
}
.download_btns{
  display: none;
}
.service{
  display: none;
}
@media (max-width: 1680px){
  img[class^="fp"]{
    display: block;
    height: 62%;
  }
}
@media (max-width: 1440px){
  img[class^="fp"]{
    display: block;
    height: 50%;
  }
}
@media (max-width: 1024px){
  body{
    min-width: 100%;
  }
  .download{
    display: none;
  }
  .center{
    min-width: 100%;
  }
  img[class^="fp"] {
    display: block;
    height: 5.8rem;
  }
  img.fp1{
    left: -60px;
    z-index: 1;
  }
  .btns{
    width: 100%;
    margin: 1rem auto 0;
  }
  .btns .logo{
    width: 4.05rem;
    margin: 0 auto .6rem;
  }
  .btns ul{
    width: 60%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 99;
  }
  .btns ul li a{
    width: 4.19rem;
    height: 2rem;
    line-height: 1.8rem;
    font-size: .4rem;
    background-size: 100% 100%;
    margin-bottom: 0;
  }
  .btns ul li p{
    font-size: .4rem;
  }
  .btns ul li a span{
    font-size: .12rem;
    margin-top: -.6rem;
  }
  .download_btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-evenly;
  }
  .download_btns a{
    display: block;
    margin-bottom: 1rem;
    font-size: .48rem;
    color: #fff;
    position: relative;
    width: 4.44rem;
    height: 1.24rem;
    background: rgba(0, 0, 0, .5);
    border-radius: .20rem;
    line-height: 1.24rem;
    border: 0.02rem solid rgba(255, 255, 255, .5);
    text-align: right;
    padding-right: .4rem;
  }
  .download_btns a::before{
    display: block;
    position: absolute;
    content: "";
    width: .35rem;
    height: .44rem;
    background: url('../images/icon.png')no-repeat center;
    background-size: 100% 100%;
    top: .4rem;
    left: .4rem;
  }
  .service{
    display: block;
    position: fixed;
    top: .5rem;
    right: .4rem;
  }
  .service .ser_icon{
    width: 1.4rem;
    height: 1.4rem;
    background: #af2a29;
    border-radius: 50%;
    line-height: 1.4rem;
    text-align: center;
    position: relative;
  }
  .service .ser_icon i{
    font-size: 1rem;
    color: #fff;
  }
  .service .ser_list{
    overflow: hidden;
    display: block;
    width: 1.4rem;
    background: rgba(255,255,255,.2);
    margin-top: -.60rem;
    border-radius: 0 0 .7rem .7rem;
  }
  .service .ser_list li a{
    font-size: .34rem;
    color: #fff;
    display: block;
    height: .93rem;
    line-height: .93rem;
    text-align: center;
  }
}
