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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    zoom: 1;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /* font: 400 1em/1.8 Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; */
    font:400 1em/1.8 "Microsoft Yahei", "PingFang SC", "Avenir", "Segoe UI", "Hiragino Sans GB", STHeiti, "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif
}

.zoom{cursor:default;}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.ty-bg-wrap {
    width: 100%;
    height: 560px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff no-repeat center top;
    background-size: cover;
    z-index: -1;
    overflow: hidden;
}
.ty-bg-wrap .diamond-wrap {
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 0px;
    pointer-events: none;
    margin-left: -1500px;
    border-width: 1500px 1500px;
    border-style: solid solid none;
    border-color: rgb(240, 244, 245);
    border-color: rgba(240, 244, 245, 0.7) rgba(240, 244, 245, 0.7);
    border-image: initial;
    border-top: 152px solid transparent;
    border-bottom: none;
    *display: none;
}
.ty-bg-wrap .diamond-wrap .dim-inner {
    position: absolute;
    bottom: 0px;
    margin-left: -1500px;
    border-width: 1500px 1500px;
    border-style: solid solid none;
    border-color: #fff;
    border-image: initial;
    border-top: 96px solid transparent;
    border-bottom: none;
}

/* @font-face { font-family: 'iconfont'; src: url("/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.eot"); src: url("/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.eot?#iefix") format("embedded-opentype"), url("/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.woff2") format("woff2"), url("/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.woff") format("woff"), url("/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.ttf") format("truetype"), url("/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.svg#iconfont") format("svg"); } */
@font-face {
    font-family: 'iconfont'; 
    src: url('/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.eot');
    src: url('/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfon.woff2') format('woff2'),
    url('/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.woff') format('woff'),
    url('/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.ttf') format('truetype'),
    url('/abc/MoBanImgs/TenYears2019/PC/Zixin/assets/font/iconfont.svg#iconfont') format('svg');
  }
.iconfont { font-family: 'iconfont' !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }