@charset"utf-8";
/*css document*/
*{padding:0;margin:0;}
body{background:#3a9bfc;}
.page_bg{background:linear-gradient(0deg,#3a9bfc,#067ff0);position: absolute;width:100%;height:100%;}
.ufo{position: absolute;right:0;top:0;background: url("../images/ufo.png") no-repeat;width:55px;height:103px;
    position: absolute;right:0;top:0;z-index: 10;}
.content_box {position: absolute;top: 5%;}
.content_box img{width:100%;}
.iphone_icon{width:30px;height:30px;background: url("../images/iphone_icon.png") no-repeat;display: inline-block;
    background-size: 84%;}
.iphone_word{width:150px;height:22px;background: url("../images/iphone_word.png") no-repeat;display: inline-block;
    background-size: 100%;}
.Android_icon{width:30px;height:30px;background: url("../images/android_icon.png") no-repeat;display: inline-block;
    background-size: 84%;}
.Android_word{width:150px;height:22px;background: url("../images/android_word.png") no-repeat;display: inline-block;
    background-size: 100%;}
.download_box {position: absolute;top: 65%;width:100%;display: flex;justify-content: center;}
.download_box li a{display: block;margin: 20px 0;padding:5px 15px;border:1px solid #97cdff;border-radius: 30px;overflow: hidden;}
.download_box li a:hover{background: rgba(0,0,0,0.5);-webkit-tap-highlight-color:transparent;padding:5px 15px;border:1px solid #97cdff;}

.ad_title{width: 130px;position: absolute;left: 50%;margin-left: -73px;top: 30px;}
.bottom_pic{position: fixed;bottom: -30px;}
.bottom_pic img{width:100%;}