@charset "utf-8";
/* CSS Document */

/*初始化*/
body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,em,i,img,small,strong,dd,dl,dt,li,ol,ul,form,label,table,tbody,tr,th,td,input,caption{margin:0;padding:0;border:0;box-sizing: border-box;}
body{font-family:Helvetica,Arial,sans-serif;}
a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);}
a,a:active,a:hover,a:focus,a:visited{text-decoration:none;}
a{color:#000000;}
a:hover{color:#FF0000;}
a,img{-webkit-touch-callout:none;}
img{vertical-align:middle;}
ol,ul,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
textarea,input[type="password"],input[type="text"]{resize:none;outline:0;-webkit-appearance:none;white-space:pre-wrap;word-wrap:break-word;}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%; /*to enable resizing for IE*/}
iframe{vertical-align:middle;}
select{border:1px inset;} /* 统一下拉的边框 */

/*页面布局*/
.section{text-align: center;position: relative;background: url(../images/icon_bj.png) no-repeat center 0;background-size: cover;height: 100%;width: 100%;}
.logoImg{padding-top: .8rem;}
.logoImg img{width: 1.34rem;height: 1.34rem;}
.title{padding-top: .2rem;animation-delay: 0.5s;}
.title img{width:2.86rem;height:.91rem;}
.downLoadApp{padding: .85rem .9rem 0;animation-delay: 1s;}
.downLoadApp img{width: 2.5rem;height: .84rem;display: inline-block;}
.downLoadApp a:first-child img{float: left;}
.downLoadApp a:last-child img{float: right;}
.decorate{position: absolute;left: 50%;bottom: 0;margin-left: -3.25rem;}
.decorate img:first-child{width: 4rem;height: 4.57rem;position: absolute;left:0;bottom: 0;z-index: 1;animation-delay: 2s;}
.decorate img:last-child{width: 4rem;height: 5.44rem;position: absolute;left:2.5rem;bottom: 0;z-index: 2;animation-delay: 3s;}
.wxtip{background: rgba(0,0,0,0.8); text-align: center; position: fixed; left:0; top: 0; width: 100%; height: 100%; z-index: 998; display: none;}
.wxtip-icon{width: 52px; height: 67px; background: url(/statics/images/weixin-tip.png) no-repeat; display: block; position: absolute; right: 20px; top: 20px;}
.wxtip-txt{margin-top: 107px; color: #fff; font-size: 16px; line-height: 1.5;}



