﻿body {
  background-color: #f5f5f5;
}
.bgBox {
  position: absolute;
  height: 170px;
  width: 100%;
  background-image: url(/Content/imgs/shops/shopListBg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#anchorNav {
  height: 91px;
}
#anchorNav > .combox {
  padding-top: 50px;
  padding-bottom: 20px;
}
#anchorNav > .combox.posAnchor {
  position: fixed;
  border-bottom: 1px solid #e3e3e3;
  top: 70px;
  background-color: white;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  z-index: 1;
}
#anchorNav > .combox.posAnchor a {
  color: #333333;
}
#anchorNav .active {
  font-weight: bold;
  opacity: 1;
}
#anchorNav a {
  color: white;
  font-size: 16px;
  display: inline-block;
  width: 130px;
  opacity: 0.8;
}
#shopInfoBox #leftContainer {
  max-width: 900px;
  width: 100%;
  margin-right: 20px;
  float: left;
  background-color: #fff;
  position: relative;
}
#shopInfoBox #leftContainer .collect_shop {
  position: absolute;
  top: 45px;
  right: 45px;
  text-align: center;
  color: #818181;
  cursor: pointer;
}
#shopInfoBox #leftContainer .collect_shop img {
  margin-bottom: 8px;
}
#shopInfoBox #leftContainer .topBox {
  padding: 35px 25px;
  box-sizing: border-box;
}
#shopInfoBox #leftContainer .topBox h3 {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
#shopInfoBox #leftContainer .topBox h3 img {
  margin-bottom: 3px;
}
#shopInfoBox #leftContainer .topBox .number {
  height: 50px;
  line-height: 50px;
  color: #a7a7a7;
}
#shopInfoBox #leftContainer .topBox .number .copyNum {
  color: #3476ef;
  text-decoration: underline;
  margin-left: 2%;
  cursor: pointer;
}
#shopInfoBox #leftContainer .topBox .particulars {
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #eff5ff;
}
#shopInfoBox #leftContainer .topBox .particulars .row {
  margin-bottom: 20px;
}
#shopInfoBox #leftContainer .topBox .particulars .row ul {
  float: left;
  color: #a0a0a0;
  position: relative;
}
#shopInfoBox #leftContainer .topBox .particulars .row ul li {
  width: 136px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
#shopInfoBox #leftContainer .topBox .particulars .row ul li:first-of-type {
  color: #686868;
}
#shopInfoBox #leftContainer .topBox .particulars .row ul:not(:last-of-type)::after {
  content: '';
  position: absolute;
  height: 40px;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #e3e3e3;
}
#shopInfoBox #leftContainer .topBox .particulars .score {
  border-top: 1px solid #e3e3e3;
  padding: 18px 25px 0 25px;
  box-sizing: border-box;
}
#shopInfoBox #leftContainer .topBox .particulars .score .average {
  float: left;
}
#shopInfoBox #leftContainer .topBox .particulars .score .average:not(:last-of-type) {
  margin-right: 5%;
}
#shopInfoBox #leftContainer .topBox .particulars .score .average .item {
  color: #686868;
  height: 24px;
  line-height: 24px;
  padding-right: 10px;
}
#shopInfoBox #leftContainer .topBox .particulars .score .average .grade {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #537ada;
  padding-left: 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 20px;
  border-right: none;
  color: #537ada;
}
#shopInfoBox #leftContainer .topBox .particulars .score .average .grade em {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  border-radius: 20px;
  background-color: #537ada;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  vertical-align: bottom;
}
#shopInfoBox #leftContainer .topBox .btn_box {
  padding-top: 45px;
  height: 50px;
  line-height: 50px;
}
#shopInfoBox #leftContainer .topBox .btn_box .price {
  color: #f15500;
  font-size: 2.5em;
  float: left;
  margin-right: 55px;
}
#shopInfoBox #leftContainer .topBox .btn_box .price span {
  font-size: 14px;
  margin-left: 3px;
}
#shopInfoBox #leftContainer .topBox .btn_box .deposit,
#shopInfoBox #leftContainer .topBox .btn_box .jsnf {
  float: left;
  color: #a0a0a0;
  position: relative;
}
#shopInfoBox #leftContainer .topBox .btn_box .deposit li,
#shopInfoBox #leftContainer .topBox .btn_box .jsnf li {
  width: 130px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
