@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 .33rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
  }
  .support .support-con .support-tit strong {
    font-size: 1.325rem;
    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: .82rem;
    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-desc {
    font-size: .356rem;
    font-weight: 300;
    color: #333333;
    padding: .64rem 0;
    text-align: left;
  }
}

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

@media screen and (min-width: 50px) {
  .support .support-con .support-item {
    cursor: pointer;
    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-bottom: .32rem;
    overflow: hidden;
  }
  .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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: .32rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .support .support-con .support-item .support-item-top span {
    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;
  }
  .support .support-con .support-item .support-item-top span i {
    font-size: 14px;
  }
}

@media screen and (min-width: 50px) {
  .support .support-con .support-item .support-item-top span i {
    display: block;
    font-size: .537rem;
    color: #333333;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .support .support-con .support-item .support-item-desc {
    text-align: left;
    font-size: .425rem;
    font-weight: 300;
    color: #444444;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .6s linear;
    transition: .6s linear;
    height: 0;
  }
  .support .support-con .support-item .support-item-desc p {
    margin-top: 0;
  }
}

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

@media screen and (min-width: 50px) {
  .support .support-con .support-item-acitve .support-item-top span i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .support .support-con .support-item-acitve .support-item-desc {
    height: auto;
    padding: .32rem 0;
  }
}

@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 .33rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
  }
  .support .support-con .support-tit strong {
    font-size: .575rem;
    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-desc {
    font-size: .256rem;
    font-weight: 300;
    color: #333333;
    padding: .64rem 0;
    text-align: left;
  }
  .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: .32rem;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: .32rem;
  }
  .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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: .32rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .support .support-con .support-item .support-item-top span {
    font-size: .288rem;
    font-weight: 300;
    color: #333333;
  }
  .support .support-con .support-item .support-item-top span i {
    display: block;
    font-size: .288rem;
    color: #333333;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .support .support-con .support-item .support-item-desc {
    text-align: left;
    font-size: .225rem;
    font-weight: 300;
    color: #444444;
    padding: 0;
    overflow: hidden;
    -webkit-transition: padding .1s linear;
    transition: padding .1s linear;
  }
  .support .support-con .support-item .support-item-desc p {
    margin: .25rem 0;
  }
  .support .support-con .support-item-acitve .support-item-top span i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .support .support-con .support-item-acitve .support-item-desc {
    padding: .32rem 0;
  }
}

@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-desc {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    padding: 40px 0;
    text-align: left;
  }
  .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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
  }
  .support .support-con .support-item .support-item-top span {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
  }
  .support .support-con .support-item .support-item-top span i {
    display: block;
    font-size: 18px;
    color: #333333;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .support .support-con .support-item .support-item-desc {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: padding .1s linear;
    transition: padding .1s linear;
  }
  .support .support-con .support-item-acitve .support-item-top span i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .support .support-con .support-item-acitve .support-item-desc {
    padding: 20px 0;
  }
}
/*# sourceMappingURL=index.css.map */