@media all and/*!preserve */
(max-width: 780px) {

    body {
        overflow-x: hidden;
        background: url('../images/mobile_bg.png') repeat-x #ffffff;
    }

    .media-pc {
        display: none;
    }

    .media-mobile {
        display: block;
    }
    .media-mobile > .shadow{
        position: absolute;
        right: 0;
        top: 0;
        width:20%;
    }
    .media-mobile > .shadow img{
        width:100%;
    }

    .media-mobile > .content {
        min-height: 300px;
    }

    .media-mobile > .content > .logo {
        margin: 25px 25px;
        display: block;
        width: 30%;
    }

    .media-mobile > .content > .text {
        margin: 0px auto;
        display: block;
        width: 70%;
    }

    .media-mobile > .content > h1 {
        text-align: center;
        font-size: 28px;
        color: #0791f3;
    }

    .media-mobile > .content > .download-btn {
        display: block;
        width: 200px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #0a8dea;
        font-size: 28px;
        border-radius: 30px;
        margin: 20px auto 30px;
        text-decoration: none;
        background: #ff8091;
        color: #ffffff;
    }

    .media-mobile > .content > .cover {
        margin: 0px 10px 20px;
        display: block;
        width: 80%;
    }

    .footer {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        padding: 5px;
        color: #e5e5e5;
        font-size: 12px;
        text-align: center;
    }

    .media-mobile > .content > .download-btn:hover {
        /*border: 3px solid #4155e6;
        background: #4155e6;*/
    }

    footer {
        width: auto
    }

    footer .links, footer .copyright {
        width: auto;
        left: auto;
    }

    footer .copyright {
        display: none;
    }

    footer .official-site {
        display: block;
        margin-bottom: 12px;
    }

    footer a:link, footer a:visited {

    }

    footer a:active, footer a:hover {

    }

    footer .links {

    }

    footer .links > li {

    }

    .jiathis_style {
        display: none;
    }

    .info-content {
        display: none;
    }
	
	#weixin-tip{display: none; position: fixed; left:0; top:0; background: rgba(0,0,0,0.8); filter:alpha(opacity=80); width: 100%; height:100%; z-index: 100;} 
	#weixin-tip p{text-align: center; margin-top: 10%; padding:0 5%; position: relative;}
	#weixin-tip img{ width:100%;}
	#weixin-tip .close{
		color: #fff;
		padding: 5px;
		font: bold 20px/20px simsun;
		text-shadow: 0 1px 0 #ddd;
		position: absolute;
		top: 0; left: 5%;
	}

}

