﻿body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
figure,
figcaption {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Regular;
    src: url('../font/Alibaba-PuHuiTi-Regular.ttf');
}
@font-face {
    font-family: 'Medium';
    src: url('../font/Alibaba-PuHuiTi-Medium.ttf');
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-size: 100%;
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

ol,
ul {
    list-style: none
}

a {
    display: inline-block;
    /* width: 100%;
    height: 100%; */
    color: #333;
    text-decoration: none;
}

html,body {
    font: 2px Regular, Arial;
    color: #fff;
    height: 100%;
    overflow-y: auto;
}
body::-webkit-scrollbar {
	display: none;
}
input {
    outline: none;
}

img {
    width: 100%;
    height: 100%;
    transition: transform 1s;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}