.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.w-full,
.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.h-full {
  height: 100%;
}
.none {
    display: none
}

aside,hgroup,section {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

aside .banner {
    height: 5.37rem;
    background: url("../img/banner.png") no-repeat;
    margin-top: .3rem;
    background-position: center;
    background-size: contain;
    margin-left: .16rem;
}

aside h1 {
    color: #444;
    font-size: .9rem;
    text-align: center;
    font-weight: 300;
    margin-top: .5rem
}

aside h1 img {
    width: 5.13rem;
    height: .66rem
}

aside p {
    width: 100%;
    text-align: center;
    line-height: .3rem;
    font-size: .2rem;
    color: #999;
    margin: 0 0 .55rem
}

aside p span {
    font-size: .2rem;
    color: #999
}

aside p i {
    font-size: .24rem;
    color: #999;
    margin: 0 .1rem
}

aside .aside-t {
  width: 6.9rem;
  margin: 0 auto .4rem;
}
aside .aside-t .btnDropDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
  text-indent: .2rem;
  background: #fff;
  border-radius: 1rem;
  margin: 0 .2rem;
  outline: 0;
  cursor: pointer;
}
aside .aside-t .btnDropDown .toggle::after {
  position: absolute;
  content: "";
  display: block;
  height: .1rem;
  bottom: -0.1rem;
  left: 0;
  right: 0;
}
aside .aside-t .btnDropDown .toggle:hover .showBtns {
  display: block;
}
aside .aside-t .btnDropDown .toggle .showBtns {
  z-index: 10;
  display: none;
  position: absolute;
  bottom: -0.05rem;
  width: 2.6rem;
  left: .15rem;
  margin-top: .05rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0rem .07rem 1px #dddddd;
          box-shadow: 0rem 0rem .07rem 1px #dddddd;
  border-radius: .1rem;
  padding: .1rem 0;
}
aside .aside-t .btnDropDown .toggle .showBtns .dropBtn {
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  color: #444 !important;
  border: none;
  outline: none;
  font-weight: 600;
  text-indent: 0;
  padding-left: .65rem;
  font-size: .14rem;
  cursor: pointer;
}
aside .aside-t .btnDropDown .toggle .showBtns .dropBtn:hover {
  background-color: #fff2ea;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
aside .aside-t .btnDropDown .toggle .showBtns .dropBtn .OSIcon {
  margin-right: .22rem;
}
aside .aside-t .btnDropDown .underBtn {
  position: absolute;
  bottom: -0.11rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
aside .aside-t .btnDropDown .underBtn a {
  position: relative;
  cursor: pointer;
  padding: 0 .16rem;
}
aside .aside-t .btnDropDown .underBtn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
aside .aside-t .btnDropDown .underBtn a + a::before {
  position: absolute;
  content: "";
  height: .1rem;
  border-left: 1px solid #eee;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
}
aside .aside-t .win .OSIcon {
  width: .18rem;
  height: .2rem;
  background: url("../img/OS/win_normal.png") no-repeat center;
}
aside .aside-t .win:hover .OSIcon {
  background: url("../img/OS/win_hover.png") no-repeat center;
}
aside .aside-t .Android .OSIcon {
  width: .18rem;
  height: .2rem;
  background: url("../img/OS/Android_normal.png") no-repeat center;
}
aside .aside-t .Android:hover .OSIcon {
  background: url("../img/OS/Android_hover.png") no-repeat center;
}
aside .aside-t .ios .OSIcon {
  width: .18rem;
  height: .2rem;
  background: url("../img/OS/ios_normal.png") no-repeat center;
}
aside .aside-t .ios:hover .OSIcon {
  background: url("../img/OS/ios_hover.png") no-repeat center;
}
aside .aside-t > div,
aside .aside-t > a {
  width: 2.9rem;
  height: .85rem;
  line-height: .85rem;
  text-align: center;
  border-radius: 5rem;
  float: left;
  font-size: .28rem;
  margin: 0 .225rem;
}
aside .aside-t span {
  font-size: .18rem;
  color: #999;
  display: block;
  width: 100%;
  float: left;
  margin: .23rem 0 0 .6rem;
}
aside .aside-t span a {
  font-size: .18rem;
  color: #999;
  display: inline;
  float: none;
  margin: 0;
  line-height: 0;
}
aside .aside-t .aside-l {
  border: 1px solid #ff864a;
  background: #ff864a;
  color: #fff;
  width: 100%;
  border-radius: 5rem;
  text-indent: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffa14f), to(#ff7547));
  background: linear-gradient(to right, #ffa14f, #ff7547);
}
aside .aside-t .aside-r {
  border: 1px solid #ffa14f;
  color: #ff7447;
}
aside .aside-t .aside-l:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff904e), to(#f86332));
  background: linear-gradient(to right, #ff904e, #f86332);
}
aside .aside-t .aside-l:active {
  background: -webkit-gradient(linear, left top, right top, from(#fc7d42), to(#f86332));
  background: linear-gradient(to right, #fc7d42, #f86332);
}
aside .aside-t .aside-r:active {
  color: #f86432;
}

#file {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
#file .file-i {
  width: 12rem;
  margin: 0 auto;
  padding-top: .66rem;
  background: #fff;
}
#file h2 {
  text-align: center;
  font-size: .32rem;
  color: #333;
}
#file h3 {
  text-align: center;
  font-size: .18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .6rem;
  letter-spacing: 0rem;
  color: #999999;
  margin-bottom: .35rem;
}
#file .w1200 {
  width: 12rem;
  margin: 0 auto;
}
#file .w1200 .card {
  width: 2.7rem;
  height: 3.06rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0rem .16rem 0rem #eaeaea;
          box-shadow: 0rem 0rem .16rem 0rem #eaeaea;
  border-radius: .1rem;
  padding-top: .4rem;
}
#file .w1200 .card h3 {
  text-align: center;
  line-height: .58rem;
  font-size: .2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #444444;
}
#file .w1200 .card a {
  width: 1.8rem;
  height: .48rem;
  line-height: .48rem;
  border-radius: .24rem;
  border: solid 1px #ff7447;
  font-size: .2rem;
  color: #ff7447;
}
#file .w1200 .card a .downloadIcon {
  width: .2rem;
  height: .2rem;
  margin-left: .1rem;
  background: url("../img/OS/download_normal.png") no-repeat center;
}
#file .w1200 .card a:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa04e), to(#ff7747));
  background-image: linear-gradient(90deg, #ffa04e 0%, #ff7747 100%);
}
#file .w1200 .card a:hover .downloadIcon {
  background: url("../img/OS/download_hover.png") no-repeat center;
}
#file .w1200 .card + .card {
  margin-left: .4rem;
}
#file h4 {
  font-size: .18rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  margin-top: .4rem;
  text-align: center;
}
/* 底部 */
#footer {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: .12rem;
  color: #999;
  line-height: .17rem;
  background: #fff;
  bottom: 0;
  float: left;
  padding-top: .5rem;
  min-width:12rem;
}

#footer .footer-text {
  margin: 0 auto;
  padding-top: .27rem;
  height: .62rem;
  text-align: center;
  background: #fff;
  padding-bottom: .08rem
}

#footer .footer-text p a {
  font-weight: 400;
  font-style: normal;
  font-size: .12rem;
  line-height: .22rem;
  color: #999
}


#footer .footer-text p span a:hover {
  text-decoration: underline
}

#footer .footer-text p i {
  margin: 0 .07rem
}

#qidian_wpa_2852066922_53 {
  display: none
}

#agentCookie {
  display: none
}

@media screen and (max-width: 9rem) {
  hgroup ul li {
      width:50%;
      margin-bottom: 1rem
  }
}