@charset "UTF-8";
@font-face {
  font-family: 'Alibaba-PuHuiTi-Bold';
  src: url("/cms/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Bold.otf");
  font-family: 'Alibaba-PuHuiTi-Heavy';
  src: url("/cms/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Heavy.otf");
  font-family: 'Alibaba-PuHuiTi-Light';
  src: url("/cms/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Light.otf");
  font-family: 'Alibaba-PuHuiTi-Medium';
  src: url("/cms/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Medium.otf");
  font-family: 'Alibaba-PuHuiTi-Regular';
  src: url("/cms/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Regular.otf");
  font-family: 'AlibabaPuHuiTiR';
  src: url("/cms/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Regular.otf"); }
body {
  font-size: 14px;
  font-family: 'PingFangSC-Regular,PingFang SC;';
  font-weight: 400;
  color: #333333; }

.c-left {
  float: left; }

.c-right {
  float: right; }

.c-clearfix::after {
  display: block;
  content: '';
  clear: both; }

.c-eli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

ul {
  list-style: none; }

.c-box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.c-cur {
  cursor: pointer; }

a:hover {
  color: #f95e00; }

/*包含以下四种的链接*/
a {
  text-decoration: none; }

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none; }

/*已经访问过的链接*/
a:visited {
  text-decoration: none; }

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none; }

/* 正在点击的链接*/
a:active {
  text-decoration: none; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
input,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

/*# sourceMappingURL=global.css.map */
