﻿img{
	max-height:100%;
	max-width:100%;
}
.nav-fixed{
  position: fixed;
  right: 12px;
  bottom: 300px;
  width:60px;
  background:rgba(0,0,0,1);
  border-radius:5px;
  opacity:0.6;
  z-index: 100;
}
.nav-fixed a{
  display: block;
  text-align: center;
  color: #fff;
  padding-top:14px;
  opacity: 0.7;
}
.nav-fixed a:hover
{
  opacity: 1;
  color:#fff;
}
.nav-fixed a span{
  display: block;
  padding:5px 0 12px 0;
  border-bottom: 1px solid #fff;
  width: 30px;
  margin:0 auto;
  font-size: 14px;
}
.nav-fixed a:last-child span{
  border-bottom: none;
}
.footer{
  background: #333333;
  color: #fff;
}
.footer .footer-top{
  padding: 45px 0;
  font-size: 14px;
}
.footer .footer-top .company-name{
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.footer .footer-top .main-product{
  margin-bottom: 16px;
}
.footer .footer-top .tel{
  margin-bottom: 16px;
}
.footer .footer-bottom{
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #222222;
}
.footer .footer-bottom span{
  display: inline-block;
  margin:0 10px;
}
.footer a:hover{
  color: #00a2e9;
}
.footer .footer-top .frt .sweep-code{
  display: inline-block;
  text-align: center;
  margin-left: 60px;
  font-size: 14px;
}
.footer .footer-top .frt .sweep-code p{
  margin-top: 6px;
}
.common-product-detail{
  background: #fff;
}
.common-product-detail .crumbs{
  font-size: 14px;
  color: #333;
  padding: 16px 0;
}
.common-product-detail .crumbs a{
  color: #00a2e9;
}
.common-product-detail .common-main-info .common-left{
  width: 920px;
}
.common-product-detail .common-main-info .common-right{
  width: 240px;
}
.common-product-detail .common-main-info .common-sell-left{
  width: 400px;
}
.common-product-detail .common-sell-left .product-img{
  width: 400px;
  height: 400px;
  border:1px solid #ddd;
  box-sizing: border-box;
}
.common-product-detail .common-sell-left .product-img img{
  display: block;
}
.common-product-detail .common-main-info .common-sell-right{
  width: 486px;
}
.common-product-detail .common-main-info .common-sell-right .product-name h1{
  font-size:20px;
  font-weight:bold;
  color:rgba(51,51,51,1);
  line-height:24px;
  margin-bottom: 10px;
}
.common-product-detail .common-main-info .common-sell-right .product-attr p{
  font-size:14px;
  color:rgba(51,51,51,1);
  line-height:14px;
  margin-bottom: 20px;
}
.common-product-detail .common-main-info .common-sell-right .product-price-stock{
  padding: 0.1px 20px;
  background: #f9f9f9;
  border-radius: 3px;
  font-size:14px;
  color:rgba(136,136,136,1);
  line-height:12px;
}
.common-product-detail .common-main-info .common-sell-right .product-price-stock p{
  margin:20px 0;
}
.common-product-detail .common-main-info .common-sell-right .product-price-stock .label{
  display: inline-block;
  margin-right: 18px;
  width: 52px;
}
.common-product-detail .common-main-info .common-sell-right .product-standard{
  padding:0 20px;
  font-size:12px;
  color:rgba(51,51,51,1);
  line-height:12px;
}
.common-product-detail .common-main-info .common-sell-right .product-standard p{
  margin-top: 20px;
}
.common-product-detail .common-main-info .common-sell-right .product-standard p .label{
  display: inline-block;
  color: #888888;
  margin-right: 20px;
  width: 48px;
}
.common-product-detail .common-main-info .common-sell-right .solid{
  border:1px dashed rgba(221,221,221,1);
  margin:20px 0;
}
.common-product-detail .common-main-info .common-sell-right .product-num .label{
  font-size:12px;
  color:rgba(136,136,136,1);
  line-height:12px;
  margin: 10px 34px 14px 20px;
  display: inline-block;
}
.common-product-detail .common-main-info .common-sell-right .product-num .num-mininum{
  display: inline-block;
  vertical-align: top;
  font-size:12px;
  color:rgba(136,136,136,1);
  line-height:12px;
}
.common-product-detail .common-sell-right .num-operation{
  display: inline-block;
  width: 172px;
  line-height: 36px;
  height: 36px;
  border:1px solid #dddddd;
  margin-bottom: 10px;
  font-size: 0;
}
.common-product-detail .common-sell-right .num-operation i{
  display: inline-block;
  width: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  color: #d8d8d8;
  -moz-user-select:none;
}
.common-product-detail .common-sell-right .num-operation input{
  display: inline-block;
  width: 100px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  height: 36px;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: top;
}
.common-product-detail .common-sell-right .submit button{
  width:160px;
  height:36px;
  font-size:14px;
  color:rgba(255,255,255,1);
  line-height:36px;
  border: none;
  background: #1897f2;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 94px;
}
.common-product-detail .common-sell-left .product-img-owl{
  position: relative;
}
.common-product-detail .common-main-info .product-img-owl .small-product-img{
  margin: 16px 20px 0 20px;
}
.common-product-detail .product-img-owl .big-product-img{
  width: 400px;
  height: 400px;
}
.common-product-detail .product-img-owl .miniproduct-next,
.common-product-detail .product-img-owl .miniproduct-prev{
  display: inline-block;
  position: absolute;
  bottom:0;
  height: 60px;
  line-height: 60px;
  width: 20px;
  cursor: pointer;
  z-index: 20;
  text-align: center;
}
.common-product-detail .product-img-owl .miniproduct-next{
  left: 0;
}
.common-product-detail .product-img-owl .miniproduct-prev{
  right: 0;
}
.common-product-detail .product-img-owl .swiper-slide{
  border:1px solid #ddd;
  box-sizing: border-box;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
.common-product-detail .product-img-owl .swiper-slide img{
  display: inline-block;
  vertical-align: middle;
}
.common-product-detail .product-img-owl .swiper-slide.swiper-slide-thumb-active{
  border-color: #00a2e9;
}
.common-product-detail .common-main-info .common-product-info{
  margin-top: 30px;
}
.common-product-detail .common-product-info .common-product-info-tab{
  background: #1897f2;
  line-height: 36px;
  border-radius:1px;
  padding:0 2px;
}

.common-product-detail .common-product-info .common-product-info-tab span{
  display: inline-block;
  width:88px;
  font-size:14px;
  color:rgba(255,255,255,1);
  line-height:34px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.common-product-detail .common-product-info .common-product-info-tab span.on{
  background: #fff;
  color: #1897f2;
}
.common-product-detail .common-product-info-tab-view{
  display: none;
}
.common-product-detail .common-product-info-tab-view.on{
  display: block;
}
.common-product-detail .common-main-info .title{
  font-size:14px;
  color:rgba(255,255,255,1);
  line-height:36px;
  height:36px;
  background:rgba(24,151,242,1);
  border-radius:1px;
  padding:0 16px;
  margin-top: 20px;
  overflow: hidden;
}
.common-product-detail .common-main-info .title a{
  float: right;
}
.common-product-detail .common-company-info-body{
  background:linear-gradient(180deg,rgba(24,151,242,0.11) 0%,rgba(255,255,255,0) 100%);
  padding:24px 16px;
}
.common-product-detail .common-company-info-body .name{
  height:30px;
  font-size:20px;
  font-weight:bold;
  color:rgba(51,51,51,1);
  line-height:30px;
}
.common-product-detail .common-company-info-body .name img{
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  margin-top: -3px;
}
.common-product-detail .common-company-info-body .name span{
  display: inline-block;
  width:100px;
  height:26px;
  font-size:12px;
  color:rgba(51,51,51,1);
  line-height:26px;
  background: #fff;
  text-align: center;
  font-weight: 100;
  margin-left: 20px;
  cursor: pointer;
}
.common-product-detail .common-company-info-body .name span i{
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 12px;
  color: inherit;
  margin-top: -2px;
}
.common-product-detail .common-company-info-body .other-info{
  font-size:14px;
  color:rgba(51,51,51,1);
  line-height:22px;
  margin-top: 10px;
}
.common-product-detail .common-company-info-body .other-info span{
  display: inline-block;
  margin-right: 30px;
}
.common-product-detail .common-company-info-body .item-i{
  font-size:14px;
  color:rgba(51,51,51,1);
  line-height:22px;
  margin-top: 20px;
}
.common-product-detail .common-company-info-body .item-i .item-list{
  padding-left: 70px;
}
.common-product-detail .common-company-info-body .item-i .item-list a{
  display: inline-block;
  font-size:14px;
  color:rgba(0,162,233,1);
  line-height:19px;
  padding:4px 16px;
  background: #fff;
  margin:0 10px 10px 0;
}
.common-product-detail .common-company-info-body .solid{
  border: 1px solid #ddd;
  margin:24px 0;
}
.common-product-detail .common-company-info-body .company-contact{
  font-size:14px;
  color:rgba(51,51,51,1);
  line-height:22px;
}
.common-product-detail .common-company-info-body .company-contact p{
  margin-top: 10px;
}
.common-product-detail .common-company-info-body .company-contact img{
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}
.common-product-detail .common-company-info-body .company-contact a{
  color: #0091ff;
}
.common-product-detail .common-company-info-body .company-contact button{
  width:90px;
  height:26px;
  background:rgba(255,255,255,1);
  border-radius:1px;
  border:1px solid rgba(24,151,242,1);
  font-size:12px;
  color:rgba(0,145,255,1);
  cursor: pointer;
  margin-left: 46px;
}
.common-product-detail .common-company-info-body .company-contact button i{
  font-size: 12px;
  margin-right: 5px;
}
.common-product-detail .common-company-info .other-product{
  position: relative;
  margin:20px 0;
}
.common-product-detail .common-company-info .other-prodict-view{
  width:210px;
  height:244px;
  background:rgba(255,255,255,1);
  border-radius:1px;
  border:1px solid rgba(221,221,221,1);
  text-align: center;
}
.common-product-detail .common-company-info .other-prodict-view span{
  display: block;
  height: 140px;
  width: 140px;
  margin: 20px auto;
}
.common-product-detail .common-company-info .other-prodict-view span img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.common-product-detail .common-company-info .other-prodict-view p{
  font-size:14px;
  color:rgba(51,51,51,1);
  line-height:14px;
  margin-bottom: 16px;
}
.common-product-detail .common-company-info .other-prodict-pagination{
  text-align: center;
}
.common-product-detail .common-company-info .swiper-pagination-bullet{
  width: 24px;
  height: 4px;
  border-radius: 2px;
  margin:0 5px;
}
.common-product-detail .common-right .recommended-products{
  position: relative;
  background: #f9f9f9;
  padding:0 50px 30px 50px;
}
.common-product-detail .common-right .recommended-products .recommended-products-item{
  margin-top: 20px;
  text-align: center;
  font-size:14px;
  color:rgba(51,51,51,1);
  line-height:18px;
}
.common-product-detail .common-right .recommended-products .recommended-products-item p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.common-product-detail .common-right .recommended-products .recommended-products-pagination{
  text-align: center;
  margin-top: 20px;
}
.common-product-detail .recommended-products-pagination .swiper-pagination-bullet{
  margin:0 5px;
}

.common-product-detail .recommended-products-next,
.common-product-detail .recommended-products-prev{
  position: absolute;
  bottom: 28px;
  z-index: 20;
}
.common-product-detail .recommended-products-next{
  right: 50px;
}
.common-product-detail .recommended-products-prev{
  left: 50px;
}
.common-product-detail .search-recommended-list{
  background: #f9f9f9;
  padding: 16px 16px 1px 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.common-product-detail .search-recommended-list span{
  display: block;
  float: left;
  width: 33.3%;
  font-size:12px;
  color:rgba(51,51,51,1);
  line-height:18px;
  margin-bottom: 16px;
}
.common-product-detail .search-recommended-list span a:hover{
  color: #00a2e9;
}
.common-product-detail .common-gg-list{
  text-align: center;
}


.message-model {
  display: none;
  overflow: hidden;
  background: #f3f4f7;
}
.message-model .model-title{
  position: relative;
  background: #1897f2;
  line-height: 56px;
  height: 56px;
  padding:0 20px;
  color: #fff;
}
.message-model .model-title img{
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.message-model .model-title .close{
  position: absolute;
  right: 20px;
  top:0;
  color: #fff;
  cursor: pointer;
}
.message-model-view .layui-layer-setwin {
  display: none;
}

.message-model-view .message-chat-view {
  width: 600px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  background: #fff;
}

.message-model-view .message-chat-info {
  width: 290px;
  background: #f3f4f7;
  margin-right:5px;
}

.message-model-view .view-container .chat-title {
  font-size: 14px;
  color: #555555;
  padding: 20px 27px 10px 27px;
}

.message-model-view .view-container .chat-view {
  height: 320px;
  overflow-y: auto;
  padding: 0 17px;
  margin: 10px;
}

.message-model-view .view-container .chat-view::-webkit-scrollbar {
  width: 4px;
  background: #fff;
  border-radius: 4px;
}

.message-model-view .view-container .chat-view::-webkit-scrollbar-thumb {
  width: 4px;
  background: #b2e3f8;
  border-radius: 4px;
}

.message-model-view .view-container .chat-view img {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 39px;
}

.message-model-view .view-container .chat-view .header-img {
  margin-top: 10px;
}

.message-model-view .view-container .chat-view>div {
  overflow: hidden;
}

.message-model-view .view-container .chat-view .l .chat-info {
  margin-bottom: 30px;
}

.message-model-view .view-container .chat-view .r .chat-info {
  margin-bottom: 30px;
}

.message-model-view .view-container .chat-view .chat-info .name p {
  font-size: 14px;
  color: #222222;
  line-height: 19px;
  margin-bottom: 6px;
}

.message-model-view .view-container .chat-view .chat-info .name p span {
  font-size: 12px;
  color: #888888;
}

.message-model-view .view-container .chat-view .l .chat-info .name p span {
  margin-left: 8px;
}

.message-model-view .view-container .chat-view .r {
  text-align: right;
}

.message-model-view .view-container .chat-view .r .chat-info .name p span {
  margin-right: 8px;
}

.message-model-view .view-container .chat-view .chat-info .txt span {
  display: inline-block;
  font-size: 14px;
  color: #222222;
  max-width: 400px;
  background: #f1f1f1;
  padding: 11px 20px;
  border-radius: 6px;
  position: relative;
  line-height: 19px;
  border-radius:19px;
}
.message-model-view .view-container .chat-view .r .chat-info .txt span{
  background: #1897f2;
  color: #fff;
}
.message-model-view .view-container .chat-view .l .chat-info .txt span::before {
  left: -8px;
}

.message-model-view .view-container .chat-view .r .chat-info .txt span::before {
  right: -8px;
}

.message-model-view .view-container .view-textarea {
  border-top: 1px solid #ddd;
  padding: 21px;
}

.message-model-view .view-container .view-textarea p {
  text-align: right;
}

.message-model-view .view-container .view-textarea p button {
  width: 88px;
  line-height: 32px;
  background: #1897f2;
  font-size: 14px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.message-model-view .view-container .view-textarea textarea {
  width: 100%;
  font-size: 14px;
  font-family: 'microsoft yahei';
  border: none;
  resize: none;
  height: 77px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.message-model-view .view-container .view-textarea textarea::-webkit-scrollbar {
  width: 4px;
  background: #fff;
  border-radius: 4px;
}

.message-model-view .view-container .view-textarea textarea::-webkit-scrollbar-thumb {
  width: 4px;
  background: #b2e3f8;
  border-radius: 4px;
}

.message-model-view .message-chat-info .chat-company-view {
  padding: 0 15px;
}

.message-model-view .message-chat-info .chat-company-view .close {
  padding: 15px 0;
  text-align: right;
}

.message-model-view .message-chat-info .chat-company-view .close i {
  cursor: pointer;
}

.message-model-view .message-chat-info .chat-company-view .logo {
  width: 60px;
  height: 60px;
  line-height: 55px;
  border: 1px solid #ddd;
  background: #fff;
  margin:0 auto;
}

.message-model-view .message-chat-info .chat-company-view .logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.message-model-view .message-chat-info .logo-name {
  overflow: hidden;
  text-align: center;
  padding-top: 20px;
}

.message-model-view .message-chat-info .chat-company-view .name {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
}

.message-model-view .message-chat-info .company-name {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.message-model-view .message-chat-info .company-name p {
  font-size: 18px;
  color: #333333;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
}

.message-model-view .message-chat-info .company-name span {
  font-size: 12px;
  margin-right: 19px;
  margin-top: 8px;
  display: inline-block;
}

.message-model-view .message-chat-info .company-name .s1 {
  color: #1fb291;
}

.message-model-view .message-chat-info .company-name .s2 {
  color: #f7a700;
}

.message-model-view .message-chat-info .company-name .iconfont {
  margin-right: 3px;
}

.message-model-view .message-chat-info .p-list {
  padding: 20px 7px;
}

.message-model-view .message-chat-info .p-list p {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-model-view .message-chat-info .p-list p a{
  color: #0091ff;
}
.message-model-view .message-chat-info .p-list p span{
  color: #999;
}