#shopInfoBox #leftContainer .topBox .btn_box .deposit li:first-of-type,
#shopInfoBox #leftContainer .topBox .btn_box .jsnf li:first-of-type {
  color: #4d4d4d;
}
#shopInfoBox #leftContainer .topBox .btn_box .btn {
  float: right;
}
#shopInfoBox #leftContainer .topBox .btn_box .btn input[type='button'] {
  padding: 10px 0;
  width: 150px;
  border-radius: 35px;
  border: none;
  color: #fff;
  background-color: #fe712a;
  font-size: 18px;
}
#shopInfoBox #leftContainer .topBox .btn_box .btn input[type='button']:first-of-type {
  background-color: #3476ef;
  margin-right: 15px;
}
#shopInfoBox #leftContainer .able {
  border-top: 1px dashed #dedede;
  padding: 0 25px;
  box-sizing: border-box;
}
#shopInfoBox #leftContainer .able li {
  float: left;
  color: #a0a0a0;
  width: 130px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopInfoBox #leftContainer .able li img {
  margin-bottom: 3px;
}
#shopInfoBox #rightContainer {
  max-width: 280px;
  width: 100%;
  float: right;
}
#shopInfoBox #rightContainer #online_Customer {
  background-color: #fff;
  text-align: center;
}
#shopInfoBox #rightContainer #online_Customer .topBox {
  padding-bottom: 35px;
  border-bottom: 1px solid #dedede;
}
#shopInfoBox #rightContainer #online_Customer .topBox .title {
  padding: 30px 50px;
  font-size: 18px;
}
#shopInfoBox #rightContainer #online_Customer .topBox .salesMan_picture {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
}
#shopInfoBox #rightContainer #online_Customer .topBox p {
  color: #686868;
}
#shopInfoBox #rightContainer #online_Customer .topBox p:not(:first-of-type) {
  margin-bottom: 15px;
}
#shopInfoBox #rightContainer #online_Customer .topBox .qqConsult {
  border: 1px solid #537ada;
  color: #537ada;
  border-radius: 20px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  width: 45%;
  margin-right: 1%;
}
#shopInfoBox #rightContainer #online_Customer .topBox .qqConsult img {
  margin-right: 5px;
  margin-bottom: 3px;
}
#shopInfoBox #rightContainer #online_Customer .contact {
  height: 60px;
  line-height: 60px;
}
#shopInfoBox #rightContainer #online_Customer .contact a {
  margin: 0 15px;
  color: #686868;
}
#shopInfoBox #rightContainer #online_Customer .contact a img {
  margin-bottom: 3px;
  margin-right: 3px;
}
#shopflag {
  margin-top: 15px;
  padding: 35px 30px;
  background-color: white;
}
#shopflag > .title {
  font-size: 18px;
  color: #686868;
  margin-bottom: 35px;
  font-weight: bold;
}
#shopflag dl:not(:last-of-type) {
  margin-bottom: 10px;
}
#shopflag dl dt {
  float: left;
  width: 120px;
  height: 24px;
  line-height: 24px;
  color: #a0a0a0;
  margin-bottom: 10px;
}
#shopflag dl dd {
  float: left;
}
#shopflag dl dd .label {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  width: 95px;
  height: 24px;
  line-height: 24px;
  color: #555555;
  box-sizing: border-box;
  border: 1px solid #555555;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}
