/* common */
ul {
  margin: 0;
  padding: 0;
}

.row {
  margin: 0;
}

li {
  list-style: none;
}

.disabled {
  pointer-events: none;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 100px;
}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1488163226594');
  /* IE9*/
  src: url('../font/iconfont.eot?t=1488163226594#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/iconfont.woff?t=1488163226594') format('woff'),
    /* chrome, firefox */
    url('../font/iconfont.ttf?t=1488163226594') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg?t=1488163226594#iconfont') format('svg');
  /* iOS 4.1- */
}

@font-face {
  font-family: "MyriadPro";
  src: url("../font/MyriadPro-Regular.otf");
  src: url('../font/MyriadPro-Regular.eot') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/MyriadPro-Regular.woff') format('woff'),
    /* chrome, firefox */
    url('../font/MyriadPro-Regular.ttf') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/MyriadPro-Regular.svg') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e660";
}

.icon-up:before {
  content: "\e64d";
}

.icon-down-copy:before {
  content: "\e601";
}

a:focus,
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "iconfont1";
  src: url('../font/font_825009_w024g32qywo.eot?t=1565323615793');
  /* IE9 */
  src: url('../font/font_825009_w024g32qywo.eot?t=1565323615793#iefix') format('embedded-opentype'),
    url('../font/font_825009_w024g32qywo.woff?t=1565323615793') format('woff'),
    url('../font/font_825009_w024g32qywo.ttf?t=1565323615793') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../font/font_825009_w024g32qywo.svg?t=1565323615793#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont1 {
  font-family: "iconfont1" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-suoyoukehu:before {
  content: "\e62c";
}

.icon-zixun-tousu:before {
  content: "\e623";
}

.icon-message:before {
  content: "\e621";
}

.icon-dagou:before {
  content: "\e622";
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
  display: block;
  width: 100%;
}

#footer a:hover {
  color: #fff;
}

.bulk-searchy {
  display: none;
}

/*nav*/

.navbar-brand {
  display: block;
  width: 160px;
  height: 50px;
  background: url(../images/itprice.png) no-repeat center;
  background-size: 80%;
}

.navbar-default {
  background-color: #1D70BC;
  height: 60px;
  padding: 5px 0;
  margin: 0;
  border: none;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  clear: both;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #E7FF1E;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #E5FEE9;
  background-color: transparent;
}

@media (max-width: 767px) {

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #E7FF1E;
    background-color: transparent;
  }

  .breadcrumb>li {
    display: block;
    line-height: 20px;
  }
}

.dropdown-menu>li>a {
  color: #666;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding: 0 45px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 100vh;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.dropdown-menu-triangle {
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #f5f5f5;
  top: -20px;
  left: 50%;
}

.navbar-nav>li>.dropdown-menu>li {
  float: left;
  width: 50%;
}

.navbar-nav>li>.dropdown-menu.dropdown-menu-language>li {
  float: none;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #1D70BC;
    margin-top: 4px;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .dropdown-menu-triangle,
  .hideXS {
    display: none;
  }

  .bulk-searchy {
    display: block;
  }
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .dropdown-menu>li>a:hover {
    color: #028FD7;
  }

  .navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
    width: 330px;
    background-color: #F5F5F5;
    padding: 20px 0;
    right: -75%;
  }

  .navbar-right {
    margin-right: 10px;
  }

  .navbar-nav>li>.dropdown-menu.dropdown-menu-language {
    width: auto;
    right: -20%;
  }
}

.s-container {
  width: 960px;
  margin: 60px auto 0 auto;
  padding-top: 3%;

}

#gpl-container {
  margin-top: 70px;
}

.s-main {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

/* hot search */
.hot-search {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.hot-search ul {
  overflow: hidden;
  margin: 0 auto;
}

.hot-search ul li {
  margin-right: 25px;
  display: none;
}

.hot-search ul li.active,
.hot-search ul li:nth-child(1),
.hot-search ul li#hot-switch {
  display: inline-block;
}

.hot-search ul li a {
  color: #5C5C5C;
}

.hot-search ul li a:hover {
  color: #028FD7;
  text-decoration: underline;
}

.hot-search-box>div.check-box>div {
  display: inline-block;
}

#hot-switch {
  margin: 0;
  padding-left: 25px;
  background: url("../images/common.png") no-repeat -16px -578px;
  color: #028FD7;
  cursor: pointer;
}

/* more tool */
.more-tool .more-tool-list li {
  float: left;
  width: 20%;
}

.more-tool .more-tool-list li>a:nth-child(1) {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #0190D6;
  border-radius: 50%;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.more-tool .more-tool-list li>a:nth-child(1):hover {
  background-color: #0190D6;
}

.more-tool .more-tool-list li>a:nth-child(1)>img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.more-tool .more-tool-list li>a:first-child>img.active {
  display: block;
}

.more-tool .more-tool-list li a:last-child {
  display: block;
  color: #028FD7;
}

.more-tool .line-box,
#brand-count .line-box {
  width: 120px;
}

.more-tool .line-box .line-line,
#brand-count .line-box .line-line {
  width: 50px;
}

.index-title {
  margin: 50px 0 30px 0;
}

/*brans-img*/

.brans-img ul div {
  display: none;
}

.brans-img ul div.brans-img-show {
  display: block;
}

.brans-img ul {
  overflow: hidden;
  width: 100%;
  list-style: none;
}

