/*reset.css*/

/* �������߾� */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements �ṹԪ�� */
dl, dt, dd, ul, ol, li, /* list elements �б�Ԫ�� */
pre, /* text formatting elements �ı���ʽԪ�� */
fieldset, lengend, button, input, textarea, /* form elements ��Ԫ�� */
th, td { /* table elements ���Ԫ�� */
    margin: 0;
    padding: 0;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
@font-face {
    font-family: FZYouHei-M-GB18030;
    src: url(fonts/FZYouHei-M-GB18030.TTF);
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url(https://s3-us-west-2.amazonaws.com/ylbservices-public/font/SourceHanSansCN-Regular.otf);
}
@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url(fonts/SourceHanSansCN-Medium.otf);
}
@font-face {
    font-family: SourceHanSansCN-Light;
    src: url(fonts/SourceHanSansCN-Light.otf);
}
@font-face {
    font-family: SourceHanSansCN-Normal;
    src: url(fonts/SourceHanSansCN-Normal.otf);
}

@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url(https://s3-us-west-2.amazonaws.com/ylbservices-public/font/SourceHanSansCN-Bold.otf);
}

@font-face {
    font-family: Gotham-Book;
    src: url(https://s3-us-west-2.amazonaws.com/ylbservices-public/font/Gotham-Book.otf);
}

/*@font-face {*/
    /*font-family: SourceHanSansCN-Bold;*/
    /*src: url("https://s3-us-west-2.amazonaws.com/ylbfont/SourceHanSansCN-Bold.otf");*/
/*}*/
/*@font-face {*/
    /*font-family: SourceHanSansCN-Regular;*/
    /*src: url("https://s3-us-west-2.amazonaws.com/ylbfont/SourceHanSansCN-Regular.otf");*/
/*}*/
/*@font-face {*/
    /*font-family: Gotham-Book;*/
    /*src: url("https://s3-us-west-2.amazonaws.com/ylbfont/Gotham-Book.otf");*/
/*}*/


body {
    font-family: Gotham-Book, SourceHanSansCN-Regular, 黑体;
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-family: SourceHanSansCN-Bold, 黑体;
}

/* �����б�Ԫ�� */
ul, ol, li {
    list-style: none;
}
i {
    font-style: normal;
}
/* �����ı���ʽԪ�� */
a {
    text-decoration: none;
}
b {
    font-weight: normal;
}
input,textarea {
    /*border-width: inherit;*/
    outline: none;
    border: none; /*兼容IE11,火狐*/
}
textarea {
    overflow: hidden;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

/*去掉select IE11浏览器的默认样式*/
select::-ms-expand{
    display:none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/**:hover, *:hover:before, *:hover:after {*/
    /*transition: color 300ms,*/
    /*border-color 300ms,*/
    /*background-color 300ms,*/
    /*background-image 300ms,*/
    /*opacity 300ms;*/
/*}*/
/*

Copyright (c) 2013, 16CODE(16code.com). All rights reserved.

*/
