@charset "utf-8";
/* ==============Winter——www.yisiy.com================= */
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;padding: 0;
}
/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
body,button, input, select, textarea /* for ie */ {font: 14px/1.5 \5FAE\8F6F\96C5\9ED, sans-serif, Arial;}
body {background:#fff;-webkit-text-size-adjust:100%;color: #333;}
.body-maxwidth{max-width: 1920px;margin: 0 auto;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;overflow: visible;line-height: 1.16;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */
/* em, strong, b , i{font-style:normal;font-weight:normal;} */
/** 重置列表元素 **/
ul, ol {list-style-type: none;margin: 0;padding: 0;}
ul, ol ,li { list-style: none;}
/** 重置文本格式元素 **/
a{transition: all .4s ease}
a,a:active {color: inherit;text-decoration: none;cursor: pointer;border: 0;}
sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }
span{line-height: normal;}
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; border-radius: 0;} /* 使得表单元素在 ie 下能继承字体大小 */
button{border:0;background-color:none;outline:none;-webkit-appearance: none;}
select {border: none;appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right: 14px;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/gather/comeSl.png") no-repeat scroll right 12px center transparent;
}
textarea { resize:none; } /* 禁用了文本的拖拉，尤其在谷歌下 */
select, button, input,img {vertical-align: middle;}
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {display: block;margin: 0;padding: 0;}
mark { background: #ff0; }
/* <input>标签 */
input{border: none;appearance:none;-moz-appearance:none;outline:none;-webkit-appearance: none;}
input:focus{ outline:none; }/* input标签聚焦不出现默认边框 */
/* input标签placeholder样式重设 */
:-moz-placeholder {color:#666;font-size: 16px;}
::-moz-placeholder {color:#666;font-size: 16px;}
input:-ms-input-placeholder{color:#666;font-size: 16px;}
input::-webkit-input-placeholder{color:#666;font-size: 16px;}
/* 重绘元素边框盒 */
*{ box-sizing:border-box;}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}
/* 为了使文本段落左右两边对齐 */
/* p{text-align:justify; text-justify:distribute;} */
p{line-height: 1em;}
/* =======================================winter==自定义=========================================== */
/* 禁止文本复制粘贴 */
.banSelect {-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}
/* 引入字体 */
/* @font-face {font-family: 'GOTHAMHTF';src: url('../fonts/GOTHAMHTF-MEDIUM.OTF');}
@font-face {font-family: 'GOTHAMHTF-BOLD';src: url('../fonts/GOTHAMHTF-BOLD.OTF');}
@font-face {font-family: 'DINCOND';src: url('../fonts/DINCOND-BOLD.OTF');}
@font-face {font-family: 'HALLMARKE';src: url('../fonts/HALLMARKE-CONDENSED-BOLD.WOFF.TTF');} */
@font-face {font-family: 'pingfang';src: url('../fonts/pingfang.otf');}
/* 清除浮动 */
.clearFix {*zoom:1}
.clearFix:before, .clearFix:after {display:table;content:""}
.clearFix:after {clear:both}
/* 文字竖排 */
.rowWords {writing-mode: vertical-lr;writing-mode: tb-lr;white-space: nowrap;}
/* 文字限制行数 */
/* 限制一行 */
.lineLimit {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.lineLimits {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/* 【不推荐】遮挡限制多行兼容 必须限高 */
.lineLimitFit {position:relative;overflow:hidden;height: auto;}
.lineLimitFit:after {content:"...";letter-spacing: 3px;font-weight: bold;position:absolute;bottom:0;line-height: initial;right:0;padding-left:36px;background: -webkit-linear-gradient(left, transparent, #fff 55%);background: -o-linear-gradient(right, transparent, #fff 55%);background: -moz-linear-gradient(right, transparent, #fff 55%);background: linear-gradient(to right, transparent, #fff 55%);}


/* 字体图标 */
@font-face {font-family: "icon";src: url('../fonts/iconfont.ttf') format('truetype');}
.icon{font-family: "icon" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.icon-weibo:before {content: "\f01af";}.icon-zhuye:before {content: "\e63a";}.icon-gou:before {content: "\e610";}.icon-qqkongjian:before {content: "\e80f";}.icon-xiazai1:before {content: "\e63b";}.icon-zuobiaofill:before {content: "\e768";}.icon-bofang:before {content: "\e653";}.icon-pinterest:before {content: "\e63c";}.icon-tumblr:before {content: "\e63d";}.icon-stop:before {content: "\e650";}.icon-sanjiaodown:before {content: "\e6b5";}.icon-gou1:before {content: "\e651";}.icon-kefu:before {content: "\e63e";}.icon-xiaoxi1:before {content: "\e64d";}
.icon-top:before {content: "\e64c";}.icon-zhiding:before {content: "\e684";}.icon-facebook:before {content: "\e609";}.icon-zhankai:before {content: "\e64a";}.icon-zuobiao:before {content: "\e64b";}.icon-fenxiang:before {content: "\e60a";}.icon-dianhua:before {content: "\e633";}.icon-shanchu:before {content: "\e624";}.icon-dianhua1:before {content: "\e627";}.icon-shijian:before {content: "\e8c4";}.icon-sousuo:before {content: "\e649";}.icon-arrow-right:before {content: "\e765";}.icon-arrow-left:before {content: "\e766";}.icon-tuichu:before {content: "\e6c9";}
.icon-guanbi:before {content: "\e64e";}.icon-tongzhi:before {content: "\e667";}.icon-zhihu:before {content: "\e51a";}.icon-twitter:before {content: "\e655";}.icon-shangjiantou:before {content: "\e61e";}.icon-xiajiantou:before {content: "\e61f";}.icon-fangda:before {content: "\e64f";}.icon-QQ:before {content: "\e611";}.icon-denglu:before {content: "\e70d";}.icon-tongzhi1:before {content: "\e60d";}.icon-mima:before {content: "\e60e";}.icon-lingying:before {content: "\e615";}.icon-gouwuche:before {content: "\e690";}.icon-weixin:before {content: "\e65c";}
.icon-xiazai:before {content: "\e635";}.icon-yanjing_bi:before {content: "\e601";}.icon-huodong:before {content: "\e614";}.icon-googleplus:before {content: "\e7a4";}.icon-guanbi1:before {content: "\e513";}.icon-youxiang:before {content: "\e654";}.icon-erweima:before {content: "\e656";}.icon-youjiantou:before {content: "\e622";}.icon-zuojiantou:before {content: "\e623";}.icon-yanjing-zhengyan:before {content: "\e63f";}.icon-fanhui:before {content: "\e60f";}.icon-remen:before {content: "\e8c9";}.icon-xiaoxi:before {content: "\e603";}.icon-shouji:before {content: "\e604";}
.icon-dianhua2:before {content: "\e65d";}.icon-fasong:before {content: "\e612";}.icon-youtube:before {content: "\e73b";}.icon-instragram:before {content: "\e68c";}.icon-yuyan1:before {content: "\e85f";}.icon-zhuce:before {content: "\e657";}.icon-suoxiao:before {content: "\e65e";}.icon-douyin:before {content: "\e502";}.icon-bangzhu:before {content: "\e62c";}.icon-zhuanfa:before {content: "\e6e8";}.icon-behance:before {content: "\e60b";}.icon-yuyan:before {content: "\e519";}.icon-yuyan2:before {content: "\e640";}