.brans-img ul>li {
  float: left;
  width: 20%;
  padding: 3px 0;
}

.brans-img .s-container {
  padding: 0;
  margin: 35px auto 0 auto;
}

.brans-img .brans-img-show a {
  display: block;
}

.brans-img .brans-img-show a>img {
  margin: 0 auto;
}

.brans-img .container {
  max-width: 1120px;
  margin: 0 auto;
}

#q {
  background-color: #e9f8f6;
  border: 3px solid #028fd7;
  border-right: 0;
  width: 55%;
  font-size: 16px;
  padding-left: 40px;
  font-size: 1.2em;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms--box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #1D1F1E;
  height: 54px;
  line-height: 54px;
  -webkit-appearance: none;
  border-radius: 0;
}

#q:focus {
  /*border-color: #66afe9;*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

button,
select[multiple],
textarea {
  background-image: none;
}

.s-btn-search {
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #028fd7;
  border-color: #158bc0;
  color: #ffffff;
  border: none;
  float: left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.s-btn-search,
.btn-bulk-search {
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  width: 21%;
}

.btn-bulk-search {
  font-size: 16px;
  text-align: center;
  color: #008AD2;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  float: right;
  border: 2px solid #008AD2;
}

.btn-bulk-search:hover {
  color: #fff;
  background: #008AD2;
}

.btn-full-search {
  padding: 3px 15px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #179cd7;
  border-color: #158bc0;
  color: #ffffff;
  border: none;
  border-radius: 3px;
}

/*form-box*/

.form-box {
  width: 94%;
  height: 92px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms--box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-top: 3%;
  z-index: 100;
  max-width: 900px;
}

.brands {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 660px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.brands>a,
.brands>.brands-more {
  float: left;
  padding: 5px 10px;
  margin-right: 25px;
  border-radius: 3px;
  text-decoration: none;
  color: #028FD7;
  cursor: pointer;
  position: relative;
}

.brands>.brands-more {
  padding-right: 20px;
  margin-right: 0;
}

.brands>a>span,
.brands>.brands-more>span {
  font-size: 14px;
}

.brands-more>span {
  font-weight: 600;
}

.brands>.brands-more:hover {
  background: #028fd7;
  color: #fff;
}

.brands a:hover,
.brands-more:hover {
  cursor: pointer;
  color: #028FD7;
}

div.brands>.brands-active {
  background-color: #028fd7;
  color: #fff;
}

div.brands>.brands-active>b,
.brands>.brands-more:hover>b {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #028FD7;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.table-responsive {
  clear: both;
}

.table-responsive.active {
  overflow: visible;
}

.brand-others {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  width: 300px;
  padding: 20px;
  background-color: #E9F5FB;
  z-index: 100;
  border: 1px solid #028FD7;
}

.brand-others>a {
  float: left;
  width: 33.3%;
  height: 26px;
  line-height: 26px;
  font-weight: 400;
  color: #666;
  text-align: left;
  text-decoration: none;
}

.brand-others>a:hover {
  color: #0089CF;
}

.brands-more {
  position: relative;
}

.brands-more i {
  position: absolute;
  top: 50%;
  right: -4%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('')
}

.brands-more:hover .brand-others {
  display: block;
}

.form-input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms--box-sizing: border-box;
  -o-box-sizing: border-box;
}

.form-input>i {
  color: #A9B0C3;
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 15px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s-show {
  display: none;
}

.results {
  margin-top: 30px;
}

.banner10 {
  padding: 10px 0 0 0;
}

/* table */

.zui-table {
  width: 100%;
  text-align: left;
  border: solid 1px #ddd;
  color: #333;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.zui-table thead th {
  border: solid 1px #ddd;
  background-color: #eeeeee;
  padding: 10px;
  color: #333;
}

.zui-table tbody td {
  border: solid 1px #ddd;
  padding: 10px;
  vertical-align: middle !important;
}

.table-striped.zui-table>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped.zui-table>tbody>tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.table-striped.zui-table>tbody>tr:hover {
  background-color: #eeeeee;
}

.zui-table caption,
.results-hint {
  text-align: right;
  padding-bottom: 5px;
  font-size: 11px;
  font-style: italic;
  color: #666;
}

.table-striped-list {
  list-style: none;
}

.table-striped-list li a {
  color: #028FD6;
  line-height: 24px;
}

.s-main>h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #0780BF;
  font-family: 'MyriadPro';
}

.line-box {
  width: 160px;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-bottom: 10px;
}

.line-line {
  width: 66px;
  height: 2px;
  background: #028FD7;
  margin: 0 auto;
}

header {
  display: block;
  background-color: #016a97;
  margin: 0 auto;
  width: 100%;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #016a97;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  margin-top: 50px;
}

.notice {
  text-align: left;
  margin-top: 10px;
  font-size: 11px;
  color: #666;
  float: left;
}

.price-trend {
  background: url("./sprites.png") no-repeat scroll -35px 0;
  height: 13px;
  width: 17px;
  position: relative;
  cursor: pointer;
}

.pdown {
  background-position: 0 0;
}

.pup {
  background-position: -18px 0;
}

.price-trend canvas {
  display: none;
  padding: 20px;
  background-color: #fff;
  cursor: auto;
}

.price-trend .box {
  position: absolute;
  top: 24px;
  padding: 0;
  width: 362px;
  margin-left: -140px;
  display: none;
  background-color: #fff;
  border: 1px solid #fb6;
}

