@media screen and (min-width: 760px) {
  .O_bannar2{

  }
  .top a{
    width: 25%;
    max-width:360px
  }
  .top a img{
    width: 100%
  }
  .bgOne,
  .bgTwo,
  .bgThree {
    position: relative;
    height: 90vh;
    width: 100%;
    min-width: 1100px;
    margin-top: 0 !important;
    display: flex;
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    justify-content: center;
    align-items: center
  }
  .bgOne {
    background-image: url("../assets/images/bg_image.png");
    background-size: 100% 90vh
  }
  .bgThree {
    background-color: #eee
  }
  .shoePhone,
  .fishinShow {
    width: 70vh;
    height: 70vh;
    /* position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0; */
  }
  .shoePhone img {
    width: 100%;
    height: 100%;
  }
  .bgimage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .bgimage img {
    width: 100%;
    height: 100%;
  }
  .fishinShow img {
    width: 100%;
    height: 100%;
  }
  .fishin_bannar {
    width: 20%;
    /* position: absolute; */
    /* top: 10rem; */
    /* left: 10%; */
    min-width: 300px;
    margin-right: 100px
    /* z-index: 99; */
  }
  .O_bannar {
    width: 20%;
    min-width: 300px;
    margin-left: 100px
    /* z-index: 99; */
  }
  .O_bannar2{
    width: 23%
  }
  .O_bannar_right,
  .O_bannar p,
  .O_bannar2 p,
  .fishin_bannar p {
    font-size: 20px;
    line-height: 35px;
  }
  
  .O_bannar button,
  .O_bannar2 button,
  .fishin_bannar button {
    width: 120px;
    margin-right: .8rem;
    margin-top: 1.25rem;
    border-radius: 2.5rem;
    border: 1px solid #ffd1d1;
    color: #fff;
    background: #FF6F6F;
    padding: 8px;
    font-size: 22px;
    outline: none;
  }
 
  .iphone {
    margin-top: 0;
    /*margin-bottom: 3rem;*/
  }
  .ft {
    font-size: 3rem !important;
    font-weight: 900;
  }
  .btn {
    margin-left: -14px;
   
  }
  .showBlock {
    display: none;
  }
  .showNone {
    display: block;
    margin-left:150px;
  }
  .keyuan{
    color:#FF6F6F;
    font-size: 50px;
  }
  .top{
    width:100%;
    margin:0 auto;
  }
}

@media screen and (max-width: 760px) {
  .showBlock {
    display: block;
  }
  .showNone {
    display: none;
  }
  .swiper-container {
    height: 90vh;
    width: 100%;
    margin-top: -20px !important;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .fishin_bannar {
    width: 100%;
    height: 50%;
    z-index: 99;
  }
  .fishin_bannar p {
    font-size: 1rem;
  }
  .fishin_bannar p img {
    width: 12rem;
  }
  /* .fishin_bannar button {
    border-radius: 2.5rem;
    border: 2px solid #fff;
    color: #fff;
    background: #FF6F6F;
    padding: 0.5rem 1rem;
  } */
  .ft {
    font-size: 2rem;
  }
  .phone {
    width: 60%;
    z-index: 99;
    left: 0;
  }
  .phone img {
    width: 100%;
  }
  .phone2 {
    width: 60%;
    z-index: 99;
    right: 0;
    height: 50%;
  }
  .phone2 img {
    width: 100%;
    margin-top: -4rem;
  }
  .bgimage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .bgimage img {
    width: 100%;
    height: 100%;
  }
  .iphone {
    text-align: center;
  }
  .text {
    padding: 1rem;
  }
  .O_bannar {
    width: 100%;
    height: 50%;
    z-index: 99;
  }
  .O_bannar p,
  .O_bannar2 p {
    font-size: 1rem;
  }
  .O_bannar p img,
  .O_bannar2 p img {
    width: 12rem;
  }
  .O_bannar button,
  .O_bannar2 button {
    border-radius: 2.5rem;
    border: 2px solid #fff;
    color: #fff;
    background: #FF6F6F;
    padding: 0.5rem 1rem;
    outline: none;
  }
  .btn {
    display: flex;
    margin-top: -1rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    
  }
  .btn br {
    display: none;
  }
}