.flex{
	display: flex;
	display: -webkit-flex; /* Safari */
}
.flex1{
	flex: 1;
	-webkit-flex: 1;
}
.just-cont-around {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.text-align-center {
	text-align: center;
}

.flex-direction-col {
	flex-direction: column;
}

.clear-style {
	border: none;
	outline: none;
}
.index-top{
	font-size: 18px;
	line-height: 50px;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
}
.index-top strong{
	font-size: 29px;
	text-align: left;
}
.swiper-div{
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px;
	line-height: 40px;
	display: block;
}
.swiper-div:link,.swiper-div:visited,.swiper-div:hover{
	color: #FFFFFF;
}
.swiper-number{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
.swiper-flex{
	display: flex;
	justify-content: space-between;
}
.indet-title{
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
}
.colorred{
	color: red;
}
.swiper-time{
	font-size: 12px;
}
.indexlist{
	padding: 10px 10px 10px 20px;
}
.index-item{
	text-align: center;
	border: 1px solid #eee;
	border-radius: 10px;
	flex: 1;
	margin-right: 10px;
	line-height: 30px;
}
.index-item-number{
	font-size:16px ;
}
.indet-sjlist{
	margin: 10px 20px;
	border-radius: 10px;
	max-height: calc(100vh - 460px);
	overflow-y: scroll;
	padding: 10px 20px;
	position: relative;
}
.alcenter{
	align-items: center;
}
.sjlist-item{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.sjlistTitle{
	font-size: 16px;
}
.sjlisttips{
	font-size: 12px;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
	width:250px;
	margin-top: 10px;
}
.fix-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0rem;
	bottom: 0rem;
	background-color: rgba(0,0,0,0.3);
	z-index: 3;
}
.lx-div,.lx-diva{
	position: fixed;
	width: 80%;
	text-align: center;
	left: 10%;
	top:50%;
	transform: translateY(-50%);
	z-index: 5;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px 0px;
}
.lx-div p{
	background: #FFFFFF;
	height: 30px;
	line-height: 30px;
}
.lx-phone{
	margin-bottom: 10px;
}
.lx-button{
	color: #FFFFFF;
	width: 80%;
	height: 50px;
	line-height: 50px;
	margin: 20px auto;
	border-radius: 40px;
	text-align: center;
}
.cancle{
	background: #0FAFCA;
	
}
.give{
	background: #FF0000;
}
.title {
	padding: 3px 0 0;
	height: 40px;
	line-height: 40px;
}
.goback {
	position: absolute;
	top: 14px;
	left: 20px;
	display: inline-block;
	border-top: 3px solid;
	border-right: 3px solid;
	width: 14px;
	height: 14px;
	border-color: #000;
	transform: rotate(-135deg);
}
.skls {
	flex: 1;
	display: block;
}
.zzDiv{
	padding: 20px;
}
.zzDiv_number{
	border: 1px solid #EEEEEE;
	padding: 20px;
}
.zzDiv_showdetail{
	padding: 10px;
	background: #EEEEEE;
	width: 76px;
	border-radius: 5px;
	display: block;
}
a:link,a:visited,a:hover{
	text-decoration: none;
	color: #000000;
}
.zzDiv_title{
	color: #FF0000;
	text-align: center;
}
.zzDiv-numberLeft{
	flex: 1;
	padding-right: 10px;
}
.zzDiv_money{
	font-size: 27px;
	text-align: center;
}
.zzDiv_zzmian{
	margin:  30px 0px;
}
.zzDiv_zzmian input{
	padding: 10px 5%;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	width: 90%;
	background: #EEEEEE;
	border: none;
}
.lx-fix{
	font-size: 16px;
	text-align: left;
	margin-left: 20px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 40px;
	padding-left: 10px;
	margin-right: 20px;
}
.lx-p{
	width: 60%;
	margin: 0 auto;
}
.zzmian{
	margin: 30px 20px;
}
.f24{
	font-size: 24px;
}
.kssmain_top{
	margin: 20px;
	border:1px solid #EEEEEE;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
.kssmian img{
	width: 100%;
}
.kssmian_title{
	color: #555;
	font-size: 18px;
}
.kssmian_strong{
	font-weight: bolder;
	font-size: 27px;
}
.kssmianP{
	padding-left: 20px;
	line-height: 50px;
	font-size: 16px;
	
}
.ysmian_title{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	padding-left: 20px;
}
.ysmian_number{
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.marbottom40{
	margin-bottom: 40px;
}
#wrapper {
    position: fixed;
    z-index: 1;
    top: 40%;
    bottom: 10px;
    left: 5%;
    width: 90%;
    /*上拉下拉背景颜色*/
    overflow: hidden;
    border-radius: 1rem;
	border: 1px solid #EEEEEE;
	padding: 10px;
}
.ksindex #wrapper{
    position: fixed;
    z-index: 1;
    top: 57%;
    bottom: 10px;
    left: 5%;
    width: 90%;
    /*上拉下拉背景颜色*/
    overflow: hidden;
    border-radius: 1rem;
	border: 1px solid #EEEEEE;
	padding: 10px;
}
#wrapper1 {
    position: fixed;
    z-index: 1;
    top: 70px;
    bottom: 10px;
    left: 5%;
    width: 90%;
    /*上拉下拉背景颜色*/
    overflow: hidden;
    border-radius: 1rem;
	border: 1px solid #EEEEEE;
	padding: 10px;
}
#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

    #scroller ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 96%;
        text-align: left;
    }

    #scroller li {
        padding: 20px 10px;
        /* height: 40px; */
        /* line-height: 40px;
							border-bottom: 1px solid #ccc;
							border-top: 1px solid #fff;
							background-color: #fafafa; */
        font-size: 14px;
    }

#pullDown,
#pullUp,
.pulldown-tips {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.pulldown-tips {
    position: absolute;
    top: -47px;
    left: 0;
    width: 100%;
}