.price-trend .arrow {
  background: url("./sprites.png") no-repeat scroll -88px 0;
  height: 6px;
  width: 9px;
  left: 50%;
  margin-left: -5px;
  overflow: hidden;
  position: absolute;
  top: 19px;
  display: none;
}

.price-trend em {
  background: url("./sprites.png") no-repeat scroll -110px 0;
  position: absolute;
  top: 35px;
  left: 199px;
  height: 8px;
  width: 10px;
  padding: 5px 0 0 5px;
  display: none;
  z-index: 300;
}

.results .trends {
  cursor: pointer;
}

#table-box .search-eos {
  line-height: 22px;
  min-width: 180px;
}

.search-eos span,
.table-striped-list span {
  width: 28px;
  height: 22px;
  background: url("../images/common.png") no-repeat;
  margin-left: 3px;
}

span.hot-sall {
  background-position: -12px -397px;
}

span.search-new {
  background-position: -12px -442px;
}

span.search-eos-eos {
  background-position: -12px -493px;
}

span.search-nuevo {
  width: 38px;
  background-position: -12px -536px;
}

.search-eos>b {
  display: inline-block;
  width: 33px;
  height: 22px;
  margin-left: 5px;
}

.hint--right {
  text-decoration: none;
}

.s-main>span {
  color: #0780BF;
  font-size: 12px;
}

.ready-ship {
  display: inline-block;
  /* width: 100px;
  height: 20px; */
  /* text-align: center; */
  /* line-height: 20px; */
  font-size: 12px;
  color: #FF7200;
  font-weight: 600;
  /* background-color: #FB7234;
  background-image: linear-gradient(to right, #FD7F32, #FD5C4F); */
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

#quotation {
  overflow: hidden;
}

#quotation li {
  float: left;
  margin: 0 5px 10px 0;
  color: rgb(92, 92, 92);
}

.quotation-more {
  padding: 3px 10px;
  background: #87AB3C;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#quotation-add {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: -ms-calc(100% - 230px);
  width: -o-calc(100% - 230px);
  width: calc(100% - 230px);
}

.quotation-more b {
  color: #fff;
}

.quotation-item {
  padding: 2px 5px;
  border: 1px solid #DBDBDB;
  background: #FAFAFA;
  color: #999;
}

.quotation-remove {
  float: right;
  font-size: 16px;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  padding-left: 3px;
}

.tip {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #86AB3A;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.quotation-input {
  padding: 0 2px;
  height: 24px;
}

#quotation a {
  color: #028FD7;
}

.discount-zero {
  border-color: #88AA3D;
}

.btn-primary-change .btn-primary {
  color: #fff;
  background-color: #028fd7;
  border-color: #028fd7;
}

.btn-primary-change .btn-primary:hover {
  color: #fff;
  background-color: #007aba;
  border-color: #007aba;
}

#empty {
  border-color: #008AD2;
  color: #008AD2;
  margin-right: 10px;
}

#empty:hover {
  color: #fff;
  background-color: #008AD2;
}

.modal {
  text-align: left;
}

.modal-header span {
  font-size: 16px;
}

/*Hp tool*/
.hp-tool {
  margin-top: 12px;
  margin-left: 41px;
}

.hp-tool>li>a:hover {
  text-decoration: none;
}

/*.main .box{  width:680px; } */

.s-main .box .sc {
  width: 450px;
  float: left;
}

.s-main .box .bs {
  width: 202px;
  height: 22px;
  float: left;
  background-color: #8fb812;
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
  margin-top: 25px;
}

.s-main .box .bs a {
  color: #ffffff;
  text-decoration: none;
}

.s-main .box .bs a:hover {
  color: #ffffff;
  text-decoration: none;
}

footer a {
  color: #fff;
}

.batch {
  margin: 5px;
  font-size: 11px;
  padding-right: 110px;
  color: #999;
}

.batch a {
  color: #00577c;
}

.batch a:hover {
  text-decoration: none;
}

.feedback {
  position: fixed;
  z-index: 100;
  right: 20px;
  top: 38%;
  width: 80px;
  display: none;
}

.buynow {
  color: #428bca;
  font-size: 13px;
  font-family: sans-serif;
}

.buynow .s-btn {
  width: 70px;
}

#livechat>a {
  background: url("/frontend/contact.png") no-repeat scroll 0 0 #fff;
  color: #fff;
  display: block;
  height: 67px;
  margin-top: 10px;
  width: 67px;
  text-decoration: none;
}

#livechat>a>span {
  display: block;
  font-size: 12px;
  padding-top: 42px;
  text-align: center;
}

#livechat>#r-livechart {
  background-position: 0 -77px;
}

#livechat>#r-inquiry {
  background-position: 0 -154px;
}

#livechat>#scroll-top {
  background-position: 0 -154px;
}

#livechat>a:hover {
  text-decoration: underline;
}

.results .s-btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.results .s-btn.active.focus,
.results .s-btn.active:focus,
.results .s-btn.focus,
.results .s-btn.focus:active,
.results .s-btn:active:focus,
.results .s-btn:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

.results .s-btn.focus,
.results .s-btn:focus,
.results .s-btn:hover {
  color: #333;
  text-decoration: none;
}

.results .s-btn-default.active,
.results .s-btn-default.focus,
.results .s-btn-default:active,
.results .s-btn-default:focus,
.results .s-btn-default:hover,
.open>.dropdown-toggle.s-btn-default {
  border-color: #adadad;
  color: #333;
}

