body{margin:0;
    /*font-family:"Microsoft YaHei";line-height:1;font-size:12px;*/
    font:12px/1 "Microsoft YaHei";
}
p,dl,dd{margin:0;}
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-size:100%;}
ul,ol{margin:0;padding:0;list-style:none;}
a{ text-decoration: none;color:#333;}
em,i{font-style:normal;}
strong,b{font-weight:normal;}
img{border:none;vertical-align:bottom;}
.clearfix{*zoom:1;} /*ie低版本兼容处理*/
.clearfix:after{content:"";clear:both;display:block; height:0;overflow:hidden;font-size:0;line-height:0;}
table{border-spacing: 0;border-collapse: collapse;}
th,td{padding:0;text-align:left;vertical-align: top;}
th{font-weight:normal;text-align:left;}
input,textarea{outline:none;}
input{margin:0;padding:0;border:none;}
input[type="button"],input[type="submit"]{box-sizing:content-box;}
textarea{resize:none;overflow:auto;} 
button{border: 0;background-color: transparent;outline: none;}
.layout{
width: 1200px;
margin: 0 auto;
}
@font-face {
    font-family: 'CALIBRIB';   
    src: url('../font/CALIBRIB.TTF');       
}
header{
    height: 140px;
    overflow: hidden;
}
header img{
    display: block;
    margin-top: 7px;
}
.content{
    height: 748px;
    background: url('../images/backg.jpg')no-repeat center top;
    
}
.cont{
    width: 1200px;
    margin: 0 auto;
    position: relative;
   
}
.imgPhone{
    position: absolute;
    top: 117px;
    left: 113px;
}
.cont p{
    position: absolute;
    font-size: 86px;
    color: #fff;
    top: 154px;
    left: 486px;
   
}
.cont p span{
    font-family: 'CALIBRIB';  
    font-size: 96px;
}
.imgZi{
    position: absolute;
    top: 268px;
    left: 506px;
}
.cont a{
    position: absolute;
    display: block;
    width: 238px;
    height: 74px;
    line-height: 74px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 40px;
    font-size: 30px;
    left: 500px;
    padding-left: 90px;
}
.cont a i{
    margin-left: 20px;
}
.cont .iphone{
    top: 440px;
    background: url('../images/ios.png')no-repeat 39px center;
}
.cont .Android{
    top: 552px;
    background: url('../images/安卓.png')no-repeat 39px center;
}
.iosImg{
    position: absolute;
    left:870px;
    top: 440px;
    display: none;
}
.AndroidImg{
    position: absolute;
    left:870px;
    top: 440px;
    display: none;
}
.cont .iphone:hover{
    width: 244px;
    height: 80px;
    line-height: 80px;
    border: none;
    padding-left: 93px;
    background:#302811 url('../images/ios.png')no-repeat 42px center;
}
.cont .Android:hover{
    width: 244px;
    height: 80px;
    line-height: 80px;
    border: none;
    padding-left: 93px;
    background:#302811 url('../images/安卓.png')no-repeat 42px center;
}
footer{
    background: #252416;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 12px;
}
footer p{
    font-size: 14px;
    color: #999;
    width: 1000px;
    margin: 0 auto;
    line-height: 18px;
}
footer p:nth-child(1){
    margin-bottom: 5px;
}