.theme-header {
  height: 80px;
  background: #f6f6f6;
}
.theme-header .wrap {
  width:1330px;
  margin:0 auto;
  position: relative;
}
.theme-header .logo-img img {
  width: 148px;
  height: 42px;
  margin-right: 30px;
  margin-top: 20px;
}
.theme-header .title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
  width: 400px;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-header .store-info {
  color: #666;
  margin-top: 5px;
  font-size: 12px;
}
.theme-header .store-info .icon {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
}
.theme-header .store-info i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}
.theme-header .store-info .icon1 i {
  width: 10px;
  height: 12px;
  background: url(../../template/store18/images/m-icon6.png) no-repeat center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
}
.theme-header .store-info .icon2 i {
  width: 12px;
  height: 14px;
  background: url(../../template/store18/images/m-icon7.png) no-repeat center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
}
.theme-header .store-info .icon3 i {
  width: 13px;
  height: 15px;
  background: url(../../template/store18//images/m-icon4.png) no-repeat center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
}
.theme-header .store-info .icon4 i {
  width: 12px;
  height: 12px;
  background: url(../../template/store18//images/m-icon5.png) no-repeat center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
}
.theme-header .search {
  width: 360px;
  max-width: 450px;
  margin-top: 20px;
}
.theme-header .search .input {
  width: 100%;
  border: 2px solid #FF6900;
  padding-left: 30px;
  padding-right: 90px;
  position: relative;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 100px;
}
.theme-header .search .input input {
  border: none;
  line-height: 35px;
  height: 35px;
  outline: none;
  width: 100%;
}
.theme-header .search .input i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-header .search .input .btn1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 87px;
  height: 38px;
  background-color: #FF6900;
  color: #fff;
  border: none;
}
.theme-header .search .input .btn2 {
  position: absolute;
  top: -2px;
  right: -95px;
  width: 87px;
  height: 40px;
  color: #FF6900;
  background-color: #fff;
  border: 1px solid #FF6900;
}

.detail-header {
  width:1330px;
  margin:0 auto;
  padding:10px 0;
}
.detail-header .logo-img img{
	width:60px;
  height: 60px;
  margin-right:10px;
}
.detail-header .logo-info {
  margin-left:15px;
}
.detail-header .logo-info .title{
  width:530px;
  padding-top: 10px;
	font-size:30px;
	color:#333;
	margin-left:5px;
	overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;  
}
.detail-header .icons {
	margin-left:20px;
}
.detail-header .store-info {
	color:#666;
	margin-top:5px;
}
.detail-header .store-info span,.detail-header .store-info a{
	margin-right:10px;
	display: inline-block;
	position: relative;
	padding-left:18px;
}


.detail-header .icons img{
   width: 80px;
   margin-left: 14px; 
}
.m-phone {
  padding-top:25px;
  color:#666;
  text-align: center;
  line-height: 24px;
}
.m-phone .phone-num {
	font-size:30px;
	color:#FF6900;
}
.main-header {
  border: none;
}
.m-header .product-search .input {
  border: 2px solid #ff6900;
  padding-left: 30px;
  padding-right: 90px;
  position: relative;
  height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 100px;
}
.m-header .product-search .input i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-header .product-search .input input {
  width: 100%;
  border: none;
}
.m-header .product-search .input .btn1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 87px;
  height: 38px;
  background-color: #ff6900;
  color: #fff;
  border: none;
}
.m-header .product-search .input .btn2 {
  position: absolute;
  top: -2px;
  right: -95px;
  width: 87px;
  height: 40px;
  color: #ff6900;
  background-color: #fff;
  border: 1px solid #ff6900;
}
.m-header .header-bg {
  background-color: #f6f6f6;
}
.m-header .nav {
  background-color: #323232;
  margin-bottom: 19px;
}
.m-header .nav ul {
  clear: both;
}
.m-header .nav ul li {
  float: left;
  width: 13%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.m-header .nav ul li.active {
  background-color: #ff6900;
}
.m-header .nav ul li.active 
.m-header .nav ul li:hover {
  background-color: #ff6900;
}
.m-header .nav ul li a {
  color: #fff;
  height: 100%;
  display: inline-block;
  width: 100%;
}

.m-sidebar .product-class {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-top: 19px;
}
.m-sidebar .product-class .p1 {
  height: 40px;
  line-height: 40px;
  background-color: #ff6900;
  color: #fff;
  padding: 0 10px;
  font-size:16px;
}
.m-sidebar .product-class .p1 a {
  float: right;
  color: #fff;
  font-size: 12px;
}
.m-sidebar .product-class .zhedie {
  padding: 18px 15px 16px 15px;
}
.m-sidebar .product-class .zhedie .zhedie-item {
  background: #CCCCCC;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  margin-bottom: 10px;
}
.m-sidebar .zhedie .zhedie-item a {
  color:#333;
  margin-left:8px;
  font-size:14px;
}
.m-sidebar .zhedie .zhedie-ul a {
  font-size:12px;
}
.m-sidebar .product-class .zhedie .zhedie-item span.no-active {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  background: url(../images/jiantou-bottom.png) no-repeat left center;
}
/* .m-sidebar .product-class .zhedie .show {
   background: #666666;
}
.m-sidebar .product-class .zhedie .show a {
   color:#fff;
} */
.m-sidebar .product-class .zhedie .zhedie-item span.active {
  background: url(../images/jiantou.png) no-repeat left center;
}
.m-sidebar .product-class .zhedie .zhedie-ul {
  padding-left: 30px;
}
.m-sidebar .product-class .zhedie .zhedie-ul li {
  padding:10px 0;
  border-bottom: 1px solid #eee;
}
.m-sidebar .product-class .zhedie .zhedie-ul li:last-child {
  border-bottom: none;
}
.m-sidebar .product-class .zhedie .zhedie-ul.active {
  display: none;
}
.m-sidebar .company-photo {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-top: 19px;
}
.m-sidebar .company-photo .p1 {
  height: 40px;
  line-height: 40px;
  background-color: #ff6900;
  color: #fff;
  padding: 0 10px;
}
.m-sidebar .company-photo .p1 a {
  float: right;
  color: #fff;
  font-size: 12px;
}
.m-sidebar .company-photo .photo-contain {
  padding: 23px 16px 10px 16px;
}
.m-sidebar .company-photo .photo-contain .photo-item {
  margin-bottom: 17px;
}
.m-sidebar .company-photo .photo-contain .photo-item:after {
  clear: both;
  content: '';
  display: block;
}
.m-sidebar .company-photo .photo-contain .kuang {
  float: left;
  width: 80px;
  height: 80px;
  background: url('../images/pic_dkuang.png') no-repeat center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding: 6px;
}
.m-sidebar .company-photo .photo-contain .text {
  float: left;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  padding: 20px 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


#productForm .product-category {
  border:1px solid rgba(237,237,237,1);
  padding: 0 20px;
  font-size:14px;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:34px;
  margin-bottom:20px;
}
#productForm .product-category .left , .product-category .right {
  float: left;
}
#productForm .product-category .right {
  width:calc(100% - 50px);
}
#productForm .product-category .right li {
  list-style: none;
}
#productForm .product-category .right .item {
  position: relative;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding:0 10px;
  text-align: center;
}
.product-category .right .item:hover {
  background-color: #FF6900;
}
.product-category .right .item:hover .hover{
  color:#fff;
}
.product-category .right .item:hover .category-childen{
   display: block;
}
.product-category  .right .category-childen {
  position: absolute;
  text-align: left;
  top: 35px;
  left:0;
  z-index:666;
  padding:10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  background-color: #ffffff;
  width:400px;
  display: none;
}
.product-category  .right .category-childen li {
  display: block;
  margin-left:20px;
}
#productForm .product-category .category-three {
  width:calc(100% - 100px);
}
#productForm .product-category .category-three li {
  display: inline-block;
  margin-left:10px;
}
.product-category .bold {
  font-weight: bold;
}