#shopflag dl dd .sellerDescribed {
  line-height: 24px;
  color: #6d6d6d;
  word-spacing: 1px;
  letter-spacing: 1px;
}
#shopScreenshot {
  background-color: #fff;
  margin-top: 15px;
  padding: 35px 30px;
}
#shopScreenshot .title {
  font-size: 18px;
  color: #686868;
  margin-bottom: 25px;
  font-weight: bold;
}
#shopScreenshot .layui-carousel {
  background-color: transparent;
}
#shopScreenshot .layui-carousel > [carousel-item] {
  width: 80%;
  margin: auto;
}
#shopScreenshot .layui-carousel > [carousel-item] div img {
  display: block;
  margin: auto;
  height: 100%;
  cursor: zoom-in;
}
#shopScreenshot .layui-carousel .layui-carousel-arrow {
  border-radius: 5px;
  height: 75px;
  line-height: 75px;
  background-color: #f6f6f6;
  color: #bfbfbf;
}
#shopScreenshot .layui-carousel .noScreenshot {
  font-size: 18px;
  text-align: center;
  margin-top: 14%;
}
#shopScreenshot .layui-carousel .noScreenshot .empty_screenshot {
  height: initial !important;
  margin: 0 !important;
  margin-bottom: 15px;
  display: inline-block;
}
#buyProcess {
  background-color: #fff;
  margin-top: 15px;
  padding: 35px 30px;
}
#buyProcess .title {
  font-size: 18px;
  color: #686868;
  margin-bottom: 20px;
  font-weight: bold;
}
#buyProcess .buyProcess_img {
  margin-top: 35px;
}
#question {
  background-color: #fff;
  margin-top: 15px;
  padding: 35px 30px;
}
#question .title {
  font-size: 18px;
  color: #686868;
  margin-bottom: 20px;
  font-weight: bold;
}
#question .questions {
  margin-top: 30px;
}
#question .questions ul li {
  float: left;
  width: 33.33%;
  color: #a0a0a0;
  box-sizing: border-box;
  padding: 0 40px;
}
#question .questions ul li:first-of-type {
  padding-left: 0;
}
#question .questions ul li:nth-child(2) {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
#question .questions ul li:last-of-type {
  padding-right: 0;
}
#question .questions ul li .ques_title {
  font-size: 15px;
  color: #4d4d4d;
  margin-bottom: 20px;
}
#question .questions ul li .ques_title img {
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}
#question .questions ul li .reply {
  line-height: 180%;
}
#question .questions ul li .reply img {
  margin-right: 4px;
  margin-bottom: 3px;
  vertical-align: middle;
}
#question .questions ul li .quesDetail {
  color: #537ada;
  margin-top: 15px;
  display: inline-block;
}
#similarShops {
  margin-top: 40px;
  margin-bottom: 120px;
}
#similarShops .title {
  margin-bottom: 25px;
}
#similarShops .title span:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #686868;
}
#similarShops .title .refresh {
  float: right;
  color: #537ada;
}
#similarShops .title .refresh img {
  margin-right: 10px;
  margin-bottom: 2px;
}
#similarShops .shops > li {
  float: left;
  background-color: #fff;
  width: 24%;
  padding: 20px 25px;
  box-sizing: border-box;
  cursor: pointer;
}
#similarShops .shops > li:not(:last-of-type) {
  margin-right: 1.33%;
}
#similarShops .shops > li .itemShop > .rBox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#similarShops .shops > li .itemShop > .rBox h3 {
  font-size: 19px;
  color: #2d2d2d;
  font-weight: bold;
}
#similarShops .shops > li .itemShop > .rBox h3 img {
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}
#similarShops .shops > li .itemShop > .rBox .shopBrief {
  margin-top: 10px;
}
#similarShops .shops > li .itemShop > .rBox .shopBrief > ul {
  display: inline-block;
  padding: 0 6px;
  box-sizing: border-box;
  position: relative;
}
#similarShops .shops > li .itemShop > .rBox .shopBrief > ul:not(:last-of-type)::after {
  content: '/';
  position: absolute;
  right: -2.5px;
  top: 3px;
  bottom: 0;
  margin: auto;
  font-size: 16px;
}
#similarShops .shops > li .itemShop > .rBox .shopBrief > ul:first-of-type {
  padding-left: 0;
}
#similarShops .shops > li .itemShop > .rBox .shopBrief > ul:last-of-type {
  padding-right: 0;
}
#similarShops .shops > li .itemShop > .rBox .shopBrief > ul li {
  font-size: 13px;
  text-align: center;
  line-height: 180%;
  color: #525252;
}
#similarShops .shops > li .itemShop > .rBox .shopBrief > ul li .level {
  margin-bottom: 3px;
  vertical-align: middle;
}
#similarShops .shops > li .itemShop > .dBox {
  padding-top: 25px;
}
#similarShops .shops > li .itemShop > .dBox .contact {
  float: left;
  width: 140px;
  line-height: 32px;
}
#similarShops .shops > li .itemShop > .dBox .contact .shopPrice {
  font-size: 24px;
  color: #383838;
  font-weight: bold;
}
#similarShops .shops > li .itemShop > .dBox .contact .shopPrice i {
  font-size: 14px;
  font-style: initial;
  font-weight: normal;
}
#similarShops .shops > li .itemShop > .dBox .contact .contactBtn {
  margin-top: 20px;
}
#similarShops .shops > li .itemShop > .dBox .contact .contactBtn > a {
  display: inline-block;
  padding: 0 10px;
  border-radius: 35px;
  color: white;
}
#similarShops .shops > li .itemShop > .dBox .contact .contactBtn > a img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 3px;
}
#similarShops .shops > li .itemShop > .dBox .contact .contactBtn .consultSale {
  margin-right: 5px;
  background-color: #2c66de;
}
#similarShops .shops > li .itemShop > .dBox .contact .contactBtn .wxContact {
  background-color: #f8860c;
}
#similarShops .shops > li .itemShop > .dBox .contact .contactBtn .wxContact .wxico {
  vertical-align: middle;
  margin-bottom: 3px;
}
#similarShops .shops > li .itemShop > .dBox .icoBox {
  float: right;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: right;
}
#similarShops .shops > li .itemShop > .dBox .icoBox > img {
  vertical-align: bottom;
  width: 90%;
}