@charset "utf-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
body {
    background-color: #f0f0f0;
}
header {
    position: fixed;
    padding: 0 10px;
    top: 0px;
    left: 0px;
    width:100%;
    background: #468dab;
    z-index: 100;
    height:36px;
}
.shop-details{
    margin-top: 36px;
}
.back {
    position: absolute;
    left: 10px;
    top: 0;
    display: block;
    height: 36px;
    line-height: 36px;
}
.back .back-img {
    width: 12px;
}
header h2 {
    height: 36px;
    line-height: 36px;
    padding: 0 80px;
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
header .side {
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
}
.side a {
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icon-share.png) right center no-repeat;
    background-size: 66%;
    text-indent: -9999px;
}
.side .icon-star {
    background-image: url(../images/icon-star.png);
}
/* 2015.04.04 商品详情页样式表 吕彬 */
/* swiper 插件css 修改 */

/* 固定外容器高度 */
.swiper-container {
    position: relative;
}
.swiper-container:before {
    display: block;
    content: "";
    padding-top: 70.78%;
}
.swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
/* 固定图片高度 */
.swiper-container img{
    width:100%;
    height:100%;
}
/* 图片外容器样式 */
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 滚动圆点位置修改 */
.swiper-container-horizontal > .swiper-pagination{bottom:2px;}
/* 滚动圆点背景透明度修改 */
.swiper-pagination-bullet{opacity:0.4;}
/* 当前滚动圆点透明度和背景颜色修改 */
.swiper-pagination-bullet-active {
    background: #f00;
	opacity:1;
}
/* 左右按钮背景图片修改 */
.swiper-button-prev,.swiper-button-next{
	width:22px;
	height:36px;
	background-size:contain;
	opacity:0.2;
    display: none;
}
.swiper-button-prev{
	left:0;
	background:url(../images/themes_left.gif) no-repeat;
}
.swiper-button-next{ 
	right:0;
	background:url(../images/themes_right.gif) no-repeat;
}

