body {
  font-family: PingFangSC-Regular, Microsoft YaHei;
  color: #40484b;
}
.media-nav {
  display: none;
}
.head-card-medias {
  display: none;
}
.footer-div-medias {
  display: none;
}
.form-container-medias {
  display: none;
}
.terms-head {
  position: relative;
}
.terms-head .nav {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: rgba(0, 0, 0, 0.68);
}
.terms-head .nav .nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.terms-head .nav .nav-left a img {
  width: 144px;
  height: 44px;
}
.terms-head .nav .layui-nav {
  background-color: rgba(0, 0, 0, 0);
}
.terms-head .nav .layui-nav .layui-nav-item {
  margin: 0 3px;
}
.terms-head .nav .layui-nav .layui-nav-item .layui-nav-child {
  background-color: rgba(0, 0, 0, 0.68);
  top: 60px;
  border: none;
}
.terms-head .nav .layui-nav .layui-nav-item .layui-nav-child .active a {
  color: #03a6ef;
}
.terms-head .nav .layui-nav .layui-nav-item .layui-nav-child a {
  color: #fff;
}
.terms-head .nav .layui-nav .layui-nav-item .layui-nav-child a:hover {
  color: #03a6ef;
  background-color: transparent;
}
.terms-head .nav .layui-nav .layui-nav-bar {
  background-color: #03a6ef;
}
.terms-head .nav .layui-nav .layui-this::after {
  background-color: #03a6ef;
}
.terms-head .head-card {
  width: 100%;
  height: 370px;
  background: url(../../../images/banner_fgtk.jpg) no-repeat 0 0;
  background-size: cover;
}
.terms-head .head-card .desc {
  width: 1200px;
  height: 232px;
  padding: 80px 0 0 0px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../../images/banner_fgtk_inner.png) no-repeat 90% 40px;
  background-size: 38%;
}
.terms-head .head-card .desc .desc-core {
  width: 1120px;
  height: 192px;
  color: #fff;
}
.terms-head .head-card .desc .desc-core h1 {
  height: 54px;
  line-height: 54px;
  font-size: 46px;
  font-family: PingFangSC-Medium, Microsoft YaHei;
  margin-top: 40px;
}
.terms-head .head-card .desc .desc-core p {
  width: 400px;
  height: 72px;
  font-size: 20px;
  line-height: 36px;
  margin-top: 24px;
}
.content {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 120px;
}
.content h2 {
  font-size: 40px;
  font-family: PingFangSC-Medium, "Microsoft YaHei";
  color: #40484b;
  line-height: 56px;
}
.content article {
  text-align: left;
}
.content article h3 {
  margin-top: 20px;
  height: 36px;
  font-size: 20px;
  font-family: PingFangSC-Regular, "Microsoft YaHei";
  color: #40484b;
  line-height: 36px;
}
.content article p {
  font-size: 16px;
  font-family: PingFangSC-Regular, "Microsoft YaHei";
  color: #40484b;
  line-height: 28px;
}
.content article p:first-child {
  margin-top: 40px;
}
.footer {
  width: 100%;
  height: 157px;
  background: #00295A;
}
.footer .footer-bg {
  width: 1200px;
  margin: 0 auto;
}
.footer .footer-bg .top {
  width: 100%;
  height: 157px;
  line-height: 156px;
}
.footer .footer-bg .top .logo {
  display: inline-block;
  float: left;
  width: 142px;
  height: 157px;
}
.footer .footer-bg .top .logo img {
  width: 142px;
}
.footer .footer-bg .top ul {
  width: auto;
  display: inline-block;
  float: right;
}
.footer .footer-bg .top ul li {
  display: inline-block;
  float: left;
}
.footer .footer-bg .top ul li:not(:first-child) {
  margin-left: 48px;
}
.footer .footer-bg .top ul li a {
  font-size: 16px;
  font-family: PingFangSC-Regular, "Microsoft YaHei";
  font-weight: 500;
  color: #ffffff;
}
.footer .footer-bg .top ul li a:hover {
  text-decoration: underline;
}
.footer-2 {
  width: 100%;
  background: #00295A;
}
.footer-2 .bottom {
  width: 100%;
  height: 82px;
  line-height: 82px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-family: PingFangSC-Regular, "Microsoft YaHei";
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.footer-2 .bottom a {
  color: #007bff;
}

@media screen and (max-width: 900px) {
  .layui-nav {
    display: none;
  }
  .head-card {
    display: none;
  }
  .footer-div {
    display: none;
  }
  .terms-head {
    position: relative;
    height: 29rem;
  }
  .terms-head .nav {
    width: 96%;
    padding: 0 2%;
    height: 4rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(0, 0, 0);
    z-index: 10;
  }
  .terms-head .nav .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .terms-head .nav .nav-left .media-logo {
    width: 11rem;
    height: 3.5rem;
  }
  .terms-head .nav .nav-left .media-logo img {
    width: 100%;
    height: 100%;
  }
  .terms-head .nav .media-nav {
    display: block;
    color: #fff;
  }
  .terms-head .nav .media-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
  }
  .terms-head .nav .media-nav > ul > li {
    width: 5rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    text-align: center;
    position: relative;
  }
  .terms-head .nav .media-nav > ul > li .close {
    display: none;
  }
  .terms-head .nav .media-nav > ul > li .nav-list {
    display: none;
    width: 18rem;
    height: 25rem;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 0rem;
    top: 4rem;
    z-index: 10;
  }
  .terms-head .nav .media-nav > ul > li .nav-list .nav-list-active a {
    color: #03a6ef;
  }
  .terms-head .nav .media-nav > ul > li .nav-list > ul {
    padding: 0 3%;
  }
  .terms-head .nav .media-nav > ul > li .nav-list > ul > li {
    width: 94%;
    margin: 0 auto;
    text-align: left;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.26);
  }
  .terms-head .nav .media-nav > ul > li .nav-list > ul > li a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .terms-head .nav .media-nav > ul > li .lang {
    display: none;
    position: absolute;
    right: 0;
    top: 4rem;
    width: 10.4rem;
    height: 10rem;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
  }
  .terms-head .nav .media-nav > ul > li .lang .active a {
    color: #03a6ef;
  }
  .terms-head .nav .media-nav > ul > li .lang li {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
  }
  .terms-head .nav .media-nav > ul > li .lang a {
    font-size: 1rem;
    color: #fff;
  }
  .terms-head .nav .media-nav > ul > li .layui-icon {
    margin: 0px 7px;
  }
  .terms-head .nav .media-nav > ul > li .icon {
    margin-top: 0.9rem;
  }
  .terms-head .nav .layui-nav {
    display: none;
  }
  .terms-head .head-card-medias {
    display: block;
    width: 100%;
    height: 20rem;
    position: relative;
    text-align: center;
  }
  .terms-head .head-card-medias .desc {
    width: 100%;
    height: auto;
    padding: 0 0 80px 0;
    position: absolute;
    top: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../../../images/terms@2x.png) no-repeat 80%;
    background-size: cover;
  }
  .terms-head .head-card-medias .desc .desc-core {
    width: 100%;
    height: 14rem;
    color: #fff;
    padding-top: 6rem;
  }
  .terms-head .head-card-medias .desc .desc-core h1 {
    margin-top: 10rem;
    font-size: 1.5rem;
    font-family: PingFangSC-Medium, Microsoft YaHei;
  }
  .content {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .content h2 {
    font-size: 1.5rem;
  }
  .content article h3 {
    font-size: 1rem;
  }
  .content article p {
    font-size: 0.8rem;
  }
  .form-container-medias {
    display: block;
    width: 100%;
    height: 8rem;
    background: #053e7b;
    line-height: 8rem;
    position: relative;
  }
  .form-container-medias .form-core .backdrop {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 8rem;
    background: url(../../../images/flowers.png) no-repeat;
    background-size: contain;
  }
  .form-container-medias .form-core .form-title {
    width: 8rem;
    height: 2rem;
    text-align: center;
    margin: 2rem auto;
  }
  .form-container-medias .form-core .form-title a {
    display: inline-block;
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    background: #03a6ef;
    border-radius: 4px;
    font-size: 1rem;
    color: #fff;
  }
  .footer-div-medias {
    display: block;
  }
  .footer-medias {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    background: #00295A;
  }
  .footer-medias .footer-bg .top {
    text-align: center;
  }
  .footer-medias .footer-bg .top > p {
    margin: 0.7rem 0;
  }
  .footer-medias .footer-bg .top > p a {
    color: #fff;
  }
  .footer-medias .footer-bg .top .logo img {
    max-width: 30%;
  }
  .footer-2-medias {
    display: block;
    width: 100%;
    background: #00295A;
  }
  .footer-2-medias .bottom {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
    font-family: PingFangSC-Regular, "Microsoft YaHei";
    font-weight: 500;
    color: hsla(0, 0%, 100%, 0.28);
  }
  .footer-2-medias .bottom a {
    color: hsla(0, 0%, 100%, 0.28);
  }
}

