/* line 2, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
body {
  padding-right: 0 !important;
}
/* line 6, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.zl-separator-2 {
  height: 0;
  border-bottom: thin solid #8fbae0;
  width: 100%;
  display: block;
}
/* line 13, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box-nav {
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
/* line 18, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box-nav > li {
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  width: 135px;
}
/* line 25, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box-nav > li > a {
  color: #c1c1c1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 8px solid #fff;
  display: inline-block;
  font-size: 16px;
}
/* line 259, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.product-box-nav > li > a:visited {
  color: #c1c1c1;
  text-decoration: none ;
}
/* line 263, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.product-box-nav > li > a:link {
  color: #c1c1c1;
  text-decoration: none;
}
/* line 267, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.product-box-nav > li > a:active {
  color: #c1c1c1;
  text-decoration: none;
}
/* line 271, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.product-box-nav > li > a:focus {
  color: #c1c1c1;
  text-decoration: none;
  outline: none;
  -moz-outline: none;
}
/* line 281, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.product-box-nav > li > a:hover {
  color: #1e428a;
  text-decoration: none;
}
/* line 29, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box-nav > li > a:hover {
  color: #429372;
}
/* line 37, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box-nav > li.active > a {
  font-weight: bold;
  color: #1e428a;
}
/* line 46, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box {
  height: 510px;
  padding: 6px;
  overflow: visible;
}
/* line 50, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 5px;
  border-top: 5px solid transparent;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
}
/* line 57, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .img-box {
  display: block;
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
/* line 64, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .img-box > img {
  width: 100%;
  height: 230px;
  padding: 20px;
  border: thin solid #eee;
}
/* line 75, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .row-1 {
  margin-top: 20px;
  height: 30px;
}
/* line 78, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .row-1 > a {
  font-weight: bold;
  font-size: 14px;
  color: #999;
}
/* line 85, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .row-2 {
  /*margin-top:10px;*/
  height: 43px;
  overflow: hidden;
}
/* line 89, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .row-2 > a {
  font-size: 14px;
  color: #333;
  max-height: 40px;
  overflow: hidden;
  display: inline-block;
}
/* line 101, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .row-3 {
  margin-top: 5px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 106, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .row-3 > * {
  line-height: 40px;
}
/* line 110, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .product-star {
  overflow: hidden;
  /*padding-top:5px;*/
}
/* line 114, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .product-star > div > i {
  margin-right: 3px;
  margin-bottom: 4px;
}
/* line 121, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .zoom-and-favorite {
  overflow: hidden;
  padding-top: 12px;
}
/* line 123, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .zoom-and-favorite > div {
  float: left;
  width: 50%;
}
/* line 126, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .zoom-and-favorite > div > i {
  float: right;
}
/* line 132, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .zoom-and-favorite .zoom-btn:hover {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url(../image/sprite.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: -67px -23px;
  cursor: pointer;
}
/* line 136, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box > div > .text-box .zoom-and-favorite .love-btn:hover {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  width: 19px;
  height: 17px;
  background-image: url(../image/sprite.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0px -22px;
  cursor: pointer;
}
/* line 146, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.inner-box {
  overflow: hidden;
}
/* line 150, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.buy-button {
  margin-top: 3px;
  background-color: #1e428a;
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 259, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.buy-button:visited {
  color: #fff;
  text-decoration: none ;
}
/* line 263, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.buy-button:link {
  color: #fff;
  text-decoration: none;
}
/* line 267, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.buy-button:active {
  color: #fff;
  text-decoration: none;
}
/* line 271, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.buy-button:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  -moz-outline: none;
}
/* line 281, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.buy-button:hover {
  color: #fff;
  text-decoration: none;
}
/* line 161, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.buy-button:hover {
  background-color: #8fbae0;
}
/*快速查看对话框*/
/* line 167, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
#quick-view-modal {
  z-index: 101;
}
/* line 171, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.modal-backdrop {
  z-index: 100;
}
/* line 175, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box {
  /* width:860px;
	top:50%; */
  height: 80%;
  margin-top: 3%;
  margin-bottom: 3%;
}
/* line 182, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content {
  border-radius: 0;
  border: none;
}
/* line 185, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .header {
  padding: 10px;
  overflow: hidden;
  border-bottom: thin solid #8fbae0;
}
/* line 189, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .header .full-details-btn {
  display: block;
  float: left;
  overflow: hidden;
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #4e4e4e;
}
/* line 198, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .header .full-details-btn:hover {
  cursor: pointer;
  color: #1e428a;
  text-decoration: none;
}
/* line 204, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .header .detail-btn {
  float: right;
  width: 50%;
  text-align: right;
}
/* line 208, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .header .detail-btn > i {
  float: right;
  padding-left: 5px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  font-size: 24px;
}
/* line 213, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .header .detail-btn > i:hover {
  color: #1e428a;
  cursor: pointer;
}
/* line 218, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .header .detail-btn > span {
  float: right;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
/* line 224, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .header .detail-btn > span:hover {
  color: #1e428a;
  cursor: pointer;
}
/* line 231, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .view-content .modal-footer {
  border-top: thin solid #8fbae0;
}
/* line 240, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-content {
  min-height: 400px;
  min-width: 400px;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}
/* line 250, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box {
  float: left;
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
  border: thin solid #eeeeee;
  /*scroll-box > ul*/
}
/* line 257, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box #scroll-picture {
  width: 400px;
  height: 400px;
  /*.scroll-bar*/
}
/* line 261, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box #scroll-picture > ul {
  position: absolute;
  width: 1600px;
}
/* line 265, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box #scroll-picture > ul > li {
  float: left;
  height: 400px;
  width: 400px;
}
/* line 269, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box #scroll-picture > ul > li > a img {
  height: auto;
  width: 400px;
}
/* line 277, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box #scroll-picture .scroll-bar > i {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 400px;
  width: 40px;
  position: absolute;
  top: 0;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 48px;
  line-height: 400px;
  text-align: center;
}
/* line 290, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box #scroll-picture .scroll-bar > i:hover {
  font-size: 56px;
  color: #8fbae0;
  opacity: 1;
  cursor: pointer;
}
/* line 297, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box #scroll-picture .scroll-bar > .bar-back {
  left: 0;
}
/* line 300, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .scroll-box #scroll-picture .scroll-bar > .bar-next {
  right: 0px;
}
/* line 310, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification {
  float: right !important;
  width: 100%;
  margin-left: -410px;
  padding: 0 0px;
  padding-left: 410px;
}
/* line 319, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
/* line 323, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div > * {
  float: left;
  width: 100%;
}
/* line 327, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .separator {
  height: 0;
  border-bottom: thin solid #8fbae0;
  width: 100%;
  display: block;
  margin: 10px 0;
}
/* line 336, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-name a {
  color: #626262;
  font-size: 22px;
  font-weight: bold;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
/* line 341, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-name a:hover {
  text-decoration: none;
  color: #1e428a;
}
/* line 347, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-star-and-wishlist {
  width: 100%;
  margin-top: 5px;
}
/* line 350, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-star-and-wishlist > .star {
  float: left;
}
/* line 353, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-star-and-wishlist > .wishlist {
  margin-top: 1px;
  float: right;
  cursor: pointer;
}
/* line 357, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-star-and-wishlist > .wishlist > i {
  position: relative;
  top: 3px;
  margin-right: 2px;
}
/* line 362, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-star-and-wishlist > .wishlist > span {
  font-size: 16px;
}
/* line 366, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-star-and-wishlist > .wishlist:hover i {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  width: 19px;
  height: 16px;
  background-image: url(../image/sprite.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0px -23px;
  top: 3px;
  margin-right: 2px;
}
/* line 373, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-star-and-wishlist .product-reviews {
  color: #4e4e4e;
  margin-left: 5px;
  font-size: 16px;
}
/* line 377, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .product-star-and-wishlist .product-reviews:hover {
  text-decoration: underline;
  color: #1e428a;
}
/* line 385, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .specification-checkbox {
  margin-bottom: 10px;
}
/* line 387, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .specification-checkbox > li {
  border-radius: 0;
  padding: 5px 10px;
  float: left;
  margin-right: 10px;
  border: thin #8fbae0 solid;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 394, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .specification-checkbox > li:hover {
  cursor: pointer;
  border: thin #1e428a solid;
}
/* line 399, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .specification-checkbox .btn:active,
.quick-view-box .product-specification > div .specification-checkbox .active.btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: #8fbae0;
  border: thin #1e428a solid;
}
/* line 410, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .option-box {
  margin-top: 10px;
}
/* line 412, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .option-box .option-label-box {
  font-size: 20px;
  position: relative;
  top: 2px;
}
/* line 418, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .option-box .option-value-box option {
  font-weight: normal;
}
/* line 425, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div:first-child > .option-box {
  margin-top: 15px;
}
/* line 430, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification {
  height: 170px;
  width: 100%;
  position: absolute;
  bottom: 0;
  float: none;
  overflow: hidden;
}
/* line 437, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification > .specification-description {
  position: absolute;
  width: 94%;
  z-index: 0;
}
/* line 441, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification > .specification-description > ul {
  font-size: 16px;
  font-style: italic;
  list-style: disc;
  color: #4e4e4e;
  padding-left: 20px;
}
/* line 449, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification > .scroll-btn {
  z-index: 100;
  position: absolute;
  width: 6%;
  height: 100%;
  right: 0;
}
/* line 455, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification > .scroll-btn > i {
  color: #8fbae0;
  text-align: right;
  font-size: 36px;
  display: inline-block;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
/* line 464, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification > .scroll-btn > .bar-back {
  top: -10px;
}
/* line 467, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification > .scroll-btn > .bar-next {
  bottom: -7px;
}
/* line 471, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification > .scroll-bk {
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
/* line 482, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .product-specification > div .short-desc-specification:hover > .scroll-bk {
  height: 0px;
}
/* line 490, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .quick-buy-btn-box {
  width: 100%;
  margin-right: -410px;
  padding: 0 0px;
  padding-right: 410px;
  float: right;
}
/* line 496, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .quick-buy-btn-box .quick-buy-btn {
  background-color: #1e428a;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  padding: 8px 50px;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
/* line 198, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.quick-view-box .quick-buy-btn-box .quick-buy-btn:hover {
  background-color: #8fbae0;
  text-decoration: none;
}
/* line 202, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.quick-view-box .quick-buy-btn-box .quick-buy-btn.disabled {
  background-color: #A3A3A3;
}
/* line 503, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .quick-buy-btn-box .quick-buy-btn > i {
  font-size: 24px;
  position: relative;
  top: 3px;
}
/* line 511, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .share-link-box {
  float: left;
  margin-top: 7px;
}
/* line 514, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .share-link-box > span {
  font-size: 16px;
  color: #4e4e4e;
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
/* line 523, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .share-link-box > a > i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  color: #1e428a;
  font-size: 20px;
  padding-right: 15px;
}
/* line 529, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.quick-view-box .share-link-box > a > i:hover {
  color: #8fbae0;
}
/*搜索页面*/
/* line 546, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-result-box {
  background-color: #e2edf3;
}
/* line 549, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-result-box > div .result-title {
  padding: 80px 0;
  margin: 0;
  text-align: center;
}
/* line 553, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-result-box > div .result-title > span {
  color: #1e428a;
}
/* line 558, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-result-box > div .related-search {
  text-align: center;
  padding: 80px 0px;
  word-break: break-all;
  font-style: italic;
  margin: 0;
  font-size: 16px;
}
/* line 569, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container {
  margin-bottom: 30px;
}
/* line 571, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box {
  overflow: hidden;
  border: #eee thin solid;
  border-radius: 5px;
  margin-bottom: 15px;
}
/* line 576, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-left {
  float: left;
  width: 28%;
  padding: 15px;
}
/* line 580, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-left .product-thumb {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
/* line 584, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-left .product-thumb img {
  width: 100%;
}
/* line 589, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right {
  float: left;
  width: 72%;
}
/* line 592, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction {
  padding: 15px 0;
  padding-right: 15px;
}
/* line 595, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #8fbae0;
}
/* line 600, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box > * {
  display: block;
  float: left;
  margin: 0;
  font-size: 16px;
}
/* line 606, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .product-code {
  padding-right: 40px;
  font-weight: bold;
  color: #4e4e4e;
}
/* line 611, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .share-text {
  color: #4e4e4e;
}
/* line 614, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .share-link-box {
  padding-left: 5px;
}
/* line 617, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .share-link-box > a > i {
  color: #1e428a;
  font-size: 22px;
  padding: 0 5px;
  padding-top: 2px;
}
/* line 622, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .share-link-box > a > i:hover {
  color: #8fbae0;
}
/* line 628, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .mail-to-us {
  padding-left: 6px;
  font-size: 16px;
  color: #000;
}
/* line 632, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .mail-to-us > i {
  color: #EFB408;
  font-size: 18px;
}
/* line 637, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .product-reviews {
  padding-left: 40px;
}
/* line 639, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .product-reviews > * {
  display: inline-block;
}
/* line 643, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .product-reviews > div > i {
  float: right;
  margin-right: 3px;
  margin-top: 1px;
}
/* line 650, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .add-to-wishlist {
  float: right;
}
/* line 652, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .add-to-wishlist > i {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
/* line 657, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .add-to-wishlist:hover {
  cursor: pointer;
}
/* line 662, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc {
  margin-bottom: 10px;
  position: relative;
  height: 68px;
  overflow: hidden;
  border-bottom: thin solid #8fbae0;
}
/* line 668, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc > p {
  padding: 10px 0;
  position: absolute;
  font-size: 16px;
  letter-spacing: 0.3px;
}
/* line 676, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn {
  margin-top: 15px;
  width: 30%;
  float: left;
  text-align: center;
  display: block;
  padding: 6px 0;
  color: #fff;
  background-color: #1e428a;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 259, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn:visited {
  color: #fff;
  text-decoration: none ;
}
/* line 263, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn:link {
  color: #fff;
  text-decoration: none;
}
/* line 267, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn:active {
  color: #fff;
  text-decoration: none;
}
/* line 271, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  -moz-outline: none;
}
/* line 281, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn:hover {
  color: #fff;
  text-decoration: none;
}
/* line 688, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn > i {
  font-size: 20px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
/* line 694, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn:hover {
  background-color: #8fbae0;
}
/* line 698, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction {
  margin-top: 20px;
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  float: right;
  text-align: center;
  color: #1e428a;
  font-size: 18px;
}
/* line 259, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:visited {
  color: #1e428a;
  text-decoration: none ;
}
/* line 263, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:link {
  color: #1e428a;
  text-decoration: none;
}
/* line 267, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:active {
  color: #1e428a;
  text-decoration: none;
}
/* line 271, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:focus {
  color: #1e428a;
  text-decoration: none;
  outline: none;
  -moz-outline: none;
}
/* line 281, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:hover {
  color: #8fbae0;
  text-decoration: none;
}
/* line 707, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction > i {
  font-size: 24px;
  padding-right: 10px;
}
/* line 712, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification {
  height: 138px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 717, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification > .specification-description {
  position: absolute;
  width: 94%;
  z-index: 0;
}
/* line 721, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification > .specification-description > ul {
  padding-left: 20px;
  list-style: disc;
  font-style: italic;
  color: #4e4e4e;
  font-size: 14px;
}
/* line 729, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification > .scroll-btn {
  z-index: 100;
  position: absolute;
  width: 6%;
  height: 100%;
  right: 0;
}
/* line 735, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification > .scroll-btn > i {
  color: #8fbae0;
  text-align: right;
  font-size: 36px;
  display: inline-block;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
/* line 744, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification > .scroll-btn > .bar-back {
  top: 0;
}
/* line 747, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification > .scroll-btn > .bar-next {
  bottom: 0;
}
/* line 751, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification > .scroll-bk {
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
/* line 764, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box:hover {
  -moz-box-shadow: 1px 1px 10px #bbb;
  -webkit-box-shadow: 1px 1px 10px #bbb;
  box-shadow: 1px 1px 10px #bbb;
}
/* line 769, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-product-box-container .search-product-box:hover .product-box-right .short-desc-specification .scroll-bk {
  height: 0px;
}
/* line 778, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-more-btn {
  background-color: #1e428a;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 50%;
  margin: 0 25%;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 30px;
  border: none;
}
/* line 198, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-more-btn:hover {
  background-color: #8fbae0;
  text-decoration: none;
}
/* line 202, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
.search-more-btn.disabled {
  background-color: #A3A3A3;
}
/* line 786, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-more-btn:hover {
  color: #fff;
  cursor: pointer;
}
/* line 790, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.search-more-btn.disabled {
  background-color: #A3A3A3 !important;
}
/* line 795, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.filter-box {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  /* line 801, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box {
    height: 380px;
  }
  /* line 803, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div {
    height: 372px;
  }
  /* line 805, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div > .text-box .row-3 {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* line 808, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover {
    z-index: 9;
    border-top-color: #1e428a;
  }
  /* line 812, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover > .text-box .row-3 {
    margin-top: 5px;
    height: 60px;
  }
  /* line 816, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover .row-2 {
    color: #4d4d4d;
  }
  /* line 818, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover .row-2 > a {
    max-height: 60px;
    overflow: hidden;
    display: inline-block;
  }
}
/* line 828, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box-right {
  height: 340px;
}
/* line 830, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.product-box-right > div {
  height: 332px;
}
@media (max-width: 1200px) {
  /* line 836, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box {
    height: 310px;
  }
  /* line 838, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div {
    height: 310px;
  }
  /* line 840, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div > .text-box .row-2 {
    color: #4d4d4d;
  }
  /* line 842, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div > .text-box .row-2 > a {
    max-height: none;
    overflow: inherit;
    display: inline-block;
  }
  /* line 848, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover {
    height: 300px;
    z-index: 9;
    -moz-box-shadow: 1px 1px 13px #bbb;
    -webkit-box-shadow: 1px 1px 13px #bbb;
    box-shadow: 1px 1px 13px #bbb;
    border: #fff sold thin;
  }
  /* line 856, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover > .text-box .row-3 {
    margin-top: 20px;
    height: 60px;
  }
  /* line 860, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover .row-2 {
    color: #4d4d4d;
  }
  /* line 867, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .buy-button {
    font-size: 12px;
  }
  /* line 874, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification {
    height: 158px;
  }
}
@media (max-width: 992px) {
  /* line 887, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box {
    height: 560px;
  }
  /* line 889, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div {
    height: 548px;
  }
  /* line 891, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover {
    height: 548px;
    -moz-box-shadow: 1px 1px 13px #bbb;
    -webkit-box-shadow: 1px 1px 13px #bbb;
    box-shadow: 1px 1px 13px #bbb;
    border: #fff sold thin;
  }
  /* line 899, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div > .text-box .row-3 {
    margin-top: 20px;
    height: 60px;
  }
  /* line 904, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div > .text-box .zoom-and-favorite > div {
    float: right;
  }
  /* line 911, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box {
    margin-bottom: 15px;
    margin: 5px;
  }
  /* line 914, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-left {
    float: left;
    width: 100%;
    padding: 15px;
  }
  /* line 920, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right {
    width: 100%;
  }
  /* line 922, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction {
    padding: 0px 15px;
  }
  /* line 924, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box {
    border-bottom: none;
  }
  /* line 926, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box > * {
    margin: 0;
  }
  /* line 929, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .share-link-box {
    padding-left: 5px;
  }
  /* line 933, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .product-code {
    padding-right: 0;
  }
  /* line 936, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .product-reviews {
    margin-top: 10px;
    float: left;
    padding-left: 0;
  }
  /* line 941, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .add-to-wishlist {
    float: right;
    padding-left: 0;
    margin-top: 33px;
    margin-bottom: 0;
  }
  /* line 948, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc {
    margin-bottom: 0px;
    border: none;
    height: 60px;
  }
  /* line 952, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc > p {
    padding: 0;
  }
  /* line 957, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    padding: 6px 0;
    font-size: 16px;
  }
  /* line 963, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn > i {
    font-size: 16px;
    padding-right: 5px;
  }
  /* line 968, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction {
    clear: both;
    margin-top: 20px;
    float: left;
    text-align: center;
    color: #1e428a;
    font-size: 18px;
  }
  /* line 259, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:visited {
    color: #1e428a;
    text-decoration: none ;
  }
  /* line 263, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:link {
    color: #1e428a;
    text-decoration: none;
  }
  /* line 267, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:active {
    color: #1e428a;
    text-decoration: none;
  }
  /* line 271, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:focus {
    color: #1e428a;
    text-decoration: none;
    outline: none;
    -moz-outline: none;
  }
  /* line 281, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction:hover {
    color: #8fbae0;
    text-decoration: none;
  }
  /* line 975, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction > i {
    font-size: 24px;
    padding-right: 10px;
  }
  /* line 980, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .add-to-wishlist {
    float: right;
    padding: 0;
    margin-top: 21px;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #1e428a;
  }
  /* line 259, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .add-to-wishlist:visited {
    color: #1e428a;
    text-decoration: none ;
  }
  /* line 263, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .add-to-wishlist:link {
    color: #1e428a;
    text-decoration: none;
  }
  /* line 267, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .add-to-wishlist:active {
    color: #1e428a;
    text-decoration: none;
  }
  /* line 271, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .add-to-wishlist:focus {
    color: #1e428a;
    text-decoration: none;
    outline: none;
    -moz-outline: none;
  }
  /* line 281, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\style.var.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .add-to-wishlist:hover {
    color: #000;
    text-decoration: none;
  }
  /* line 988, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .add-to-wishlist > i {
    margin-right: 5px;
    position: relative;
    top: 3px;
  }
  /* line 997, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box:hover {
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
  }
  /* line 1002, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box:hover .product-box-right .short-desc-specification .scroll-bk {
    height: 0px;
  }
  /* line 1012, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .quick-view-box .share-link-box {
    margin-top: 10px;
  }
  /* line 1015, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .quick-view-box .quick-buy-btn-box {
    padding-right: 200px;
    margin-right: -200px;
  }
}
@media (max-width: 768px) {
  /* line 1023, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box {
    height: auto !important;
  }
  /* line 1027, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div {
    height: auto !important;
  }
  /* line 1029, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: #ddd solid thin;
  }
  /* line 1034, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div:hover > .text-box > .row-3 {
    height: 50px !important;
  }
  /* line 1039, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div > .text-box > .row-2 {
    height: 60px;
  }
  /* line 1042, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box > div > .text-box > .row-3 {
    height: 50px;
  }
  /* line 1049, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-result-box {
    background-color: #e2edf3;
  }
  /* line 1052, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-result-box > div .result-title {
    padding: 30px 0 0 0;
  }
  /* line 1055, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-result-box > div .related-search {
    padding: 30px 0px;
  }
  /* line 1061, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 1064, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-left {
    padding: 15px;
  }
  /* line 1073, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .operator-box .product-reviews {
    float: right;
    padding-left: 0px;
  }
  /* line 1078, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc {
    margin-bottom: 0px;
    border: none;
    height: auto;
  }
  /* line 1082, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc > p {
    line-height: 25px;
    position: static;
    padding: 0;
  }
  /* line 1089, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .buy-amazon-btn {
    margin-top: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 1093, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .download-instruction {
    clear: both;
    margin-top: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 1098, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box .product-box-right .product-specifiction .short-desc-specification {
    display: none;
  }
  /* line 1105, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .search-product-box-container .search-product-box:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 1110, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .filter-box {
    margin: 5px 5px;
  }
}
@media (max-width: 480px) {
  /* line 1117, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box-nav {
    width: 300px;
    margin: auto;
    overflow: hidden;
  }
  /* line 1121, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
  .product-box-nav > li {
    width: 100px;
  }
}
/* line 1127, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.category-icon {
  text-align: center;
}
/* line 1129, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.category-icon div {
  display: inline-block;
  width: 12.5%;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 14px;
}
/* line 1135, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.category-icon div:hover {
  background: #fff;
}
/* line 1139, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.category-icon div > a {
  display: block;
}
/* line 1141, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
.category-icon div > a p {
  margin-top: 15px;
  height: 40px;
  overflow: hidden;
}
/*加载更多按钮*/
/* line 1151, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
#load-mor #load-more-product-btn:hover {
  background-color: #8fbae0;
  text-decoration: none;
}
/* line 1156, D:\WWW\php_code\ZL_SHOP\catalog\view\theme\shop\css\product_box.less */
#load-more-product-btn {
  margin: 30px auto;
  width: 30%;
  padding: 4px 0;
  background-color: #1e428a;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  border: 0;
  font-size: 16px;
  line-height: 30px;
}
