/* 屏幕转换 start */
/* PC端 */
@media screen and (min-width: 751px) {
  header {
    padding-left: 1.22rem;
    padding-right: 1.22rem;
    height: .47rem;
  }

  .header-left img,
  .footer_pc .iconInfo .icon {
    width: .34rem;
    height: .34rem;
  }
  .followUs_icon_item {
    width: .17rem;
    height: .17rem;
  }

  .header-right ul {
    width: 2.24rem;
  }
}


/* 移动端 */
@media screen and (max-width: 750px) {
  ::-webkit-scrollbar {
    width: 0px;
    display: none;
  }

  .view {
    padding-top: 1.2rem;
  }

  header {
    padding: 0 6vw;
    height: 1.2rem;
    background: #FFFFFF;
    border-bottom: .02rem solid #DFDFDF;
  }

  .header-left img,
  .footer_pc .iconInfo .icon {
    width: .72rem;
    height: .72rem;
  }

  .header-left img {
    transition: none !important;
  }
}

/* 屏幕转换 end */

/* 三个屏幕转换 start */
/* 大分辨率手机及平板 */
@media only screen and (min-width:900px) {}

/* 普通分辨率手机 */
@media only screen and (min-width:600px) and (max-width:900px) {}

/* 低分辨率手机 */
@media only screen and (max-width:600px) {}

/* 三个屏幕转换 end */

/* 两个屏幕转换 start */
/* PC展示样式 */
@media only screen and (min-width:751px) {}

@media only screen and (max-width:751px) {}

/* 两个屏幕转换 end */