body,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
body {
  background: url(/static/image/back.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* position: fixed;
        top: 0;
        left: 0; */
  width: 100%;
  height: 100%;
}
/* body {
            background-color: #f1f1f1;
        } */
@media screen and (min-width: 500px) {
  .top {
    position: absolute;
    width: 100%;
    top: 0px;
    background-image: linear-gradient(180deg, #0b3362 0%, #1f4873 100%);
    border-bottom: 1px solid #6682a2;
  }
  .top .content {
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .top .content .left {
    display: flex;
  }
  .top .content .left a {
    text-align: left;
    width: 21rem;
    text-decoration: none;
  }
  .top .content .left img {
    width: 100%;
    margin-top: 10px;
    margin-right: 5px;
  }
  .switch {
    line-height: 60px;
    margin-right: 15px;
  }
  .switch span {
    height: 10px;
    color: #fff;
    margin: 0 5px;
    white-space: nowrap;
  }
  .switch a {
    color: #fff;
    font-size: 14px;
  }
  .top_lang {
    background: #ffffff33;
    height: 35px;
    display: flex;
    padding: 4px 5px 0;
    box-sizing: border-box;
    line-height: 35px;
    border-radius: 25px;
    margin-top: 10px;
  }
  .top_lang a {
    height: 28px;
    cursor: pointer;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    font-size: 14px;
  }
  .top_lang .active {
    background: #1683ce;
    color: #fff !important;
    width: 50px;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
  }
  .container {
    position: absolute;
    width: 100%;
    top: 57px;
    margin: 0 auto;
    min-width: 800px;
    padding: 35px;
    min-height: 72.5vh;
    max-height: 100vh;
    margin-bottom: 0px;
    box-sizing: border-box;
  }
  .innerBox {
    min-width: 800px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .error_message {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .container h1 {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
  .container h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .container img {
    width: 30px;
  }
  .error_link h2 {
    padding-bottom: 10px;
    margin-top: 16px;
    margin-bottom: 0 !important;
  }
  .error_message p:first-child {
    color: #333;
  }
  .error_message,
  .error_link p {
    line-height: 36px;
    color: #707070;
    font-size: 16px;
  }
  .container h1 img {
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .container h3 img {
    width: 35px;
    vertical-align: middle;
    margin-right: 5px;
  }
}
@media screen and (min-width: 500px) {
  .footer {
    padding: 25px 7rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #5d5d5d;
    color: #ffffffcf;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
  }
  .footer_left {
    overflow: hidden;
  }
  .footer_left img {
    margin-right: 15px;
    width: 80px;
    float: left;
  }
  .footer_left .company {
    float: left;
    border-left: 1px dashed;
    padding-left: 15px;
  }
  .footer_left .company p {
    line-height: 27px;
  }
  .footer_right {
    float: right;
    width: 24rem;
  }
  .footer_right img {
    float: right;
    margin-left: 10px;
    width: 50px;
    margin-top: 10px;
  }
  .footer .copyright p {
    line-height: 25px;
  }
  .footer .copyright p a {
    color: #ffffffcf;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 15px;
    box-sizing: border-box;
    background: #5d5d5d;
    color: #ffffffcf;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
  }
  .footer_left {
    display: none;
  }
  .footer_right img {
    display: none;
  }
  .copyright p {
    line-height: 25px;
  }
  .copyright p a {
    color: #ffffffcf;
    text-decoration: none !important;
  }
}
@media screen and (min-width: 500px) {
  .footer {
    position: absolute;
    bottom: 0px;
    padding: 25px 7rem;
    justify-content: space-between;
    box-sizing: border-box;
    background: #5d5d5d;
    color: #ffffffcf;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
  }
  .footer_left {
    overflow: hidden;
  }
  .footer_left img {
    margin-right: 15px;
    width: 80px;
    float: left;
  }
  .footer_left .company {
    float: left;
    border-left: 1px dashed;
    padding-left: 15px;
  }
  .footer_left .company p {
    line-height: 27px;
  }
  .footer_right {
    float: right;
    width: 24rem;
  }
  .footer_right img {
    float: right;
    margin-left: 10px;
    width: 50px;
    margin-top: 10px;
  }
  .footer .copyright p {
    line-height: 25px;
  }
  .footer .copyright p a {
    color: #ffffffcf;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 15px;
    box-sizing: border-box;
    background: #5d5d5d;
    position: fixed;
    bottom: 0;
    color: #ffffffcf;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
  }
  .footer_left {
    display: none;
  }
  .footer_right img {
    display: none;
  }
  .copyright p {
    line-height: 25px;
  }
  .copyright p a {
    color: #ffffffcf;
    text-decoration: none !important;
  }
}
#showLangEn {
  display: none;
}
