body {
  background: #fafafa;
}
main {
  padding-bottom: 40px;
}

.head_account {
  height: 52px;
  line-height: 52px;
  background: #665542;

  color: #ffffff;
}
.head_account .w1390 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_account .h_left {
  font-size: 14px;
}
.head_account .h_left .small_logo {
  width: 78px;
  height: 28px;
  margin-right: 30px;
}
.head_account .h_right ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_account .h_right ul li {
  margin-left: 32px;
  font-size: 14px;
}
.head_account .h_right ul li a {
  color: #ffffff;
}

.head_account .h_right ul li a:hover {
  color: #ff8b0d;
}
.shop_header {
  height: 120px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 0;
  box-sizing: border-box;
}
.shop_header .w1390 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop_header .h_left {
  display: flex;
  align-items: center;
}
.shop_header .h_left {
  width: 720px;
}
.shop_header .h_left img {
  border: 1px solid #dddddd;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  margin-right: 20px;
  box-sizing: border-box;
}
.shop_header .h_left h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.shop_header .h_left p {
  color: #666666;
  line-height: 16px;
  margin-top: 8px;
}
/* 保证金 */

.spotType7 {
  min-width: 58px;
  height: 23px;
  display: inline-block;
  line-height: 23px;
  border-radius: 2px 2px 2px 2px;
  padding: 2px 4px 2px 2px;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
  background: #1e9865;
  position: relative;
  margin-left: 8px;
}

