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,
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;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

:focus {
  outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select, button {
  vertical-align:middle;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
a,
a:hover,
a:after {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
ul li {
  list-style-type: none;
  border: none;
}

.cle9{
  color: #e9e9ea;
}
.red{
  color: #e52a33;
}
.bgf{
  background-color: #ffffff;
}
#app{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.systemBox{
  background: url('./image/bg-01.png') no-repeat;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.systemTitSize{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contentImgBox{
  display: flex;
  justify-content: center;
}
.systemTit{
  display: flex;
  color: #fff;
  padding: 4% 21%;
}
.systemTitSize h4{
  font-size: 42px;
}
.systemTitSize p{
  font-size: 34px;
}
.contentImg{
  padding: 0 2%;
  /* position: relative; */
}
.contentSize{
  /* position: absolute;
  bottom: 0px; */
  height: 122px;
  background: #1C6FCA;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentSize p{
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}
.contentImgOne{
  background: url('./image/img-01.png') no-repeat;
  width: 500px;
  height: 438px;
}
.contentImgTwo{
  background: url('./image/img-02.png') no-repeat;
  width: 500px;
  height: 438px;
}
@media screen and (max-width: 1366px) {
  .contentImgOne {
    background: url(./image/img-01.png) no-repeat;
    width: 350px;
    height: 320px;
    background: cover;
    background-size: cover;
  }
  .contentImgTwo{
    width: 350px;
    height: 320px;
    background-size: cover;
  }
  .contentSize{
    height: 88px;
  }
  .contentSize p {
    font-size: 26px;
  }
  .systemTit {
    padding: 4% 21%;
    align-items: center;
  }
  .systemTitSize h4 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .systemTitSize p {
    font-size: 30px;
  }
}