@font-face {
    font-family: 'xingcao';
    src: url("./xindexingcao.ttf");
}
@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url("./SourceHanSerifCN-Bold.otf");
}

@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url("./SourceHanSerifCN-Medium.otf");
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url("./SourceHanSansCN-Regular.otf");
}
@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url("./SourceHanSerifCN-Heavy.otf");
}

/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;s
}
body{
}
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    /*font-family: '微软雅黑';*/
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*禁止手动修改大小*/
textarea {
    resize: none;
}
/*去掉图片底部默认空白缝隙*/
img {
    border: 0;
    vertical-align: middle;
}
/*合并外连线*/
table {
    border-collapse: collapse;
}

body {
    color: #2b2b2b;
    background: #fff;
}
html,body{
    width: 100%;
    height: 100%;
}
/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    /*color: #C81623;*/
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}


/*公共类*/


.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}

.hide {
    display: none;
}
.text_eps{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.text_eps3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text_eps2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

* {
    font-weight: 400;
    font-family: 'SourceHanSerifCN-Regular';
}

* {
    box-sizing: border-box!important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    white-space: normal;
    margin: 0;
    padding: 0;
}

.text-indent-2{/*缩进2个字*/
    /*text-indent:2em*/

}
.hand{
    cursor:pointer;
    -webkit-transition:0.5s all;/* 适用Safari 和 Chrome兼容 */
    -moz-transition:0.5s all;/* 适用Firefox兼容 */
    -ms-transition:0.5s all;/* 适用IE9兼容 */
    -o-transition:0.5s all;/* Opera */
    transition: .5s;
}
.hand:hover{
    letter-spacing:3px ;
    -webkit-transition:0.5s all;/* 适用Safari 和 Chrome兼容 */
    -moz-transition:0.5s all;/* 适用Firefox兼容 */
    -ms-transition:0.5s all;/* 适用IE9兼容 */
    -o-transition:0.5s all;/* Opera */
    transition: .5s;
    /*-webkit-transform:scale(1);!*在Safari 和 Chrome兼容下还原*!
    -moz-transform:scale(1);!*在Firefox兼容下还原*!
    -ms-transfrom:scale(1);!*在IE9兼容下还原*!
    -o-transform:scale(1);!*在opera兼容下还原*!
    transform:scale(1);!*适用于所有浏览兼容下还原*!*/
}

.center-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*css初始化完成*/
