.simple-swiper-container {
	width: 100%;
	min-height: 300px;
	/* border-radius: 10px; */
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* border: 1px solid rgb(226, 226, 226); */
}

.simple-swiper-container>.swiper-wrapper {
	width: 100%;
	/* height: 100%; */
	position: relative;
	min-height: 300px !important;
}

.simple-swiper-container>.swiper-wrapper>.swiper-slider {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.simple-swiper-container>.swiper-wrapper>.swiper-slider>.swiper-items img {
	border: none;
	height: 100%;
	width: 100%;
}

.swiper-items>a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-indent: 2em;
	text-decoration: none;
	color: black;
}

.simple-swiper-container>.btn {
	position: absolute;
	cursor: pointer;
	z-index: 5;
	top: 45%;
	display: block;
}

.simple-swiper-container>.btn-prev {
	left: 0;
}

.simple-swiper-container>.btn-next::before {
	/* border-left: 12px solid #2a82d5; */
	border-right: 12px solid transparent;
}

.simple-swiper-container>.btn-next::before,
.simple-swiper-container>.btn-prev::before {
	content: "";
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	display: block;
}

.simple-swiper-container>.btn-prev::before {
	border-left: 12px solid transparent;
	/* border-right: 12px solid #2a82d5; */
}

.simple-swiper-container>.btn-next {
	right: 0;
}

.simple-swiper-container>.pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 5;
	text-align: center;
}

.pagination>.pagination-items {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 5px;
	margin-right: 5px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: aqua;
	border-radius: 50%;
	border: 2px solid #eaeaea;
}

.pagination-items-active {
	background-color: #333 !important;
}

.no-click a {
	pointer-events: none;
}

/*cube*/
.swiper-cube-wrapper{
	
}
.swiper-cube-wrapper>.swiper-slider {
	position: relative;
	border:1px solid ;
	box-sizing: border-box;
	transform-style: preserve-3d;
	transform: rotateX(80deg);
}

.swiper-effect-cube {
	position: absolute;
	top: 0;
	left: 0;
	border:1px solid green;
	box-sizing: border-box;
	transform: rotateY(-0deg) translateZ(400px);
}

.bshadow {
	margin: 0 auto 10px auto;
	border-radius: 6px;
	box-shadow: 0px 0px 3px rgb(0 0 0 / .1);
}

