﻿/*网页主体 overflow:hidden; height:inherit; */
*{margin:0px;padding:0px;}
body {background:#F7F7F7;font: 16px/1.8 "Verdana","SimHei";color:#F7F7F7;}
a img {border:none;}

/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    body {
        background: #F7F7F7;
    }
}

/* 平板之类的宽度 1024 以下设备 */
@media only screen and (min-width: 321px) and (max-width: 1024px) {
    body {
        background: #F7F7F7;
    }
}

/* PC客户端或大屏幕设备: 1028px 至更大 */
@media only screen and (min-width: 1029px) {
    body {
        background: #F7F7F7;
    }
}

/* 竖屏 */
@media screen and (orientation:portrait) and (max-width: 720px)

/* 横屏 */
@media screen and (orientation:landscape)

/*框架*/
#MainPageFrame {width:100%;height:100%;margin:auto;padding:0px;overflow:hidden;position:relative;}
/*#MainPageFrame {min-width:640px;max-width:720px;height:960px;margin:auto;padding:0px;overflow:hidden;position:relative;}*/
#MainPageFrame .Logo {position:absolute;top:10%;left:50%;margin-left:-100px;width:200px;height:212px;}
#MainPageFrame .Ico {position:absolute;top:35%;left:50%;margin-left:-100px;width:200px;height:200px;}
#MainPageFrame .Ios {position:absolute;top:60%;left:20%;width:200px;height:260px;}
#MainPageFrame .Android {position:absolute;top:60%;right:20%;width:200px;height:260px;}
.BottomInfo {position:relative;bottom:0px;left:0px;
width:100%;
height:116px;
text-align:center;
line-height:180px;
color:#CCCCCC;font-family:"Verdana";font-size:17px;
/*background-image: url(./images/custom/invite_bg.png);*/
background-position: center bottom;
background-repeat: repeat-x;
background-size:100%;
}
#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20000;
}
#mcover img {
    position: fixed;
    right: 18px;
    top: 5px;
    width: 300px;
    height: 300px;
    z-index: 999;
}
