.phone-product-info{
  display: none;
}
@media screen and (max-width:640px) {
  .product-info{
    display: none;
  }
  .phone-product-info{
    width: 100%;
    height: 100vh;
    display: block;
    background-image: url('/skin/images/phoneProduct.jpg');
    background-size: cover;
  }
  .phone-product-info-name{
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8vw;
    padding-bottom: 8vw;
    color: #fff;
    font-size: 30px;
  }
  .item img{
    width: 50%;
    margin: 0 auto;
  }
  .leftRight{
    z-index: 100000;
    background-image: none !important;
  }
  .btn-left-span{
    height: auto;
    overflow-wrap: break-word;
    color: rgba(254, 254, 254, 1);
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
  }
  .phone-product-info-button{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10vw;
  }
  .phone-product-info-btn-left{
    padding: 12px 36px;
    margin-right: 24px;
    background-color: rgba(234, 95, 26, 1);
    border-radius: 5px;
    border: 1px solid rgba(234, 95, 26, 1);
    max-height: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .phone-product-info-btn-right{
    padding: 13px 36px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0);
    max-height: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .phone-product-info-btn-left:hover{
    padding: 13px 36px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0);
    max-height: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .btn-right-span{
    height: auto;
    overflow-wrap: break-word;
    color: rgba(254, 254, 254, 1);
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
  }
  .btn-left{
    margin-right: 5px;
  }
  .btn-right{
    margin-right: 5px;
  }
  #tabs-menu .active{
    background-color:#EA6102 ;
  }
  #tabs-menu .active a{
    color: #fff !important;
  }
  #tabs .ui-tabs-nav li{
    padding: 0;
  }
  #tabs-menu{
    padding: 0;
  }
  .con{
    width: 100% !important;
    margin: 0 !important;
    padding:0 !important;
  }
  .context{
    padding-top: 20px !important;
  }
  .phone-product-info-bottom{
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #1037A1;
    margin-top: 8vw;
    padding: 20px 0;
  }
  .phone-li-1{
    font-size: 18px;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    margin-bottom:2px ;
    font-family: "OPPOSans-B-2" !important;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .phone-li-2{
    font-size: 12px;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    letter-spacing: 2px;
    font-family: "OPPOSans-Ver2-H";
  }
  .phone-ul{
    width: 90%;
    margin: 0 auto;
  }
  .phone-li{
    padding: 10px 5px;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
  }
  .phone-li:last-child{
    border-bottom:none;
  }
}