.results .s-btn.active,
.results .s-btn:active {
  background-image: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  outline: 0 none;
}

.results .s-btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.results .s-btn-default.active,
.results .s-btn-default:active,
.open>.dropdown-toggle.s-btn-default {
  background-image: none;
}

.results .s-btn-default .badge {
  background-color: #333;
  color: #fff;
}

.results .s-btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.results .buynow .s-btn {
  background: url('/frontend/get_discount.jpg') no-repeat scroll 0 0;
  height: 29px;
  width: 104px;
  padding: 0;
  border: none;
  border-radius: 0;
}

.es .results .buynow .s-btn {
  background-image: url('/frontend/obtenga_descuento.jpg');
  width: 140px;
}

.breadcrumb {
  background-color: transparent;
  padding: 8px 0;
}

ul.pagination>li:hover {
  cursor: pointer;
}

.brand-count-list {
  display: none;
}

.brand-count-list.brans-count-show {
  display: block;
}

.brand-count-list ul {
  list-style: none;
}

.brand-count-count {
  margin: 0 auto;
  margin-bottom: 20px;
}

.brand-count-more {
  display: none;
}

.brand-count-show {
  cursor: pointer;
  color: #028FD7;
  margin-top: 10px;
}

.brand-count-list ul li a {
  line-height: 22px;
  color: #028FD7;
}

.brand-count-list ul li a:hover {
  text-decoration: underline;
  color: #028FD7;
}

#brand-count .s-container,
.more-tool .s-container {
  padding-top: 20px;
}

#top-box {
  background-color: #FBFBFB;
  padding: 10px 0;
}

#top-box .pcisco-index {
  padding-left: 10px;
}

/*specialist*/

#livechat .row {
  margin: 0
}

.specialist-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  background: #028FD6;
  padding: 30px 5px 5px 5px;
  opacity: 0;
  z-index: -1;
}

.specialist-box.active {
  opacity: 1;
  z-index: 101;
  width: 280px;
  transition: all 0.3s;
}

#specialist-close {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

#livechat .specialist-box-box {
  margin: 20px 0 5px 0;
}

.specialist-box-count {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.specialist-box h5 {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.specialist-people {
  width: 42px;
  height: 42px;
  background: url("/frontend/common1.png") no-repeat;
  margin-right: 10px;
}

.specialist-people1 {
  background-position: -384px -8px;
}

.specialist-people2 {
  background-position: -434px -8px;
}

.specialist-people3 {
  background-position: -484px -8px;
}

.specialist-people4 {
  background-position: -534px -8px;
}

.specialist-name {
  color: #fff;
  padding-top: 4px;
}

.specialist-class {
  color: #fff;
}

.specialist-box a.btn {
  padding: 1px 12px;
  margin: 10px 0 15px 0;
}

.specialist-box a.btn:hover {
  background: #f1f1f1;
}

/* hp model */

.hp-model-box ul {
  list-style: none;
}

.hp-model-box {
  border: 1px solid #008BD6;
  background: #EAF5FB;
}

.hp-model .s-container {
  padding-top: 0;
}

.hp-model-title {
  padding: 15px 0;
  color: #333;
  font-weight: 600;
  background-color: #D4EAF7;
  cursor: default;
  font-size: 14px;
}

.hp-model-title:nth-child(1) {
  padding-left: 15px;
}

.hp-model-box .row {
  margin: 0;
}

.hp-model-title.isactive {
  background-color: #EAF5FB;
  color: #008ed6;
}

.hp-model-lists {
  list-style: none;
  display: none;
  padding: 15px 0;
}

.hp-model-lists.isactive {
  display: block;
  height: 293px;
  overflow-y: scroll;
}

.hp-model-list {
  float: left;
  padding: 5px 15px;
}

.hp-model-list>span {
  cursor: default;
}

.hp-model-list>span:hover {
  color: #028FD7;
}

@media (max-width: 960px) {
  .s-container {
    width: 100%;
    padding: 0 15px;
  }

  .brand-others {
    right: -60%;
  }
}

@media only screen and (max-width:768px) {
  .form-input>i {
    top: 50%;
    left: 10px;
  }
}

@media screen and (max-width: 660px) {
  .s-hide {
    display: none;
  }

  .bulk-searchy .btn-bulk-search {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }

  #q {
    width: 100%;
  }

  .s-btn-search,
  .btn-bulk-search {
    width: 48%;
    margin-top: 15px;
    border-radius: 3px;
    overflow: hidden;
  }

  #q {
    border-right: 3px solid #028fd7;
  }

  .s-show {
    display: block;
  }

  .form-box {
    height: 143px;
  }

  .form-input {
    height: 107px;
  }

  .form-input>i {
    top: 22%;
  }
}

@media (max-width: 500px) {
  .s-container {
    width: 98%;
  }

  .notes {
    display: none;
  }

  /* .descr {
        display: none;
    }
    .trends {
        display: none;
    } */
  .s-main>h1 {
    font-size: 26px;
  }

  .s-main em {
    font-size: 11px;
  }

  footer span {
    display: none;
  }

  .batch {
    display: none;
  }
}

