/* 轮播图  */
/* focus */
#focus{width:1200px; margin-top: 20px;}
.mb-wrapper{margin:0 auto 20px;position:relative; height:500px;left:0;top:0; overflow: hidden; }
.mb-slider,.mb-scroll{width:100%;height:380px;overflow:hidden;margin:0 auto;padding:0;position:relative;left:0;top:0}
.mb-active-slider{border-color:#333}
.mb-slider .mb-panel{margin-top:100px;display:block;cursor:pointer;float:left;list-style:none;margin: 50px;}
.mb-panel a{outline:0}
.mb-slider .mb-panel.current{cursor:auto}
.mb-inside *{max-width:100%}
a.mb-scrollButtons{display:block;width:39px;height:107px;position:absolute;top:40%;margin-top:-29px;cursor:pointer;text-decoration:none;outline:0;border:0;_background:transparent url(../images/arrows.gif) no-repeat}
a.mb-scrollButtons.mb-left{background:transparent url(../images/icons/prev.jpg) no-repeat;left:-45px}
a.mb-scrollButtons.mb-right{background:transparent url(../images/icons/next.jpg) no-repeat;right:-45px}
a.mb-scrollButtons.disabled{display:none}
.mb-controls{margin:0 auto;text-align:center;position:absolute; top:415px; left:50%;z-index:100; transform: translate(-50%, -50%);}
.mb-controls a{color:#d3d3d3;font:18px/2.2 Georgia, Serif;display:inline-block;text-decoration:none;padding:2px;margin:0 5px 0 0;text-align:center;outline:0}
.mb-panel{margin-top:90px}
.mb-controls a:hover{color:#666;}
.mb-controls a.current{color:#000;}
.main-nav{display:block; text-align:center; border-bottom:2px solid #a71700;margin:0 0 20px 0;padding:0 0 10px 0}
.main-nav a{text-decoration:none;color:#3e63ec;font-size:18px;margin:0 8px}
.main-nav a:hover{color:black;border-bottom:2px solid black}
/* .mb-inside img{width:100%} */
.mb-inside img{width: 430px;}

.info {
    height: 185px;
    background-color: #fafafa;
    padding: 30px;
    font-size: 13px;
    color: #424243;
}

.info-left {
    width: 688px;
    border-right: 1px solid #d8d8d8;
}

.info-left li {
    height: 35px;
    float: left;
    width: 210px;
}

.info-left p {
    font-size: 12px;
    color: #bbb;
    margin-top: 20px;
}

.info-right ul {
    margin-left: 30px;
}

.info-right li {
    height: 35px;
}

.active {
    color: #9d007e;
    border-bottom: 2px solid #9d007e;
}

.detail-info {
    margin-top: 20px;
}

.detail-info .nav {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}

.detail-info .nav ul {
    overflow: hidden;
    width: 501px;
    margin: 0 auto;
}

.nav li {
    width: 167px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.detail-info .content {
    margin-top: 20px;
}

.detail-info .content li {
    height: auto;
    display: none;
}

.w1100 .content .show {
    display: block;
}

.w1100 .content .hide {
    display: none;
}

/* 猜你喜欢、浏览历史 */
.guess-and-history .nav {
    margin-top: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.guess-and-history .nav ul {
    position: relative;
    top: 1px;
    overflow: hidden;
    width: 360px;
}

.guess-and-history .nav li {
    width: 178px;
    height: 100%;
    font-size: 18px;
    border: 1px solid #dfdfdf;
    border-bottom-color: #fff;
}

.guess-and-history .content li {
    height: 285px;
    display: none;
}

.guess-and-history .nav .active2 {
    border-color: #fff;
    border-top: 2px solid #9d007e;
    color: #9d007e;
}

.contactMain {
	margin: 20px auto;
}


/* 轮播图 */
html, body {
  position: relative;
  height: 100%;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
  margin-top: 20px;
}
.gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  opacity: 0.4;
}

.gallery-thumbs img {
	width: 100px;
	height: 100px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.jewel-name {
	color: #424243;
	font-size: 25px;
}

.favor-list div:not(:last-child) {
	margin-right: 57px;
}

.favor-list img {
	width: 232px;
	height: 232px;
}

.favor-list p {
	text-align: center;
}

.favor-list .price {
	font-size: 12px;
	color: #9d007e;
	margin-top: 5px 0;
}

.favor-list .title {
    width: 100px;
    height: 15px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    margin: 0 auto;
    white-space: nowrap;
}

.maintain-list-title {

}

.maintain-list-title dd {
	width: 80px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	padding-left: 28px;
	cursor: pointer;
}

.maintain-list-title dd.active {
	border: 1px solid #dfdfdf;
	border-right-color: #fff;
	position: relative;
	left: 1px;
	z-index: 10;
}

.maintain-list-content {
	width: 940px;
	min-height: 280px;
	border: 1px solid #dfdfdf;
	padding: 20px;
}

/* 预约列表 */
.contactMain {
	padding-top: 50px;	
}

.contactLeft dd p {
	cursor: pointer;
}

.contactLeft dd p.active3 {
	color: #a40182;
}

.contactLeft dd .contactW {
	width: 220px;
	height: 229px;
	margin-top: 0;
	margin-left: 10px;
	background: url(../images/icons/split_line.png) no-repeat right center;
}

.contactLeft dd .contactW .conImg {
	background: none;
	padding-bottom: 4px;
    margin-bottom: 10px;
    font-size: 26px;
}

.contactLeft dd .contactW .conImg {
	width: 180px;
	height: 40px;
}

.contactRight dt {
	padding: 0;	
	border-right: none;
	float: right;
}

.contactRight dd {
	padding: 0;
	width: 258px;
	text-align: left;
	float: left;
	background: url(../images/icons/split_line.png) no-repeat right center;
}

.contactRight dd span {
	color: #333;
	font-size: 14px;
}

.contactRight dd p {
	color: #666;
}

.store-detail {
	height: 229px;
}
#jewelDesc *{
	font-size: 16px!important;
	font-family: 黑体!important;
}
