﻿/*网页主体 overflow:hidden; height:inherit; */
* {
    margin: 0;
    padding: 0;
}

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;
    }
}

/*#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: 15%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 200px;
}

#MainPageFrame .Ico img {
    display: none;
}

#MainPageFrame .Ios {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 200px;
    height: 260px;
}

#MainPageFrame .Android {
    position: absolute;
    top: 50%;
    right: 20%;
    width: 200px;
    height: 260px;
}

#MainPageFrame .BottomInfo {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #CCCCCC;
    font-family: "Verdana";
    font-size: 20px;
}

#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: 600px;
    height: 600px;
    z-index: 999;
}


#MainPageFrame .wxgzh {
    position: absolute;
    top: 14%;
    width: 30%;
    text-align: center;
    left: 35%;
    /* display: none; */
}

#MainPageFrame .wxgzh2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    background-color: #EB548A;
}

#MainPageFrame .wxgzh2 img {
    max-width: 100%;
    max-height: 100%;
}
