.sm-menu-btn {
  display: none; }

.main UL.prod-list {
  margin: 0; }

.top-quick-menu LI#top_phone a {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0; }

@media (max-width: 1350px) {
  img {
    max-width: 100%;
    height: auto; }

  .wrapper {
    max-width: 100%;
    padding: 0 27px;
    box-sizing: border-box; }

  #header, #footer, #content {
    min-width: 0;
    width: 100%; }

  .prod-list {
    width: 100%; }

  .prod-item {
    width: 25%;
    box-sizing: border-box; }

  .prod-item .figure img {
    max-width: 100%;
    height: auto; }

  .shop-agree ul, .shop-help .wrapper, .footer-copyright .wrapper, #header .wrapper {
    box-sizing: border-box; }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001; }

  #navigator ul.top-menu {
    display: block;
    position: fixed;
    top: 118px;
    right: -100vw;
    height: 100vh;
    background: #fff;
    padding: 30px;
    margin: 0;
    border-left: 1px rgba(0, 0, 0, 0.05) solid;
    z-index: 200;
    transition: all 0.3s; }
    #navigator ul.top-menu.open {
      right: 0; }
    #navigator ul.top-menu li {
      border: 0;
      float: none;
      height: auto; }
      #navigator ul.top-menu li a {
        height: auto;
        line-height: 30px; }

  .sm-menu-btn {
	  order: 1;
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    background: #fff url("../images/bars.svg") center center no-repeat;
    background-size: 22px;
    border-radius: 50%;
    margin-left: 15px;
    border: 1px #e7e7e7 solid !important;
    margin-top: 18px; }
    .sm-menu-btn.open {
      background-image: url("../images/xmark-solid.svg"); }

  body {
    margin-top: 118px;
    overflow-x: hidden; }

  .footer-copyright .copy-info {
    width: 50%; }

  .prod-container .prod-container-top {
    width: 100%;
    box-sizing: border-box; }

  .prod-container .prod-container-left {
    width: 50%; }

  .prod-container-left .figure ul li {
    max-width: 100%;
    height: auto; }

  .prod-container-left .figure img {
    max-width: 100%;
    max-height: calc(50vw - 60px); }

  .prod-container .prod-container-right {
    width: 50%; }

  .prod-container-right .summary-price {
    width: 100%;
    box-sizing: border-box; }

  .prod-container .prod-container-left .figure {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    height: calc(50vw - 60px); }

  .spec-items ul {
    margin-left: 0; }

  .prod-container .prod-container-right .btns {
    padding-left: 0 !important; }

  .prod-main-info {
    padding: 0 27px;
    box-sizing: border-box; }

  .prod-main-box .prod-main-information .section, .prod-main-evaluation .section {
    width: 100%;
    box-sizing: border-box; }
    .prod-main-box .prod-main-information .section img, .prod-main-evaluation .section img {
      max-width: 100%;
      height: auto; }

  .prod-main-tab .prod-tab-box {
    width: 100%;
    box-sizing: border-box; }

  .prod-main-box .prod-main-parameter {
    width: 100%;
    box-sizing: border-box; }

  .prod-main-parameter .prod-parameter-box li h4 {
    padding-left: 30px;
    width: 200px; }

  .prod-main-parameter .prod-parameter-box li p {
    width: calc(100% - 300px);
    margin-bottom: 0; }

  .prod-main-info .fixed {
    top: 118px;
    left: 0;
    padding: 0 27px;
    box-sizing: border-box; }

  .content {
    /*width: calc(100% - 235px);*/
    box-sizing: border-box; }

  .content dl {
    margin: 0; }

  .cart_form:after {
    content: '';
    display: block;
    clear: both; } }
@media (max-width: 960px) {
  .shop-help .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .shop-help .wrapper dl {
      flex: 0 0 33.33333%;
      margin-bottom: 30px; }

  .shop-agree {
    height: auto; }
    .shop-agree ul {
      display: flex;
      flex-wrap: wrap;
      height: auto; }
      .shop-agree ul li {
        flex: 0 0 50%; }
        .shop-agree ul li b.b3 {
          margin-left: 0; }

  #header .search-box {
    width: calc(100% - 100px); }

  #header .search-box button {
    width: 80px; }

  #header .search-box input {
    width: calc(100% - 80px);
    box-sizing: border-box;
    height: 40px; }

  .prod-main-tab .prod-tab-box button {
    width: 100px; } }
@media (max-width: 767px) {
  .prod-list {
    border: 0; }

  .prod-item {
    width: 50%;
    border: 1px solid #e9e9e9; }

  .wrapper {
    padding: 0 15px; }

  #navigator ul.top-menu {
    min-width: 50vw;
    box-sizing: border-box; }

  .filter .fl-item {
    margin-right: 20px;
    margin-bottom: 10px;
    float: none;
    display: inline-block; }

  .filter .fl-title {
    width: auto; }
    .filter .fl-title:after {
      content: ':';
      display: inline; }

  .prod-main-info .fixed {
    padding: 0 15px; }

  .prod-main-info {
    padding: 0 15px; }

  .prod-main-tab .prod-tab-box li a {
    padding: 0 15px;
    width: auto; }

  .menu-bar {
    display: none; }

  .content {
    width: 100%;
    float: none;
    min-height: 0; } }
