*{
	color: #333;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6, input, select, textarea {
    outline: 0;
    font-weight: 400;
    font-size: 100%;
}
ul,li{
	list-style-type: none;
}
img{
	display: inline-block;
}
a{
	transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
	outline:none;
}
a:hover{
	cursor: pointer;
	transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}	 
.clearfloat{
	zoom:1
} 
body{
	width: 100%;
	min-width: 1200px;
	background: #FFFFFF;
}
::-webkit-scrollbar {
    width: 0px;
    height: 7px;
}
img, .ani {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

input, textarea, select {
    font-size: 12px;
    color: #444;
    font-family: "微软雅黑", "Microsoft Yahei";
}

input[type='submit'], input[type='reset'], input[type='button'], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*@font-face {
    font-family: 'iconfont';
    src: url("https://www.alexandragalleries.com/zt/public/fonts/iconfont.eot");
    src: url("https://www.alexandragalleries.com/zt/public/fonts/iconfont.eot") format('embedded-opentype'),
    url("https://www.alexandragalleries.com/zt/public/fonts/iconfont.woff") format('woff'),
    url("https://www.alexandragalleries.com/zt/public/fonts/iconfont.ttf") format('truetype'),
    url("https://www.alexandragalleries.com/zt/public/fonts/iconfont.svg#iconfont") format('svg');
}
@font-face { 
  font-family: 'sophis'; 
  src: url("https://www.alexandragalleries.com/zt/public/fonts/sophisticate ssi semi bold italic.ttf");
}

@font-face { 
  font-family: 'PAINP'; 
  src: url("https://www.alexandragalleries.com/zt/public/fonts/painp.ttf");
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}*/