/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li,span{ margin:0; padding:0; }
body{font:normal 12px  "Arial","方正兰亭黑简体","Tahoma",sans-serif; margin:0;padding:0; }
ul,ol{list-style:none;padding: 0px;overflow: visible;}
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td, fieldset, label, legend,dt,dd,dl{margin:0;padding:0;}
section, article, aside, header, footer, nav, dialog, figure,figcaption {display: block;}
em, i { font-style:normal }
img { border:0;padding:0; }
.clearfloat{clear:both;}
a,button,input,optgroup,select,textarea,span{-webkit-tap-highlight-color:rgba(0,0,0,0);}
a, img{-webkit-touch-callout: none;}
a:hover{text-decoration:none}
ins,a{text-decoration:none}
body,html{width: 100%; max-width:750px; margin:0 auto;}
body{position: relative; -webkit-overflow-scrolling:touch;background:#e5e5e5;}
.hide{display: none;}


.main { width:100%; min-width:320px; margin:0 auto;  position:relative;  overflow:hidden; padding-bottom:0rem;}
.main img { width:100%; height:auto; display:block;}

.share{position: absolute;right: 0.16rem;top: 0.4rem;width: 1.04rem;z-index:9}
.share img{width: 100%;display: block;}

.pic { position:relative; z-index:1;}
img.i2_j { width:3.47rem; height:auto; position:absolute; z-index:9; bottom:0.85rem; left:50%; margin-left:-1.735rem;animation:mymove 3s infinite;}
img.i1_j { width:1.28rem; height:auto; position:absolute; z-index:9; bottom:0.1rem; right:0.54rem; margin-left:-1.735rem;animation:mymove 3s infinite;}
img.i3_j { width:1.28rem; height:auto; position:absolute; z-index:9; bottom:0.9rem; right:0.54rem; margin-left:-1.735rem;animation:mymove 3s infinite;}
img.i4_j { width:1.28rem; height:auto; position:absolute; z-index:9; bottom:0.8rem; right:0.54rem; margin-left:-1.735rem;animation:mymove 3s infinite;}


@keyframes mymove
    {
        0%{
        transform: scale(1); 
        }
        25%{
            transform: scale(0.9); 
        }
        50%{
            transform: scale(1);
        }
        75%{
            transform: scale(0.9);
        }

    }