.spotType7::before {
  width: 25px;
  height: 19px;
  display: inline-block;
  content: ' ';
  background: #f5f5f5;
  border-radius: 2px;
  position: relative;
  margin: 0px 4px 0 0;
}
.spotType7 .icon7 {
  width: 15px;
  height: 16px;
  background: url(../../images/shop/icon_spotType7.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 4px;
}
.spotType7 em {
  line-height: 23px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  top: -5px;
}
.searchBox {
  width: 420px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: flex;
  box-sizing: border-box;
  position: relative;
}
.searchBox .whiteBg {
  flex: 1;
  border-radius: 3px 0 0 3px;
  background: #ffffff;
  height: 32px;
  margin: 2px 0 0 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.searchBox .whiteBg .searchInput {
  display: flex;
  align-items: center;
  width: 240px;
  height: 36px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -2px;
}

.searchBox .whiteBg .searchInput input {
  flex: 1;
  font-size: 14px;
  border: none;
  padding-left: 12px;
}
/* 选择地区 新 */
.newSelect {
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
}

.newSelect * {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

.newSelect:hover {
  cursor: pointer;
}

.newSelect .newSelectTitle {
  display: block;
  padding: 0px 0px 0px 8px;
  border-radius: 4px;
  height: 28px;
  text-align: left;
}

.newSelect .newSelectTitle span {
  display: inline-block;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  color: #999999;
  font-size: 12px;
  text-overflow: ellipsis;
}

.newSelect .arrow {
  float: right;
  margin: 0px 8px 0px 0px;

  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
}

.newSelect .arrow_turn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.newOptions {
  text-indent: 8px;
  margin: 6px 0 0px 0;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  z-index: 1000;
  display: none;
  padding: 4px 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.newOptions li.sArea button {
  padding: 4px 10px !important;
}
.newOptions::-webkit-scrollbar-track {
  background-color: #fafafa;
}

.newOptions::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(243, 236, 236);
}

.newOptions::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.newOptions::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.newOptions li {
  font-size: 12px;
  text-align: left;
  color: #666666;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newOptions li:hover {
  color: #222;
}

.newOptions li.sArea {
  border-top: 1px solid #eee;
  padding: 5px 0px !important;
  text-align: center;
}

.newOptions li.sArea:hover {
  background: #fff;
  cursor: auto;
}

.newOptions li.sArea button {
  padding: 4px 20px;
  color: #4f4f4f;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #f3f3f3 70%,
    #f8f8f8 90%
  );
}

.newOptions li.sArea button:hover {
  background: linear-gradient(
    to bottom,
    #f8f8f8 0%,
    #f8f8f8 50%,
    #f3f3f3 70%,
    #fafafa 90%
  );
}

.newOptions li.sArea button:hover {
  border-color: #aaa;
  cursor: pointer;
}

.newOptions li[data-select='true'] {
  color: #ff8b0d;
  background: rgba(255, 139, 13, 0.15);
}
.newSelectTitle .fa-angle-down:before {
  content: ' ';
  height: 12px;
  width: 12px;
  background: url(../../images/common/down.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}

.newSelect .newSelectTitle span.clickSpan {
  color: #222;
}

.custom_select {
  position: relative;
  cursor: pointer;
}

.custom_select .choose {
  width: 88px;
  color: #999999;
  padding: 0 12px;
  line-height: 24px;
  box-sizing: border-box;
  font-size: 14px;
}

.custom_select .arrow {
  height: 14px;
  width: 14px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 12px;
  pointer-events: none;
}

.custom_select .arrow .up {
  transition: all 0.15s;
  transform: rotate(180deg);
}

.custom_select .arrow img {
  vertical-align: text-top;
  height: 14px;
  width: 14px;
}

.custom_select .on {
  color: #999999;
}

.custom_select .option {
  display: none;
  width: 88px;
  background: #fff;
  position: absolute;
  top: 32px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  z-index: 99;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom_select .option ul {
  padding: 4px 0;
  width: 88px;
}

.custom_select .option ul li {
  font-size: 14px;
  width: 100%;
  line-height: 28px;
  height: 28px;
  text-align: center;
  box-sizing: border-box;
  color: #666666;
}

.custom_select .option ul li:hover {
  color: #222222;
}

.custom_select .option ul li.on {
  color: #ff8b0d;
  background: #fff6ec;
}

.searchBox .searchBtn {
  width: 72px;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 12px;
  box-sizing: border-box;
  cursor: pointer;
  background: #ff8b0d;
  margin-top: -1px;
  margin-right: -1px;
  border-radius: 0 4px 4px 0;
}
.searchBox .searchBtn img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/* 面包屑 */
.crumbs {
  height: 40px;
  line-height: 40px;
}
.crumbs .w1390 {
  display: flex;
  justify-content: space-between;
}
.crumbs a {
  color: #2653ff;
  display: flex;
  align-items: center;
}
.crumbs .c_left {
  font-family: '宋体';
  color: #999999;
  display: flex;
}
.crumbs .c_left span,
.crumbs .c_left a {
  font-family: Arial, 'Microsoft YaHei', sans-serif;
}
.crumbs .c_left a:hover {
  color: #ff8b0d;
}
.crumbs .c_left i {
  margin: 0 6px;
}
.crumbs .c_left a {
  text-decoration: underline;
}

/* 商铺导航 */
.navigation {
  border-bottom: 2px solid #ff8b0d;
  background: #ffffff;
  height: 44px;
  line-height: 44px;
  margin-top: 10px;
  z-index: 2;
  position: relative;
}

.navigation ul li {
  float: left;
}
.navigation ul li a {
  min-width: 96px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation ul li .list li.select {
  background-color: #fff;
}
.navigation ul li .list li.select a {
  color: #ff8b0d;
  font-weight: 600;
}
.navigation ul li:hover .list {
  display: block;
}
.navigation ul li:hover .arrow {
  transition: all 0.15s;
  transform: rotate(180deg);
}
.navigation ul li a .arrow {
  background: url(../../images/common/arrow_grev.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.navigation ul li.select a .arrow {
  background: url(../../images/common/arrow.png) no-repeat;
  background-size: 100% 100%;
}
.navigation > ul li.select {
  background: #ff8b0d;

  font-weight: 600;
}
.navigation ul li.select a {
  color: #ffffff;
}
.navigation ul li .list {
  width: 96px;
  flex-flow: column;
  z-index: 111;
  display: none;
  background: #ff8b0d;
  position: absolute;
  border-top: 2px solid #ff8b0d;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.navigation ul li .list li a {
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.navigation ul li .list li:hover {
  background: #ffffff;
}
.navigation ul li .list li:hover a {
  color: #ff8b0d;
  font-weight: 500;
}
/* banner */

.sec-mainM .swiper {
  width: 100%;
  height: 450px;
  position: relative;
}
.sec-mainM .swiper .swiper-slide {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.sec-mainM .swiper .swiper-slide img {
  display: block;
  width: auto;
  height: 450px;
  margin: 0 auto;
  object-fit: contain;
}
.sec-mainM .swiper-pagination {
  bottom: 30px;
}
.sec-mainM .swiper-pagination-bullet {
  background: rgba(255, 255, 255);
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
.sec-mainM .swiper-pagination-bullet-active {
  background: #ff8b0d;
  opacity: 1;
}
/*content-left*/
.contentLeft {
  width: 320px;
}

.contentLeft-box {
  padding: 20px;
  background: #ffffff;
}
.contentLeft-box p {
  line-height: 20px;
  margin-bottom: 8px;
  color: #666666;
  font-size: 14px;
  word-break: break-all;
  display: flex;
}
.xintalkLine {
  display: flex;
  align-items: center;
  height: 22px;
}
.contentLeft-box p img {
  object-fit: contain;
}
.contentLeft-box p .email {
  color: #666666;
}
.contentLeft-box p .email:hover {
  color: #ff8b0d;
}
.contentLeft-box p span {
  flex-shrink: 0;
}
.contentLeft-box p:last-child {
  margin-bottom: 0;
}
.contentLeft-box p .website {
  color: #535353;
  word-wrap: break-word;
  color: #006ff2;
}

.contentLeft-contact .qq {
  margin-right: 8px;
}
.contentLeft-contact .wechatpic,
.contactUs .wechatpic {
  background: url(../../images/common/wx.jpg) no-repeat;
  background-size: 100% 100%;
  height: 16px;
  line-height: 16px;
  width: 16px;
  display: inline-block;
  margin: 4px 8px 0 0px;
  cursor: pointer;
}
.xintalkLine .xintalk {
  background: url(../../images/common/xintalk.gif);
  background-size: 100% 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  vertical-align: super;
}
.contentLeft-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  padding-bottom: 10px;
}
.contentLeft-title::after {
  display: inline-block;
  width: 280px;
  height: 6px;
  background: url(../../images/shop/title_bg_line.png) no-repeat;
  background-size: 100% 100%;
  content: ' ';
}
.contentLeft-title span {
  color: #ff8b0d;
}

.contentLeft-info {
  border-bottom: 1px solid #e9e9e9;
  padding: 0px 0 20px 0;
}

.contentLeft-info h2 {
  line-height: 22px;
  margin: 0px 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.contentLeft-share {
  text-align: right;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  padding-top: 20px;
}

.contentLeft-archives,
.contentLeft-contact {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.contentLeft-contact:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.contentLeft-product a {
  color: #999999;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 8px 12px;
  box-sizing: border-box;
  word-break: break-all;
}
.contentLeft-product a span {
  color: #666666;
  font-size: 14px;
  word-break: break-all;
}
.contentLeft-product a:hover span {
  color: #ff8b0d;
}
.contentLeft-product a.select {
  border-left: 2px solid #ff8b0d;
  background: rgba(255, 139, 13, 0.08);
  padding-left: 10px;
}
.contentLeft-archives .ic_icon {
  display: inline-block;
  width: 80px;
  height: 24px;
  margin-top: -4px;
}
.contentLeft-archives .vipType1 {
  background: url(../../images/shop/vipType1.png) no-repeat;
  background-size: 100% 100%;
}
.contentLeft-archives .vipType2 {
  background: url(../../images/shop/vipType2.png) no-repeat;
  background-size: 100% 100%;
}

/*contentRight*/
.contentRight {
  width: 1050px;
}

/* 公司介绍 */
.indexJieshao {
  display: flex;
  justify-content: space-between;
}
.indexJieshao .jieshaoSlide {
  width: 310px;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  border: 1px solid #eeeeee;
  flex-shrink: 0;
}

.indexJieshao .jieshaoSlide .bd li img {
  width: 310px;
  height: 180px;
}

.indexJieshao .jieshaoSlide .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
}

.indexJieshao .jieshaoSlide .hd li {
  float: left;
  margin: 0 3px;
  text-indent: -999em;
  width: 10px;
  height: 10px;
  overflow: hidden;
  /* background: #fff; */
  border-radius: 100%;

  background: rgba(255, 255, 255, 0.5);
}

.indexJieshao .jieshaoSlide .hd li.on {
  background: #ff7300;
}

.indexJieshao .jieshaoRight {
  flex: 1;
}
.indexJieshao .jieshaoRight p {
  line-height: 20px;
  color: #666666;
  font-size: 14px;
  display: flex;
}
.indexJieshao .jieshaoRight p:last-child {
  margin-top: 20px;
}
.indexJieshao .jieshaoRight p b {
  font-weight: 500;
  color: #222222;
  flex-shrink: 0;
  font-weight: 600;
}

.indexJieshao div p a {
  color: #2653ff;
  display: inline-block;
}
.indexJieshao div p a i {
  margin-left: 4px;
  vertical-align: middle;
}

/*contentIndex*/
.comItem {
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  margin-top: 20px;
}
.comItem:first-child {
  margin-top: 0;
}
.comItem .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.comItem h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.comItem h1 .fire {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: text-bottom;
}
.seeMore {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #2653ff;
  line-height: 20px;
  cursor: pointer;
}
.seeMore i {
  background: url(../../images/common/seeMore.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.s_table table {
  width: 100%;
  text-align: left;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
}

.s_table table th {
  padding: 12px 6px;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  color: #666;
  background: #f5f5f5;
  font-size: 14px;
}

.s_table table tr {
  border-bottom: 1px solid #dddddd;
}
.s_table table tr:last-child {
  border-bottom: none;
}
.s_table table tr.th:hover {
  background: #f5f5f5;
}

.s_table table th:last-child {
  padding-right: 12px;
  text-align: right;
}
.s_table table th:first-child,
.s_table table td:first-child {
  padding-left: 12px;
  position: relative;
}
.s_table table td:last-child {
  padding-right: 12px;
  text-align: right;
}
.s_table table td {
  padding: 8px 6px 8px 6px;
  word-break: break-all;
  font-size: 14px;
}
.s_table table .notes {
  text-align: center;
}
.s_table table td span {
  max-width: 190px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.s_table table td.num span {
  max-width: 80px;
}
.s_table table td.brand span,
.s_table table td.pack span,
.s_table table td.batch span {
  max-width: 110px;
}
.s_table table td a.ovhide {
  max-width: 190px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.s_table table .qqAsk {
  width: 52px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ff8b0d;
  color: #ff8b0d;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
}
.s_table table .qqAsk:hover {
  background: #ff8b0d;
  color: #ffffff;
}

/* .operation {
  display: flex;
  align-items: center;
  justify-content: right;
}
.operation .qq {
  margin-top: 4px;
} */
/* 公司介绍 */
.brand-list {
  width: 1010px;
  overflow: hidden;
}
.brand-list ul li {
  width: 110px;
  height: 38px;

  float: left;
  margin-right: 10px;
}
.brand-list ul li img {
  width: 110px;
  height: 38px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  object-fit: contain;
}
.realEnvironment {
  padding-bottom: 10px;
}
.real-environment {
  display: flex;
  flex-wrap: wrap;
}
.real-environment li {
  margin: 0 10px 10px 0;
}
.real-environment li:nth-child(3n) {
  margin-right: 0;
}
.real-environment li img {
  width: 330px;
  height: 190px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.real-environment li p {
  color: #666666;
  font-size: 14px;
  margin: 12px 0 10px 0;
  text-align: center;
}
/* 主营品牌 */
.comItem > .brand {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.comItem > .brand .swiper-wrapper {
  width: 1010px;
  height: 126px;
}
.comItem > .brand .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  width: 1010px;
  height: 126px;
  overflow: hidden;
}
.comItem .brand a {
  border: 1px solid #d9d9d9;
  width: 128px;
  height: 44px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 19px 19px 0;
  cursor: auto;
}
.comItem .brand a:nth-child(7n) {
  margin-right: 0;
}
.comItem .brand a img.logo {
  width: 128px;
  height: 44px;
  object-fit: contain;
}

/* 库存 */
.comTab li {
  float: left;
  font-size: 14px;
  background: #f7f9fa;
  border: 1px solid #f0f0f0;
  margin-right: 8px;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.comTab li.select {
  font-weight: 600;
  background: #ffffff;
}
.comTab li.select a {
  color: #ff8b0d;
}
.comTab li a {
  color: #666666;
  width: 116px;
  height: 53px;
  display: inline-block;
  text-align: center;
  line-height: 53px;
}
.comTab li:hover a {
  color: #ff8b0d;
}
/* 图片视频库 */

.albumTab {
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border: 1px solid #ff8b0d;
  border-radius: 4px;
  margin-bottom: 20px;
}
.albumTab a {
  padding: 0px 20px;
  color: #ff8b0d;
  display: inline-block;
  font-size: 14px;
}
.albumTab a.select {
  color: #fff;
  background: #ff8b0d;
}
.albumLibrary {
  display: flex;
  flex-wrap: wrap;
}
.albumLibrary li:hover {
  background: #f5f5f5;
}
.albumLibrary li:hover dd {
  font-weight: 600;
  color: #ff8b0d;
}
.videoLibrary li:hover dl dt span {
  display: none;
}
.videoLibrary li:hover dl dt::before {
  content: ' ';
  display: inline-block;
  background: url(../../images/common/videoPlayer.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  left: 76px;
  pointer-events: none;
}
.albumLibrary dl {
  padding: 20px;
  width: 252px;
  height: 228px;
  box-sizing: border-box;
}
.albumLibrary dl dt {
  position: relative;
  width: 212px;
  height: 160px;
  border: 1px solid #dddddd;
}
.albumLibrary dl dt img {
  width: 212px;
  height: 160px;
}
.albumLibrary dl dt span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #999999;
}
.videoLibrary dl dt span {
  background: url(../../images/common/videoPlayer.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.albumLibrary dl dd {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  text-align: center;
  width: 212px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 图片库详情 */
.picDetail-library h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.picDetail {
  position: relative;
  overflow: hidden;
  width: 1010px;
  height: 784px;
  display: flex;
}
.picDetail .bigImg {
  position: relative;
}
.picDetail .bigImg li {
  padding: 68px 75px 36px;
  width: 830px !important;
  background: #f5f5f5;
  height: 784px;
  box-sizing: border-box;
}
.picDetail .bigImg li img {
  width: 680px;
  height: 680px;
  background: #ffffff;
}

.picDetail .smallScroll {
  width: 180px;
  height: 784px;
  background: #e3e3e3;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}

.picDetail .sPrev,
.picDetail .sNext {
  display: block;
  border: 1px solid #d9d9d9;
  width: 120px;
  height: 28px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 28px;
  color: #666666;
  font-size: 14px;
  position: absolute;
}
.picDetail .sPrev {
  top: 20px;
}
.picDetail .sNext {
  bottom: 20px;
}
.picDetail .smallScroll a:hover {
  background: #ff8b0d;
  color: #fff;
  border: 1px solid #ff8b0d;
}
.picDetail .smallImg {
  width: 260px;
  height: 648px;
  overflow: hidden;
  position: absolute;
  top: 68px;
}
.picDetail .smallImg ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 180px;
}
.picDetail .smallImg li {
  float: left;
  width: 120px;
  height: 120px;
  cursor: pointer;
  margin-bottom: 12px;
}
.picDetail .smallImg img {
  border: 1px solid #dddddd;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
}
.picDetail .smallImg .on img {
  border: 2px solid #ff8b0d;
}
.picDetail .pageState {
  position: absolute;
  z-index: 1;
  color: #999;
  font-size: 14px;
  left: 733px;
  top: 24px;
}
.picDetail .pageState span {
  color: #222;
}
/* 联系我们*/
.contactUs {
  padding: 20px 60px 20px 60px;
}
.contactUs h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}

.contactUs p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 12px;
  display: flex;
}
.contactUs p:last-child {
  margin-bottom: 0;
}

.contactUs p label {
  color: #999999;
  width: 56px;
  display: inline-block;
  text-align: right;
  margin-right: 20px;
  flex-shrink: 0;
}
.qqLine a {
  margin-right: 8px;
}
/* .wechat-big-img-box {
  position: absolute;
  left: -100px;
  top: 25px;
  border: 0;
  margin-right: 0;
  box-shadow: 0 0 10px #888;
  z-index: 9;
}

.wechat-big-img-box img {
  max-height: 250px;
  max-width: 250px;
} */
/* 客户留言 */
.errortips {
  padding-left: 146px;
}

.messageForm .line {
  margin-bottom: 20px;
}
.messageForm .line label {
  line-height: 36px;
  width: 126px;
  text-align: right;
  margin-right: 20px;
  font-size: 14px;
  flex-shrink: 0;
}
.messageForm .line input[type='text'] {
  width: 320px;
  height: 36px;
  border-radius: 4px 4px 4px 4px;

  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 14px;
}
.onlineBtn {
  width: 76px;
  height: 36px;
  background: #ff8b0d;
  line-height: 36px;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 146px;
  cursor: pointer;
}
#message {
  width: 560px;
  height: 128px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;
  padding: 8px 12px;
  box-sizing: border-box;
  font-family: Arial, 'Microsoft YaHei', sans-serif;
}
#yzm {
  width: 200px;
}
.verifyimage {
  width: 80px;
  height: 36px;
  margin-left: 8px;
  border-radius: 4px 4px 4px 4px;
}

/* 诚信档案 */
.member_table table th:first-child,
.member_table table td:first-child {
  padding-left: 20px;
  position: relative;
  text-align: center;
}
.member_table table td:last-child,
.member_table table th:last-child {
  padding-right: 20px;
  text-align: center;
}
.member_table table th,
.member_table table td {
  border: 1px solid #dddddd;
}
.member_table table td {
  padding: 12px 6px;
}
.member_year {
  font-size: 14px;
  color: #666;
}
.member_year b {
  margin: 0 4px;
  font-weight: bold;
}
.creditArchive {
  background: url(../../images/shop/creditArchiveBg.png) no-repeat;
  background-size: 100% 100%;
  width: 1040px;
  height: 530px;
  margin: 20px auto;
  padding: 210px 165px 0;
  box-sizing: border-box;
}
.creditArchive div {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.creditArchive div b {
  text-decoration: underline;
}
.creditArchive p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.creditArchive p:last-child {
  margin-bottom: 0;
}
.certificate-list {
  overflow: hidden;
  position: relative;
}
.certificate-list .hd {
  position: absolute;
  width: 100%;
}
.certificate-list .hd a {
  display: block;
  width: 24px;
  height: 100px;
  position: absolute;
  top: 20px;
  cursor: pointer;
}
.certificate-list .hd .next {
  background: url(../../images/shop/next.png) 0 0 no-repeat;
  right: 0;
}
.certificate-list .hd .prev {
  background: url(../../images/shop/prev.png) 0 0 no-repeat;
  left: 0;
}
.certificate-list .bd {
  margin-left: 44px;
  box-sizing: border-box;
  overflow: hidden;
  width: 1262px;
}
.certificate-list .bd ul li {
  margin-right: 40px;
  float: left;
  text-align: center;
}
.certificate-list .bd ul li img {
  width: 236px;
  height: 140px;
  border: 1px solid #eee;
}
.certificate-list .bd ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 8px;
}
.toolbar {
  display: none;
}
/* 头部历史搜索记录 */

.search-result {
  width: 266px;
  position: absolute;
  left: 82px;
  top: 34px;
  background: #fff;
  display: none;
  z-index: 111;
  border-radius: 0px 0px 3px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  padding: 0 12px;
  box-sizing: border-box;
}

.search-hotwords-content {
  box-sizing: border-box;
  margin: -10px -12px 0;
  background: #fff;
  max-height: 250px;
  overflow: hidden;
}
.search-hotwords-content::before {
  width: 242px;
  height: 1px;
  margin-left: 12px;
  background-color: #f5f5f6;
  content: ' ';
  display: inline-block;
}
.search-result li {
  padding: 0 12px;
}
.search-result li a {
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result li a em {
  color: #666666;
}
.search-result li a:hover {
  color: #ff8b0d;
}
.search-result li:hover {
  background: rgba(255, 139, 13, 0.15);
}
.search-hotwords-close {
  text-align: right;
  line-height: 24px;
}
.search-hotwords-close span {
  color: #999;
  cursor: pointer;
}
.search-hotwords-close span:hover {
  color: #ff8b0d;
}
