﻿/*
* name: responsive StyleSheet
* version: v1.1.2
* update: 响应图片手机默认显示
* data: 2015-02-11
*//* import responsive stylesheet */
@import url(/css/b1hl07pw.css) screen and (max-width: 64em);
@import url(/css/bh1vqo7j.css) screen and (max-width: 40em);
/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea
{
    display: none;
}/*
* PcMode
*/
body:after
{
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: 'Pc';
}
.PcMode:after
{
    content: 'Pc'!important;
}
.UnpcPush, .MobilePush
{
    display: none;
}/*
* PadMode
*/
@media only screen and (max-width: 64em)
{
    body:after
    {
        content: 'Pad';
    }
    body
    {
        user-select: none;
        -webkit-user-select: none;
    }
    body, input, textarea, button, select
    {
        font-family: inherit;
        font-size: 8px;
    }
    .wrap
    {
        padding-left: 2%;
        padding-right: 2%;
        max-width: none;
    }
    .PcPush
    {
        display: none;
    }
    .UnpcPush
    {
        display: block;
    }
}/*
* MobileMode
*/
@media only screen and (max-width: 40em)
{
    body:after
    {
        content: 'Mobile';
    }
    body, input, textarea, button, select
    {
        font-size: 10px;
    }
    .UnmobilePush
    {
        display: none;
    }
    .MobilePush
    {
        display: block;
    }
    img[data-src]
    {
        opacity: 1;
    }
}
