@media screen and (max-width: 1200px)  and (min-width: 751px){
  .content {
    overflow: auto;
  }
  .imageMotor {
    overflow: auto;
  }
  .imageMotor-all {
    min-width: 1200px;
  }
  .navigation-bar-all {
    min-width: 1200px;

  }
  .content-all {
    min-width: 1200px;
  }
}

@media screen and (max-width: 750px) {
  .wrap {
    /* background-color: lightblue; */
  }
  .navigation-bar {
    /* background: red; */
  }
  .logImg {
    display: none;
  }
  .logImgPhone {
    display: flex;
    height: 40px;
  }

  .content {
    width: 100%;
    height: 100%;
  }
  .content-all {
    height: 700px;
  }

  .content-title {
    width: 100%;
    flex: 1;
  }
  .content-title_title {
    font-size: 24px;
    line-height: 28px;
  }
  .content-title_option {
    font-size: 14px;
    line-height: 26px;
  }
  .content-title_option > span {
    margin: 0 20px;
  }
  .content-content {
    flex-direction: column-reverse;
  }
  .qrCode {
    width: 100%;
    display: flex;
    color: white;
    justify-content: center;
  }
  .qrCode > div {
    height: 128px;
  }
  .qrCode > div > p {
    font-size: 14px;
    line-height: 22px;
  }
  .qrCode > div > p > img {
    width: 20px;
    margin-bottom: 6px;
    margin-left: 15px;
    /* display: inline-block; */
  }
  .qrCode > div:first-child {
    margin-top: -15px;
  }
  .qrCode > div:first-child > .phoneType {
    width: 150px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .qrCode > div:first-child > .phoneType img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .qrCode > div:last-child {
    margin-left: 34px;
  }
  .phoneTypeIos {
    margin-top: 16px;
  }
  .phoneTypeAndroid {
    margin-top: 8px;
  }

  .content-content > .maskImg {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }

  .content-content > .maskImg > img {
    width: 311px;
  }

  .motorImg {
    display: none;
  }
  .motorImgPhone {
    display: block;
  }
  .imageMotor {
    display: none;
  }

  .positionBoxPhone {
    width: 100%;
    height: auto;
    display: block;
    /* padding: 52px 0px 0; */
    box-sizing: border-box;
  }
  .positionBoxPhone > .toMotor {
    color: black;
    right: 0;
    bottom: 340px;
    text-align: center;
  }

  .positionBoxPhone > .toMotor p:nth-child(1) {
    font-size: 28px;
    margin-top: 28px;
    line-height: 24px;
    font-weight: bold;
  }
  .positionBoxPhone > .toMotor p:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
  }
  .positionBoxPhone > .toMotor p:nth-child(3) {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
    /* display: flex;
    justify-content: right;
    align-items: flex-end; */
  }
  .positionBoxPhone > .toMotor p:nth-child(3) > img {
    width: 55px;
    margin-bottom: 0px;
    margin-left: 15px;
  }
  .imageMotor-all {
    flex: 1;
  }
  .httpCom{
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .content-title {
    flex: 1;
  }
  .qrCode {
    flex: 1;
    display: flex;
    justify-content: right;
    align-items: center;
    color: white;
  }
  .qrCode > div {
    height: 208px;
  }
  .qrCode > div > p {
    font-size: 24px;
    display: flex;
    align-items: flex-end;
  }
  .qrCode > div > p > img {
    width: 34px;
    margin-bottom: 6px;
    margin-left: 10px;
    /* display: inline-block; */
  }
  .qrCode > div:first-child {
  }
  .qrCode > div:first-child > .phoneType {
    width: 230px;
    height: 68px;
    border-radius: 4px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .phoneTypeIos {
    margin-top: 20px;
  }
  .phoneTypeAndroid {
    margin-top: 16px;
  }
  .qrCode > div:first-child > .phoneType img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .qrCode > div:last-child {
    margin-left: 34px;
  }

  .content {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: 100%;
    z-index: 10;
    overflow: hidden;
  }
  .content-content {
    flex: 1;
  }
  .content-content > .maskImg {
    width: 642px;
  }
  .motorImg {
    display: block;
  }
  .motorImgPhone {
    display: none;
  }

  .positionBox {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .toMotor {
    color: white;
    position: absolute;
    right: 0;
    bottom: 340px;
    text-align: right;
  }

  .toMotor p:nth-child(1) {
    font-size: 40px;
  }
  .toMotor p:nth-child(2) {
    font-size: 32px;
  }
  .toMotor p:nth-child(3) {
    font-size: 24px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
  }
  .toMotor p:nth-child(3) > img {
    width: 34px;
    margin-bottom: 6px;
    margin-left: 7px;
  }
  .positionBoxPhone {
    display: none;
  }
  .httpCom{
    padding: 16px 0;
    box-sizing: border-box;
    /* height: 78px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
}
