.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;
	box-shadow: 0px 3px 8px 1px rgba(229,229,231,0.6);
	border-radius: 6px 6px 6px 6px;
}

.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: 16px;
    font-weight: bold;
    padding: 10px 0px 10px 9px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.paramBox .title span{
	position: absolute; right: 10px; color: red; font-size: 18px;
	font-weight: 500;
}
.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;
}
.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: 16px; font-weight: 400; line-height: 180%;
}
.paramBox .baseinfo .text p {
	margin: 2px auto;
}
.paramBox>.baseinfo>.text>p>span {
	padding: 1px 4px;
    border: 1px solid red;
    font-size: .6rem;
    color: red;
    text-align: center;
    border-radius: 5px;
    margin-right: 4px;
}
.paramBox .baseinfo .closeParam {
	position: absolute;
    top: 16px;
    right: 13px;
    height: 26px;
    width: 100px;
    text-align: right;
    font-size: 1rem;
    color: #51a2db;
    font-weight: bold;
}
.paramBox .baseinfo .price {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 0.8rem; 
	margin-top: 15px;
}
.paramBox .baseinfo .price div span{
	font-size: 18px; font-weight: 500; color: red; position: absolute; right: 12px;
	text-align: right;
}
.paramBox .baseinfo .price div { font-size: 18px; font-weight: 500;}
.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 46px 20px;
    text-align: right; height: 20px;
}
.paramBox .paynow a{
    background: #64c6f5;
    color: #fff;
    /*padding: 10px 14px;*/
    /*border-radius: 5px;*/
    text-align: center;
    font-size: 1rem; 
    width: 79px;
	height: 34px;
	display: inline-block;
	border-radius: 4px 4px 4px 4px;
	line-height: 32px;
}
.paramBox .paynow .st2{
	/*padding: 8px 10px;*/
	background: #fff; color: #666;
	border: 1px solid #666;	
	margin-left: 10px;
	font-size: 16px;
	
}
.paramBox .paynow .st3{ 
	margin-left: 10px; font-size: 16px;
}

.ordernav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding:0;
	width: 100%; margin:0 auto;
}
.ordernav a {
	display: block;
    padding: 4px 5px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    box-shadow: 0px 3px 8px 1px rgba(229,229,231,0.6);
	border-radius: 6px 6px 6px 6px;
	color: #999999;
}

.ordernav .active{
	background: #FFFFFF;
	box-shadow: 0px 3px 8px 1px rgba(229,229,231,0.6);
	border-radius: 6px 6px 6px 6px;
	border: 2px solid #0498E2;
    color: #3a9be3; background: #fff;
    height: 32px; line-height: 100%;
    padding: 6px 5px; font-size: 15px;
}

.scrolltips {
    width: 96%;
    margin: 16px auto;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-radius: 8px;
}
.scrolltips div {
	padding:  4px 8px;
	/*display: flex;*/
	/*flex-direction: row;*/
	/*justify-content: flex-start;*/
	/*align-items: center;*/
	/*margin: 10px auto; width: 1000%;*/
	color: #888;  font-size: 14px;
	background: #F3F3F3;
	border-radius: 4px 4px 4px 4px;
}

/*new*/
.pay_step1 {
	background: rgba(0,0,0,0.8);
	width: 100%; height: 100%;
	top: 0; left: 0; 
	position: fixed;
	z-index: 99999;
	display: none;
}
.pay_step1 .paybox {
	background: #fff;
	width: 100%;
	padding: 3%;
	position: absolute;
	bottom: 0;left: 0;
	min-height: 350px;
}

.pay_step1 .paybox .tit, .pay_step1 .paybox .paylist {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding:  12px 0;
	border-bottom: 1px solid #eee;
}
.pay_step1 .paybox .paylist svg {
	margin: 0 10px;
}
.pay_step1 .paybox .paylist img{
	margin-right: 10px; height: 20px;
}

