body,
textarea {
  margin: 0;
  padding: 0;
  font: 12px arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table,
td,
tr,
th {
  border-collapse: collapse;
}
li {
  list-style-type: none;
}
img {
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none;
}
input {
  outline: none;
}
address,
cite,
code {
  font-weight: normal;
  font-style: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  background-image: none !important;
  transition: background-color 50000s ease-in-out 0s;
}
input::-webkit-input-safebox-button {
  display: none;
}
input::-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1E4E9D;
  text-decoration: underline;
}
em {
  color: #D92424;
  font-style: normal;
}
a:visited {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
input,
textarea {
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
}
body {
  position: relative;
}
.container {
  margin: 0 auto;
  width: 94%;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.header {
  padding: 18px 0;
  background: #1d3c8e url(../images/screen-header-bg.png) no-repeat center top;
  background-size: auto 100%;
}
.header .header-icon {
  height: 44px;
}
.footer {
  height: 160px;
  padding-top: 50px;
  background: #081627;
  text-align: center;
  font-size: 0;
  line-height: 20px;
}
.footer span,
.footer a {
  margin: 0 3px;
  font-size: 16px;
  color: #fff;
}
.footer .footer-list {
  margin-top: 18px;
}
.footer .footer-list:first-child {
  margin: 0;
}
.main {
  height: calc(100vh - 240px);
  min-height: 570px;
}
.main .container {
  height: 100%;
}
.main .main-cont {
  height: 100%;
  display: flex;
  align-items: center;
}
.main .app-links {
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.main .app-links li {
  float: left;
  width: 25%;
  height: 50%;
}
.main .app-links .li-cont {
  position: relative;
  margin: 12px;
  height: calc(100% - 24px);
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.main .app-links a.li-cont:hover {
  color: #1d3c8e;
  box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.main .app-links .li-cont.li-0 {
  background: #F5F9FF;
}
.main .app-links .li-cont.li-1 {
  background: #FDF9F6;
}
.main .app-links .li-cont.li-2 {
  background: #F5F7FF;
}
.main .app-links .li-cont.li-3 {
  background: #F9F5FE;
}
.main .app-links .li-cont.li-4 {
  background: #EFF6FA;
}
.main .app-links .li-cont.li-5 {
  background: #F5F9FF;
}
.main .app-links .li-cont.li-6 {
  background: #EFF7F5;
}
.main .app-links .li-cont.li-7 {
  background: #F5F9FF;
}
.main .app-links .link-img {
  height: 48px;
}
.main .app-links .app-info {
}
.main .app-links .link-title {
  margin-top: 25px;
  font-size: 20px;
  line-height: 26px;
}
.main .app-links .title-en {
  margin-top: 22px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #666;
}
.main .app-links .link-btn {
  margin-top: 30px;
  display: block;
  width: 128px;
  border-radius: 17px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.main .app-links .link-state {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0 11px;
  border-radius: 10px 0 10px 0;
  background: #DE5147;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .main .app-links .link-title{
    margin-top: 18px;
    font-size: 18px;
  }
  .main .app-links .title-en{
    margin-top: 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body {
    min-width: auto;
  }
  .header .header-icon {
    height: auto;
    width: 90%;
  }
  .main .main-cont{
    margin: 0 -8px;
  }
  .main .app-links li {
    width: 50%;
  }
  .main .app-links .li-cont{
    margin: 5px;
    height: 180px;
  }
  .main {
    margin: 20px 10px;
    height: auto;
  }
  .main .app-links .link-title {
    margin-top: 14px;
    font-weight: normal;
    font-size: 16px;
  }
  .main .app-links .app-info {
    top: 25px;
    left: 25px;
    right: 25px;
  }
  .main .app-links .link-title:after {
    bottom: -14px;
  }
  .main .app-links .title-en {
    margin-top: 10px;
    font-size: 14px;
  }
  .main .app-links .link-btn {
    margin-top: 20px;
    line-height: 26px;
    font-size: 12px;
    width: 110px;
  }
  .footer {
    padding: 15px 0;
    height: auto;
    line-height: 16px;
  }
  .footer .footer-list {
    margin-top: 10px;
  }
  .footer span,
  .footer a {
    font-size: 12px;
  }
}
/*# sourceMappingURL=screen.css.map */