
/*  页面重置样式  */
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: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background: url("../img/cf0cce_1920x980.jpg") top center no-repeat;
}
.pages {
  width: 100%;
}
.logo {
  width: 100%;
  text-align: center;
}
.logo img {
  width: 468px;
  margin-top: -1px;
}
.content {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 40px;
  float: left;
}
.content .intrs {
  width: calc(100% - 48px);
  min-height: 200px;
  margin: 0 24px;
  background-color: #fff;
  border-radius: 20px;
  float: left;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}
.content .intrs .title {
  width: 100%;
  text-align: center;
  padding-top: 32px;
}
.content .intrs .conts {
  width: 100%;
  padding: 0 20px;
  padding-top: 30px;
}
.content .intrs .conts .item {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.content .intrs .conts .item .btns {
  width: 150px;
}
.content .intrs .conts .item .btns button {
  width: 150px;
  height: 50px;
  background: url("../img/d35734_150x50.png") center no-repeat;
  background-size: 150px 50px;
}
.content .intrs .conts .item .webs {
  width: calc(100% - 160px);
  height: 50px;
  background-image: linear-gradient(to bottom, #fff, #e6ebf7, #e6ebf7);
  border-radius: 25px;
  box-shadow: 0 5px 8px rgba(182,189,204,0.6);
  padding: 4px;
}
.content .intrs .conts .item .webs .ms {
  width: 108px;
  height: 42px;
  border-radius: 25px;
  background-image: linear-gradient(to bottom, #14bafa, #5470f8);
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
}
.content .intrs .conts .item .webs .www {
  width: calc(100% - 108px);
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  color: #5a534c;
}
.content .intrs .codes {
  width: 100%;
  border-top: 1px solid #e0e5ee;
  padding: 30px;
  float: left;
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
}
.content .intrs .codes .box {
  width: 150px;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.content .intrs .codes .box:first-child {
  width: calc(100% - 150px);
}
.content .intrs .codes .box:last-child {
  float: right;
}
.content .intrs .codes .box:last-child img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
}
.content .intrs .codes img {
  height: auto;
  max-width: 90%;
}
.content .intrs .codes img.img-qr {
  border: 1px solid #b3ceff;
  width: 150px;
  height: 150px;
}
.content .intrs .codes button {
  width: 109px;
  height: 30px;
  background: url("../img/a2c792_278x76.png") center no-repeat;
  border: none;
  background-size: cover;
  margin: 10px 0;
  animation: myfirst 1s infinite;
}
.content .download {
  width: 100%;
}
.content .download .imgs {
  width: 100%;
  text-align: center;
}
.content .download .imgs img {
  width: 100%;
}
.content .download .title {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.content .download .title img {
  max-width: 100%;
}
.content .download .button {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.content .download .button button {
  width: 278px;
  height: 76px;
  background: url("../img/a2c792_278x76.png") center no-repeat;
  border: none;
  animation: myfirst 1s infinite;
}
footer {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  background-color: #35302c;
  float: left;
  text-align: center;
}
.fix-service {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -96px;
  z-index: 888;
}
.fix-service img {
  width: 121px;
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 1200px) {
  .content .intrs .title img {
    max-width: 90%;
  }
  .content .intrs .codes .box {
    width: 120px;
    height: 120px;
  }
  .content .intrs .codes .box img {
    width: 100%;
    height: 100%;
  }
  .content .intrs .codes .box:first-child {
    width: calc(100% - 136px);
  }
  .content .intrs .codes .box:first-child img {
    height: auto !important;
    width: auto;
    max-width: 90%;
  }
  .content .intrs .conts .item .btns {
    width: 120px;
  }
  .content .intrs .conts .item .btns button {
    width: 120px;
    height: 40px;
    background-size: 120px 40px;
  }
  .content .intrs .conts .item .webs {
    width: calc(100% - 126px);
    height: 40px;
    padding: 3px;
  }
  .content .intrs .conts .item .webs .ms {
    height: 34px;
    width: 90px;
    font-size: 18px;
    line-height: 34px;
  }
  .content .intrs .conts .item .webs .www {
    height: 34px;
    line-height: 34px;
    width: calc(100% - 90px);
    font-size: 18px;
  }
}
@media screen and (max-width: 993px) {
  .content .download {
    padding-top: 40px;
    float: left;
  }
  .content .intrs .codes .box:first-child img {
    max-width: 304px;
  }
  .content .intrs .codes .box {
    height: auto;
  }
  .content .intrs .codes .box:last-child img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .content .intrs {
    width: 100%;
    margin: 0;
  }
  .logo img {
    width: 234px;
  }
  .content .intrs .codes {
    position: relative;
    padding: 15px 20px;
    padding-bottom: 10px;
  }
  .content .intrs .codes .box {
    height: auto;
  }
  .content .intrs .codes .box:last-child img {
    width: 140px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .content .intrs .codes .box:first-child img {
    max-width: 100%;
  }
  .content .intrs .conts .item .btns {
    width: 100px;
  }
  .content .intrs .conts .item .btns button {
    width: 100px;
    height: 34px;
    background-size: 100px 34px;
  }
  .content .intrs .conts .item .webs {
    width: calc(100% - 106px);
    height: 34px;
    padding: 2px;
  }
  .content .intrs .conts .item .webs .ms {
    height: 30px;
    width: 80px;
    font-size: 18px;
    line-height: 30px;
  }
  .content .intrs .conts .item .webs .www {
    height: 30px;
    line-height: 30px;
    width: calc(100% - 80px);
    font-size: 18px;
  }
  .content .download .button button {
    width: 139px;
    height: 38px;
    background-size: cover;
  }
  .content {
    padding-bottom: 20px;
    padding-top: 16px;
  }
  .fix-service img {
    width: 68px;
  }
}
body {
  overflow-x: hidden;
}
