﻿/* 顶部导航 */
body {
  background: #fafafa;
}
.TopNav {
  position: fixed;
  height: 32px;
  line-height: 32px;
  background: #f8f8f8;
  border-bottom: solid 1px #ddd;
  left: 0px;
  right: 0px;
  z-index: 9999;
  color: #ddd;
  font-size: 10px;
}
.TopNav .Home {
  margin-right: 5px;
  color: #666;
}
.TopNav .ShortUrl,
.TopNav .App {
  margin: 0px 5px;
  color: #666;
}
.TopNav .User,
.TopNav .Hist {
  float: right;
  color: #666;
}
.TopNav .User .Tit,
.TopNav .Hist .Tit {
  background: url(/Images/A1.gif) no-repeat 72px 14px;
  padding: 0px 15px 0px 10px;
  width: 75px;
  border-left: solid 1px #f8f8f8;
  border-right: solid 1px #f8f8f8;
}
.TopNav .User dl,
.TopNav .Hist dl {
  display: none;
  background: #fff;
  position: absolute;
  border: solid 1px #dcdcdc;
  border-top: 0px;
  width: 80px;
  padding: 5px 10px 8px;
}
.TopNav .User dt,
.TopNav .Hist dt {
  line-height: 32px;
  height: 32px;
  font-weight: bold;
  font-size: 14px;
  color: #666;
}
.TopNav .User dd,
.TopNav .Hist dd {
  line-height: 32px;
  height: 32px;
  border-top: solid 1px #f3f3f3;
}
.TopNav .User dd i,
.TopNav .Hist dd i {
  color: #F00;
}
.TopNav .User:hover dl,
.TopNav .Hist:hover dl {
  display: block;
}
.TopNav .User:hover .Tit,
.TopNav .Hist:hover .Tit {
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  background: url(/Images/A2.gif) no-repeat 72px 14px #fff;
}
.TopNav .Hist dl {
  width: 200px;
}
.TopNav .Account {
  float: right;
  margin-right: 20px;
  color: #666;
}
.TopNav .Account a {
  margin: 0px 6px;
}
.TopNav .Account a:nth-of-type(2) {
  color: #F00;
}
.TopNav .Account span {
  font-size: 14px;
}
.TopNav .Account span em a {
  color: #F00;
  font-weight: bold;
}
/*网站头部*/
header {
  height: 88px;
  position: relative;
  background: #fff;
}
header .Logo {
  height: 88px;
  float: left;
  position: relative;
  background: url(/Images/Logo.png) no-repeat center left;
  background-size: 238px;
  width: 238px;
}
header .Logo a {
  display: block;
}
header .Search {
  float: left;
  margin-top: 18px;
  margin-left: 88px;
}
header .Search #SForm {
  position: relative;
  height: 36px;
  width: 580px;
}
header .Search input {
  border: solid 2px #ff7e05;
  border-right: none 0px;
  padding: 6px 35px;
  width: 365px;
  float: left;
  background: url(/Images/Search.png) no-repeat 5px center;
  background-size: 20px;
  width: 100%;
  box-sizing: border-box;
}
header .Search button {
  position: absolute;
  right: 0px;
  padding: 8px 28px;
}
header .Search .HotKey {
  padding-top: 2px;
}
header .Search .HotKey a {
  color: #888;
  margin: 0px 5px;
}
header .Search .HotKey .on {
  color: #F00;
}
header .Add {
  float: right;
  margin-top: 18px;
}
header .Add .Btn1 {
  padding: 7px 25px;
  display: block;
}
header .Add .Edit {
  display: block;
  text-align: center;
  padding-top: 3px;
}
/* 导航菜单 */
nav {
  background: linear-gradient(to right, #ff7e05, #F00);
  color: #ccc;
  height: 40px;
  display: block;
}
nav a {
  display: inline-block;
  font-size: 16px;
  padding: 1px 38px;
  margin-right: 5px;
  line-height: 38px;
  color: #fff;
}
nav .on,
nav a:hover {
  background: #F00;
  color: #fff;
}
nav em {
  float: right;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  font-style: italic;
}
/*网站底部*/
footer {
  background: #fff;
  padding: 16px 0px;
  border-top: solid 3px #ff6600;
  margin-top: 30px;
}
footer .Menu {
  text-align: center;
  color: #ccc;
}
footer .Menu a {
  margin: 0px 8px;
  color: #666;
}
footer .Copyright {
  text-align: center;
  color: #888;
  padding: 8px 0px;
  font-size: 13px;
}
footer .Copyright img {
  display: inline-block;
  vertical-align: middle;
}
footer .Copyright i {
  color: #ff6600;
  font-size: 18px;
  font-weight: 400;
  font-family: Arial;
  vertical-align: middle;
}
footer .Copyright a {
  color: #888;
  font-size: 13px;
}
/*当前位置*/
.Location {
  line-height: 38px;
  height: 38px;
}
.bbsShow {
  background: #fff;
  padding: 30px;
}
.bbsShow .Title {
  font-size: 24px;
  line-height: 36px;
  max-height: 72px;
  overflow: hidden;
  display: block;
  color: #000;
  font-weight: bold;
}
.bbsShow .Member {
  position: relative;
  padding-left: 88px;
  margin-top: 10px;
  box-sizing: border-box;
  min-height: 68px;
}
.bbsShow .Member .HeadImg {
  background: url(/Images/HeadImg.jpeg) no-repeat center #efefef;
  background-size: 68px;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0px;
  border-radius: 5px;
  border: solid 1px #efefef;
}
.bbsShow .Member .Nick {
  color: #fd7704;
  font-size: 16px;
}
.bbsShow .Member .CareBtn {
  padding: 4px 16px;
  border: solid 1px #179404;
  border-radius: 3px;
  position: absolute;
  display: inline-block;
  right: 10px;
  font-size: 12px;
  color: #179404;
}
.bbsShow .Member .CareBtn i {
  font-size: 8px;
}
.bbsShow .Member .tp {
  font-size: 13px;
  color: #999;
  padding-top: 5px;
}
.bbsShow .Member .tp span {
  margin-right: 6px;
}
.bbsShow .List {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0px 60px;
}
.bbsShow .List p {
  font-size: 16px;
  line-height: 36px;
}
.bbsShow .List img {
  max-width: 100%;
  display: block !important;
  margin: 0px auto !important;
}
.bbsShow .List a {
  color: #fe011d;
  font-weight: bold;
  margin: 0px 3px;
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
}
/*评论信息 */
.Review {
  background: #fff;
  padding: 20px;
}
.Review dl {
  position: relative ;
  padding-left: 88px;
  margin-top: 10px;
  box-sizing: border-box;
  min-height: 48px;
}
.Review dt {
  background: url(/Images/HeadImg.jpeg) no-repeat center #efefef;
  background-size: 68px;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0px;
  border-radius: 5px;
  border: solid 1px #efefef;
}
.Review .Nick {
  color: #06C;
  font-size: 16px;
}
.Review .tp {
  font-size: 13px;
  color: #999;
  padding-top: 5px;
}
.Review .tp span {
  margin-right: 6px;
}
.Review .List {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: dashed 1px #ddd;
  padding: 10px 0px 20px;
  color: #000;
}
.Review .List p {
  font-size: 16px;
  line-height: 28px;
}
/*发布信息 */
.Post .Title {
  font-size: 16px;
  text-align: center;
  background: linear-gradient(0deg, #ddd, #efefef);
  color: #e71118;
  border: solid 1px #efefef;
  border-bottom: solid 2px #fd6600;
  line-height: 46px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.Post .List {
  overflow: hidden;
}
.Post .List dl {
  border: solid 1px #efefef;
  border-bottom: solid 1px #fd6600;
}
.Post .List dt {
  line-height: 38px;
  border-bottom: solid 1px #efefef;
  padding: 0px 5px;
}
.Post .List dt i {
  background: url(/Images/bbsType15.png) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.Post .List dd {
  padding: 0px 0px 10px 10px;
}
.Post .List a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  max-width: 392px;
  padding: 10px 10px 10px 70px;
  border: solid 1px #fff;
  border-radius: 5px;
  margin-top: 10px;
}
.Post .List a i {
  background: url(/Images/bbsType15.png) no-repeat;
  background-size: cover;
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10px;
  margin-top: 5px;
}
.Post .List a span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #1aa704;
}
.Post .List a em {
  color: #0951a9;
}
.Post .List a p {
  color: #888;
  line-height: 16px;
  padding-left: 10px;
  display: block;
}
.Post .List a:hover {
  border: solid 1px #efefef;
  background: #f5f5f5;
}
.PostShow {
  background: #fff;
  border-radius: 10px;
  box-shadow: 6px 11px 41px -28px #a99de7;
  padding: 30px 60px;
  box-sizing: border-box;
  margin: 30px auto !important;
  border: solid 1px #efefef;
}
.PostShow .Title {
  border-bottom: solid 1px #ddd;
  height: 36px;
}
.PostShow .Title span {
  font-size: 18px;
  font-weight: 600;
  color: #e71118;
  font-style: italic;
  border-bottom: solid 1px #e71118;
  line-height: 36px;
  display: inline-block;
}
.PostShow .Title a {
  float: right;
  color: #999;
  margin-top: 10px;
}
.PostShow .List dl {
  position: relative;
  padding-left: 80px;
  box-sizing: border-box;
  margin-top: 20px;
  line-height: 28px;
}
.PostShow .List dt {
  position: absolute;
  left: 0px;
  font-weight: bold;
  font-size: 15px;
}
.PostShow .List #Title {
  line-height: 26px;
  width: 820px;
}
.PostShow .List button {
  font-size: 16px;
  padding: 8px 36px;
}
.PostShow .Desc {
  padding: 10px 20px;
  line-height: 26px;
  margin-top: 30px;
}
.PostShow .Desc span {
  color: #e71118;
  font-weight: bold;
}
/*选择发布大类 */
.PostSel {
  font-size: 14px;
  margin-top: 8px;
  padding-bottom: 18px;
}
.PostSel dl {
  float: left;
  width: 114px;
  margin-top: 6px;
  height: 36px;
  margin-right: 356px;
}
.PostSel dt {
  line-height: 36px;
  height: 36px;
  width: 100px;
  color: #00c;
  border: solid 2px #fff;
  border-right: none;
  padding-left: 10px;
  float: left;
  z-index: 3;
  position: relative;
  background-color: #FFF;
  z-index: 1;
}
.PostSel dt a {
  color: #00c;
}
.PostSel dt a:hover {
  color: #fd7704;
}
.PostSel dl:hover dt {
  border: solid 2px #fd6600;
  border-right: none;
  z-index: 3;
  font-weight: bold;
}
.PostSel dl:hover dd {
  display: block;
}
.PostSel dd {
  position: absolute;
  line-height: 28px;
  display: none;
  border: solid 2px #fd6600;
  width: 358px;
  margin-left: 110px;
  z-index: 2;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #FFF;
}
.PostSel dd {
  margin-left: -2px \9;
}
.PostSel dd {
  _margin-left: -2px;
}
.PostSel dd ul {
  margin-left: 18px;
}
.PostSel dd li {
  line-height: 28px;
  height: 28px;
  background-color: #FFF;
  float: left;
  width: 340px;
}
.PostSel dd li.FW1 {
  width: 170px;
}
.PostSel dd li.FW2 {
  width: 113px;
}
.PostSel dd li.FW3 {
  width: 85px;
}
.PostSel dd li a {
  color: #00c;
}
.PostSel dd li a:hover {
  color: #fd7704;
}
/*选择发布小类 */
.PostSubSel {
  margin-top: 20px;
}
.PostSubSel .Title {
  background-color: #f2f6fb;
  line-height: 36px;
  height: 36px;
  clear: both;
}
.PostSubSel .Title span {
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  float: left;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: bold;
  margin-right: 6px;
  color: #fd7704;
}
.PostSubSel .Title a {
  color: #00c;
}
.PostSubSel dt {
  float: left;
}
.PostSubSel dd {
  float: left;
  height: 250px;
  width: 250px;
  margin-top: 8px;
}
.PostSubSel ul {
  margin-top: 8px;
  float: left;
  margin-left: 8px;
  clear: both;
  width: 698px;
}
.PostSubSel li {
  line-height: 28px;
  height: 28px;
  width: 158px;
  color: #00c;
  padding-left: 8px;
  font-size: 14px;
  float: left;
  margin-right: 8px;
}
.PostSubSel li a {
  color: #00c;
}
.PostSubSel li:hover {
  background-color: #f2f6fb;
  font-weight: bold;
}
.PostSubSel li:hover a {
  color: #fd7704;
}
/*找查分类 */
.PostF {
  height: 58px;
  clear: both;
  border-bottom: solid 1px #efefef;
  border-top: dotted 1px #efefef;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
}
.PostF .Title {
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
}
.PostF #ClassName {
  width: 300px;
  margin-top: 5px;
  margin-right: 3px;
}
/*找查结果 */
.PostFD {
  border: solid 8px #CCC;
  width: 928px;
  padding: 8px;
  font-size: 14px;
  margin-top: 8px;
}
.PostFD .Prompt {
  height: 30px;
  line-height: 30px;
}
.PostFD .Prompt span {
  color: #F00;
  font-weight: bold;
}
.PostFD li {
  height: 26px;
  line-height: 26px;
  font-family: "宋体";
}
.PostFD li a {
  color: #00c;
}
/*发布信息界面 */
.PostAdd {
  border-bottom: solid 1px #efefef;
  padding-bottom: 18px;
}
.PostAdd .Tit {
  height: 32px;
  line-height: 32px;
  background: url(/Images/notice.gif) no-repeat 0px 8px;
  padding-left: 22px;
}
.PostAdd .Tit strong {
  color: #F00;
  margin-left: 3px;
  margin-right: 3px;
}
.PostAdd .Tit a {
  color: #0049ce;
}
.PostAdd .List {
  background-color: #fefae7;
  clear: both;
  border: solid 1px #efefef;
  line-height: 20px;
  padding: 8px;
  color: #333;
}
.PostAdd .List span,
.PostAdd .List a {
  margin-left: 3px;
  margin-right: 3px;
}
.PostAdd dl {
  clear: both;
  float: left;
  margin-top: 6px;
  width: 960px;
}
.PostAdd dt {
  float: left;
  width: 100px;
  text-align: right;
  height: 22px;
  line-height: 22px;
}
.PostAdd dd {
  float: left;
  line-height: 22px;
}
.PostAdd dd input {
  vertical-align: middle;
}
.PostAdd dd label {
  white-space: nowrap;
  float: left;
}
.PostAdd #PictureDiv dd {
  width: 96px;
  height: 96px;
  border: solid 1px #7f9db9;
  padding: 1px;
}
.PostAdd #PictureDiv dd .CloseD {
  background-image: url(/Images/closeyes.gif);
  width: 13px;
  height: 12px;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  margin-left: 83px;
  margin-top: 1px;
}
.PostAdd #PictureDiv dd .ImgD {
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  overflow: hidden;
}
.PostAdd #PictureDiv dd img {
  float: left;
}
.PostAdd select {
  margin-right: 6px;
  height: 22px;
  line-height: 20px;
}
.PostAdd label {
  margin-right: 8px;
}
.PostAdd .IStyle {
  height: 22px;
  width: 300px;
  line-height: 20px;
  padding-left: 3px;
  color: #333;
  border: solid 1px #bababa;
}
.PostAdd .TStyle {
  border: solid 1px #7f9db9;
  overflow: auto;
}
.PostAdd .Note {
  padding-left: 28px;
  background-image: url(/Images/Note1.gif);
  background-position: 3px 2px;
  background-repeat: no-repeat;
  margin-left: 8px;
  background-color: #f2faff;
  padding-right: 8px;
}
.PostAdd .Note1 {
  padding-left: 28px;
  background-image: url(/Images/Note2.gif);
  background-position: 3px 2px;
  background-repeat: no-repeat;
  margin-left: 8px;
  background-color: #fff2f2;
  padding-right: 8px;
}
.PostAdd .Note2 {
  padding-left: 28px;
  background-image: url(/Images/Note3.gif);
  background-position: 3px 2px;
  background-repeat: no-repeat;
  height: 22px;
  margin-left: 8px;
}
/*发信分类信息成功*/
.PostFulfill .Title {
  height: 58px;
  line-height: 58px;
  font-family: "微软雅黑";
  font-size: 18px;
  text-align: center;
}
.ShopType {
  background: #fff;
  box-sizing: border-box;
}
.ShopType .Title {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
.ShopType .Title span {
  border-left: solid 3px #F00;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
.ShopType .Title a {
  float: right;
}
.ShopType .List {
  padding: 20px 0px;
}
.ShopType .List dl {
  width: calc(100%/5);
  float: left;
  padding-left: 100px;
  box-sizing: border-box;
}
.ShopType .List dl dt {
  line-height: 38px;
  font-size: 15px;
  font-weight: bold;
}
.ShopType .List dl dd a {
  margin-right: 6px;
}
.ShopHot {
  background: #fff;
  box-sizing: border-box;
}
.ShopHot .Title {
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
.ShopHot .Title span {
  border-left: solid 3px #F00;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
.ShopHot .Title em {
  float: right;
}
.ShopHot .Title a {
  margin-left: 10px;
}
.ShopHot .List {
  padding-bottom: 20px;
}
.ShopHot .List dl {
  width: calc((100% - 120px)/5);
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
}
.ShopHot .List dl dt {
  width: 100%;
  height: 160px;
  background: #efefef;
  position: relative;
  border: solid 1px #f8f8f8;
}
.ShopHot .List dl dt img {
  transition: ease 0.6s;
}
.ShopHot .List dl dd {
  position: relative;
  box-sizing: border-box;
  padding-top: 5px;
}
.ShopHot .List dl dd h1 {
  font-size: 15px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.ShopHot .List dl dd p {
  color: #888;
  font-size: 12px;
}
.ShopHot .List dl:hover img {
  transform: scale(1.2);
}
.ShopHot .List dl:hover h1 {
  font-size: 16px;
  font-weight: bold;
}
.ShopItem {
  background: #fff;
  box-sizing: border-box;
}
.ShopItem .Title {
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
.ShopItem .Title span {
  border-left: solid 3px #F00;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
.ShopItem .Title em {
  float: right;
}
.ShopItem .Title a {
  margin-left: 10px;
}
.ShopItem .List {
  padding-bottom: 20px;
}
.ShopItem .List dl {
  width: calc((100% - 100px)/4);
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
}
.ShopItem .List dl dt {
  width: 100%;
  height: 180px;
  background: #efefef;
  position: relative;
}
.ShopItem .List dl dt img {
  transition: ease 0.6s;
}
.ShopItem .List dl dd {
  position: relative;
  box-sizing: border-box;
  padding-top: 5px;
}
.ShopItem .List dl dd span {
  position: absolute;
  right: 0px;
  line-height: 26px;
  color: #F00;
}
.ShopItem .List dl dd span i {
  font-size: 22px;
  font-weight: bold;
}
.ShopItem .List dl dd h1 {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: bold;
}
.ShopItem .List dl dd p {
  color: #888;
  font-size: 12px;
}
.ShopItem .List dl dd h2 em {
  float: right;
  color: #888;
  font-size: 12px;
}
.ShopItem .List dl dd h2 em i {
  color: #F00;
}
.ShopItem .List dl:hover img {
  transform: scale(1.2);
}
.ShopItem .List dl:hover h1 {
  color: #F00;
}
/*商铺头部*/
.ShopHeader {
  box-sizing: border-box;
  border: solid 1px #ddd;
  padding: 20px 20px 20px 220px;
  position: relative;
  background: #fff;
}
.ShopHeader .Logo {
  position: absolute;
  left: 20px;
}
.ShopHeader .Logo img {
  max-width: 180px;
  max-height: 180px;
  border: solid #f8f8f8 1px;
}
.ShopHeader .Logo span {
  font-size: 12px;
  display: block;
  text-align: center;
  padding-top: 6px;
}
.ShopHeader .Logo span i {
  color: #fd6600;
  margin: 0px 3pxs;
}
.ShopHeader .QRCode {
  position: absolute;
  right: 20px;
  border: solid 1px #ddd;
  background: #fff;
}
.ShopHeader .QRCode img {
  max-width: 100px;
}
.ShopHeader .QRCode i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/Images/wx.png) no-repeat;
  vertical-align: middle;
  margin-right: 3px;
  background-size: 18px;
}
.ShopHeader .QRCode span {
  display: block;
  text-align: center;
  color: #0c980b;
}
.ShopHeader .QQ {
  position: absolute;
  right: 140px;
  width: 80px;
  padding: 10px 10px 5px;
  border: solid 1px #ddd;
  background: #fff;
}
.ShopHeader .QQ span {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.ShopHeader .List {
  min-height: 180px;
}
.ShopHeader .List dl {
  line-height: 26px;
}
.ShopHeader .List dl dt {
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  color: #000;
}
.ShopHeader .List dl span {
  color: #21a10d;
  font-weight: bold;
  font-size: 15px;
}
.ShopHeader .List dl i {
  font-family: Arial;
  font-size: 18px;
  color: #fd6600;
}
.ShopHeader .List dl em {
  color: #000;
  margin-right: 10px;
}
.ShopHeader .List dl a {
  color: #0049ce;
}
.ShopHeader .List dl a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 10px;
}
.ShopHeader .List .Desc {
  padding-top: 15px;
  border-top: dashed 1px #ddd;
  margin-top: 8px;
}
.ShopHeader .List .Imgs {
  padding-top: 15px;
}
.ShopHeader .List .Imgs img {
  max-height: 100px;
  transition: ease 0.6s;
}
.ShopHeader .List .Imgs .Img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  display: inline-block;
}
.ShopHeader .List .Imgs .Img:hover img {
  transform: scale(1.2);
}
/*商铺展示*/
.ShopShow {
  background: #fff;
  border: solid 1px #ddd;
  width: 900px;
  box-sizing: border-box;
}
.ShopShow .Tab {
  border-bottom: solid 1px #ddd;
  height: 41px;
}
.ShopShow .Tab li {
  display: inline-block;
}
.ShopShow .Tab li a {
  padding: 10px 18px;
  display: block;
}
.ShopShow .Tab li.on {
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 2px #F00;
}
.ShopShow .Title {
  border-bottom: solid 1px #ddd;
  height: 41px;
}
.ShopShow .Title span {
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 2px #F00;
  padding: 10px 18px;
  display: inline-block;
}
.ShopShow .List1 {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 25px;
}
.ShopShow .List1 .Img {
  width: 262px;
  height: 180px;
  border: solid 1px #f8f8f8;
  box-sizing: border-box;
}
.ShopShow .List1 .Img img {
  transition: ease 0.6s;
}
.ShopShow .List1 .Tit {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  padding-top: 8px;
  display: block;
}
.ShopShow .List1 em {
  position: absolute;
  right: 0px;
  color: #fd6600;
  padding-top: 8px;
  line-height: 28px;
}
.ShopShow .List1 em i {
  font-size: 20px;
  font-weight: bold;
}
.ShopShow .List1 span {
  font-size: 12px;
}
.ShopShow .List1 span i {
  color: #fd6600;
  margin: 0px 2px;
}
.ShopShow .List1 .swiper-slide {
  overflow: hidden;
  position: relative;
  width: 262px;
  height: 262px;
}
.ShopShow .List1 .swiper-slide:hover img {
  transform: scale(1.2);
}
.ShopShow .List1 .swiper-slide:hover .Tit {
  font-weight: bold;
  color: #0049ce;
}
.ShopShow .List1 .swiper-slide:hover em {
  color: #F00;
}
.ShopShow .List2 {
  padding: 10px 20px;
}
.ShopShow .List2 dd {
  border-bottom: dashed 1px #ddd;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
  box-sizing: border-box;
}
.ShopShow .List2 .Tit {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  display: block;
  background: url(/Images/5.gif) no-repeat center left;
  padding-left: 12px;
  font-weight: 400;
  color: #333;
}
.ShopShow .List2 em {
  position: absolute;
  right: 0px;
  font-size: 13px;
}
.ShopShow .List2 p {
  font-size: 13px;
  color: #888;
}
.ShopShow .List3 {
  padding: 10px;
}
.ShopShow .List3 dl {
  position: relative;
  box-sizing: border-box;
  padding-left: 65px;
  margin-top: 10px;
}
.ShopShow .List3 dt {
  background: url(/Images/HeadImg.jpeg) no-repeat center;
  background-size: 50px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  position: absolute;
  left: 0px;
  overflow: hidden;
}
.ShopShow .List3 dd {
  padding-bottom: 10px;
  border-bottom: dashed 1px #ddd;
}
.ShopShow .List3 h1 {
  font-weight: bold;
  color: #555;
  font-size: 16px;
}
.ShopShow .List3 h1 span {
  margin-right: 10px;
}
.ShopShow .List4 {
  padding: 10px 20px;
}
.ShopShow .List4 dl {
  position: relative;
  box-sizing: border-box;
  padding-left: 80px;
  margin-top: 10px;
}
.ShopShow .List4 dt {
  background: url(/Images/HeadImg.jpeg) no-repeat center;
  background-size: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  overflow: hidden;
}
.ShopShow .List4 dd {
  padding-bottom: 10px;
  border-bottom: dashed 1px #ddd;
}
/*商家评价*/
.ShopReview {
  background: #fff;
  border: solid 1px #ddd;
  width: 900px;
  box-sizing: border-box;
}
.ShopReview .Title {
  border-bottom: solid 1px #ddd;
  height: 41px;
}
.ShopReview .Title span {
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 2px #F00;
  padding: 10px 18px;
  display: inline-block;
}
/*商家位置地图*/
.ShopMap {
  background: #fff;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.ShopMap .Title {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
.ShopMap .Title span {
  border-left: solid 3px #F00;
  padding-left: 8px;
  font-size: 15px;
  font-weight: bold;
}
.ShopMap .List {
  min-height: 300px !important;
}
/*推荐商家*/
.ShopRec {
  background: #fff;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.ShopRec .Title {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
.ShopRec .Title span {
  border-left: solid 3px #F00;
  padding-left: 8px;
  font-size: 15px;
  font-weight: bold;
}
.ShopRec .List {
  padding: 0px 15px 15px;
}
.ShopRec .List dl {
  margin-top: 15px;
  animation: zoomIn 0.8s ease 0s both;
  position: relative;
  box-sizing: border-box;
  padding-left: 90px;
}
.ShopRec .List dl dt {
  width: 80px;
  height: 80px;
  background: #efefef;
  position: absolute;
  border: solid 1px #efefef;
  box-sizing: border-box;
  left: 0px;
}
.ShopRec .List dl dt img {
  transition: ease 0.6s;
}
.ShopRec .List dl dd {
  box-sizing: border-box;
  min-height: 80px;
}
.ShopRec .List dl dd .Tit {
  line-height: 26px;
  font-weight: bold;
  font-size: 15px;
}
.ShopRec .List dl dd p {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
.ShopRec .List dl:hover img {
  transform: scale(1.2);
}
.ShopRec .List dl:hover .Tit {
  color: #F00;
}
/*项目头部*/
.ItemHeader {
  box-sizing: border-box;
  border: solid 1px #ddd;
  padding: 20px;
  position: relative;
  background: #fff;
}
.ItemHeader .PicView {
  float: left;
}
.ItemHeader .PicView .View {
  width: 582px;
  height: 400px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.ItemHeader .PicView .Imgs {
  margin-top: 10px;
}
.ItemHeader .PicView .Imgs li {
  margin-right: 10px;
  width: 108px;
  height: 74px;
  float: left;
  box-sizing: border-box;
  border: solid 1px #ddd;
}
.ItemHeader .PicView .Imgs li:last-child {
  margin-right: 0px;
}
.ItemHeader .PicView .Imgs li.on {
  border: solid 1px #ff0000;
}
.ItemHeader .List {
  float: right;
  width: 538px;
  position: relative;
}
.ItemHeader .List h1 {
  line-height: 38px;
  font-size: 28px;
  height: 38px;
  color: #333;
}
.ItemHeader .List .Desc {
  border-bottom: dashed 1px #ddd;
  padding-bottom: 10px;
  color: #777;
}
.ItemHeader .List dt {
  line-height: 32px;
  padding-top: 8px;
}
.ItemHeader .List dt b {
  font-size: 16px;
  color: #21a10d;
  margin-right: 10px;
}
.ItemHeader .List dt img {
  display: inline-block;
  margin: 0px 3px;
  vertical-align: middle;
}
.ItemHeader .List dt a {
  color: #0049ce;
}
.ItemHeader .List dd {
  line-height: 32px;
}
.ItemHeader .List dd a {
  color: #0049ce;
}
.ItemHeader .List dd img {
  display: inline-block;
  margin: 0px 3px;
  vertical-align: middle;
}
.ItemHeader .List dd em {
  color: #000;
  margin-right: 10px;
}
.ItemHeader .List dd .Tel {
  font-family: Arial;
  font-size: 22px;
  color: #ff4e00;
  vertical-align: middle;
  font-weight: bold;
}
.ItemHeader .List dd .MPrice {
  text-decoration: underline;
  color: #999;
  font-size: 14px;
}
.ItemHeader .List dd .SPrice {
  color: #ff0000;
  font-size: 18px;
}
.ItemHeader .List dd .SPrice i {
  font-weight: 600;
  font-size: 24px;
  margin: 0px 3px;
  font-family: Arial;
}
.ItemHeader .List dd .Btn1 {
  margin-left: 20px;
  color: #fff;
  vertical-align: middle;
}
.ItemHeader .List .QRCode {
  border: solid 1px #ddd;
  background: #fff;
  margin-top: 10px;
  float: left;
}
.ItemHeader .List .QRCode img {
  max-width: 126px;
}
.ItemHeader .List .QRCode i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/Images/wx.png) no-repeat;
  vertical-align: middle;
  margin-right: 3px;
  background-size: 18px;
}
.ItemHeader .List .QRCode span {
  display: block;
  text-align: center;
  color: #0c980b;
}
.ItemHeader .List .Other {
  margin-left: 20px;
  margin-top: 10px;
  float: left;
  line-height: 30px;
  font-size: 13px;
}
.ItemHeader .List .Other i {
  color: #ff0000;
  margin: 0px 3px;
}
.ItemHeader .List .Other .shareshow {
  clear: both;
}
.ItemHeader .List .Other .shareshow a {
  float: none !important;
}
.ItemHeader .List .Other .shareshow .bds_more {
  float: none !important;
}
/*项目内容*/
.ItemShow {
  background: #fff;
  border: solid 1px #ddd;
  width: 900px;
  box-sizing: border-box;
}
.ItemShow .Tab {
  border-bottom: solid 1px #ddd;
  height: 41px;
  background: linear-gradient(90deg, #f8f8f8, #fff);
}
.ItemShow .Tab li {
  display: inline-block;
}
.ItemShow .Tab li a {
  padding: 10px 18px;
  display: block;
}
.ItemShow .Tab li.on {
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 2px #F00;
}
.ItemShow .Tab li i {
  color: #ff0000;
}
.ItemShow .List {
  padding: 30px;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  box-sizing: border-box;
  color: #222;
}
.ItemShow .List p {
  font-size: 16px;
  line-height: 32px;
}
.ItemShow .List img {
  max-width: 100%;
  display: block !important;
  margin: 0px auto !important;
}
.ItemShow .List a {
  color: #fe011d;
  font-weight: bold;
  margin: 0px 3px;
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
}
.ItemShow .Company {
  padding: 0px 30px 30px;
  font-size: 16px;
  line-height: 32px;
  position: relative;
}
.ItemShow .Company .QRCode {
  border: solid 1px #ddd;
  background: #fff;
  position: absolute;
  right: 30px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 18px;
}
.ItemShow .Company .QRCode img {
  max-width: 168px;
}
.ItemShow .Company .QRCode i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/Images/wx.png) no-repeat;
  vertical-align: middle;
  margin-right: 3px;
  background-size: 18px;
}
.ItemShow .Company .QRCode span {
  display: block;
  text-align: center;
  color: #0c980b;
}
.ItemShow .Company h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 2px;
  padding-top: 10px;
  color: #ff0000;
}
.ItemShow .Company a {
  color: #0049ce;
}
.ItemShow .Company img {
  display: inline-block;
}
.ItemShow .Company .more {
  margin-left: 10px;
  font-size: 14px;
}
.ItemShow .Imgs {
  padding: 0px 30px;
  box-sizing: border-box;
}
.ItemShow .Imgs li {
  width: 418px;
  display: inline-block;
  max-height: 261px;
  border: solid 1px #efefef;
  box-sizing: border-box;
}
.ItemShow .Pic1 li {
  width: 100%;
  max-height: 562px;
}
.ItemShow .Pic5 li:first-of-type,
.ItemShow .Pic3 li:first-of-type {
  width: 100%;
  max-height: 562px;
}
.ItemShow .tags {
  border-top: dashed 1px #ddd;
  margin: 0px 30px;
  padding-top: 18px;
  font-size: 12px;
}
.ItemShow .share {
  padding: 10px 30px 30px;
}
/*猜您喜欢项目*/
.ItemRec {
  background: #fff;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.ItemRec .Title {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
.ItemRec .Title span {
  border-left: solid 3px #F00;
  padding-left: 8px;
  font-size: 15px;
  font-weight: bold;
}
.ItemRec .List {
  padding: 0px 15px 15px;
}
.ItemRec .List dl {
  margin-top: 15px;
  animation: zoomIn 0.8s ease 0s both;
}
.ItemRec .List dl dt {
  width: 100%;
  height: 156px;
  background: #efefef;
  position: relative;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.ItemRec .List dl dt img {
  transition: ease 0.6s;
}
.ItemRec .List dl dd {
  position: relative;
  box-sizing: border-box;
}
.ItemRec .List dl dd .Tit {
  line-height: 28px;
  font-weight: bold;
}
.ItemRec .List dl dd em {
  position: absolute;
  right: 0px;
  line-height: 26px;
  color: #F00;
}
.ItemRec .List dl dd em i {
  font-size: 18px;
  font-weight: 400;
}
.ItemRec .List dl:hover img {
  transform: scale(1.2);
}
.ItemRec .List dl:hover .Tit {
  color: #F00;
}
/*相关链接*/
.ItemLink {
  line-height: 28px;
  height: 28px;
}
.ItemLink span {
  color: #333;
  font-weight: bold;
}
.ItemLink a {
  color: #666;
  margin-right: 10px;
}
/*预约商家*/
.AlertBg1 {
  overflow: hidden;
  position: fixed;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.FlotBook {
  position: fixed;
  left: calc((100vw - 460px)/2);
  top: calc((100vh - 400px)/2);
  width: 460px;
  z-index: 999;
  background: #fff;
  padding: 30px 50px;
  box-shadow: 5px 5px 15px rgba(102, 102, 102, 0.75);
  min-height: 460px;
  border-radius: 3px;
  box-sizing: border-box;
}
.FlotBook .close {
  background: url(/Images/berror.png) no-repeat center #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  cursor: pointer;
}
.FlotBook .Tit {
  line-height: 38px;
  height: 38px;
  text-align: center;
  font-size: 22px;
}
.FlotBook dl {
  padding-top: 20px;
  padding-left: 88px;
  line-height: 38px;
  position: relative;
  box-sizing: border-box;
}
.FlotBook dl dt {
  position: absolute;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
}
.FlotBook dl em {
  position: absolute;
  right: 10px;
}
.FlotBook dl select {
  margin-right: 3px;
  line-height: 30px;
  background: #f8f8f8;
}
.FlotBook dl input {
  line-height: 28px;
  width: 100%;
  background: #f8f8f8;
}
.FlotBook dl #FRemark {
  width: 100%;
  background: #f8f8f8;
}
.FlotBook button {
  width: 100%;
  padding: 10px 0px;
  display: block;
  border-radius: 0px;
}
/*消费型商家头部*/
.ItemBanner {
  box-sizing: border-box;
  border: solid 1px #ddd;
  padding: 20px;
  position: relative;
  background: #fff;
}
.ItemBanner .Logo {
  float: left;
}
.ItemBanner .Logo img {
  max-width: 220px;
  max-height: 120px;
  border: solid #f8f8f8 1px;
}
.ItemBanner .Logo span {
  display: block;
  text-align: center;
  padding-top: 6px;
}
.ItemBanner .List {
  float: left;
  margin-left: 20px;
}
.ItemBanner .List dt {
  line-height: 38px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.ItemBanner .List dd {
  line-height: 24px;
}
.ItemBanner .List span {
  color: #0049ce;
  font-weight: bold;
  font-size: 15px;
}
.ItemBanner .List i {
  font-family: Impact;
  font-size: 18px;
  color: #fd6600;
}
.ItemBanner .List em {
  color: #000;
  margin-right: 10px;
}
.ItemBanner .List a {
  color: #0049ce;
}
.ItemBanner .List a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 10px;
}
/*城市分站*/
.City .Hot {
  line-height: 38px;
  height: 38px;
  color: #888;
  font-size: 15px;
  padding-bottom: 18px;
}
.City .Hot span {
  font-weight: bold;
}
.City .Hot a {
  font-weight: 400;
  color: #00c;
  margin-right: 8px;
}
.City .Hot a:hover {
  color: #fe011d;
  font-weight: bold;
}
.City .List dl {
  padding-top: 8px;
  border-top: dotted 1px #ddd;
  position: relative;
  padding-left: 38px;
  box-sizing: border-box;
}
.City .List dl dt {
  font-size: 20px;
  font-family: Helvetica;
  width: 30px;
  font-weight: bold;
  position: absolute;
  left: 0px;
}
.City .List dl a {
  display: inline-block;
  background: #efefef;
  white-space: nowrap;
  line-height: 26px;
  height: 26px;
  letter-spacing: 1px;
  padding: 0px 8px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.City .List dl a.on {
  color: #fff;
  background: #ff7e05;
}
.City .List dl a:hover {
  color: #fff;
  background: #fe011d;
}
/*关键字标签*/
.Tag form {
  position: relative;
  max-width: 580px;
}
.Tag form #SName {
  padding: 7px;
  width: 100%;
}
.Tag form #SBtn {
  position: absolute;
  right: 0px;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  line-height: 26px;
}
.Tag .Hot {
  line-height: 38px;
  height: 38px;
  color: #888;
  font-size: 15px;
  padding: 18px 0px;
}
.Tag .Hot span {
  font-weight: bold;
}
.Tag .Hot a {
  font-weight: 400;
  color: #00c;
  margin-right: 8px;
}
.Tag .Hot a:hover {
  color: #fe011d;
  font-weight: bold;
}
.Tag .List a {
  display: inline-block;
  background: #efefef;
  white-space: nowrap;
  line-height: 32px;
  height: 32px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 138px;
  text-align: center;
}
.Tag .List a.on {
  color: #fff;
  background: #e71118;
}
.Tag .List a:hover {
  color: #fff;
  background: #5a9be8;
}
/*今日团购*/
.BuyGroup .Title {
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
.BuyGroup .Title span {
  border-left: solid 3px #F00;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
.BuyGroup .Title em {
  float: right;
}
.BuyGroup .Title a {
  margin-left: 10px;
}
.BuyGroup .List {
  padding-bottom: 20px;
}
.BuyGroup .List dl {
  width: calc((100% - 60px)/4);
  margin-right: 20px;
  margin-top: 20px;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
  background: #fff;
}
.BuyGroup .List dl:nth-of-type(4n) {
  margin-right: 0px;
}
.BuyGroup .List dl dt {
  width: 100%;
  height: 180px;
  background: #efefef;
  position: relative;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.BuyGroup .List dl dt img {
  transition: ease 0.6s;
}
.BuyGroup .List dl dd {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  line-height: 26px;
}
.BuyGroup .List dl dd .Tit {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: bold;
  display: block;
  white-space: nowrap ;
  overflow: hidden;
}
.BuyGroup .List dl dd b {
  color: #F00;
}
.BuyGroup .List dl dd b i {
  font-size: 22px;
  font-family: Arial;
}
.BuyGroup .List dl dd p {
  font-size: 13px;
  line-height: 18px;
  min-height: 40px;
  display: block;
  color: #888;
}
.BuyGroup .List dl dd span {
  color: #999;
}
.BuyGroup .List dl dd span i {
  font-weight: bold ;
  margin: 0px 2px;
  text-decoration: underline;
}
.BuyGroup .List dl dd em {
  float: right;
}
.BuyGroup .List dl dd em i {
  color: #F00;
  margin: 0px 2px;
}
.BuyGroup .List dl:hover {
  box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2.5px, 0);
}
.BuyGroup .List dl:hover img {
  transform: scale(1.2);
}
/*商品头部*/
.BuyHeader {
  box-sizing: border-box;
  border: solid 1px #ddd;
  padding: 20px;
  position: relative;
  background: #fff;
}
.BuyHeader .PicView {
  float: left;
}
.BuyHeader .PicView .View {
  width: 582px;
  height: 400px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.BuyHeader .PicView .Imgs {
  margin-top: 10px;
}
.BuyHeader .PicView .Imgs li {
  margin-right: 10px;
  width: 108px;
  height: 74px;
  float: left;
  box-sizing: border-box;
  border: solid 1px #ddd;
}
.BuyHeader .PicView .Imgs li:last-child {
  margin-right: 0px;
}
.BuyHeader .PicView .Imgs li.on {
  border: solid 1px #ff0000;
}
.BuyHeader .List {
  float: right;
  width: 538px;
  position: relative;
}
.BuyHeader .List h1 {
  line-height: 38px;
  font-size: 28px;
  height: 38px;
  color: #333;
}
.BuyHeader .List .Desc {
  border-bottom: dashed 1px #ddd;
  padding-bottom: 10px;
  color: #777;
}
.BuyHeader .List dl {
  padding-top: 8px;
}
.BuyHeader .List dt {
  line-height: 28px;
}
.BuyHeader .List dt b {
  font-size: 15px;
  color: #0c980b;
}
.BuyHeader .List dt em {
  color: #0049ce;
  margin: 0px 3px;
  font-size: 15px;
  font-weight: bold;
}
.BuyHeader .List dt img {
  display: inline-block;
  margin: 0px 3px;
  vertical-align: middle;
}
.BuyHeader .List dt a {
  color: #0049ce;
}
.BuyHeader .List dt .Tel {
  font-family: Arial;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  color: #f54e05;
}
.BuyHeader .List dd {
  line-height: 28px;
}
.BuyHeader .List dd:nth-of-type(1) {
  border-top: solid 1px #ddd;
  padding-top: 6px;
  margin-top: 6px;
}
.BuyHeader .List dd .MPrice {
  text-decoration: line-through;
  color: #888;
  font-size: 16px;
  font-weight: bold;
}
.BuyHeader .List dd .SPrice {
  color: #ff0000;
  font-size: 18px;
  margin-right: 16px;
}
.BuyHeader .List dd .SPrice i {
  font-weight: 600;
  font-size: 24px;
  margin: 0px 3px;
  font-family: Arial;
}
.BuyHeader .List dd .Sales {
  margin-left: 10px;
  font-size: 13px;
  color: #888;
}
.BuyHeader .List dd .Sales i {
  color: #f54e05;
  margin: 0px 2px;
  font-family: Arial;
  font-weight: bold;
}
.BuyHeader .List dd .Spec {
  margin-right: 10px;
  display: inline-block;
  padding: 3px 8px;
  line-height: 20px;
  font-size: 12px;
  background: #efefef;
  cursor: pointer;
  color: #000;
}
.BuyHeader .List dd .Spec em {
  color: #F00;
  margin-left: 6px;
}
.BuyHeader .List dd .Spec:hover {
  background: #e71118;
  color: #fff;
}
.BuyHeader .List dd .Spec:hover em {
  color: #fff;
}
.BuyHeader .List dd .Amount i {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  border: solid 1px #ced4da;
  background: #eee;
  vertical-align: middle;
}
.BuyHeader .List dd .Amount i:hover {
  background: #e71118;
  color: #fff;
  border: solid 1px #e71118;
}
.BuyHeader .List dd .Amount input {
  display: inline-block;
  border-left: none 0px;
  border-right: none 0px;
  width: 56px;
  text-align: center;
  color: #F00;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  border-radius: 0px;
  height: 26px;
  vertical-align: middle;
}
.BuyHeader .List dd .EndTime {
  margin-left: 72px;
}
.BuyHeader .List dd .EndTime i {
  color: #f54e05;
  margin: 0px 2px;
  font-family: Arial;
  font-weight: bold;
}
.BuyHeader .List dd .Btn1 {
  margin-left: 72px;
  color: #fff;
  vertical-align: middle;
  padding: 7px 28px;
}
.BuyHeader .List .QRCode {
  border: solid 1px #ddd;
  background: #fff;
  margin-top: 10px;
  float: left;
}
.BuyHeader .List .QRCode img {
  max-width: 126px;
}
.BuyHeader .List .QRCode i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/Images/wx.png) no-repeat;
  vertical-align: middle;
  margin-right: 3px;
  background-size: 18px;
}
.BuyHeader .List .QRCode span {
  display: block;
  text-align: center;
  color: #0c980b;
}
.BuyHeader .List .Other {
  margin-top: 16px;
  line-height: 30px;
  font-size: 12px;
  border-top: dashed 1px #ddd;
  height: 30px;
}
.BuyHeader .List .Other i {
  color: #ff0000;
  margin: 0px 2px;
}
.BuyHeader .List .Other span {
  margin-right: 20px;
}
.BuyHeader .List .Other .shareshow {
  clear: both;
}
.BuyHeader .List .Other .shareshow a {
  float: none !important;
}
.BuyHeader .List .Other .shareshow .bds_more {
  float: none !important;
}
/*顶部导航*/
.bbsNav {
  line-height: 28px;
  padding: 10px;
  background: #fafafa;
  border-bottom: solid 1px #f5f5fa;
}
.bbsNav a {
  color: #222;
  display: inline-block;
  min-width: 73px;
  text-align: center;
}
.bbsNav a:hover {
  color: #e71118;
}
.bbsNav em {
  color: #e7e7e7;
  font-size: 18px;
  margin: 0px 6px;
}
/*通栏广告图*/
.Banner {
  width: 338px;
  height: 238px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
  z-index: 0;
}
.Banner .pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.Banner .swiper-pagination-bullet {
  margin: 0 6px;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
  border-radius: 4px;
  height: 5px;
}
.Banner .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 28px;
  height: 5px;
}
.Banner .swiper-slide {
  background: url(/Images/bbs_ad1.jpg) no-repeat center;
}
.Banner .swiper-slide:nth-of-type(2) {
  background: url(/Images/bbs_ad1.jpg) no-repeat center;
}
.Banner .swiper-slide:nth-of-type(3) {
  background: url(/Images/bbs_ad1.jpg) no-repeat center;
}
/*最新发布*/
.Def1 {
  width: 338px;
}
.Def1 .Title {
  color: #222;
  font-weight: 400;
  border-bottom: solid 1px #ddd;
  height: 39px;
  position: relative;
}
.Def1 .Title span {
  border-bottom: solid 3px #e71118;
  display: inline-block;
  font-size: 18px;
  line-height: 38px;
}
.Def1 .Title a {
  line-height: 20px;
  margin-top: 10px;
  display: inline-block;
  color: #00338e;
  position: absolute;
  right: 0px;
}
.Def1 .List {
  padding: 10px 0px;
}
.Def1 .List li {
  height: 32px;
  position: relative;
  overflow: hidden;
  display: block;
  background: url(/Images/1.gif) no-repeat center left;
}
.Def1 .List li a {
  padding-left: 10px;
  font-size: 16px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 30px;
}
.Def1 .List li em {
  position: absolute;
  right: 0px;
  z-index: 1;
  display: inline-block;
  color: #999;
  font-size: 14px;
}
.Def2 {
  width: 548px;
}
.Def2 .Title {
  height: 38px;
  background: url(/Images/Def2T.png) no-repeat center left;
}
.Def2 .Title em {
  display: inline-block;
  background-color: #fff1ed;
  color: #ff7950;
  padding: 3px 10px;
  margin-left: 115px;
  border-radius: 3px;
  margin-top: 10px;
}
.Def2 .List dt .Tit {
  font-size: 22px;
  line-height: 38px;
  color: #222;
  display: block;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
}
.Def2 .List dt p {
  line-height: 26px;
  padding-bottom: 10px;
  color: #999;
  font-size: 16px;
}
.Def2 .List dd {
  line-height: 30px;
  height: 32px;
  position: relative;
  overflow: hidden;
  display: block;
}
.Def2 .List dd span {
  color: #e71118;
  margin-right: 6px;
  font-size: 16px;
}
.Def2 .List dd a {
  font-size: 16px;
}
.Def2 .List dd em {
  position: absolute;
  right: 0px;
  z-index: 1;
  display: inline-block;
  color: #999;
  font-size: 14px;
}
/*活动*/
.Def3 {
  width: 280px;
}
.Def3 .Title {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  height: 28px;
  position: relative;
}
.Def3 .Title span {
  border-left: 5px #e71118 solid;
  padding-left: 8px;
  display: inline-block;
  line-height: 20px;
}
.Def3 .Title a {
  line-height: 20px;
  display: inline-block;
  color: #00338e;
  position: absolute;
  right: 0px;
}
.Def3 .List .Img {
  width: 100%;
  height: 138px;
  background: #efefef;
}
.Def3 .List .Tit {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 32px;
  height: 32px;
  padding-bottom: 10px;
}
/*有图有认真相*/
.Def4 .Title {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  height: 38px;
  border-top: solid 1px #ddd;
  position: relative;
}
.Def4 .Title span {
  line-height: 38px;
}
.Def4 .Title a {
  line-height: 20px;
  display: inline-block;
  color: #00338e;
  position: absolute;
  right: 0px;
  margin-top: 10px;
}
.Def4 .Item {
  display: inline-block;
  width: 172px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.Def4 .Item:nth-of-type(5),
.Def4 .Item:nth-of-type(10) {
  margin-right: 0px;
}
.Def4 .Item .Img {
  width: 100%;
  height: 118px;
  background: #efefef;
}
.Def4 .Item .Tit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  height: 28px;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  width: 100%;
  text-align: center;
}
/*今日特价*/
.Def5 .Title {
  height: 38px;
  position: relative;
}
.Def5 .Title span {
  border-left: 5px #e71118 solid;
  padding-left: 8px;
  display: inline-block;
  line-height: 20px;
  color: #222;
  font-size: 18px;
  font-weight: 400;
}
.Def5 .Title .Nav {
  float: right;
}
.Def5 .Title .Nav a {
  margin: 0px 6px;
  font-size: 16px;
}
.Def5 .Title .Nav .on {
  color: #e71118;
}
.Def5 .Title .Nav em {
  color: #ddd;
}
.Def5 .Item {
  width: 292px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  display: inline-block;
}
.Def5 .Item:nth-of-type(4),
.Def5 .Item:nth-of-type(8),
.Def5 .Item:nth-of-type(12) {
  margin-right: 0px;
}
.Def5 .Item .Img {
  width: 100%;
  height: 208px;
  background: #efefef;
}
.Def5 .Item .Tit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 38px;
  height: 38px;
  z-index: 99;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  box-sizing: border-box;
}
.Def5 .Item .SPrice span {
  color: #e71118;
  font-size: 24px;
  font-weight: bold;
}
.Def5 .Item .SPrice span i {
  font-size: 18px;
}
.Def5 .Item .SPrice em {
  color: #999;
  margin-left: 16px;
}
/*交友部分*/
.Def6 .Title {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  height: 38px;
  border-top: solid 1px #ddd;
  position: relative;
}
.Def6 .Title span {
  line-height: 38px;
}
.Def6 .Title a {
  line-height: 20px;
  display: inline-block;
  color: #00338e;
  position: absolute;
  right: 0px;
  margin-top: 10px;
}
.Def6 .Item {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.Def6 .Item .Img {
  width: 100%;
  height: 120px;
  background: #efefef;
  border-radius: 10px;
}
.Def6 .Item .Tit {
  overflow: hidden;
  line-height: 32px;
  height: 32px;
  text-align: center;
  padding-top: 5px;
}
.Def6 .Item .Tit a {
  color: #0033 8;
  color: #2465d9;
}
.Def6 .Item .Tit em {
  margin-left: 6px;
  color: #999;
}
.Def6 .Item .Desc {
  color: #999;
  line-height: 16px;
}
.Def7 {
  width: 388px;
}
.Def7 .Title {
  line-height: 38px;
  height: 38px;
}
.Def7 .Title span {
  font-size: 18px;
  font-weight: 400;
  color: #3473e4;
}
.Def7 dt {
  position: relative;
}
.Def7 dt .Imgs li {
  width: 33.3%;
  height: 118px;
  background: #efefef;
  display: inline-block;
}
.Def7 dt .Tit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 32px;
  height: 32px;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  width: 100%;
  text-align: center;
  color: #fff;
}
.Def7 dd {
  line-height: 30px;
  height: 32px;
  position: relative;
  overflow: hidden;
  display: block;
}
.Def7 dd span {
  color: #e71118;
  margin-right: 6px;
  font-size: 16px;
}
.Def7 dd a {
  font-size: 16px;
}
.Def7 dd em {
  position: absolute;
  right: 0px;
  z-index: 1;
  display: inline-block;
  color: #999;
  font-size: 14px;
}
.DefLink a {
  margin-right: 8px;
}
.DefLink a.on {
  color: #00338e;
}
.bbsBanner {
  width: 870px;
  height: 300px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
  z-index: 0;
}
.bbsBanner .pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.bbsBanner .swiper-pagination-bullet {
  margin: 0 6px;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
  border-radius: 4px;
}
.bbsBanner .swiper-pagination-bullet-active {
  background: #e61c16 !important;
  width: 38px;
  height: 8px;
}
.bbsBanner .swiper-wrapper {
  height: 100%;
}
.bbsBanner .swiper-slide {
  background: url(/Images/bbs_ad1.jpg) no-repeat center;
  width: 100%;
  height: 100%;
}
.bbsBanner .swiper-slide:nth-of-type(2) {
  background: url(/Images/bbs_ad2.jpg) no-repeat center;
}
.bbsBanner .swiper-slide:nth-of-type(3) {
  background: url(/Images/bbs_ad3.jpg) no-repeat center;
}
.bbsType {
  width: 870px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 20px 0px rgba(147, 193, 212, 0.3);
}
.bbsType .Title {
  position: relative;
}
.bbsType .Title span {
  font-size: 22px;
  color: #222;
}
.bbsType .Title a {
  right: 0px;
  position: absolute;
}
.bbsType .List {
  padding-top: 16px;
}
.bbsType dl {
  width: 68px;
  float: left;
  margin-right: 24px;
}
.bbsType dt {
  background: url(/Images/bbsType.jpg) no-repeat center;
  width: 100%;
  min-height: 68px;
  background-size: 68px;
}
.bbsType dd {
  text-align: center;
}
.bbsType dd em {
  color: #999;
  font-size: 12px;
  display: block;
}
.bbs {
  width: 870px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 20px 0px rgba(147, 193, 212, 0.3);
  box-sizing: border-box;
}
.bbs .Title {
  background: #f5f5fa;
}
.bbs .Title li {
  display: inline-block;
  padding: 8px 18px;
}
.bbs .Title .on {
  border-top: solid 3px #F00;
}
.bbs dl {
  clear: both;
  border-bottom: solid 1px #f0f0f0;
  margin: 15px 15px 0px;
  padding-bottom: 15px;
  position: relative;
}
.bbs .Tit {
  font-size: 18px;
  font-weight: 200;
}
.bbs .Video .Tit {
  position: absolute;
  color: #fff;
  width: 720px;
  z-index: 111;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 26px;
}
.bbs .Video .dd {
  line-height: 32px;
  color: #666;
}
.bbs .Imgs dt {
  background: url(/Images/bbsdt.jpg) no-repeat center;
  background-size: 180px;
  width: 180px;
  min-height: 135px;
  display: inline-block;
  margin-right: 10px;
}
.bbs .Img {
  position: relative;
  min-height: 135px;
}
.bbs .Img dd {
  padding-right: 200px;
}
.bbs .Img dt {
  background: url(/Images/bbsdt.jpg) no-repeat center;
  background-size: 180px;
  width: 180px;
  min-height: 135px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  right: 0px;
}
.Def8 {
  background: #ededf2;
}
.Def8 .Title {
  font-size: 16px;
  text-align: center;
  color: #888;
}
.Def8 .Title span {
  font-size: 36px;
  line-height: 48px;
  color: #00338e;
  display: block;
}
.Def8 .Title i {
  color: #ff6600;
}
.Def8 .List {
  background: #fff;
  margin-top: 30px;
  padding: 30px 0px;
}
.Def8 .List dd {
  width: 550px;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px dashed #f5f5fa;
  border-radius: 5px;
  transition: all 0.5s;
  float: left;
  margin-left: 30px;
  font-size: 16px;
}
.Def8 .List dd i {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #a9a9c6;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-left: 15px;
}
.Def8 .List dd span {
  margin-left: 10px;
  color: #00338e;
}
.Def8 .List dd a {
  background: url(../Images/Def8.png) no-repeat center left;
  padding-left: 30px;
  display: inline-block;
  float: right;
  line-height: 55px;
  margin-right: 15px;
}
.Def8 .List dd:hover {
  background: #f5f5fa;
}
.Def8 .List dd:hover span {
  font-weight: 400;
  font-size: 18px;
}
.Def8 .Search {
  position: relative;
  margin: 20px 30px;
  width: 75%;
}
.Def8 input {
  border: 0px none;
  padding: 14px 40px;
  width: 100%;
  background: url(../Images/fqa.png) no-repeat 10px center #f5f5f5;
  box-sizing: border-box;
  font-size: 16px;
}
.Def8 .Btn1 {
  padding: 14px 20px;
  float: left;
  background: linear-gradient(to right, #fc632b, #ff8632);
  position: absolute;
  right: 0px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}
.Def8 .Desc {
  margin: 0px 30px;
  font-size: 16px;
  font-weight: 400;
  background: url(../Images/Defd8.png) no-repeat left center;
  padding-left: 20px;
  background-size: 16px;
}
.Def8 .Desc em {
  color: #f00;
  font-weight: bold;
}
.Def9 .Title {
  font-size: 16px;
  text-align: center;
  color: #888;
}
.Def9 .Title span {
  font-size: 36px;
  line-height: 48px;
  color: #00338e;
  display: block;
}
.Def9 .Title i {
  color: #ff6600;
}
.Def9 .List {
  background: #fff;
  margin-top: 30px;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(132, 130, 150, 0.16);
}
.Def9 .List1 dl {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.Def9 .List1 dl:nth-of-type(1) dt {
  background: none;
}
.Def9 .List1 dl:nth-of-type(2) i {
  background: url(../Images/Def92.png) no-repeat center #f5f5fa;
  background-size: 46px;
}
.Def9 .List1 dl:nth-of-type(3) i {
  background: url(../Images/Def93.png) no-repeat center #f5f5fa;
  background-size: 46px;
}
.Def9 .List1 dl:nth-of-type(4) i {
  background: url(../Images/Def94.png) no-repeat center #f5f5fa;
  background-size: 46px;
}
.Def9 .List1 dl:nth-of-type(5) i {
  background: url(../Images/Def95.png) no-repeat center #f5f5fa;
  background-size: 46px;
}
.Def9 .List1 dl:nth-of-type(5) dt:before {
  display: none;
}
.Def9 .List1 dt {
  position: relative;
  background: url(../Images/Def9dt.png) no-repeat -70px 45px;
}
.Def9 .List1 dt i {
  background: url(../Images/Def91.png) no-repeat center #f5f5fa;
  width: 100px;
  height: 106px;
  display: block;
  margin: 0px auto;
}
.Def9 .List1 dt:before {
  content: '';
  height: 12px;
  border-bottom: solid 1px #ddd;
  width: 60px;
  display: inline-block;
  z-index: 0;
  right: 0px;
  position: absolute;
  margin-top: 40px;
}
.Def9 dd {
  padding: 15px;
  line-height: 26px;
}
.Def9 dd span {
  font-size: 22px;
  color: #00338e;
  line-height: 32px;
  display: block;
  text-align: center;
}
.Def9 .More {
  display: block;
  background: linear-gradient(to top, #fc632b, #ff8632);
  padding: 12px 50px;
  color: #fff;
  font-size: 18px;
  border-radius: 22px;
  width: 150px;
  text-align: center;
  margin: 80px auto 0px;
}
.Def9 .More:hover {
  background: #ff6600;
}
.Def9 .List3 .Tit {
  border-bottom: dashed 1px #ff6600;
  margin-bottom: 30px;
  height: 15px;
  text-align: center;
  line-height: 26px;
}
.Def9 .List3 .Tit span {
  display: inline-block;
  background: #fff;
  padding: 3px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.TableCss {
  border-collapse: collapse;
  background: #fff;
  border-right: 1px solid #dee2e6;
  border-top: 2px solid #dee2e6;
}
.TableCss tr:hover {
  background: #fafafa;
}
.TableCss td {
  padding: 8px 10px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  line-height: 24px;
}
.TableCss .Title1 {
  font-weight: bold;
  color: #76838f;
  background: #F9F9F9;
}