@media (max-width: 660px) {
  .prod-item {
    width: 100%; }

  .shop-agree ul li {
    flex: 0 0 100%; }

  .shop-help .wrapper dl {
    flex: 0 0 100%; }

  .footer-copyright .sns-box {
    float: none;
    text-align: center; }

  .footer-copyright .copy-info {
    width: 100%;
    text-align: center; }

  #navigator a.vivo-logo img {
    max-width: 100%; }

  .top-quick-menu LI#top_phone {
    margin: 0 0 10px;
    flex: 0 0 100%;
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: normal; }

  #navigator ul.top-menu {
    width: 100vw; }
    #navigator ul.top-menu li {
      margin-bottom: 15px; }

  #navigator {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #navigator a.vivo-logo {
      flex: 0 0 100px;
      margin-top: 0;
      height: auto; }
    #navigator .search-user {
      height: auto;
      margin-top: 0; }

  .top-quick-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .top-quick-menu li {
      margin: 0 5px;
      width: 36px;
      height: 36px;
      top: 0; }
      .top-quick-menu li b {
        width: 36px;
        height: 36px; }
      .top-quick-menu li a {
        width: 36px;
        height: 36px; }

  .top-quick-menu .search b {
    background-position: -3px -3px; }

  .top-quick-menu .search:hover b {
    background-position: -3px -46px; }

  .top-quick-menu .user b {
    background-position: -46px -3px; }

  .top-quick-menu .user:hover b {
    background-position: -46px -46px; }

  .top-quick-menu .shoppingcart b {
    background-position: -3px -87px; }

  .top-quick-menu .shoppingcart:hover b {
    background-position: -3px -128px; }

  .sm-menu-btn {
    flex: 0 0 36px;
    min-width: 36px;
    width: 36px;
    height: 36px;
    background-size: 20px;
    order: 8;
    margin-left: 0;
    margin-top: 0; }

  .prod-container .prod-container-left {
    width: 100%; }

  .prod-container .prod-container-right {
    width: 100%;
    float: none; }

  .prod-container-left .figure ul li {
    width: 300px;
    height: 300px;
    left: calc(50% - 150px); }

  .prod-container-left .figure img {
    width: 300px;
    height: 300px; }

  .prod-container .prod-container-left .figure {
    width: 300px;
    height: 300px; }

  .prod-container-left .figure img {
    max-height: 100%; }

  .prod-tab-box ul {
    margin-left: 0; }

  .prod-main-tab .prod-tab-box .thumb-goods {
    display: none !important; }

  .prod-main-tab .prod-tab-box li a {
    padding: 0 10px;
    font-size: 14px; }

  .prod-main-tab .prod-tab-box button {
    width: 70px;
    font-size: 14px; }

  .prod-main-parameter .prod-parameter-box li h4 {
    padding-left: 0;
    display: block;
    text-align: left;
    width: 100%; }
    .prod-main-parameter .prod-parameter-box li h4:after {
      content: ':';
      display: inline; }

  .prod-main-parameter .prod-parameter-box li p {
    width: 100%;
    display: block;
    padding-left: 0; }

  .prod-main-parameter .prod-parameter-box LI.c_c H4 {
    padding-left: 0; }

  .prod-main-parameter .prod-parameter-box li {
    padding: 10px 15px; }

  .summary-price .now-price {
    font-size: 26px; }

  .prod-container-right .summary-price {
    padding: 0px 15px; }

  table#purchases {
    display: block; }
    table#purchases tr {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      height: auto;
      padding: 10px;
      box-sizing: border-box; }
      table#purchases tr td {
        display: block;
        box-sizing: border-box; }
        table#purchases tr td.image {
          flex: 0 0 60px; }
        table#purchases tr td.name {
          flex: 0 0 calc(100% - 60px); }
        table#purchases tr td.price {
          flex: 0 0 30%; }
        table#purchases tr td.amount {
          flex: 0 0 20%; }
        table#purchases tr td.remove {
          flex: 0 0 10%;
          padding-left: 0; }

  .form {
    width: 100%;
    box-sizing: border-box; }
    .form input {
      box-sizing: border-box; }
    .form input[type=submit] {
      margin-top: 10px; } }

/*# sourceMappingURL=mob.css.map */



@media(max-width: 1024px) {
	LI#top_phone {
    display: none;
}

a.header-top_phone {
    display: flex;
	align-items: center;
}

.header-top .wrapper {
    gap: 20px;
}

.header-top ul li:nth-child(n+5) {
    display: none;
}

li.header-top_more {
    display: block!important;
}

li.header-top_more a {
    text-decoration: underline;
}
}


@media(max-width: 768px) {
	.header-top ul li:nth-child(n+3) {
    display: none;
}

.header-search {
    margin: auto 10px;
}

.header-search form {
    /* max-width: 100px; */
}

.header-search input.input_search {
    width: calc(100% - 42px);
    padding-left: 10px;
}


#dropdown-menu {
    right: -40px;
    max-width: calc(100vw - 20px);
}

#dropdown-menu li {
    width: auto;
    height: auto;
    margin: 0;
}

.basket-item .le-button {
    width: auto;
    height: auto;
}

.basket-item .close-btn {
    width: auto;
    height: auto;
}



.autocomplete-suggestions {
    top: 90px!important;
    width: 80vw!important;
    left: 10vw!important;
	transform: none;
}


.header-top ul {
	gap: 10px;
}
.header-top a {
	font-size: 10px;
}
}