@font-face {
  font-family: "DFMincho";
  src: url("../fonts/DFMincho.eot");
  /* IE9 */
  src: url("../fonts/DFMincho.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/DFMincho.woff") format("woff"), /* chrome firefox */ url("../fonts/DFMincho.ttf") format("truetype");
  /* chrome firefox opera Safari Android IOS 4.2+ */
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: Microsoft YaHei;
}
ul,
li {
  list-style: none;
}
dl {
  margin: 0;
}
a {
  color: #fff;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.logo-wrap img {
  vertical-align: top;
}
.footer {
  background-color: #191919;
  background-image: url("../img/footer-bg.png");
}
.footer .footer-inner {
  position: relative;
}
.footer .footer-inner .share .sns-icon {
  display: inline-block;
}
.footer .footer-inner .share .sns-icon.twitter {
  background-image: url("../img/twitter-icon.png");
}
.footer .footer-inner .share .sns-icon.line {
  background-image: url("../img/line-logo.png");
}
.footer .footer-inner .share .sns-icon.facebook {
  background-image: url("../img/facebook-icon_03.png");
}
.about-modal {
  display: none;
}
.about-modal .modal-body .modal-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1120px) {
  .visible-lg {
    display: block;
  }
  .visible-md {
    display: none !important;
  }
  .about-page {
    background-color: #F7DE9F;
    background-image: url("../img/page-bg.png");
  }
  .about-page .about-container {
    width: 1120px;
    margin: 0 auto;
  }
  .about-page .about-container .about-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    padding-top: 46px;
  }
  .about-page .about-container .about-header .logo-img-wrap {
    width: 396px;
    height: 138px;
  }
  .about-page .about-container .about-header .logo-img-wrap img {
    vertical-align: top;
  }
  .about-page .about-container .about-header .title-img-wrap img {
    vertical-align: top;
  }
  .about-page .about-container .about-content-wrap {
    padding: 0 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-container .about-content-wrap .about-content p {
    font-size: 16px;
  }
  .about-modal {
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }
  .about-modal .about-modal-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../img/page-bg.png");
  }
  .about-modal .about-modal-body .close-modal {
    position: absolute;
    z-index: 110;
    top: 11px;
    left: 61px;
    width: 84px;
    height: 100px;
    background-image: url("../img/close-modal.png");
    cursor: pointer;
  }
  .about-modal .about-modal-body .about-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .about-modal .about-modal-body .about-modal-content .about-container {
    width: 1120px;
    margin: 0 auto;
    padding-top: 46px;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header .title-img-wrap img {
    display: none;
    vertical-align: top;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-content-wrap {
    padding: 0 40px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-content-wrap .about-content {
    overflow: hidden;
    display: none;
    height: 400px;
    overflow-y: auto;
    font-size: 16px;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-content-wrap .about-content p {
    font-size: 16px;
  }
  .footer-inner {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 40px 200px;
    color: #fff;
    font-size: 14px;
  }
  .footer-inner .ft-logo {
    position: absolute;
    top: 0;
    left: -203px;
  }
  .footer-inner .ft-logo img {
    vertical-align: top;
  }
  .footer-inner .about-us {
    position: relative;
    display: flex;
  }
  .footer-inner .about-us dl {
    flex: 1;
  }
  .footer-inner .about-us dl dd {
    margin-right: 20px;
    margin-bottom: 25px;
    line-height: 14px;
    cursor: pointer;
  }
  .footer-inner .share {
    margin-top: 30px;
  }
  .footer-inner .share .sns-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }

  .footer .footer-inner .copyright {
    float: left;
    display: block;
    margin-left: 5px;
  }
}
@media (max-width: 1119px) {
  .visible-lg {
    display: none !important;
  }
  .visible-md {
    display: block;
  }
  .about-page {
    height: 100%;
    background-color: #F7DE9F;
    background-image: url("../img/page-bg.png");
  }
  .about-page .about-container .about-header .logo-img-wrap {
    padding-top: 1.0667rem;
    padding-left: 0.2667rem;
  }
  .about-page .about-container .about-header .logo-img-wrap img {
    width: 5.28rem;
    vertical-align: top;
  }
  .about-page .about-container .about-header .title-img-wrap {
    margin-top: 0.2667rem;
    text-align: center;
  }
  .about-page .about-container .about-header .title-img-wrap img {
    vertical-align: top;
  }
  .about-page .about-container .about-header .title-img-wrap img[data-aid="1"] {
    width: 2.4267rem;
  }
  .about-page .about-container .about-header .title-img-wrap img[data-aid="2"] {
    width: 5.8133rem;
  }
  .about-page .about-container .about-header .title-img-wrap img[data-aid="3"] {
    width: 1.0667rem;
  }
  .about-page .about-container .about-content-wrap {
    padding: 0 0.5333rem;
    padding-top: 1rem;
    padding-bottom: 1.3333rem;
  }
  .about-page .about-container .about-content-wrap .about-content {
    font-size: 0.32rem;
  }
  .about-page .about-container .about-content-wrap .about-content p {
    line-height: 0.4267rem;
  }
  .about-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }
  .about-modal .about-modal-body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../img/mobile-bg.png");
  }
  .about-modal .about-modal-body .close-modal {
    position: fixed;
    z-index: 110;
    top: 1.7067rem;
    right: 0.2667rem;
    width: 1.12rem;
    height: 1.3333rem;
    background-image: url("../img/close-modal.png");
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header .logo-img-wrap {
    padding-top: 1.0667rem;
    padding-left: 0.2667rem;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header .logo-img-wrap img {
    width: 5.28rem;
    vertical-align: top;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header .title-img-wrap {
    margin-top: 0.2667rem;
    text-align: center;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header .title-img-wrap img {
    display: none;
    vertical-align: top;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header .title-img-wrap img[data-aid="1"] {
    width: 2.4267rem;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header .title-img-wrap img[data-aid="2"] {
    width: 5.8133rem;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-header .title-img-wrap img[data-aid="3"] {
    width: 1.0667rem;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-content-wrap {
    padding: 0 0.5333rem;
    padding-top: 1.3333rem;
    padding-bottom: 1.3333rem;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-content-wrap .about-content {
    display: none;
    font-size: 0.32rem;
  }
  .about-modal .about-modal-body .about-modal-content .about-container .about-content-wrap .about-content p {
    line-height: 0.4267rem;
  }
  .footer .footer-inner {
    padding: 0.3733rem 0 0.5333rem 2.6933rem;
  }
  .footer .footer-inner .ft-logo {
    position: absolute;
    top: 0.36rem;
    left: 0.2667rem;
    width: 2.16rem;
    margin-right: 0.2667rem;
  }
  .footer .footer-inner .ft-logo img {
    width: 100%;
  }
  .footer .footer-inner .about-us {
    display: flex;
    color: #fff;
    font-size: 0.3rem;
  }
  .footer .footer-inner .about-us dl {
    flex: 1;
  }
  .footer .footer-inner .about-us dl dd {
    margin-bottom: 0.4133rem;
  }
  .footer .footer-inner .copyright {
    color: #fff;
    font-size: 0.24rem;
  }
  .footer .footer-inner .share {
    margin-top: 0.5333rem;
  }
  .footer .footer-inner .share .sns-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.1333rem;
  }
}
