*{
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.price{
	color: #f96c5b !important;
    font-weight: bold;
    font-family: "microsoft yahei";
}
.container{
	min-height: 100vh;
	background-color: #F5F5F5;
	overflow:hidden;
}
.top{
	background:#0189ff;
	position: relative;
	line-height: 40px;
	text-align: center;
}
.top a{
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0px, -50%);
	text-decoration: none;
	color:#ffffff;
}
.top a span{
	font-size: 30px;
	color: #FFFFFF;
}
.top>span{

	color: #FFFFFF;
}
.content .noContent{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.content .noContent i,.content .noContent span{
	display: block;
	text-align: center;
	color: #868686;
}
.content .noContent i{
	font-size: 30px;
	margin-bottom: 10px;
}
.content .noContent span{
	font-size: 14px;
}
.cover,
.confirmModal{
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    display: none;
    z-index: 4;
}
.selectCover{
	width: 100%;
	min-height: 100vh;
	background-color: rgba(93, 93, 93, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 4;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.confirmDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 480px;
	background-color: #fff;
	border-radius: 3px;
}

.confirmDiv h4 {
	text-align: center;
	padding: 8px 0px;
}

.confirmDiv p {
	text-align: center;
	padding: 30px 0px;
	color: #666666;
}

.confirmDiv>div {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-around;
}

.confirmDiv>div button {
	width: 40%;
	height: 35px;
	border-radius: 25px;
	outline: none;

}

.confirmDiv .qu_xiao {
	color: #787878;
	background-color: #fff;
	border: 1px solid #c0c0c0;
}

.confirmDiv .que_ren {
	color: #fff;
	background-color: #6399f8;
	border: 1px solid #6399f8;
}
.cover .tips{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
	text-align: center;
	padding: 15px 0;
	border-radius: 2px;
}
.cover .tips i{
	font-size: 40px;
	display: block;
	margin-bottom: 5px;
}
.cover .tips .icon-chenggong{
	color: #649ff0;
}
.cover .tips .icon-icon_shibai2{
	color: #d92828;
}
.cover .tips span{
	line-height: 26px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	color: #666666;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes a {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slide-up {
	-webkit-animation: a ease .3s forwards;
	animation: a ease .3s forwards
}


@-webkit-keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
.slide-down {
	-webkit-animation: b ease .3s forwards;
	animation: b ease .3s forwards
}
@-webkit-keyframes c {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes c {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fade-in {
	-webkit-animation: c ease .3s forwards;
	animation: c ease .3s forwards
}
@-webkit-keyframes d {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes d {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fade-out {
	-webkit-animation: d ease .3s forwards;
	animation: d ease .3s forwards
}
@media screen and (max-width:600px) {
	*{
		font-size:3.85vw;
	}
	.top a .iconfont.icon-fanhui{
		font-size:5vw;
	}
	.tips{
		width: 75%;
	}
	.cover, .confirmModal{
		left:0;
	}
	
}
@media screen and (min-width:600px) {
	*{
		font-size:18px;
	}
	
	.tips{
		width: 450px;
	}
	.cover, .confirmModal{
		left:calc(calc(100% - 600px) / 2);
	}
	.top a .iconfont.icon-fanhui{
		font-size:24px;
	}
	body{
		background:#edf2fa;
	}
	
}
@media screen and (max-width:600px) {
	.container{
		width: 100%;
	}
}
@media screen and (min-width:600px) {
	.container{
		width: 600px;
		margin: 0 auto;
	}
	/* 栏本身的背景 */
	::-webkit-scrollbar{
		width: 4px;
	}
	/* 滚动条的滚动区域（轨道） */
	::-webkit-scrollbar-track {
		background-color: #f4f4f4;
	}
	/* – 滚动条的可拖拽部分（滑块） */
	::-webkit-scrollbar-thumb{
		background-color: #bebebe;
	}
}