/** store-pagination **/
.store-pagination {
  text-align: center;
  color:#999999;
  font-size:16px;
  margin:30px 0;
}
.store-pagination li {
  display: inline-block;
  margin-left:5px;
}
.store-pagination .pre a{
  width:80px;
  font-size:14px;
}
.store-pagination button{
  width:80px;
  background: #fff;
  
}
.store-pagination input {
  margin:0 4px;
}
.store-pagination .active a{
  background: #FF6900;
  color:#fff;
  border: 1px solid #FF6900;
}
.store-pagination .disabled {
  background:rgba(230,230,230,1);
  pointer-events: none;
}

.store-pagination input, .store-pagination li a, .store-pagination button{
  display: inline-block;
  width:40px;
  height:35px;
  border:1px solid rgba(204,204,204,1);
  border-radius:4px;
  text-align: center;
  line-height: 35px;
}


/** gjc **/
.icon-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.sort-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon-sort.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.sort-icon.sort-icon-top {
  background-position: 0 0;
}
.sort-icon.sort-icon-top.active {
  background-position: 0 -36px;
}
.sort-icon.sort-icon-down {
  background-position: 0 -72px;
}
.sort-icon.sort-icon-down.active {
  background-position: 0 -104px;
}
.gjc-down-arrow {
  display: inline-block;
  margin-top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  transform: rotate(45deg);
  border-color: #999;
}
.yellow {
  color: #ff6900;
}
.img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.img-box:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.three-layer-box {
  height: 250px;
  position: relative;
}
.three-layer-box .one-layer {
  position: absolute;
  left: 15px;
  right: 0;
  top: 15px;
  bottom: 0;
  border: 1px solid #e5e5e5;
  z-index: 1;
  background-color: #fff;
}
.three-layer-box .two-layer {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  border: 1px solid #e5e5e5;
  z-index: 2;
  background-color: #fff;
}
.three-layer-box .three-layer {
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  bottom: 15px;
  border: 1px solid #e5e5e5;
  z-index: 3;
  background-color: #fff;
  padding: 20px 14px;
}
.three-layer-box .three-layer .img-box {
  height: 205px;
}
.page-local {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 34px;
  height: 34px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  color: #666666;
  font-size: 12px;
}
.common-panel .panel-header {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  color: #ff6900;
  font-weight: bold;
  position: relative;
}
.common-panel .panel-header span::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 16px;
    background: rgba(255,105,0,1);
    position: absolute;
    left: 0;
    top: 11px;
}
.common-panel .panel-header.sort-header {
  background-color: #f5f5f5;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.common-panel .panel-header .more {
  float: right;
  line-height: 40px;
  margin-right: 20px;
  font-size: 12px;
  color:#ff6900;
}
.common-panel .panel-body {
  
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color:#333;
}
.common-panel + .common-panel {
  margin-top: 30px;
}

