@charset "UTF-8";
/*重置*/
/*公用样式*/
/*设计宽度*/
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
@-moz-keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
@-o-keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, tbody, tfoot, thead, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-family: SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  border: 0;
  vertical-align: top; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

abbr, acronym {
  border: 0; }

a {
  color: #595959;
  text-decoration: none;
  cursor: pointer; }

/* wp */
.wp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* display */
.hide {
  display: none !important; }

/* textarea */
textarea {
  resize: vertical;
  overflow-y: auto;
  outline: 0 none; }

/*
* 建议以上做html5公用头部 (后期可能会慢慢完善)
*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

*.clearfix {
  zoom: 1; }

.c-element {
  display: block; }

/*创建媒体查询*/
@media screen and (min-width: 320px) {
  html {
    font-size: 32px; } }
@media screen and (min-width: 340px) {
  html {
    font-size: 34px; } }
@media screen and (min-width: 360px) {
  html {
    font-size: 36px; } }
@media screen and (min-width: 380px) {
  html {
    font-size: 38px; } }
@media screen and (min-width: 400px) {
  html {
    font-size: 40px; } }
@media screen and (min-width: 420px) {
  html {
    font-size: 42px; } }
@media screen and (min-width: 440px) {
  html {
    font-size: 44px; } }
@media screen and (min-width: 460px) {
  html {
    font-size: 46px; } }
@media screen and (min-width: 480px) {
  html {
    font-size: 48px; } }
@media screen and (min-width: 500px) {
  html {
    font-size: 50px; } }
@media screen and (min-width: 520px) {
  html {
    font-size: 52px; } }
@media screen and (min-width: 540px) {
  html {
    font-size: 54px; } }
@media screen and (min-width: 560px) {
  html {
    font-size: 56px; } }
@media screen and (min-width: 580px) {
  html {
    font-size: 58px; } }
@media screen and (min-width: 600px) {
  html {
    font-size: 60px; } }
@media screen and (min-width: 620px) {
  html {
    font-size: 62px; } }
@media screen and (min-width: 640px) {
  html {
    font-size: 64px; } }
@media screen and (min-width: 660px) {
  html {
    font-size: 66px; } }
@media screen and (min-width: 680px) {
  html {
    font-size: 68px; } }
@media screen and (min-width: 700px) {
  html {
    font-size: 70px; } }
@media screen and (min-width: 720px) {
  html {
    font-size: 72px; } }
@media screen and (min-width: 740px) {
  html {
    font-size: 74px; } }
@media screen and (min-width: 760px) {
  html {
    font-size: 76px; } }
@media screen and (min-width: 780px) {
  html {
    font-size: 78px; } }
@media screen and (min-width: 800px) {
  html {
    font-size: 80px; } }
@media screen and (min-width: 820px) {
  html {
    font-size: 82px; } }
@media screen and (min-width: 840px) {
  html {
    font-size: 84px; } }
@media screen and (min-width: 860px) {
  html {
    font-size: 86px; } }
@media screen and (min-width: 880px) {
  html {
    font-size: 88px; } }
@media screen and (min-width: 900px) {
  html {
    font-size: 90px; } }
@media screen and (min-width: 920px) {
  html {
    font-size: 92px; } }
@media screen and (min-width: 940px) {
  html {
    font-size: 94px; } }
@media screen and (min-width: 960px) {
  html {
    font-size: 96px; } }
@media screen and (min-width: 980px) {
  html {
    font-size: 98px; } }
@media screen and (min-width: 1000px) {
  html {
    font-size: 100px; } }
@media screen and (min-width: 1020px) {
  html {
    font-size: 102px; } }
@media screen and (min-width: 1040px) {
  html {
    font-size: 104px; } }
@media screen and (min-width: 1060px) {
  html {
    font-size: 106px; } }
@media screen and (min-width: 1080px) {
  html {
    font-size: 108px; } }
/*创建媒体查询*/
@media screen and (min-width: 1081px) {
  html {
    font-size: 108px; }
    html body {
      width: 1080px; } }
html {
  font-size: 10vw;
  height: 100%; }
  html body {
    width: 100vw;
    margin: 0 auto;
    -webkit-box-sizing: border-box; }

body {
  font-size: 12px; }

.indexBody {
  background: url(bg.png) #fff no-repeat top center;
  background-size: 100%; }

.foot {
  text-align: center;
  width: 100%;
  line-height: 0.537037037rem;
  bottom: 0.5555555556rem;
  position: absolute; }

.itemBox {
  display: flex;
  justify-content: space-around;
  padding: 8.5185185185rem 0.462962963rem 0.0925925926rem 0.462962963rem;
  flex-wrap: wrap; }
  .itemBox a {
    justify-content: center;
    align-items: center;
    font-size: 0.3333333333rem;
    color: #000;
    display: flex;
    border-radius: 0.2777777778rem;
    margin-bottom: 0.2777777778rem;
    box-shadow: 0px 2px 10px rgba(124, 124, 124, 0.16);
    padding: 0.3703703704rem 0rem 0.3703703704rem 0rem;
    text-align: center;
    flex-direction: column;
    background: #fff;
    width: 2.6666666667rem; }
    .itemBox a img {
      width: 1.6111111111rem; }

/*# sourceMappingURL=style.css.map */