.large-header {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

/*top-searches*/

.top-searches {
  background-color: #fff;
  padding: 50px 0;
  margin-top: 60px;
}

.top-searches .nav-stacked {
  background-color: #fefefe;
  margin-top: 40px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
}

.top-searches .nav>li>a {
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-bottom: 1px solid #E1E1E1;
  color: #3c3c3c;
}

.top-searches .nav-stacked>li:first-child {
  border-top: 1px solid #E1E1E1;
  border-radius: 4px;
}

.top-searches .nav>li>a>span.text-muted {
  color: #B5B5B5;
}

.top-searches .nav>li>a>span>i.glyphicon {
  font-size: 10px;
}

.top-searches .nav>li:hover {
  background-color: #FAFAFA;
}

.top-searches .nav>li>a>span:first-child {
  padding-right: 20px;
}

.top-searches .nav>li:first-child>a {
  padding: 0 20px;
}

.top-searches .nav>li:last-child>a {
  border: 0;
}

.top-searches .nav>li:not(:first-child)>a {
  margin: 0 20px;
}

.nav-stacked>li+li {
  margin-top: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.details-table table td {
  height: 50px;
  min-height: 50px;
  vertical-align: middle !important;
  color: #777;
  word-break: break-all;
  overflow: auto;
}

.details-table td:last-child {
  white-space: nowrap;
}

caption {
  font-size: 20px;
  padding: 0px 0 20px 0;
  color: #404040;
}

.hotsearch-btn-box button,
.hotsearch-btn-box .inquiry-button,
.hotsearch-btn,
.new-lach-alert1 {
  display: inline-block;
  padding: 8px 30px;
  text-align: center;
  border: 1px solid #fa7819;
  background-color: #fff3e9;
  border-radius: 20px;
  color: #fa7819 !important;
  margin-left: 10px;
  transition: all 0.3s;
  outline: none;
  font-size: 14px;
  margin-top: 20px;
}

.rs-price {
  font-size: 18px;
  font-weight: 600;
  color: #BA0001;
}

.rs-price span {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}

#discount-no {
  margin-left: 0;
}

.pull-down-box {
  margin-top: 20px;
}

.new-lach-alert1 {
  margin: 0;
  margin-left: 8px;
}

.hotsearch-btn {
  color: #fff !important;
  background-color: #fa7819;
}

.hotsearch-btn-box button:hover,
.hotsearch-btn-box .inquiry-button:hover,
.hotsearch-btn,
.new-lach-alert1:hover {
  color: #fff !important;
  background-color: #fa7819;
  text-decoration: none !important;
  outline: none !important;
  border-color: transparent;
}

/*price alert*/

#price-alert {
  width: 100%;
  height: 100%;
  background: rgba(115, 115, 115, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -10px;
  display: none;
  z-index: 3000;
}

#price-alert1 {
  width: 100%;
  height: 100%;
  background: rgba(115, 115, 115, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -10px;
  display: none;
  z-index: 3000;
}

#price-alert1.price-alteractive1 {
  display: block;
}

#price-alert.price-alteractive {
  display: block;
}

.pricea-box {
  min-width: 320px;
  max-width: 520px;
  background-color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 3px;
  padding: 30px 60px 15px 60px;
}

#pricea-close {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  font-size: 30px;
  font-weight: 400;
  color: #969595;
}

#pricea-close1 {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  font-size: 30px;
  font-weight: 400;
  color: #969595;
}

.pricea-head {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.pricea-body {
  margin-top: 20px;
}

.pricea-body label {
  font-weight: 400;
  color: #666;
}

.pricea-body label.checkbox-inline {
  width: 100px;
  float: left;
}

.pricea-body .checkbox-inline+.checkbox-inline {
  margin-left: 0;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

#pricea-textarea {
  text-decoration: underline;
  color: #337ab7;
  cursor: pointer;
  padding-left: 20px;
}

#pricea-textarea1 {
  text-decoration: underline;
  color: #337ab7;
  cursor: pointer;
  padding-left: 20px;
}

#pricea-textarea+.form-control {
  display: none;
}

#pricea-textarea1+.form-control1 {
  display: none;
}

.pricea-body .btn-warning {
  background: #FA781A;
}

#dropdown-menu2 .new-lach-alert {
  background-color: transparent;
  border: 1px solid #fa7819;
  color: #fa7819;
  font-size: 12px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#dropdown-menu2 .new-lach-alert:hover {
  background-color: #fa7819;
  color: #fff;
}

.chose-date {
  display: inline-block;
  width: 64%;
}

#table-striped-list-btn {
  display: none;
}

.pciscoswitch {
  margin-bottom: 50px;
}

.pciscoswitch .container {
  padding: 0 15px;
}

.pciscoswitch .row {
  margin-left: 0;
  margin-right: 0;
}

.pciscoswitch-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  color: black;
}

.pciscoswitch ul li {
  padding: 0;
}

.pciscoswitch ul li a {
  color: #028FD7;
  line-height: 26px;
}

.pciscoswitch ul li a:hover {
  text-decoration: underline;
}

.breadcrumb .btn-defaul {
  background-color: #fff;
  color: #337ab7;
}

span.eos {
  color: #fff;
  background: #008ED6;
  padding: 1px 8px;
  border-radius: 2px;
}

/*specialist-form*/

.specialist-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  --transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 520px;
  padding: 26px 30px 15px 30px;
  background: #fff;
  border-radius: 3px;
}

.specialist-form-people .specialist-people {
  width: 86px;
  height: 86px;
  margin: 36px auto 10px auto;
}

.specialist-form-people1 {
  background-position: -8px -8px;
}

