@media screen and (min-width: 50px) {
  .support {
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding-bottom: 1.2rem;
  }
  .support .support-con {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .support .support-con .support-tit {
    padding: 1.44rem 0 .32rem 0;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
  }
  .support .support-con .support-tit strong {
    font-size: 1.125rem;
    font-weight: 500;
    color: #043d97;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .support .support-con .support-tit strong {
    font-size: 26px;
  }
}

@media screen and (min-width: 50px) {
  .support .support-con .support-tit span {
    display: block;
    font-size: .725rem;
    font-weight: 300;
    color: #cccccc;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .support .support-con .support-tit span {
    font-size: 18px;
  }
}

@media screen and (min-width: 50px) {
  .support .support-con .support-item {
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 6px 0.208rem 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 6px 0.208rem 0px rgba(0, 0, 0, 0.05);
    padding: .48rem;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: .33rem 0;
  }
  .support .support-con .support-item:last-child {
    margin-bottom: 0;
  }
  .support .support-con .support-item .support-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .57rem;
  }
  .support .support-con .support-item .support-item-top span {
    text-align: left;
    font-size: .538rem;
    font-weight: 300;
    color: #333333;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .support .support-con .support-item .support-item-top span {
    font-size: 14px;
  }
}

@media screen and (min-width: 980px) {
  .support {
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding-bottom: 1.2rem;
  }
  .support .support-con {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .support .support-con .support-tit {
    padding: .94rem 0 .32rem 0;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
  }
  .support .support-con .support-tit strong {
    font-size: .5rem;
    font-weight: 500;
    color: #043d97;
  }
  .support .support-con .support-tit span {
    display: block;
    font-size: .32rem;
    font-weight: 300;
    color: #cccccc;
  }
  .support .support-con .support-item {
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 6px 0.21rem 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 6px 0.21rem 0px rgba(0, 0, 0, 0.05);
    padding: .48rem;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: .33rem;
  }
  .support .support-con .support-item:last-child {
    margin-bottom: 0;
  }
  .support .support-con .support-item .support-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .33rem;
  }
  .support .support-con .support-item .support-item-top span {
    text-align: left;
    font-size: .28rem;
    font-weight: 300;
    color: #333333;
  }
}

@media screen and (min-width: 1200px) {
  .support {
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding-bottom: 75px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .support .support-con {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
  }
  .support .support-con .support-tit {
    padding: 60px 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
  }
  .support .support-con .support-tit strong {
    font-size: 36px;
    font-weight: 500;
    color: #043d97;
  }
  .support .support-con .support-tit span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #cccccc;
  }
  .support .support-con .support-item {
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  .support .support-con .support-item:last-child {
    margin-bottom: 0;
  }
  .support .support-con .support-item .support-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .support .support-con .support-item .support-item-top span {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
  }
}
/*# sourceMappingURL=index.css.map */