@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

img {
  display: block;
}

body, html {
  font-size: 14px;
  background: white;
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
header .container .mb-header {
  display: none;
}
header .container nav {
  padding: 10px;
}
header .container nav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
header .container nav ul li a {
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  display: block;
}
header .container nav ul li a:hover {
  text-decoration: underline;
}
header .container nav #close_icon {
  display: none;
}

main {
  padding-top: 72px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
main .container {
  padding-top: 30px;
}
main .container .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
}
main .container .content-wrap .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 10px;
}
main .container .content-wrap .desc {
  font-size: 14px;
  line-height: 1.5;
  text-indent: 10px;
}
main .container .content-wrap ul {
  padding-left: 25px;
}
main .container .content-wrap ul li {
  list-style: disc;
  text-indent: 0;
}

footer .container .footer-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer .container .footer-wrap .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .container .footer-wrap ul li a {
  line-height: 30px;
  text-decoration: underline;
  font-weight: normal;
}
footer .container .footer-wrap ul li a:hover {
  font-weight: bold;
}
footer .container .footer-wrap img {
  width: 400px;
}
footer .copyright {
  color: white;
  background: #2e2e2f;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 769px) {
 .pc-ele {
        display: none
    }

    .mb-ele {
        display: block;
        text-align: center
    }

    header {
        position: relative
    }

    header .container nav {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        padding: 0;
        z-index: 10
    }

    header .container nav.open {
        display: block
    }

    header .container nav.open ul {
        display: block;
        margin-top: 30px
    }

    header .container nav.open ul li {
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    header .container nav.open ul li a {
        padding: 15px 10px;
        display: block
    }

    header .container nav.open #close_icon {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px
    }

    header .container nav.open #close_icon i {
        font-size: 30px
    }

    #menu_icon {
        display: block;
        top: 10px;
        left: 10px;
        background: #fff;
        padding: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

    #menu_icon i {
        font-size: 30px
    }
    @font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont.woff2?t=1760514199374) format("woff2"), url(../fonts/iconfont.woff?t=1760514199374) format("woff"), url(../fonts/iconfont.ttf?t=1760514199374) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-caidan:before {
    content: "\e62c"
}

.icon-guanbi:before {
    content: "\e611"
}

.icon-xianxingtubiaozhizuomoban-30:before {
    content: "\e624"
}

.icon-sousuo:before {
    content: "\e602"
}

.icon-gouwuche:before {
    content: "\e609"
}


  main {
    padding: 5px 10px 30px 10px;
  }
  footer .container {
    padding: 0 5px;
  }
  footer .container .footer-wrap {
    display: block;
  }
  footer .container .footer-wrap img {
    margin-top: 20px;
    width: 100%;
  }
}/*# sourceMappingURL=politica.css.map */