/*
* 重置默认样式
* */
/* CSS Document */

@font-face {
    font-family: 'NotoSansCJK-Regular-1';
    src: url(../font/NotoSansCJK-Regular-1.otf);
}


@font-face {
    font-family: 'Poppins-Black';
    src: url(../font/Poppins-Black.ttf);
}
@font-face {
    font-family: 'Poppins-BlackItalic';
    src: url(../font/Poppins-BlackItalic.ttf);
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url(../font/Poppins-Bold.ttf);
}
@font-face {
    font-family: 'Poppins-BoldItalic';
    src: url(../font/Poppins-BoldItalic.ttf);
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url(../font/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: 'Poppins-ExtraBoldItalic';
    src: url(../font/Poppins-ExtraBoldItalic.ttf);
}
@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url(../font/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: 'Poppins-ExtraLightItalic';
    src: url(../font/Poppins-ExtraLightItalic.ttf);
}
@font-face {
    font-family: 'Poppins-Italic';
    src: url(../font/Poppins-Italic.ttf);
}
@font-face {
    font-family: 'Poppins-Light';
    src: url(../font/Poppins-Light.ttf);
}
@font-face {
    font-family: 'Poppins-LightItalic';
    src: url(../font/Poppins-LightItalic.ttf);
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url(../font/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'Poppins-MediumItalic';
    src: url(../font/Poppins-MediumItalic.ttf);
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url(../font/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src: url(../font/Poppins-SemiBoldItalic.ttf);
}
@font-face {
    font-family: 'Poppins-Thin';
    src: url(../font/Poppins-Thin.ttf);
}
@font-face {
    font-family: 'Poppins-ThinItalic';
    src: url(../font/Poppins-ThinItalic.ttf);
}
@font-face {
    font-family: 'Alibaba Puhui';
    src: url('https://example.com/fonts/Alibaba-Puhui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
abbr,article,aside,audio,canvas,datalist,details,figure,footer,hgroup,header,mark,menu,meter,nav,output,progress,section,time,video{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 100%;
    font-family: 'NotoSansCJK-Regular-1','Poppins-Black','Poppins-BlackItalic','Poppins-Bold','Poppins-BoldItalic','Poppins-ExtraBold','Poppins-ExtraBoldItalic','Poppins-ExtraLight','Poppins-ExtraLightItalic','Poppins-Italic','Poppins-Light','Poppins-LightItalic','Poppins-Medium','Poppins-MediumItalic','Poppins-Regular','Poppins-SemiBold','Poppins-SemiBoldItalic','Poppins-Thin','Poppins-ThinItalic','Alibaba Puhui', "宋体",sans-serif;
    vertical-align: baseline;
    background: transparent;
}
.article,aside,audio,canvas,datalist,details,figure,footer,hgroup,header,mark,menu,meter,nav,output,progress,section,time,video{
    display: block;
}
body {
    line-height: 1.15;
}
ol, ul ,li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
legend{
    display:none;
}
img{ vertical-align: middle;}

input,button{
    overflow:visible;
    margin: 0;
    padding: 0;}
a{
    text-decoration: none;
    color: #000;
}
input {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}