
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1228px;
  margin: 0 auto;
}
div,
* {
  transition: 0.5s;
}
body,
html {
  width: 100%;
  height: 100%;
}
.page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page .page-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page .page-bg video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.page .page-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  padding-top: 58px;
  padding-bottom: 6%;
}
.page .page-container .wid {
  height: 100%;
}
.page .page-container .conts {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.page .page-container .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page .page-container .intr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page .page-container .qrcode {
  width: 250px;
  height: 250px;
  background-color: #fff;
  border-radius: 18px;
}
.page .page-container .qrcode .qrcode-box {
  width: 100%;
  height: 100%;
}
.page .page-container .qrcode .qrcode-box img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.page-wap {
  width: 100%;
  float: left;
  background: url("../img/17c656_750x2182.jpg") top center no-repeat;
  background-size: 100% auto;
  padding: 160px 0;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.button {
  width: 100%;
  text-align: center;
  padding: 48px 0;
  float: left;
}
.button button {
  width: 668px;
  height: 96px;
  background: url("../img/4dabdf_668x96.png") center no-repeat;
  background-size: 668px 96px;
  animation: myfirst 1s infinite;
}
.like {
  width: 100%;
  text-align: center;
}
.like img {
  width: 90%;
  max-width: 728px;
}
.image {
  width: 100%;
  text-align: center;
  padding-top: 14px;
  float: left;
}
.image img {
  max-width: 100%;
}
.service {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -30px;
  float: left;
  padding-bottom: 30px;
}
.service a {
  display: inline-block;
  width: 548px;
  height: 100px;
  background: url("../img/802536_548x100.png") center no-repeat;
  background-size: 548px 100px;
}
.fix-down {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.fix-down img {
  width: 100%;
  max-height: 140px;
}
.fix-down a {
  display: inline-block;
  width: 222px;
  height: 78px;
  background: url("../img/718b9a_222x78.png") center no-repeat;
  background-size: 222px 78px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -39px;
  animation: myfirst 1s infinite;
}
.fix-down.tops {
  bottom: initial;
  top: 0;
}
.fix-servie {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 1300px) {
  .wid {
    width: 90%;
    max-width: initial;
  }
  .page .page-container {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .page .page-container .conts .logo img {
    width: 280px;
  }
  .page .page-container .conts .intr .text img {
    height: 100px;
  }
  .page .page-container .conts .intr .qrcode {
    width: 160px;
    height: 160px;
    border-radius: 10px;
  }
  .page .page-container .conts .intr .qrcode .qrcode-box img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .page-wap {
    padding: 120px 0;
  }
  .fix-down a {
    width: 182px;
    height: 64px;
    background-size: cover;
    margin-top: -32px;
  }
  .button button {
    width: 502px;
    height: 72px;
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  .button button {
    width: 446px;
    height: 64px;
    background-size: cover;
  }
  .service a {
    width: 396px;
    height: 72px;
    background-size: cover;
  }
  .page-wap {
    background-size: cover;
    padding: 100px 0;
  }
  .fix-down a {
    width: 154px;
    height: 54px;
    background-size: cover;
    margin-top: -27px;
  }
}
@media screen and (max-width: 480px) {
  .button button {
    width: 390px;
    height: 56px;
    background-size: cover;
  }
  .like img {
    width: 96%;
  }
  .service a {
    width: 308px;
    height: 56px;
    background-size: cover;
  }
  .service {
    padding-bottom: 20px;
  }
  .fix-down a {
    width: 126px;
    height: 44px;
    background-size: cover;
    margin-top: -22px;
  }
}
@media screen and (max-width: 440px) {
  .page-wap {
    padding: 70px 0;
  }
  .fix-down a {
    width: 114px;
    height: 40px;
    background-size: cover;
    right: 15px;
    margin-top: -20px;
  }
  .button {
    padding: 24px 0;
  }
}
@media screen and (max-width: 376px) {
  .button button {
    width: 306px;
    height: 44px;
    background-size: cover;
  }
  .fix-down a {
    width: 102px;
    height: 36px;
    background-size: cover;
    right: 10px;
    margin-top: -18px;
  }
  .service a {
    width: 264px;
    height: 48px;
    background-size: cover;
  }
}
