/*  移动版适配 */
@media screen and (max-width:980px) {
  .ykd_nav li {
    width: 80px;
  }
  .ykd_nav {
    padding: 0px 45px;
  }
}
@media screen and (max-width:750px) {
  .ykd_item img {
    width: 14rem;
  }
  .ykd_nav {
    display: none;
  }
   .ykd_item:nth-of-type(even)>img {
    margin-right: 0rem;
  }
   .ykd_item:nth-of-type(odd) {
    flex-direction: column;
    padding: 1.5rem 0rem;
    padding-top: 0.5rem;
  }
   .ykd_item:nth-of-type(even) {
    padding: 1.5rem 0rem;
    flex-direction: column;
    padding-top: 0.5rem;
  }
   .ykd_item {
    flex-direction: column;
    background: none !important;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 2rem;
  }
  .font {
    margin: 0rem;
    width: 8.6rem;
    text-align: center;
  }
   .ykd_item > img:nth-of-type(1) {
    width: 9.76rem !important;
  }
   .ykd_item>img:nth-of-type(2) {
    width: 10.56rem !important;
  }
   .ykd_item>img:nth-of-type(3) {
    width: 11.6rem !important;
  }

   .ykd_item>img:nth-of-type(4) {
    width: 10.52rem !important;
  }
   .ykd_item>img:nth-of-type(5) {
    width: 11.28rem !important;
  }

   .ykd_item>img:nth-of-type(6) {
    width: 11.52rem !important;
  }

  .ydk_title {
    font-size: 22px;
  }
  .subTitle {
    font-size: 14px;
    margin-bottom: 0rem;
    width: auto !important;
  }
  .describe {
    font-size: 14px;
    line-height: normal;
  }
  .vip_item .describe {
    display: none;
  }
  .vip_item>img {
    width: 9.56rem;
    margin-left: 0rem;
  }
  .header {
    height: 16.6rem;
    margin-top: 46px;
  }
  .code {
    display: none;
  }
  .top>img {
    width: 8.56rem;
    margin-bottom: 0.8rem;
  }
  .bottom {
    font-size: 0.59rem;
    line-height: 22px;
    width: 13rem;
  }
  .vip_item .table li {
    height: 1.56rem;
    width: 12rem;
    font-size: 14px;
    padding: 0 0.5rem;
  }
  .vip_item {
    justify-content: center !important;
    align-items: center;
    margin: 0 !important;
  }
  .vip_item .font {
    width: auto;
  }
  .download {
    width: 12.08rem;
    height: 1.76rem;
    background-color: #fc9153;
    color: #fff;
    font-size: 16px;
    line-height: 1.76rem;
    text-align: center;
    display: block;
    letter-spacing: 0.3px;
    border-radius: 2px !important;
    margin-top: 3.48rem;
  }
  .vip_button {
    display: none;
  }
  .vip_item .download {
    margin-top: 1.5rem;
  }
  .vip_item .subTitle {
    margin-bottom: 1rem;
  }
  .discount::after {
    width: 1.24rem;
    top: 0.35rem;
    left: 0rem;
    border: solid 1px #fc9153;
  }
  .toolTip {
    width: 4rem;
    height: 1rem;
    top: -0.9rem;
    right: -1.1rem;
    line-height: 1rem;
    font-size: 0.56rem;
    background: #fc9153;
  }
  .toolTip::after {
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    border-top: 0.4rem solid #fd985e;
    bottom: -0.3rem;
    left: 1.3rem;
  }
}