.specialist-form-people2 {
  background-position: -102px -8px;
}

.specialist-form-people3 {
  background-position: -196px -8px;
}

.specialist-form-people4 {
  background-position: -289px -8px;
}

.specialist-form-name {
  margin-bottom: 35px;
}

.specialist-form button,
.specialist-form button:focus,
.specialist-form button:active {
  background: #FA781A;
  color: #fff;
}

.specialist-form button:hover {
  color: #fff;
  background: #FA781A;
  border-color: #d58512;
}

#specialist-form-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* choice */
.choice-box {
  margin-top: 70px;
}

.choice {
  background: #F8F8F8;
  padding: 20px;
  margin-top: 15px;
}

.choice-list,
.choice-list1 {
  padding: 2px 0;
  color: #666;
}

.choice-list>li>ul,
.choice-list1>li>ul {
  overflow: hidden;
}

.choice-list>li>ul>li,
.choice-list1>li>ul>li {
  margin-right: 30px;
  margin-bottom: 5px;
}

.choice-list>li>ul>li.active,
.choice-list1>li>ul>li.active {
  color: #337ab7;
}

.choice-list>li:hover,
.choice-list1>li:hover {
  cursor: pointer;
}

.choice-list>li:first-child,
.choice-list1>li:first-child {
  width: 108px;
  margin-right: 5px;
}

.choice-list>li:first-child:hover,
.choice-list1>li:first-child:hover {
  cursor: text;
}

