/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

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; }

main {
  width: 100%; }
  main .terminal-image {
    width: 100%; }
    main .terminal-image .container {
      width: 1200px;
      margin: 0 auto;
      margin-top: 90px;
      margin-bottom: 90px; }
      main .terminal-image .container .title {
        width: 100%;
        height: 62px;
        text-align: center;
        position: relative;
        margin: 0 auto; }
        main .terminal-image .container .title .chineseTitle h1 {
          font-size: 32px;
          color: #333;
          font-weight: 500; }
        main .terminal-image .container .title .level-line {
          height: 1px;
          width: 80px;
          background-color: rgba(0, 0, 0, 0.1);
          position: absolute;
          left: 50%;
          bottom: 0;
          margin-left: -40px; }
      main .terminal-image .container .terminal-con {
        width: 100%;
        height: 426px;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        position: relative; }
        main .terminal-image .container .terminal-con .right-text {
          position: absolute;
          width: 276px;
          height: 150px;
          bottom: 0;
          right: 0; }
          main .terminal-image .container .terminal-con .right-text .tison {
            width: 276px;
            font-family: MicrosoftYaHei;
            font-size: 46px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 23px;
            letter-spacing: 35px;
            color: #333333;
            opacity: 0.05; }
          main .terminal-image .container .terminal-con .right-text .text {
            text-indent: 24px;
            width: 277px;
            height: 83px;
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 23px;
            letter-spacing: 0px;
            color: #999999;
            position: absolute;
            bottom: 0; }

/*# sourceMappingURL=terminal.css.map */