.goods_nav {
	display: flex !important;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	height: 70px !important;
}
.goods_nav a {
	display: flex !important;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 48px;
}
.goods_nav a img{
	height: 24px; width: 28px; margin:0 auto;
}
.goods_nav a span{ color:#333;}
.goods_nav .btn_cart {
	width: 30%;
	font-size:1rem; 
	border:1px solid #ccc;
	border-radius: 6px;
	padding: 10px 0; text-align: center;
}
.goods_nav .btn_submit{
	width: 30%; color:#fff;
	font-size:1rem; 
	border-radius: 6px;
	padding: 10px 0; text-align: center;
	background:#62b6e5;
}

/*规格选择*/
.paramCover {
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left:0; top:0;
	z-index: 900;
}
.paramBox {
	position: relative;
	width: 100%;
	background:#fff;
	height: 60%;
	z-index: 999; 
}
.paramBox .title{
	font-size: 0.8rem;
    font-weight: bold;
    padding: 10px 0px 0 9px;
    color: #666;
}
.paramBox .title img{
	height: 12px; margin-left:10px; cursor: pointer;
}
.paramBox .baseinfo {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4% 2%;
    position: relative;
    min-height: 92px;
}
.paramBox .baseinfo .goodsimg{
	height: 100px; width: 100px;
	border-radius: 4px; overflow: hidden;
	margin-right:15px;
}
.paramBox .baseinfo .text {
	width: 100%
}

.paramBox .baseinfo .text h2{
	margin: 0 auto;
	font-size: 15px;
	padding-left: 10px;
}
.paramBox .baseinfo .text p {
	margin: 2px auto; padding-left:10px;
}
.paramBox>.baseinfo>.text>p>span {
	padding: 1px 4px;
    border: 1px solid red;
    font-size: 12rem;
    color: red;
    text-align: center;
    border-radius: 5px;
    margin-right: 4px;
}
.paramBox .baseinfo .closeParam {
	position: absolute;
    bottom: 29px;
    right: 13px;
    height: 26px;
    width: 110px;
    text-align: right;
    font-size: 15px;
    color: #ff6236;
    font-weight: bold;
}
.paramBox .baseinfo .price {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 0.8rem; 
}
.paramBox .baseinfo .price div span{
	font-size: 13px; font-weight: 400; margin-right:6px;
}
.paramBox .baseinfo .price div { 
    font-size: 0.8rem;
    padding-left: 10px;
    position: absolute;
    right: 14px;
    top: 7px;
}
.paramBox .baseinfo .price .oldprice { 
	font-size: 1rem;
	margin-top: 7px;
	margin-left: 7px;
	color: #999;
	text-decoration: line-through;
}
.paramBox .baseopt {
	width: 100%; padding: 0 2% 2% 2%;
}
.paramBox .baseopt .title {
	font-size: 1rem; color:#333; font-weight: bold;
}
.paramBox .baseopt .title span{ color:#999; font-size: .8rem;}

.paramBox .baseopt .optitem {
	border:1px solid #5db3e6;
	border-radius: 3px;
	background:#f2fafc; color:#333; 
	font-size: 1rem;
	padding: 10px 10px; text-align: center;
	display: inline-block;  margin-top: 10px;
}

.paramBox  .amount{
	width: auto;
    padding: 2% 2% 4% 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 102px;
    right: 4px;
}
.paramBox .amount .nums {
	margin: 8px 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: #999;
}
.paramBox .amount .nums svg {
	width: 30px; height: 30px;
}
.paramBox .amount input{
	border:none; font-size:1rem;
	color:#333;
	width: 30px; padding:2px 4px;
	text-align: center;
} 
.paramBox .amount .title {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
}
.paramBox .amount .title span {
    color: #999; font-size: .8rem;
}

.paramBox  .param{
	width: 100%; padding: 0 2% 2% 2%;
}
.paramBox .param .title {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
}
.paramBox .param .title span {
    color: #999; font-size: .8rem;
}
.paramBox .param .option {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}
.paramBox .param .option div{
    width: 48%;
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 5px;
    font-size: .9rem;
    color: #333;
    padding: 12px 0;
    text-align: center;
    margin-top: 10px;
	border:1px solid #f7f7f7;
}

.paramBox .param .option div span {
	color:#999; text-decoration: line-through; margin-left:5px;
}
.paramBox .param .option .active {
	border: 1px solid #5db3e6;
	border-radius: 3px;
	background: #f2fafc;
	color: #333;
	font-size: 0.9rem;
	padding: 12px 0;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
}



.paramBox .formbtn {
	position: fixed;
	bottom: 0; left:0;
	width: 100%;
	padding: 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ddd;
	background: #fff;
}
.paramBox .formbtn .totalprice{
	font-size: 1rem;

}
.paramBox .formbtn .totalprice span {
	color:red; font-weight: bold;
	font-size:1.6rem;
}
.paramBox .formbtn .order_submit {
    border-radius: 5px;
    background: #62b6e5;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 8px 0;
    width: 150px;
}

.paramBox .paynow{
width: 100%;
    padding: 0 12px 16px 20px;
    text-align: right;
}
.paramBox .paynow a{
    background: #64c6f5;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8rem;
}

.ordernav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding:5px 0; background: #fff;
	width: 100%; margin:0 auto;
}
.ordernav a {
	display: block;
	padding: 8px 10px;
	margin:0 auto;
	font-size: 0.95rem; font-weight: bold;
}

.ordernav .active{
	border-bottom: 2px solid #53a2fa;
    color: #53a2fa;
}