* {
	margin: 0;
	padding: 0;
}

/* html{
	font-size: 24px;
} */

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* background: #fafafa; */
	font-size: 14px;
	color: #333;
	font-family: 'helvetica';
	line-height: 1;
	position: relative;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

i {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

.pr {
	position: relative;
}

.bgline {
	height: 15px;
	background: #f4f4f4;
	margin: 0 -15px;
}

.block{
	display: block;
}

textarea,
input,
button {
	font-family: helvetica;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bbb;
	text-shadow: none;
	-webkit-text-fill-color: initial;
}

input[disabled] {
	-webkit-text-fill-color: #000;
	-webkit-appearance: none;
	opacity: 1;
	color: #000;
	background: #fff;
}

a {
	text-decoration: none;
	color: #272727;
}

.undline {
	text-decoration: underline;
}

.fixed {
	position: fixed;
}

.fixed.fixed-bottom {
	left: 0;
	right: 0;
	bottom: 0;
}

.bggary {
	background: #F4F4F4;
}

.bold {
	font-weight: bold;
}

.line15 {
	line-height: 1.5;
}


/*外间距*/

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt18 {
	margin-top: 18px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt40 {
	margin-top: 40px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}


/*内间距*/

.p0 {
	padding: 0 !important;
}

.p10 {
	padding: 10px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.p15 {
	padding: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pt45 {
	padding-top: 45px;
}

.pd0 {
	padding: 0 !important;
}

.pl15 {
	padding-left: 15px;
}
.pd66{
	padding-bottom: 66px !important
}
.pb75{
	padding-bottom: 66px !important
}
.mid-box {
	padding: 10px 15px;
}


/*字体大小*/

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}


/*字体颜色*/

.red {
	color: #da1a1e;
}

.blue {
	color: #3888ff;
}

.yellow {
	color: #fc601d;
}

.gray {
	color: #888;
}

.gary5 {
	color: #666;
}


/*弹性布局*/

.wbox {
	display: -webkit-box;
}

.wfl {
	-webkit-box-flex: 1;
}

.wmiddle {
	-webkit-box-align: center;
}

.wbottom {
	 -webkit-box-align: end;
}

.whorizontal {
	
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
}


/*对其方式*/

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.l {
	text-align: left;
}


/*浮动*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.fullheight {
	height: 100vh;
	overflow: hidden;
}
.clearfix::after,.clearfix::before {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
	visibility: hidden;
    clear: both; 
}
.clearfix {
    zoom: 1;
}
.btn-blcok {
	height: 46px;
	display: block;
	line-height: 46px;
	text-align: center;
	width: 100%;
	font-size: 16px;
}

.radius5 {
	border-radius: 5px;
}

.btn-black {
	color: #fff;
	background-color: rgba(51, 51, 51, 1);
	box-shadow: 0px -2px 30px 0px rgba(96, 96, 96, 0.14);
}

.btn-gary {
	color: #fff;
	background-color: rgba(204, 204, 204, 1);
	box-shadow: 0px 4px 16px 0px rgba(204, 204, 204, 0.4);
}

.btn-red {
	color: #fff;
	background-color: rgba(218, 26, 30, 1);
	box-shadow: 0px 4px 16px 0px rgba(218, 26, 30, 0.4);
}
.btn-reds{
	color: #fff;
	background-color: rgba(218, 26, 30, 1);
}

.inline-btn{
	display: inline-block;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	background-color: #d8b78d;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
}

.msgmask {
	position: fixed;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	top:0;
}

.msgBox {
	position: fixed;
	background: #fff;
	width: 80%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	border-radius: 5px;
	text-align: center;
	padding: 0 15px 20px;
	box-sizing: border-box;
}

.msgBox .msgicon {
	display: inline-block;
	margin-top: 24px;
	width: 45px;
	height: 42px;
	/* background: url(../images/tanchuangicon@2x.png) no-repeat;  */
	background-size: cover;
}

.msgBox .msgtext {
	font-size: 15px;
	margin-top: 16px;
	text-align: center;
}

.msgBox .msgbtn {
	margin-top: 20px;
	overflow: hidden;
}

.msgBox .msgbtn .wfl {
	padding: 0 10px;
}

.msgBox .msgbtn button {
	display: block;
	width: 100%;
	height: 37px;
	float: left;
	background-color: #ffffff;
	background-image: none;
	color: #da1a1e;
	box-shadow: 0px 1px 13px 0px rgba(111, 106, 106, 0.2);
	border: solid 1px #da1a1e;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 14px;
}

.msgBox .wfl {
	width: 50%;
}

.msgBox .msgbtn button.no {
	background-image: linear-gradient( #da1a1e, #da1a1e), linear-gradient( #4b95ef, #4b95ef);
	background-blend-mode: normal, normal;
	box-shadow: 0px 1px 15px 0px rgba(218, 26, 30, 0.4);
	color: #fff;
}

.borderBottom {
	border-bottom: 1px solid rgba(238, 238, 238, 1);
  }

.mint-swipe-items-wrap {
	padding-bottom: 53.33333%;
}

.mint-swipe-items-wrap img {
	width: 100%;
	 /* display: block; */
}

.arrow-right:after {
	position: absolute;
	display: block;
	content: '';
	/* background: url(../../assets/images/gengduo@2x.png) no-repeat right center; */
	background-size: 5px 9px;
	width: 30px;
	height: 18px;
	top: 50%;
	right: 0;
	margin-top: -9px;
}
.arrow-right:after {
	content: '';
	display: none;
}

.padd{
	padding:0 16px;
}
.line-through{
	text-decoration: line-through;
}

.borderBottom{
	border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.mint-swipe-item img{
	height: 100%;
}