.choice-list>li:last-child {
  width: -o-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -ms-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

/* selection-result */

.selection-result {
  margin: 10px 0 20px 0;
  overflow: hidden;
}

.selection-result>div {
  line-height: 23px;
}

.selection-result>div:last-child {
  color: #337ab7;
  cursor: pointer;
  display: none;
}

.selection-result>div:last-child.active {
  display: block;
}

.selection-result>ul>li>div {
  padding: 3px 6px 1px 6px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  color: #333;
  margin: 0 5px;
}

.serarch-product-btn.btn {
  min-width: 160px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  border-color: #d6d6d6;
  background: -webkit-linear-gradient(#fff, #ededed);
  background: -o-linear-gradient(#fff, #ededed);
  background: -moz-linear-gradient(#fff, #ededed);
  background: linear-gradient(#fff, #ededed);
}

.serarch-product-btn span.glyphicon {
  margin-top: 6px;
  color: #337ab7;
}

.serarch-product-btn span.iconfont1 {
  color: #337ab7;
}

.our-price em {
  color: red;
  font-style: normal;
}

.selection-result>ul>li>div>span:last-child {
  cursor: pointer;
  color: #999;
}

.choice-box .details-table table td:last-child {
  text-align: right;
}

/* expert */
.expert {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 160px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .13);
  height: 632px;
}

.expert-left {
  background: #E8F1FA;
  color: #333;
  min-height: 100%;
}

.expert-left .iconfont1,
.expert-message .iconfont1 {
  font-size: 18px;
  margin: 15px 0 -3px 0;
}

.expert-message {
  background: #E3E8EC;
}

.expert-message:hover {
  cursor: pointer;
}

.expert-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.expert-list li {
  padding: 10px 0 10px 25px;
  list-style: none;
  overflow: hidden;
}

.expert-list li.active {
  background: #fff;
}

.expert-list li a {
  color: #333;
}

.expert-list li a>span {
  width: 15px;
  height: 15px;
  border: 2px solid #D8D8D8;
  border-radius: 50%;
  margin-top: 14px;
}

.expert-list li.active a>span.iconfont1 {
  color: #146AB7;
  margin: 11px 0 0 0;
  font-size: 16px;
  border: none;
}

.expert-list li a>b {
  width: 45px;
  height: 45px;
  background: url(../img/common1.png) no-repeat;
  margin: 0 10px 0 15px;
}

.expert-list li:first-child a>b {
  background-position: -432px -6px;
}

.expert-list li:nth-child(2) a>b {
  background-position: -382px -6px;
}

.expert-list li:nth-child(3) a>b {
  background-position: -483px -6px;
}

.expert-list li:nth-child(4) a>b {
  background-position: -533px -6px;
}

.expert-list li a>div {
  margin-top: 5px;
}

.expert-list li a>div>p {
  font-size: 12px;
  color: #888;
  margin-top: -2px;
  margin-bottom: 0;
}

.expert-right {
  background: #fff;
  height: 100%;
}

.expert .row {
  margin-right: -15px;
  margin-left: -15px;
}

.expert .specialist-form {
  position: static;
  width: 100%;
  padding: 50px 30px 0 30px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.expert .specialist-form h4 {
  color: #333;
  margin-bottom: 40px;
}

.specialist-form>p {
  font-size: 14px;
}

.expert-right [class*="col-"] {
  padding: 0;
}

.advertising-position-box {
  display: block;
  width: 100%;
  height: 40px;
  background: #1A0C4A;
  position: relative;
  top: 60px;
}

.advertising-19th {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #F6CBA9;
  position: relative;
  top: 60px;
}

.advertising-position {
  width: 800px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.advertising-19th .advertising-position {
  width: 900px;
}

.advertising_main_title {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: #FFF;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.advertising_main_title::before {
  content: "New";
  background: #FF6802;
  font-size: 14px;
  padding: 0 8px 3px 8px;
  position: absolute;
  left: -50px;
  vertical-align: top;
  top: -8px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.advertising-19th .advertising_main_title::before {
  content: "";
  padding: 0;
}

.advertising_main_title span {
  font-size: 18px;
  color: #FF6802;
  font-weight: 600;
}

.advertising_subheading {
  position: absolute;
  top: 50%;
  left: 15%;
  color: #fff;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.advertising-19th .advertising_subheading {
  left: 22%;
  color: #4A170C;
}

.advertising_subheading strong {
  color: #FF6802;
}

.advertising_up {
  position: absolute;
  top: 50%;
  color: #ff7800;
  left: 21%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.advertising_up>div:first-child {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin: 3px 3px 0 0;
}

.advertising_up>div:last-child {
  font-weight: 600;
  font-size: 24px;
}

.advertising-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 95px;
  height: 23px;
  text-align: center;
  line-height: 21px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);

}

.advertising-btn:hover {
  background: #fff;
  color: #1A0C4A;
}

.advertising-19th .advertising-btn {
  color: #4A170C;
  border-color: #4A170C;
  right: 50px;
  padding: 3px 19px;
}

.advertising-19th .advertising-btn:hover {
  background: #4A170C;
  color: #fff;
}

#table-box .btn {
  color: #fff;
  padding: 0;
  font-size: 12px;
  width: 110px;
  height: 28px;
  line-height: 28px;
}

#table-box .btn.btn-get-discount {
  padding-left: 10px;
}

.btn-buy-now {
  background: #028FD7;
}

.btn-get-discount {
  background: #89AB40;
}

.btn-buy-now:hover,
.btn-get-discount:hover {
  color: #fff;
}

.check-box a {
  color: #fff;
  margin: 2px 0 0 2px;
}

.check-box>div:first-child a {
  margin-right: 5px;
}

.check-box img {
  margin-right: 5px;
}

.our-price {
  margin: 0 5px 0 20px;
}

.our-price-btn {
  border: 1px solid #d7d7d7;
  text-decoration: none;
  background: #F0F0F0;
  padding: 0 8px;
  line-height: 28px;
}

.our-price-btn em {
  color: #FF1010;
  font-style: normal;
}

.our-price-btn .icon-zixun-tousu {
  margin-left: 10px;
  color: #068FD7;
}

.table-striped-product td:nth-child(2) {
  min-width: 480px;
}

.table-striped-product tr.active {
  background: #ddd !important;
}

#country {
  margin: 9px 0 0 10px;
  display: none;
}

#country.active {
  display: inline-block;
}

#country a {
  color: #028FD7;
}

.white-space-nowrap {
  white-space: nowrap;
}

.details-acc .product-img,
.details-spe .product-img {
  max-width: 120px;
}

.details-acc h5,
.details-spe h5 {
  margin-bottom: 3px;
}

.details-spe .product-info {
  min-height: 36px;
}

.details-acc>div.row>div {
  margin-top: 20px;
}

.details-size>div>p {
  text-align: left;
}

.tableProDetails table,
.table-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tableProDetails table td,
.table-content table td {
  padding: 10px 15px;
  line-height: 24px;
  color: #39425f;
  border: 1px solid #ddd;
}

.tableProDetails table td.thead {
  background-color: #f2f2f2;
  text-align: left;
  font-weight: bold;
}

.div-drop p {
  margin: 0;
}

.partner {
  width: 100%;
  max-width: 930px;
  height: 100px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url('/images/partner.png');
  background-position: center;
  background-size: cover;
  margin: 25px auto 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.partner h2 {
  color: #FFF;
  margin: 0;
}

.partner p {
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.partner-btn {
  display: inline-block;
  padding: 8px 48px;
  font-size: 14px;
  background-color: #fff;
  color: #008ed6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.partner-btn:hover {
  background-color: #008ED6;
  color: #fff;
}

.advertising-huawei-limited {
  background-color: #4092E3;
  background-position: center;
  background-size: cover;
}

.advertising-huawei-limited .advertising_main_title::before {
  content: "";
  background: none;
  padding: 0;
}

.advertising-huawei-limited .advertising_main_title{
  margin-left: -45px;
  color: #FFF;
}

.advertising-huawei-limited .advertising_main_title span{
  color: #fff;
}

.advertising-huawei-limited .advertising_subheading{
  left: 21%;
  color: #FFF;
}

.advertising-huawei-limited  .advertising-btn{
  border-color: #FFF;
  color: #FFF;
}

.advertising-huawei-limited  .advertising-btn:hover{
  background-color: #FFF;
  color: #361F7D;
}

@media only screen and (max-width: 991px) {

  .hotsearch-btn,
  .inquiry-button {
    margin-top: 0;
  }

  .hp-tool {
    margin-left: 22px;
  }

  .advertising_subheading {
    display: none;
  }

  .advertising-position {
    width: 660px;
  }

  .advertising-19th .advertising-position {
    width: 760px;
  }

  .advertising_up {
    left: 45%;
  }

  .hot-search ul {
    width: auto;
  }

  .advertising_main_title span span{
    display: none;
  }
}

@media only screen and (max-width:767px) {
  caption {
    padding-bottom: 10px;
    padding-top: 8px;
    font-size: 14px;
  }

  .action-button {
    font-size: 14px;
  }

  .pricea-box {
    padding: 30px 10px 15px 10px;
    top: 50%;
    left: 48%;
  }

  .pricea-head {
    font-size: 13px;
  }

  .all-top-search {
    margin-top: -5px;
  }

  .navbar-nav>li>.dropdown-menu {
    overflow: hidden;
  }

  .details-table-title {
    margin-bottom: 10px;
  }

  .new-list-date {
    margin-top: 10px;
  }

  .table-striped-list-hide,
  #large-header {
    display: none;
  }

  #table-striped-list-btn {
    display: block;
  }

  .hotsearch-btn {
    display: block;
    margin: 0 auto 20px auto;
  }

  .hotsearch-btn-box .inquiry-button {
    display: block;
    margin: 0 auto 20px auto;
  }

  .new-lach-alert1 {
    padding: 5px 18px;
  }

  .row,
  .pagination {
    margin: 0;
  }

  .index-title {
    margin: 20px 0 10px 0;
  }

  .pagination {
    margin-bottom: 20px;
  }

  #brand-count .s-container {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .btn-bulk-search {
    height: 45px;
    line-height: 45px;
  }

  .table-striped-product tr td:first-child {
    width: 100px;
  }

  .specialist-form {
    width: calc(100% - 10px);
    position: relative;
    top: 0;
    left: 0;
    margin-top: 100px;
    margin-left: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .choice-list>li>ul>li {
    margin-right: 15px;
  }

  .hp-tool {
    margin-top: 15px !important;
  }

  .hp-tool li {
    float: none !important;
  }

  .hp-tool li:last-child {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .brands {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .hot-search {
    display: none;
  }

  .more-tool .more-tool-list li div {
    width: 50px;
    height: 50px;
  }

  .expert-left {
    min-height: auto;
    padding-bottom: 30px;
  }

  .expert .specialist-form {
    margin-top: 20px;
    margin-left: 0;
  }

  .expert {
    margin-top: 40px;
    height: auto;
    box-shadow: none;
  }

  .more-tool .more-tool-list li>a:nth-child(1) {
    width: 60px;
    height: 60px;
  }

  .expert-right {
    height: 700px;
  }

  .advertising-position {
    width: 320px;
  }

  .advertising-19th .advertising-position {
    width: 320px;
  }

  .advertising-position>img {
    left: -25px;
  }

  .advertising-position>.advertising_main_title {
    left: 50%;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .advertising-huawei-limited .advertising_main_title{
    margin-left: 0;
  }

  .advertising-position>.advertising_main_title span {
    font-size: 24px;
  }

  .advertising-position>p {
    display: none;
  }

  .table-responsive {
    overflow-y: visible;
  }

  .brands {
    min-width: 100%;
  }

  .partner {
    flex-flow: column;
    justify-content: center;
    padding: 0 15px;
  }

  .partner h2 {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
  }

  .partner p {
    font-size: 12px;
    line-height: 1.2;
  }

  .partner>div {
    width: 100%;
  }

  .partner-btn {
    padding: 5px 30px;
  }
}

@media only screen and (max-width:374px) {
  .pagination>li>a {
    padding: 6px 9px;
  }
}

@media only screen and (min-width:768px) {
  .zui-table tbody td:nth-child(2) {
    white-space: nowrap;
  }

  #dropdown-menu1.dropdown-menu {
    right: -55%;
  }

  #dropdown-menu2 {
    right: -20%;
    width: 230px;
  }

  #dropdown-menu2>li {
    float: none;
    width: 100%;
  }

  .table-striped-product tr td:first-child {
    width: 200px;
  }

  .s-main {
    margin-top: 90px;
  }
}

.h1,
h1 {
  font-size: 2.1em;
}

.form-control1 {
  display: block;
  width: 100%;
  height: 74px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.product_dropdown-menu {
  left: -120px;
  top: 17px;
}

.capacity-width {
  max-width: 509px;
}

.table-responsive>#sort.table>tbody>tr>td {
  white-space: normal;
}

@media screen and (min-width: 992px) {
  .zui-table tbody tr td:nth-child(3) {
    min-width: 85px;
    word-break: break-all;
  }

  .brand-count-list {
    margin-left: 5%;
  }

  .brand-count-list.brans-count-show {
    margin-left: 3%;
  }

  .brans-img .brans-img-show a>img {
    max-width: 75%;
  }
}

@media screen and (max-width: 767px) {
  #quotation {
    margin-bottom: 10px;
  }

  #quotation>li {
    float: none;
    width: 100%;
  }

  #quotation-more {
    padding: 6px 10px;
  }

  .brans-img ul>li {
    width: 25%;
  }

  .brand-count-count {
    width: 100%;
  }

  #gpl-container {
    margin-top: 90px;
  }

  #q {
    height: 45px;
    line-height: 45px;
  }

  .s-btn-search {
    height: 45px;
    line-height: 45px;
  }

  .hide767 {
    display: none;
  }

  .feedback {
    right: 0;
    width: 60px;
  }

  #livechat>a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 157, 236, 0.9);
  }

  #livechat>#r-experts {
    background-image: url("/frontend/experts.png");
    background-position: 13px 9px;
  }

  #livechat>a>span {
    padding-top: 36px;
  }

  #livechat>#r-livechart {
    background-image: url("/frontend/chat.png");
    background-position: 14px 8px;
  }

  #livechat>#r-inquiry {
    background-image: url("/frontend/daodingbu.png");
    background-position: 14px 12px;
  }

  #quotation {
    padding: 0 15px;
  }
}

@media screen and (max-width:991px) and (min-width:768px) {
  .brand-count-count {
    min-height: 250px;
  }
}

  