.pay_step1 .paybox .tit {
	padding:  4px 0 12px 0; width: 100%;
	justify-content: center;
	align-items: center;
}
.pay_step1 .paybox .tit svg {
	margin-right: auto;
}
.pay_step1 .paybox .slt {
	position: absolute;
	right: 10px;
}
.order_btn {
	width: 96%; margin: 16px auto;
	padding: 12px 0; text-align: center;
	font-size: 20px; color: #fff;
	background: #0498e2; border-radius: 6px;
	display: block; font-weight: 600;
	position: fixed;
	bottom: 0; left: 2%;
}

/*step0*/
/*new*/
.pay_step0 {
	background: rgba(0,0,0,0.8);
	width: 100%; height: 100%;
	top: 0; left: 0; 
	position: fixed;
	z-index: 99999;
	/*display: block;*/
}
.pay_step0 .pay_box {
	background: #fff;
	width: 100%;
	padding: 3%;
	position: absolute;
	bottom: 0;left: 0;
	min-height: 350px;
}
.pay_step0 .pay_box .tit {
	text-align: center;
}
.pay_step0 .pay_box .tit .totalprice {
	padding: 30px 0 20px 0;
	font-size: 36px; font-weight: 600;
}
.pay_step0 .pay_box .tit span { 
	font-size: 14px; font-weight: 500;
}
.pay_step0 .pay_box .tit svg {
	position: absolute; right: 2%;
	top: 2%; width: 24px; height: 24px;
}

.pay_step0 .payinfo {
	width: 100%;
}
.pay_step0 .payinfo .ticket {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.pay_step0 .payinfo .ticket label {
	font-size: 14px; font-weight: 500;
}
.pay_step0 .payinfo .ticket svg {
	height: 12px;
}
.pay_step0 .payinfo .ticket a {
	background: #EC3434;
	border-radius: 6px 6px 6px 6px;
	padding: 3px 8px; color: #fff; font-size: 12px;
}
.pay_step0 .payinfo .ticket .rgh {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px; color: #9999;
	font-weight: 400;
}
.pay_step0 .payinfo .ticket .rgh>img{
	height: 20px; margin-right: 4px;
}

.pay_step0 .pay_box .cols{
	padding:  4px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 14px; font-weight: 400;
}
.pay_step0 .pay_box .cols .rgh {
	color: #666 !important;
}
.pay_step0 .pay_box .colstitle {
	padding: 16px 0 10px 0; font-weight: 500;
}

/*pay_step2*/
.pay_step2 {
	background: rgba(0,0,0,0.8);
	width: 100%; height: 100%;
	top: 0; left: 0; 
	position: fixed;
	z-index: 99999;
	display: none;
}
.pay_step2 .paybox {
	background: #fff;
	width: 100%;
	padding: 3%;
	position: absolute;
	bottom: 0;left: 0;
	height: 500px;
	overflow-y: scroll;
}

.pay_step2 .paybox .tit {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding:  12px 0;
	border-bottom: 1px solid #eee;
}
.pay_step2 .paybox .paylist {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding:  12px 16px; margin-top: 16px;
	box-shadow: 0px 3px 8px 1px rgba(229,229,231,0.6);
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #fff;
}
.pay_step2 .paybox .on {
	border: 1px solid #0498E2 !important;
}
.pay_step2 .paybox .paylist .price {
	display: flex;
	flex-direction: row;
	align-items: end;
	justify-content: flex-start;
	font-size: 30px; font-weight: 600;
}
.pay_step2 .paybox .paylist .price span {
	font-size: 12px; margin-bottom: 5px;
}
.pay_step2 .paybox .paylist .text { margin-left: 22px }
.pay_step2 .paybox .paylist .text div{
	font-size: 16px; font-weight: 600;
}
.pay_step2 .paybox .paylist .text span{
	font-size: 14px; color: #999;
}
.pay_step2 .paybox .paylist svg {
	margin: 0 10px;
}
.pay_step2 .paybox .paylist img{
	margin-right: 10px; height: 20px;
}

.pay_step2 .paybox .tit {
	padding:  4px 0 12px 0; width: 100%;
	justify-content: center;
	align-items: center;
}
.pay_step2 .paybox .tit svg {
	margin-right: auto;
}
.pay_step2 .paybox .slt {
	position: absolute;
	right: 20px;
}
 .ticket_price { color:#EC3434 !important; }