﻿*,*:before,*:after {box-sizing: border-box;}
* {padding:0;marging:0}；
html,body {min-height: 100%;}
html { font-size: 10px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,em{margin:0;padding:0;font-family:Microsoft Yahei;}
body{text-align:center;font-size:100%;background: #efefef; color: #4c4c4c;font-size: 1.6rem; line-height: 2.2rem; }
table{text-align:center;margin:0px auto;border-collapse:collapse;border-spacing:0;}
table tr{}
table tr td{border : 1px #dededf solid;}
fieldset,img{border: 0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font:100% Tahoma,Helvetica,Arial,sans-serif;}
input{padding-left:0px;}
blockquote, q {quotes: "" "";}

.clear{clear:both;height:0px;overflow:hidden;}
::-webkit-scrollbar {
    width: 0px;
}

.my-gallery{ overflow: hidden;}
.my-gallery div{  overflow: hidden; float: left; margin-top: 5px;margin-right: 5px; max-height: 1000px;}
.my-gallery img{ max-height: 1000px; }



figure{
 -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}