/* shopInfo 商品详细信息 */
.shop-price{
    float: left;
    display: inline-block;
    line-height: 66px;
    font-size: 16px;
	color: #999;
}
.shop-price .new-price{
	color: #fc4e28;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}
.sup-price {
    margin-left: 10px;
}
#shopPrice .now-price {
    color: #fc4e28;
}
.shop-price .old-price{
	color:#999;
	text-decoration: line-through;
	font-size: 14px;
}
.shop-num {
    float: right;
    width: 120px;
}
.shop-num .btn-buy {
    display: block;
    width: 110px;
    height: 36px;
    margin: 0 auto;
    border: none;
    font-size: 16px;
    color: #fff;
    background-color: #ff9e05;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.shop-num .amount {
    display: block;
    margin-top: 5px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #468dab;
}
.shop-num .amount .btn-sub, .shop-num .amount .btn-add {
    float: left;
    display: block;
    width: 30px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    background-color: #468dab;
    text-align: center;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
}
.shop-num .amount .btn-add {
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
.amount label {
    float: left;
    margin: 0 3px 0 0;
}
.amount .dachaoshi-num {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-top: 1px solid #468dab;
    border-bottom: 1px solid #468dab;
    text-align: center;
}
.goods-comment {
    height: 44px;
    line-height: 44px;
    margin: 5px 0;
    padding: 0 10px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
}
.goods-comment .rating {
    float: left;
    color: #333;
    padding-left: 20px;
    background:url(../images/icon-rating.png) left center no-repeat;
    background-size: 16px 16px;
}
.goods-comment .comments-num {
    float: right;
    padding-right: 12px;
    text-align: right;
    color: #999;
    background:url(../images/gouwuch-right.png) right center no-repeat;
    background-size: 10px auto;
}
.rating strong {
    color: #ff835a;
}
.shop-info{
	margin:5px auto;
	background:#fff;
	clear: both;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.shop-info .menu {
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #d8d8d8;
}
.shop-info .title{
    display: none;
	margin:8px 10px 15px;
	border-bottom:3px solid #dedede;
	padding-bottom:12px;
	font-size:16px;
	font-weight:bold;
	line-height: 1.5;
	color:#900;
}
.shop-info-con{
    padding: 10px 20px;
	overflow: hidden;
}
.shop-info-con p{
    margin: 0;
}
/* .shop-info-con strong{ */
/*     margin: 5px 0 0 -10px; */
/*     font-size: 14px; */
/*     color: #ff9712; */
/* } */
.shop-info-con img{
	max-width:100%;
	height:auto;
	position: relative;
}
.shop-info-con img:before,.shop-info-con img:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(../images/load.png);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	opacity: .3
}
.shop-info-con img:before {
	-webkit-animation-name: loader-circle-1;
	animation-name: loader-circle-1;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s
}

.shop-info-con img:after {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-animation-name: loader-circle-2;
	animation-name: loader-circle-2;
	-webkit-animation-duration: 2.4s;
	animation-duration: 2.4s
}
#shopPrice {
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    font-family:"微软雅黑";
    border-bottom:1px solid #d8d8d8;
    background-color: #fff;
}
.remark {
    overflow: hidden;
    padding: 10px;
    border-bottom:1px solid #d8d8d8;
    background-color: #fff;
}
.remark .icons {
    float: left;
}
.icons span {
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    color: #fc4e28;
    background: url(../images/icon-free.png) left 0 no-repeat;
    background-size: 16px 16px;
}
.goodsSalenum {
    float: right;
    line-height: 20px;
    padding-left: 20px;
    font-size:12px;
    color: #999;
    background: url(../images/icon-salenum.png) left center no-repeat;
    background-size: 16px 16px;
}
.news-detail .title {
    line-height: 1.6;
    padding: 15px 20px;
    border-bottom: 1px solid #dfddde;
    font-size: 16px;
}
.news-detail .title strong {
    color: #f1562a;
}
.news-detail .news-con {
    padding: 10px 20px;
    line-height: 2;
    font-size: 14px;
/*     color: #b4acaa; */
}
.news-detail .news-con p {
    margin: 0;
}
.news-detail .news-con li {
    position: relative;
}
.news-detail .news-con li:before {
    position: absolute;
    left: -8px;
    top: 10px;
    content: "";
    width: 3px;
    height: 3px;
    background: #61605e;
}
.news-detail .news-con .red {
    color: #99100a;
}
.news-detail .news-con .green {
    color: #08c2ad;
}
.zhanwei{height:71px;}
.footer{width:100%;position:fixed;bottom:0px;clear:both;background:#fff;border-top:1px solid #d8d8d8;}
.footer ul{display: -webkit-box;display: -moz-box;display: box;list-style-type:none;margin:0px;padding:0px;height:70px;}
.footer ul li{display: block;-webkit-box-flex: 1;-moz-box-flex: 1;box-flex: 1;border-right: 1px solid #d8d8d8;}
.footer li:nth-last-of-type(1){border-right: none;}
.footer ul a{display:block;width:100%;height: 70px;padding-top: 10px;text-decoration:none;color:#535353;font-size:16px}
.footer-img{display:block;margin:0px auto;width:30px;height: 30px;}
.footer-span{display:block;text-align:center;margin-top:5px;color: #999;}
.footer-active{color:#468dab}
/*弹出*/

#alertMsg{display: none;width: 100%;min-height:200px;padding: 1px;font-size: 12px;position: absolute;text-align: center;z-index: 100000;}
#alertMsg_info{padding: 10px 10px;line-height: 1.6em;text-align: left;color:#000;}
#alertMsg_btn1, #alertMsg_btn2{display: inline-block;background: url(images/gray_btn.png) no-repeat left top;padding-left: 3px;
color: #000000;font-size: 12px;text-decoration: none;margin-right: 10px;cursor: pointer;}
#alertMsg_btn1 cite, #alertMsg_btn2 cite {line-height: 24px;display: inline-block;padding: 0 15px 0 15px;background:none;border-radius:3px;font-style: normal;color:none;width:90%;height:80%;position:absolute;top:1%;left:5%}