.company-photo li .des {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  height:72px;
}
.company-photo li .num {
  text-align: center;
  margin-top: 8px;
  color: #ff6900;
}
.store-index .main-slider {
  height: 500px;
  overflow: hidden;
}
.store-index .main-slider li {
  height: 500px;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  background-size:cover;
  background-position: center center;
}
.store-index .main-slider li a {
  width: 100%;
  height: 500px;
  display: block;
}
.store-index .new-offer .panel-body {
  padding-top: 0;
}

.product-star {
  padding: 20px 0;
  margin:0 auto;
  width:80%;
}
.product-star .product-item{
  width: 100%;
}
/* .new-offer .inner .img-box .img-tip, .product-star .inner .img-box .img-tip {
  position: absolute;
  width:100%;
  background: #FF6900;
  height: 0;
  color:#fff;
  font-size:14px;
  text-align: center;
  bottom:-36px;
  height: 36px;
  line-height: 36px;
  z-index:666;
  transition: all 0.3s ease;
}
.new-offer .inner:hover .img-tip, .product-star .inner:hover .img-tip{
  bottom: 0;
} */
.inner .price {
  color: #ff6900;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-left:8px;
}
 .inner .dsc {
  font-size: 12px;
  line-height: 18px;
  padding:0 8px;
  padding-left:8px;
  color: #555;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-about .banner {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 18px;
}
.page-about .banner .info {
  margin-top: 10px;
}
.page-about .banner p {
  padding: 5px 0;
}
.page-about .gjc-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-about .gjc-table td {
  padding: 8px 8px 8px 16px;
  text-align: left;
  vertical-align: top;
  border: solid 1px #e5e5e5;
  font-size: 14px;
}
.page-about .gjc-table td:nth-child(2n + 1) {
  background-color: #eee;
  width: 160px;
  text-align: right;
}
.page-contact .panel-body h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-contact .panel-body p {
  line-height: 24px;
  margin-bottom: 15px;
}
.page-feedback .panel-body .tip {
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.page-feedback .panel-body .form-group {
  width: 660px;
  margin: 0 auto 20px;
}
.page-feedback .panel-body .input-box {
  padding: 30px;
  margin-bottom: 20px;
}
.page-feedback .panel-body .input-box input {
  width: 32%;
  height: 46px;
  border: 1px solid #c3c3c3;
  padding-left: 10px;
  outline: none;
}
.page-feedback .panel-body .input-box label {
  vertical-align: top;
  line-height: 40px;
  width: 90px;
  text-align: justify;
}
.page-feedback .panel-body .input-box .help-block {
  padding-left: 90px;
}
.page-feedback .panel-body .input-box label:after{
  display: inline-block;
  content: ':';
}
.page-feedback .panel-body textarea {
  outline: none;
  width: 100%;
  height: 204px;
  padding-top: 10px;
  padding-left: 10px;
  line-height: 24px;
  border: 1px solid #c3c3c3;
  margin-bottom: 20px;
  resize: vertical;
}
.page-products .main-tilte {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  color: #ff6900;
  margin-bottom: 20px;
  font-weight:bold;
  position: relative;
}
.page-products .main-tilte::before {
  content:'';
  display: inline-block;
  width:7px;
  height:16px;
  background:rgba(255,105,0,1);
  position: absolute;
  left:0;
  top:10px;
}
.page-products .cate-box {
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}
.page-products .cate-box .cate-label {
  font-weight: bold;
  padding-right: 10px;
}
.page-products .cate-box .cate-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-products .cate-box .cate-list li {
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
}
.page-products .cate-box .cate-list li.active {
  color: #ff6900;
}
.page-products .cate-box .cate-list li:hover {
  color: #ff6900;
}
.page-products .cate-box .cate-list li + li {
  margin-left: 20px;
}
.page-products .sort-header p span + span {
  margin-left: 4px;
}
.page-products .sort-header p + p {
  margin-left: 10px;
}
.page-news .news-list {
  line-height: 24px;
  color: #666;
}
.page-news .news-list li {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page-news .news-list li .gjc-down-arrow {
  margin-right: 10px;
}
.page-news .news-list li a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.page-news .news-list li a:hover {
  color: #ff6900;
}
.page-news .news-list li .time {
  margin-left: 10px;
}
.page-newsdetail .panel-body .title {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.page-newsdetail .panel-body .title .return-btn {
  float: right;
  border: 0;
  outline: none;
  width: 110px;
  height: 36px;
  background-color: #ff6900;
  color: #fff;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 14px;
}
.page-newsdetail .panel-body .content-box {
  padding-top: 20px;
}
.page-newsdetail .panel-body .content-box .meta {
  text-align: center;
  color: #999;
}
.page-newsdetail .panel-body .content-box .meta span + span {
  margin-left: 6px;
}
.page-newsdetail .panel-body .content-box .artical {
  text-indent: 2em;
}
.page-newsdetail .panel-body .content-box .artical p {
  margin: 12px 0;
}
.page-newsdetail .panel-body .content-box .artical img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.page-photodetail .view {
  position: relative;
  padding: 23px;
  border: solid 1px #e5e5e5;
  width: 800px;
  height: 800px;
  margin: 0 auto;
}
.page-photodetail .view .swiper-container {
  width: 754px;
  height: 754px;
}
.page-photodetail .view .arrow-left {
  background: url(../images/bajt01.png) no-repeat left top;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -25px;
  width: 38px;
  height: 60px;
  z-index: 10;
}
.page-photodetail .view .arrow-right {
  background: url(../images/bajt02.png) no-repeat left bottom;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -25px;
  width: 38px;
  height: 60px;
  z-index: 10;
}
.page-photodetail .preview {
  width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
.page-photodetail .preview .front {
  width: 29px;
  height: 90px;
  background-color: #999999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -45px;
  text-align: center;
  line-height: 16px;
  padding-top: 12px;
  color: #fff;
}
.page-photodetail .preview .next {
  width: 29px;
  height: 90px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
  text-align: center;
  line-height: 16px;
  padding-top: 12px;
  color: #fff;
}
.page-photodetail .preview .swiper-container {
  width: 522px;
  height: 89px;
  margin-left: 139px;
}
.page-photodetail .preview .swiper-slide {
  width: 87px;
  height: 87px;
  padding: 5px;
  cursor: pointer;
}
.page-photodetail .preview .slide6 {
  width: 82px;
}
.page-photodetail .preview .arrow-left {
  background: url(../images/pjiantou1.png) no-repeat left top;
  position: absolute;
  left: 100px;
  top: 50%;
  margin-top: -12px;
  width: 15px;
  height: 28px;
  z-index: 10;
}
.page-photodetail .preview .arrow-right {
  background: url(../images/pjiantou2.png) no-repeat left bottom;
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -12px;
  width: 15px;
  height: 28px;
  z-index: 10;
}
.page-photodetail .preview .active-nav {
  width: 89px;
  height: 89px;
}
.page-photodetail .preview .active-nav img {
  border: 1px solid #F00;
}

.gjc-line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.contact-box {
  position: relative;
  color:#333333;
  font-size: 13px;
}
.contact-box .code-img {
  position: absolute;
  top:38px;
  right:97px;
}
.contact-img {
  padding:6px;
  display: inline-block;
}

.contact-box .code-img img {
  width:179px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding:10px;
}
.select-category {
  margin:15px 0;
  font-size:14px;
  color:#666;
  
}
.select-category span{
   margin:0 5px;
}

.null-tip .null-content {
   text-align: center;
   height: 300px;
   align-items: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   border:1px solid #eee;
   border-radius: 5px;
}
.null-tip .null-content img {
  width:50px;
  margin-bottom:10px;
}
#productForm .no-result{
  text-align: center;
}


/*易销车店铺页联系我们页面样式修改*/
.contact-content-wrap .main-info {
  padding-left: 18px;
}

.contact-content-wrap .contact-box {
  display: flex;
}

.contact-content-wrap .left-info, .contact-content-wrap .right-form {
  flex: 1;
}

.contact-content-wrap .contact-box .main-info h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
}

.contact-content-wrap .main-info p img {
  width: 14px;
  height: 14px;
}

.contact-content-wrap p span {
  color: #666;
}

.contact-content-wrap p span>span {
  color: #333;
}

.contact-content-wrap .right-form form {
  padding-left: 18px;
  margin-top: 10px;
}

.contact-content-wrap .input-box .form-item {
  display: flex;
  position: relative;
  margin: 0 0 20px 0;
}

.contact-content-wrap .has-warning .help-block {
  position: absolute;
  top: 98%;
  left: 80px;
}

.contact-content-wrap .input-box .form-item:not(:nth-last-of-type(2)) {
  align-items: center;
}

.contact-content-wrap .form-item label {
  width: 80px;
  color: #333;
  font-weight: 400;
}

.contact-content-wrap .form-item input {
  width: 400px;
  height: 40px;
  padding: 10px 12px;
  background: #FFFFFF;
  border: 1px solid #E4E5E6;
  outline: none;
}

.contact-content-wrap .form-item textarea {
  width: 400px;
  height: 140px;
  padding: 10px 12px;
  background: #FFFFFF;
  border: 1px solid #E4E5E6;
  outline: none;
}

.contact-content-wrap .form-item button {
  width: 190px;
  height: 50px;
  line-height: 38px;
  font-size: 14px;
}


